﻿@charset "utf-8";

/* ===================================================================
	Author: aki
=================================================================== */

#cbox1{
	padding:30px 0 30px 0;
}

#cbox1 .conLeft{
	float:left;
	width:442px;
}

#cbox1 .conRight{
	width:508px;
	float:right;
}

#cbox1 dl{
	padding:0 0 10px 0;
	font-size:1.1em;
	line-height:1.5em;
}

#cbox1 dt{
	width:106px;
	float:left;
	font-weight:bold;
}

#cbox1 dd{
	width:330px;
	float:right;
}

#cbox1 ul{
	clear:both;
	padding:50px 0 0 0;
}

#cbox1 ul li{
	float:left;
	padding:0 31px 0 0;
}

#cbox1 ul li.mlast{
	padding:0 0 0 0;
}


#cbox2 .imgs{
	margin-bottom:20px;
}

#cbox2{
	padding:30px 0 30px 0;
}

#cbox2 dl{
	padding:10px 0;
	border:1px dashed #bbb;
	border-width:0 0 1px 0;
	font-size:1.1em;
	line-height:1.7em;
}

#cbox2 dt{
	float:left;
	width:176px;
	font-weight:bold;
}

#cbox2 dd{
	float:right;
	width:800px;
}




#cbox2 dl.dl2{
	border:none;
	padding:10px 0 50px 0;
}

#cbox2 .dl2 dt{
	float:none;
	width:auto;
}

#cbox2 .dl2 dd{
	float:none;
	width:auto;
	padding:30px 0 0 0;
}