@charset "UTF-8";

/* 基本クラス
----------------------------------------*/

/* リセット
----------------------------------------*/

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h2, h3, h4, h5, h6,  
pre, form, fieldset, input, textarea, p, th, td {  
	margin: 0;
	padding: 0;  
	font-size: 100%;
} 

img { 
	border: 0;
}

ul {
	list-style: none;
}


/* レイアウト
----------------------------------------*/

html {
	height: 100%;
}

body {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	*font-size: small;
	*font: x-small;
	line-height: 1.6;
	min-width: 960px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

a:hover {
	text-decoration: underline;
}

/* PCだけ表示 */
.visible_l {
	display: block !important;
}
/* SPだけ表示 */
.visible_s {
	display: none !important;
}


/*header
----------------------------------------*/
header {
	width: 100%;
	height: 630px;
	background: url(../images/bg_header.jpg) repeat-x bottom;
	position: relative;
	padding-top: 20px;
	z-index: 2;
}

header h1 {
	width: 960px;
    margin: 0 auto;
}

header h2 {
	position: absolute;
	left: 37%;
	top: 20px;;
	margin-left: -36px;
}

header h3 {
	position: relative;
	width: 835px;
	height: 260px;
	padding: 10px 138px 0 50px;
	text-align: right;
    margin: 25px auto 0;
    background: url(../images/ttl_header_shadow01.png) no-repeat 262px 48px,
				url(../images/ttl_header_shadow03.png) no-repeat right 167px;
    -pie-background: url(../images/ttl_header_shadow01.png) no-repeat 262px 48px,
				url(../images/ttl_header_shadow03.png) no-repeat right 167px;
	z-index: 1;
}

header h3 br + img {
	position: absolute;
	top: 90px;
	right: 241px;
}

header h3 br.visible_s + img {
	top: 90px;
	right: 13px;
}

header h3 br.visible_m + img {
	top: 180px;
	right: 13px;
}

header h3 .s_img {
    width: 100%;
    height: auto;
    margin-top: 37px;
    margin-left: 10px;
}
header ul {
	overflow: hidden;
	position: absolute;
	top: 84px;
	left: 50%;
	margin-left: -508px;
	height: 253px;
	padding: 312px 0 0 417px;
	background: url(../images/ph_header.png) no-repeat,
				url(../images/ttl_header_shadow02.png) no-repeat 290px 155px;
	-pie-background: url(../images/ph_header.png) no-repeat,
				url(../images/ttl_header_shadow02.png) no-repeat 290px 155px;
}

header ul li {
	float: left;
	margin-right: 14px;
}

header .btn_block a {
	position: relative;
    top: 263px;
    margin: 0 auto;
	width: 511px;
	height: 102px;
	display: block;
	overflow: hidden;
	text-indent: -500px;
	background: url(../images/btn_consult01.png) no-repeat;
}


/*container
----------------------------------------*/
section {
	width: 100%;
	position: relative;
}

#pagetop {
	width: 100%;
	background: #fff url(../images/img_pagetop_line.gif) repeat-x left bottom;
	padding: 15px 0 7px;
}

#pagetop p {
	width: 960px;
	margin: 0 auto;
    text-align: right;
}


/*footer
----------------------------------------*/
footer {
	background: #eee;
    position: relative;
	padding: 39px 0 20px;
}

footer #flogo {
	width: 960px;
	margin: 0 auto;
}

footer ul {
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 65px;
	margin-left: -258px;
}

footer ul li {
	float: left;
	font-size: 93%;
}

footer ul li + li {
	margin-left: 25px;
}

footer ul li a {
	padding-left: 20px;
	display: block;
	color: #3f3f3f;
	text-decoration: none;
	background: url(../images/icon_blank.gif) no-repeat left center;
}

footer .pmark {
	font-size: 85%;
	display: inline-block;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 35px;
	margin-left: 330px;
}

footer .pmark img {
	margin-bottom: 5px;
}

footer .pmark a {
	color: #0b2d86;
}

#copyright {
	width: 960px;
	font-size: 93%;
	color: #3f3f3f;
	margin: 30px auto 0;
}


/*float
----------------------------------------*/
.clear {
	clear: both !important;
}
.float_n {
	float: none !important;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.img_float_l {
	float: left;
	margin-right: 28px;
}

.img_float_r {
	float: right;
	margin-left: 28px;
}

.align_l {
	text-align: left !important;
}

.align_c {
	text-align: center !important;
}

.align_r {
	text-align: right !important;
}

.valign_m {
	vertical-align: middle !important;
}


/*color
----------------------------------------*/
.color_red { color: #ff2c2c; }
.color_blue { color: #1B5186; }
.color_geen { color: #23b607; }
.color_orange { color: #F60; }
.color_gray { color:#999; }


/*font-size
----------------------------------------*/
.font10 {font-size: 77%;}
.font11 {font-size: 85%;}
.font12 {font-size: 93%;}
.font13 {font-size: 100%;}
.font14 {font-size: 108%;}
.font15 {font-size: 116%;}
.font16 {font-size: 123.1%;}
.font17 {font-size: 131%;}
.font18 {font-size: 138.5%;}
.font19 {font-size: 146.5%;}
.font20 {font-size: 153.9%;}
.font21 {font-size: 161.6%;}
.font22 {font-size: 167%;}
.font23 {font-size: 174%;}
.font24 {font-size: 182%;}
.font25 {font-size: 189%;}
.font26 {font-size: 197%;}
.fontb {font-weight: bold;}


/*margin
----------------------------------------*/

/*top*/
.mt0{ margin-top: 0px !important;}
.mt05{ margin-top: 5px !important;}
.mt10{ margin-top: 10px !important;}
.mt15{ margin-top: 15px !important;}
.mt20{ margin-top: 20px !important;}
.mt25{ margin-top: 25px !important;}
.mt30{ margin-top: 30px !important;}
.mt40{ margin-top: 40px !important;}

/*bottom*/
.mb0 { margin-bottom: 0px !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb35 { margin-bottom: 35px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}
.mb70 { margin-bottom: 70px !important;}
.mb80 { margin-bottom: 80px !important;}

/*right*/
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right: 10px !important;}
.mr15 { margin-right: 15px !important;}
.mr20 { margin-right: 20px !important;}
.mr25 { margin-right: 25px !important;}
.mr30 { margin-right: 30px !important;}
.mr35 { margin-right: 35px !important;}
.mr40 { margin-right: 40px !important;}

/*left*/
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.ml35 { margin-left: 35px !important;}
.ml40 { margin-left: 40px !important;}
.ml60 { margin-left: 60px !important;}



/*padding
----------------------------------------*/


/*width
----------------------------------------*/


/*clearfix
----------------------------------------*/
.clearfix { zoom:1; }

.clearfix:after {
	content: "";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0;
}


/* img
----------------------------------------*/
.img_responsive {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	_width: 100%;
}


/* hr
----------------------------------------*/
hr {
	height: 4px;
	border: none;
  /*background: url(../images/common/img_line02.gif) repeat-x;*/
	margin: 20px 0;
}