@charset "shift_jis";

/* ______________________________________________________________ インデックスページ用CSS */
#mapBlock {
	background-image: url(../images/map_bg.gif);
	padding: 30px;
}
#mapBlock-inner {
	width: 980px;
	margin: 0 auto;
}

#mapIntro {
}#mapIntro h2 {
	font-size: 30px;
	background-image: url(../images/icon_map.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: bold;
	color: #ff7200;
	margin: 0 0 15px 0;
	padding-left: 42px;
}#mapIntro p {
	margin: 0;
	padding: 0;
}

#mapImg {
	width: 980px;
	text-align: center;
	margin-top: -50px;
	margin-bottom: 30px;
}

#linkBlock {
	background-color: #fff;
	padding: 30px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#linkBlock dl {
	width: 39%;
	margin: 15px 5%;
	float: left;
}#linkBlock dl dt {
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 10px;
}#linkBlock dl dd {
	margin: 0 0 0 25px;
}#linkBlock dl dd ul {
	margin: 0;
	padding: 0;
}#linkBlock dl dd ul li {
	color: #ccc;
	list-style: none;
	display: inline;
	white-space: nowrap;
	margin: 0 20px 7px 0;
}#linkBlock dl dd ul li a {
}



/* ______________________________________________________________ ポップアップ（県別リスト）用CSS */
.nw-pageHead {
	margin-bottom: 30px !important;
}


#tenpoListBlock {
	width: 90%;
	margin: 0 auto;
}#tenpoListBlock h1 {
	font-size: 30px;
	margin-bottom: 5px;
	background-image: url(/content/dam/smcc/jp/ja/nyukai/affiliate/himaraya/plus/images/icon_ken.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 45px;
	font-weight: bold;
	color: #00509d;
	border-bottom: 1px solid #00a7ff;
}#tenpoListBlock h2 {
	font-size: 20px;
	color: #00509d;
	background-color: #dff2f9;
	padding: 5px 5px 5px 35px;
	border-radius: 5px;
	background-image: url(/content/dam/smcc/jp/ja/nyukai/affiliate/himaraya/plus/images/icon_shop.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-bottom: 20px;
}#tenpoListBlock h3 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}#tenpoListBlock h2 .upDate {
	font-size: 12px;
	margin-left: 15px;
	color: #666;
}

#tenpoListBlock hr {
	margin: 50px auto;
}

.tenpoTB {
	width: 100%;
	border: 1px solid #ccc;
	margin: 0 auto 30px auto;
}
.tenpoTB tbody{
	width: 100%;
}
.tenpoTB tr {
	width: 100%;
}

.tenpoTB th {
	background-color: #eaeaea;
	padding: 5px 0;
	text-align: center;
}
.tenpoTB td {
	border-top: 1px solid #ccc;
	padding: 10px 0;
	text-align: center;
	border-right: 1px dotted #ccc;
}

.tenpoTB td:last-child {
	border-right: none;
}

.tenpoTB th {
	background-color: #eaeaea;
}
.tenpoTB tr > th:nth-child(1) {
	width: 20%;
}
.tenpoTB tr > th:nth-child(2) {
	width: 50%;
}
.tenpoTB tr > th:nth-child(3) {
	width: 30%;
}

.tenpoTB td.tenpoName {
	text-align: left;
	width:50%;
}

.tenpoTB td.tenpoLogo {
	width: 20%;
	text-align: center;
}
.tenpoTB td.todoufuken {
	width: 15%;
	white-space: nowrap;
	text-align: center;
}
.tenpoTB td.tenpoEntry {
	width:30%;
	text-align: center;
}


@media screen and (max-width: 640px){
	.tenpoTB tr > th:nth-child(1) {
		width: 20%;
	}
	.tenpoTB tr > th:nth-child(2) {
		width: 55%;
	}
	.tenpoTB tr > th:nth-child(3) {
		width: 25%;
	}
	.tenpoTB td.tenpoLogo {
		width: 20%;
		text-align: center;
	}
	.tenpoTB td.todoufuken {
		width: 22%;
		text-align: center;
	}
	.tenpoTB td.tenpoName {
		width: 55%;
	}
	.tenpoTB td.tenpoEntry {
		width: 25%;
		text-align: center;
	}
	.tenpoTB td.tenpoLogo img {
		width: auto;
		height: auto;
	}
	.tenpoTB td.tenpoEntry img {
		width: auto;
		height: auto;
	}
}

.tenpoName a {
	background-image: url(../images/icon_website.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 7px 25px 7px 0;
}


.toTop {
	background-image: url(../images/icon_ya01.gif);
	background-repeat: no-repeat;
	background-position: right center;
	font-size: 86%;
	text-align: right;
	margin-bottom: 30px;
	padding: 7px 20px 7px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}.toTop a {
	text-decoration: none !important;
}


#chuiBlock {
	border: 1px solid #ccc;
	padding: 20px;
	margin-bottom: 30px;
}#chuiBlock h3 {
	font-weight: bold;
	margin-bottom: 10px;
}
#chuiBlock ul {
	margin-left: 15px;
}#chuiBlock ul li {
	list-style: none;
}


/* ______________________________________________________________ anchorリンク */
#anchorBox {
/* 	background-color: aqua; */
	padding: 10px;
	margin-bottom: 20px;
}#anchorBox ul {
	margin: 0;
	padding: 0;
}#anchorBox ul li {
	font-size: 14px;
	display: inline;
	list-style: none;
	background-image: url(/content/dam/smcc/jp/ja/nyukai/affiliate/himaraya/plus/images/icon_ya_shita.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	padding-left: 14px;
	margin-left: 10px;
}#anchorBox ul li a {
	padding: 10px 5px;
	text-decoration: none;
}#anchorBox ul li a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 640px) {
	#anchorBox ul li {
		background-size: 12px;
	}
}




/* ______________________________________________________________ テーブルソート */
table.tableSorter th div.sortArrow {
	width: 11px;
	height: 6px;
	display: inline-block;
	margin-left: 5px;
	vertical-align: 2px;
	position: relative;
}

table.tableSorter th div.sortArrow div.sortArrowAscending,
table.tableSorter th div.sortArrow div.sortArrowDescending {
	position: absolute;
	display: none;
	width: 11px;
	height: 6px;
}

table.tableSorter th div.sortArrow div.sortArrowAscending {
	background: url('../images/arrow_asc.png');
}

table.tableSorter th div.sortArrow div.sortArrowDescending {
	background: url('../images/arrow_desc.png') no-repeat;
}

.furigana {
	display: none;
}