@charset "UTF-8";


body {
	position:relative;
	font-family:"メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 !important;
}

/*=====header=====*/
#header {
	background:url(../img_2014/used_head_bg.gif) top left repeat-x;
	height:30px;
}
#head_inner {
	width:980px;
	margin:0 auto;
}

#head_inner h1 {
	float:left;
	margin: 0;
	padding: 0;
}
#container {
	background:#fff;
	padding-top:60px;

}
#contents {
	width:980px;
	margin:0 auto;
	font-size:13px;
}

/*=====text_box=====*/
#text_box {
	width:680px;
	margin-top:30px;
	padding-bottom:30px;
	float:right;
}
#text_box h2 {
	font-size:26px;
	margin-bottom:30px;
	font-weight:600;
}

#text_box h3 {
	border-left:solid 10px #df3d34;
	/*グラデーション*/
	background: #4d4d4d; /* Old browsers */
	background: -moz-linear-gradient(top, #4d4d4d 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4d4d4d), color-stop(100%,#000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4d4d4d 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #4d4d4d 0%,#000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #4d4d4d 0%,#000000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4d4d4d 0%,#000000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d4d4d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	/*/グラデーション*/

	/* box-shadow */
	box-shadow:rgba(0, 0, 0, 0.0980392) 2px 2px 5px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 2px 2px 5px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 2px 2px 5px 0px;	font-size:18px;
	/* /box-shadow */

	color:#fff;
	padding:5px 0 5px 10px;
	margin-bottom:30px;
}

#text_box h4 {
	width:670px;
	margin-top:15px;
	margin-bottom:20px;
	padding-top:1px;
	padding-left:10px;
	font-size:15px;
	line-height:18px;
	border-left:#df3d34 5px solid;
	font-weight:bold;
	/*border-bottom:1px solid #000;*/
}


#text_box p{
	margin-bottom:20px;
}
#text_box p.m_no{
	margin:0;
}

#text_box ul {
	margin-bottom:20px;
}
#text_box ol {
	margin-bottom:20px;
}
#text_box ul li{
	margin-bottom:10px;
}
#text_box ul.style li{
	list-style:disc;
	margin-left:20px;
}
#text_box ol li{
	list-style:decimal-leading-zero;
	margin-left:30px;
	margin-bottom:10px;
}
tbody{
	vertical-align:inherit;
}
table {
	  width:680px;
	  border-color: inherit;
	  border-top:1px solid #666666;
	  border-bottom:1px solid #666666;
	  font-size:13px;
	  line-height:22px;
	  margin-bottom:40px;
}
table.info{
	border-bottom:none;
}
table tr{
	display: table-row;
	vertical-align: inherit;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:2px;
	margin-bottom:2px;
}
table.info tr{
	border-bottom: 1px solid #666666;
}
table th{
	width:160px;
	background:#f2f2f2;
	padding-bottom:12px;
	background-repeat:repeat-x;
	background-position:bottom left;
	vertical-align:top;
}
table.history tr{
	border:none;
}
table.history th {
	width:105px;
	text-align:center;
	vertical-align:middle;
	background-image:url(../img_2014/w_bg.gif) ;
	background-position:top left;
	background-repeat:repeat-x;
}
table.history th.last{
	background-image:url(../img_2014/w_bg.gif) ;
	background-position:bottom left;
	background-repeat:repeat-x;
}
table.history th.last .tbox{
	background-image:url(../img_2014/w_bg.gif) ;
	background-position:top left;
	background-repeat:repeat-x;
}
table.history th .tbox{
	width:105px;
	padding-left:0;
	border:none;
}

table.info th ,table th.last{
	background-image:url(../img_2014/w_bg.gif) ;
}
table th .tbox{
	width:160px;
	border-top:2px solid #fff;
	padding-left:20px;
	padding-top:12px;
}
table.history th.overSea_box{
	width:230px;
}
table td {
	padding-left:10px;
	padding-bottom:12px;
	padding-top:12px;
}

table.overSea_box th{
	width:230px;
}
table.overSea_box th .tbox{
	width:230px;
}

/*エリア追加0427*/
table th.area{
	font-weight:bold;
	width:160px;
	background:#fff;
	color:#333;
	padding-bottom:0;
}
table th.area .tbox{
	padding-left:0px;
	padding-top: 8px;
}
.recruit_box{
	background:#f2f2f2;
	width:660px;
	height:80px;
	padding-top:20px;
	padding-left:20px;
	font-size:13px;
	line-height:22px;
	margin-bottom:20px;
}

p.link_ttl span{
	padding:5px 10px 3px;
	border:solid #666666 1px;
}
#link_box ul{
	margin-bottom:40px;
}
#link_box ul li{
	padding-left:20px;
	background:url(../img_2014/recruit_link_off.gif) no-repeat left 3px;
	margin-bottom:5px;
}
#link_box ul li:hover {
	background:url(../img_2014/recruit_link_on.gif) no-repeat left 3px;
}
.link_l{
	width:230px;
	float:left;
}

.link_r{
	width:400px;
	float:left;
}
h3 span{
	font-size:12px;
	padding-left:10px;
}
/*=====footer=====*/

#footer {
	clear:both;
	background:#000;
}
#foot_inner {
	padding-top:30px;
	padding-bottom:30px;
	width:980px;
	margin:0 auto;
}
#foot_inner  p{
	float:right;
}

/*=====役員名前調整=====*/
.name_mr_3{
	margin-right:3em;
}
.name_mr_7{
	margin-right:7em;
}

.name_ml_1{
	margin-left:1em;
}
.name_ml_2{
	margin-left:2em;
}
.name_ml_1h{
	margin-left:1.5em;
}

/*=====＝＝＝＝＝＝＝＝＝＝
コンタクトページ調整
＝＝＝＝＝＝＝＝＝＝=====*/
p.contact_text{
	border:#999 solid 1px;
	padding:20px;
	line-height:1.8em;
}

.link{
	border:#999 solid 1px;
	margin-bottom:30px;
}
.link ul{
	width:550px;
	padding: 20px;
	list-style: none;
	margin: 0;
}
#text_box .link ul li {
	float:left;
	width:200px;
	margin-bottom:20px;
}
#text_box .link ul li:last-child{
	width:350px;
}
.privacy_text{
	margin-top:30px;
}
