@charset "utf-8";

*{ letter-spacing: 0; }
html{ overflow-y: scroll; }
/* 要素のフォントサイズやマージン・パディングをリセットしています */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, 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%;vertical-align:baseline;background:transparent;}
/* 新規追加要素のデフォルトはすべてインライン要素になっているので、section要素などをブロック要素へ変更しています */
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section {display:block;}
/* マーカー（行頭記号）を表示しないようにしています */
ol, ul {list-style:none;}
/* 引用符の表示が出ないようにしています */
blockquote, q {quotes:none;}
/* blockquote要素、q要素の前後にコンテンツを追加しないように指定しています */
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
/* a要素のフォントサイズなどをリセットしフォントの縦方向の揃え位置を親要素のベースラインに揃えるようにしています */
a {margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}
/* ins要素のデフォルトをセットし、色を変える場合はここで変更できるようにしています */
ins {background-color:#ff9;color:#000;text-decoration:none;}
/* mark要素のデフォルトをセットし、色やフォントスタイルを変える場合はここで変更できるようにしています
また、mark要素とは、文書内の検索結果で該当するフレーズをハイライトして、目立たせる際に使用するようです。 */
mark {background-color:#ff9;color:#000;font-style:italic;font-weight:bold;}
/* テキストに打ち消し線が付くようにしています */
del {text-decoration:line-through;}
/* IEではデフォルトで点線を下線表示する設定ではないので、下線がつくようにしています
また、マウスオーバー時にヘルプカーソルの表示が出るようにしています */
abbr[title], dfn[title] {border-bottom:1px dotted;cursor:help;}
/* 隣接するセルのボーダーを重ねて表示し、間隔を0に指定しています */
table {border-collapse:collapse;border-spacing:0;}
/* 水平罫線のデフォルトである立体的な罫線を見えなくしています */
hr {border:none;border-top:dotted 1px #ededed;height:1px;color:#FFFFFF;margin:10px 0;}
/* 縦方向の揃え位置を中央揃えに指定しています */
input, select {vertical-align:middle;}
/* 画像を並べた時に隙間が出来ないように指定しています */
img {
vertical-align:top;
font-size:0;
line-height:0;
border:0;
-ms-interpolation-mode:bicubic;
max-width:100%;
height:auto;
width:auto\9; /* ie8 */
}
textarea{font-size:100%;}
table{
width: 100%;
border-collapse:collapse;
border-spacing:0;
table-layout: fixed;
word-break: break-all;
word-wrap: break-word;
}
select,button{
cursor:pointer;
}
/*--------------------------------------------------------
IEハック
-------------------------------------------------------*/
* html button,* html input,* html select,* html textarea{ vertical-align: middle; } /* IE6 */
*+html button,*+html input,*+html select,*+html textarea{ vertical-align: middle; } /* IE7 */
* html button,* html input{ overflow: visible; } /* IE6 */
*+html button,*+html input{ overflow: visible; } /* IE7 */
* html hr{ margin: 0 0 1.2em; } /* IE6 */
*+html hr{ margin: 0 0 1.2em; } /* IE7 */
* html table{ border-collapse: collapse; } /* IE6 */
*+html table{ border-collapse: collapse; } /* IE7 */
/*--------------------------------------------------------
//IE用のハックは下記の様に要素の最後に＼0を付ける（unicode）
CSSの文字コードがShift-JISの場合はバックスラッシュが円マークになるので¥0を付ける
------------------------------------------------------*/
#body {background: none\9;/*ie8以下ハック*/}
#body:not(:target) {background: none\9;/*ie9のみハック*/}
#body {background: none\0;/*ie全般用ハック*/}
/*--------------------------------------------------------
advance
--------------------------------------------------------*/
/* clear */
.clear,clearfix { zoom: 1; }
.clear:before, .clear:after, .clearfix:before, .clearfix:after { display: table; content: ""; }
.clear:after,.clearfix:after { clear: both; }
/* layout */
.mb5 { margin-bottom: 0.5em; display: block; }
.mb10 { margin-bottom: 1em; display: block; }
.mb15 { margin-bottom: 1.5em; display: block; }
.mb20 { margin-bottom: 2em; display: block; }
.mb30 { margin-bottom: 3em; display: block; }
.mb40 { margin-bottom: 4em; display: block; }
.mb50 { margin-bottom: 5em; display: block; }
.mb-5 { margin-top: -0.5em;  display: block; }
.mb-10 { margin-top: -1em;  display: block; }
.mb-15 { margin-top: -1.5em; display: block; }
.mb-20 { margin-top: -2em; display: block; }
.ar { display: block; text-align: right; }
.ac { display: block; text-align: center; }
.ac2 { display: block; width: 50%; margin: 0 auto; }
.al { display: block; text-align: left; }
.fl { display: block; float: left; }
.fr { display: block; float: right; }
/* font-size */
html { font-size: 62.5%; }/* 1em=10px */
body { font-size: 1.0rem; font-style: normal; line-height: 1.5; }
h1,h2,h3,h4,h5,h6,p,a { margin: 0; padding: 0; border: 0; line-height: 1.5; font-weight: normal; }
.f26{font-size:2.6rem;}
.f24{font-size:2.4rem;}
.f22{font-size:2.2rem;}
.f20{font-size:2.0rem;}
.f18{font-size:1.8rem;}
.f17{font-size:1.7rem;}
.f16{font-size:1.6rem;}
.f15{font-size:1.5rem;}
.f14{font-size:1.4rem;}
.f13{font-size:1.3rem;}
.f12{font-size:1.2rem;}
.f11{font-size:1.1rem;}
.f10{font-size:1.0rem;}
/* font-weight */
fn{font-weight:normal;}
.fb{font-weight:bold;}
.fi{font-style:italic;}
.fu{text-decoration:underline;}
/* font-vertical */
.vt{display:table-cell;vertical-align:top;}
.vm{display:table-cell;vertical-align:middle;}
.vb{display:table-cell;vertical-align:bottom;}
/* font-shadow */
.fs1{text-shadow:1px 1px 3px rgba(0,0,0,0.1);}/* black10% */
.fs2{text-shadow:1px 1px 3px rgba(0,0,0,0.2);}/* black20% */
.fs3{text-shadow:1px 1px 3px rgba(0,0,0,0.3);}/* black30% */
.fs4{text-shadow:1px 1px 3px rgba(0,0,0,0.4);}/* black40% */
.fs5{text-shadow:1px 1px 3px rgba(0,0,0,0.5);}/* black50% */
/* 改行 */
body, h1, h2, h3, h4, h5, p, th, td, li, select, input, label, dt, dd ,time ,li { word-break: break-all; }
