@charset "UTF-8";


/*======================================
	ご挨拶
=======================================*/

/* 挨拶 */
#page_message #main_content01 {
	margin-bottom: 2em;
}
#page_message #main_content01 div.info {
	float: left;
	width: 660px;
}
#page_message #main_content01 p.img {
	float: right;
	width: 200px;
}
#page_message #main_content01 h3 {
	color: #0c7f26;
	font-size: 150%;
	line-height: 1.2;
	margin-bottom: 1em;
}
#page_message #main_content01 .name {
	float: right;
}
#page_message #main_content01 .name span {
	font-size: 120%;
	font-weight: bold;
	font-family: serif;
}

/* コンセプト */
#page_message #concept_list {
	margin-left: 20px;
}
#page_message #concept_list li {
	float: left;
	margin-right: 16px;
	width: 130px;
	text-align: center;
}
#page_message #concept_list li p {
	text-align: left;
}
#page_message #concept_list li p.title {
	margin-top: 5px;
	margin-bottom: 0.8em;
	font-weight: bold;
	text-align:center;
	line-height:1.2;
}
#page_message #concept_list li span {
/*
	font-size: 150%;
*/
	color: #0c7f26;
	font-weight: bold;
}

/* 背景 */
#page_message #main_content02 {
	background: url("img/message_back.jpg") bottom right no-repeat;
	margin-left: -50px;
	width: 1000px;
	padding-bottom: 250px;
}
#page_message .main_content {
margin-top: 100px;
	width: 900px;
	margin: 0 auto;
}
#page_message #footer {
	margin-top: -65px;
}



/*======================================
	会社案内
=======================================*/

#page_about table {
	width: 100%;
}
#page_about table th {
	width: 20%;
	text-align: left;
	vertical-align: top;
	background-color: #f5f9ed;
	border: none;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	border-right: dotted #ccc 1px;
	padding: 1em;
}
#page_about table td {
	border: none;
	border-top: solid #ccc 1px;
	border-bottom: solid #ccc 1px;
	padding: 1em;
}

/* 会社概要 */
#page_about #main_content_01 {
	margin-bottom: 3em;
}
#page_about #yakuin_list span {
	min-width: 6em;
	display: inline-block;
}
#page_about #about_address p {
	float: left;
	margin: 0;
}
#page_about #about_address p.btn {
	margin-left: 3em;
	margin-top: 0.8em;
}

/* 会社沿革 */
#page_about #main_content_02 {
	margin-bottom: 3em;
}



/*======================================
	業務内容
=======================================*/

/* リスト */
#page_business #business_list p {
	margin-left: 2em;
	margin-bottom: 2em;
}

/* 画像 */
#page_business #business_list {
	float: left;
	width: 700px;
}
#page_business #image_list {
	float: right
	width: 200px;
}
#page_business #image_list li {
	margin-bottom: 1em;
	text-align: right;
}



/*======================================
	業務実績
=======================================*/

/* リスト */
#page_results #results_list p {
	margin-left: 2em;
	margin-bottom: 2em;
}

/* 画像 */
#page_results #results_list {
	float: left;
	width: 635px;
}
#page_results #image_list {
	float: right
	width: 235px;
}
#page_results #image_list li {
	margin-bottom: 1em;
	text-align: right;
}
