@charset "utf-8";
/* CSS Document */
/*
-----------------------------
 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 {
	background:#FFF;
	font-size:14px;
	line-height: 0;
	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_11{
	font-size:11px;
	font-weight:normal;
}

.r_fb18{
	font-size:18px;
	color:#2070ff;
	font-weight:bold;
}
.center{
	width:100%;
	text-align:center;
}
/*============================
inquiry
============================*/
iframe.form{
	width:580px;
	display:block;
	margin:10px auto;
}
table.inq{
	width:580px;
	margin:0 0 10px 0;
	line-height:1.8;
}

table.inq td{
	padding:5px;
	border:#999 1px solid;
	vertical-align:middle;
}
table.inq td.caption{
	background:#8dc420;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
table.inq td.title{
	background:#FFC;
	width:25%;
}
table.inq td.submit{
	text-align:center;
}
/*============================
inquiry_hidden
============================*/	
div#hidden{
	visibility:hidden;
	display:none;
}