@charset "utf-8";
/* CSS Document */

a.toiawase{
	background:#66CC33;
	color:#FFF;
	font-weight:900;
	text-decoration:none;
	padding:3px;
	display:block;
	margin:0 30px 0 30px;
	
	}

a.toiawase:hover{
	background:#666600;
	}

a.sarani{
	display:table-cell;
	vertical-align: middle;
	padding:10px 30px 10px 30px;
	margin:0;
	border-radius:10px;
	width:600px;
	height:100px;
	color:#000000;
	text-decoration:none;
	background:url(img/mailbg.png) no-repeat #ff0046;
	color:#FFFFFF;
	font-size:32px;
	line-height:1.3em;
	font-weight:bold;
	background-position:center;
	
	}

a.sarani:hover{
	background:url(img/mailbg.png) no-repeat #F69;
	background-position:center;
	text-decoration:none;
	}

#h_cut{
	padding:0;
	margin:0;
	font-size:18px;
	line-height:1.5em;
	text-align:center;
	}

h2.hayawari{
	background:#76a800;
	color:#FFFFFF;
	font-size:26px;
	font-weight:900;
	padding:5px;
	text-align:center;
	}

.cpy{
	font-size:24px;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	}
	
.big{
	font-size:36px;
	font-weight:bold;
	line-height:1.5em;
	margin:0;
	padding:5px 0 0 0;
	}

.big_p{
	color:#ff0046;
	background:#FFFFFF;
	}

.sarani_p{
	color:#ff0046;
	background:#FFFFFF;
	font-size:24px;
	font-weight:bold;
	}
	
.sm_p{
	color:#ff0046;
	font-size:18px;
	font-weight:bold;
	}

.txt{
	padding-left:10px;
	text-align:left;
	line-height:1.5em;
	}

.txt_b{
	font-weight:bold;
	}

.sm_txt{
	text-align:left;
	font-size:12px;
	}

dl{
	text-align:left;
	}
dt{
	float:left;
	width:100px;
	font-weight:bold;
	background:#c0d68d;
	padding:5px;
	margin:0 1px 1px 0;
	}
dd{
	float:left;
	width:520px;
	background:#FFFFFF;
	padding:5px;
	margin:0 0 1px 0;
	}
dt.long_green{
	float:left;
	width:100px;
	font-weight:bold;
	background:#c0d68d;
	padding:5px;
	margin:0 1px 10px 0;
	height:160px;
	}
dd.long-white{
	float:left;
	width:520px;
	background:#FFFFFF;
	padding:5px;
	margin:0 0 10px 0;
	height:160px;
	}
.hukidasi_r{
	float:right;
	}

.box_w{
	background:#FFF;
	}
/***float終了***/
.clearfix:after, .section:after {
content:" ";
display:block;
clear:both;