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

/*-----メインボディーの中 店舗-----*/


#tenpo{
	float:left;
	width:830px;
	/*background-color:#FF9966;*/
	height:auto;
	margin-bottom:40px;
}

#tenpo dl{
	/*background-color:green;*/
	width:565px;
	margin:0 10px;
}

#tenpo dt{
	background-color: #333;
    border: 1px solid #000;
    border-radius:5px;
    clear: both;
    float: left;
    color:#fff;
    font-weight: bold;
    height: 30px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-top: 12px;
    text-align: center;
    width: 80px;
	
	
}

#tenpo dd{
	background: none repeat scroll 0 0 #fff;
    float: right;
    height:70px;
    
    width: 450px;
	
}

/*-----------メインボディーの中 --入会------------*/

#nyuukai{
	float:left;
	width:800px;
	height:auto;
	margin-top:30px;
	/*background-color:#FFCACA;*/
}

#nyuukai dl{
	font-size:18px;
	font-weight:bold;
	width:250px;
	margin-top:12px;
	margin-bottom:25px;
		
}

#nyuukai dt{
	float:left;
	width:150px;
	margin-bottom: 12px;
}

#nyuukai dd{
	margin-left:150px;
	text-align:right;
	margin-bottom: 12px;
}

#nyuukai p{
	margin-bottom: 1em;
}

#nyuukai ul{
}

/*--キャンペーン--*/
.info .zero{
	border:solid #CF121B;
	background-color:#F60;
	color:white;
	font-size:18px;
	font-weight:bold;
	margin:20px 0px;
	padding:10px;
	width:370px;
}

.info .zero2{
	color:red;
}

/*--------------------------------*/

/*----h1のページタイトルはmain.cssで指定-----*/

.info h2{
	font-size: 25px;
	font-weight: bold;
	padding:15px 0px 0px 0px;
	margin-bottom:20px;
}

.info h3{
	background-color:#CF121B;
    color: #FFF;
	font-weight:bold;
    padding:0.3em 1em;
	margin:20px 0px 10px 0px;
	border-radius:3px;/* CSS3 */
	-webkit-border-radius:3px; /* Webkit */
	-moz-border-radius:3px;    /* Mozilla */
}

.info h4{
	font-size:18px;
	color:#CF121B;
	font-weight:bold;
	margin-bottom:10px;
	padding-top: 10px;
}

.info h6{
	background-color:#CF121B;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
}


h5{
	clear::both;
	}

/*----------このページのトップへ------------------*/

.info .to_top{
width:830px;
margin-bottom:20px;
float:left;
text-align:right;
font-size:14px;
font-weight:bold;
}
/*テーブル*/
table {
	border: #111 1px solid;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	color: #F6ECEF;
	margin-bottom:10px;
} 
table th.t_top {
	border:#fff 1px dashed;
	background-color:#666;
	text-align: left;
	padding: 10px;
	font: bold;
} 
table td.t_line01 {
	border:#fff 1px dashed;
	background-color: #222;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
table td.t_line02 {
	border:#fff 1px dashed;
	background-color: #111;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
/*キャンペーン*/
#camp{
box-shadow: 0 1px 3px #666;
padding:1.2em;
background-color:azure;
margin:35px 0;
}
#camp #title{
color:red;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 0.5em;
    text-shadow: 0 1px 2px #666666;
}
#camp p{
margin-bottom:0.5em;
}
#camp .tokuten{
background-color: gold;
    display: inline-block;
	padding:0.5em;
	background-color:#fff;
	color:#CF121B;
	margin-bottom:10px;
	font-size:15px;
	border: 2px dashed #333333;
}
#camp li{
list-style:inside disc;
}


.section{
margin-bottom:30px;
}
.section ul li{
list-style:disc inside;
margin-bottom:1em;
}
