@charset "utf-8";
/* =============================================================================
   base.css
   ========================================================================== */

/* -------------------------- common */

*{margin: 0;padding: 0;}

img{border:0;}
ul{list-style:none;}

body{
	height: 100%;
	font-size:13px;
	line-height:1.5;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

/* -------------------------- clear */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clear{clear: both;}


/*input:active, a:active img{
	position: relative;
	left: 1px;
	top: 1px;
}*/

a:link{
	text-decoration:none;
}
a:hover{
	color:#FF0000;
}

/* -------------------------- text deco */
.impact01{color: #FF0000;font-weight: bold;}
.impact02{color: #CC0000;}
.impact03{color:#F1851B!important;}
.impact04{color:#fff!important;}
.impact05{font-size:10px;}



/* =============================================================================
   layout
   ========================================================================== */

#wrap{
	width:100%;
}
#header{
	padding:10px;
	background:#2A4F7B;
	color:#fff;
	text-align:center;
}
#container{
	width: 900px;
	height: 100%;
	margin: 0px auto 0px;
	padding:0;
	border:1px solid #ccc;
	position:relative;
}
#contents{
	padding:40px 40px;
	text-align:left;
}
#footer{
	clear:left;
	padding:20px;
	border-top:1px solid #ccc;
	background:#e4e4e4;
	text-align:center;
}


/* =============================================================================
   contents
   ========================================================================== */
   
h1{
	font-size:28px;
	text-align:left;
	padding:5px 10px;
	margin:0px 10px 15px;
}


h2{
	font-size:18px;
	text-align:left;
	margin:0px 0px 15px;
}

h3{
	font-size:14px;
	text-align:left;
	margin:0px;
	padding:2px 0px 0px;
}


.con_box{
	width:48%;
	margin-right:2%;
	display:block;
	float:left;
	margin-bottom:30px;
}
.con_box li{
	display:block;
	clear:both;
}
.con_box li span{
	display:block;
	text-align:center;
}
.con_tit{
	text-align:center;
	font-size:18px;
	height:80px;
	line-height:80px;
	background:#2A4F7B;
	font-weight:bold;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	-ms-border-radius: 4px 4px 0 0;
	-o-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.con_tit {
	color:#fff;
}
.con_tit a{
	color:#fff;
}

.con_txt{
	padding:10px;
	height:100px;
	border:1px solid #ccc;
}
.con_txt a{
	color:#666666;
	line-height:1.6;
}
.con_txt a:hover{
	color: #FF0000;
}

.con_tit a:hover,
.con_txt a:hover{
	text-decoration:underline;
}

.con_price_L,
.con_price_R{
	padding:5px 0px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
}
.con_price_L{
	float:left;
	width:50%;
	background:#f4f4f4;
	text-align:center;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.con_price_R{
	float:right;
	width:49%;
	text-align:center;
	border-right:1px solid #ccc;
}

.con_btn01{
	width:47%;
	margin-right:1%;
	float:left;
	margin-bottom:10px;
}
.con_btn02{
	width:46%;
	float:right;
	margin-bottom:10px;
}
.con_btn01,
.con_btn02{
	font-size: 12px;
	font-weight: bold;
	padding:5px;
	height: auto;
	cursor: pointer;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none; 
	box-shadow: none; 
	*zoom: 1; 
	/*filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#92D050', endColorstr='#507E1F'); 
	background-size: 100%; 
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #92D050), color-stop(100%, #507E1F)); 
	background-image: -webkit-linear-gradient(#92D050 0%, #507E1F 100%); 
	background-image: -moz-linear-gradient(#92D050 0%, #507E1F 100%); 
	background-image: -o-linear-gradient(#92D050 0%, #507E1F 100%); 
	background-image: linear-gradient(#92D050 0%, #507E1F 100%);
	-webkit-transition: all 0.3s ease; 
	-webkit-transition-delay: 0s; 
	-moz-transition: all 0.3s ease 0s; 
	-o-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
.con_btn01{
	background:#0162AF;
}
.con_btn02{
	background:#BF1F1F;
}

.con_btn01 a,
.con_btn02 a{
	display:block;
	color:#fff;
}

.con_btn01 a:hover,
.con_btn02 a:hover{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}


/* Tokutei Table
------------------------------------------------------*/
.tb01{
	width:700px;
	margin:30px auto 30px;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
}
.tb01 .title{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:6px;
	background-color:#e4e4e4;
	width:35%;
}
.tb01 td{
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:6px;
	text-align:left;
	background-color:#FFFFFF;
}
