@charset "utf-8";

body{
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg2.gif);
	background-repeat: repeat;
}

a:link {color: #D0273C;	text-decoration: none;}
a:visited {color: #000; text-decoration: none; }
a:hover {color: #ADADAD; text-decoration: none;}
a:active {color: #000; text-decoration: none; }

img, img a{border: none;}

a:hover img{
    opacity:0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha( opacity=70 )";
}
a img {transition: opacity 0.3s ease-out;}



/*-----------------------------*/
/* タイトル */
/*-----------------------------*/
h1{
	color: #E35742;
	font-weight: 600;
	font-size: 160%;
	padding: 8px 0px 5px 0px;
}
h2{
	color: #0091db;
	font-weight: 600;
	font-size: 110%;
	border-bottom: 3px solid #AFCCE7;
	padding: 5px 0px 5px 0px;
	margin: 0 0 15px;
}
h3{
	color: #0D57D9;
	font-size: 100%;
	margin: 0;
	padding: 0;
}



/*-----------------------------*/
/* テキストスタイル */
/*-----------------------------*/
.Ctxt{text-align:center;}
.Rtxt{text-align:right;}


.style1{
	font-size:80%;
	line-height:1.8em;
}



/*-----------------------------*/
/* 全体 */
/*-----------------------------*/
#wrapper{
	width:100%;
	margin:0px;
	padding:0px;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
	text-align: left;
}



/*-----------------------------*/
/* ヘッダー */
/*-----------------------------*/
#header{
	width:100%;
	margin: 0px auto 30px;
	background-color: #FFFFFF;
	overflow: hidden;
	_zoom: 1;
}
#header #head{
	width: 900px;
	margin: auto;
}
#header #head #logo{
	padding:5px 10px;
	float:left;
}
#header #head #btn{
	padding:5px;
	float:right;
}



/*-----------------------------*/
/* フッター */
/*-----------------------------*/
#footer{
	width:100%;
	height:60px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat;
}

	



/*-----------------------------*/
/* メイン */
/*-----------------------------*/
#main{
	width: 900px;
	margin: 0px auto 0;
}

.t-box{
	margin: 0px 0 50px;
	padding: 15px 20px;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow:2px 2px 5px #ACACAC;
}

.t-box p{
	font-size: 14px;
	color: orangered;
}

.t-box a{
	color: orangered;
}

.t-box2{
	display: flex;
	justify-content: space-between;
	margin:0px 0 50px;
	padding:0 0 5px 0;
}
.t-box2 .t-box2L, .t-box2 .t-box2R{
	flex-basis: calc(100% / 2);
	padding:15px 20px;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow:2px 2px 5px #ACACAC;
	box-sizing: border-box;
}
.t-box2 .t-box2L {
	margin-right: 20px;
}
/*
.t-box2{
	margin:0px 0 50px;
	padding:0 0 5px 0;
	text-align: left;
}
.t-box2 .t-box2L{
	width:400px;
	margin:0;
	float:left;
	padding:15px 20px;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow:2px 2px 5px #ACACAC;
}
.t-box2 .t-box2R{
	width:400px;
	float:right;
	padding:15px 20px;
	border-radius: 20px;
	background-color: #FFFFFF;
	box-shadow:2px 2px 5px #ACACAC;
}
*/
.t-box3{
	margin: 0px 0 10px;
	padding:10px 0px;
}



/*-----------------------------*/
/* 画像とテキスト */
/*-----------------------------*/
.img1{
	width: 240px;
	float:left;
	margin-right:10px;
}
.img2{
	width: 240px;
	float:right;
}
.img2 img{
	margin-bottom:10px;
}
.img3{
	text-align:right;
}

.txt1{
	max-width: 610px;
	float:left;
}
.txt2{
	max-width: 600px;
	float:left;
}



/* 画面サイズ 900pxまで適用 */
@media screen and (max-width: 900px){
	/*-----------------------------*/
	/* タイトル */
	/*-----------------------------*/
	h1{
		font-size: 16pt;
	}
	h2{
		font-size: 14pt;
	}
	h3{
	font-size: 12pt;
	}

	.style1{font-size:12pt;}
	
	#header{margin: 0 0 30px;}
	#header #head{
		width: auto;
		margin: 0;
	}
	
	#header #head #logo, #header #head #btn{
		text-align: center;
		float:none;
	}
		  
	

	/*-----------------------------*/
	/* メイン */
	/*-----------------------------*/
	#main{
		width: auto; 
		margin:10px;
	}
	
	.t-box{
		padding: 15px;
		box-shadow:none;
	}

	.t-box2 {
		display: block;
	}
	.t-box2 .t-box2L, .t-box2 .t-box2R{
		width: auto;
		padding: 15px;
		box-shadow:none;
		float: none;
	}
	.t-box2 .t-box2L{
		margin-right: 0;
		margin-bottom: 50px;
	}
	
	.table_style1{width: auto}
	
	
	/*-----------------------------*/
	/* 画像とテキスト */
	/*-----------------------------*/

	.img1{
		width: 100%;
	    float:none;
		text-align: center;
	}

	.img3{
		text-align:center;
    }
	.txt1, .txt2{
		width: 100%;
	    float:none;
	}
}
/* 画面サイズ 900pxまで適用 ここまで */



/*-----------------------------*/
/* テーブル */
/*-----------------------------*/
.table_style1{margin:0px}
.table_style1 table{width:auto; border-top: 1px solid #cccccc;}
.table_style1 table th{
	width: 100px;
	vertical-align: top;
	padding: 8px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #E1F6FF;
}
.table_style1 table td{
	width: 702px;
	vertical-align:top;
	padding:8px 10px;
	border-bottom: 1px solid #cccccc;
}

.table_style2_cont{
	width: 100%;
	float:left;
}
.table_style2{margin:0 0 0px;}
.table_style2 table{border-top: none; margin-top:5px;}
.table_style2 table td{
	vertical-align: top;
	padding: 8px 0;
	border-top: 1px dashed #cccccc;
	border-bottom: none;
}
.table_style2 table td.item{
	width:110px;
	min-width: 110px;
	padding-left:10px;
}
.table_style2 table td.cont{
	width: 580px;
}
.table_style2 table .type1 td{
	border-top: none;
}

/*-----------------------------*/
/* その他 */
/*-----------------------------*/
.L-box{float:left;}
.R-box{float:right;}

.clear{clear: both;}

.line1{
	border-top: 1px dashed #707070;
	margin: 15px 0 0;
	padding-top: 15px;
}

.w590{width:590px;}

.mrl20{margin-right:20px; margin-left:20px;}

.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
