@charset "UTF-8";
/* Reset
------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, textarea, select, option, p, blockquote, table, th, td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
address, em {
	font-style: normal;
}
strong, th {
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 110%;
}
img, fieldset {
	border: 0;
}
li {
	list-style-type: none;
}
dl dd {
	list-style-type: none;
}
img, input {
	vertical-align: middle;
}
/* Fonts
------------------------------------------------------------*/
body {
	font-size: 80%; /* IE */
	font-family: Meiryo, 'Lucida Grande', 'Hiragino Kaku Gothic ProN', sans-serif;
	line-height: 1.6;
}
.honbun {
	text-align: justify;/*本文均等揃え*/
	-ms-text-justify: inter-ideograph;/* IE独自拡張 */
	text-justify: inter-ideograph;/*本文均等揃え*/
}
html>/**/body {
	font-size: 14px;
	-webkit-text-size-adjust: none;
} /* Except IE */
/* link
------------------------------------------------------------*/
a:link {
	color: #666;
	text-decoration: underline;
}
a:visited {
	color: #666;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #32b4fa;
}
/* clearfix
------------------------------------------------------------*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear {
	overflow: hidden;
}
/* IE6 */
* html .clearfix {
	zoom: 1;
}
/* IE7 */
*:first-child+html .clearfix {
	zoom: 1;
}
/* その他
------------------------------------------------------------*/
/* input関連 */
input[type="file"] {
	font-size: 13px;
}
input[type="text"] {
	font-size: 16px;
}
input[type="password"] {
	font-size: 16px;
}
textarea {
	font-size: 16px;
}
/* img rollover */
.cssover a:hover img {
	opacity: 0.8;/* Safari,Opera */
	filter: alpha(opacity=80);/* IE */
	-ms-filter: "alpha( opacity=80 )";/* Firefox */
	background-color: #FFF;
}
a.cssover:hover {
	opacity: 0.8;/* Safari,Opera */
	filter: alpha(opacity=80);/* IE */
	-ms-filter: "alpha( opacity=80 )";/* Firefox */
	background-color: #FFF;
}
/* よく使う物 */
.imgBorder {
	border: 1px solid #999;
}
.topspace_5 {
	margin-top: 5px;
}
.topspace_10 {
	margin-top: 10px;
}
.topspace_20 {
	margin-top: 20px;
}
.alright {
	text-align: right
}
.alcenter {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: 0 auto;
}
.fontB {
	font-weight: bold;
}
.fontS {
	font-size: 80%;
	font-weight: normal;
}
.fontSS {
	font-size:9px;
	vertical-align: middle;
	line-height: 18px;
}
.font_red {
	color:#F15A49;
}
.error_com {
	color:#fa0000;
	font-weight: bold;
}
.font_grey {
	color: #8a8a8a;
}
.width100 {
	width: 100%;
}
.relative {
	position: relative;
}
/*img.roll {
	cursor: pointer;
}
.roll img {
	cursor: pointer;
}*/
hr.tensen {
    border: 0;
    border-bottom: 1px dashed #CCC;
}
/* 確認画面改行 */
pre {
	/* Mozilla */  
	white-space: -moz-pre-wrap;
	/* Opera 4-6 */  
	white-space: -pre-wrap;
	/* Opera 7 */  
	white-space: -o-pre-wrap;
	/* CSS3 */  
	white-space: pre-wrap;
	/* IE 5.5+ */  
	word-wrap: break-word;
}

