﻿@charset "utf-8";

/*
 name:style.css
 updated:2012.05.08
*/

@import url('../../common/css/import.css');


/*メインコンテンツ
-------------------------------*/
#other #wrapper .main_wrap .content .main_content .section02{
	padding:20px;
	overflow:hidden;
	background:#c8ded3;
	margin-top:20px;
	}

#other #wrapper .main_wrap .content .main_content .section02 .container{
	overflow:hidden;
	margin-top:20px;
	}

#other #wrapper .main_wrap .content .main_content .section02 .container .inner_box{
	width:;
	padding:20px;
	overflow:hidden;
	border:#96c0ab 1px solid;
	background:#fff;
	margin-bottom:20px;
	}
	
#other #wrapper .main_wrap .content .main_content .section02 h2{
	background:#96c0ab;
	padding:20px;
	color:#006633;
	font-size:20px;
	font-weight:bold;
	}
	
#other #wrapper .main_wrap .content .main_content .section02 .container .inner_box p{
	float:left;
	width:212px;
	}
	
#other #wrapper .main_wrap .content .main_content .section02 .container .inner_box dl{
	width:386px;
	float:right;
	}
	
#other #wrapper .main_wrap .content .main_content .section02 .container .inner_box dl dt{
	color:#0066cc;
	font-size:16px;
	font-weight:bold;
	padding:0 0 10px 0;
	}
	
#other #wrapper .main_wrap .content .main_content .section02 .container .inner_box dl dd{
	font-size:12px;
	line-height:150%;
	}

#other #wrapper .main_wrap .content .main_content .section02 .container .inner_box dl dd span{
	padding-top:5px;
	display:block;
	}
	
#other #wrapper .main_wrap .content .main_content .section02 .container .inner_box .leftBox{
	overflow:hidden;
	}

#other #wrapper .main_wrap .content .main_content .section02 .container .inner_box .rightBox{
	padding-top:10px;
	}