@charset "utf-8";
/* CSS Document */

@media screen and (max-width:599px){

body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size: 14px;
	line-height: 160%;
	color: #666;
	background: url(../img/bg_main.png) repeat left top;
}

/* javascript */
.displayBlock {
	display: block !important;
}

/* リンク */
a:link,
a:visited,
a:active {
	color: #13AC9F;
	text-decoration: underline;
}
a:hover {
	color: #13AC9F;
	text-decoration: underline;
}

/* @group 共通 */
/* ↓↓↓20140707修正↓↓↓ */
#wrapper #main {
	width: 94%;
	margin: 5px auto 0;
	margin-top: 65px;
}
/* ↑↑↑20140707修正↑↑↑ */

.mgb0 {
	margin-bottom: 0px !important;
}
.mgb5 {
	margin-bottom: 5px !important;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb30 {
	margin-bottom: 30px !important;
}
.mgb40 {
	margin-bottom: 40px !important;
}
.mgb-20 {
	margin-bottom: -20px !important;
}
.mgr0 {
	margin-right: 0px !important;
}

.flRight {
	float: right;
}

.linkTxt {
	padding-right: 46px;
	text-align: right;
	color: #666;;
}
.linkTxt a {
	color: #666;;
}

.activeBorder {
	border: #ffdca8 solid 2px !important;
	border-radius: 3px;
}

.passiveBorder {
	border: transparent solid 2px;
}
/* @end */

/* @group フォントカラー */
.color01 {
	color: #139249;
}
.color02 {
	color: #4d3eb4;
}
.color03 {
	color: #da6a11;
}
.color04 {
	color: #d50019;
}
.color05 {
	color: #d11c7c;
}
.color06 {
	color: #e02861;
}
.color07 {
	color: #48a2e2;
}
.color08 {
	color: #2d72c8;
}
.bgWhite {
	border-top: solid 1px #dcdcdc;
	background: #fff;
	padding: 10px 5px;
}
/* @end */

/* @group ヘッダー */
#header {
	position: fixed;
	top: 0%;
	width: 100%;
	z-index: 40;
	background: url(../img/bg_header.png) repeat-x left top;
}
/* ↓↓↓20140707修正↓↓↓ */
#header > div {
	height: 50px;
	width: 94%;
	margin: 0 auto;
	padding-top: 5px;
	background: url(../img/bg_header2.png) repeat-x left bottom;
}
/* ↑↑↑20140707修正↑↑↑ */
#header h1 {
	float: left;
}
#header h1 a {
	font-size: 28px;
	color: #000;
	text-decoration: none;
}
#header h1 a.ja_i18n {
	font-size: 4vw;
	line-height: 4vw;
}
#header h1 a.en_i18n {
	font-size: 3.2vw;
	line-height: 3.2vw;
}
#header h1 a span {
	padding-top: 4px;
	display: block;
	font-size: 2vw;
	line-height: 2vw;
	color: #000;
	text-decoration: none;
}

#header #menu {
	display: none;
}
#header ul li {
	margin-left: 10px;
	padding-top: 2px;
	padding-left: 10px;
	float: right;
	line-height: 100%;
	border-left: dotted 1px #666;
}
#header ul li#loginBtn {
	margin-left: 24px;
	padding: 7px 20px;
	background: #15AD9F;
	border-left: none;
}
#header ul li#loginBtn a {
	color: #FFF;
	text-decoration: none;
}
#header ul li#hdlinkLeft {
	border-left: none;
}
#header #logoImage {
	width: 70%;
	height: auto;
	max-height: 50px;
	margin-left: 5px;
}

#dropMenuButton {
	width: 35px;
	height: 35px;
	background: #48BEAA;
	border-radius: 5px;
	font-size: 40pt;
	line-height: 35px;
	text-align: center;
	color: #FEFEFE;
	position: absolute;
	top: 8px;
	right: 3%;
}

#dropMenuButton .dropMenuLine {
	display: block;
	background: #FDFDFD;
	width: 23px;
	height: 3px;
	margin: 0 auto;
	position: relative;
	top: 5px;
	margin-top: 4px;
}

#dropMenu {
	display: none;
	width: 70%;
	min-width: 260px;
	background: #48BEAA;
	position: absolute;
	z-index: 40;
	right: 3%;
	color: #FEFEFE;
	font-size: 12pt;
	font-weight: bold;
}

#dropMenu table {
	width: 100%;
}

#dropMenu table tr {
	height: 50px;
	border-bottom: solid 1px #FFF;
}

#dropMenu a {
	text-decoration:none;
	display: block;
}

#dropMenu .listLang {
	height: 50px;
	margin-left: 20px;
	line-height: 50px;
	color: #FEFEFE;
}

#dropMenu .listLang button {
	color: #48BEAA;
	width: 25%;
	min-width: 60px;
	height: 39px;
	background: #FDFDFD;
	border: solid 0px #FDFDFD;
	border-radius: 5px;
	margin-left: 10px;
	font-size: 11pt;
	font-weight: bold;
}

#dropMenu .listLang .langActive {
	background: #FCEDAA;
}

#dropMenu .listLink {
	color: #FFF;
	display: block;
	height: 37px;
	line-height: 37px;
	margin-left: 20px;
	text-decoration:none;
	background:url(../img/icon_arrow02.png) no-repeat 95% center
}

#dropMenu .closeButton {
	width: 45px;
	height: 45px;
	background: #15AD9F;
	color: #FEFEFE;
	border: solid 0px #15AD9F;
	float:right;
	font-size: 20pt;
}

#dropMenu .loginButton {
	text-align: center;
}

#dropMenu .loginButton button {
	background: #FDFDFD;
	border: solid 0px #FFF;
	border-radius: 5px;
	width: 80%;
	color: #13AC9F;
	font-size: 11pt;
	font-weight: bold;
}

#dropMenu button {
	padding: 0px;
}
#dropMenu button a {
	padding: 5px;
	line-height: 29px;
}

/* @end */

/* @group TOPページ */
#hideBackground {
	z-index: 10;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #AAA;
	opacity: 0.5;
	height: 100%;
	display: none;
}

/* ---スライドショー エリア--- */
/* ↓↓↓20140707修正↓↓↓ */
#slideArea {
	position: relative;
	margin-bottom: 6px;
}
/* ↑↑↑20140707修正↑↑↑ */
#slideArea div {
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 20px;
	background-image: url(../img/bg_white.png);
}

#topImage {
	width: 100%;
}

#headline {
	display: none;
}

p.kktime span {
	display: inline-block;
	margin-bottom: 4px;
	padding: 2px 10px;
	background: #E74C3C;
	color: #fff;
}

p.slideButton {
	display: inline;
}

p.slideButton span {
	background: #E74C3C url(../img/icon_arrow05.png) no-repeat 92% center;
	padding-right: 40px;
	height: 27px;
	line-height: 30px;
	margin-bottom: 0px;
	font-size: 12px;
}

p.slideActive span {
	background: #E74C3C url(../img/icon_arrow06.png) no-repeat 92% center;
}

#informationBox {
	margin-top: 0px;
	margin-bottom: 17px;
	display: block;
}
#informationBox #informationTxtBox {
	display: none;
}
#informationBox #informationTxtBox div {
	background-color: #F6F8F8;
	padding: 0 10px;
}

#categorySearch {
	display: flex;
	width: 100%;
	text-align: center;
	margin-bottom: 6px;
	font-size: 12px;
}

#categorySearch .categoryBtn {
	width: 100%;
	height: 30px;
	line-height: 30px;
	margin: 0 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #FFF;
}


#categorySearch .categoryFreeword {
	background: #15AD9F;
}

#categorySearch .categoryGenre {
	background: #d19e07;
}

#categorySearch .categoryArea {
	background: #c972b9;
}

#categorySearch .categoryEra {
	background: #214b74;
}

#categorySearch .categoryClassification {
	background: #825a50;
}

#categorySearch .categoryBtnDisable {
	background: #bfbfbf;
}

#tpSearchBox {
	margin-bottom: 10px;
	padding-bottom: 6px;
	position: relative;
	z-index: 20;	
}

#tpSearchBox.openPanel{
	z-index: 50 !important;
}

#tpSearchBox .categoryBox {
	background: #FEFEFE;
	max-height: 300px;
	overflow-y: auto;
}

#tpSearchBox .categoryBox .categoryBoxFlex {
	display: block;
}

#tpSearchBox #categoryFreewordBox {
	background: #FEFEFE;
	padding: 10px 0;
	height: 60px;
}

#tpSearchBox #categoryFreewordBox form input {
	padding: 4px 4px;
	border: solid 1px #ccc;
	line-height:100%;
}

#categoryFreewordBox #freeword {
	width: 65% !important;
	margin-left: 10px;
}

#tpSearchBox #categoryFreewordBox form button {
	display: inline-block;
	padding: 8px 20px;
	line-height:100%;
	color:#fff;
	text-align:center;
	background: #15AD9F;
	border: solid 0px #15AD9F;
	font-size: 12px;
	margin-left: 10px;
}

#heritageListTop {
	width: 70px !important;
	margin-left: 3px !important;
	border-radius: 5px;
}

#mobileSearchButton {
	width: 80px !important;
}

#tpSearchBox .leftCategoryBox {
	width: 100%;
}

#tpSearchBox .rightCategoryBox {
	width: 100%;
}

#tpSearchBox .searchBtn {
	padding: 10px;
	margin: 5px;
	font-size: 14px;
	background: #f2f2f2;
	width: auto;
	cursor: pointer;
}

#tpSearchBox .searchBtn.parent {
	background: #c8dcf0 !important;
}

#detailSearchSlide {
	background: #15AD9F url(../img/icon_arrow05.png) no-repeat 92% center !important;
	width: 120px !important;
}

#detailSearchSlide.slideActive {
	background: #15AD9F url(../img/icon_arrow06.png) no-repeat 92% center !important;
}

#panelArrow {
	display: none;
}

#tpSearchBox #categoryEraBox {
	display: none;
	padding: 10px;
}

#tpSearchBox #categoryGenreBox {
	display: none;
	padding: 10px;
}

#tpSearchBox #categoryAreaBox {
	display: none;
	padding: 10px;
}

#tpSearchBox #categoryClassificationBox {
	display: none;
	padding: 10px;
}

#infoBox {
	padding: 15px 0px 12px 0px;
}

#infoBox div > div {
}

#infoBox #infoBoxTop {
	overflow: auto;
	background: #F6F8F8;
}
#infoBoxTop > div {
}
#infoBoxTop #eventListBox li a p {
	margin-bottom: 5px;
}
#infoBoxTop #leftBox h2 {
	padding-bottom: 12px;
	padding-left: 16px;
	margin-top: 6px;
	border-bottom: solid 1px #ccc;
}
#infoBoxTop #leftBox ul {
	border-top: solid 1px #fff;
	border-bottom: solid 1px #ffffff;
}

#infoBoxTop #leftBox ul li {
	border-bottom: #CCC solid 1px;
	background: #ECF0F1 url(../img/bg_list_arrow01.png) no-repeat 95% center;
}
#infoBoxTop #leftBox ul li.oddList {
	background: #F6F8F8 url(../img/bg_list_arrow02.png) no-repeat 95% center;
}
#infoBoxTop #leftBox ul li a {
	display: block;
	padding: 13px 16px;
	text-decoration: none;
}

#infoBox h2 img {
	height: 20px;
}
.ankerLink {
	position: relative;
	top: -65px;
	display: block;
}
/* ↑↑↑20140707修正↑↑↑ */

/* ↓↓↓20140707修正↓↓↓ */
#summaryBox {
	background: #FEFEFE;
}
#summaryBox h2 {
	color: #97a4aa;
	font-weight: bold;
	font-size: 16px;
	padding-left: 15px;
	padding-bottom: 6px;
	padding-top: 10px;
}
#summaryBox div {
	overflow: auto;
	padding: 0;
	margin: 0 2px;
	background: #FFFFFF;
}
#summaryBox div ul {
	display: flex;
	margin-bottom: 10px;
}
	
#summaryBox div ul li {
	width: 100px;
	min-width: 100px;
	margin-right: 3px;
	background: #F6F8F8;
	padding: 10px;
}
#summaryBox div ul li p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#summaryBox div ul li#summaryLast {
	margin-right: 0px;
}
#summaryBox div ul li a.imgBox {
	display: block;
	height: 100px;
	width: 100px;
	margin-bottom: 0.5em;
	background: #e4e8e9;
	text-align: center;
}
#summaryBox div ul li p {
	text-align: center;
}
/* ↑↑↑20140707修正↑↑↑ */

#noticeBox {
	padding: 5px 17px 16px 16px;
	margin-top: 10px;
}

#noticeBox h2 {
	margin-bottom: 12px;
}

#noticeBox > div {
	overflow: auto;
}

/* ↓↓↓20140707修正↓↓↓ */
#mapBox {
	padding: 17px 16px 10px;
	background: #F6F8F8;
}
/* ↑↑↑20140707修正↑↑↑ */
#mapBox h2 {
	margin-bottom: 12px;
}
/* ↓↓↓20140707修正↓↓↓ */
#mapBox #gMapBox {
	width: 100%;
	margin-bottom: 10px;
}
#mapBox #infoTxtBox {
	word-break: break-word;
}
/* ↑↑↑20140707修正↑↑↑ */
#mapBox #infoTxtBox div {
	padding 5px 0;
}
#mapBox #infoTxtBox .tfInfo {
	margin-top: 10px;
	margin-bottom: 5px;
	border-bottom: dotted 1px #666;
	color: #788991;
	font-size: 15px;
}
#mapBox #infoTxtBox ul li {
}
.tfTrain {
	padding-left: 18px;
	background: url(../img/icon_train.png) no-repeat left top;
}
.mapLink {
	padding-top: 4px;
	text-align: right;
}
p.mapLink a {
	height: 15px;
	padding-bottom: 3px;
	padding-left: 19px;
	background: url(../img/icon_maplink.png) no-repeat left top;
}
.siteLink {
	display: inline-block;
	padding-bottom: 3px;
	padding-left: 22px;
	background: url(../img/icon_site.png) no-repeat left top;
}
.mailLink {
	display: inline-block;
	padding-bottom: 5px;
	padding-left: 22px;
	background: url(../img/icon_mail.png) no-repeat left;
}
/* @end */

/* @group 検索ページ */

/* ---検索用サイドナビ--- */
#sideSearchNav {
	float: left;
	background: #fff;
}
.sideSearchOverray {
	width: 100%;
	display: none;
	z-index: 20;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
}
#searchForm {
	width: 100%;
}
#snTitle {
	padding: 26px 19px;
	background: #DCE1E1;
	color: #000;
}
#slideSearchBox {
	position: absolute;
}
#slideSearchBox #sideSearchNav {
	width: 100% !important;
}
#sideSearchNav > div {
	padding: 19px 19px 0;
}
#sideSearchNav button {
	width: 100%;
	margin-bottom: 19px;
	padding: 6px 0;
	text-align: center;
	background: #FFB406;
	border: solid 0px #15AD9F;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
#sideSearchNav button#heritageListL {
	display:none;
}
#sideSearchNav button#heritageAssocList {
	display: none;
}
#sideSearchNav button.grBtn {
	background: #15AD9F;
	border: solid 0px #15AD9F;
}
#sideSearchNav #searchSelectBox {
	float: none !important;
	width: 95% !important;
}
#sideSearchNav #searchTextBox {
	width: 95% !important;
}
#sideSearchNav div div {
	margin-bottom: 10px;
	padding: 10px 10px 1px;
	background: #F6F8F8;
}
#sideSearchNav div div#rsSearch {
	margin-top: 50px;
}
#sideSearchNav div div p {
	margin-bottom: 4px;
}
#sideSearchNav div div select {
	width: 100%;
	margin-bottom: 14px;
}
#sideSearchNav div div input {
	width: 96%;
	margin-bottom: 14px;
}
#sideSearchNav div div input.mid {
	width: 18%;
	margin-right: 5px;
	margin-bottom: 18px;
}
#sideSearchNav #searchDisplay {
	display: none;
}

#searcMainBox {
	width: 100%;
	margin: 0 auto;
}
#searcMainBox h2 span {
	display: inline-block;
	margin-right: 8px;
	margin-bottom: 8px;
	padding: 4px 12px;
	background: #E74C3C;
	color: #fff;
	line-height: 100%;
}
#searcMainBox #topBox {
	display: none;
	margin-bottom: 30px;
	padding-bottom: 20px;
	background: url(../img/line_01.png) repeat-x 0 bottom;
}

#topBoxLeft {
	font-size: 11pt;
	height: 20px;
	margin-left: 10px;
}

#searchTopSp {
	display: flex;
	align-items: center;
}

#searchPanelButton {
	width: 70px;
	height: 40px;
	line-height: 40px;
	z-index: 20;
	border-radius: 5px;
	background: #48BEAA no-repeat center;
	background-image: url(../img/icon_search.png), url(../img/icon_arrow05.png);
	background-position-x: 25%, 75%;
	background-size: 25px, auto;
}

#searchPanelButton.slideActive {
	background-image: url(../img/icon_search.png), url(../img/icon_arrow06.png);
}

#searchPanelButton div {
	display: none;
}

#searchTopSp #pageSizeButton {
	width: 18%;
}

#searchTopSp #pageSizeButton p {
	width: 28%;
	position: absolute;
	height: 40px;
	background: #1F4E89 url(../img/icon_arrow05.png) no-repeat 92% center;
	color: #FEFEFE;
	line-height: 40px;
	z-index: 1;
}

#searchTopSp #pageSizeButton select {
	height: 40px;
	width: 100%;
	z-index: 2;
	position: relative;
	opacity: 0;
}

#searchTopSp #listStyleButton button {
	display: none;
}

#listStyleButton .style_list {
	background-position: -40px 0;
}

#listStyleButton .style_matrix {
	background-position: 0 0;
}

#sortBox {
	display: none;
}

#assocSearch {
	display: none;
}

#assocSearchMobile button.assocSearchButtonMobile {
	width: 220px;
	height: 35px;
	margin-top: 8px;
	padding: 6px 0;
	text-align: center;
	background: #FF9006;
	border: solid 0px #15AD9F;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	float: right;
}

#resultArea.resultTypeB {
	text-align: center;
}
/* ---検索結果ページ 横タイプ--- */
.resultTypeA .resultBox {
	padding: 14px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	background: #F8F8F8 url(../img/line_02.png) repeat-x 0 bottom;
	position: relative;
}
.resultTypeA .oddBox {
	background: #ffffff url(../img/line_02.png) repeat-x 0 bottom;
}
/* ↓↓↓20140612修正↓↓↓ */
.resultTypeA .resultBox > p {
	padding-top: 32px;
	float: left;
}
.resultTypeA .resultBox > p a {
	display: block;
	height: 85px;
	width: 85px;
	background: #e8eced;
	text-align: center;
}
.resultTypeA .resultBox .panelLink {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 1;
}
/*
.resultTypeA .resultBox img {
	padding-top: 32px;
	float: left;
}*/
/* ↑↑↑20140612修正↑↑↑ */
.resultTypeA .resultBox > div {
	padding-left: 105px;
	min-height: 85px;
}
.resultTypeA .resultBox div p span {
	background: #FC0;
}
.resultTypeA .resultBox div div {
	padding-top: 8px;
}
.resultTypeA .resultBox div div input {
	z-index: 2;
	position: relative;
}
.resultTypeA .resultBox div div span {
	background: #FC0;
}
.resultTypeA .resultBox div p.detailBtn {
	padding-bottom: 0px;
	text-align: right;
	border: none;
	display: none;
}
.resultTypeA p.detailBtn a {
	padding: 4px 32px;
	display: inline-block;
	background: #df3c46;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}
.resultTypeA .resultBox table img {
	max-height: 85px;
	max-width: 85px;
}
/* ---検索結果ページ 縦タイプ--- */
.resultTypeB .resultBox {
	display: inline-block;
	width: 46%;
	height: 175px;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 1.5px;
	margin-right: 1.5px;
	padding: 5px 0;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	background: #F8F8F8 url(../img/line_02.png) repeat-x 0 bottom;
}
.resultTypeB .oddBox {
}
.resultTypeB .resultBox p.pgBox {
	height: 85px;
	width: 100%;
	margin-bottom: 3px;
}
.resultTypeB .resultBox p.pgBox a {
	display: block;
	height: 85px;
	width: 85px;
	margin: 0 auto;
	background: #e8eced;
	text-align: center;
}
.resultTypeB .resultBox div.nameDiv {
	display: none;
	margin-bottom: 2px;
	padding-top: 4px;
	padding-bottom: 5px;
	font-size: 14px;
	border-bottom: solid 1px #999;
	text-align: center;
}
.resultTypeB .resultBox p.nameBox {
	overflow: hidden;
	height: 2.6em;
}
.resultTypeB .resultBox p span {
	background: #FC0
}
.resultTypeB .resultBox .contentsDiv div {
	display: none;
	height: 58px;
	margin-bottom: 4px;
	overflow: hidden;
	text-align: center;
}
.resultTypeB .resultBox .contentsDiv div span {
	background: #FC0
}
.resultTypeB .resultBox .detailBtn {
	display: none;
}
.resultTypeB .resultBox table img {
	max-height: 150px;
	max-width: 100%;
}
.resultTypeB p.detailBtn a {
	width: 100%;
	padding: 4px 0;
	display: inline-block;
	background: #df3c46;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
}

/* ---検索用ページ コントローラー--- */
.controllerBox {
	display: none;
	border-top: 1px dotted #CCC;
	padding: 30px 0 60px;
	overflow: hidden;
	position: relative;
	font-size: 15px;
}
.controllerBox ul {
	list-style: none outside none;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	position: relative;
	left: 50%;
}
.controllerBox ul li {
	float: left;
	margin-right: 14px;
	padding: 5px 9px;
	position: relative;
	left: -50%;
}
.frBtn {
	background: #15AD9F;
}
.frBtn a {
	text-decoration: none;
	color: #fff;
}

/* ---検索用ページ スマホ向けコントローラー--- */
.controllerBoxS {
	display: flex;
	height: 40px;
	width: 70%;
	margin: 15px auto 5px;
}
.controllerBoxS ul {
	text-align: center;	
}

.controllerBoxS .pagerSlideBox {
	width: 120px;
	margin: 0 auto;
}

.controllerBoxS .displayPagerS {
	width: 100%;
}

.controllerBoxS .displayPagerS ul {
	display: flex;
}

.controllerBoxS .displayPagerS ul li {
	list-style: none;
	float: left;
	width: 33%;
	height: 38px;
	line-height: 38px;
	font-size: 10pt;
	border: #13AC9F solid 1px;
}

.controllerBoxS .pagerNextBack {
	background-color:#f8f7f5 !important;
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
}

.controllerBoxS .pagerNextBackDisable {
	border: none  !important;;
	background-color: transparent !important;
}

.controllerBoxS .pagerNextBack a {
	height: 100%;
	width: 100%;
	display: block;
	text-decoration: none;
}

.controllerBoxS .nowPage {
	background-color: #13AC9F !important;
	padding: 0;
	position: relative;
}

.controllerBoxS .nowPage p {
	z-index: 1;
	color: #FEFEFE;
	position: absolute;
	left: 0;
	right: 0;
	background: no-repeat center;
	background-image: url(../img/icon_arrow06.png), url(../img/icon_arrow05.png);
	background-position-x: 10%, 90%;
}

.controllerBoxS .nowPage select {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
	opacity: 0;
}

.controllerBoxS #listStyleButton {
	margin-left: 10px;
	position: absolute;
	right: 3%;
}

.controllerBoxS #listStyleButton button {
	height: 40px;
	width: 40px;
	display: block;
	text-indent: -20000px;
	overflow: hidden;
	background: url(../img/bg_view.gif) no-repeat;
	border: none;
}
.controllerBoxS #listStyleButton .style_list {
	background-position: -40px 0;
}

.controllerBoxS #listStyleButton .style_matrix {
	background-position: 0 0;
}

/* ↓↓↓20140623修正↓↓↓ */
.resultTypeA .resultBox table {
	height: 85px;
	width: 85px;
	background: #e8eced;
}
.resultTypeA .resultBox table {
	float: left;
}
.resultTypeB .resultBox table {
	height: 95%;
	margin: 0 auto;
}
.resultBox table tr td {
	text-align: center;
}
/* ↑↑↑20140623修正↑↑↑ */

/* @end */

/* @group 詳細ページ */
#wrapper #main.detail {
	margin-top: 75px;
}
#pageContNav {
	display: none;
}
/* パンクズ */
#pankuzu {
	overflow: auto;
}
ul#pankuzu li {
	float: left;
	margin-right: 15px;
}
ul#pankuzu li#pkTop {
	padding-left: 22px;
	background: url(../img/icon_home.png) no-repeat left top;
}
/* 改ページ */
#pageContNav {
	border-bottom: solid 1px #999;
}
#pageControlle {
	position: absolute;
	top: 0px;
	right: 0px;
}
#pageControlle li {
	float: right;
	margin-left: 24px;
	background: #15AD9F;
	border-left: none;
	line-height: 100%;
}
#pageControlle li a {
	display: block;
	padding: 7px 27px;
	color: #FFF;
	text-decoration: none;
}
#pageControlle li#pcNext a {
	background: url(../img/icon_arrow02.png) no-repeat 62px center;
}
#pageControlle li#pcPrev a {
	background: url(../img/icon_arrow01.png) no-repeat 7px center;
}

/* カルーセルエリア */
#carouselBox {
	margin-bottom: 30px;
	border: solid;
	border-color: #EFEFEF;
	border-width: 1px;
	background: #fDfDfF;
	border-style: inset;
}

#carouselBox ul {
	padding-top: 10px;
	padding-left: 20px;
}

#carouselBox
#carouselBox2 { /*画像が2～3枚だった時用の定義*/
	margin-bottom: 40px;
}
#carouselBox2 ul {
	overflow: auto;
	padding-top: 10px;
	padding-left: 20px;
	border: solid;
	border-color: #EFEFEF;
	border-width: 1px;
	background: #fDfDfF;
	border-style:inset;
}
#carouselBox2 ul li {
	float:left;
	margin-right: 40px;
}

#carouselBoxMobile ul {
	display: flex;
}

#carouselBoxMobile ul li {
	margin: 5px;
}
	
/* 説明エリア */
#detailMainBox {
	padding-bottom: 30px;
	border-bottom: solid 1px #999;
}
/* ↓↓↓20140623修正↓↓↓ */
#descriptionBox {
	padding: 18px;
	background: #FFF
}

#descriptionBox #headline {
	display: none;
}
#descriptionBox #headlineMobile {
	float: inherit;
	font-size: 20px;
	margin-left: 10px;
	margin-bottom: 20px;
	line-height: 100%;
}

#descriptionBox .descriptionLeft {
	display: none;
}

#descriptionBox .descriptionRight {
	display: none;
}

#descriptionBox .descriptionMobile {
	width: 100%;
}
/* ↑↑↑20140623修正↑↑↑ */
#descriptionBox > div {
	float: left;
	width: 100%;
}
#descriptionBox #pdBox {
	min-height: 300px;
	width: 400px;
	margin-right: 10px;
	padding: 0 10px;
	background: #FFF;
	text-align: center;
}
#descriptionBox #pdBox img {
	text-align: center;
}
#descriptionBox #pdBox p {
	height: 300px;
	margin-bottom: 12px;
	background: #e8eced;
}

#descriptionBox #pdBox a {
	line-height: 100%;
	display: inline-block;
	padding: 7px 26px 7px 32px;
	color: #FFF;
	text-decoration: none;
	background: #15AD9F url(../img/icon_expansion.png) no-repeat 8px 5px;
}

#descriptionBox #pdBoxMobile {
	width: 100%;
	background: #FFF;
	text-align: center;
}
#descriptionBox #pdBoxMobile img {
	text-align: center;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 300px;
}
#descriptionBox #pdBoxMobile p {
	margin-bottom: 12px;
	background: #e8eced;
}

#descriptionBox #movieBtn {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 17.2px;
	border-color: transparent transparent transparent #ffffff;
	line-height: 0px;
	float:left;
	margin-right:15px;
	_border-color: #000000 #000000 #000000 #ffffff;
	_filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}


.descriptionTxt {
	padding-left: 10px;
}
.descriptionTxt p {
}
.descriptionTxt p.firstBox {
	width: 50px;
}
.descriptionTxt p.rightSideBox {
	float: inherit;
}
.descriptionTxt p:descriptinOnly {
	width: 100%;
}
/* ↓↓↓20140707修正↓↓↓ */
.descriptionTxt p.rightSideBox span {
	background: none repeat scroll 0 0 #fc0;
}
/* ↑↑↑20140707修正↑↑↑ */

#descriptionBox .blankArea{
	height: 35px;
}

#bunkaLink {
	text-align: center;
}

#bunkaLink button {
	right: 0px;
	width: 250px;
	padding: 0;
	margin: 15px 0 5px;
	color: #FFFFFF;
	background: #900;
	border: none;
	border-radius: 5px;		
}

#bunkaLink button a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
	background: url(../img/icon_arrow02.png) no-repeat 96% center;
}
#detailPageContNav {
	position: fixed;
	top: 90%;
	width: 94%;
	z-index: 10;
}
#detailPageControlle {
	padding-top: 10px;
	text-align: center;
}
#detailPageControlle li {
	margin: 0 2px;
	background: #15AD9F;
	border-radius: 5px;
	line-height: 100%;
	display: inline-block;
}
#detailPageControlle li a {
	height: 35px;
	line-height: 35px;
	display: block;
	color: #FFF;
	text-decoration: none;
}
#detailPageControlle li#spSearchResult {
	width: 40%;
}
#detailPageControlle li.detailPrevNext {
	width: 25%;
}
#detailPageControlle li#spNext a {
	background: url(../img/icon_arrow02.png) no-repeat 88% center;
}
#detailPageControlle li#spPrev a {
	background: url(../img/icon_arrow01.png) no-repeat 12% center;
}

/*PC対応関連リンク*/
#relevanceBox {
	display: none;
	overflow: auto;
	border-top: solid 1px #fff;
	border-bottom: solid 1px #999;
}
.relevancePgBox {
	width: 660px;
	padding-top: 32px;
	padding-bottom: 52px;
/*	border-right: solid 1px #999;*/
}
.relevancePgBox.oneColumn {
	border: hidden;
        width: 950px;
}
.relevancePgBox.twoColumnInNdl {
        width:660px;
}
.relevancePgBox.twoColumn {
        width: 474px;
}
.relevancePgBox.tripleColumn {
	width: 339px;
}
.relevanceTtl {
	padding-left: 15px;
	padding-top: 12px;
	height: 35px;
}
.relevancePgBox > div {
	overflow: auto;
	background: #fff;
}
.relevancePgBox.oneColumn > div {
	width: 856px;
	margin: 0 auto;
}
.relevancePgBox.twoColumnInNdl > div {
	width: 642px;
	margin: 0 auto;
}
.relevancePgBox.twoColumn > div {
	width: 428px;
	margin: 0 auto;
}
.relevancePgBox.tripleColumn > div {
	width: 214px;
	margin: 0 auto;
}
.relevancePgBox ul li {
	float: left;
	width: 153px;
	padding: 25px 30px 15px;
	border-right: solid 1px #EAEAEA;
	border-bottom: solid 1px #EAEAEA;
}
.relevancePgBox ul li.oddBox {
	background: #F8F8F8;
}
.relevancePgBox ul li div {
	margin-bottom: 12px;
}
.relevancePgBox ul li div p {
	display: block;
	height: 85px;
	width: 85px;
	margin: 0 auto;
	background: #e8eced;
	text-align: center;
}
/* ↓↓↓20140707修正↓↓↓ */
.relevancePgBox ul li div table {
	height: 85px;
	width: 85px;
	margin: 0 auto;
	background: #e8eced;
	text-align: center;
}
.relevancePgBox ul li div table td {
	text-align: center;
}
.relevancePgBox ul li a {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	border-bottom: dotted 1px #ccc;
	text-align: center;
	word-wrap: break-word;
}
/* ↑↑↑20140707修正↑↑↑ */
#relevanceTxtBox {
	float: left;
	width: 230px;
	padding: 32px 0 52px 32px;
	border-left: solid 1px #fff;
}
#relevanceTxtBox p {
	display: block;
	margin-bottom: 1.2em;
}

/*PC対応関連リンクここまで*/
/*モバイル対応関連リンク*/
/* ↓↓↓20170714追加↓↓↓ */
#spRelevanceBox > table {
	table-layout: fixed;
	width: 100%;
}

.spRelevancePgBox{
	margin: 0;
}
.spRelevancePgBox div {
	overflow: auto;
	padding: 10px 5px;
	background: #FFFFFF;
}
.spRelevancePgBox div ul {
	display: flex;
}
.spRelevancePgBox div ul li {
	width: 100px;
	min-width: 100px;
	margin-right: 3px;
	background: #F6F8F8;
	padding: 10px;
}
.spRelevancePgBox div ul li p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
}
.spRelevancePgBox div ul li div {
	background: #F6F8F8
}

.spRelevancePgBox div ul li#summaryLast {
	margin-right: 0px;
}
.spRelevancePgBox div ul li a.imgBox {
	display: block;
	height: 100px;
	width: 100px;
	margin-bottom: 0.5em;
	background: #e4e8e9;
	text-align: center;
}
.spRelevanceTtl {
	padding-left: 15px;
	padding-top: 12px;
	height: 35px;
}
.spRelevancePgBox ul li div table {
	height: 85px;
	width: 85px;
	margin: 0 auto;
	background: #e8eced;
	text-align: center;
}
.spRelevancePgBox ul li div table td {
	text-align: center;
}
.spRelevancePgBox ul li a {
	display: block;
	text-align: center;
}

#spRelevanceBox #relevanceNDL {
	display: flex;
	overflow: auto;
	padding: 10px 5px;
	background: #FFFFFF;
}

#spRelevanceBox #relevanceNDL .relevanceTxt {
	width: 100px;
	min-width: 100px;
	margin-right: 3px;
	background: #F6F8F8;
	padding: 10px;
	text-align: center;
}

#spRelevanceBox #relevanceNDL .creatorName {
	display: none;
}

#spRelevanceBox .bookIcon {
	width: 70px;
	height: 70px;
	margin: 10px auto;
	background: url(../img/icon_book01.png) no-repeat center;
	background-size: 100%;
}

#spRelevanceBox #relevanceNDL .relevanceTxt a {
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	word-wrap: break-word;
}

/*モバイル対応関連リンクここまで*/
/* @end */

/* @group ログインページ */
#loginBox {
	width: 85%;
	margin: 0 auto 100px;
	padding: 20px 20px 30px;
	background: #fff;
}
#loginBox p {
	margin-bottom: 2px;
}
#loginBox form input {
	border: 1px solid #CCCCCC;
	font-size: 14px;
	line-height: 100%;
	margin-bottom: 18px;
	padding: 4px;
	width: 95%;
}
#loginBox .loginButton {
	text-align: center;
}
#loginBox form button {
	background: none repeat scroll 0 0 #15AD9F;
	border: 0 solid #15AD9F;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	line-height: 100%;
	padding: 8px 32px;
	text-align: center;
}
/* @end */

/* @group フッター */
#footer {
	padding: 28px 0;
	margin-bottom: 15px;
}
#footer p {
	margin: 0 auto;
	padding: 0 5px;
	text-align: center;
}
#footer .cssMode {
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 14px;
}
/* @end */

/* @group ライトボックス */
#glayLayer{
	display: none;
    position:fixed;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background:black;
    opacity: 0.60;
    filter:alpha(opacity=60);
}
#overLayer{
	display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 900px;
    width: 900px;
    margin-left: -470px;
	padding: 20px;
	background: #fff;
	text-align: center;
}
#overLayer img {
	display: none;
}
#overLayer div {
	position: relative;
	height: 100%;
}
#overLayer ul {
	position: absolute;
	left: 0px;
	bottom: 10px;
	width: 100%;
}
#overLayer ul li {
	width: 36px;
	height: 36px;
	text-indent: -9999px;
	cursor: pointer;
}
#overLayer ul li#lbPrev {
	float: left;
	background: url(../img/icon_arrow03.png) no-repeat left top;
}
#overLayer ul li#lbNext {
	float: right;
	background: url(../img/icon_arrow04.png) no-repeat left top;
}
/* @end */


/* clearfix */
.clearfix:after { 
	content: " ";  
	display: block; 
	visibility: hidden; 
	clear: both; 
	height: 0.1px; 
	font-size: 0.1em; 
	line-height: 0; 
} 

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

