@charset "utf-8";



/* ==================================
共通設定
================================== */

body {
font-family:"MS PGOTHIC", "Osaka", "qMmpS Pro W3";
margin:0;
color:#333333;
background-color:#FFFFFF;
}


img {
border:0;
}
.clear {
clear:both;
font-size:0;
line-height:0;
}
.center{
text-align:center;
}
.left{
text-align:left;
}
.right{
text-align:right;
}
p,ul,li,dl,dt,dd,h1,h2,h3,h4,h5,form{
margin:0;
padding:0;
}
li{
list-style-type:none;
}
.page-top{
text-align:right;
}



/* ==================================
コンテンツ用CSS
================================== */

/* 外枠などあるときにbox化するために使用 */
.clearFix:after{
content:"."; 
display:block; 
height:0; 
clear:both; 
visibility:hidden;
}

.clearFix{
display:inline-table;
}

/* Hides from IE-mac \*/
* html .clearFix{
height:1%;
}

.clearFix{
display:block;
}
/* End hide from IE-mac */
