@charset "utf-8";

/*-----------------------------------------------
 三成の生涯と関ケ原合戦をたどるスマホスタンプラリー
-----------------------------------------------*/
.tyuui {
	width: 70%;
	margin: 10px auto 15px;
	padding: 10px;
	border: 2px solid #C00;
	background: #FF9;
	text-align: center;
}

.syohin {
	margin: 0 auto 20px;
}

.syohin_tit {
	margin: 0 0 5px;
	padding: 5px 0;
	background: #FFC;
	font-size:103%;/*font14px*/
	font-weight: bold;
}

#wonderGO {
	padding: 20px 0 10px;
	background: #FFC;
	font-size:147%;/*font20px*/
	line-height: 1.5;
	text-align: center;
	font-weight: bold;
}

.wonderGO_tit {
	color: #F60;
	font-size:176%;/*font24px*/
	line-height: 1.3;
	text-align: center;
	font-weight: bold;
}

.question {
	position: relative;
	margin: 10px;
	padding: 10px 5px;
	border: 1px solid #C00;
	border-radius:5px;
	color: #C00;
	font-size:103%;/*font14px*/
	font-weight: bold;
	cursor: pointer;
}
.question:after {
	position: absolute;
	top: 40%;
	right: 20px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -2px;
	border-top: 1px solid #C00;
	border-left: 1px solid #C00;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.active-close-q {
	position: relative;
}

.active-close-q:after {
	position: absolute;
	top: 40%;
	right: 20px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -2px;
	border-bottom: 1px solid #C00;
	border-right: 1px solid #C00;
	border-top: none;
	border-left: none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.q {
	margin-top: 10px;
	font-weight: bold;
}

h4 {
	margin: 10px 0;
}

h5 {
	margin: 10px auto;
	text-align: center;
}
h5 img {
	width: 100%;
}

ol {
	margin: -5px 5px 0 1.5em;
	padding: 0;
}
ol li {
	padding-bottom: 10px;
}

a.pdficon {
	padding-left:20px;
	background: url(commonImg/dlIconPdf.gif) no-repeat left center;
}

.naiyou,
.naiyou_more,
.question_naiyo {
	margin: 10px 5px;
}

.figure img {
	width: 100%;
}

/*メニュー*/
.spmenu {
	width: 100%;
	text-align: center;
}

.spmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.spmenu ul li {
	width: 50%;
	background: url(../../mitsunari_stamprally/img/menu_sp_bg.jpg);
	float: left;
	border-bottom: 1px solid #fff;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.spmenu ul li:nth-child(odd) {
	border-right: 1px solid #fff;
}

.spmenu ul li a {
	padding: 14px 0;
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
	text-decoration: none;
	display: block;
}

/*ラリースポット詳細*/
.rally_syosai {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	
	/*background:#FFC;*/
}

.rally_syosai_cell {
	width: 100%;
	margin: 0;
	padding: 9px;
	background: url(../../mitsunari_stamprally/img/spot_bg.jpg);
	
	-webkit-box-sizing: border-box;	/*paddingとborderの値を、要素の幅と高さに含める*/
	-moz-box-sizing: border-box;	/*paddingとborderの値を、要素の幅と高さに含める*/
	box-sizing: border-box;			/*paddingとborderの値を、要素の幅と高さに含める*/
}

.rally_syosai_title {
	position: relative;
	cursor:pointer;
}

.rally_syosai_title img {
	width: 100%;
}

.rally_syosai_title:after {
	position: absolute;
	content: "詳細閉じる↑";
	bottom: 10px;
	right: 5px;
	padding: 5px 10px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.8);
}

.active-close {
	position: relative;
}

.active-close:after {
	position: absolute;
	content: "詳細はこちら↓";
	bottom: 10px;
	right: 5px;
	padding: 5px 10px;
	font-weight: bold;
	background-color: rgba(255,255,255,0.8);
}

.rally_syosai_naiyo {
	overflow: hidden;
}

.rally_syosai_img {
}

.rally_syosai_img img {
	width: 100%;
	margin-top: 1px;
}

.rally_syosai_text {
	padding: 3px 10px;
	background-color: rgba(255,255,255,0.5);
	font-size:96%;/*font13px*/
	line-height: 1.4;
}

.rally_syosai_table {
	width: 100%;
	border-collapse: collapse;
	font-size:96%;/*font13px*/
	line-height: 1.4;
}

.rally_syosai_table th {
	width: 30%;
	padding: 4px 0 0;
	border: none;
	border-bottom: 1px dashed #7e7e7e;
	background: #d7d5c3;
	text-align: center;
	line-height: 1;
	font-weight: normal;
}

.rally_syosai_table td {
	width: 70%;
	padding: 4px 7px 0;
	border: none;
	border-bottom: 1px dashed #7e7e7e;
	background: #fff;
}

.rally_syosai_table .noborder {
	border: none;
}

/*ラリースポット一覧*/
.rally_itiran_table {
	width: 96%;
	margin: 0 auto;
}
.rally_itiran_table thead {
	display: none;
}
.rally_itiran_table tr {
	background: #e4ebef;
}

.rally_itiran_table td {
	border: none;
	display: block;
	width: 100%;
	box-sizing: border-box;
	padding: 7px;
}
.rally_itiran_table td.col-20 {
	float: left;
	width: 20%;
}
.rally_itiran_table td.col-20 img {
	width: 50%;
	margin: 0 auto;
	display: block;
}
.rally_itiran_table td.col-40 {
	float: left;
	width: 40%;
	border-left: 1px solid #7e7e7e;
}
.rally_itiran_table td:before {
	content: attr(data-title) " ";
}
.rally_itiran_table .floatclear {
	clear: both;
	border-bottom: 1px solid #7e7e7e;
	background: #FFF;
}


