/*============================
title:yabiji
date:0903 cr:matsumoto
reset.css
============================*/



/*
-----------------------------
 reset.css
-----------------------------
*/

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
h1, h2, h3, h4, h5, h6{
	font-size:0;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height:0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-size:12px;
	line-height: 0;
	background:#bee6f6;
	font-family:"meiryo", "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック","MS PGothic", Osaka;
	color: #444;
	letter-spacing:0px;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

img, a img {
	border: 0;
	line-height:0;
	font-size:0;
}

.clear{
	clear: both;
}
.f_bold{
	font-weight:bold;
}
.f_red{
	color:#e60021;
}
.f_14b{
	font-size:14px;
	font-weight:bold;
}
.f_16b{
	font-size:16px;
	font-weight:bold;
}
.f_24b{
	font-size:24px;
	font-weight:bold;
}
.f_11{
	font-size:11px;
	font-weight:normal;
}

.f_db{
	color:#1b1464;
}
.f_p{
	color:#f57ecc;
}
.f_dp{
	color:#F36;
}
.f_b{
	color:#06F;
}
.t_s{
	text-shadow: 1px 1px 3px #777;
}
.l_h01{
	line-height:1;
}
.l_h02{
	line-height:1.2;
}
.l_h03{
	line-height:1.4;
}
.m10t{
	margin:10px 0 0 0;
}
.m10b{
	margin:0 0 10px 0;
}
.m10r{
	margin:0 10px 0 0;
}
.m10l{
	margin:0 0 0 10px;
}
/*============================
reservation
============================*/
table.form td{
	padding:5px;
	line-height:1.6;
	border:1px solid #fff;
	vertical-align:middle;
}
table.form td select{ display:inline-block; margin:0 5px;}
table.form td.title{
	background:#29abe2;
	color:#FFF;
}
table.form td.pink{
	background:pink;
}
table.form td.cap{
	background:#29abe2;
	color:#FFF;
}
table.form td.result{
	background:#29abe2;
	text-align:center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
table.form td.r_error{
	background:#ff5b89;
	text-align:center;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
table.form td.submit{
	text-align:center;
	border:none;
}
table.form td input,table.form td textarea{
	border:none;
}
table.form td input.i_submit{
	padding:5px 10px;
	font-weight:bold;
	border:#29abe2 1px solid;
	color:#0071bc;
}
/*============================
inquiry_hidden
============================*/	
div#hidden{
	visibility:hidden;
	display:none;
}