

body {
	font: 14px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro';
	-webkit-text-size-adjust: 100%;
}

.wrap {padding: 10px;}

h1 {
	font-size: 12px;
	line-height : 20px ; 
	text-align: center;
	color:#333333;
}
h2 {
	background: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#DEDEDE));
	font-weight:bold;
	padding: 5px;
	margin-bottom: 5px;
}
h2 > p{
	background: url(image/red_icon.gif) no-repeat scroll left center transparent;
	padding: 0px 0px 0px 10px;
}
h3 {
	font-size: 120%;
	font-weight:normal;
}
.date {
	font-size: 12px;
	color:#333333;
	font-weight: bold;
}
.shop_adtel{
	font-size:12px;	
	}
.footer {
	background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CCCCCC));
	text-align:center;
	padding:10px;
	margin-top: 10px;
}
.footer_text {
	color: #ff0066;
	text-align: center;
	line-height : 20px;
}
.copyright {
	clear: both;
	text-align: center;
	font-weight: bold;
	color:#333333;
	line-height : 20px;
}
.koumoku {
	color:#FFF;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff066c), to(#ff749a));
	clear: both;
	padding: 5px;
	margin-bottom: 0px;
}

hr{
    border:none;
	border-top:dashed 1px #AAA;
	height:1px;
	color:#FFFFFF;
	clear:both;
	margin: 5px 0px;
}

.td01{
	background-color:#e6e6e6;
	border:medium solid #999;
	width:30%;
	border-width:1px;
	padding:5px;
}

.td02{
	border:medium solid #999;
	border-width:1px;
	width:70%;
	padding:5px;
}

img {border-style:none;}
a {-webkit-tap-highlight-color: rgba(255, 50, 100, 0.6);  // タップ時の反転色}

#btnTop {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)),to(rgb(200,200,200)));
	width: 120px;
	font-size: 85%;
	text-align: right;
	float: right;
	margin-right: 10px;
}
#btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	background: url(image/top_arrow.png) no-repeat scroll left center transparent;
	display: block;
	padding: 5px 10px;
	color: #444444;
	text-decoration: none;
}

.menu > ul > li{
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(255,255,255)),to(rgb(200,200,200)));
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #fff;
	padding-left: 10px;
}

.menu > ul > li > a{
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	background: url(image/icon_arrow.png) no-repeat scroll right center transparent;
	padding: 10px 0 10px 10px;
	margin-left: -10px;
}

.main{
	width:100%;}
	
.sidebar_right
{float: right;
width: 48%;
text-align:center}

.sidebar_left
{float: left;
width: 48%;
text-align:center}


.pink{
	color:#F06;
	font-weight:bold;	
	}
.photo{
	float:left;
	margin:0 10px 10px 0;
	}
.day{
	font-size:12px;
	color:#C33;
	margin:0 0 10px 0;}