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


/* =reset
----------------------------------*/

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,pre,form,
fieldset,legend,input,textarea,
p,blockquote,table,caption,
tbody,tfoot,thead,th,td,option{
margin:0;
padding:0;
}

table{
border-collapse:collapse;
border-spacing:0;
}

fieldset,img,
abbr,acronym{
border:0;
}

address,caption,cite,
code,dfn,th,var,
optgroup,strong,em,b,i{
font-style:normal;
font-weight:normal;
}

ol,ul{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6{
font-size:100%;
font-weight:normal;
}

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

a,ins,del{
text-decoration: none;
}

img{
vertical-align: bottom;
}

object,embed,th,td{
vertical-align: top;
}

/* =common
----------------------------------*/

html,h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}

body {
font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
font-size: 15px;
line-height:150%;
}

body.msie {
font-size: 62.5%;
}

body.win {
font-family: 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
}

.pl{
float:left;
}
.pr{
float:right;
}
/**/

/* =clearfix
----------------------------------*/

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

.clearfix{
display:inline-block;
}

/* MacIE begin \*/
*+html .clearfix{
height:1%;
}

* html .clearfix{
height:1%;
}

.clearfix{
display: block;
}
/* Mac IE end */


