@charset "Shift-JIS";
/*=====================================================
名称：common.css

[01.デフォルトスタイルのリセット]
[02.再設定]
[03.基本設定]

制作日：2008.08.06
修正日：2008.08.06
=====================================================*/ 

/*[01.デフォルトスタイルのリセット]
--------------------------------------------------*/
body,header,footer,section,article,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,figure { 
margin:0;
padding:0;
}
table {
border-collapse:collapse;
border-spacing:0;
font-size:inherit;
}
fieldset,img { 
border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
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;
}
input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
}
/*[02.再設定]-
--------------------------------------------------*/
body{
font:14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
color:#0086ba;
}
p{
line-height:1.8;
}
a{
color:#51aecb;
font-family:"Arial Bold"," ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック",Gadget, sans-serif;
font-weight:bold;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
strong{
font-weight:bold;
}
.block{
display:block;
}
/*[03.基本設定]-
--------------------------------------------------*/
.big01{
font-size:18px;
}
.big02{
font-size:24px;
}

.small{
font-size:12px;
}
.bold{
font-weight:bold;
}
.clear{
clear:both;
}
.float-left{
float:left;
}
.float-right{
float:right;
}
.newline{
margin-top:12px;
}
.in{
margin-left:12px;
}
.color{
color:#2C7828;
}
.center{
text-align:center;
}
.clear-fix{
overflow:hidden;
}
.clear-fix:after{
content:"";
display:block;
clear:both;
height:1px;
overflow:hidden;
}
/*\*/
* html .clear-fix{
height: 1em;
overflow: visible;
}
/**/
.pr10{
padding-right:10px;
}
.pr20{
padding-right:20px;
}
.pb50{
padding-bottom:50px;
}