@charset "utf-8";
/*------------------------------------------------------------
■ブラウザ CSSリセット
-------------------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,caption,th,td,img{
border:0;
font-style:normal;
font-weight:400;
font-size:100%;
text-align:left;
list-style-type:none;
margin:0;
padding:0
}
textarea {font-size:100%}
img {vertical-align:bottom}
hr {display:none}

/*------------------------------------------------------------
■ベースの設定
-------------------------------------------------------------*/
html{height:100%}
body{
height:100%;
font-family:ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
font-size:14px;
color:#525252;
background:#f6f6f6
}
a{color:#2ca9e1; text-decoration:none}
a:hover{color:#a0d8ef}
a:active,a:focus {outline:0}
.clear{clear:both}

/*------------------------------------------------------------
Designed by DesignPlus CO.,LTD. All Rights Reserved.
-------------------------------------------------------------*/