@charset "utf-8";


/*	tag difinition
------------------------------------------*/
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-style: normal;
	color: #4a4234;
	-webkit-text-size-adjust: none;
	margin: 0;
	padding: 0;
}
a img{ border:none; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}
a{ -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; -ms-transition: 0.3s; transition: 0.3s;}
a:link, a:visited			{ color:#bf5959; text-decoration: none;}
a:hover, a:active, a:focus	{ color:#0066cc; text-decoration: none;}
:root *> a img:hover, :root *> a img:active, :root *> a img:focus	{ opacity:0.6; filter:alpha(opacity=60)}


/*	structure
------------------------------------------*/
/*
body, html{
	position: relative;
	height: 100%;
}
#page{
	width: 100%;
	position: relative;
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
*/
div#hd{
	position:relative;
	width:100%;
	height:280px;
	background:url(/img/hd_bg.png) left top repeat-x;
	z-index:100;
}

div#ft{
	position:relative;
	width:100%;
	height:215px;
	background:url(/img/ft_bg.gif) left bottom repeat-x;
	margin:40px 0 0 0;
	z-index:100;
}


/*	hd
------------------------------------------*/

#hd header{
	display:block;
	position:relative;
	width:1024px;
	height:280px;
	margin:0 auto;
}
#hd #logo{
	position:absolute;
	left:40px;
	top:140px;
}
#hd #logo img:hover, #hd #logo img:active, #hd #logo img:focus{
	opacity:1.0 !important;
	filter:alpha(opcaity=100) !important;
}
#hd #hd_stt{
	display:none;
}
#hd #gm{
	position:absolute;
	left:570px;
	top:70px;
	width:450px;
	height:186px;
	background:url(/img/gm_bg.gif) no-repeat;
}
#hd #gm li{
	position:relative;
	display:inline-block;
	* zoom:1;
	* display:inline;
	width:64px;
	height:147px;
	margin:0;
	padding:22px 0 0 0;
}
#hd #gm li:hover{
	top:1px;
}
#hd #hd_contact{
	position:absolute;
	right:0;
	top:23px;
	text-align:right;
	width:650px;
	white-space:nowrap;
}
#hd #hd_contact dt,#hd #hd_contact dd{
	display:inline;
}
#hd #hd_contact img{
	margin-left:20px;
}




/*	main
------------------------------------------*/
#main{
	position:relative;
	width:1024px;
	padding:40px 0 0;
	margin:0 auto;
	background: url(/img/bd_grey.gif) top center repeat-x;
}
/* 仕切りの罫線*/
#main-content{
	position:relative;
	display:block;
	width:1024px;
	padding:15px 0 0 0;
	background:url(/img/bd_v_grey.gif) repeat-y 205px 0;
}
#main-content:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


#main-ttl{
	position:absolute;
	left:40px;
	top:0;
}
#lead{
	position:absolute;
	left:135px;
	top:0;
}


#main-right{
	position:relative;
	left:285px;
	top:0;
	width:690px;
	padding:0 0 80px 0;
	text-align:left;
}



/*	footer
------------------------------------------*/
#ft footer{
	display:block;
	position:relative;
	width:1024px;
	height:215px;
	margin:0 auto;
}

#ft .fb-like{
	position:absolute;
	right:10px;
	top:-35px;
}

#ft #ft_nav{
	position:absolute;
	left:50px;
	top:25px;
	width:38em;
	height:75px;
}
	#ft #ft_nav li{
		display:inline-block;
		* zoom:1;
		* display:inline;
		width:12em;
		white-space:nowrap;
		font-size:11px;
		background:url(/img/i_en.png) 0px 2px no-repeat;
		margin:0 1em 0 0;
		padding:0 0 0 1.6em;
	}
	
#ft #ft_adrs{
	position:absolute;
	left:750px;
	top:30px;
}
	#ft #ft_adrs *{
		font-size:11px;
		line-height:15px;
		white-space:nowrap;
	}
	#ft #ft_adrs dt{
		margin-bottom:5px;
	}
	
#ft #cp{
	position:absolute;
	right:0;
	top:172px;
	text-align:right;
	width:315px;
}
	#ft #cp *{
		font-family: "EB Garamond", serif;
		font-size:12px;
	}

#i_pagetop{
	position:fixed;
	right:8px;
	bottom:8px;
	width:43px;
	height:58px;
	opacity:0.7;
	filter:alpha(opacity=80);
	z-index:200;
}


/*	modal
------------------------------------------*/
.modal{
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	z-index:200;
}
.overlay{
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	margin:50px auto 0;
	z-index:201;
}
#btn_close{
	text-align:right;
	margin:0;
	padding:0;
	cursor:pointer;
}
#mov_content{
	width:800px;
	height:450px;
	margin:0 auto;
}



/*
	form element
------------------------------------------*/
.er_msg_box{
	display:inline-block;
	* zoom:1;
	* display:iniline;
	padding:10px 16px;
	color:#c30;
	font-size:13px;
	font-weight:bold;
	background:mistyrose;
}
.alert{
	display:inline-block;
	* zoom:1;
	* display:iniline;
	padding:2px 1em;
	color:#fff;
	font-size:10px;
	background:#ff643f;
}



/*
	btn
------------------------------------------*/
.btn_navy{
	display:block;
	width:289px;
	height:34px;
	text-align:center;
	color:#fff !important;
	font-size:14px;
	font-weight:bold;
	line-height:32px;
	background:url(/img/btn_navy.jpg) no-repeat;
	margin:0 auto;
}


.related-link{
	display:inline-block;
	* zoom:1;
	* display:inline;
	padding:0 0 0 1.6em;
	background:url(/img/i_link.png) no-repeat 0 4px;
	margin:0 1em 0 0;
}



/*
	kakomi
------------------------------------------*/

.kakomi_beige{
	display:inline-block;
	* zoom:1;
	* display:inline;
	padding:1em;
	background:#f2f3da;
	-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
	margin:5px 0;
}
.kakomi_white{
	display:inline-block;
	* zoom:1;
	* display:inline;
	padding:1em;
	background:#fff;
	-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;
	box-shadow: 1px 1px 4px #666; -moz-box-shadow: 1px 1px 4px #666; -webkit-box-shadow: 1px 1px 4px #666;
	margin:5px 0;
}




/*
	elements
------------------------------------------*/

/* clear */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{ display:inline-block;}
.clear{ clear:both}

/* list clear */
.no_list{ margin-left:0px;list-style: none}

/* color */
.white	{color:#fff}
.black	{color:#000}
.red		{color:#bf5959}
.grn		{color:#72ae34}
.blue	{color:#366fba}
.lightblue{color:#48aae2}
.tan		{color:#960}
.grey	{color:#555}



/* radius */
.r4		{-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.r6		{-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.r8		{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;}
.r10		{-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
.r12		{-webkit-border-radius:12px;-moz-border-radius:12px;border-radius:12px;}
.r16		{-webkit-border-radius:16px;-moz-border-radius:16px;border-radius:16px;}

/* shadow */
.shadow2	{ box-shadow: 1px 1px 2px #666; -moz-box-shadow: 1px 1px 2px #666; -webkit-box-shadow: 1px 1px 2px #666;	}
.shadow4	{ box-shadow: 1px 1px 4px #666; -moz-box-shadow: 1px 1px 4px #666; -webkit-box-shadow: 1px 1px 4px #666;	}
.shadow6	{ box-shadow: 1px 1px 6px #666; -moz-box-shadow: 1px 1px 6px #666; -webkit-box-shadow: 1px 1px 6px #666;	}
.shadow8	{ box-shadow: 1px 1px 8px #666; -moz-box-shadow: 1px 1px 8px #666; -webkit-box-shadow: 1px 1px 8px #666;	}
.shadow10	{ box-shadow: 1px 1px 10px #666; -moz-box-shadow: 1px 1px 10px #666; -webkit-box-shadow: 1px 1px 10px #666;	}



/* font / line */
.ff_mincho		{font-family: "ＭＳ Ｐ明朝", "細明朝体", "ヒラギノ明朝 Pro W3", "HiraMinProN-W3";}
.ff_meiryo		{font-family: "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;}
.bold		{font-weight:bold;}
.normal		{font-weight:normal;}
.sml,.sml * 	{font-size:11px;line-height:13px;}
.ssml,.ssml * 	{font-size:10px;line-height:12px;}

.fs_6	{font-size:6px;}
.fs_7	{font-size:7px;}
.fs_8	{font-size:8px;}
.fs_9	{font-size:9px;}
.fs_10	{font-size:10px;}
.fs_11	{font-size:11px;}
.fs_12	{font-size:12px;}
.fs_13	{font-size:13px;}
.fs_14	{font-size:14px;}
.fs_15	{font-size:15px;}
.fs_16	{font-size:16px;}
.fs_18	{font-size:18px;}
.fs_20	{font-size:20px;}
.fs_22	{font-size:22px;}
.fs_24	{font-size:24px;}

.line50	{line-height:50%;}
.line60	{line-height:60%;}
.line70	{line-height:70%;}
.line80	{line-height:80%;}
.line90	{line-height:90%;}
.line100	{line-height:100%;}
.line110	{line-height:110%;}
.line120	{line-height:120%;}
.line130	{line-height:130%;}
.line140	{line-height:140%;}
.line150	{line-height:150%;}
.line160	{line-height:160%;}
.line170	{line-height:170%;}
.line180	{line-height:180%;}
.line190	{line-height:190%;}
.line200	{line-height:200%;}
.line220	{line-height:220%;}
.line240	{line-height:240%;}
.line260	{line-height:260%;}
.line280	{line-height:280%;}
.line300	{line-height:300%;}


/* font style */

.em{
	color:#C00;
	font-size:120%;
	font-weight:bolder;
}
.list_note,.list_note *{
	font-size:11px;
	line-height:120%;
}


/* display type */
.hide{display:none;}
.block{display:block;}
.inline{display:inline;}
.in-block{
	display:inline-block;
	* zoom:1;
	* display:inline;
}
.newspaper{
	text-justify:newspaper;
}

/* align */
.float_r{float:right;}
.float_l{float:left;}
.float_c{margin:0 auto 0;}
.align_l{text-align:left;}
.align_r{text-align:right;}
.align_c{text-align:center;}

/* margin */
.left50{margin-left:50px !important;}
.left40{margin-left:40px !important;}
.left30{margin-left:30px !important;}
.left20{margin-left:20px !important;}
.left15{margin-left:15px !important;}
.left10{margin-left:10px !important;}
.left7{margin-left:7px !important;}
.left5{margin-left:5px !important;}
.left3{margin-left:3px !important;}
.left0{margin-left:0px !important;}

.right50{margin-right:50px !important;}
.right40{margin-right:40px !important;}
.right30{margin-right:30px !important;}
.right20{margin-right:20px !important;}
.right15{margin-right:15px !important;}
.right10{margin-right:10px !important;}
.right7{margin-right:7px !important;}
.right5{margin-right:5px !important;}
.right3{margin-right:3px !important;}
.right0{margin-right:0px !important;}

.top90{margin-top:90px !important;}
.top80{margin-top:80px !important;}
.top70{margin-top:70px !important;}
.top60{margin-top:60px !important;}
.top50{margin-top:50px !important;}
.top45{margin-top:45px !important;}
.top40{margin-top:40px !important;}
.top35{margin-top:35px !important;}
.top30{margin-top:30px !important;}
.top25{margin-top:25px !important;}
.top20{margin-top:20px !important;}
.top15{margin-top:15px !important;}
.top10{margin-top:10px !important;}
.top7{margin-top:7px !important;}
.top5{margin-top:5px !important;}
.top3{margin-top:3px !important;}
.top0{margin-top:0px !important;}

.btm90{margin-bottom:90px !important;}
.btm80{margin-bottom:80px !important;}
.btm70{margin-bottom:70px !important;}
.btm60{margin-bottom:60px !important;}
.btm50{margin-bottom:50px !important;}
.btm40{margin-bottom:40px !important;}
.btm30{margin-bottom:30px !important;}
.btm20{margin-bottom:20px !important;}
.btm15{margin-bottom:15px !important;}
.btm10{margin-bottom:10px !important;}
.btm7{margin-bottom:7px !important;}
.btm5{margin-bottom:5px !important;}
.btm3{margin-bottom:3px !important;}
.btm0{margin-bottom:0px !important;}

.pad_top50{padding-top:50px !important;}
.pad_top40{padding-top:40px !important;}
.pad_top30{padding-top:30px !important;}
.pad_top20{padding-top:20px !important;}
.pad_top15{padding-top:15px !important;}
.pad_top10{padding-top:10px !important;}
.pad_top7{padding-top:7px !important;}
.pad_top5{padding-top:5px !important;}
.pad_top3{padding-top:3px !important;}
.pad_top0{padding-top:0px !important;}

.pad_btm50{padding-bottom:50px !important;}
.pad_btm40{padding-bottom:40px !important;}
.pad_btm30{padding-bottom:30px !important;}
.pad_btm20{padding-bottom:20px !important;}
.pad_btm15{padding-bottom:15px !important;}
.pad_btm10{padding-bottom:10px !important;}
.pad_btm7{padding-bottom:7px !important;}
.pad_btm5{padding-bottom:5px !important;}
.pad_btm3{padding-bottom:3px !important;}
.pad_btm0{padding-bottom:0px !important;}

.pad_left50{padding-left:50px !important;}
.pad_left40{padding-left:40px !important;}
.pad_left30{padding-left:30px !important;}
.pad_left20{padding-left:20px !important;}
.pad_left15{padding-left:15px !important;}
.pad_left10{padding-left:10px !important;}
.pad_left7{padding-left:7px !important;}
.pad_left5{padding-left:5px !important;}
.pad_left3{padding-left:3px !important;}
.pad_left0{padding-left:0px !important;}

.pad_right50{padding-right:50px !important;}
.pad_right40{padding-right:40px !important;}
.pad_right30{padding-right:30px !important;}
.pad_right20{padding-right:20px !important;}
.pad_right15{padding-right:15px !important;}
.pad_right10{padding-right:10px !important;}
.pad_right7{padding-right:7px !important;}
.pad_right5{padding-right:5px !important;}
.pad_right3{padding-right:3px !important;}
.pad_right0{padding-right:0px !important;}


/* width */
.w600{width:600px !important;}
.w550{width:550px !important;}
.w530{width:530px !important;}
.w500{width:500px !important;}
.w450{width:450px !important;}
.w400{width:400px !important;}
.w350{width:350px !important;}
.w300{width:300px !important;}
.w250{width:250px !important;}
.w200{width:200px !important;}
.w175{width:175px !important;}
.w150{width:150px !important;}
.w125{width:125px !important;}
.w100{width:100px !important;}
.w75{width:75px !important;}
.w50{width:50px !important;}
.w25{width:25px !important;}
.w20{width:20px !important;}
.w15{width:15px !important;}
.w10{width:10px !important;}

/* height */
.h600{height:600px !important;}
.h550{height:550px !important;}
.h500{height:500px !important;}
.h450{height:450px !important;}
.h400{height:400px !important;}
.h350{height:350px !important;}
.h300{height:300px !important;}
.h250{height:250px !important;}
.h200{height:200px !important;}
.h175{height:175px !important;}
.h150{height:150px !important;}
.h125{height:125px !important;}
.h100{height:100px !important;}
.h75{height:75px !important;}
.h50{height:50px !important;}
.h25{height:25px !important;}
.h20{height:20px !important;}
.h15{height:15px !important;}
.h10{height:10px !important;}