@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}

body {
	font-size: 62.5%;
	margin: 0 auto!important;
	padding: 0!important;
	min-width: 320px;
}

body,
table,
input, textarea, select, option {
	font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

a:link {
	color: #A88939;
	text-decoration: none;
}

a:visited {
	color: #A88939;
	text-decoration: none;
}

a:hover {
	color: #A88939;
	text-decoration: underline;
}

a:active {
	color: #A88939;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #333;
	/*text-align: center;*/
	line-height: 1.5;
	background-color: #D0D7D5;
}

#container{
	text-align: left;
}

#main {
	margin: 0 auto;
	padding: 0;
	width: 995px;
	background-color: #FFF;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	margin: 0 auto;
	width: 995px;
	padding: 10px 0 9px;
	background-color: #FFF;
}

#gHeader .hBox {
	padding-right: 10px;
	/*width: 710px;*/
	/*width: 570px;*/
	/*width: 660px;*/ /* 2017.10.17 変更 */
	/*width: 700px;*/ /* 2018.02.27 変更 */
	width: 850px;
	float: right;
}

#gHeader .hBox ul {
	margin: 5px 11px 0 0;
	width: 226px;
	float: left;
	text-align: right;
}

#gHeader .hBox li {
	/* padding-left: 9px; */
	display: inline;
}

#gHeader .hBox li a {
	padding-left: 18px;
	display: inline-block;
	font-size: 14px;
	background: url(../img/icon02.gif) no-repeat left 2px;
}

#gHeader .hBox .link {
	/* padding: 0 5px 0 9px; */
}

#gHeader .hBox .link a {
	color: #996633;
	background: url(../img/icon01.gif) no-repeat left 2px;
}

#gHeader .hBox .searchBox {
	float: right;
}

#gHeader .hBox .searchBox input {
	float: left;
}

#gHeader .hBox .searchBox input:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gHeader .hBox .searchBox .search01 {
	margin-right: 4px;
	padding: 7px 10px;
	width: 149px;
	height: 15px;
	color: #666;
	display: block;
	font-size: 12px;
	border: 1px solid #CCC;
}

#gHeader .topYumomi {
	margin-right: 10px;
	/* width: 30px; */
	height: 30px;
	float: left;
	position: relative;
}

#gHeader .hBox .topYumomi ul {
	margin: 0;
	width: 100%;
	display: none;
	position: absolute;
	float: none;
	left: 0;
	top: 31px;
	z-index: 1000;
}

#gHeader .hBox .topYumomi li {
	padding: 0;
	background: #FFF;
	display: block;
	float: none;
	text-align: center;
	border-top: none;
}

#gHeader .hBox .topYumomi li a {
	padding: 4px 0;
	display: block;
}


/*------2015/7/13多言語対応追加 -------*/
#gHeader .topBox {
	float: left;
}

#gHeader .spTopBox {
	display: none;
}

#gHeader .topSelect {
	margin-right: 10px;
	width: 116px;
	float: left;
	position: relative;
}

#gHeader .topSelect p {
	padding: 4px 0;
	color: #896239;
	font-size: 14px;
	cursor: pointer;
	text-align: center;
	background-color: #F2F2F2;
	border: 1px solid #D8C9B7;
}

#gHeader .hBox .topSelect ul {
	margin: 0;
	width: 100%;
	display: none;
	position: absolute;
	float: none;
	left: 0;
	top: 31px;
	z-index: 1000;
}

#gHeader .hBox .topSelect li {
	padding: 0;
	background: #FFF;
	display: block;
	float: none;
	text-align: center;
	background-color: #fff;
	border: 1px solid #D8C9B7;
	border-top: none;
}

#gHeader .hBox .topSelect li a {
	padding: 4px 0;
	display: block;
	color: #666;
	background: none;
}
/*------2015/7/13多言語対応追加 -------*/

#gHeader .padLogo,
#gHeader .padMenu {
	display: none;
}

#gHeader .menuList {
	display: none;
}
/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/
.navBox {
	border-bottom: 6px solid #2FB6B3;
	border-top: 1px solid #BCBCBC;
	background-color: #FFF;
}

.navBox.fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
}

.navBox .subNavi {
	position: relative;
}

.navBox .subNavi h1 {
	padding: 8px 0 3px 19px;
	width: 209px;
	float: left;
	background-color: #FFF;
}

h1 a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gNavi {
	/*padding-left: 228px;*/
	background-color: #d0eeed;
}

#gNavi li {
	/*width: 17%;*/
	width: 14%;
	float: left;
	font-size: 14px;
	-webkit-font-smoothing: none;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
}

#gNavi li a {
	padding-top: 30px;
	height: 47px;
	color: #996633;
	display: block;
	text-align: center;
	border-left: 1px solid #969696;
	background-color: #D0EEED;
}

#gNavi li a:hover,
#gNavi .on a {
	color: #FFF;
	text-decoration: none;
	background-color: #2FB6B3;
}

#gNavi .navi {
	width: 15%;
}

#gNavi .navi a {
	padding: 7px 6px;
	height: 63px;
}

#gNavi .navi a span {
	padding-top: 22px;
	height: 41px;
	color: #FFF;
	display: block;
	font-weight: bold;
	background-color: #2FB6B3;
	border-radius: 8px;
}

#gNavi .navi a:hover span {
	color: #996633;
	position: relative;
	background-color: #D0EEED;
	behavior: url(js/pie.htc);
}

#gNavi li .dropBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 77px;
	background-color: #2FB6B3;
	z-index: 10;
}

#gNavi li .dropBox li {
	padding: 22px 0 19px 20px;
	width: auto;
	min-width: 125px;
	float: left;
	border: none;
}

#gNavi li .dropBox li a {
	padding: 9px 10px 6px;
	height: auto;
	color: #FFF;
	text-align: left;
	background: none;
	border-left: 4px solid #FFF;
}

#gNavi li .dropBox .subUl li {
	min-width: 140px;
}

#gNavi li .dropBox .subUl .link {
	min-width: 155px;
}

.navBox02 {
	margin: 0 auto;
	width: 995px;
}

.fixNavi {
	margin: 0 auto;
	width: 995px;
}

/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	padding: 12px 19px 130px 20px;
	width: 728px;
	float: right;
	background: url(../img/com_bg.gif) repeat left top;
}

/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding: 11px 0 130px;
	width: 228px;
	float: left;
}

#sideBar .sLogo {
	margin-bottom: 13px;
	text-align: center;
}

#sideBar .sTitle {
	padding: 13px 0 8px;
	font-size: 16px;
	text-align: center;
	border-top: 1px solid #BCBCBC;
}

#sideBar .sTitle span {
	margin-top: 5px;
	color: #427327;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#sideBar ul {
	border-top: 1px solid #BCBCBC;
}

#sideBar li.genre {
	font-size: 14px;
	border-bottom: 1px dotted #BCBCBC;
	margin-left: 20px;
}

#sideBar li {
	font-size: 14px;
	border-bottom: 1px solid #BCBCBC;
}

#sideBar li a {
	padding: 11px 20px 8px; /* 20150706修正 15px→20px */
	display: block;
	text-decoration: none;
	background: url(../img/icon14.png) no-repeat right center;
}

#sideBar .current a,
#sideBar li a:hover,
#sideBar .current li a:hover {
	background: url(../img/icon15.png) no-repeat right center;
}

#sideBar .current li a {
	background: url(../img/icon14.png) no-repeat right center;
}

#sideBar li ul {
	background: url(../img/line02.png) repeat-x left top;
	border: none;
}

#sideBar li li {
	margin-left: 30px;
	background: url(../img/line02.png) repeat-x left bottom;
	border: none;
}

#sideBar li li a {
	padding-left: 0;
}

#sideBar li .link {
	background: none;
}

#sideBar .current .ttlLink,
#sideBar li .ttlLink,
#sideBar li .ttlLink:hover,
#sideBar .current .ttlLink:hover {
	background: url(../img/icon20.png) no-repeat right center;
}

#sideBar .sTitle01 {
	padding: 21px 0 24px;
}

#sideBar .none ul {
	background: none;
}

#sideBar .nav01 a:hover,
#sideBar .nav01 a {
	background: url(../../common/img/icon29.png) no-repeat right center;
}

#sideBar .nav02 a:hover,
#sideBar .nav02 a {
	background: url(../../common/img/icon30.png) no-repeat right center;
}

#sideBar li.notLink {
	padding: 11px 15px 8px;
	display: block;
	text-decoration: none;
}


/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
#pagePath {
	margin-bottom: 10px;
	text-align: left;
}

#pagePath li {
	display: inline;
	font-size: 13px;
}

#pagePath li a {
	margin-right: 2px;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding-top: 75px;
	width: 995px;
	margin: -75px auto 0;
	position: relative;
	background: url(../img/footer_bg.png) repeat-x center top;
}

#gFooter .pageTop {
	border-bottom: 10px solid #427327;
}

#gFooter .pageTop p {
	margin: 0 auto;
	height: 0;
	max-width: 995px;
	position: relative;
}

#gFooter .pageTop p a {
	position: absolute;
	right: 0;
	top: -92px;
}

#gFooter .fLink {
	background-color: #E3E3E3;
}

#gFooter .fInner {
	margin: 0 auto;
	padding: 18px 0 21px 8px;
	max-width: 987px;
}

#gFooter .fLink .link {
	float: left;
}



#gFooter .fLink .linkList li {
	margin-right: 18px;
	float: left;
}

#gFooter .fLink .linkList li img {
	display: block;
	vertical-align: baseline;
}

#gFooter .fLink a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .fLink .linkList .padImg {
	display: none;
}

#gFooter .fNavi {
	padding-top: 3px;
	background-color: #EFEFEF;
	border-bottom: 1px solid #CBCBCB;
}

#gFooter .fNavi .naviUl {
	margin-right: 20px;
	width: 225px;
	float: left;
}

#gFooter .fNavi .naviUl li {
	margin-bottom: 22px;
	font-size: 13px;
	line-height: 1.8;
}

#gFooter .fNavi .naviUl .title {
	margin-bottom: 3px;
	padding-bottom: 2px;
	display: block;
	font-weight: bold;
	border-bottom: 1px solid #666;
}

#gFooter .fNavi .naviUl .navi li {
	margin-bottom: 0;
}

#gFooter .fNavi .naviUl .navi li a {
	/*padding-left: 10px;*/
	display: inline-block;
	/*background: url(../img/icon03.gif) no-repeat left 9px;*/
}
#gFooter .fNavi .naviUl .navi li a:before{
	content: "▼";
}
#gFooter .fNavi .naviUl .navi .subNavi {
	margin-left: 10px;
}

#gFooter .fTxt {
	clear: both;
	background-color: #FFF;
	border-bottom: 1px solid #CBCBCB;
}

#gFooter .fTxt .fInner {
	padding: 10px 0 11px;
}

#gFooter .fTxt .copyright {
	margin-top: 1px;
	width: 550px;
	float: left;
	color: #040000;
	font-size: 12px;
}

#gFooter .fTxt .txtLink {
	width: 400px;
	float: right;
	text-align:right;
}

#gFooter .fTxt .txtLink li {
	padding-left: 15px;
	display: inline;
	font-size: 14px;
}

#gFooter .fTxt .txtLink li a {
	color: #040000;
}

#gFooter .fBox {
	background-color: #FFF;
}

#gFooter .fBox .imgBox {
	margin-bottom: 13px;
}

#gFooter .fBox .imgBox .photo {
	float: left;
}

#gFooter .fBox .imgBox .photo a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#gFooter .fBox .imgBox dl {
	padding-left: 30px;
	float: left;
}

#gFooter .fBox .imgBox dt {
	margin-bottom: 4px;
	color: #040000;
	font-size: 16px;
	font-weight: bold;
}

#gFooter .fBox .imgBox dd {
	color: #040000;
	font-size: 14px;
	line-height: 1.8;
}

#gFooter .fBox .imgBox dd a {
	color: #040000;
}

#gFooter .fBox .text {
	clear: both;
	color: #040000;
	font-size: 14px;
}

#gFooter .fBox .padBox {
	margin-top: 11px;
}

#gFooter .fBox .padBox p {
	font-size: 10px;
}

#gFooter .fBox .padBox p span {
	margin-left: 3px;
	color: #D31143;
}


/*
モバイルレイアウト-----------------------------*/

/*2016.11*/
@media all and (max-width : 640px) {
	body {
		background: none;
	}

	#main {
		margin-top: 0 !important;
	}

	/*2016.11*/
	#gHeader .hBox{
		/*display: none;*/
		float: none;
	}

	#gHeader {
		margin-bottom: 0;
		padding: 0 7px 0;
		width: auto;
		position: relative;
	}

	#gHeader .padLogo {
		padding: 6px 13px 0 0;
		display: block;
		float: left;
		border-right: 1px solid #BCBCBC;
	}

	#gHeader .hBox {
		padding: 12px 94px 0 0;
		width: auto;
		float: right;
	}

	#gHeader .hBox ul {
		margin: 0 0 18px;
		width: auto;
		float: none;
	}


	/*#gHeader .hBox .link {
		display: none;
	}*/
/*---2015/7/13多言語対応----*/
	#gHeader .hBox .searchBox {
		float: none;
	}

	#gHeader .hBox ul:first-child {
		display: none;
	}

	#gHeader .topBox {
		display: none;
	}

	#gHeader .spTopBox {
		margin-top: 7px;
		display: block !important;
		float: none;
	}

	#gHeader .spTopBox .topSelect {
		margin-right: 11px;
		/*width: 106px;*/
		/*width: 90px;*/ /* 2017.10.17 変更 */
		width: 66px; /* 2017.10.18 変更 */
	}

	#gHeader .hd_guide .topSelect {
		margin-right: 11px;
		width: 69px;
	}

	/*#gHeader .spTopBox .topSelect:last-child {
		margin-right: 0;
	}*/
/*---2015/7/13多言語対応----*/
	#gHeader .padMenu {
		clear: both;
    display: block;
    position: absolute;
    right: 10px;
    /*top:10px;*/
	/*top:64px;*/
	bottom: -48px;
    /*z-index: 99999; animateModalよりも下へ*/
	z-index: 9998;
	/*margin-top: -89px;*/
	}


	#gHeader .padMenu.fixed,
	#gHeader .menuList.fixed{
	  position: fixed;
	  top: 8px;
	  z-index: 9999;
	  height:40px;
	}
	#gHeader .menuList.fixed{
		z-index: 9998;
		top:0;
	}
	#gHeader .padMenu a {

		display: block;
		/*float: right;*/
		background: url(../img/pad_meu02.jpg) no-repeat;
		background-size: 40px;
		width: 40px;
		height: 40px;
	}
	#gHeader .padMenu a img{
		width: 100%;
	}

	#gHeader .padMenu a.on img {
		visibility: hidden;
	}
	.close-animatedModal.close1{
		text-align: center;
		font-size: 1.5rem;
		color: #fff;
		font-weight: bold;
	}
	.close-animatedModal.close1 .txt{
		margin-left: 30px;
	}
	.icon5:after{
		color: #fff;
	    content: "×";
	    display: inline-block;
	    font-size: 2rem;
	    padding-top: 0;
	    position: relative;
	    top: 1px;
	    width: 0;
	}
	/*170307　旧Androidブラウザで表示されないためOFF
	.icon5:before,.icon5:after{
		background-color: #fff;
    border-radius: 10px;
    content: "";
    display: block;
    height: 32px;
    left: 50%;
    margin-left: -42px;
    position: absolute;
    top: 31px;
    transform: rotate(-45deg);
    width: 3px;
	}
	.icon5:after{
		-webkit-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}*/
	.close-animatedModal.close2{

	}
	#gHeader .menuList {
		padding: 30px 10px;
		width: 100%;
		/*display: none; animateModalに変更したため削除*/
		display: block;
		position: absolute;
		left: 0;
		/*top: 100%;*/
		top:0;
		z-index: 100;
		background-color: #2FB6B3;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
	}

	#gHeader .menuList .linkBox {
		margin-bottom: 12px;
		padding-bottom: 15px;
		border-bottom: 2px solid #00A2A5;
	}

	#gHeader .menuList table {
		width: 100%;
		border-collapse: collapse;
	}

	#gHeader .menuList td {
		width: 33.3%;
		/*font-size: 18px;*/
		font-size: 1.0rem;
		font-weight: bold;
		background-color: #00A2A5;
		border: 1px solid #FFF;
	}

	#gHeader .menuList .none {
		border: none;
		background: none;
	}

	#gHeader .menuList td a {
		padding: 12px 25px 13px 15px;
		color: #FFF;
		display: block;
		text-decoration: none;
		background: url(../img/icon07.gif) no-repeat right center;
	}

	#gHeader .menuList p {
		margin-bottom: 10px;
		color: #FFF;
		font-size: 18px;
		font-weight: bold;
	}

	#gHeader .menuList p.open {
		padding-bottom: 0;
		border-bottom: none;
	}

	#gHeader .topYumomi {
		margin-right: 10px;
		/* width: 30px; */
		height: 30px;
		float: left;
		position: absolute;
		top: 8px;
		/*right: 70px;*/
		/*left: 210px;*/
		left: 195px;
	}

	#gHeader .hBox .topYumomi ul {
		margin: 0;
		width: 100%;
		display: none;
		position: absolute;
		float: none;
		left: 0;
		top: 31px;
		z-index: 1000;
	}

	#gHeader .hBox .topYumomi li {
		padding: 0;
		background: #FFF;
		display: block;
		float: none;
		text-align: center;
		border-top: none;
	}

	#gHeader .hBox .topYumomi li a {
		padding: 4px 0;
		display: block;
		/*color: #666;
		background: none;*/
	}

	.navBox {
		display: none;
	}

	#gFooter {
		width: auto;
	}

	#gFooter .pageTop {
		clear: none;
	}

	#gFooter .pageTop p {
		width: auto;
	}

	#gFooter .pageTop p a {
		margin: 0;
	}

	#gFooter .fInner {
		padding-left: 0;
		width: auto;
	}

	#gFooter .fLink {
		padding-left: 30px;
	}



	#gFooter .fLink .linkList li {
		margin:  0 10px 20px 0;
	}

	#gFooter .fLink .linkList .padImg {
		display: block;
	}

	#gFooter .fLink .linkList .pcImg {
		display: none;
	}

	#gFooter .fNavi {
		padding: 0 30px;
	}

	#gFooter .fNavi .naviUl {
		margin-right: 1%;
		width: 32%;
	}

	#gFooter .fNavi .naviUl:last-child {
		padding-top: 20px;
	}

	#gFooter .fTxt {
		padding: 0 30px;
	}

	#gFooter .fTxt .copyright {
		width: 53%;
	}

	#gFooter .fTxt .txtLink {
		width: 45%;
	}

	#gFooter .fBox {
		padding: 0 30px;
	}

	#gFooter .fBox .imgBox dl {
		padding-left: 260px;
		width: auto;
		float: none;
	}

	#gFooter .fBox .padBox {
		margin-top: 10px;
		display: block;
	}

	#gFooter .fBox .padBox p {
		font-size: 10px;
	}

	#gFooter .fBox .padBox p span {
		margin-left: 5px;
		color: #D31143;
	}

	#main {
		width: auto;
	}

	#conts {
		padding: 10px 0 120px;
		width: auto;
		float: none;
		border-top: 1px solid #bcbcbc;
		text-align: left;
	}

	#sideBar {
		display: none;
	}

	#pagePath {
		margin: 7px 50px 20px 2%;
		/*margin: 7px 0px 20px 2%;*/
	}
}
/*▼2016.12追記______________________________*/
.forcedNewLine {
   width: 205px;
   /*height:80px;*/
   word-wrap:break-word;
   /*overflow: auto;*/
}

/*ヘッダ・フッタ共通化修正 / 2016.11*/
/*リキッドさせない設定*/
/*@media all and (min-width : 641px) and (max-width : 1023px){
	#container{
		width: 1023px;
	}
}*/
@media all and (min-width : 641px){
body {
	min-width: 1130px;
}
.pc {
	display:block!important;
}
.sp{
	display: none!important;
}
#gHeader,
#container,
#main{
	min-width: 1124px;
	margin: 0 auto;
}
#gFooter .fNavi .mb0 {
	margin-bottom: 20px;
}
/*__リンクバナー______________________*/
#gFooter .fLink .linkList li{
	margin-bottom: 20px;
}


}/*/@maia*/
/*@media all and (max-width : 374px) {
	#container{
		width: 374px;
	}
}*/

.forcedNewLine{
	width: 100%;
}
/*__モバイルレイアウト__________________________________*/
@media all and (max-width : 640px) {
.pc {
	display: none!important;
}
.sp{
	display: block!important;
}
/*==================================================================
メインコンテンツ
==================================================================*/
#conts .basic,
#gFooter .fLink{
	margin: 0 0!important;
	padding: 0 4%;
	width:92%;
}

/*==================================================================
フッター
==================================================================*/
#gFooter .fNavi,
#gFooter .fLink{ /*SP非表示設定*/
	display: none;
}


/*サイトマップ*/
#gFooter .fNavi .naviUl{
	width: 100%;
}
/*サイト概要*/
#gFooter .fBox .imgBox .photo{
	float: none;
}
#gFooter .fBox .imgBox dl{
	padding-left: 0;
}
#gFooter .fTxt .copyright,
#gFooter .fTxt .txtLink{
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
#gFooter .fTxt .txtLink{
	float: none;
	margin-top: 30px;
}
}
