/*
css
*/

html {
	-webkit-text-size-adjust:none;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption,  
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}

img{
	margin:0;
	border:0;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
	margin:0;
	padding:0;
	font-size:140%;
	vertical-align:baseline;
	background:transparent;
	font-weight: bold;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

address {
	font-style:normal;
} 
p {
	margin-left:4px;
}

/****************************************************************/

body {
	color:#000;
	background-color: #FFF;
}

header{
	margin:0;
	text-align:center;
	background-color: #010101;
}

h1 {
	background: -webkit-gradient(linear, left top, left bottom, from(#8D5050),color-stop(50%, #B07474), to(#B07474));
	background-color:#B07474;
	font-size: 20px;
	line-height: 32px;
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	width: 100%;
	font-weight: bold;

}
h2 {
	text-align:center;
	font-size:14px;
	text-shadow: 2px 2px 2px #ddd;
	padding: 4px;
}
#wrap {
	padding: 3px;
}



#top {
	text-align:center;
}

#screen{
	position:relative;
	width:320px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

nav {
	text-align:center;
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	clear: both;
	width: 320px;
}
section {
	padding: 0px;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 16px;
}
section h2{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	font-size:16px;
	color:#FFF;
	background-color: #1F1F1F;
	background-position: left top;
	border-top-width: 8px;
	border-right-width: 8px;
	border-bottom-width: 8px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #900;
	border-right-color: #900;
	border-bottom-color: #900;
	border-left-color: #900;
	text-align: left;
}


h3 {
	padding-left: 4px;
	min-height: 23px;
	text-shadow: 1px 1px 2px #CCC;
}
section h4{
	margin-top:4px;

}

aside {
	background-color: #E3D8C8;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	padding: 10px;
	color: #000;
	width:80%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.width55{
	width:55%;
}
aside p:last-child {
	margin-bottom: 0;
}


footer {
	padding: 5px;
	color: #FFF;
	background-color: #000;
}
.btnTop {
	border-radius: 5px;
	background-color: #cbcccf;
	background: -webkit-gradient(linear, left top, left bottom, from(#cbcccf), to(#acaeb0));
	width: 5em;
	font-size: 10px;
	text-align: center;
	float: right;
	margin-right: 10px;
	clear: left;
}
.btnTop a {
	text-shadow: 1px 1px 0 #ddd;
	display: block;
	padding: 5px 0;
	color: #444444;
	text-decoration: none;
}
footer p {
	clear: both;
	padding: 0;
}
footer img {
	vertical-align: top;
}
footer p:last-child {
	margin: 0;
}
footer h3 {
	padding-left: 4px;
	color: #FFF;
	min-height: 23px;
	text-shadow: 1px 1px 2px #999;
}
footer a{
	color:#CCC;
}



/* clearfix */
.clearfix:after {
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}

.yado90{
	margin-bottom:30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}

.yado90 h2{
	background: -webkit-gradient(linear, left top, right top, from(#964C02), color-stop(30%, #964C02), to(#FDF6EE));
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 8px;
	color:#FFF;
	text-align:left;
}
.hai{
	color:#999;
	float:right;
}

.mar10 {
	font-size:12px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
}

.gray_bg_bg{
	color: #FFF;
	background-color:#666;
	font-size:12px;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.txt_red{
	color:#F30;
}
.txt_yellow{
	color:#FC0;
}
.txt_green{
	color:#7CA529;
}

.txt_center{
	text-align:center;
}

#higaeri_t h2{
	background: -webkit-gradient(linear, left top, right top, from(#A35354), color-stop(20%, #A35354), color-stop(75%, #D1A5A6), to(#FFFFFF));
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 4px;
	color:#FFF;
	text-align:left;
}

#higaeri_t section{
	margin-bottom:12px;
	clear:both;
}
.yado_img{
	width:90px;
	margin-left:10px;
	float: left;
}
.yado_img img{
	-webkit-box-shadow: 1px 1px 3px #666;
}
.yado_img:after{
	content:".";
	display:block;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
	clear:both;
}
.f_color {
	border-top: 1px solid #ebebeb;
	padding: 5px;
	color: #FFF;
	background-color: #294267;
}
.ryori_bt{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 270px;
	
}
.ryori_bt li{
	display: inline;
	list-style-type:none;
	margin:0px;
	padding:0px;
}
.ryori_bt li a{
	background-color:#325576;
	color:#FFF;
	margin:0px;
	padding:10px;
	font-size:16px;
	text-decoration:none;
}


.ryori_bt li:first-child a{
	-webkit-border-radius: 8px 0 0 8px;
	border-right:1px solid #fff;
}
.ryori_bt li:last-child a{
	-webkit-border-radius: 0 8px 8px 0;
	border-left:1px solid #fff;
}

.txt12{
	font-size:12px;
	line-height:14px;
	color:#333;
}
.box_maru{
	-webkit-border-radius:8px;
	background-color:#FFD;
	width:90%;
	padding:4px;
	color: #000;
	margin: 5px;
}
.img_margin{
	margin:2px;
}
.w100 {
	width:100px;
	margin-left:5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	float:left;
	text-align: center;
}
.w150 {
	width:150px;
	margin-left:7px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	float:left;
	text-align: center;
}
.w100:last-child,.w150:last-child,.w100:nth-last-child(2),.w100:nth-last-child(3),.w150:nth-last-child(2){
	margin-bottom:0px;
}
em {
	font-weight: bold;
	color: #FC0;
	font-style: normal;
	font-size: 16px;
	line-height: 24px;
}
.img_waku{
	padding:2px;
	border:#999999 1px solid;
	margin: 2px;
	background-color: #FFF;
}
.couponbnr{margin:15px auto; width:95%;max-width:640px;}
.couponbnr img{width:100%;}
