@charset "utf-8";

/* float */
.fr {
	float:right;
}
.fl {
	float:left;
}
.cl {
	clear:both;
}

.clearfix {
	/* dreamweaver対応 */
	overflow:hidden;
}

.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

/* margin */
.maT15 {
	margin-top:15px;
}
.maT25 {
	margin-top:25px;
}
.maT40 {
	margin-top:40px;
}
.maR15 {
	margin-right:15px;
}
.maR10 {
	margin-right:10px;
}
.maR30 {
	margin-right:30px;
}
.maB5 {
	margin-bottom:5px;
}
.maB15 {
	margin-bottom:15px;
}
.maB20 {
	margin-bottom:20px;
}
.maB40 {
	margin-bottom:40px;
}
.maL5 {
	margin-left:5px;
}
.maL10 {
	margin-left:10px;
}
.maL20 {
	margin-left:20px;
}
.maL30 {
	margin-left:30px;
}
.em18{
		line-height:1.8em;
	}

/* img */
img.border {
	border:1px solid #cccccc;
	padding:2px;
}

/* table */
table.price {
	width:750px;
	background:#3e7354;
}

table.price th {
	width:250px;
	padding:5px;
	font-weight:normal;
	text-align:center;
	background-color: #FCC;
}

table.price td {
	width:250px;
	padding:5px;
	background:#ffffff;
	text-align:center;
}

table.company {
	width:750px;
	font-size:130%;
	background-color: #A6AAA9;
}
table.company th {
	width:100px;
	padding:5px;
	font-weight:normal;
	text-align:center;
	background-color: #D9EFFA;
}

table.company td {
	padding:5px;
	background:#ffffff;
}

table.public {
	width:750px;
	font-size:13px;
	margin-bottom:20px;
}

table.public th {
	width:70px;
	font-size:13px;
	border-right:#2b92f1 1px dotted;
}

table.public td {
	width:640px;
	font-size:13px;
}
table.public th, table.public td {
	font-weight:normal;
	padding:5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #2b92f1;
}

table.perfect {
	width:600px;
	margin-bottom: 15px;
}

table.perfect th {
	text-align:left;
	font-weight:normal;
}
table.perfect th, table.perfect td {
	font-weight:normal;
	padding:15px 10px 15px 10px;
	vertical-align:top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #32B6BB;
}
table.stepbox{
	color: #666666;
	text-align: center;
	
}
table.stepbox td {
	height: 60px;
}

.text02 {
	font-size: 12px;
	color: #2F93F1;
	width: 120px;
}
.text03 {
	font-size: 12px;
	color: #2F93F1;
	width: 102px;
}
.koiblue {
	color: #2588C2;
}

/* font */

.red {
	color:#F00;
}
.koipink {
	color:#8D1A53;
}
.font_news {
	color:#1d84c5;
}
.font_news a {
	color:#1d84c5;
}

.blue {
	color: #00F;
}

.yull {
	color: #FF3;
}
.orenge {
	color: #FF8000;
}
.font10 {
	font-size: 10px;
}
.font16 {
	font-size: 16px;
}

.font18 {
	font-size: 18px;
	font-weight:bold;
}

