@charset "UTF-8";

h3,
.sub_head,
#main_img .page_link a
{
	font-family: "Lucida Grande", "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
}
h3{
	font-size: 20px;
	font-weight: bold;
	color: #99da00;
	text-shadow: 2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff;
}
.box_head{
	text-align: center;
}
.box_head .inner{
	display: inline-block;
*	display: inline;
*	zoom: 1;

	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #99da00;
	border-radius: 8px 8px 0 0;
	padding: 5px 20px;
}

#main_img .page_link{
	width: 100%;
}
#main_img .page_link li{
	width: 49.5%;
	float: none;
	margin: 0 0 10px;
	padding: 0;
}
#main_img .page_link a{
	display: block;
	text-align: left;
	border: 3px solid #99da00;
	background: url(img/arrow.gif) no-repeat 95% center #fff;
	color: #99da00;
	text-decoration: none;
	font-size: 20px;
	font-weight: bold;
	padding: 15px;
	line-height: 1;
}

.emphasis{
	color: #e00;
	font-weight: bold;
}

dt, dd	{
	padding:1.5em 1em;
	margin-right: 10px;
	border:solid 1px #99da00;
	border-top:none;
}
dt	{
	background-color:#99da00;	
	color:#fff;
	font-weight:bold;
}
dd	{
	background-color:#fff;	
	margin-bottom:30px;
}
p	{
	font-size:0.9em;	
	line-height:1.5em;
	margin-bottom:1em;
}
h5	{
	font-weight:bold;
	font-size:1.1em;	
}
.price_box	{
	width:600px;
	min-height:50px;
	padding:20px 10px;	
	margin:0 auto;
	border:solid 5px #99da00;
}
.price_box span{
	color:#99da00;
	font-weight:bold;
	position:relative; top:12px;
}
.under_top	{
	border-bottom:solid 2px #d6d6d6;
}
.under_bottom	{
	border-top:none;
}

.arrow-icon{
	font-size: 60px;
	color: #99da00;
}

.multi_column_2{
	width: 44%;
}

.radius_box{
	padding: 15px;	
	margin:0 auto;
	border: solid 5px #99da00;
	border-radius: 8px;
	vertical-align: middle;
}

.multi_table_2{
	width: 100%;
	font-size: 14px;
}
.multi_table_2 .left{
	text-align: left;
}
.multi_table_2 .right{
	text-align: right;
}

.fukidashi_l,
.fukidashi_r
{
	position: relative;
}
.fukidashi_l:before,
.fukidashi_r:before
{
	content: "\e600";
	color: #99da00;
	font-size: 40px;
	position: absolute;
	top: 30%;
}
.fukidashi_l:before{
	
	transform: rotate(180deg);  
	-webkit-transform: rotate(180deg);  
	-moz-transform: rotate(180deg);  
	left: -33px;
}

.fukidashi_r:before{
	right: -30px;
}