@charset "UTF-8";

/*========================================*
*　■英語・中国語ポップアップ用レイアウト・設定
*========================================*/

/*基本レイアウト*/
body {
	font-size: 14px;
	color: #666;
	background: #f8f6ec url(../../img/foreign/bg_body.jpg) repeat;
}


/*--- anchor ---*/
a {
	color: #333;
	text-decoration: none;
}
a:hover{
	color: #d67979;
	text-decoration: underline;
}




/* ====================================================================================================
　wrapper
==================================================================================================== */

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}




/* ====================================================================================================
　ヘッダー
==================================================================================================== */

#header {
	background: url(../../img/foreign/bg_header.jpg) no-repeat left top;
	height: 110px;
}
#header h1 {
	text-align: center;
	padding-top: 46px;
}




/* ====================================================================================================
　mainimage
==================================================================================================== */

#mainimage {
	width: 100%;
	position: relative;
	margin-bottom: 35px;
}
#mainimage .slides {
	max-height: 389px;
	overflow: hidden;
}
#mainimage ul {
}
#mainimage ul li img {
	width: 100%;
	height: auto;
}

/* Control Nav */
.flex-control-nav {
	width: 100%;
	text-align: center;
	z-index:1000;
	margin-top: 14px;
}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #FFF; background: rgba(255,255,255.1); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(255,255,255.1); -moz-box-shadow: inset 0 0 3px rgba(255,255,255.1); -o-box-shadow: inset 0 0 3px rgba(255,255,255.1); box-shadow: inset 0 0 3px rgba(255,255,255.1); }
.flex-control-paging li a:hover { background: #fc6c6c; background: rgba(252,108,108.1); }
.flex-control-paging li a.flex-active { background: #fc6c6c; background: rgba(252,108,108.1); cursor: default; }




/* ====================================================================================================
　box_concept
==================================================================================================== */

#box_concept {
	margin-bottom: 50px;
}
#box_concept p.title {
	text-align: center;
	margin-bottom: 20px;
}
#box_concept .contents {
	padding-right: 42px;
	padding-left: 42px;
}



/* ====================================================================================================
　box_company
==================================================================================================== */

#box_company {
	margin-bottom: 50px;
}
#box_company p.title {
	text-align: center;
}

#box_company table {
	width: 800px;
}
#box_company table th {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 34px 0px 34px 130px;
	width: 120px;
	background: url(../../img/foreign/border01.jpg) repeat-x left bottom;
}
#box_company table td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 34px 0px 34px 90px;
	background: url(../../img/foreign/border01.jpg) repeat-x left bottom;
}




/* ====================================================================================================
　box_contact
==================================================================================================== */

#box_contact {
	background: url(../../img/foreign/bg_contact.png) no-repeat;
	height: 177px;
	position: relative;
}
#box_contact p.title {
	height: 28px;
	width: 159px;
	position: absolute;
	left: 105px;
	top: 47px;
}
#box_contact p.read {
	width: 245px;
	position: absolute;
	left: 61px;
	top: 88px;
	text-align: center;
	font-size: 12px;
}
#box_contact p.btn {
	position: absolute;
	left: 390px;
	top: 60px;
}



/* ====================================================================================================
　box_contact_eng
==================================================================================================== */

#box_contact_eng {
	background: url(../../img/foreign/bg_contact_eng.png) no-repeat;
	height: 300px;
	position: relative;
}
#box_contact_eng p.title {
	height: 28px;
	width: 159px;
	position: absolute;
	left: 105px;
	top: 47px;
}
#box_contact_eng p.read {
	width: 300px;
	position: absolute;
	left: 45px;
	top: 88px;
	font-size: 12px;
}
#box_contact_eng p.btn {
	position: absolute;
	left: 390px;
	top: 120px;
}



/* ====================================================================================================
　フッター
==================================================================================================== */

#footer {
	padding-top: 90px;
	padding-bottom: 90px;
}

#footer address {
	text-align: center;
	font: 14px "Times New Roman", Times, serif;
}




