@charset "shift_jis";
/* Common CSS */

/*---------------------------

コンテンツ

----------------------------*/

h3.main {
	padding: 15px 0 25px;
}

h3.h3_title {
	padding: 0 0 4px 0;
	border-bottom: 1px solid #C68C42;
	margin-bottom: 15px;
}


/*---------------------------------------------
     追加08.08.11
---------------------------------------------*/

dl.case01 {
	width: 590px;
	float: left;
	list-style: none;
	display: inline;
	margin-right: 20px;
	padding-bottom: 30px;
}

dl.case01 dt {
	width: 230px;
	margin-right: 20px;
	float: left;
	background: #000000;
}

dl.case01 dd {
	width: 340px;
	float: left;
	display: block;
}

dl.case01 dd ul {
	list-style: none;
}

dl.case01 li span {
	color: #C68C42;
	/*font-weight: bold;*/
}

dl.case01 li.bb-line01 {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666666;
}

dl.case01 li strong {
	font-weight: normal;
}




ul#service {
	list-style: none;
	padding-bottom: 47px;
}

dl#other {
	color: #FFFFFF;
	padding-bottom: 30px;
}

dl#other dt {
	/*padding-bottom: 2px;*/
	background: url(../../images/event/mark01.gif) no-repeat left top;
	padding-left: 20px;
}

dl#other dt strong {
	color: #C68C42;
	font-weight: normal;
}

