@charset "utf-8";

/* 基本レイアウト・フォント装飾関連 */
.roman-s { font-family: "Arial", "Helvetica", "sans-serif"; font-size: 10px}
.f-bold { font-weight: bold}
.f-b-red { font-weight: bold ; color: #FF0000}
.f-b-y { font-weight: bold ; color: #FFFFCC}
.f-b-pink { font-weight: bold ; color: #FF6666}
.f-b-orange { font-weight: bold ; color: #FF6600}
.f-b-s-pink { font-weight: bold ; color: #FF3399}
.f-b-white { font-weight: bold ; color: #FFFFFF}
.f-b-purple { font-weight: bold; color: #B086B9}
.f-b-dp { font-weight: bold; color: #663399}
.f-b-green { font-weight: bold; color: #008888}
.f-b-blue { font-weight: bold; color: #0066CC}
.f-dp { color: #663399}
.f-white { color: #FFFFFF}
.f-red { color: #FF0000}

/* レイアウト */
.t10b { font-size: 10px; line-height: 14px}
.t10-r { font-size: 10px ; color: #FF0000}	
.t10w { font-size: 10px; color: #FFFFFF}
.t14b { font-size: 14px ; font-weight: bold ; color: #666666}
.t14y { font-size: 14px ; font-weight: bold ; color: #FFFFCC}
.t16b { font-size: 16px; font-weight: bold; color: #3366CC}

/* CSS初期設定 */
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
p,h1,h2,h3,h4,h5,ul,ol,li,dl,dt,dd { 
	margin:0;
	padding:0;
	color:#000;
	text-decoration:none;
}
ul,ol {
	list-style:none;
}
a {
	overflow: hidden;
}
strong {
	font-weight:bold;
}
.clear {
	clear: both;
}
.clearFloat:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearFloat { 
	display: inline-table; 
	min-height: 1%; 
} 
/* for macIE \*/ 
* html .clearFloat { 
	height: 1%; 
} 
.clearFloat { 
	display: block; 
} 
/* end of for macIE */
.clearFloat {
	overflow:hidden;
}

a.OpaChange:hover *{
filter:alpha(opacity=70); /*IE*/
-moz-opacity:0.70; /*FF*/
opacity:0.70;
}

html {scroll-behavior: smooth;}/*smooth scroll*/
main {font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;}
main img {
    width: 100%;
    height: auto;
}
main h2, main h3 {font-weight: bold;}

/*759px以下*/
@media screen and (max-width: 759.9px) {
#wrapper {line-height: 1.4;}
.spnone{display:none;}

/* CSS */
#dirPathBlock,
#anchorLinkBlock {
	font-size: 10px;
	margin: 1% 1% 0 1%;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 10px;}
h1 {
	font-size: 10px;
	margin: 0 1%;
}

/* ●●●背景●●● */
h1{
	background:#fff;
	color:#333;
	font-size:12px;
	font-weight: lighter;
	padding: 2px;
	margin:0;
}
h2.titArea{
	color: #fb667a;
    border-top: 1px solid #fb667a;
    border-bottom: 1px dotted #fb667a;
    text-align: center;
    line-height: 2;
    clear: both;
    margin-bottom: 2%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size: 18px;
}
article img {
	border:0;
	vertical-align: bottom;
}
/*articleIn {
	padding:0 20px;
}*/

/* ●●●タイトル●●● */
#title span {

	display:block;
	width:100%;
}
#title p {
	position:absolute;
	right:4px;
	top:7px;
	display:block;
}
/* ●●●タブ●●● */
#boxTab {
	background: #fff3f3;
}

#boxTab:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
}

#boxTab li {
	width: 33.33333%;
    float: left;
    box-sizing: border-box;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

#boxTab li.select,
#boxTab li a{
	background: #fb667a;
    font-size: 12px;
    padding: 10px 0;
    text-align: center;
    color: #fff;
    display: block;
}

#boxTab li.select{
	background: #0297c1;
}

#boxTab li a:hover{
	background: #e03d53;
    color: #fff;
	text-decoration:none!important;
    opacity: 1;
}

/* ●●●マップ●●● */
#boxMap {
	background: #fff3f3;
    clear: both;
    padding: 30px 0;
}
#boxMap li, #boxMap li a {
	margin: 0 auto 5%;
    display: block;
    width: 100%;
    clear: both;
}
#boxMap li a img {
	margin: auto;
    display: block;
    width: 315px;
}

/*おすすめ特集*/
#osusume_bnlinks li {
    width: 48%;
    float: left;
    margin: 1%;
    text-align: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}

#osusume_bnlinks li dd a{
	color: #333;
    font-size: 14px;
    font-weight: bold;
}

}

/*760px以上*/
@media screen and (min-width: 760px),print {
/* CSS */
#wrapper {line-height: 1.231;}
#dirPathBlock,
h1,
#anchorLinkBlock{
	width: 100%;
	max-width:970px;
	min-width:760px;
	margin: auto;
}

/*panlist&back*/
#dirPathBlock,
#anchorLinkBlock {
	width: 100%;
	margin: 0 auto;
	display: block;
	font-size: 12px;
}
#dirPathBlock p,
#anchorLinkBlock a{font-size: 12px;}
h1 {
	font-size: 12px;
    width: auto;
	max-width:970px;
	min-width:760px;
    margin: 0 auto 5px;
}
main h2 {
    margin: 17px 0 0 0;
    font-size: 25px;
}

/* ●●●背景●●● */
h1{
	background:#fff;
	color:#333;
	font-size:12px;
	font-weight: lighter;
	padding: 2px;
}
h2.titArea{
	color: #fb667a;
    border-top: 1px solid #fb667a;
    border-bottom: 1px dotted #fb667a;
    text-align: center;
    line-height: 2;
    clear: both;
    margin-bottom: 2%;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
article {
	width:950px;
	background-color:#fffefe;
	padding-bottom:15px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-x;
	background-position: left 260px;
	font-size:12px;
    margin: auto
}
article img {
	border:0;
	vertical-align: bottom;
}
articleIn {
	padding:17px 0px 0px 11px;
}

/* ●●●タイトル●●● */
#title {
	position:relative;
	height: 205px;
	width: 950px;
}
#title span {
	position:absolute;
	left:0px;
	top:0px;
	display:block;
	height: 205px;
	width: 950px;
}
#title p {
	position:absolute;
	right:4px;
	top:7px;
	display:block;
}
/* ●●●タブ●●● */
#boxTab {
	background-image: url(../images/box_tab.jpg);
	background-repeat: no-repeat;
	/*height: 55px;*/
	width: 950px;
}
#boxTab ul {
	padding:0;
	display:flex;
}
#boxTab li {
width: 20%;
}

#boxTab li.select,
#boxTab li a{
	background: #fb667a;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
	display: block;
}

#boxTab li.select{
	background: #0297c1;
}

#boxTab li a:hover{
	background: #e03d53;
    color: #fff;
	text-decoration:none!important;
    opacity: 1;
}

/* ●●●マップ●●● */
#boxMap {
	position:relative;
	background-image: url(../images/img_map.jpg);
	background-repeat: no-repeat;
	height: 790px;
	width: 950px;
}
#boxMap li {
	position:absolute;
}
.Map1 {
	left:630px;
	top:27px;
}
.Map2 {
	left:630px;
	top:262px;
}
.Map3 {
	left:630px;
	top:495px;
}
.Map4 {
	left:197px;
	top:27px;
}
.Map5 {
	left:351px;
	top:507px;
}
.Map6 {
	left:12px;
	top:89px;
}
.Map7 {
	left:12px;
	top:281px;
}
.Map8 {
	left:12px;
	top:343px;
}
.Map9 {
	left:12px;
	top:481px;
}
.Map10 {
	left:313px;
	top:731px;
}

/*おすすめ特集*/
#osusume_bnlinks li {
    width: 23%;
    float: left;
    margin: 1%;
    text-align: center;
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
}
#osusume_bnlinks li dd a{
    color: #333;
    font-size: 14px;
}
#osusume_bnlinks a img{
    width:100%;
	height: auto;
}
#osusume_bnlinks a:hover{
	opacity:0.8;
	text-decoration:none!important;
}

}