@charset "utf-8";

/*━━━━━━━━━━━━━━━━━━━
Heading
--------------------------------------*/
h2.headingA {
	padding-bottom: 14px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
}
h2.headingB {
	padding-bottom: 14px;
	border-bottom: 1px solid #CCC;
}
h2.pagetitleA {
	margin-bottom: 30px;
}
h2.pagetitleB {
	margin-bottom: 20px;
}
h2.pagetitleC {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
}
h3.headingA {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	font-size:14px;
}
h3.headingB {
	padding-left: 10px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-size: 18px;
	border-left: 5px solid #F9DC13;
	border-bottom: 1px dotted #CCC;
}
h4.headingA {
	line-height: 2;
	padding-left: 10px;
	margin-bottom: 15px;
	background: #FEF7C5;
	border-bottom: 1px solid #E1E1E1;
}
/*━━━━━━━━━━━━━━━━━━━
Paragraph
--------------------------------------*/
p {

}
em {
	color: #F01B0F;
}
p.caption  {
	margin-bottom: 12px;
	font-size: 16px;
}
p.sentenceA {
	padding: 10px 10px 0 10px;
	overflow: hidden;
	zoom: 1;
}
p.detail {
	float: right;
	padding: 20px 10px 0 20px;
}
.nameCo {
	font-size: 18px;
	margin-bottom: 10px;
}
.caseBus {
	font-size: 14px;
	margin-bottom: 10px;
}
#subContentA p.btn01{
	float: right;
	margin-top:-51px;
}
#subContentA p.btn02{
	float: right;
	margin-top:-41px;
}
/*━━━━━━━━━━━━━━━━━━━
Link
--------------------------------------*/
a.more {
	padding-right: 1.3em;
	text-decoration: none;
	background: url(../images/link_arrow01.jpg) right 0.1em no-repeat;
}
a:hover.more {
	text-decoration: underline;
}

a.thickbox {
	padding-right: 1.3em;
	background: url(../images/icon_thickbox_01.gif) right 0.4em no-repeat;
}
/*━━━━━━━━━━━━━━━━━━━
other
--------------------------------------*/
.centerT {
	text-align: center;
}
.rightT {
	text-align: right;
}
.left {
	float: left;
}

.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
span.icoNew {
	padding-right: 2.5em;
	background: url(../images/icon_new_01.gif) right 0.4em no-repeat;
}
/*━━━━━━━━━━━━━━━━━━━
List
--------------------------------------*/
ul.default {

}
ul.default li {
	padding: 0 0 0 1em;
	background: url(../images/bg_list_01.gif) no-repeat 0 0.5em;
}
ul#localNav li {
	font-size: 10px;
	border-bottom: 1px solid #CCC;
}
ul#localNav li span{
	font-size: 14px;
}
ul#localNav li a{
	display: block;
	padding: 15px;
	text-decoration: none;
}
ul#localNav li.current a:hover,
ul#localNav li.current {
	background: #E8E88C;
}
ul#localNav li a:hover {
	color: #333;
	background: #EEEEEE;
}
dl.articleA {
	margin-bottom: 30px;
}
dl.articleA dt {
	font-size: 16px;
	margin-bottom: 12px;
}
ol.default {
    list-style: decimal outside none;
}

/*━━━━━━━━━━━━━━━━━━━
Block
--------------------------------------*/
.sentenceBlock,
.sectionBlock,
.leadSection {
	margin-bottom: 30px;
}
.sectionBlockB {
	margin-bottom: 30px;
	padding-bottom: 6px;
	background: #FFF url(../images/bg_line.gif) 0 bottom repeat-x;
}
.sectionBlockC {
	margin-bottom: 30px;
	padding-bottom: 36px;
	background: #FFF url(../images/bg_line.gif) 0 bottom repeat-x;
}
.articleBlockA {
	padding: 0 0 26px 0;
	background: #FFF url(../images/bg_line.gif) 0 bottom repeat-x;
}
.articleBlockB {
	padding: 21px 0 0 0;
	margin-bottom: 30px;
	background: #FFF url(../images/bg_line.gif) 0 top repeat-x;
}
.articleBlocC {
	padding: 21px 0 0 0;
	margin-bottom: 10px;
	background: #FFF url(../images/bg_line.gif) 0 top repeat-x;
}
.articleBlockD {
	padding: 18px 0;
	border-bottom: 1px solid #CCC;
}
.articleBlockE {
	overflow: hidden;
	padding: 0 15px;
}
/*━━━━━━━━━━━━━━━━━━━
Form
--------------------------------------*/
/* --- [form text] --- */
input,
textarea,select {
	font-family: Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
}
input,
textarea {
	*margin: -1px 0; /* IE7 and below */
	padding: 0.2em 0.1em 0 0.1em;
	line-height: 1.4;
	vertical-align: middle;

}
input[type="checkbox"],
input[type="radio"] {
	vertical-align: text-bottom;
}
input[type="submit"],
input[type="reset"],
input[type="button"] {
	padding: 0.1em 0.2em 0.2em 0.2em;
}
input[type="image"] {
	padding: 0;
}
/* IE9*/
input[type="text"]:not(:target) {
	padding-bottom: 0.2em\9;
}
/* IE7 and below */
input.typeCheckbox,
input.typeRadio {
	*margin: -1px -3px;
	*vertical-align: -0.2em;
}
input.typeButton {
	*padding-top: 0.1em;
	*line-height: 1.2;
}
input.typeImage {
	*padding: 0;
}
select {
	*vertical-align: -0.25em;
}
/* --- [form style] --- */
input.typeText,select,
textarea.typeTextarea {
	border-top: 1px solid #888;
	border-left: 1px solid #888;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
input.typeText {
	height: 1.48em;
}
input.typeButton {
	height: 1.85empx;
	background: #DDD;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #888;
	border-bottom: 1px solid #888;
}
.idle {
	background: #FFF;
}
.focus {
	background: #FFFFDD;
}
/*━━━━━━━━━━━━━━━━━━━
Clearfix
--------------------------------------*/
#contentArea:after,
#headerInner:after,
#footerInner:after,
#copyrightInner:after,
#globalNav:after,
.sectionBlock:after,
.sectionBlockB:after,
.sectionBlockC:after,
.clearfix:after {
	content: url(../images/blank.gif);
	display: block;
	clear: both;
	height: 0;
}
#contentArea,
#headerInner,
#footerInner,
#copyrightInner,
#globalNav,
.sectionBlock,
.sectionBlockB,
.sectionBlockC,
.clearfix {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/*━━━━━━━━━━━━━━━━━━━
Parts
--------------------------------------*/

/* --- [heightLine.js] --- */
.col1A {
	float: left;
	width: 275px;
	padding-bottom: 26px;
	background: #FFF url(../images/bg_line.gif) 0 bottom repeat-x;
}
.col2A {
	float: right;
	width: 275px;
	padding-bottom: 26px;
	background: #FFF url(../images/bg_line.gif) 0 bottom repeat-x;
}
.col1B {
	float: left;
	width: 460px;
	padding-bottom: 26px;
	background: #FFF url(../images/bg_line.gif) 0 bottom repeat-x;
}
.col2B {
	float: right;
	width: 460px;
	padding-bottom: 26px;
	background: #FFF url(../images/bg_line.gif) 0 bottom repeat-x;
}

/* --- [タブメニュー] --- */
ul.tabNav {
	width: 100%;
	border-bottom: 1px solid #CCC;
}
ul.tabNav li {
	position: relative;
	float: left;
	margin-right: 2px;
	margin-bottom: -1px;
	background: #EEE;
	border: 1px solid #CCC;
	border-bottom: none;
}
ul.tabNav li.lastChild {
	margin-right: 0;
}
ul.tabNav li a {
	display: block;
	width: 182px;
	padding: 4px 0;
	border-bottom: 1px solid #CCC;
	font-size: 10px;
	font-weight: bold;
	color: #999;
	text-align: center;
}
ul.tabNav li a:hover {
	background: #FFF;
}
ul.tabNav li a.active,
ul.tabNav li a.active:hover {
	background: #CCCC00;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}
.tabPane dl {
	overflow: hidden;
	padding: 0 10px;
}
.tabPane dl dt{
	margin-bottom:8px;
	font-weight: bold;
}

/* --- [トピックス・インフォメーション] --- */
#information {
	height: 160px;
	overflow: auto;
}
dl.info,
dl.topics {
	margin-bottom: 10px;
}
dl.info dt,
dl.topics dt {
	float: left;
	width: 6.5em;
	margin-right: -6.5em;
}
dl.info dd,
dl.topics dd  {
	margin-left: 6.5em;
}
/* --- [サイトマップ] --- */
div.sitemap {
	float: left;
	width: 260px;
	/*font-size: 14px;*/
}
div.sitemap ul {
	margin-bottom:18px;
	padding-left: 11px;
	border-left: 1px dotted #CCC;
}
div.sitemap ul li.second {
	padding-left: 2em;
	line-height: 1.8;
}
/* --- [お問い合わせ] --- */
div#form dl dt {
	float: left;
	margin-bottom: 10px;
	margin-right: -12em;
	width: 12em;
}
div#form dl dd {
	margin-bottom: 10px;
	margin-left: 12em;
	padding-left: 12px;
	border-left: 1px dotted #CCC;
}
div#form dl dd.lastChild {
	border-left: none;
}
/* --- [会社概要] --- */
div#data{
	padding-left: 15px;
}
div#data dl dt {
	float: left;
	margin-bottom: 10px;
	margin-right: -6em;
	width: 6em;
}
div#data dl dd {
	margin-bottom: 10px;
	margin-left: 6em;
	padding-left: 12px;
	border-left: 1px dotted #CCC;
}
div#data dl dd.lastChild {
	border-left: none;
}

table.data{
width:590px;
border-collapse:collapse;
}

table.data th{
width:150px;
padding-top:8px;
padding-bottom:8px;
padding-left:10px;
border-bottom:#CCCCCC 1px dotted;
}

table.data td{
padding-left:10px;
padding-bottom:8px;
padding-top:8px;
border-bottom:#CCCCCC 1px dotted;
}
/* --- [採用情報] --- */
div#dataB{
	padding-left: 15px;
}
div#dataB dl{
	margin-bottom: 30px;
}
div#dataB dl dt {
	float: left;
	margin-bottom: 10px;
	margin-right: -12em;
	padding-left: 10px;
	width: 12em;
	font-weight: bold;
}
div#dataB dl dd {
	margin-bottom: 10px;
	margin-left: 12em;
	padding-left: 12px;
	border-left: 1px dotted #CCC;
}
div#dataB dl dd.lastChild {
	border-left: none;
}

/*------------企業理念-------------*/
h3.mission{
font-size:16px;
margin-bottom:15px;
margin-top:25px;
}

dt.mission_title{
color:#999900;
}

p.rinen{
border-bottom:35px;
}

span.mission_h3{
font-size:14px;
margin-left:10px;
}

/*----------------INDEX　齊藤追加-------------*/
ul.ul_A{
margin-left:20px;
}

ul.ul_A li{
list-style:url(file:///C|/Users/vcn/Documents/web/vcn/猪口さんコーディング/common/images/li_style.png);
float:left;
width:120px;
display:block;
}

ul.ul_B{
margin-left:20px;
}

dt.busTitle{
	border-left:#F90 3px solid;
	border-bottom:#CCC 1px dotted;
	padding-left:9px;
}

/*---------------カンボジア--------------*/
table.cambodia{
}

table.cambodia th{
	padding-left:5px;
	background-color:#EDEDDC;
	margin-bottom:2px;
	border-bottom:#CCC 1px dotted;
}

table.cambodia td{
	padding:3px 0 3px 4px;
	border-bottom:#CCC 1px dotted;
}
