@charset "UTF-8";
/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {color:#62532e;
	font-size:16px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

#contents {
	width:780px;
	margin:0 auto;
	margin-bottom:5em;
}

header {
	width:780px;
	margin:0 auto;
}

a {
	text-decoration:underline;
}


a:link{
	color:#7d99a1;
}

 a:visited {
	color:#7d99a1;
}

a:hover, a:focus {
	color:#adcacf;
}

a:active {
	color:#7d99a1;
}

h1 {
font-family:Georgia,Times;
	font-size:28px;
	line-height:2.4;
}
h1:first-letter{color:#4d4398;
}

h2 {margin-top:2.5em;
	margin-bottom:0.5em;
	font-size:20px;
	color:#47266e;
	border-bottom:3px solid #444;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}

h3:before {
	content:url(t.gif) ;
	position : relative ;
    margin-right : 0.5em ;
}

h4 {
	margin-top:0.6em;
	font-size:16px;
}
h4:before {
	content:"\00ab";
}
h4:after {
	content:"\00bb";
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-top:1px dotted #ddd;
	border-bottom:1px dotted #ddd;
	background:#f3f3f3;
}


h6 {
	padding-top:3.5em;
	margin-top:3em;
	margin-bottom:0.5em;
	font-size:20px;
	color:#47266e;
	border-bottom:3px solid #444;
}

p {
	margin:0 0 2em 0;
}

img {
	vertical-align:middle;
	margin: 7px 0 7px 0;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#ef8100;
}

b{
font-weight:bold;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
	margin-right : 0.5em ;
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#95bbc6;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}

/*================================================
 *  汎用クラス
 ================================================*/
.Item {
    margin-left:3px;
    margin-right:0px;
    margin-top:2px;
    margin-bottom:5px;
    float: left;
    width: 30%;
    min-width:330px;
}

.list {
	padding:0 0 0 2em;
}

.list li {
	margin:0;
	padding:0;
	list-style:none;
	text-indent:-1.3em;
}
.list li:before {
	content:"\002605\00a0";
	color:#ffc720;
}

.temp {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.img {
	float:left;
	width:300px;
}

.text {
	float:right;
	width:450px;
}

.photo {
	margin:0;
	text-align:center;
}

.photo img {
	max-width:100%;
}

.col_two_one {
	overflow: hidden;
}

.col_two_one ul {
	overflow: hidden;
	margin: 2% -2% 0 0;
}
.col_two_one li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 2% 2% 0;
}
.col_two_one li:nth-child(2n+1) {
	clear: both;
}
.col_two_one li img {
    border-radius: 5px;
	width: 100%;
	height: 100%;
	margin-bottom: 2.5%;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	margin-top:30px;
	margin-bottom:27px;
}
header h1 {
	margin-bottom:30px;
}
h1 span {
	font-size:12px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width:100%;
	position:fixed;
	top:0;
	left:0;
	padding:5px 0;
	opacity:0.8;
	background:#000;
	z-index:10;
}
nav ul {
	position:relative;
	float:left;
	left:50%;
	margin:0;
}
nav li {
	border-bottom:none;
	color:#ffffff;
	position:relative;
	left:-50%;
	float:left;
	list-style:none;
	margin:0;
	padding:0 20px;
}

nav li a:link{
	color:#ffffff;
	text-decoration:none;
}

nav li a:visited {
	color:#ffffff;
	text-decoration:none;
}

nav li a:hover {
	color:#dfdfdf;
	text-decoration:underline;
}

nav li a:active {
	color:#ffffff;
	text-decoration:none;
}

/*================================================
 *  メイン
 ================================================*/
section {
	margin-bottom:100px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	font-size:11px;
	clear:both;
	padding:1em 0;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  タブレット/スマートフォン向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:799px) {
	body {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}

	#contents {
		width:100%;
	}

	header {
		width:100%;
	}

	.col_two_one ul {
		margin-right: 0;
	}
	.col_two_one li {
		width: 100%;
	}
	.col_two_one li:nth-child(2n+1) {
		clear: both;
	}

}

/*================================================*/

input,textarea{
width:220px;
}

#mail_top {
width:350px;
text-align:right;
}

.title_left{
display:inline;
}
.title_right {
display:inline;
}
.name_left{
display:inline;
}
.name_right {
display:inline;
}

.mail_left{
display:inline;
}
.mail_right {
display:inline;
}
.url_left{
display:inline;
}
.url_right {
display:inline;
}
.textarea_left{
display:none;
}
.textarea_parts {
width:300px;
height:83px;
}
.answer_left{
display:inline;
}
.answer_right {
display:inline;
}

.submit_button {
width:70px;
}
.result_submit_button {
width:70px;
}
.error_submit_button {
width:70px;
}

.textarea_top br{display:none;}



/*================================================*/

input, textarea, select, opsion {
	margin:2px;
	padding:2px;
	color:#776;
	font-size:12px;
	background-color:#f7f6f3;
	border:solid 1px #d3d3d3;
}

input:hover, textarea:hover {
	border:solid 1px #d3d3d3;
}

input:focus, textarea:focus {
	background:#fff;
	border:solid 1px #d3d3d3;
}

input#CHECKBOX, input#RADIO	{
	margin-right:4px;
	background:none;
	border:none;
}

input#RADIO {
	margin-bottom:-2px;
}

input#BUTTON {
	color:#eeeee3;
	background-color:#80807a;
	border:solid 1px #776;
}

input#BUTTON:hover, input#BUTTON:focus {
	background-color:#a5a5a0;
	border:solid 1px #776;
}

optgroup {
	border-bottom:solid 1px #f0f0f0;
}

input, textarea, select, opsion [type="text"]:focus {
  outline: 0;
}
