@charset "UTF-8";
/*-----------------------------------------------
	Browser Reset
-----------------------------------------------*/
html,body,div,iframe, h1,h2,h3,h4,h5,h6,pre,address,ul,li,dl,dt,dd,form,legend,p, img {
	margin:0;
	padding:0;
}
html{
	overflow-y: scroll;
}
body {
	color: #000;
	background-color: #afa58e;
	font-size:62.5%;   /* 10px */
	line-height: 1.643;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"MS UI Gothic",sans-serif;
}
a{
	border: 0;
}
img {
	border:0;
	vertical-align: bottom;
}
ins{
	text-decoration:none;
}
ul {
	list-style:none;
}
br {
	letter-spacing: 0;
}
/* ===========================================
	float clear,  clearFix,   hr
   =========================================== */
.clearB{
	clear: both;
}
.clearL{
	clear: left;
}
.clearR{
	clear: right;
}
/* clearfix */
.w100{
	width: 100%;
}
/* For modern browsers */
.clearFix:before, .w100:before,
.clearFix:after, .w100:after  {
    content:"";
    display:table;
}
.clearFix:after, .w100:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearFix, .w100{
    zoom:1;
}
/* ===========================================
	layout
   =========================================== */
#header{
	width: 100%;
}
#contcolumn{
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
	color: #000;
}
#header{
	padding-bottom: 10px;
}
#contcolumninn{
	padding: 0 20px 60px;
}
.img100{
	width: 960px;
	margin-left: -20px;
	margin-right: -20px;
}
/* ===========================================
	font
   =========================================== */
p, li, dt, dd, address{
	font-size: 1.4em;
}
dd dt, dd dd, dd li, dd p, dd th, dd td, li p, li li, li dd, li dt, li dd p, td li, td dt, td dd, td p{
	font-size: 1em;
}

.fs12px{ /*  p li dt dd address  -class */
	font-size: 1.2em;
}
.fs14px{ /*  p li dt dd address  -class */
	font-size: 1.4em;
}
.fs15px{ /*  p li dt dd address  -class */
	font-size: 1.5em;
}
.fs16px{ /*  p li dt dd address  -class */
	font-size: 1.6em;
}
.fsL{
	font-size: larger;
}
.fsS{
	font-size: smaller;
}
.txtB{
	font-weight: bold;
}
.txtRed{
	color: red;
}

.txtC{
	text-align: center;
}
.txtL{
	text-align: left;
}
.txtR{
	text-align: right;
}
/* -------- */
address,em,strong{
	font-style:normal;
}
em{
	font-weight: bold;
}
strong{
	color: #ff6800;
}
/* ===========================================
	h1 h2 h3 h4 h5 h6
   =========================================== */
h1,h2,h3,h4,h5,h6{
	font-size: 1.3em;
}
/* ===========================================
	link
   =========================================== */
a:link{
	color: #24618E;
} 
a:visited{
	color: Maroon;
}
a:hover{
	color: Navy;
	text-decoration: none;
}
a:active{
	color: red;
}
/* ===========================================
	module
   =========================================== */
/* margin-bottom  */
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.mb35{
	margin-bottom: 35px;
}
.mb40{
	margin-bottom: 40px;
}
.mb50{
	margin-bottom: 50px;
}
.mb56{
	margin-bottom: 56px;
}

/* float  */
.floatL{
	float: left;
}
.floatR{
	float: right;
}

/* img  */
.imgfLeft{
	float: left;
	margin: 0 12px 12px 0;
}
.imgfRight{
	float: right;
	margin: 0 0 12px 12px;
}

/* Mouse hover */
a.hvrimg img, .hvrIMG a img{	
opacity:1;
	transition: opacity 0.3s linear;
	-moz-transition: opacity 0.3s linear;
	-webkit-transition: opacity 0.3s linear;
}
a.hvrimg:hover img, .hvrIMG a:hover img{
	filter:alpha(opacity=70);
	opacity:0.7;
}


.sanp01, .sanp02{
	width: 100%;
	margin-top: 12px;
}
.sanp01{
	height: 236px;
	background: url(../images/pict03.jpg) no-repeat 0 0;
	margin-bottom: 25px;
}
.sanp02{
	height: 252px;
	background: url(../images/pict04.jpg) no-repeat 0 0;
	margin-bottom: 56px;
}
.sanp01 p{
	width: 200px;
	margin: 0 0 0 490px;
	padding-top: 60px;
}
.sanp02 p{
	width: 450px;
	padding-top: 130px;
}
.am_dl01{
	padding-bottom: 21px;
}
.am_dl01 dd{
	margin-bottom: 25px;
}
.QAlist{
	padding-bottom: 35px;
}
.QAlist dt{
	margin-bottom: 7px;
}
.QAlist dd{
	background: #f0f0f0 url(../images/answer.jpg) no-repeat 12px center;
	padding: 7px 0 7px 56px;
	margin-bottom: 25px;
	line-height: 35px;
}
.QAlist dd.qa02{
	padding: 14px 0 14px 56px;
	margin-bottom: 20px;
	line-height: 1.643;
}
.QAlist dd.qa02.mb25{
	margin-bottom: 25px;
}
.QAlist dd.bgnone{
	background: none;
	padding: 0;
	line-height: 1;
}




































