﻿@charset "UTF-8";/* CSS Document */body {	margin: 0;	padding: 0;	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;	line-height: 1.5;	letter-spacing: .6px;	height: auto;}body, div,dl, dt, dd, ul, ol, li,h1, h2, h3, h4, h5, h6,pre, code, p, blockquote, th, td,form, fieldset, legend, input, select, textarea {	margin: 0;	padding: 0;	word-break: break-all;/* for IE */}img {	vertical-align: bottom;	margin: 0;	padding: 0;	border: 0;}li {	list-style: none;}.hidden {	display: none;	font-size: 0px;}/*	CLEAR FIX ---------------------------------------------- */.clr {		zoom:1;/*for IE 5.5-7*/}.clr:after {/*for modern browser*/	content: "";	display: block;	clear: both;	/* height: 0px; */	/* overflow: hidden; */}* html .clr {	display: inline-table;	/*\*/display: block;/**/}/*	TABLE---------------------------------------------- */table{	border-collapse: collapse;	border-spacing: 0;	text-align: left;}