html {
	overflow-y: scroll;
}

body {
	line-height: 1.3;
	color: #333;
	background: #fff;
	font-size: 12px;
}

h1,h2,h3,h4,h5,h6,p,ul,ol,dl,dt,dd,blockquote,pre,form {
	margin-top: 0;
	margin-bottom: 0;
}



/* #content
*********************************************/

div#content {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: left;
}


/* #yoyaku：予約画面
*********************************************/


div#yoyaku table{
	border-collapse:separate;
	border:none;
	margin-top:5px;
}

div#yoyaku table th,
div#yoyaku table td{
	padding:5px;
	font-size:12px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

div#yoyaku table th{
	background:#FFCCDD;
	white-space: nowrap;
}

div#yoyaku table td{
	text-align:center;
	width:auto;
}

div#yoyaku table td.time{
	background:#F4F4F4;
	text-align:left;
}



/* #main：申込画面
*********************************************/


div#main {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
}

div#main table{
	border-collapse:collapse;
	border:none;
	margin-top:5px;
	width:100%;
	}

div#main table th,
div#main table td{
	padding:10px;
	font-size:12px;
	border-bottom:1px solid #CCC;
}

div#main table th{
	background:#F4F4F4;
	text-align:left;
	white-space: nowrap;
	width:25%;
}

div#main table th span{
	color:#F36;
}


div#main table sub{
	font-size:11px;
	color:#F36;
	vertical-align: baseline;
}



div#main table.naiyo th{
	background:#FFDFEA;
}

div#main .button{
	width:100%;
	margin-top:30px;
	text-align:center;
}

div#main .button p{
	margin-bottom:10px;
}



/*--------------------
	Border Switch
----------------------*/
div#content,
div#content div#main {
	border-top: none;
}

/*--------------------------------------
	Style
---------------------------------------*/
input.noime {
	ime-mode: disabled;
}
input.ime {
	ime-mode: active;
}
.noinp {
	background-color: #DCDCDC;
}

/* div#main
-----------------------------*/



.yobi {
	font-size: 10px;
}

a.mark {
	text-decoration: none;
	font-size: 14px;
	font-family: Osaka, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3";
}


/* #waku：施術設定画面
*********************************************/


p.SentakuDay{
 background:#FCC;
 font-size:14px;
 font-weight:bold;
 padding:5px;
}

table.waku{
 border-collapse:collapse;
 border:none;
 margin-top:5px;
 width:100%;
}

table.waku th{
 text-align:left;
 white-space: nowrap;
}

table.waku td{
 padding:10px 0;
}


table.waku th.s,
table.waku td.s{
 border-bottom:1px dotted #CCC;
}

table.wakunasi,
table.wakunasi td {
	border: none;
}