@charset "utf-8";
/*------------------------------------------------------------------------------
[1] レイアウト[ 配置 + 書式設定その他 ]
[2] 詳細デザイン
------------------------------------------------------------------------------*/
/*******************************************************************************
[1] レイアウト[ 配置 + 書式設定その他 ]
*******************************************************************************/
/*==============================================================================
	配置　独自の設定
==============================================================================*/
#wrap{
	margin:0px auto 0px auto;
	background:#FFF;
}
#topheaderbg #header{
	padding:10px 0px 13px 0px;
}
#headerbg #header{
	padding:10px 0px 20px 0px;
}

#guide{
	padding:0px 0px 0px 0px;
	width:auto;
}
#toppagebody {
    text-align: left;
    background:url(images/content/shadow.png) repeat-x left top;
}
#pagebody{
	width:970px;
    text-align: left;
}
#content2,#content3{
	width:970px;
}
#footer{
	padding:20px 0px 0px 0px;
	width:970px;
}
/*==============================================================================
	書式設定その他
==============================================================================*/
body{
	color:#333333;
	font-family:"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-weight:530;
}
input,select,textarea{
	font-family:"游ゴシック体","Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:100%;
	font-weight:530;
}
#wrap{
	font-size:95%;
}
#content,#content2,#content3{
	line-height:1.5;
	background:#FFFFFF;
}
/*******************************************************************************
[2] 詳細デザイン
*******************************************************************************/
/*==============================================================================
	ヘッダ
==============================================================================*/
#headerbg, #topheaderbg {
	border-top:5px solid #d5376f;
}
#header{
	width:970px;
}
#tlogo {
	width:200px;
	float:left;
}
#topheaderbg #header #tlogo {
	margin-top:0px;
	width:375px;
	float:left;
}
#topheaderbg #header #tlogo h1{
	margin-top:29px;
	float:left;
}
#topheaderbg #header p.tlogo2{
	margin-left:22px;
    float: left;
}
#header p.logo{
	margin:25px 0px 10px 0px;
	float:left;
}
#tlogo img{
	vertical-align:bottom;
}
#topheaderbg #util{
	width:550px;
	float:right;
}
#headerbg #util{
	width:700px;
	float:right;
}
#util img{
	vertical-align:middle;
}
#util li{
	display:inline;
}
/*------------------------------------------------------------------------------
	util1
------------------------------------------------------------------------------*/
#topheaderbg #header #util1{
	float:right;
}
#util1{
	margin:5px 0px 10px 0px;
}
#util1 ul{
	margin-top:0px;
	display:inline;
	float:left;
}
#util1 ul li{
	margin:0px 10px 0px 0px;
	display:inline-block;
}
#util1 ul li:last-child{
	margin:0px 0px 0px 0px;
}
#util1 ul li a{
	color:#333333;
}
#util1 ul li.sitemap{
	padding-left:27px;
	background:url(images/header/sitemap.png) no-repeat 4px center;
}
#util1 ul li.language{
	padding-left:27px;
	background:url(images/header/language.png) no-repeat 4px center;
}
#util1 ul li.font{
	padding-left:27px;
	background:url(images/header/font.png) no-repeat 4px center;
}
/*------------------------------------------------------------------------------
	util2
------------------------------------------------------------------------------*/
#topheaderbg #header #util2{
	float:none;
}
#topheaderbg #header #util2 ul{
	margin-right:8px;
	float:right;
}
#util2{
	margin-top:-5px;
	float:right;
	font-weight:bold;
}
#util2 ul li.callcenter{
	line-height:1.4em;
}
#util2 ul li.callcenter a{
	padding-right:15px;
	border:1px solid #CCCCCC;
	background: url(images/header/callcenter.png) no-repeat 10px 8px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(204,204,204,1);
	box-shadow: 0px 3px 0px 0px rgba(204,204,204,1);
	float:left;
	text-align:left;
}
#util2 ul li.faq a{
	margin-left:10px;
	padding:11px 12px 11px 53px;
	border:1px solid #CCCCCC;
	background: url(images/header/faq.png) no-repeat 15px 10px;
	border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 3px 0px 0px rgba(204,204,204,1);
	box-shadow: 0px 3px 0px 0px rgba(204,204,204,1);
	float:left;
	text-align:left;
}
#util2 a{
	padding:3px 5px 3px 48px;
	display:block;
	text-decoration:none;
	color:#333;
}
#util2 ul li.callcenter span{
	display:block;
	font-size:115%;
	color:#d5376f;
}
#util2 ul li .external{
	margin-bottom:3px;
}
/*------------------------------------------------------------------------------
	検索
------------------------------------------------------------------------------*/
#sitesearch{
	margin-left:15px;
	float:right;
}
#sitesearch input.searchbtn {
    margin: 0px;
    padding: 6px 15px 6px 15px;
    color: #FFFFFF;
    background: #d5376f;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border:none;
}
#key{
	padding:5px 2px !important;
	width:195px;
	font-size:100%;
	border:1px solid #CCC !important;
	border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
}
#sitesearch form,#sitesearch .howto{
	display:inline;
}
/*------------------------------------------------------------------------------
	表示切替
------------------------------------------------------------------------------*/
#topheaderbg #header #viewmode{
	margin-top: 7px;
}
#viewmode{
	margin-top: -6px;
	margin-bottom:3px;
	float:right;
}
#viewmode a{
	text-decoration:none;
	color:#333;
}
#viewmode dd{
	padding:4px 10px 4px 3px;
	background:#e0e0e0;
	display:inline-block;
	border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    vertical-align: middle;
}
#viewmode dl{
	display:inline-block;
	*display: inline;  
    *zoom: 1;  
}
#viewmode dl:after{
	content:"";
	display:block;
	clear:both;
}
#viewmode dt,#guide .viewmode dd{
	display:inline-block;
	*display: inline;  
    *zoom: 1;  
}
#viewmode #viewmode_pc{
	padding:3px 10px 3px 25px;
	background:#FFFFFF url(images/header/pc.png) no-repeat left 7px center;
	border-radius:13px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	-o-border-radius:13px;
	-ms-border-radius:13px;
}
#viewmode dt{
	margin-left:0px;
	padding:2px 5px 2px 8px;
	display:inline;
	background:#e0e0e0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-o-border-radius:3px;
	-ms-border-radius:3px;
}
#viewmode dt{
	background:#FFFFFF;
	vertical-align:middle;
}
#viewmode ul li{
	margin: 0px 0px 0px 0px;
}
#viewmode ul li:first-child{
	padding-right:1px;
}
/*------------------------------------------------------------------------------
	表示切替（議会）
------------------------------------------------------------------------------*/
#viewmode2{
	margin:0px auto 0px auto;
	width:970px;
	font-size:95%;
	text-align:right;
}
#viewmode2 dl,#viewmode2 dt,#viewmode2 dd{
	display:inline-block;
	*display:inline;
    *zoom:1;
}
#viewmode2 dl:after{
	content:"";
	display:block;
	clear:both;
}
#viewmode2 dl{
	margin-left:12px;
	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;
}
#viewmode2 dt{
	padding:5px 10px 5px 10px;
	display:inline-block;
	*display:inline;
    *zoom:1;
	background:#CCCCCC;
	border-right:1px solid #CCCCCC;
	vertical-align:middle;
}
#viewmode2 dd{
	vertical-align:middle;
}
#viewmode2 ul{
    display:table;
	list-style-type:none;
}
#viewmode2 ul li{
	margin-left:0px;
	padding-left:0px;
	background:none;
    display: table-cell;
	text-align:center;
	white-space: nowrap;
}
#viewmode2 dd a{
	padding:5px 15px 5px 15px;
	display:block;
    color: #333333;
    text-decoration: none;
}
#viewmode2 #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);
}
#viewmode2 #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);
}
/*==============================================================================
		gnavi
==============================================================================*/
#gnavi #topscate {
    margin: 0px auto 0px auto;
    width:970px;
}
#gnavi{
	position:relative;
    z-index: 1000;
}
#gnavi ul li a, #topgnavi ul li a{
	text-decoration:underline;
}
#gnavi .naviinner{
	margin:0px auto;
	padding:10px 10px 0px 10px;
	width:950px;
	background:#FFFFFF;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-o-border-radius:6px;
	-ms-border-radius:6px;
	overflow:hidden;
}
.scate .navi {
    padding: 20px 0px 20px 0px;
    width: 100%;
    display: none;
    position: absolute;
    top: 72px !important;
    left: 0px !important;
    z-index: 1000;
    overflow:hidden;
}
#gnavi .scate .navi .title{
	margin: 10px 10px 20px 10px;
	padding:0px 0px 15px 0px;
	width:300px;
	text-align:left;
	float: left;
}
#gnavi .scate1 .navi {
    background:#bfe8b7;
}
#gnavi .scate2 .navi {
    background:#fcd96d;
}
#gnavi .scate3 .navi {
    background:#cbb4e2;
}
#gnavi .scate4 .navi {
    background:#a2e7e9;
}
#gnavi .scate5 .navi {
    background:#f8ab96;
}
#gnavi .scate6 .navi {
    background:#a4bae8;
}
#gnavi .scate .navi ul{
    margin: 20px 20px 15px 20px;
}
#gnavi .scate .navi ul li {
    margin: 0px 20px 15px 0px;
    padding: 0px 0px 0px 20px;
    width: 255px;
    display: block;
    font-size: 100%;
    background: url(images/gnavi/gnavi_ul.png) no-repeat 0px 3px;
    text-align: left;
}
#gnavi .scate1 .navi ul li {
    background: url(images/gnavi/gnavi_ul1.png) no-repeat 0px 3px;
}
#gnavi .scate2 .navi ul li {
    background: url(images/gnavi/gnavi_ul2.png) no-repeat 0px 3px;
}
#gnavi .scate3 .navi ul li {
    background: url(images/gnavi/gnavi_ul3.png) no-repeat 0px 3px;
}
#gnavi .scate4 .navi ul li {
    background: url(images/gnavi/gnavi_ul4.png) no-repeat 0px 3px;
}
#gnavi .scate5 .navi ul li {
    background: url(images/gnavi/gnavi_ul5.png) no-repeat 0px 3px;
}
#gnavi .scate6 .navi ul li {
    background: url(images/gnavi/gnavi_ul6.png) no-repeat 0px 3px;
}
#gnavi .scate .navi ul li a {
	padding:0px;
    font-weight: normal;
    text-decoration: underline;
    display: inline;
}
/*==============================================================================
	グローバルナビ
==============================================================================*/
#gnavibg,#topgnavibg{
	position: relative;
	width: 100%;
	clear: both;
	border-top:1px dashed #CCC;
}
#gnavibg,#topgnavibg{
	position: relative;
	width: 100%;
	clear: both;
	border-top:1px dashed #CCC;
	
}
#gnavibg #gnavi,#topgnavibg #gnavi{
	margin: -1px auto 0px auto;
	width:100%;
	clear: both;
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
}
#topscate{

}
#gnavi .naviinner .navititle {
	margin: 0px 15px 0px 15px;
    padding: 7px 5px 3px 5px;
    clear: both;
    overflow:hidden;
}
#gnavi .naviinner .navititle a{
	color:#333333;
}
#gnavi .scate1 .navititle {
    border-bottom:3px solid #bfe8b7;
}
#gnavi .scate2 .navititle {
    border-bottom:3px solid #fcd96d;
}
#gnavi .scate3 .navititle {
    border-bottom:3px solid #cbb4e2;
}
#gnavi .scate4 .navititle {
    border-bottom:3px solid #a2e7e9;
}
#gnavi .scate5 .navititle {
    border-bottom:3px solid #f8ab96;
}
#gnavi .scate6 .navititle {
    border-bottom:3px solid #a4bae8;
}
#gnavi .naviinner .navititle p.gnavit {
    margin: 6px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    float: left;
    font-weight:bold;
    font-size:130%;
}
#gnavi .naviinner .navititle p.gnaviclose {
    width: 78px;
    float: right;
    vertical-align: middle;
}
#gnavi .naviinner .navititle p.gnaviclose a{
	padding:3px 5px 3px 20px;
	display:block;
	font-weight:bold;
	color:#333333;
	background:url(images/gnavi/close.png) no-repeat 2px 2px;
}
#gnavi em.tismenu {
	margin-right:1px;
    float: left;
    display:block;
	font-style:normal;
	font-weight:bold;
}
#gnavi em.tismenu a {
	padding:15px 0px 25px 0px;
	color:#333333;
	font-size:120%;
	text-decoration:none;
	display:block;
	background:url(images/gnavi/arrow.png) no-repeat center bottom 5px;
}
#gnavi .scate1 em.tismenu{
	width:170px;
	border-top:5px solid #bfe8b7;
}
#gnavi .scate1 em.tismenu a:hover{
	background:#bfe8b7 url(images/gnavi/arrow1_o.png) no-repeat center bottom 5px;
}
#gnavi .scate1 em.tismenu.choice a{
	background:#bfe8b7 url(images/gnavi/arrow1.png) no-repeat center bottom 5px;
}
#gnavi .scate2 em.tismenu{
	width:212px;
	border-top:5px solid #fcd96d;
}
#gnavi .scate2 em.tismenu a:hover{
	background:#fcd96d url(images/gnavi/arrow2_o.png) no-repeat center bottom 5px;
}
#gnavi .scate2 em.tismenu.choice a{
	background:#fcd96d url(images/gnavi/arrow2.png) no-repeat center bottom 5px;
}
#gnavi .scate3 em.tismenu{
	width:177px;
	border-top:5px solid #cbb4e2;
}
#gnavi .scate3 em.tismenu a:hover{
	background:#cbb4e2 url(images/gnavi/arrow3_o.png) no-repeat center bottom 5px;
}
#gnavi .scate3 em.tismenu.choice a{
	background:#cbb4e2 url(images/gnavi/arrow3.png) no-repeat center bottom 5px;
}
#gnavi .scate4 em.tismenu{
	width:138px;
	border-top:5px solid #a2e7e9;
}
#gnavi .scate4 em.tismenu a:hover{
	background:#a2e7e9 url(images/gnavi/arrow4_o.png) no-repeat center bottom 5px;
}
#gnavi .scate4 em.tismenu.choice a{
	background:#a2e7e9 url(images/gnavi/arrow4.png) no-repeat center bottom 5px;
}
#gnavi .scate5 em.tismenu{
	width:137px;
	border-top:5px solid #f8ab96;
}
#gnavi .scate5 em.tismenu a:hover{
	background:#f8ab96 url(images/gnavi/arrow5_o.png) no-repeat center bottom 5px;
}
#gnavi .scate5 em.tismenu.choice a{
	background:#f8ab96 url(images/gnavi/arrow5.png) no-repeat center bottom 5px;
}
#gnavi .scate6 em.tismenu{
	width:130px;
	border-top:5px solid #a4bae8;
}
#gnavi .scate6 em.tismenu a:hover{
	background:#a4bae8 url(images/gnavi/arrow6_o.png) no-repeat center bottom 5px;
}
#gnavi .scate6 em.tismenu.choice a{
	background:#a4bae8 url(images/gnavi/arrow6.png) no-repeat center bottom 5px;
}
#gnavi .naviinner ul li a,#topgnavi .naviinner ul li a{
	padding:15px 8px 15px 8px;
	width:118px;
	display:block;
	text-decoration:none;
}
/*==============================================================================
	左メニュー
==============================================================================*/
#menu{
	padding-bottom:6px;
	width:209px;
	background:#FFFFFF;
	border:3px solid #D5376F;
	border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
}
/*------------------------------------------------------------------------------
	見出しh2
------------------------------------------------------------------------------*/
#menu h2 a,#menu h2 span{
	padding:20px 5px 20px 5px;
	width:199px;
	display:block;
	color:#FFFFFF;
	background:#D6346F;
}
.lnavi1 #menu{
	border: 3px solid #BFE8B7;
}
.lnavi1 #menu h2 a,.lnavi1 #menu h2 span{
	color:#333333;
    background: #BFE8B7;
}
.lnavi1 #menu h3 a{
	background: #DDF3D6;
}
.lnavi2 #menu{
	border: 3px solid #fcd96d;
}
.lnavi2 #menu h2 a,.lnavi2 #menu h2 span{
	color:#333333;
    background: #fcd96d;
}
.lnavi2 #menu h3 a{
	background: #fee8a4;
}
.lnavi3 #menu{
	border: 3px solid #CBB4E2;
}
.lnavi3 #menu h2 a,.lnavi3 #menu h2 span{
	color:#333333;
    background: #CBB4E2;
}
.lnavi3 #menu h3 a{
	background: #E2D7F4;
}
.lnavi4 #menu{
	border: 3px solid #A2E7E9;
}
.lnavi4 #menu h2 a,.lnavi4 #menu h2 span{
	color:#333333;
    background: #A2E7E9;
}
.lnavi4 #menu h3 a{
	background: #D8F2F5;
}
.event #menu{
	border: 3px solid #F8AB96;
}
.event #menu h2 a,.event #menu h2 span{
	color:#333333;
    background: #F8AB96;
}
.event #menu h3 a{
	background: #FFEAE2;
}
.lnavi5 #menu{
	border: 3px solid #A4BAE8;
}
.lnavi5 #menu h2 a,.lnavi5 #menu h2 span{
	color:#333333;
    background: #A4BAE8;
}
.lnavi5 #menu h3 a{
	background: #D2E0FD;
}
/*------------------------------------------------------------------------------
	リンクなし　セパレータ
------------------------------------------------------------------------------*/
#menu h3.separator{
	margin:0px;
	padding:10px 5px 8px 8px;
	width:196px;
	background:#FCE6EA;
}
#menu h4.separator,#menu h5.separator,#menu h6.separator{
	margin:0px 0px 0px 10px;
	padding:10px 5px 8px 6px;
	width:188px;
	background:#FCE6EA;
}
/*------------------------------------------------------------------------------
	詳細メニュー　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{
	margin-left:10px;
	font-weight:normal;
	background:#FFF;
	border-bottom:none;
}
#menu h3 a{
	padding:8px 5px 8px 13px;
	width:191px;
	color:#333333;
	background:#FCE6EA;
}
#menu h4 a{
	padding:8px 5px 8px 23px;
	width:181px;
	background:url(images/lnavi/mark_lnavi.png) no-repeat 10px 15px;
	border-top:1px dotted #CCC;
}
#menu h4 a:hover{
	color:#333333;
	background:#EEEEEE url(images/lnavi/mark_lnavi_o.png) no-repeat 10px 15px;
}
#menu h5 a{
	padding:8px 5px 8px 23px;
	width:171px;
	background:url(images/lnavi/mark_lnavi.png) no-repeat 10px 15px;
	border-top:1px dotted #CCC;
}
#menu h5 a:hover{
	color:#333333;
	background:#EEEEEE url(images/lnavi/mark_lnavi_o.png) no-repeat 10px 15px;
}
#menu ul{
	background:#FFF;
}
#menu>ul li:first-child a{
	border-top:none;
}
#menu ul li a{
	padding:8px 5px 8px 23px;
	width:181px;
	background:url(images/lnavi/mark_lnavi.png) no-repeat 10px 15px;
	border-top:1px dotted #CCC;
}
#menu ul li a:hover{
	color:#333333;
	background:#EEEEEE url(images/lnavi/mark_lnavi_o.png) no-repeat 10px 15px;
}
#menu ul li.choice{
	padding:8px 5px 8px 23px;
	width:181px;
	display:block;
	color:#333333;
	background:#EEEEEE url(images/lnavi/mark_lnavi_o.png) no-repeat 10px 15px;
	border-top:1px dotted #CCC;
}
/*------------------------------------------------------------------------------
	入れ子リスト
------------------------------------------------------------------------------*/
#menu ul.lmenu li{
	margin-left:10px;
}
#menu ul.lmenu li a{
	width:171px;
	background:url(images/lnavi/mark_slnavi.png) no-repeat 9px 15px;
	border-top:1px dotted #CCC;
	border-bottom:none;
}
#menu ul.lmenu li a:hover{
	color:#333333;
	background:#EEEEEE url(images/lnavi/mark_slnavi_o.png) no-repeat 9px 15px;
}
#menu ul.lmenu li.choice{
	width:171px;
	display:block;
	color:#333333;
	background:#EEEEEE url(images/lnavi/mark_slnavi_o.png) no-repeat 9px 15px;
	border-top:1px dotted #CCC;
	border-bottom:none;
}
/*==============================================================================
	ページ遷移
==============================================================================*/
#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{
	padding-left:25px;
	background:url(images/page/mark_pageback.png) no-repeat left center;
}
#guide ul li a.pagehome{
	margin-left:15px;
	padding-left:21px;
	background:url(images/page/mark_pagehome.png) no-repeat left center;
}
/*==============================================================================
	フッタ
==============================================================================*/
#topfooterbg, #footerbg{
	padding-bottom:145px;
	background:#f0eeef url(images/footer/illust_footer.png) repeat-x center bottom -7px;
}
#topfooternavibg, #footernavibg{
	margin-top:20px;
	border-top:1px dashed #CCCCCC;
	background:#FFFFFF;
}
#topfooternavi, #footernavi{
	margin:0px auto;
	width:970px;	
}
#footernavi ul,#topfooternavi ul{
	padding:0px;
	background:#FFF;
	list-style-type:none;
	text-align:left;
	float:left;
}
#footernavi ul li,#topfooternavi ul li{
	display:inline-block;
	border-left:1px dashed #CCCCCC;
}
#footernavi #guidebg{
	width:350px;
	float:right;
	text-align:right;
}
#footernavi #guidebg ul{
	float:right;
}
#footernavi #guide ul li,#topfooternavi #guide ul li{
	padding:0px;
	display:inline-block;
	background:none;
	border-left:none;
	border-right:none;
}
#footernavi ul li:last-child, #topfooternavi ul li:last-child{
	padding-right:10px;
	border-right:1px dashed #CCCCCC;
}
#footernavi ul li a, #topfooternavi ul li a{
	padding:13px 8px 13px 22px;
	display:block;
	background:url(images/footer/mark_footer.png) no-repeat left 10px center;
}
#footernavi>ul li a, #topfooternavi>ul li a{
	color:#333333;
	text-decoration:none;
}
#footer h2{
	padding:0px 0px 5px 35px;
	font-size:130%;
	text-align:left;
	background:url(images/footer/logo_footer.png) no-repeat left top;
	clear:both;
}
#add{
	padding:15px 0px 0px 0px;
	width: 550px;
	float:left;
	font-size:95%;
}
#copy{
	margin:0px auto 0px auto;
	padding:5px 10px 5px 10px;
	clear:both;
	font-size:85%;
	background:#FFFFFF;
	text-align:center;
}
address{
	margin-bottom:12px;
}
#footer #pplation{
	margin:15px 0px 0px 0px;
	padding:15px 25px;
	width:370px;
    position:relative;
	border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    float:right;
    background:#FFFFFF;
}
#footer #pplation:after{
	content:url(images/footer/amakko_ppl.png);
	display:block;
	position:absolute;
	right:5px;
	bottom:-20px;
}
#footer #pplation h2{
	margin:0px 0px 5px 0px;
	padding: 0px 0px 5px 35px;
	background:url(images/footer/h2_ppl.png) no-repeat left top, url(images/footer/line_ppl.png) repeat-x left bottom;
}
.pplationtxt{
	padding-right:50px;
}
.pplationtxt strong{
	font-size:140%;
	font-weight:bold;
	line-height:2em;
}
.pplationtxt p.date{
	margin-right:15px;
	text-align:right;
	font-size:90%;
}
/*==============================================================================
	遊ゴシックIE対策（IE10以上）
==============================================================================*/
@media all and (-ms-high-contrast: none){
	#viewmode dd{
		padding-top:7px;
		padding-bottom:3px;
	}
	#viewmode #viewmode_pc{
		padding-top:4px;
		padding-bottom:0px;
	}
	#util2 ul li.callcenter a{
		padding-top:5px;
		padding-bottom:1px;
	}
	#util2 ul li.faq a{
		padding-top:13px;
		padding-bottom:9px;
	}
	#footernavi ul li a, #topfooternavi ul li a{
		padding-top:15px;
		padding-bottom:11px;
	}
}
/*------------------------------------------------------------------------------
	ページ内アンカー
------------------------------------------------------------------------------*/
#anchor{
	margin-bottom:30px;
	padding:10px 0px;
	background:#FDE4E8;
}
#anchor ul.anchor{
	margin: 2px 10px 20px 20px;
	list-style:none;
}
#anchor ul.anchor li{
    margin: 5px 15px 5px 0px;
    padding-left: 18px;
    width: 45%;
    float: left;
    background: url(images/content/mark_list.png) no-repeat 0px 5px;
}
#content p.pagetop{
	margin-right:5px;
}
#content p.pagetop a{
	margin-bottom:10px;
	padding-left:22px;
	background: url(images/parts/mark_pagetop.png) no-repeat 0px 1px;
	float:right;
}