﻿@charset "utf-8";

/*----------------------------------------------------------------------------
******************************************************************************
Reset
******************************************************************************
----------------------------------------------------------------------------*/

body{
margin:0;
padding:0;
font-size:100.01%;
text-align:center;}

body,h1,h2,h3,h4,h5,h6,td,th,div,p,input,textarea,pre,ul,ol,li,address{
color:#333333;
line-height:1;
font-family:"ＭＳ Ｐゴシック","Hiragino kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
font-size:100%;
font-size:14px;}
h1,h2,h3,h4,h5,h6,div,p,ul,ol,li,dl,dt,dd,form,pre,input,textarea{
	margin:0px;
	padding:0px;
	text-align:left;
	font-weight:normal;
}

li{list-style:none;}
dt{font-weight:bold;}

p,li,dt,dd,th,td,address{
line-height:1.8;
font-size:16px;}

address{ font-style:normal;}
table,img,p{border:0;}
table td,table th{ vertical-align:center; text-align:left;}
img{ vertical-align:bottom; border:0;}
hr{display:none;}
.none{display:none;}

 
/*----------------------------------------------------------------------------
******************************************************************************
clear
******************************************************************************
----------------------------------------------------------------------------*/

/* clear
------------------------------------------------------------ */
.clear{
clear:both;
height:0;
font-size:0;
line-height:0;
padding:0;
margin:0;}

/* clearfix
------------------------------------------------------------ */
.clearfix:after {
content: "."; 
display:block; 
height:0; 
clear: both;
visibility: hidden;}
.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
.clearfix {display:block;}
/* End hide from IE-mac */
