@charset "UTF-8";

/*
*************************************
*Since: 2013-08-02
*Modified: 2013-00-00
*************************************
*/


/* about
---------------------------------------------------------------------------------------- */
#wrapper #contents .right #about .inner { margin-top: 50px; }
#wrapper #contents .right #about .inner .textarea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DACCB1;
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
}

#wrapper #contents .right #about .inner .textarea table { width:100%; border:1px solid #333333;}
#wrapper #contents .right #about .inner .textarea table th , #wrapper #contents .right #about .inner .textarea table td { border-bottom:1px solid #333333; border-right:1px solid #333333;}
#wrapper #contents .right #about .inner .textarea table tr .lft { width:20%; }
#wrapper #contents .right #about .inner .textarea table tr .ctr { width:45%; }
#wrapper #contents .right #about .inner .textarea table tr .rgt { width:35%; }
#wrapper #contents .right #about .inner .textarea table tr th { background-color: #FFC700; padding: 8px; text-align: left; }
#wrapper #contents .right #about .inner .textarea table td{ vertical-align:middle; padding: 8px; text-align: left; }
#wrapper #contents .right #about .inner .textarea table td.ctr { font-weight:bold; }
#wrapper #contents .right #about .inner .textarea table tr.bg_yellow { background-color: #FFFDB7; }

#wrapper #contents .right #about .inner .textarea ol { margin-top: 30px; margin-left: 20px; margin-bottom: 30px; }
#wrapper #contents .right #about .inner .textarea table ol { margin-top: 0px; margin-left: 8px; margin-bottom: 0px; }
#wrapper #contents .right #about .inner .textarea ol.last { margin-bottom: 0px; }

#about .inner .textarea ol li {
	list-style-position: outside;
	margin-left:15px;
	list-style-image: url(/common/images/about/icon_list.png);
}

#about .inner .textarea table ol li {
	list-style-position: outside;
	margin-left:12px;
	list-style-image: url(../images/icon_list.png);
}

#wrapper #contents .right #about .inner .textarea .bgcolor {
	width:588px;
	color:#333;
	min-height:60px;
	text-shadow:-1px -1px 1px #fff;
	border:1px solid #CCC;
	padding:15px;
	background: #EEE8DC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
	font-size: 100%;
}

#about .textarea table tr .ctr dl { margin-top:10px; overflow:hidden;}
#about .textarea table tr .ctr dl dt { float: left; display:block; width:6%; }
#about .textarea table tr .ctr dl dd { float: left; display:block; width:94%; }
