@charset "utf-8";
/* CSS Document */

/*Default Settings*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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, button,
table, caption, tbody, tfoot, thead, tr, th, td {
margin:0px;
padding:0px;
border:none;
outline:0px;
font-size:100%;
vertical-align: baseline;
background: transparent;
font:normal normal normal 100%/1.5em "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS P Gothic", Arial,Helvetica,sans-serif;
}
body{
line-height:1em;
}
ol, ul{
list-style:none;
}
blockquote, q{
quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after{
content:'';
content:none;
}

/* remember to define focus styles! */
:focus{
outline:0px;
}

/* 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:0px;
empty-cells:show;
}
th,td{
text-align:left;
vertical-align:top;
}

/*form要素・他の要素にfont指定を継承させる*/
select,input,textarea{
font:inherit;
}

/*pre要素内の改行を有効にする*/
pre{
    /* Mozilla */  
    white-space: -moz-pre-wrap;  
  
    /* Opera 4-6 */  
    white-space: -pre-wrap;  
  
    /* Opera 7 */  
    white-space: -o-pre-wrap;  
  
    /* CSS3 */  
    white-space: pre-wrap;  
  
    /* IE 5.5+ */  
    word-wrap: break-word;  
}

/*float要素の包括を有効にする*/
.clearfix:after{
content: ".";  /* 新しい要素を作る */
display:block;  /* ブロックレベル要素に */
clear:both;
height:0px;
visibility: hidden;
}

.clearfix{
min-height:1px;
}

* html .clearfix{
height:1px;
/*¥*//*/
height: auto;
overflow: hidden;
/**/
}