@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Last up date:   2014.06.27
Style Info:      css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*-------------------------------------------------------- about */
/* about */
#profile{
	background-color: rgba(255,255,255,0.7);
	padding: 0.5em;
	text-align: center;
}
	#profile table{
		width: 100%;
		background-color: #FFF;
		border: 1px solid #c7c7c7;
		border-collapse: collapse;		
	}
		#profile table th {
			background: none repeat scroll 0 0 #c1e9d9;
			width:33%;
		}
		#profile table th, #profile table td {
			border: 1px solid #c7c7c7;
			font-size:1.1em;
			padding: 0.7em;
			text-align: left;
		}
 #profile a{
	 text-decoration: underline;
	 color: #d86e04;
 }

.btn_ul{
	margin-top: 10px;
	margin-bottom: 30px;
}
/*組合の事業*/
#business{
    margin:0 0 30px;
    background:url(../../img/about_img/bg_img01.png);
    text-align:left;

}
#business ul{
    padding:10px 15px 15px;
}
#business ul li{
    overflow:hidden;
	
    padding:8px 5px 8px 30px;
    border-bottom:1px dotted #b4b1a5;
}
#business ul li span{
    display:block;
    float:left;
	margin-left: -30px;
    margin-right:5px;
    background:url(../../img/about_img/bg_no.png) 0 0 no-repeat;
    color:#fff;
    font-weight:bold;
    text-align:center;
    height:24px;
    width:24px;
    line-height:24px;
}
#business ul li p{
    padding:2px 0 0 0;
}
.cts_title+.sub_title01{
	margin-top: 0;
}
.sub_title01 {
    background: url("../img/about_img/bg_title01.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
	background-size: 100%;
    color: #6d6964;
    font-size: 1.4em;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 0 0 8px;
    text-align: left;
}
.sub_title01 span {
    background: url("../img/about_img/bg_title_po.png") no-repeat scroll left top rgba(0, 0, 0, 0);
	background-size: 15px 15px;
    display: inline-block;
    line-height: 1.2em;
    margin: 10px 0 0;
    padding: 0 0 0 20px;
}	

.sub_title02 {
    background: #ff8a02;
    color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px;
    padding: 0.5em 0 0.5em 1em;
    text-align: left;
}
	.cts_title+.sub_title02{
		margin-top: 0;
	}
#joining {
    background: url("../../img/about_img/bg_img01.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    margin: 0 0 30px;
    padding: 15px 15px 5px;
    text-align: left;
}
	#joining li {
		clear: both;
		color: #d86e04;
		font-size: 1.3em;
		line-height: 1.3em;
		font-weight: bold;
		margin-bottom: 20px;
		padding:0 0 0 30px;
	}
		#joining li span {
			background: url("../../img/about_img/bg_no.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
			color: #fff;
			display: block;
			float: left;
			margin-left: -30px;
			margin-top: -0.2em;
			font-size: 1em;
			height: 24px;
			line-height: 24px;
			margin-right: 5px;
			text-align: center;
			width: 24px;
		}
		#joining li p {
			background: none repeat scroll 0 0 #e5e3dc;
			border-radius: 5px;
			clear: both;
			color: #333;
			font-size: 0.9em;
			font-weight: normal;
			margin-top: 5px;
			padding: 10px;
		}
.about_dl{}
	.about_dl dt{
		padding: 0.3em 0.3em 0.5em 0.3em;
		background: url("../../img/about_img/bg_title03.png") no-repeat scroll 0 bottom rgba(0, 0, 0, 0);
		color: #67533e;
		font-size: 1.3em;
		font-weight: bold;
	}
	.about_dl dd{
		margin: 0.5em 0.5em 1em 0.5em;
		font-size: 1.2em;
		line-height: 1.3em;
	}
	.about_dl dd span{
		padding-right:  0.3em;
		display: block;
		color: #89715a;
		font-size: 1.1em;
		font-weight: bold;
	}
.about_dl ul.about_ul{
    background: none repeat scroll 0 0 #f7f5ef;
    border-radius: 5px;
    clear: both;
    font-size: 1em;
    line-height: 1.4;
    margin-top: 10px;
    padding: 10px;
}
	.about_dl ul.about_ul li{
		margin-bottom: 0.5em;
		clear: both;
		padding-left: 3.5em;

	}
	.about_dl ul.about_ul li span{
		width: 3.5em;
		margin-left: -3.5em;
		text-align: right;
		display: block;
		float: left;
		color: #333;
		font-weight: normal;
	}