@charset "utf-8";

/********** base set **********/

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, abbr, cite, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, table, caption, tbody, tfoot, thead, tr, th, td, fieldset, form, label, legend, article, aside, canvas, details, figcaption, figure, header, hgroup, menu, nav, section, footer, summary, mark {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-style: normal;
	vertical-align: baseline;
	background: transparent;
}
html {background-color:#f7f7f7;}
body {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	color: #333;
	font-size: 77%;
	line-height: 1;
	height: 100%;
	background: url(../images/header_bg3.png) repeat-x 0 0;
}

/* ▼2015/06/23 追加▼ */
body.contentsOnly {background:#FFF;}
body.contentsOnly #wrap {width: 913px; padding-top:20px;}
body.contentsOnly #main,
body.contentsOnly #fb_share,
body.contentsOnly #footer {margin-left: 0;}
/* ▲2015/06/23 追加▲ */


h1, h2, h3, h4, h5, h6 {font-weight: bold;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {display: block;}
ul, ol {list-style: none;}
img {
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
a {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	background: transparent;
	color: #333;
	text-decoration: none;
}
a:hover {color: #D3131C!important;}
mark {
	color: #333;
	font-weight: nomal;
}
sup, sub {
  position: relative;
	font-size: 77%;
}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font: inherit;
}
hr {
	display: block;
	height: 0;
	margin: 0;
	padding: 0;
	clear: both;
	visibility: hidden;
}
input, select {vertical-align: middle;}
input, select, textarea {font: inherit;}
input[type="text"], textarea {
	font: inherit;
	border-radius: 4px;
	padding: 3px 5px;
}

body.no-ja {
	_text-align: center;
}
body.no-ja #wrap {
	_text-align: left;	
}

/*** 01/30 行間調整、開始位置を調整する必要あり(#contents p などにすれば他に響かない？) ***/
#main p {margin: 1.5em auto;}
.voice #main .column p { margin: 6px 0 0; }
#main .pdadj p {margin: 0;}

/* class */

.mg0 {margin: 0!important;}
.mt0 {margin-top: 0!important;}
.mt5 {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;}
.mt35 {margin-top: 35px!important;}
.mt40 {margin-top: 40px!important;}
.mt45 {margin-top: 40px!important;}
.mt50 {margin-top: 50px!important;}
.mb0 {margin-bottom: 0!important;}
.mb5 {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;}
.mr0 {margin-right: 0!important;}
.mr5 {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;}
.ml0 {margin-left: 0!important;}
.ml5 {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;}

.mr50 { margin-right: 50px !important; }
.mr110 { margin-right: 110px !important; }
.mr350 { margin-right: 350px !important; }

.pd0 {padding: 0!important;}
.pd5 {padding:5px !important;}
.pd10 {padding:10px!important;}
.bgN {background: none!important;}
.pt0 {padding-top: 0 !important;} /*2013/02/13　追加*/

.flL {float: left;}
.flR {float: right;}
.flN {float: none!important;}
.taR {text-align: right!important;}
.taC {text-align: center!important;}
.taL{text-align:left !important;}

.fcR {color: #F33;}
.fsS {font-size: 86%;}
.fsL {font-size: 114%;}
.fwB {font-weight: bold;}
.fwN {font-weight: normal !important;}

.clear {clear: both;}
.cf:before, .cf:after, .image_box:before, .image_box:after, .bx-pager:before, .bx-pager:after, .column:before, .column:after {
	content: "";
	display: table;
}
.cf:after, .image_box:after, .bx-pager:after, .column:after {clear: both;}
.cf, .image_box, .bx-pager, .column {zoom: 1;}
.smaller { font-size:10px; }

/********** outline **********/

#wrap {
	width: 1020px;
	margin: 0 auto;
	position: relative;
}

/* main */

#main { /*2013/02/20 修正*/
    line-height: 1.5;
    margin-left: 228px;
    padding-bottom: 80px;
    position: relative;
    width: 773px;
}

#main header {
	padding-top: 20px;
	font-size: 24px;
	height: 80px;
	margin-bottom: 10px;
}
#main header .title { /*2013/02/12　追加*/
	margin: 0;
	letter-spacing: 0.1em;
}
.en #main header .title { /*2013/02/12　追加*/
	letter-spacing: 0;
}
.no-ja #main header .title.small { /*2013/02/12　追加*/
	font-size: 18px;
	width: 600px;
	line-height: 1.2;
}



/* contents */

#contents {
	width: 585px;
	float: left;
	margin-top: 20px;
}

/* sub_col (3col right nav) */

#sub_col {
	width: 170px;
	float: right;
	margin-top: 20px;
}

/* bread */

#bread {
	font-size: 11px;
	margin-bottom: 20px;
}
#bread li {
	float: left;
	margin-right: 7px;
}
#bread a {
	margin-right: 7px;
	color: #d1131c;
}
#bread li span {padding-right: 7px;}
#bread li:nth-child(n+2) a {text-decoration: underline;}
#bread img {vertical-align: text-top;}


/********** sidebar **********/
#sidebar {
	width: 188px;
	min-height: 1080px;
	position: absolute;
	top: 0;
	left: 20px;
	background: #000;
}
*html #sidebar {height: 1080px;}


#floater {
	position: absolute;
	top: 0;
	left: 0;
}
#sidebar nav {
/*	min-height: 500px;
	_height: 540px;*/
}
#sidebar dl a {
	display: block;
	_width: 188px;
}
#sidebar dt a {background: url(../images/nav_category_close.gif) no-repeat 160px 14px; zoom: 1;}
#sidebar dt a:hover, #sidebar dt a.on {
/*	background: url(../images/nav_bg_open.png) no-repeat 0 0;*/
	cursor: pointer;
}
#sidebar dd {display: none;}
/*#sidebar dd a:hover, #sidebar .act a {background: url(../images/nav_bg_on.png);}*/

#sidebar .navsp {
	width: 188px;
	height: 36px;
	text-indent: -9999px;
	display: block;
}
#sidebar .navsp a {
	width: 188px;
	height: 36px;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav_sprite.png) no-repeat;
	overflow: hidden;
}
#sidebar #nav06 a {background: url(../images/nav_itamahome.png) no-repeat;}
#sidebar #nav01_09 a {background: url(../images/nav_wodden_house.png) no-repeat left;}
#sidebar #nav01_09 a:hover,
#sidebar #nav01_09.act a {background: url(../images/nav_wodden_house.png) no-repeat right;}

#sidebar #nav01,
#sidebar #nav01 a,
#sidebar #nav02,
#sidebar #nav02 a,
#sidebar #nav03,
#sidebar #nav03 a,
#sidebar #nav04,
#sidebar #nav04 a,
#sidebar #nav05,
#sidebar #nav05 a,
#sidebar #nav06,
#sidebar #nav06 a {
	width: 188px;
	height: 46px;
}

/* Default */
#sidebar #nav01 a {background-position: 0 0;}
#sidebar #nav01_01 a {background-position: 0 -46px;}
#sidebar #nav01_02 a {background-position: 0 -82px;}
#sidebar #nav01_03 a {background-position: 0 -118px;}
#sidebar #nav01_04 a {background-position: 0 -154px;}
#sidebar #nav01_05 a {background-position: 0 -190px;}
#sidebar #nav01_06 a {background-position: 0 -226px;}
#sidebar #nav01_07 a {background-position: 0 -262px;}
#sidebar #nav01_08 a {background-position: 0 -298px;}

#sidebar #nav02 a {background-position: 0 -334px;}
#sidebar #nav02_01 a {background-position: 0 -380px;}

#sidebar #nav03 a {background-position: 0 -416px;}
#sidebar #nav03_01 a {background-position: 0 -462px;}
#sidebar #nav03_02 a {background-position: 0 -498px;}
#sidebar #nav03_03 a {background-position: 0 -534px;}
#sidebar #nav03_04 a {background-position: 0 -570px;}
#sidebar #nav03_05 a {background-position: 0 -606px;}
#sidebar #nav03_06 a {background-position: 0 -642px;}

#sidebar #nav04 a {background-position: 0 -678px;}
#sidebar #nav04_01 a {background-position: 0 -724px;}

#sidebar #nav05 a {background-position: 0 -760px;}
#sidebar #nav05_01 a {background-position: 0 -806px;}
#sidebar #nav05_02 a {background-position: 0 -842px;}
#sidebar #nav05_03 a {background-position: 0 -878px;}
#sidebar #nav05_04 a {background-position: 0 -914px;}
#sidebar #nav05_05 a {background-position: 0 -950px;}
#sidebar #nav05_06 a {background-position: 0 -986px;}
#sidebar #nav05_07 a {background-position: 0 -1022px;}
#sidebar #nav05_08 a {background-position: 0 -1058px;}

/* Active & Hover */
#sidebar #nav01 a.on,
#sidebar #nav01 a:hover {background-position: -188px 0;}
#sidebar #nav01_01.act a,
#sidebar #nav01_01 a:hover {background-position: -188px -46px;}
#sidebar #nav01_02.act a,
#sidebar #nav01_02 a:hover {background-position: -188px -82px;}
#sidebar #nav01_03.act a,
#sidebar #nav01_03 a:hover {background-position: -188px -118px;}
#sidebar #nav01_04.act a,
#sidebar #nav01_04 a:hover {background-position: -188px -154px;}
#sidebar #nav01_05.act a,
#sidebar #nav01_05 a:hover {background-position: -188px -190px;}
#sidebar #nav01_06.act a,
#sidebar #nav01_06 a:hover {background-position: -188px -226px;}
#sidebar #nav01_07.act a,
#sidebar #nav01_07 a:hover {background-position: -188px -262px;}
#sidebar #nav01_08.act a,
#sidebar #nav01_08 a:hover {background-position: -188px -298px;}

#sidebar #nav02 a.on,
#sidebar #nav02 a:hover {background-position: -188px -334px;}
#sidebar #nav02_01.act a,
#sidebar #nav02_01 a:hover {background-position: -188px -380px;}

#sidebar #nav03 a.on,
#sidebar #nav03 a:hover {background-position: -188px -416px;}
#sidebar #nav03_01.act a,
#sidebar #nav03_01 a:hover {background-position: -188px -462px;}
#sidebar #nav03_02.act a,
#sidebar #nav03_02 a:hover {background-position: -188px -498px;}
#sidebar #nav03_03.act a,
#sidebar #nav03_03 a:hover {background-position: -188px -534px;}
#sidebar #nav03_04.act a,
#sidebar #nav03_04 a:hover {background-position: -188px -570px;}
#sidebar #nav03_05.act a,
#sidebar #nav03_05 a:hover {background-position: -188px -606px;}
#sidebar #nav03_06.act a,
#sidebar #nav03_06 a:hover {background-position: -188px -642px;}

#sidebar #nav04 a.on,
#sidebar #nav04 a:hover {background-position: -188px -678px;}
#sidebar #nav04_01.act a,
#sidebar #nav04_01 a:hover {background-position: -188px -724px;}

#sidebar #nav05 a.on,
#sidebar #nav05 a:hover {background-position: -188px -760px;}
#sidebar #nav05_01.act a,
#sidebar #nav05_01 a:hover {background-position: -188px -806px;}
#sidebar #nav05_02.act a,
#sidebar #nav05_02 a:hover {background-position: -188px -842px;}
#sidebar #nav05_03.act a,
#sidebar #nav05_03 a:hover {background-position: -188px -878px;}
#sidebar #nav05_04.act a,
#sidebar #nav05_04 a:hover {background-position: -188px -914px;}
#sidebar #nav05_05.act a,
#sidebar #nav05_05 a:hover {background-position: -188px -950px;}
#sidebar #nav05_06.act a,
#sidebar #nav05_06 a:hover {background-position: -188px -986px;}
#sidebar #nav05_07.act a,
#sidebar #nav05_07 a:hover {background-position: -188px -1022px;}
#sidebar #nav05_08.act a,
#sidebar #nav05_08 a:hover {background-position: -188px -1058px;}

#sidebar #nav06 a.open,
#sidebar #nav06 a:hover {background-position: -188px 0;}


/* English Sidebar */

.en #sidebar .navsp a {
	width: 188px;
	height: 36px;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav_sprite_en.png) no-repeat;
	overflow: hidden;
}

.en #sidebar #nav01 a {background-position: 0 0;}

.en #sidebar #nav02 a {background-position: 0 -46px;}
.en #sidebar #eng_nav_02_01 a {background-position: 0 -92px;}
.en #sidebar #eng_nav_02_02 a {background-position: 0 -128px;}
.en #sidebar #eng_nav_02_03 a {background-position: 0 -164px;}

.en #sidebar #nav03 a {background-position: 0 -200px;}
.en #sidebar #eng_nav_03_01 a {background-position: 0 -246px;}
.en #sidebar #eng_nav_03_02 a {background-position: 0 -282px;}
.en #sidebar #eng_nav_03_03 a {background-position: 0 -318px;}

.en #sidebar #nav01 a.on,
.en #sidebar #nav01.act a,
.en #sidebar #nav01 a:hover {background-position: -188px 0;}

.en #sidebar #nav02 a.on,
.en #sidebar #nav02.act a,
.en #sidebar #nav02 a:hover {background-position: -188px -46px;}
.en #sidebar #eng_nav_02_01.act a,
.en #sidebar #eng_nav_02_01 a:hover {background-position: -188px -92px;}
.en #sidebar #eng_nav_02_02.act a,
.en #sidebar #eng_nav_02_02 a:hover {background-position: -188px -128px;}
.en #sidebar #eng_nav_02_03.act a,
.en #sidebar #eng_nav_02_03 a:hover {background-position: -188px -164px;}

.en #sidebar #nav03 a.on,
.en #sidebar #nav03.act a {background-position: -188px -200px;}
.en #sidebar #nav03 a:hover {background-position: -188px -200px;}
.en #sidebar #eng_nav_03_01.act a,
.en #sidebar #eng_nav_03_01 a:hover {background-position: -188px -246px;}
.en #sidebar #eng_nav_03_02.act a,
.en #sidebar #eng_nav_03_02 a:hover {background-position: -188px -282px;}
.en #sidebar #eng_nav_03_03.act a,
.en #sidebar #eng_nav_03_03 a:hover {background-position: -188px -318px;}



/* Chinese Sidebar */

.chinese #sidebar .navsp a {
	width: 188px;
	height: 36px;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav_sprite_cn.png) no-repeat;
	overflow: hidden;
}

.chinese #sidebar #nav01 a {background-position: 0 0;}

.chinese #sidebar #nav02 a {background-position: 0 -46px;}
.chinese #sidebar #chn_nav_02_01 a {background-position: 0 -92px;}
.chinese #sidebar #chn_nav_02_02 a {background-position: 0 -128px;}
.chinese #sidebar #chn_nav_02_03 a {background-position: 0 -164px;}

.chinese #sidebar #nav03 a {background-position: 0 -200px;}
.chinese #sidebar #chn_nav_03_01 a {background-position: 0 -246px;}
.chinese #sidebar #chn_nav_03_02 a {background-position: 0 -282px;}
.chinese #sidebar #chn_nav_03_03 a {background-position: 0 -318px;}

.chinese #sidebar #nav01 a.on,
.chinese #sidebar #nav01.act a,
.chinese #sidebar #nav01 a:hover {background-position: -188px 0;}

.chinese #sidebar #nav02 a.on,
.chinese #sidebar #nav02.act a,
.chinese #sidebar #nav02 a:hover {background-position: -188px -46px;}
.chinese #sidebar #chn_nav_02_01.act a,
.chinese #sidebar #chn_nav_02_01 a:hover {background-position: -188px -92px;}
.chinese #sidebar #chn_nav_02_02.act a,
.chinese #sidebar #chn_nav_02_02 a:hover {background-position: -188px -128px;}
.chinese #sidebar #chn_nav_02_03.act a,
.chinese #sidebar #chn_nav_02_03 a:hover {background-position: -188px -164px;}

.chinese #sidebar #nav03 a.on,
.chinese #sidebar #nav03.act a {background-position: -188px -200px;}
.chinese #sidebar #nav03 a:hover {background-position: -188px -200px;}
.chinese #sidebar #chn_nav_03_01.act a,
.chinese #sidebar #chn_nav_03_01 a:hover {background-position: -188px -246px;}
.chinese #sidebar #chn_nav_03_02.act a,
.chinese #sidebar #chn_nav_03_02 a:hover {background-position: -188px -282px;}
.chinese #sidebar #chn_nav_03_03.act a,
.chinese #sidebar #chn_nav_03_03 a:hover {background-position: -188px -318px;}


/* Spanish Sidebar */

.sp #sidebar .navsp a {
	width: 188px;
	height: 36px;
	text-indent: -9999px;
	display: block;
	background: url(../images/nav_sprite_sp.png) no-repeat;
	overflow: hidden;
}

.sp #sidebar #nav01 a {background-position: 0 0;}

.sp #sidebar #nav02 a {background-position: 0 -46px;}
.sp #sidebar #esp_nav_02_01 a {background-position: 0 -92px;}
.sp #sidebar #esp_nav_02_02 a {background-position: 0 -128px;}
.sp #sidebar #esp_nav_02_03 a {background-position: 0 -164px;}

.sp #sidebar #nav03 a {background-position: 0 -200px;}
.sp #sidebar #esp_nav_03_01 a {background-position: 0 -246px;}
.sp #sidebar #esp_nav_03_02 a {background-position: 0 -282px;}
.sp #sidebar #esp_nav_03_03 a {background-position: 0 -318px;}

.sp #sidebar #nav01 a.on,
.sp #sidebar #nav01.act a,
.sp #sidebar #nav01 a:hover {background-position: -188px 0;}

.sp #sidebar #nav02 a.on,
.sp #sidebar #nav02.act a,
.sp #sidebar #nav02 a:hover {background-position: -188px -46px;}
.sp #sidebar #esp_nav_02_01.act a,
.sp #sidebar #esp_nav_02_01 a:hover {background-position: -188px -92px;}
.sp #sidebar #esp_nav_02_02.act a,
.sp #sidebar #esp_nav_02_02 a:hover {background-position: -188px -128px;}
.sp #sidebar #esp_nav_02_03.act a,
.sp #sidebar #esp_nav_02_03 a:hover {background-position: -188px -164px;}

.sp #sidebar #nav03 a.on,
.sp #sidebar #nav03.act a {background-position: -188px -200px;}
.sp #sidebar #nav03 a:hover {background-position: -188px -200px;}
.sp #sidebar #esp_nav_03_01.act a,
.sp #sidebar #esp_nav_03_01 a:hover {background-position: -188px -246px;}
.sp #sidebar #esp_nav_03_02.act a,
.sp #sidebar #esp_nav_03_02 a:hover {background-position: -188px -282px;}
.sp #sidebar #esp_nav_03_03.act a,
.sp #sidebar #esp_nav_03_03 a:hover {background-position: -188px -318px;}


#foreign {
	width: 188px;
	height: 47px;
	line-height: 45px;
	text-align: center;
	background: url(../images/nav_dott.png) no-repeat 0 0;
	
}
#foreign li {display: inline;}
#foreign li:nth-child(2) {margin: 0 5px;}
#foreign a {color: #EEE;}


/* sub_col */

#submenu {
	border-top: 1px solid #000;
	margin: 0 0 20px;
}
#submenu dt {
	font-size: 16px;
	padding: 12px 0;
	border-bottom: 1px solid #d1d1d1;
	font-weight:bold;
}
#submenu li {border-bottom: 1px solid #d1d1d1;}
#submenu li a {
	padding: 8px 5px 8px 10px;
	font-size: 13px;
	display: block;
	color: #333;
	zoom: 1;
}
#submenu li.active a { /*2013/02/13　追加　No.21*/
	color: #D3131C !important;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#submenu li a {font-family: "A-OTF A1明朝 Std Bold", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;}
}

#submenu li a span {
	background: url(../images/icon_subnav_link02.gif) no-repeat 0 0.45em;
	padding-left: 15px;
	display: block;
}
#submenu li.act a {
	background: url(../images/bg_000op.png);
	background: rgba(0,0,0,.2);
	_background: none;
}
* html #submenu li.act a {filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#65000000,EndColorStr=#65000000);}
#submenu li ul {
	border-bottom: none;
	border-top: 1px solid #d1d1d1;
}
#submenu li ul a {
	background: none;
	padding: 8px 5px 8px 18px;
}
/*
#submenu li.act ul a {
	background: none;
	padding: 8px 5px 8px 18px;
}
#submenu li.act .act a {
	background: url(../images/bg_grayop.png);
	color: #000;
	font-weight: bold;
}
#submenu li.act .act a span {background: url(../images/icon_subnav_link02.gif) no-repeat 0 0.45em;}
*/
.banner {margin-bottom: 20px;}
.banner li {margin-bottom: 10px;}
.banner li:last-child {margin-bottom: 0;}

#lineup {background: #FFF;}
#lineup dd {
	background: #FFF;
	padding: 0 2px 3px;
	border: 1px solid #E0E0E0;
	border-top: none;
	box-shadow: 0 0 1px rgba(51,51,51,.1);
}
#lineup li {
	border: 1px solid #DFDFDF;
	margin-bottom: 3px;
}
#lineup li:last-child {margin-bottom: 0;}
#lineup li a {
	padding: 0 5px 0 72px;
	position: relative;
	height: 46px;
	display: block;
	background: url(../images/subcol_bg01.gif);
	font-size: 11px;
}
#lineup li a span {
	display: block;
	padding-left: 8px;
	background: url(../images/icon_link01.gif) no-repeat 0 0.45em;
}
#lineup li a img {
	position: absolute;
	left: 0;
	top: 0;
}
.banner a img {box-shadow: 0 0 3px rgba(51,51,51,.2);}


/* inq */

#inq {
	position: absolute;
	top: 0;
	right: 23px;
	width: 171px;
	height: 52px;
	z-index: 1000;
}

/* totop */

#totop {
	position: absolute;
	top: -40px;
	right: 10px;
	width: 31px;
	height: 31px;
}
.totop {
	margin: 30px 15px;
	text-align: right;
}


/* totop */

#fb_share{
	margin-left:230px;
	text-align:left;
}


/********** template **********/

/*** outline ***/

.section01 {
	margin: 20px 0;
	padding: 0 15px 10px;
	zoom: 1;
}
.section02 {
	margin: 20px 0;
	padding: 0 15px;
}
.section03 {
	margin: 20px 0;
	padding: 0 0 10px;
	zoom: 1;
}
.section01:first-child, .section02:first-child, .section03:first-child {margin-top: 0;}
.lead {margin: 0 15px;}


/*** title ***/

h1.title, h2.title, h3.title, h4.title, header .title {
	font-weight: bold;
	font-family: "A-OTF A1明朝 Std Bold", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ 明朝", "MS Mincho", serif;
}

/* ------
	2013/02/12　english用　追加
------ */
.en h1.title, .en h2.title, .en h3.title, .en h4.title, .en header .title {
	font-weight: bold;
	font-family: Arial, sans-serif;
}

h1.title {
	font-size: 30px;
	border-bottom: 1px solid #565656;
	padding-bottom: 10px;
	margin-bottom: 20px;	
}
h2.title {
	margin: 20px 0;
	padding: 8px 0 6px;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
}
h3.title {
	margin: 20px 0 20px;
	font-size: 19px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 5px;
	zoom: 1;
}

.section01 > h3.title, .section02 > h3.title {margin-left: -15px; margin-right: -15px;}
h4.title {
	margin: 10px 0 10px;
	font-size: 16px;
}
h4.title a {text-decoration: underline;}

h3.title:first-child, h4.title:first-child {margin-top: 0;}


/*** link ***/

.link01, .link02, .blank01, .blank02 {
	padding-left:15px;
	background-position: 0.2em 0.35em;
	background-repeat: no-repeat;
}
.link01 {background-image: url(../images/icon_link01.gif);}
.link02 {background-image: url(../images/icon_link02.gif);}
.blank01 {background-image: url(../images/icon_blank01.gif);}
.blank02 {background-image: url(../images/icon_blank02.gif);}
.blank01, .blank02 {background-position: 0 0.4em;}
.link02, .blank02 {
	text-decoration: underline;
	color: #08356D;
}

.link_list li {
	float: left;
	margin-right: 15px;
}
.tenji .link_list li {
	margin-right: 0;
	width: 7em;
}
.link_list li:last-child {margin-right: 0;}
.link_list li a {
	padding: 0 5px 0 12px;
	background: url(../images/icon_link01.gif) no-repeat 3px center;
	display: inline-block;
	line-height: 1.8;
	*white-space: nowrap;
}


/*** list ***/

.ind {
	font-size: 11px;
	margin-top: 5px;
	line-height: 1.25;
	*zoom: 1;
}
.ind span {
	display: table-cell;
	vertical-align: top;
	*display: block;
	*float: left;
	*zoom: 1;
}
.ind span:first-child {
	white-space: nowrap;
	padding-right: 3px;
}
.dot_list li {
	padding-left: 10px;
	margin-bottom: 2px;
	background: url(../images/lm_dot.gif) no-repeat 0 9px;
}


/*** table ***/

.basic_table {
	border: 1px solid #C4C4C4;
	width: 100%;
}
.side .basic_table {_width: 99%;}
.basic_table th {
	background: #E3E0D7;
	font-weight: bold;
	border-bottom: 1px solid #FFF;
	vertical-align: top;
	text-align: left;
	padding: 8px;
}
.basic_table td {
	background: #FFF;
	border-bottom: 1px solid #E6E6E6;
	vertical-align: top;
	padding: 8px 8px 8px 15px;
}
.basic_table tr:last-child th, .basic_table tr:last-child td {border-bottom: none;}

.th10 th { width: 10%; }
.th15 th { width: 15%; }
.th25 th { width: 25%; }
.th20 th {width: 20%;}
.th30 th {width: 30%;}
.th35 th { width: 35%; }
.th40 th {width: 40%;}


/*** image box ***/

.image_box figure {float: left;}

.image_boxS figure {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 5px;
	background-color: #FFF;
	margin-bottom: 5px;
	width: 204px;
}
.image_boxM figure {
	width: 260px;
	padding: 4px 9px 11px 4px;
	background: url(../images/photo_bgM.png) no-repeat 0 0;
}
.image_boxL figure {
	width: 320px;
	padding: 5px 14px 15px 5px;
}
.image_boxL figure img {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 5px;
	background-color: #FFF;
}
.image_box .side {zoom: 1;}
.image_boxS .side {margin-left: 225px;}
.image_boxM .side {margin-left: 285px;}
.image_boxL .side {margin-left: 350px;}

.leader .image_box figure {
	width: 170px;
	background: url(../images/photo_bgSS.png) no-repeat 0 0;
}
.image_box figcaption {
	margin-top: 10px;
	font-size: 11px;
	text-align: center;
}

.leader .image_box dl {margin-left: 175px;}
.image_box .btn {
	text-align: right;
	margin-top: 15px;
}
.image_box dt {font-weight: bold;}
.image_box dt .fw_nml {font-weight: normal;}



/*** tab nav ***/

/* tab01 */
.tab_top {
	position: relative;
	padding-top: 41px;
}
.tab_btm {
	position: relative;
	padding-bottom: 41px;
	zoom: 1;
}
.tabnav .tab {
	width: 100%;
	height: 44px;
	position: absolute;
	left: 0;
	z-index: 100;
}
.tab_top .tab {
	background: url(../images/tab_top_top.png) no-repeat bottom center;
	padding-bottom: 6px;
	top: 0;
}
.tab_btm .tab {
	background: url(../images/tab_btm_btm.png) no-repeat top center;
	padding-top: 2px;
	bottom: 0;
	zoom: 1;
}

.tabnav .tab li {
	margin-right: 2px;
	float: left;
}
.tabnav .tab li:last-child {margin-right: 0;}
.tabnav .tab li a {
	font-size: 15px;
	line-height: 36px;
	font-weight: bold;
	color: #FFF;
	display: inline-block;
	_display: inline;
	zoom: 1;
}
.tabnav .tab li a span {
	padding-left: 16px;
	background: url(../images/tab_link.gif) no-repeat left center;
}
.tabnav .tab .act a span {background: none;}
.tab_top .tab li a {
	padding: 2px 35px 6px 18px;
	background: url(../images/tab_bg.png) no-repeat 0 4px;
}
.tab_btm .tab li a {
	padding: 6px 35px 2px 18px;
	background: url(../images/tab_bg.png) no-repeat 0 5px;
}
.tabnav .tab .act a {color: #333;}
.tab_top .tab .act a {background: url(../images/tab_top_on.png) no-repeat 0 0;}
.tab_btm .tab .act a {background: url(../images/tab_btm_on.png) no-repeat left bottom;}
.tabnav .tab li:last-child.act a {border-right: 2px solid #EEE;}


.tab_contents {
	padding: 15px;
	zoom: 1;
}
.tab_top .tab_contents {background: url(../images/tab_top_btm.png) no-repeat center bottom;}
.tab_btm .tab_contents {background: url(../images/tab_btm_top.png) no-repeat center top;}


.tab_top .link_list {
	padding: 0 0 6px 5px;
	margin: -5px 0 10px;
	border-bottom: 1px solid #C5C5C5;
}
.tab_btm .link_list {
	padding: 6px 0 0 5px;
	margin: 10px 0 -5px;
	border-top: 1px solid #C5C5C5;
}
.tab_contents .link_list li {padding: 0 3px;}
.tab_contents .link_list .act {background: url(../images/tab_link_bg.png) left center;}


/* tab02 */


#tab02_top {border-bottom: 1px solid #CDC7C7;}
#tab02_btm {border-top: 1px solid #CDC7C7;}
.tab02 li {
	float: left;
	width: 125px;
	margin: -1px 0 -1px;
}
.tab02 li a {
	display: block;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #838383;
	line-height: 2;
}
.tab02 li a span {
	padding: 0 10px;
	background: url(../images/tab02_link.gif)	 no-repeat 0 0.2em;
	*background: url(../images/tab02_link.gif)	 no-repeat 0 0.15em;
}
.tab02 li:first-child a span {
	*background-position: 0 0.5em;
}
.tab02 li.act a span {background: none;}
#tab02_top li.act {background: url(../images/tab02_top_act.gif) no-repeat center bottom;}
#tab02_btm li.act {background: url(../images/tab02_btm_act.gif) no-repeat center top;}
#tab02_top li a {padding-bottom: 10px;}
#tab02_btm li a {padding-top: 10px;}
.tab02_sub {padding: 15px 0;}
.tab02_sub li {
	float: left;
	margin-right: 10px;
	padding: 3px;
	line-height: 1;
}
.tab02_sub.ms li {
	float: left;
	margin-right: 3px;
	padding: 3px;
	line-height: 1;
}
.tab02_sub.ms2 li {
	float: left;
	margin-right: 2px;
	padding: 3px;
	line-height: 1;
}
.tab02_sub li:last-child {
	border-right: none;
	margin-right: 0;
}
.tab02_sub li a {
	padding: 0 10px;
	background: url(../images/icon_subnav_link02.gif);
	background-repeat: no-repeat;
	background-position: 3px 0.3em;
}
.tab02_sub.ms2 li a {
	padding: 0 5px 0 10px;
	background: url(../images/icon_subnav_link02.gif);
	background-repeat: no-repeat;
	background-position: 3px 0.3em;
}
.tab02_sub li.act {background-color: #E9E9E9;}

#tab02_sub_top {border-bottom: 1px solid #D9D9D9;}
#tab02_sub_btm {border-top: 1px solid #D9D9D9;}


/*** column ***/

.column {zoom: 1;}
.column li, .col01 li {
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	padding: 5px 5px 8px;
	background-color: #FFF;
}
.column li img {max-width: 100%; height: auto;}
.bgI li {background: url(../images/bg_image01.gif);}

/* col02 */
.col02 li {width: 364px;}
.section01 .col02 li, .section02 .col02 li {width: 345px;}
#contents .col02 li {width: 260px;}
#contents .section01 .col02 li, #contents .section02 .col02 li {width: 255px;}
.col02 li:nth-child(odd) {float: left;}
.col02 li:nth-child(even) {float: right;}

/* col03 */
.col03 li {
	width: 237px;
	float: left;
	margin-right: 15px;
}
.col03 li:nth-child(3n) {float: right; margin-right: 0!important;}
.section01 .col03 li, .section02 .col03 li {width: 227px;}
#contents .col03 li {width: 174px;}
#contents .section01 .col03 li, #contents .section02 .col03 li {
	width: 166px;
	margin-right: 13px;
}

/* col04 */
.col04 li {
	width: 166px;
	float: left;
	margin-right: 23px;
}
.col04 li:nth-child(4n) {margin-right: 0!important;}
.section01 .col04 li, .section02 .col04 li {width: 158px;}
#contents .col04 li {
	width: 122px;
	margin-right: 18px;
}
#contents .section01 .col04 li, #contents .section02 .col04 li {width: 115px;}

#main .tab_contents .col04 {padding: 10px 0;}
#main .tab_contents .col04 li {
	padding: 0;
	width: 176px;
	margin-right: 13px;
}

#main .tab_contents .col04 li:nth-child(n+5) {margin-top: 25px;}


/*** anchor ***/

.anchor {
	margin: 30px 0;
	padding: 10px 15px;
	border: 1px solid #CCC;
	background: #FFF;
	display: inline-block;
}
.anchor li {
	display: inline;
	margin: 0 8px;
	line-height: 2.5;
}
.anchor li a {
	display: inline-block;
	_display: inline;
	background: url(../images/icon_anc.png) no-repeat left center;
	white-space: nowrap;
	zoom: 1;
}
.anchor li a span {
	padding: 0 20px 0 28px;
	background: url(../images/bdr_2color.gif) repeat-y right top;
}
.anchor li:last-child a span {background: none;}


.anc_txt li {
	float: left;
	margin-right: 20px;
}
.anc_txt li:last-child {margin-right: 0;}
.anc_txt li a {
	padding-left: 15px;
	background: url(../images/icon_anc01.gif) no-repeat left center;
	display: inline-block;
	line-height: 1.8;
	*white-space: nowrap;
}


/*** accordion openbox ***/

.acco, .open_box {
	margin: 0 auto;
	border: 1px solid #ccc;
}
.open_box {width: 737px;}
.acco dt, .open_box dt {
	background: url(../images/acco_arrow.png) no-repeat top right;
	background-color: #f0f0f0;
	border-top: 1px solid #ccc;
	display: block;
	padding: 0 15px;
	line-height: 39px;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	_width: 711px;
	zoom: 1;
}
.open_box dt {background: none;}
.acco dt:first-child, .open_box dt:first-child {border-top: none;}
.acco dt:hover {cursor: pointer;}

.acco dt.open {background-position: bottom right;}
.acco dd {display: none;}
.acco dd, .open_box dd {
	padding: 15px 15px;
	background: #fff;
	border-top: 1px solid #ccc;
	zoom: 1;
}

.bdr_list li {
	border-top: 1px solid #D7D7D7;
	border-bottom: 1px solid #FFF;
	padding: 10px;
}
.bdr_list li:first-child {
	border-top: none;
	padding-top: 0;
}
.bdr_list li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.bdr_list a {display: block;}


/*** step list ***/

.step_list {padding-top: 5px;}
.step_list li {margin-bottom: 20px;}
.step_list li:last-child {margin-bottom: 0;}
.step_list dt {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
	border-bottom: 1px solid #D9D9D9;
	zoom: 1;
}
.step_list dt img {
	float: left;
	padding-top: 1px;
	margin-right: 10px;
}
.step_list dd {
	padding-top: 12px;
	border-top: 1px solid #FFF;
	zoom: 1;
}


/*** slider ***/

.slider {
	position: relative;
	background: #F5F5F5 url(../images/bg_image02.gif) repeat-x 0 0;
	border: 1px solid #EBEBEB;
	border-radius: 3px;
	padding: 9px 38px;
	overflow: hidden;
	zoom: 1;
}
#contents .slider {padding: 9px 40px;}
* html #contents .slider {_width: 86%;}

#slider li {
	float: left;
	margin-right: 14px;
}
#contents #slider li {margin-right: 25px;}
.slider .slide li:last-child {margin-right: 0;}
.slider .slide li img {
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	border-bottom: 2px solid #CCC;
}
#sidebar_banner {
	text-align: center;
	margin: 10px 0;
}
#search_box {
	background: #000;
	padding: 3px;
	margin: 10px 5px;
	border: 1px solid #4B4B4B;
	text-align: center;
}
#search_txt {
	width: 90px;
	padding: 0 3px 0 24px;
	margin-left: 4px;
	background: #FFF url(../images/index/icon_search.gif) no-repeat 3px 4px;
	border: 1px solid #CCC;
	border-radius: 0;
}


/* jCarousel */

.jcarousel-container {width: 100%;}
.jcarousel-skin-tango .jcarousel-clip {overflow: hidden;}
.jcarousel-skin-tango .jcarousel-clip-horizontal {width: 695px;}
#contents .jcarousel-skin-tango .jcarousel-clip-horizontal {width: 490px;}
.jcarousel-skin-tango .jcarousel-item {
	width: 104px;
	height: 124px;
}
.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
	margin-right: 0;
}
.jcarousel-skin-tango .jcarousel-item-vertical {margin-bottom: 10px;}
.jcarousel-skin-tango .jcarousel-item-placeholder {
	background: #fff;
	color: #000;
}

.jcarousel-prev, .jcarousel-next {
	width: 13px;
	height: 90px;
	position: absolute;
	top: 16px;
	cursor: pointer;
	z-index: 1000;
}
.jcarousel-prev {
	left: -24px;
	background-image: url(../images/slider_contL.png);
}
.jcarousel-next {
	right: -24px;
	background-image: url(../images/slider_contR.png);
}
.jcarousel-prev-disabled, .jcarousel-next-disabled {
	cursor: default;
	opacity: .5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}


/*** sort ***/

.sort {
	position: relative;
	font-size: 14px;
	background: #F5F5F5 url(../images/bg_image02.gif) repeat-x 0 0;
	border: 1px solid #EBEBEB;
	padding: 10px 15px;
	border-radius: 3px;
	zoom: 1;
}
.sort dt, .sort dd, .sort ul, .sort li, .sort p {float: left;}
.sort dt {
	line-height: 33px;
	margin-right: 8px;
	font-weight: bold;
}
.sort ul {margin-right: 8px;}
.sort li {
	margin-right: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #F1F1F1;
}
.sort select {padding: 1px 3px;}



/*** action ***/

.action {
	background: #FFF;
	margin: 40px 0;
	padding: 30px 25px;
	text-align: center;
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	_zoom: 1;
}
.action ul {margin: 20px 0;}
.action li:first-child {float: left;}
.action li:last-child {float: right;}
.action p {
	width: 70%;
	margin: 0 auto;
	padding: 20px 0;
	border: 1px solid #DBDBDB;
}
#action02 {padding: 15px 18px 20px;}
#action02 ul {margin: 12px 0;}
#action02 p:last-child {
	margin: 0;
	padding: 20px 0 0;
	border: none;
	text-align: left;
}

#action03 dd {margin-top: 12px;}

.action_col {
	margin: 40px auto;
	width: 761px;
	padding: 10px 4px 10px 6px;
	position: relative;
	background: #FFF;
	box-shadow: 0 0 2px rgba(50,50,50,.2), 0 3px 2px rgba(50,50,50,.1);
	zoom: 1;
}
#contents .action_col {width: 570px;}
* html .action_col p img {position: absolute; bottom: 20px; right: 4px;}

.action_col dl {float: left;}


/* map_area */

#w_map {
	background: url(../images/action02/w01_bg.png) no-repeat 0 58px;
	width: 313px;
	height: 456px;
	position: relative;
}
#s_map {
	background: url(../images/action02/s01_bg.png) no-repeat 0 33px;
	width: 234px;
	height: 341px;
	position: relative;
}

.select_map dt {position: relative;}
.select_map dd .arrow {
	position: absolute;
	left: 0;
	top: 45px;
	z-index: 100;
}
#s_map dd .arrow {
	left: 3px;
	top: 33px;
}
#area_map {
	position: absolute;
	left: 6px;
	top: 45px;
}
#s_map #area_map {
	position: absolute;
	left: 3px;
	top: 33px;
}

/* select */

#area_select {
	position: absolute;
	top: 368px;
	left: 15px;
}
#s_map #area_select {
	top: 268px;
	left: 8px;
}
#area_select li {
	width: 90px;
	float: left;
	margin-right: 8px; 
}
#s_map #area_select li {
	width: 70px;
	float: left;
	margin-right: 5px;
	font-size: 10px; 
}
#area_select li:nth-child(3n) {margin-right: 0;}
#area_select li a {
	padding: 2px 0 2px 10px;
	background: url(../images/icon_link01.gif) no-repeat 0 0.5em;
	display: block;
	zoom: 1;
}


/***** #footer *****/

#footer {
	margin-left: 228px;
	position: relative;
	clear: both;
	padding: 10px 0 10px 0;
	border-top: 1px solid #000;
}

#footer #navbar {
    display: block;
    width: 100%;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
    text-align: center;
}
#footer #navbar ul{
    border: 1px solid #000;
    background-color: #fff;
}

#footer #navbar ul li {
    display: inline-block;
    /display: inline;
    /zoom: 1;
    width: 393px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}
#footer #navbar ul li a {
    display: block;
}
#footer #navbar ul li.on {
    background-color: #ccc;
}
#footer .sitemap li {
	border-right: 1px dotted #DDD;
	float: left;
	padding: 0 15px; /*20103/02/13　追加*/
	_line-height: 1.5;
}
#footer .sitemap li:first-child { padding-left: 0; }  /*20103/02/13　追加*/
#footer .sitemap li:last-child {border-right: none;}
#footer .sitemap li a {
	line-height: 1;
	/*padding: 0 15px;　　 20103/02/13　削除　*/
}
#footer #copy {
	display: inline;
	position: absolute;
	top: 75px;
	right: 10px;
	font-size: 10px;
	*line-height:1.5;
}
#footer.nosp #copy {
	top: 12px;
}
#footer .linkToJa { /*20103/02/13　追加*/
	font-size: 10px;
	line-height: 2;
}
.no-ja #footer .linkToJa { display: block; }
.no-ja #footer li {
	border-right: 1px dotted #DDD;
	float: left;
	padding: 0 15px; /*20103/02/13　追加*/
}
.no-ja #footer li:first-child { padding-left: 0; }  /*20103/02/13　追加*/
.no-ja #footer li:last-child {border-right: none;}
.no-ja #footer li a {
	line-height: 1;
	_line-height: 1.5;
	/*padding: 0 15px;　　 20103/02/13　削除　*/
}
.no-ja #footer li a .linkToJa {
	_line-height: 1;
}
.no-ja #footer #copy {
	top: 12px;
}
