﻿@charset "UTF-8";
/* CSS Document */

/* common css start */
html:\66irst-child { font-size: 90%;}
.clear {
	clear: both;
}
.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 */

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
	font-size:100%;
	line-height:normal;
	color:#333333;
	line-height:140%;

}
.displaynone {
	display:none;
}
hr {
	display:none;
}
form, div, p, h1, h2, h3, h4, input, img{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
/* common css end */

/* link css start */
a{
	color:#0060B6;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
/* link css end */

/* text css start */
.def-red{
	color:#E63769;
}

.sml{
	font-size:80%;
	line-height:140%;
}
.sml-red{
	font-size:80%;
	color:#FF2819;
}
/* text css end */

/* 以前css引継ぎ */
.small {
	font-size: 10pt;
	line-height:120%;
}
.smallwhite {font-size: 10pt; color: #FFFFFF; }
.smallred {font-size: 10pt; color: #FF2819; }
.red {
 color: #FF2819;
}
.bg01 {
	background-color: #706E6A;
}
.bg02 {
	background-color: #efcfa9;
}
.bg03 {
	background-color: #FFFFFF;
}
.bg04 {
	background-color: #E0A053;
}
.pointcolor {
 color: #E0A053;
}