@charset "utf-8";
/*表怖噂ソフト*/

/*----------index ----------*/
.index_wrapper {
	width:100%;
	height:100%;
}
/*- LogoとかText -*/
.index_wrapper .top_logo{
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#c4dd69 0%,
		#ffffff);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#c4dd69),
		to(#ffffff));
}
.index_wrapper .top_logo img{
	width:90%;
	max-width:500px;
}
.index_wrapper h1, .index_wrapper p.text1{
	width:96%;
	margin:0 auto;
	font-size:90%;
	text-align:center;
	font-weight:normal;
}
/*- エリアボタン -*/
nav.main_menu ul{
	width:80%;
	max-width:400px;
	margin:12px auto;
}
nav.main_menu ul li{
	display:inline-block;
	width:48%;
	margin:0% 1% 1% 1%;
}
nav.main_menu ul li img{
	width:100%;
}
nav.main_menu ul li:nth-child(1){
	width:98%;
}


/*- 18歳未満禁止注釈 -*/
.attention ul{
	display:table;
	width:310px;
	margin:0 auto;
}
.attention li{
	display:table-cell;
	vertical-align:middle;
	line-height:18px;
	padding-right:1px;
	padding-left:1px;
}
/*------ 退出ボタン↓ ------*/
.btn_exit{
	width:46%;
	margin:12px auto 0px auto;
	background-color:#ffffff;
	border:#d6d6d6 1px solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.btn_exit a{
	display:block;
	margin:2px;
	color:#ffffff;
	font-size:90%;
	text-align:center;
	line-height:26px;
	background-color:#8d8d8d;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
/*- PC版で見る -*/
.for_pc{
	margin-top:16px;
	padding-right:3px;
	text-align:right;
	line-height:14px;
}
.for_pc img{
	width:12px;
	height:12px;
	padding:1px 3px 1px 0px;
	vertical-align:bottom;
}
/*- 新規掲載店title -*/
.index_wrapper .title1{
	width:100%;
	margin-top:8px;
	margin-bottom:8px;
	background-image:url(/sp/img/title1_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}
.index_wrapper .title1 img{
	max-width:100px;
	min-width:300px;
	width:70%;
}
/*- 新規掲載店 -*/
.index_wrapper .newshop_list1,
.index_wrapper .newshop_list2{
	display:table;
	table-layout:fixed;
	width:98%;
	margin:0 auto 6px auto;
}
.index_wrapper .newshop_list1 ul{
	display:table-cell;
	background-image:url(/sp/img/slant.png);
	background-repeat:repeat;
	border-left:solid #ffffff 2px;
	border-right:solid #ffffff 2px;
	padding:1%;
}
.index_wrapper .newshop_list2 p{
	display:table-cell;
	border-left:solid #ffffff 2px;
	border-right:solid #ffffff 2px;
	padding-left:1%;
	padding-right:1%;
	text-align:center;
}
.index_wrapper .newshop_list2 p img{
	width:100%;
	max-width:200px;
}


/*- エリアのボタン -*/
.ereadetail_title{
	width:98%;
	margin:12px auto 3px auto;
	color:#ffffff;
	line-height:32px;
	text-align:center;
	background: -moz-linear-gradient(
		top,
		#b8b8b8 0%,
		#808080);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#b8b8b8),
		to(#808080));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ereadetail_wrapper{
	box-sizing:border-box;
	-moz-box-sizing: border-box;        /* Firefox */
	-webkit-box-sizing: border-box;     /* Safari 3 */
	-ms-box-sizing: border-box;         /* Internet Explorer 8 */
	width:98%;
	margin:0 auto;
	padding:1%;
	font-size:85%;
	border:1px solid #999999;
}
.ereadetail_wrapper dt{
	margin-top:3px;
}
.ereadetail_wrapper dd{
	color:#999999;
}
/*- フッター -*/
footer p.copyright{
	width:100%;
	margin-top:20px;
	text-align:center;
	line-height:3em;
	border-top:solid 1px #c9c9c9;
	font-size:80%;
}


/*-================================
イベント用
==============================-*/
.eve_bnr{
	width: 80%;
	max-width: 400px;
	margin: 12px auto;
}
.eve_bnr img{
	width: 100%;
}
