@charset "utf-8";/*==============================  Reset  ==============================*/body,div,p,strong,em,form,input,select,option,textarea,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address,table,th,td {	margin: 0;	padding: 0;	font-size: 100%;	font-weight: normal;	font-style: normal;}img {border: none;}ul li,ol li {list-style-type: none;}/*==============================  Fonts  ==============================*/body {	font-size: 12px;	font-family:'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,Osaka, 'ＭＳ Ｐゴシック',sans-serif;}/*IE7*/*:first-child+html body {	font-size:75%;}/*IE4-6*/* html body {	font-size:75%;}/*==============================  Other  ==============================*/body {	color: #666666;	background: #FFFFFF;}/*------------------------------  scroll bar  ------------------------------*/html {	margin-bottom:1px;	height:100%;}/*------------------------------  link  ------------------------------*/a {	color: #666666;	text-decoration: none;}/*------------------------------  float  ------------------------------*/.fl {	float: left;}.fr {	float: right;}.cl {	clear: left;}.cr {	clear: right;}.cb {	clear: both;}/*------------------------------  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*/