@charset "utf-8";
/*
	Site Name:
	Description: initial setting
	Version:
	Author:
*/

/*
===== CONTENTS ===========================================

	1: main layout set 共通ページスタイル

==========================================================
*/
.page_header {
	background-color: #0068b7;
	height: 73px;
	width: 730px;
	position: relative;
	margin: 0;
}
.page_ttl {
	padding-top: 20px;
	padding-left: 20px;
}
.page_h_contact {
	width: 298px;
	position: absolute;
	top: 6px;
	right: 20px;
}
/*パンくずnav*/
#pankuzu_menu {
	font-size: 11px;
	line-height: 1.4;
	overflow: hidden;
	zoom: 1;
	color: #222222;
	background-color: #e1e1e1;
	padding: 5px 0 5px 10px;
	margin-bottom: 30px;
}
#pankuzu_menu a:link, #pankuzu_menu a:visited {
	color: #0068b7;
	text-decoration: none;
}

#pankuzu_menu a:hover, #pankuzu_menu a:active {
	color: #0068b7;
	text-decoration: underline;
}
ul#pankuzu_menu {
	overflow: hidden;
	zoom: 1;
}
#pankuzu_menu li {
	padding-left: 20px;
	float: left;
	background-image: url(../img/page/pankuzu_bull.gif);
	background-repeat: no-repeat;
	background-position: 9px 0.3em;
}
#pankuzu_menu li.first {
	padding-left: 15px;
	background-image: none;
	background-image: url(../img/page/icon_home.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

/* service */
.sec01_linebm {
	width: 690px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e2e2e2;
}
.service_set {
	width: 335px;
	float: left;
	overflow: hidden;
	zoom: 1;
}
.service_set .img_l {
	width: 100px;
	float: left;
}
.service_set .r_col {
	width: 225px;
	float: right;
}
.service_set .r_col h2 {
	margin-bottom: 10px;
}
.service_set .r_col p {
	font-size: 12px;
	line-height: 1.6;
}

.midashi04 {
	background-color: #f3f3f3;
	padding: 5px 10px;
	margin-bottom: 10px;
}
/* manufacturers */
.sec_mlist h2 {
	margin-bottom: 10px;
}
ul.m_list {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
	padding-left: 20px;
}
ul.m_list li {
	float: left;
	margin-right: 25px;
}
ul.m_list li a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
/* about */
.about_ttl {
	background-image: url(../img/page/about_ttl_line.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 15px;
	
}
.aisatsu {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
}
.aisatsu_img {
	width: 200px;
	float: left;
}
.aisatsu_txt {
	width: 470px;
	float: right;
}
.aisatsu_txt p {
	line-height: 1.6;
	margin-bottom: .7em;
}
.aisatsu_txt p.sign {
	line-height: 1.6;
	margin-bottom: 0px;
	text-align: right;
}
table.tbl_outline {
	width: 100%;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
	margin-bottom: 30px;
	line-height: 1.6;
}

.tbl_outline th {
	background-color: #f8f5ed;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
	width: 120px;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 20px;
}

.tbl_outline td {
	padding: 12px 20px;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}
table.tbl_enkaku {
	width: 100%;
	border-top: 1px solid #e2e2e2;
	margin-bottom: 30px;
}

.tbl_enkaku th {
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	width: 120px;
	vertical-align: top;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 10px;
}

.tbl_enkaku td {
	padding: 12px 20px;
	border-bottom: 1px solid #e2e2e2;
}

/* refom */
.refom_ttl01 {
    color: #fff;
    font-size: 16px;
    background: url(../../refom/img/reform_case01_ttl_bg.gif) ;
    height: 25px;
    padding: 5px 0 0 10px;
    margin-bottom: 20px;
    font-weight: normal;
}
table.tbl_reform_spec {
    width: 100%;
    margin-bottom: 10px;
}
table.tbl_reform_spec th {
    width: 4.5em;
    text-align: left;
    font-weight: normal;
    padding: 0 0 8px 0;
}
table.tbl_reform_spec td {
    padding: 0 0 8px 0;
}
.UNION_logo img {
  display: inline-block;
  background: #000;
  padding: 3px;
}