﻿@charset "utf-8";






/* サービスの特徴
---------------------------*/
#method{
	margin-bottom:20px;
	overflow:hidden;
}

#method dl{
	width:210px;
	padding:3px;
	margin-right:10px;
	border:#ddef7c 1px solid;
	float:left;
	min-height:140px;
}

#method dl.last{
	margin-right:0;
}

#method dt{
	padding:5px;
	margin-bottom:2px;
	background-color:#ddef7c;
	color:#7a9000;
	text-align:center;
	font-weight:bold;
}

#method .technic{
	padding:5px;
	margin-bottom:10px;
	background-color:#f8ffd3;
	color:#7a9000;
	font-size:85%;
	line-height:1.2;
}

#method .text{
	margin-bottom:0;
	font-size:85%;
	line-height:1.2;
}

/*メッセージ*/
#msg{
	margin-bottom:50px;
}

#msg h3{
	padding:5px 0;
	margin-bottom:10px;
	border-bottom:#7a9000 1px solid;
	color:#7a9000;
}

#msg p{
	margin-bottom:0;
}
