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


/* テキストクラス　*/

.bold_12 {
	font-size: 12px;
	font-weight: bold;
}
.red_12 {
	color: #FF0000;
	font-size: 12px;
}



/*　フロートボックス
-------------------------------------------------------------------------*/
.Lbox {
	float: left;
}
.Rbox {
	float: right;
}




/*　サブページ　ラッパー
-------------------------------------------------------------------------*/
div#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}





/*　サブページ　ヘッダー
-------------------------------------------------------------------------*/
div#header {
	background-image: url(../image/common/headbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*　ロゴ　*/
div#logo {
	margin-left: 45px;
	float: left;
	margin-top: 25px;
}

*html div#logo {
	margin-left: 23px;
	float: left;
	margin-top: 25px;
}

/*　メニュー　*/
div#menu {
	padding-top: 85px;
	float: left;
	margin-left: 0px;
}
div#menu li {
	float: left;
	margin-right: 8px;
	margin-left: 24px;
}
*html div#menu li {
	float: left;
	margin-right: 20px;
	margin-left: 12px;
}
div#menu li a {
	display: block;
	text-indent: -9999px;
}
div#menu li#btn01 a,
div#menu li#btn01 {
	background-image: url(../image/common/menu01.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 62px;
}
div#menu li#btn02 a, div#menu li#btn02 {
	background-image: url(../image/common/menu02.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 70px;
}
div#menu li#btn03 a, div#menu li#btn03 {
	background-image: url(../image/common/menu03.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 70px;
}
div#menu li#btn04 a, div#menu li#btn04 {
	background-image: url(../image/common/menu04.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 70px;
}
div#menu li#btn05 a, div#menu li#btn05 {
	background-image: url(../image/common/menu05.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 84px;
}
div#menu li#btn06 a, div#menu li#btn06 {
	background-image: url(../image/common/menu06.jpg);
	background-repeat: no-repeat;
	height: 22px;
	width: 96px;
}
div#mainArea {
	margin-top: 20px;
}



/*　企業姿勢ページ　メイン
-------------------------------------------------------------------------*/
div#posture h3 {
	margin-bottom: 15px;
	margin-top: 3px;
}
div#posture div#section01 {
	margin-left: 40px;
	margin-bottom: 30px;
	margin-top: 40px;
}
div#posture div#section01 .Lbox {
	font-size: 11px;
	line-height: 160%;
	width: 53%;
}
div#posture div#section02 {
	margin-right: 40px;
	margin-bottom: 20px;
}
div#posture div#section02 .Rbox {
	font-size: 11px;
	line-height: 160%;
	width: 52%;
}
div#posture div#section03 {
	background-color: #000000;
	padding-top: 25px;
	padding-right: 131px;
	padding-bottom: 25px;
	padding-left: 96px;
	margin-top: 60px;
}
div#posture div#section03 .Lbox {
	font-size: 11px;
	line-height: 150%;
	color: #FFFFFF;
	width: 50%;
}
div#posture div#section03 .Rbox {
	padding-top: 45px;	
}
div#posture div#section03 div#shanhai {
	margin-top: 30px;
}


/*　会社ページ　メイン
-------------------------------------------------------------------------*/
div#company {
	margin-left: 114px;
	margin-top: 30px;
}
div#company h3 {
	padding-bottom: 10px;
}
div#president {
	padding-bottom: 40px;
}
div#company div#president .Lbox {
	width: 70%;
	font-size: 12px;
	line-height: 170%;
	padding-top: 10px;
	padding-left: 20px;
}
*html div#company div#president .Lbox {
	width: 64%;
}
div#company div#president .Rbox {
	margin-right: 25px;
}
*html div#company div#president .Rbox {
	margin-right: 20px;
}
div#company div#outline {
	margin-left: 20px;
}
div#company div.bold_12 {
	line-height: 140%;
	padding-bottom: 30px;
}
div#company div#outline .info {
	font-size: 12px;
	line-height: 120%;
	margin-bottom: 10px;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
div#company div#outline .info img {
	float: left;	
}
*:first-child+html div#company div#outline .info img {
	margin-top: 1px;	
}
div#company .info h4 {
	color: #1A4D9C;
	font-size: 12px;
	font-weight: bold;
}
div#company div#outline div#map {
	font-size: 12px;
	padding-top: 40px;
	padding-bottom: 30px;
}
div#company div#outline div#map .Lbox {
	width: 231px;
	margin-right: 20px;
	text-align: center;
}
div#company div#outline div#map .Lbox .red_12 {
	margin-top: 5px;
}
div#company div#outline div#map .secondLbox {
	float: left;
	line-height: 140%;
}
div#popup {
	padding: 20px;
}


/*　会社ページ　アクセスマップ　ポップアップ
-------------------------------------------------------------------------*/

div#popup .info {
	font-size: 12px;
	line-height: 160%;
	margin-bottom: 10px;
	width: 630px;
	margin-top: 10px;
	}
div#popup .info h4 {
	color: #1A4D9C;
	font-size: 12px;
	font-weight: bold;
}
div#product {
	margin-right: 65px;
	margin-left: 65px;
	padding-top: 30px;
}
div#product h3 {
	margin-bottom: 10px;
}
div#product .itemcol {
	padding-bottom: 60px;
}
div#product .Lbox {
	width: 320px;
}
div#product .Rbox {
	width: 320px;
}
div#product ul#globemenu {
	margin: 0px;
	padding: 0px;
	display: block;
}
div#product ul#globemenu li {
	height: 23px;
	width: 114px;
	margin-left: 10px;
	margin-top: 6px;
}
div#product ul#globemenu li a {
	height: 23px;
	width: 114px;
	outline: none;
	text-indent: -9999px;
	display: block;
}
div#product ul#globemenu li#globtn01 a {
	background-image: url(../image/product/top/globeBtn01.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn01,
div#product ul#globemenu li#globtn01 a:hover {
	background-image: url(../image/product/top/globeBtn01_over.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn02 a {
	background-image: url(../image/product/top/globeBtn02.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn02,
div#product ul#globemenu li#globtn02 a:hover {
	background-image: url(../image/product/top/globeBtn02_over.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn03 a {
	background-image: url(../image/product/top/globeBtn03.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn03,
div#product ul#globemenu li#globtn03 a:hover {
	background-image: url(../image/product/top/globeBtn03_over.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn04 a {
	background-image: url(../image/product/top/globeBtn04.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn04,
div#product ul#globemenu li#globtn04 a:hover {
	background-image: url(../image/product/top/globeBtn04_over.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn05 a {
	background-image: url(../image/product/top/detaleBtn.jpg);
	background-repeat: no-repeat;
}
div#product ul#globemenu li#globtn05,
div#product ul#globemenu li#globtn05 a:hover {
	background-image: url(../image/product/top/detaleBtn_over.jpg);
	background-repeat: no-repeat;
}




/*　新製品情報ページ
-------------------------------------------------------------------------*/

div#newitem {
	margin-top: 40px;
	margin-right: 70px;
	margin-left: 70px;
}
div#newitem h3 {
	font-size: 15px;
	line-height: 160%;
	margin-bottom: 30px;
}
div#newitem div#itemList {
	margin-left: -65px;
	padding-bottom: 30px;
}
div#newitem div#itemList p {
	font-size: 12px;
	color: #1A4D9C;
	line-height: 140%;
	margin-top: 5px;
}
div#newitem div#itemList .pdf img {
	width: 170px;
}
div#newitem div#itemList .itembox {
	float: left;
	width: 170px;
	margin-left: 65px;
	height: 320px;
}
div#newitem div#itemList .itembox_end {
	float: left;
	width: 170px;
}


/*　お問い合わせ
-------------------------------------------------------------------------*/

div#contact {
	width: 65%;
	margin-left: 170px;
	padding-top: 30px;
	padding-bottom: 30px;
}
div#contact h3 {
	padding-bottom: 30px;
}
*html div#contact {
	margin-left: 170px;
}
div#contact h2 {
	font-size: 16px;
	text-align: center;
}
div#contact .must {
	color: #E06DA5;
}
div#contact div.ask {
	display: block;
	float: left;
	width: 20%;
	padding-bttom: 5px ;
	font-size: 13px;
	padding-top: 5px;
}
div#contact div.ask02 {
	display: block;
	float: left;
	width: 20%;
	padding-bottom: 8px;
	font-size: 13px;
}
div#contact div.answer {
	display: block;
	float: left;
	width: 80%;
	padding-bottom: 5px;
	font-size: 13px;
}
div#contact div.answer02 {
	display: block;
	float: left;
	width: 80%;
	padding-bottom: 8px;
	font-size: 13px;
}
div#contact .text01 {
	width: 90%;
}
div#contact .text02 {
	width: 90%;
	height: 80px;
}
div#contact .text03 {
	width: 100%;
	height: 150px;
}
div#contact .sectionbox {
	padding-top: 20px;
	font-size: 13px;
}
div#contact .sectionbox p {
	font-size: 13px;
	padding-bottom: 10px;
	line-height: 140%;
}
div#contact .sectionbox .sqare {
	border: 1px solid #999999;
	padding: 5px;
}
div#contact div#kakunin {
	width: 87%;
	text-align: center;
}
*html div#contact div#kakunin {
	width: 87%;
}
div#contact div#kakunin h5 {
	font-size: 16px;
	line-height: 160%;
}
div#contact div#kakunin p {
	font-size: 12px;
	line-height: 160%;
}
div#contact .sectionbox .nextbtn {
	margin-left: 155px;
}

div#contact input#send {
	background-image: url(../image/contact/send.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 91px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
div#contact input#resetbtn {
	background-image: url(../image/contact/reset.jpg);
	background-repeat: no-repeat;
	height: 35px;
	width: 91px;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

/*　サブページ　フッター
-------------------------------------------------------------------------*/
div#footer {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

