@charset "utf-8";
/*========================

フォントサイズ

========================*/

.red { color:#DD0000; }
.red_b { color:#DD0000; font-weight:bold; }
.font_b { font-weight:bold; }
.font_10 { font-size:72%; }
.font_11 { font-size:79%; }
.font_12 { font-size:86%; }
.font_13 { font-size:93%; }
.font_14 { font-size:100%; }
.font_15 { font-size:108%; }
.font_16 { font-size:115%; }
.font_17 { font-size:122%; }
.font_18 { font-size:129%; }
.font_19 { font-size:136%; }
.font_20 { font-size:143%; }
.font_21 { font-size:150%; }
.font_22 { font-size:158%; }
.font_23 { font-size:165%; }
.font_24 { font-size:172%; }
.font_25 { font-size:179%; }
.font_26 { font-size:186%; }

/*========================

テキスト

========================*/

.t_indent { padding-left:1.0em; text-indent:-1.0em; }
.t_right { text-align:right; }
.t_center { text-align:center; }
.t_block{ overflow:auto; zoom:1; }

/*========================

マージン

========================*/

.b5 { margin-bottom:5px; }
.b10 { margin-bottom:10px; }
.b15 { margin-bottom:15px; }
.b20 { margin-bottom:20px; }
.b25 { margin-bottom:25px; }
.b30 { margin-bottom:30px; }
.b35 { margin-bottom:35px; }
.b40 { margin-bottom:40px; }
.b45 { margin-bottom:45px; }
.b50 { margin-bottom:50px; }

/*========================

フロート解除

========================*/

.clearfix:after {
visibility:hidden;
display:block;
font-size:0;
content:" ";
clear:both;
height:0;
}

*:first-child + html .clearfix {
zoom:1;
}

/*========================

リセット

========================*/

html,body,
div,object,iframe,form,
h1,h2,h3,h4,h5,h6,
p,dl,dt,dd,ol,ul,li,
table,tbody,tfoot,thead,tr,th,td,
small,blockquote,pre,abbr,address,cite,code,del,dfn,em,ins,
kbd,q,samp,sub,sup,var,i,fieldset,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;
font-size:100%;
font-weight:500;
}

body {
color:#333;
font-size:14px;
line-height:1.6;
}

*:first-child+html body {
font-size:88%;
}

iframe{
vertical-align:bottom;
}

img {
margin:0;
padding:0;
border:0;
outline:0;
vertical-align:top;
background:transparent;
}

a {
margin:0;
padding:0;
border:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
outline:none; 
}

select,input,button,textarea,button,option{
font-size:99%;
}

table{
font-size:inherit;
font:100%;
border-collapse:collapse;
border-spacing:0;
}

ul {
list-style:none;
}

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

blockquote, q {
quotes:none;
}

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

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

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

del {
text-decoration:line-through;
}

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

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


input, select {
vertical-align:middle;
}

pre,code,kbd,samp,tt{
font-family:monospace;
*font-size:108%;
line-height:100%;
}