@charset "UTF-8";/*======================================	Base=======================================*/body {	font-family: Meiryo, "メイリオ", ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;	line-height: 1.4;	zoom: 1;	background: #fff;	-webkit-text-size-adjust: 100%;	font-size: 18px; *font-size: small; *font: x-small;	color: #555;}legend {	margin-left: 1em;	padding: 0 10px;}textarea {	background: #fff;	font-size: 100%;}select { padding: 1px 0 1px 2px; }option { margin: 0 0 2px 0; }input { margin: 0 0 0 0; }img {	border: 0;	vertical-align: bottom;	font-size: 0;	line-height: 0;	max-width: 100%;	height: auto;}table { font-size: 1em; /* for IE 5.5 */ }label { cursor:pointer; }li { list-style: none; }a { text-decoration: none; }a:link,a:visited { color: #59abfd; }a:hover { text-decoration: none; }/*======================================	clearfix=======================================*/.clearfix:after {	content: ".";	display: block;	clear: both;	height: 0;	visibility: hidden;}.clearfix { display: inline-block; }/* exlude MacIE5 \*/* html .clearfix { height: 1% }.clearfix { display:block; }/* end MacIE5 */