@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------
	☆about/topics
----------------------------------------------------*/

#contents div.bellBoxArea {
	width:650px;
}

#contents div.bellBoxArea div.bellBox {
	margin-bottom:20px;
}

#contents div.bellBoxArea div.bellBox table {
	border:1px solid #CCC;
	border-right:none;
	border-collapse:collapse;
}

#contents div.bellBoxArea div.bellBox table th,
#contents div.bellBoxArea div.bellBox table td {
	border-right:1px solid #CCC;
	padding:10px 15px;
}

#contents div.bellBoxArea div.bellBox table th {
	/*background-color:#F5A02E;*/
	background-color:#7cab05;
	color:#FFF;
	text-align:left;
}

#contents div.bellBoxArea div.bellBox table td {
	padding:25px 15px;
	vertical-align:middle;
}

#contents div.bellBoxArea div.bellBox table td.img {
	text-align:center;
	width:20%;
}

#contents div.bellBoxArea div.bellBox table td.link {
	width:35%;
}

#contents div.bellBoxArea div.bellBox table td.list {
	padding:25px;
	width:45%;
}

#contents div.bellFlt {
	width:650px;
}


#contents div.bellFlt div.bellFltL {
	float:left;
	width:310px;
}

#contents div.bellFlt div.bellFltR {
	float:right;
	width:310px;
}

#contents div.bellFlt div.bfBdr {
	border:1px solid #CCC;
	padding:10px 0;
}

#contents div.bellFlt h3 {
	border-bottom:1px solid #CCC;
	color:#156C0E;
	font-size:116%!important;
	font-weight:normal;
	margin:0 10px 17px;
	padding-bottom:5px;
}

#contents div.bellFlt h3 span {
	border-left:4px solid #156C0E;
	padding-left:10px;
}

#contents div.bellFlt div.bfInr {
	margin:0 20px;
	width:275px;
}

#contents div.bellFlt div.bfInr div.bfInrL {
	float:left;
	padding-top:10px;
	width:175px;
}

#contents div.bellFlt div.bfInr p.img {
	float:right;
	width:75px;
}

#contents div.bellFlt div.bellFltR div.bfBdr {
	background-color: transparent;
	padding:2px 0;
}

#contents div.bellFlt div.bellFltR div.bfBdrInr {
	background-color:#E6F0CE;
	padding:8px 0;
	margin:0 2px;
}



