@charset "utf-8";
/*------------------------------------------------------------------------------
[1] レイアウト[ 配置 + 書式設定その他 ]
[2] 詳細デザイン
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] レイアウト[ 配置 + 書式設定その他 ]
*******************************************************************************/
/*==============================================================================
	配置　独自の設定
==============================================================================*/
#wrap{
	margin:0px auto 0px auto;
	background:#FFF;
}
#header{
	margin: 0px auto 0px auto;
	padding:0px 0px 15px 0px;
	width:970px;
}
#topheaderbg{
	background:#f0efe8;
}
#guide{
	padding:0px;
}
#toppagebody{
	padding-top:20px;
	background:#f0efe8;
}
#pagebody {
    margin: 0px auto 0px auto;
	padding-bottom:40px;
    width: 970px;
    clear: both;
}
#content3,#content2{
    width: 970px;
}
#content{
	width:740px;
}
#gnavi{
	width: 970px;
}
#petitcontent{
	margin:0px auto;
}
/*==============================================================================
	書式設定その他
==============================================================================*/
body{
	color:#333333;
	font-family:"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight:500;
}
input,select,textarea{
	font-family:"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:100%;
	font-weight:500;
}
#wrap{
	font-size:95%;
	background:#F0EFE8;
}
#content,#content2,#content3{
	line-height:1.5;
	background:#FFFFFF;
}
/*******************************************************************************
[2] 詳細デザイン
*******************************************************************************/
/*==============================================================================
	ヘッダ
==============================================================================*/
#tlogo{
	width:210px;
	float:left;
}
#tlogo img{
	vertical-align:bottom;
}
#tlogo h1,#tlogo p{
	margin:10px 0px 10px 0px;
	float:left;
}
#tlogo p.tlogo2{
	float:right;
}
#utilbox{
	float:right;
}
#util{
	margin-bottom:15px;
	width:740px;
	float:right;
	background:#e5e3da;
}
#headerbg #util{
	width:600px;
}
#util img{
	vertical-align:middle;
}
#util li{
	display:inline;
	font-size:95%;
}
/*------------------------------------------------------------------------------
	util1
------------------------------------------------------------------------------*/
#util1{
	margin:10px 10px 10px 0px;
	display:inline;
}
#util1 ul{
	display:inline;
}
/* 文字サイズ変更
------------------------------------------------------------------------------*/
#util1 dl,#util1 dt,#util1 dd{
	margin:5px 0px 0px 5px;
	display:inline-block;
	*display:inline;
    *zoom:1;
    font-size:95%;
}
#util1 dl:after{
	content:"";
	display:block;
	clear:both;
}
#util1 ul li a.fontsize,#util1 ul li a.fontsizes,#util1 ul li a.fontsizel{
	padding:0px;
	display:inline-block;
}
#util1 ul li a.fontsizel{
	background:none;
}
/*------------------------------------------------------------------------------
	util2
------------------------------------------------------------------------------*/
#util2{
	float:left;
}
#util2 ul{
	margin:10px 0px 10px 0px;
	font-size:95%;
}
#util2 ul li{
	margin-left:10px;
	padding-left:20px;
	background:url(images/header/mark_util.png) no-repeat left top;
}
#util2 ul li a{
	display:inline-block;
	color:#333;
}
/*------------------------------------------------------------------------------
	検索
------------------------------------------------------------------------------*/
#sitesearch{
	width: 380px;
	text-align:right;
    float: right;
}
#sitesearch input{
	padding:0px;
	vertical-align:middle;
}
#key{
	width:180px;
	font-size:100%;
}
#sitesearch input.submit, #sitesearch #key {
    padding: 1px 5px 0px 5px !important;
    width:260px;
    display: inline-block;
    font-size: 120%;
    border-style: none;
    border: 2px solid #00753c !important;
    vertical-align: middle;
    -webkit-appearance: none;
    border-radius: 5px 0px 0px 5px;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-radius: 5px 0px 0px 5px;
    -o-border-radius: 5px 0px 0px 5px;
    -ms-border-radius: 5px 0px 0px 5px;
}
@media all and (-ms-high-contrast: none){
	#sitesearch input.submit, #sitesearch #key {
	    padding-top:0px !important;
	}
}
@-moz-document url-prefix() {
	#sitesearch input.submit, #sitesearch #key {
	    padding-top:0px !important;
	    font-size: 115%;
	}
}
#sitesearch #sitebtn{
    -webkit-appearance: none;
}
#sitesearch form{
	float:right;
}
#sitesearch .howto{
	margin:2px 0px 0px 7px;
	padding:0px 0px 0px 0px;
	float:right;
}
/*------------------------------------------------------------------------------
	翻訳
------------------------------------------------------------------------------*/
#translation{
	width: 380px;
	text-align:right;
    float: right;
}
#translation ul{
	margin:5px 10px 10px 0px;
	font-size:95%;
	list-style-type:none;
}
#translation ul li{
	margin-left:10px;
	padding-left:20px;
	background:url(images/header/mark_util.png) no-repeat left top;
	display:inline;
}
#translation ul li a{
	color:#333;
}
/*==============================================================================
	グローバルナビ
==============================================================================*/
#topgnavibg{
	background:#f0efe8;
}
#gnavibg{
	background:#e5e2d8;
}
#topgnavi ul{
	
}
#topgnavi ul li a{
	padding:0px;
	width:194px;
	display:block;
	color:#FFFFFF;
	font-weight:bold;
	background:#327342 url(images/gnavi/gnavi_bg.png) repeat-x left top;
	border-right:none;
	border-top:1px solid #bcbbb5;
	border-bottom:1px solid #bcbbb5;
	text-decoration:none;
}
#gnavi ul li a:hover,#topgnavi ul li a:hover,
#gnavi ul li.choice a,#topgnavi ul li.choice a{
	color:#333333;
	background:#e5e2d8;
}
#gnavi ul li.top a,#topgnavi ul li.top a{
	width:194px;
}

#gnavibg #gnavi{
	position:relative;
}
#gnavibg #gnavi:before{
	margin:auto 0px;
	content:"";
	width:1px;
	height:59px;
	background:#BEBDB7;
	position:absolute;
	top:0;bottom:0;left:0px;
}
#gnavibg #gnavi:after{
	margin:auto 0px;
	content:"";
	width:1px;
	height:59px;
	background:#BEBDB7;
	position:absolute;
	top:0;bottom:0;right:0px;
}

/*--スマホワンソースの場合のメニュー非表示--*/
#gnavibg p.hnplus, #gnavibg p.hnminus{
	display:none;
}
#gnavi ul{

}
#gnavi ul li a{
	padding:0px;
	width:194px;
	display:block;
	font-weight:bold;
	background:#fbfaf1;
	border-right:none;
	border-left:none;
	text-decoration:none;
}

/*==============================================================================
	左メニュー
==============================================================================*/
#menu{
	width:200px;
	background:#FFFFFF;
}
#menu a{
	color:#333333;
}
/*------------------------------------------------------------------------------
	見出しh2
------------------------------------------------------------------------------*/
#menu h2 a,#menu h2 span{
	padding:20px 5px 20px 5px;
	width:190px;
	display:block;
	color:#333;
	background:#fbfaf1;
	border-bottom:2px solid #DAD7CD;
}
#menu h2.choice span{
	color:#FFFFFF;
	background:#00753c;
	border-bottom:2px solid #DAD7CD;
}
.kurashi #menu h2 a{
	padding-left:45px;
	padding-right:10px;
	width:145px;
	text-align:left;
	background:#fbfaf1 url(images/lnavi/icon_kurashi.png) no-repeat 15px 24px;
}
.sports #menu h2 a{
	padding-left:45px;
	padding-right:10px;
	width:145px;
	text-align:left;
	background:#fbfaf1 url(images/lnavi/icon_sports.png) no-repeat 13px 25px;
}
.business #menu h2 a{
	padding-left:45px;
	padding-right:10px;
	width:145px;
	text-align:left;
	background:#fbfaf1 url(images/lnavi/icon_business.png) no-repeat 13px 27px;
}
.shisei #menu h2 a{
	padding-left:45px;
	padding-right:10px;
	width:145px;
	text-align:left;
	background:#fbfaf1 url(images/lnavi/icon_shisei.png) no-repeat 15px 25px;
}
.shisetsu #menu h2 a{
	padding-left:45px;
	padding-right:10px;
	width:145px;
	text-align:left;
	background:#fbfaf1 url(images/lnavi/icon_shisetsu.png) no-repeat 15px 23px;
}
/*------------------------------------------------------------------------------
	リンクなし　セパレータ
------------------------------------------------------------------------------*/
#menu h3.separator{
	margin:0px;
	padding:10px 5px 8px 25px;
	width:170px;
	background:#FBFAF1;
	border-top:1px solid #DAD7CD;
	border-bottom:2px solid #DAD7CD;
}
#menu h4.separator,#menu h5.separator,#menu h6.separator{
	padding:10px 5px 8px 30px;
	width:165px;
	background:#FBFAF1;
	border-top:1px solid #DAD7CD;
	border-bottom:2px solid #DAD7CD;
}
/*------------------------------------------------------------------------------
	詳細メニュー　h3 h4 ul 同じリスト風デザイン
------------------------------------------------------------------------------*/
#menu h3{
	margin:0px;
	background:#FFF;
	border-bottom:none;
}
#menu h4{
	margin:0px;
	font-weight:normal;
	background:#FFF;
	border-bottom:none;
}
#menu h5{
	font-weight:normal;
	background:#FFF;
	border-bottom:none;
}
#menu h3 a{
	padding:8px 5px 8px 23px;
	width:172px;
	border-bottom:1px solid #DAD7CD;
}
#menu h3 a:hover{
	padding-left:19px;
	color:#333333;
	background:#EAF0D6;
	border-left:4px solid #00753C;
}
#menu h4 a{
	padding:8px 5px 8px 40px;
	width:155px;
	background:url(images/lnavi/mark_lnavi.png) no-repeat 20px 15px;
	border-bottom:1px solid #DAD7CD;
}
#menu h4 a:hover{
	padding-left:36px;
	color:#333333;
	background:#EAF0D6 url(images/lnavi/mark_lnavi_o.png) no-repeat 16px 15px;
	border-left:4px solid #00753C;
}
#menu h5 a{
	padding:8px 5px 8px 40px;
	width:155px;
	background:url(images/lnavi/mark_slnavi.png) no-repeat 23px 15px;
	border-bottom:1px solid #DAD7CD;
}
#menu h5 a:hover{
	padding-left:36px;
	color:#333333;
	background:#EAF0D6 url(images/lnavi/mark_slnavi.png) no-repeat 19px 15px;
	border-left:4px solid #00753C;
}
#menu ul{
	background:#FFF;
}
#menu ul li{
	border-bottom:1px solid #DAD7CD;
}
#menu ul li a{
	padding:8px 5px 8px 25px;
	width:170px;
}
#menu ul li a:hover{
	padding-left:21px;
	color:#333333;
	background:#EAF0D6;
	border-left:4px solid #00753C;
}
#menu ul li.choice{
	padding:8px 5px 8px 21px;
	width:170px;
	display:block;
	color:#333333;
	background:#EAF0D6;
	border-left:4px solid #00753C;
}
/*------------------------------------------------------------------------------
	入れ子リスト
------------------------------------------------------------------------------*/
#menu ul.lmenu li{
	border-bottom:1px solid #DAD7CD;
}
#menu ul.lmenu li a{
	padding:8px 5px 8px 50px;
	width:145px;
	background:url(images/lnavi/mark_slnavi.png) no-repeat 35px 15px;
}
#menu ul.lmenu li a:hover{
	padding-left:46px;
	color:#333333;
	background:#EAF0D6 url(images/lnavi/mark_slnavi_o.png) no-repeat 31px 15px;
}
#menu ul.lmenu li.choice{
	padding:8px 5px 8px 46px;
	width:145px;
	display:block;
	color:#333333;
	background:#EAF0D6 url(images/lnavi/mark_slnavi_o.png) no-repeat 31px 15px;
}
/*==============================================================================
	ページ遷移
==============================================================================*/
#guide ul,#guide ul li{
	display:inline;
}
/*------------------------------------------------------------------------------
	このページのトップへ
------------------------------------------------------------------------------*/
#guide p.pagetop{
    display: block;
    clear: both;
    text-align: right;
    position: fixed;
    right: 30px;
    bottom: 25px;
    z-index: 10000;
}
#guide p.pagetop a{
	padding-left:18px;
}
/*------------------------------------------------------------------------------
	ページ戻り
------------------------------------------------------------------------------*/
#guide ul li a.pageback{
	margin-right:15px;
	padding-left:20px;
	background:url(images/page/mark_pageback.png) no-repeat left center;
}
#guide ul li a.pagehome{
	padding-left:20px;
	background:url(images/page/mark_pagehome.png) no-repeat left center;
}
/*------------------------------------------------------------------------------
	表示切替
------------------------------------------------------------------------------*/
#guide .viewmode{
	display:inline;
	font-size:95%;
}
#guide .viewmode dl,#guide .viewmode dt,#guide .viewmode dd{
	display:inline-block;
	*display:inline;
    *zoom:1;
}
#guide .viewmode dl:after{
	content:"";
	display:block;
	clear:both;
}
#guide .viewmode dl{
	margin-left:20px;
	background:#FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
	overflow:hidden;
	vertical-align:middle;
}
#guide .viewmode dt{
	padding:5px 10px 5px 10px;
	display:inline-block;
	*display:inline;
    *zoom:1;
	background:#CCCCCC;
	border-right:1px solid #CCCCCC;
	vertical-align:middle;
}
#guide .viewmode dd{
	vertical-align:middle;
}
#guide .viewmode ul{
    display:table;
	list-style-type:none;
}
#guide .viewmode ul li{
    display: table-cell;
	text-align:center;
	white-space: nowrap;
}
#guide .viewmode dd a{
	padding:5px 15px 5px 15px;
	display:block;
    color: #333333;
    text-decoration: none;
}
#guide .viewmode #viewmode_pc{
	border-right:1px solid #CCC;
    background: -moz-linear-gradient(top,#EEEEEE,#FFFFFF);
    background: -webkit-gradient(linear,left top,left bottom,from(#EEEEEE),to(#FFFFFF));
    background: linear-gradient(to bottom, #EEEEEE,#FFFFFF);
}
#guide .viewmode #viewmode_smp{
    border: none;
    background: -moz-linear-gradient(top,#FFFFFF,#EEEEEE);
    background: -webkit-gradient(linear,left top,left bottom,from(#FFFFFF),to(#EEEEEE));
    background: linear-gradient(to bottom, #FFFFFF,#EEEEEE);
}
/*------------------------------------------------------------------------------
	表示切替
------------------------------------------------------------------------------*/
#util1 .viewmode{
	margin:0px 0px 0px 8px;
	display: inline;
}

#util1 .viewmode #viewmode_pc{
	border-right:1px solid #CCC;
    background: -moz-linear-gradient(top,#EEEEEE,#FFFFFF);
    background: -webkit-gradient(linear,left top,left bottom,from(#EEEEEE),to(#FFFFFF));
    background: linear-gradient(to bottom, #EEEEEE,#FFFFFF);
    display:none;
}
#util1 .viewmode #viewmode_smp{
    border: none;
    background: none;
}
/*==============================================================================
	フッタ
==============================================================================*/
#footerbg, #topfooterbg{
	color:#FFF;
	background:#327342;
}
#footer{
	padding-top:15px;
	width:970px;
}
#footernavi ul,#topfooternavi ul{
	padding:10px 5px 10px 5px;
	background:#d8d4c6;
	text-align:center;
	list-style-type:none;
}
#topfooternavi ul{
	margin:0px auto;
	padding:10px 5px 10px 5px;
	width:970px;
	background:#d8d4c6;
	text-align:center;
	list-style-type:none;
}
#footernavi ul li,#topfooternavi ul li{
	margin-right:30px;
	padding-left:20px;
	display:inline;
	background:url(images/footer/mark_footer.png) no-repeat left center;
}
#footernavi ul li:last-child, #topfooternavi ul li:last-child{
	margin-right:0px;
}
#footernavi ul li a,#topfooternavi ul li a{
	display:inline-block;
	color:#333;
}
#footer h2{
	font-size:120%;
	text-align:left;
}
#add{
	padding:0px;
	width:280px;
	float:left;
}
#add ul{
	margin:6px 0px 6px 0px;
	list-style:none;
}
#add ul li{
	margin-right:2px;
	float:left;
	width:48%;
	text-align:center;
}	
#add ul li a{
	padding:5px;
	display: block;
	background:#FFF;
	color:#333;
	text-decoration:none;
}

#copy{
	margin:0px auto 0px auto;
	padding:5px 10px 5px 10px;
	clear:both;
	font-size:85%;
	color:#333;
	background:#a4aa75;
	text-align:center;
}
#backhome{
	float:right;
}
#backhome ul{
	list-style:none;
}
/*------------------------------------------------------------------------------
		コールセンター（フッタ）
------------------------------------------------------------------------------*/
#fcallcenter{
	margin-left:35px;
	margin-bottom:20px;
	padding:0px 0px 0px 0px;
	width:520px;
	background:#FFF;
	float:left;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	text-align:center;
}
#fcallcenter #tel {
    margin: 15px 0px 10px 0px;
    text-align: center;
}
#fcallcenter h3{
	margin:0px 20px 0px 0px;
	display:inline;
}
#fcallcenter p{
	margin:0px 0px 0px 0px;
	display:inline;
}
#fcallcenter ul{
	list-style-type:none;
	text-align:center;
}
#fcallcenter ul li{
	padding:13px 0px;
	width:50%;
	float:left;
}
#fcallcenter ul li.linkcall{
	background:#eaf0d6;
}
#fcallcenter ul li.linkcall a{
	padding-left:20px;
	background:url(images/top/icon_callc1.png) no-repeat left center;
}
#fcallcenter ul li.linkfaq{
	background:#f0f8fc;
}
#fcallcenter ul li.linkfaq a{
	padding-left:20px;
	background:url(images/top/icon_callc2.png) no-repeat left center;
}
#fcallcenter ul li.linkcall a, #fcallcenter ul li.linkfaq a{
	text-align:center;
}
/*==============================================================================
	ぱんくず
==============================================================================*/
#tpath{
	margin: 0px auto 15px auto;
	padding: 9px 0px 7px 0px;
	width:100%;
	border-bottom:1px solid #dad7cd;
}
#tpath p{
	margin:0px auto;
	width:950px;
}
.wrapsecond #tpath{
	margin: 0px auto 0px auto;
}