@charset "utf-8";
/* CSS Document */

/*======================================
　1.Reset
	marignリセット
 	paddingリセット
 	フォント100%
 	フォントの太さ標準
 	フォントを（イタリックや斜体から）標準
 	行送りを150%
=======================================*/

body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	line-height: 1.5em;
}

img{
	border:0;
}

ul{
	list-style: none;
}

/*======================================
  2．フォント
	フォントサイズを62.5%（10px）
	　
=======================================*/

body{
/*	font-size: 62.5%;*/
	font-size:14px;
	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka,'NS Pゴシック',sans-serif;
}


/*======================================
　3. Other
=======================================*/
	
body{
	color :#535353;
	background: #ffffff; 
}


p {
}


/* --- link --- */
a {
	color: #4D93C0;
	text-decoration: none;
}

a:visited {
	color: #4D93C0;
	text-decoration: none;
}

a:hover {
	color: #4D93C0;
	text-decoration: underline;
}



.clearfix{
    overflow: hidden;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html .clearfix {
    height: 1em;
    overflow: visible;
}
/**/














