@charset "utf-8";

a, abbr, acronym, address, applet, article, aside, audio,
b, blockquote, big, body,
center, canvas, caption, cite, code, command,
datalist, dd, del, details, dfn, dl, div, dt, 
em, embed,
fieldset, figcaption, figure, font, footer, form, 
h1, h2, h3, h4, h5, h6, header, hgroup, html,
i, iframe, img, ins,
kbd, 
keygen,
label, legend, li, 
meter,
nav,
object, ol, output,
p, pre, progress,
q, 
s, samp, section, small, span, source, strike, strong, sub, sup,
table, tbody, tfoot, thead, th, tr, tdvideo, tt,
u, ul, 
var{
    background: transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display:block; }
/* --------------------------------------------------
Reset
-------------------------------------------------- */
body { font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","sans-serif" !important; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
fieldset,img {border:0;}
address,caption,cite,code,dfn,th,var { font-style:normal; font-weight:normal; }
li { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; line-height:100%; }
q:before,q:after { content:''; }
abbr,acronym { border:0; font-variant:normal; }
sup,sub { line-height:-1px; vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input,textarea,select { font-family:inherit; font-size:inherit; font-weight:inherit; display: inline-block !important; }
img { margin:0; padding:0; vertical-align:top; }
legend { display:none; }



.fc_white { color:#fff; }
.fc_pink {color:#ff1493; }


.standard,
.standard_c{
	border-collapse:collapse;
	width:100%;
	margin:0 auto;
	border-width: 0 0 1px 1px;
	border-color:#ddd;
	border-style:solid;
}
.standard th,
.standard td {
	padding:10px;
	border-width: 1px 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
	vertical-align:middle;
}
.standard th {
	background:#efefef;
}

.standard_c th,
.standard_c td {
	padding:1%;
	border-width: 1px 1px 1px 0;
	border-color:#ddd;
	border-style:solid;
	text-align:center;
	vertical-align:middle;
}
.standard_c th {
	background:#efefef;
}

.w-05 { width:5%; }
.w-10 { width:10%; }
.w-15 { width:15%; }
.w-20 { width:20%; }
.w-25 { width:25%; }
.w-30 { width:30%; }
.w-35 { width:35%; }
.w-40 { width:40%; }
.w-45 { width:45%; }
.w-50 { width:50%; }
.w-60 { width:60%; }
.w-65 { width:65%; }
.w-70 { width:70%; }
.w-75 { width:75%; }

.fs120 { font-size:120%; }


ul.notice li {
	list-style: none;
	text-indent:-1.3em;
	margin:0 0 0 1.4em;
	font-size:90%;
}
ul.notice li:before {
	content:"※ ";
}

.vbimg { vertical-align:bottom; }