@charset "utf-8";
#wrapper { overflow: hidden; }
/**
 * レスポンシブ：
	detroit
 *
 **/


/* meadia query set
@media only screen and (min-width: 769px) {

}
@media screen and (max-width: 1180px) and (min-width: 769px) {

}
@media only screen and (max-width: 768px) {

}
*/

.Y15-snsbtn-box {
    position: relative !important;
    height: auto;
    text-align: right;
    max-width:1180px;
    margin: 0 auto;
    padding-bottom: 10px;
}

/*　いろいろ　*/
#detroit .txt-c { text-align:center;}
#detroit .font120 { font-size:120%; }
#detroit .font140 { font-size:140%; }
#detroit .font-b { font-weight:bold; }
#detroit .font-red { color:#C6332C; }
#detroit .font-green { color:#00987A; }
#detroit ul , #detroit li { list-style:none;}
#detroit img { display:block; }

@media only screen and (max-width: 768px) {
	#headerBtm .blockSearch table {
	margin-bottom: 0px;
	}
}




/*　frame　*/
#detroit {
	position: relative;
	width: 100%;
	padding:0 0 30px 0; 
	color: #321C18;
	background-color: #FEF4E9;
	font-size: 13px !important;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
}


/* feature-header BEGIN */
#detroit .feature-header {
	text-align: center;
}
#detroit .feature-header_main {
	position: relative;
	background-color: #8c5348;
}
#detroit .feature-header_main-inner {
	position: relative;
	max-width: 1180px;
	margin: 0 auto;
	padding: 10px 0;
}
#detroit .feature-header_main-inner h1 {
	margin:0;
}
#detroit .feature-header_main-inner h1 img {
	max-width:700px;
	height:auto;
	display:block;
	margin:0 auto;
}
#detroit .feature-header_main-inner h2 {
	font-size: 30px;
	margin:0px 0;
	letter-spacing: 0.6px;
	color:#fff;
}
#detroit .feature-header_main-inner h2 span.small {
	font-size: 80%;
}
#detroit .feature-header_main-inner h2 span.nowrap {
	display:inline-block;
}
/* feature-header END */


/*幅768まで*/
@media only screen and (max-width: 768px) {
	#detroit .feature-header_main-inner {
		padding: 10px 0;
	}
	#detroit .feature-header_main-inner h1 {
		margin:0px;
	}
	#detroit .feature-header_main-inner h1 img {
		width:100%;
		height:auto;
		display:block;
		margin:0 auto;
	}	
	#detroit .feature-header_main-inner h2 {
		font-size: 18px;
		margin:0px;
	}
	#detroit .feature-header_main-btn-yellow {
		margin: 10px 10px 0;
	}	
	#detroit .feature-header_main-btn-yellow a {
		position: relative;
		border-radius: 4px;
		height: 45px;
		line-height: 45px;
		width: 180px;
		display: block;
		margin: 0 auto;
		font-size: 14px;
		font-weight: bold\0;
	}		
}
/* feature-header END */


/* feature-navi BEGIN */
/*ナビゲーション*/
#detroit .feature-navi {
	position: relative;
	width: 100%;
	height: 70px;
	background-color:#503A36;
	}
#detroit .feature-navi ul {
	max-width: 1180px;
	height: 70px;
	margin: 0px auto;
	text-align: left;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	border-right: 1px solid #503A36;
	font-size:0;
}
#detroit .feature-navi ul li {
	position: relative;
	letter-spacing: normal; /* 文字間を通常に戻す */
	height: 70px;
	line-height: 70px;
	display: inline-block;
	text-align: center;
	margin:0;
}
#detroit .feature-navi ul li {
	width:33.3%;
}
#detroit .feature-navi ul li:first-child {

}
#detroit .feature-navi ul li a {
	color: #fff;
	font-size: 16px;/*幅769以上のときの文字の大きさ*/
	letter-spacing: 0.9px;
	display: block;
	background-color:#503A36;
	border-left: 1px solid #503A36;
}
#detroit .feature-navi ul li a:hover {
	text-decoration: none;
	background-color: #816662;/*マウスオンで変わる色*/
	color:#fff;
}

/*幅769から980までの場合のナビ*/
@media screen and (max-width: 980px) and (min-width: 769px) {
	#detroit .feature-navi ul {
	margin: 0 20px;
	}
}
/*幅768までのナビ*/
@media only screen and (max-width: 768px) {
	#detroit .feature-navi {
	height: 82px;
	}
	#detroit .feature-navi ul {
	height: 82px;
    font-size:0;
	}
	#detroit .feature-navi ul li {
	height: 40px;
	width: 50%;
	line-height: 40px;	
	margin: 0px;
	border-bottom: 1px solid #816662;
	}
	#detroit .feature-navi ul li:first-child {
	}	
	#detroit .feature-navi ul li:last-child {
	width: 100%;
	}	
	#detroit .feature-navi ul li a {
	font-size: 13px;
	font-weight: bold;
	}
}
/* feature-navi END */


/* feature-ssnavi BEGIN */
#detroit #feature-ssnavi {
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 54px;
	background-color: rgba(80,58,54,.8);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#503A36DD', endColorstr='#503A36DD');
	display: none;
}
#detroit #feature-ssnavi ul {
	max-width: 980px;
	height: 54px;
	margin: 0 auto;
	text-align: left;
	letter-spacing: -.40em; /* 文字間を詰めて隙間を削除する */
	border-right: 0px solid #816662;
	list-style: none;
    font-size:0;
}
#detroit #feature-ssnavi ul li {
	position: relative;
	letter-spacing: normal; /* 文字間を通常に戻す */
	height: 54px;
	line-height: 54px;
	display: inline-block;
	text-align: center;
	width:33.3%;
}
#detroit #feature-ssnavi ul li:first-child {
	width: 0;
	height: 0;
}
#detroit #feature-ssnavi ul li a {
	color: #FFF;
	font-size: 13px;
	letter-spacing: 0.9px;
	display: block;
	border-left: 0px solid #8C5348;
}
#detroit #feature-ssnavi ul li a:hover {
	text-decoration: none;
	background-color: #8C5348;
	}
#detroit #feature-ssnavi ul li.Y15-current {
	text-decoration: none;
	background-color:#8C5348;
	}


@media only screen and (max-width: 768px) {
	#detroit #feature-ssnavi {
	height: 117px;
	}
	#detroit #feature-ssnavi ul {
	height: 117px;
	border-left: none;
	}
	#detroit #feature-ssnavi ul li  {
	width: 50%;
	height: 40px;
	line-height: 40px;
	margin-bottom: 1px;
	}
	#detroit #feature-ssnavi ul li:first-child {
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-bottom: 0px solid #000;
	margin-bottom: 0;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
	}
	#detroit #feature-ssnavi ul li:first-child:after {
	content: "";
	display: inline-block;
	background-image: url(http://image.pia.jp/images2/static/pia/feature/feature_rs/icon-navi-menu.png);
	background-position: 50% 50%;
	background-size: contain;
	width: 15px;
	height: 12px;
	position: absolute;
	right: 10px;
	top: 11px;
	}
	#detroit #feature-ssnavi ul li:last-child {
	width: 100%;
	}	
	#detroit #feature-ssnavi ul li a {
	font-size: 13px;
	font-weight: bold;
	border-bottom: 1px solid #000;
	}
	#detroit #feature-ssnavi ul li:nth-child(2n+1) a {
	border-right: none;
	}
	#detroit #feature-ssnavi.menu-hide {
	height: 36px;
	}
	#detroit #feature-ssnavi.menu-hide ul {
	height: 35px;
	}
	#detroit #feature-ssnavi.menu-hide ul li {
	display: none;
	}
	#detroit #feature-ssnavi.menu-hide ul li:first-child {
	display: block;
	}
}
/* feature-ssnavi END */




/* feature-detail BEGIN */
#detroit .feature-detail {
	padding: 0;
	max-width: 1180px;
	margin: 40px auto;
	position: relative;
}
#detroit .frame {
	max-width: 1180px;
	margin: 50px auto;
	background-color:#fff;
	box-shadow: 1px 1px 3px #999;
}
#detroit .frame h3 {
	display: table;
	position: relative;
	margin-top: 0px;
	font-size: 20px;	
	padding: 20px 20px 20px 80px;
	color:#fff;
	text-align:left;
	font-weight: normal;
	letter-spacing: 0.1em;	
	background-color:#503A36;
	background-image:url(http://image.pia.jp/images2/static/pia/feature/event/detoroit/h3_bg.png);
	background-position:10px 0px;
	background-repeat:repeat-y;
}
#detroit h3 span {
	display: table-cell;
	vertical-align: middle;
	width: 1%;
}
#detroit .frame .inner {
	padding:40px;
}

/*769-1180　枠の左右にマージン作る*/
@media screen and (max-width: 1180px) and (min-width: 769px) {
	#detroit .frame ,
	#detroit #info  {
		margin: 40px 20px 0;
	}
}

@media only screen and (max-width: 768px) {
	#detroit .feature-detail {
		padding: 20px 0 0 0 ;
		margin:0px 10px;/*画面左右のマージン*/
	}
	#detroit .frame ,
	#detroit #info {
		margin: 30px 0 0;
	}
	#detroit .frame h3 {
		font-size: 16px;	
		padding:10px 10px 10px 60px;
	}		
	#detroit .frame .inner{
		padding:20px 10px;
		font-size:12px;
	}		
}
/* feature-detail END */


/* top_lead */
#detroit .top_lead {
	margin:40px 0;
	text-align:center;
	font-size:120%;	
	line-height:160%;
}
#detroit .top_lead span {
	font-size:160%;	
	line-height:130%;
	font-family:serif;
}
@media only screen and (max-width: 768px) {
	#detroit .top_lead {
		margin:0px 10px;
		text-align:left;
		font-size:100%;	
		line-height:160%;
	}
	#detroit .top_lead span {
		font-size:120%;	
		line-height:140%;
		font-family:serif;
		font-weight:bold;
	}
}

/* TOP最新情報 */
#detroit #newest {
	width:100%;
	background-color:#FF9F07;
	text-align:center;
	margin:10px 0;
}
#detroit #newest p {
	font-size:16px;
	color:#000;
	padding:7px 0;
}	
#detroit #newest p a {
	color:#000;
	text-decoration:underline;
}
#detroit #newest p a:hover {
	text-decoration:none;
}

@media only screen and (max-width: 768px) {
	#detroit #newest p {
		font-size:13px;
		color:#000;
		padding:7px 0;
	}	
}
/* TOP最新情報 */


/* ticket */
#detroit .ticke_area {
	font-size:130%;
	font-weight:bold;
	margin-bottom:15px;
	background-color:#e7e0de;
	padding:0.5em;
}
#detroit p.data {
	line-height:180%;
}
#detroit ul.ticket-list {
	margin:10px 0;
	background-color: #fff;
	border:1px solid #cdcdcd;
}
#detroit .ticket-list li {
	padding: 25px 20px;
	position: relative;
	min-height: 70px;
	border-bottom: 1px solid #cdcdcd;
}
#detroit .ticket-list li:last-child {
	border-bottom: none;
}
/* koumoku */
#detroit .ticket-list-name {
	font-size:120%;
	font-weight: bold;
	width: 65%;
}
#detroit .ticket-list-price {
	width: 65%;
	margin-top:10px;
}
#detroit .ticket-list-stats {
	width: 65%;
}
#detroit .ticket-list-button {
	position: absolute;
	right: 20px;
	top: 49%;
	margin-top: -25px;
}
#detroit .ticket-list-button a {
	position: relative;
	background-color: #FF9F07;
	border-radius: 4px;
	color: #fff;
	height: 50px;
	line-height: 50px;
	width: 180px;
	display: block;
	font-size: 15px;
	font-weight: bold\0;
	text-align: center;
	box-shadow: 0 4px 0 #BC7B13;
}
#detroit .ticket-list-button a:hover {
	top: 4px;
	box-shadow: none;	
	text-decoration: none;
}
#detroit .ticket-list-button a:active {
	top: 4px;
	box-shadow: none;
}

@media only screen and (max-width: 768px) {
	#detroit .ticket-list {
		margin:0;
	}
	#detroit p.data {
		line-height:160%;
	}	
	#detroit .ticket-list li {
		padding: 14px 14px;
		min-height: initial;
		min-height: auto;
	}
	#detroit .ticket-list-name ,
	#detroit .ticket-list-price ,
	#detroit .ticket-list-stats {
		width: 100%;
		clear: both;
	}
	#detroit .ticket-list-button {
		clear: both;
		position: relative;
		top: 0;
		left: 0;
		width: 150px;
		margin: 15px auto;
	}
	#detroit .ticket-list-button a {
		height: 40px;
		line-height: 40px;
		width: 150px;
		display: block;
		font-size: 12px;
		font-weight: bold;
	}
}	
	

/* topics */
#detroit .topic {
	width:100%;
	/*border-bottom:1px dotted #816662;*/
	margin-bottom:25px;
	padding-bottom:25px;
}
#detroit .topic:after {
	content: "";
	display: table;
	clear: both;
}
#detroit .topic:last-child {
	margin-bottom:0px;
	padding-bottom:0px;
}
#detroit .topic_midashi {
	font-size:130%;
	font-weight:bold;
	margin-bottom:15px;
	background-color:#e7e0de;
	padding:0.5em;
}
#detroit p {
	vertical-align:top;
}


/* one-clm */
#detroit .one-clm {
	width:100%;
}
/* two-clm */
#detroit .two-clm-left {
	float:left;
	width:49%;
}
#detroit .two-clm-right {
	float:right;
	width:49%;
	height:auto;
}
#detroit .two-clm-left img ,
#detroit .two-clm-right img {
	margin:10px auto;
}
/*
img.mw400 {
	display:block;
	max-width:300px;
	height:auto;
	margin:20px auto;
}
*/
/* three-clm */
#detroit .three-clm {
	display:inline-block;
	width:30%;
	margin-right:2%;
}
#detroit .three-clm img {
	width:90%;
	height:auto;
	margin:0 auto 10px;
}

@media only screen and (max-width: 768px) {
#detroit .two-clm-left {
	float:none;
	width:100%;
	margin-bottom:20px;
}
#detroit .two-clm-right {
	float:none;
	width:100%;
}
#detroit .two-clm-left img ,
#detroit .two-clm-right img {
	margin:10px auto;
	width:90%;
	height:auto;	
}
#detroit .three-clm {
	display:block;
	width:100%;
	margin-right:0%;
	margin-bottom:20px;
}
#detroit .two-clm-right img ,
#detroit .three-clm img {
	width:90%;
	height:auto;
	margin:0 auto 10px;
}

}

/* midokoro */
#detroit .midokoro_txt {
	line-height:180%;
	width:100%;
	border-bottom:1px dotted #816662;
	margin-bottom:40px;
	padding-bottom:40px;
}
#detroit .midokoro_midashi {
	font-size:160%;	
	line-height:130%;
	font-family:serif;
	margin:0 0 20px 0;
}
#detroit .picture {
	text-align:center;
	margin:0 auto;
}
#detroit .picture li {
	display:inline-block;
	width:360px;
	margin-bottom:40px;
}
#detroit p.pic {
	height:300px;
	position:relative;
}
#detroit p.pic img {
	width:auto;
	height:auto;
	max-height:100%;
	max-width:100%;
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
#detroit p.credit {
	margin-top:20px;
	text-align:center;
	font-size:120%;
	font-family:serif;
}
#detroit p.credit span {
	font-size:60%;
}

@media only screen and (max-width: 768px) {
#detroit .midokoro_txt {
	line-height:160%;
	width:100%;
	border-bottom:1px dotted #816662;
	margin-bottom:25px;
	padding-bottom:25px;
}
#detroit .midokoro_midashi {
	font-size:130%;	
	line-height:130%;
	font-family:serif;
	margin:0 0 20px 0;
}
#detroit .picture li {
	display:inline-block;
	width:90%;
	margin-bottom:40px;
}
#detroit .picture li:last-child {
	margin-bottom:0px;
}
#detroit p.pic {
	max-width:400px;
	height:auto;
	position:relative;
	margin:0 auto;
}
#detroit p.pic img {
	width:100%;
	height:auto;
	margin:0 auto;
	position:static;
}
#detroit p.credit {
	margin-top:10px;
	text-align:center;
	font-size:120%;
	font-family:serif;
}

}