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

.wrap {
	width: 970px;
	margin: 0 auto;
}

.wrap .contInner a:link {
	transition: all 0.3s ease 0s !important;
	line-height:18px;
	text-decoration:none;
	color:#0066CC !important;
	font-family: Meiryo, "MS PGothic", Osaka, sans-serif;
}
.wrap .contInner a:hover {
	opacity:0.65 !important;
	filter: alpha(opacity=65) !important;        /* ie lt 8 */
	-ms-filter: "alpha(opacity=65)" !important;  /* ie 8 */
	zoom:1 !important;
}
.wrap .contInner a:visited {
	color:#0066CC !important;
}
.end {
	margin-right: 0px !important;
}


/*------------------------------------------------

   

------------------------------------------------*/ 
.inbox {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}
.inbox_02 {
	padding: 15px;
	border: 1px solid #e1e0e0;
	border-radius: 2px;
	overflow: hidden;
	margin-bottom: 30px;
}

.inbox_img {
	float: left;
	width: 300px;
	margin-right: 10px;
}
.inbox_info {
	width: 626px;
	float: left;
	padding: 15px;
	border: 1px solid #e1e0e0;
	border-radius: 2px
}

.h_title.i_info {
	background:url(../image/icon/info.png) no-repeat 0 0;
}
.h_title {
	font-size: 21px;
	padding: 0 0 5px 30px;
	border-bottom: 3px solid #e1e0e0;
	margin-bottom: 10px;
	clear: both;
	font-weight: bold;
}


/*------------------------------------------------

   tab

------------------------------------------------*/ 
.layout {
	overflow: hidden;
	clear: both;
}
.layout .active {
    z-index: 10;
}
.layout ul {
    list-style: none outside none;
    margin: 0 auto;
}
.layout li {
	float: left;
}
.layout .stt {
}
.layout .end {
}

#lay01_img,#lay02_img {
	padding-right: 8px;
}

.area {
	display: none;
}
.layout .active {
	z-index:10;
}
.layout .active a {
}

.bnr_01,
.bnr_02,
.bnr_03 {
	overflow:hidden;
	margin-bottom:10px;
}
.bnr_01 li {
	float: left;
	margin-right: 10px;
	/* [disabled]margin-bottom: 10px; */
	text-align: center;
}

.bnr_02 li {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}
.bnr_03 li {
	float: left;
	margin-right: 15px;
	text-align: left;
	width: 300px;
	margin-bottom: 10px;
}

.bnr_01 li.end,
.bnr_02 li.end,
.bnr_03 li.end {
	margin-right:0px !important;
}

.bnr_02 span {
	color: #333 !important;
	display:block;
	width: 300px;
	font-size:13px;
}
.bnr_03 .img {
	float: left;
}


.bnr_03 h4 {
	display:block;
	width: 155px;
	font-size:13px;
	float:left;
	padding-left: 10px;
}
.bnr_03 span {
	color: #333 !important;
	float:left;
	display: block;
	width: 155px;
	padding-left: 10px;
	font-size: 13px;
}
#info {
	margin-bottom:20px;
}

#lay01 {
	border-top: 2px solid #5ba619;
}
#lay02 {
	border-top: 2px solid #e87211;
}
#lay03 {
	border-top: 2px solid #1d4098;
}

#lay01,#lay02,#lay03{
	display: none;
}
.info {
	border-radius: 0 0 2px 2px;
	padding: 15px;
	border-left: 1px solid #e1e0e0;
	border-right: 1px solid #e1e0e0;
	border-bottom: 1px solid #e1e0e0;
}

.trigger {
	display:none;
}


/*------------------------------------------------

   media

------------------------------------------------*/ 
.inbox_media {
	overflow: hidden;
	margin-bottom: 30px;
}
.inbox_media li {
	float: left;
	margin-right: 7px;
}
.h_title.i_media {
	padding-left:35px !important;
	background:url(../image/icon/media.png) no-repeat 0 0;
}

/*------------------------------------------------

   inbound

------------------------------------------------*/ 
.inbox_inbound {
	overflow: hidden;
	margin-bottom: 30px;
	border: 1px solid #E5E4E4;
	border-radius: 3px;
}

.inbox_inbound li {
	/* [disabled]background:url(../image/btn/btn_bg.png) repeat-x 0 0; */
	background: #F0EDED;
	float: left;
}
.inbox_inbound li a {
	background: url(../image/btn/line.png) no-repeat right 0;
	font-size: 13px;
	color: #0f0f0f;
	display: block;
	text-align: center;
	padding: 5px;
	height: 30px;
	width: 178px;
	font-weight:bold;
	line-height: 32px !important;
}
.inbox_inbound li:hover {
	transition: all 0.3s ease 0s !important;
	opacity:0.85 !important;
	filter: alpha(opacity=85) !important;        /* ie lt 8 */
	-ms-filter: "alpha(opacity=85)" !important;  /* ie 8 */
	zoom:1 !important;
}
.inbox_inbound li.first a {
	width: 174px !important;
}
.inbox_inbound li.end a {
	background: none !important;
}
.h_title.i_inbound {
	padding-left:35px !important;
	background:url(../image/icon/pin.png) no-repeat 0 0;
}

/*------------------------------------------------

   nav

------------------------------------------------*/ 
.inbox_nav {
	border-top: 1px solid #e1e0e0;
	border-left: 1px solid #e1e0e0;
	border-radius: 2px;
	overflow: hidden;
	clear: both;
	width:935px;
}

.inbox_nav li {
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	float: left;
}
.inbox_nav li a {
	background:url(../image/btn/btn_bg_02.png) no-repeat;
	font-size: 13px;
	color: #333;
	font-weight:bold;
	display: block;
	text-align: center;
	padding: 5px;
	height: 30px;
	width: 176px;
	text-decoration: none;
	line-height: 33px !important;
}
.inbox_nav li.first a {
	width: 176px !important;
}
.inbox_nav li.end {
	border-right: 1px solid #ddd !important;

}
.h_title.i_nav {
	padding-left:35px !important;
	background:url(../image/icon/nav.png) no-repeat 0 0;
}

/*------------------------------------------------
   contact
------------------------------------------------*/ 
.h_title.i_contact {
	padding-left:35px !important;
	background:url(../image/icon/tel.png) no-repeat 0 0;
}

.inbox_contact {
	display:block;
	padding-right: 20px;
	border-right: 2px solid #ddd;
	float: left;
}
.inbox_contact .tel {
	border-right: 2px solid #ddd;
	margin-right: 20px;
	padding-right: 20px;
	margin-bottom: 10px;
	font-size: 12px;
	float: left;
}
.inbox_contact .tel img {
	padding: 0 0 5px;
}
.inbox_contact .comp {
	float: left;
	font-size:12px;
	padding-left: 20px;
	margin-right: 20px;
	width: 240px;
}
.inbox_contact .comp span {
	text-align:right;
	font-size: 13px;
}
.inbox_contact .comp strong {
	display:block;
	margin-bottom: 10px;
	font-size: 16px;
}
.inbox_logo {
	float: left;
	text-align: center;
	padding-left: 20px;
	width:23%;
}


/*------------------------------------------------

  bnr

------------------------------------------------*/ 
.inbox_bnr {
	text-align:center;
}
.inbox_bnr img {
	margin-right: 10px;
}


.index {
	display: block;
	height: 90px;
	width: 970px;
}
.contact {
	position: absolute;
	display: block;
	width: 157px;
	top: 16px;
	height: 60px;
	right: 0px;
	z-index: 10;
}



/*------------------------------------------------

  image.htm

------------------------------------------------*/ 

.box_slider {
	margin-bottom: 10px;
	overflow: hidden;
}
.slider {
	float:left;
	width: 590px;
}
.slider {
	margin-right: 10px;
}
.box_btn {
	width: ;
	float: left;
	margin: 0;
	width: 370px;
}
.box_btn li {
	float: left;
}

.box_btn li.ind {
	margin-right: 10px;
	margin-bottom: 10px;
}
