@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Muli);

/*-------------------------------------------------------------------
     Main
 -------------------------------------------------------------------*/


/*  投稿   ---------------*/

	.single #contents { font-size: 13px; }
	
		.single #contents > p:first-of-type {
			margin-bottom: 30px;
			color: #C30;
			text-align: right;
		}
		
		.single #contents > section {
			margin-bottom: 30px;
			font-size: 14px;
			line-height: 1.6em;
			letter-spacing: 0.1em;
		}



/*   Title   ---------------*/

#contents > section.shopList > h1 {
  width: 100%;
  height: auto;
	margin-bottom: 13px;
  padding: 0 0 5px 33px;
	background: #fff;
	color: #D90D0C;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px dashed #FC5F5F;
	position: relative;
	display: flex;
  align-items: center;
  min-height: 36px;
  letter-spacing: 0;
	box-sizing: border-box;
}

#contents .shopList-head::before {
	content: '';
	width: 28px;
	height: 28px;
	background: url(../images/campaign/ico_collabo_a.svg) no-repeat;
	background-size: 100% 100%;
	display: block;
	position: absolute;
	left: 0;
  top: 1px;
}

#contents .shopList-head.icon-b::before {
	background: url(../images/campaign/ico_collabo_b.svg) no-repeat;
	background-size: 100% 100%;
}



	/* リセット用 */
	#contents > section.shopList > h1 span {
		margin: 0;
		text-shadow: none;
		letter-spacing: normal;
	}

	#contents > section.shopList > h1 span:first-of-type {
		display: block;
		float: left;
		color: #555;
		font: 15px "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
		line-height: 28px;
	}
	#contents > section.shopList > h1 span:last-of-type {
		display: block;
		float: right;
		color: #999;
		font: 14px 'Muli', sans-serif;
		line-height: 28px;
	}

	
/*	.shopList > section > h1 {
		margin-bottom: 10px;
		padding-bottom: 3px;
		border-bottom: 1px dotted #999;
		color: #999;
		font-size: 12px;
	}
		
.shopList > section {
	margin-bottom: 15px;
	font-size: 12px!important;
	letter-spacing: 0!important;
	line-height: 1.1em!important;
}

.shopList > section li {
	display: inline-block;
	width: 124px;
	height: auto;
	vertical-align: top;
	margin: 0 15px 15px 0;
	list-style: disc!important;
}
.shopList > section li:nth-of-type(5n) {
	margin: 0 0 5px 0;
}

.shopList > section li p:last-of-type {
	margin-top: 3px;
	font-size: 11px;
}
.shopList > section li p:last-of-type a {
	display: inline-block;
}


.shopList > section form {
	display: inline;
}
*/

.shopList section {
  padding: 12px 0 12px 0;
  margin: 0 10px 0 20px;
	box-sizing: border-box;
}

.shopList section + section {
	border-top: 1px solid #EAEAEA;
}

#contents > section.shopList > h1 + section {
	padding-top: 0;
}

.shopList section h1 { 
	font: bold 14px "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	letter-spacing: 0;
}

.shopList .line {
	display: inline-block;
	padding-bottom: 0;
	border: 0;
	padding: 0;
  margin: 0;
}

.shopList .line h1 { display: none; }

.shopList ul {
	font-size: 12px!important;
	letter-spacing: 0!important;
	line-height: 1.1em!important;
	display: flex;
  flex-wrap: wrap;
	box-sizing: border-box;
	margin-top: 8px;
}

.shopList .line ul {
	display: inline-block;
  flex-wrap: wrap;
	margin-top: 0;
}

.shopList li {
	display: inline-block;
	padding-right: 20px;
  line-height: 2.1;
	flex: 0 0 33.3333%;
	box-sizing: border-box;
}
.shopList li:nth-of-type(4n) {
	margin-right: 0;
}

.shopList .line li {
	display: inline-block;
  flex-wrap: wrap;
	margin-top: 0;
}

.shopList li a {
	display: inline-block;
}

.shopList li .takeout {
	content: '';
	display: inline-block;
	width: 10px;
	height: 15px;
	background: url(../images/campaign/ico_collabo_takeout.svg) no-repeat;
	background-size: 100% 100%;
	margin-left: 4px;
	vertical-align: -2px;
}

.shopList-disc {
	margin: 0 10px 0 20px;
}

.shopList-disc + .line {
	margin-top: 12px;
}

.shopList-disc-inner {
	background: #F5F5F5;
	border-radius: 4px;
	padding: 12px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0;
	display: inline-block;
}

.shopList-disc-inner span {
	color: #D90D0C;
}
.shopList-disc-inner img {
  display: inline-block;
  margin-right: 8px;
  vertical-align: -2px;
}



	.alignright {
		margin: 0 0 15px 15px;
		float: right;
	}
	
/* 共通
--------------------------------------*/
.enforcementShop { margin: 20px 0; font-size: 12px; }

	.enforcementShop .areaName { margin: 0 0 10px 5px; }
	
	.enforcementShop table{
		width: 690px;
		margin: 0 5px 10px;
		border-collapse: collapse;
		border: 1px dotted #CCC;
	}
	
	.enforcementShop td {
		width: 20%;
		padding: 0.5em;
		background-color: #FFF;
		border: 1px dotted #CCC;
		line-height: 1.2em;
	}
	
#campaign p.banner {
	padding: 30px 10px;
	text-align: right;
}



/*  Gibson & ONKYO
--------------------------------------*/
#gxoContainer {
	padding: 30px;
	background: #000;
	color: #fff;
}

	#gxoContainer > h1 { padding-bottom: 70px; }

	#gxoContainer > section { padding-bottom: 70px; }

.gxoText {
	margin: 30px;
	font: 13px/1.4 sans-serif;
	letter-spacing: 0.2em;
}
#gxoContainer > section > section:last-of-type { margin-bottom: 0; }

	.gxoText h1 {
		padding-bottom: 5px;
		color: #aaa;
		font: bold 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	.gxoText p { padding-bottom: 10px; }
	
	.gxoText li {
		margin-left: 20px;
		list-style: disc;
	}
/* 参加方法
 -----------------------------------*/
 
.joinCampaign {
	position: relative;
	width: 408px;
	margin-top: 70px;
	padding: 60px 15px 15px;
	border: solid 1px #fff;
	font: 13px/1.4 sans-serif;
}

.titGibsonT {
	position: absolute;
	top: -40px;
	left: 32px;
}

.titOnkyoT {
	position: absolute;
	top: -20px;
	left: 52px;
}

.joinCampaign > p:nth-of-type(2) { text-align: center; }

.joinCampaign section { padding-top: 20px; }

	.joinCampaign section p { padding-bottom: 15px; }
	
	.joinCampaign section h1 {
		padding-bottom: 5px;
		color: #aaa;
		font: bold 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	
	.joinCampaign section span { color: #FF7272; }

.ct { text-align: center; }

.officialLink {
	width: 440px;
	color: #777;
	font: 18px/1.3 'Buenard', serif;
}

.officialLink a:link { color: #9cf; }
.officialLink a:visited { color: #9cf; }
.officialLink a:hover { text-decoration: none; color: #00ff40; }
.officialLink a:active { text-decoration: none; color: #00ff40; }



/* エヴァンゲリオン
--------------------------------------*/
.evangelion-room #campaign {
	position: relative;
	background-color: #000;
	text-align: center;
}

	.evangelion-room #campaign img { margin-bottom: 20px; }
	
	.evangelion-room #campaign #linkBanner { margin: 0 40px; }


	.evangelion-room #campaign .eva-price-bn { /* PRICE */
		position: absolute;
		top: 300px;
		left: 30px;
	}

	.evangelion-room #campaign .lb1 { /* FOOD */
		position: absolute;
		top: 300px;
		left: 195px;
	}
	.evangelion-room #campaign .lb2 { /* DRINK */
		position: absolute;
		top: 300px;
		left: 360px;
	}
	.evangelion-room #campaign .eva-roommap-bn { /* ROOM MAP */
		position: absolute;
		top: 300px;
		left: 525px;
	}
	.evangelion-room #campaign .eva-roommap { /* ROOM MAP PIC */
		position: absolute;
		top: 650px;
		left: 10px;
	}

	.evangelion-room #campaign a:hover img {
		filter: alpha(opacity=60);
		-moz-opacity:0.60;
		opacity:0.60;
	}

	/* ROOM MAP ページ */
	.evangelion-room-map #campaign #room-map {
		width: 700px;
		height: 850px;
		position: relative;
		background: url(../images/campaign/evangelion-map2.png) no-repeat left top;
		background-color: #000;
	}
	.evangelion-room-map #campaign #room-map p { position: absolute; }
	.evangelion-room-map #campaign #room-map p.room-front { top: 253px; right: 26px;}
	.evangelion-room-map #campaign #room-map p.room-501 { top: 253px; right: 203px;}
	.evangelion-room-map #campaign #room-map p.room-502 { top: 253px; right: 272px;}
	.evangelion-room-map #campaign #room-map p.room-503 { top: 253px; right: 314px;}
	.evangelion-room-map #campaign #room-map p.room-504 { top: 253px; left: 272px;}
	.evangelion-room-map #campaign #room-map p.room-505 { top: 253px; left: 144px;}
	.evangelion-room-map #campaign #room-map p.room-506 { top: 276px; left: 28px;}
	.evangelion-room-map #campaign #room-map p.room-512 { top: 253px; left: 203px;}

	.evangelion-room-map #campaign #room-map p.name-501 { bottom: 128px; left: 33px;}
	.evangelion-room-map #campaign #room-map p.name-502 { bottom: 128px; left: 378px;}
	.evangelion-room-map #campaign #room-map p.name-503 { bottom: 91px; left: 33px;}
	.evangelion-room-map #campaign #room-map p.name-504 { bottom: 91px; left: 378px;}
	.evangelion-room-map #campaign #room-map p.name-505 { bottom: 54px; left: 33px;}
	.evangelion-room-map #campaign #room-map p.name-506 { bottom: 54px; left: 378px;}
	.evangelion-room-map #campaign #room-map p.name-512 { bottom: 17px; left: 33px;}

	.evangelion-room-map #campaign #room-map p a:hover img {
		filter: alpha(opacity=60);
		-moz-opacity:0.60;
		opacity:0.60;
	}
#eva-price {
	position: relative;
	top: -560px;
}


/* サクラ大戦
--------------------------------------*/
.sakurataisen #campaign { background-color: #FEF6FA; }


/* 一番くじ
--------------------------------------*/
	.ichibankuji #campaign .clear { margin: 40px 0; }

	.ichibankuji #campaign .left { width: 350px; }
	
	.ichibankuji #campaign .right {
		width: 335px;
		margin-left: 15px;
		font-size: 13px;
		line-height: 1.2em;
		letter-spacing: 0.1em;
	}
	

	.kujiBox .left {
		width: 350px;
		line-height: 1.2 !important;
	}

	.kujiBox .left a {
		font-size: 12px !important;
	}
	
	.kujiBox .right {
		width: 335px;
		margin-left: 15px;
		font-size: 13px;
		line-height: 1.2em;
		letter-spacing: 0.1em;
	}
	.kujiBox .right p {
		margin-bottom: 0 !important;
	}

/* 開催中の別くじ */
.kujiOthers { margin: 20px 0; }

	.kujiOthers table{
		width: 690px;
		margin: 0 5px 10px;
		font-size: 12px;
		border-collapse: collapse;
		border: 1px dotted #CCC;
	}
	
	.kujiOthers td {
		width: 100%;
		padding: 0.5em;
		background-color: #FFF;
		border: 1px dotted #CCC;
	}


/* myTown
--------------------------------------*/
.mytown #contents {
	font-size: 13px;
	line-height: 1.5em;
}
.mytown #contents div.left {
	width: 300px;
	margin-right: 20px;
}
	.mytown #contents div.left span:first-of-type {
		color: red;
		font-size: 12px;
		font-weight: bold;
	}
	.mytown #contents div.left span:last-of-type {
		font-size: 12px;
		line-height: 1.2em;
	}

.mytown #contents div.right {
	width: 380px;
	margin-top: 20px;
}



.postid-1089 #contents section { text-align: center; }



/* キャンペーン注意事項
--------------------------------------*/

.notes {
	padding: 40px;
	line-height: 1.4em;
	color: #fff;
	font-size: 12px;
}

.notes section { margin-bottom: 20px; }
.notes section:last-of-type { margin-bottom: 0; }
.notes h1 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.c-ute-2013 .notes,
.utasukigrandprix .notes,
.tamurayukari .notes {
	color: #222;
}

#cboxContent .notes {
	color: #222;
}

#cboxContent .notes > p {
	margin-top: 30px;
	text-align: center;
}

.utasukigrandprix #contents > section { background: #E50011; }

.evaracingContent { background: #00A5BF; }

.evaracingContent a { color: #FF0; }

.netdeyoyakuContent { background: #b6040f; }
.netdeyoyakuContent a { color: #FF0; }


.twfb2013Content {
	background: #990004;
	color: #fff;
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

.twfb2013Content > section { padding-bottom: 50px; }

.twfb2013Content > img:first-of-type {
	display: block;
	padding-bottom: 30px;
}

.twfb2013Content > ul {
	padding: 0 50px 50px;
	font-size: 11px;
	line-height: 1.2;
}

.twfb2013Content > section:first-of-type div {
	margin: 0 23px;
}

.method {
	margin: 0 23px;
	padding: 30px;
	background: #eee;
	color: #222;
}

.method > p:first-of-type {
	font-size: 18px;
	font-weight: bold;
}

.method section {
	padding-top: 30px;
}

.method h1 {
	padding-bottom: 10px;
	color: #0071bc;
	font-size: 18px;
}

.method section p { padding-bottom: 10px; }

.method section div {
	padding-bottom: 30px;
	text-align: center;
}

.center { text-align: center; }

.red { color: #f00; }

.method section:last-of-type p:first-of-type {
	color: #ff9900;
	font-size: 17px;
	font-weight: bold;
}

.method ul {
	padding-bottom: 15px;
	font-size: 12px;
}

.twfb2013Content > section:nth-of-type(3) { text-align: center; }

.twfb2013Content > section:nth-of-type(4) h2,
.twfb2013Content > section:nth-of-type(5) h2,
.twfb2013Content > section:nth-of-type(4) p,
.twfb2013Content > section:nth-of-type(5) p {
	margin: 0 23px;
}
h2 {
	font-size: 18px;
	padding: 15px 0;
}

.twfb2013Content > section:nth-of-type(4) p,
.twfb2013Content > section:nth-of-type(5) p {
	font-size: 12px;
}

.padd { padding-left: 15px; }


/* 終了告知
--------------------------------------*/
.endnotice {
	padding: 10px;
	border: 1px solid #cb0014;
	color: #cb0014;
	font: 14px "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
	text-align: center;
	letter-spacing: 0.1em;
}


/* お詫び 14.09.04
--------------------------------------*/
.notice {
	width: 580px;
	margin: 0 auto;
	font-size: 13px;
	letter-spacing: normal;
	line-height: 1.5;
}

.notice p { padding-bottom: 20px; }

.notice > p:first-of-type {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}
