﻿@charset "UTF-8";

/*
------------------------------------------------------------
Inpuiry PAGE CSS file
First Version:	2009.06.01
------------------------------------------------------------
*/

/*
	Inpuiry PAGE
	00 : Inpuiry Common
	01 : Inpuiry Top
	02 : Inpuiry Catalog
	03 : Sitemap
	04 : Privcy Policy
*/


/* 00 : Inpuiry Common
==========================================================*/
.InpuiryUlAtt {
	margin-top:15px;
}

.InpuiryUlAtt li {
	padding:0 0 15px 10px;
	font-size:10px;
	line-height:1.4em;
	background:url(../images/inquiry/inpuiry_att_bk.gif) no-repeat 5px 6px; 
}

.InpuiryBox {
	margin:20px 0 -25px 0;
	width:650px;
    border-collapse: collapse;
    border-spacing: 0;
}

.InpuiryBox input {
	margin-bottom:5px;
	padding:3px 0 0 3px;
	height:15px;
}

.InpuiryBox select {
	margin-bottom:5px;
}

.InpuiryBox th {
	width:213px;
	text-align:left;
	font-weight:bold;
	padding:10px 0 8px 11px;
	background:#f4f4f4 url(../images/glay_dotted_x.gif) repeat-x left top;
}

.InpuiryBox td {
	width:414px;
	padding:10px 0 8px 12px;
	background:#ffffff url(../images/glay_dotted_x.gif) repeat-x left top;
    word-wrap: break-word; /* IE 5.5+ */
}

.InpuiryBox td.InpuiryBottom {
	height:1px;
	background:url(../images/glay_dotted_x.gif) repeat-x left top;
}


.InpuiryAtt,.InpuiryBox th span {
	font-size:10px;
	color:#a50701;
}

.InpuiryConfirmBox {
	width:628px;
	padding:13px 11px;
	border:1px solid #d5d5d5;
	background:#f6f6f6;
}
* html .InpuiryConfirmBox { width:626px; }

.InpuiryConfirmBox p {
	padding-bottom:20px;
	font-size:10px;
	line-height:1.4em;
}

.InpuiryConfirmBox div {
	text-align:center;
}

.InpuiryConfirmBox input.submitBTN,.InpuiryConfirmBox input.resetBTN {
	margin:15px 0 10px 0;
	width:200px;
	height:48px;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	border:none;
	cursor:pointer;
}
.InpuiryConfirmBox input.submitBTN {
	background:#a50701;
}
.InpuiryConfirmBox input.resetBTN {
	background:#939393;
}


/* 01 : Inpuiry Top 
==========================================================*/



/* 02 : Inpuiry Catalog
==========================================================*/
.CatalogAtt {
	margin:10px 0 0 0;
	font-size:10px;
	line-height:1.4em;
}

.Catalogh4 {
	clear:both;
	margin:0 0 20px 0;
	padding:10px 0 8px 10px;
	line-height:1.0em;
	color:#010101;
	font-weight:bold;
	background:#f4f4f4;
	border-left:3px solid #d4d4d4;
}

.CatalogSelectBox {
	width:660px;
}
.CatalogSelectBox:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.CatalogSelectBox { display: inline-block; }

/* exclude MacIE5 \*/
* html .CatalogSelectBox{ height: 1%; }
.CatalogSelectBox { display:block; }
/* end MacIE5 */

.CatalogSelectBox .left {
	float:left;
	width:325px;
	margin-right:10px;
}

.CatalogSelectBox .right {
	float:left;
	width:325px;
}

.CatalogSelectBox ul {
	margin:2px 0 15px 10px;
}

.CatalogSelectBox ul li {
	padding:0 0 5px 24px;
}

.CatalogSelectBox ul li.pdf {
	background:url(../images/icon_pdf.gif) no-repeat 0 1px;
}
.CatalogSelectBox ul li.dl {
	background:url(../images/icon_dl.gif) no-repeat 0 1px;
}


/* 03 : Sitemap
==========================================================*/
.subheadingTop a,.subheading a {
	padding-right:20px;
	font-weight:bold;
	color:#010101;
	background:url(../images/sitemap_h4_bk.gif) no-repeat right top;
}

.SitemapBoxWrap {
	float:left;
	width:325px;
}

.SitemapBox {
	width:315px;
	margin-left:5px;
}
*html .SitemapBox { width:310px; }

.SitemapBoxRight { margin-left:10px; }

.SitemapBox ul {
	margin:0;
	padding:0;
}

.SitemapBox ul { line-height:1.0em; }
.SitemapBox ul li { line-height:1.8em; }
* html .SitemapBox ul li { line-height:1.8em; }
*+html .SitemapBox ul li { line-height:1.8em; }


.SitemapBox ul li .secound { line-height:0.8em; }

.SitemapBox ul li ul.secound {
	margin:0 0 0 0;
}

* html .SitemapBox ul li ul.secound {
	margin:-10px 0 0 0;
}
*+html .SitemapBox ul li ul.secound {
	margin:-10px 0 0 0;
}

.SitemapBox ul li ul.secound {
	padding-left:16px;
}

.centerLine {
	clear:both;
	width:650px;
	height:3px;
	margin:40px 0 40px 10px;
	padding:30px 0 0 0;
}
* html .centerLine { margin:10px 0 30px 10px;;padding:0 0 0 0; }
*+html .centerLine { margin:30px 0 30px 10px;padding:0 0 0 0; }

.centerLine:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.centerLine { display: inline-block; }

/* exclude MacIE5 \*/
* html .centerLine { height: 1%; }
.centerLine { display:block; }
/* end MacIE5 */


.SitemapWrap320 {
	float:left;
	width:325px;
	margin:20px 0 0 0;
}

.SitemapWrapMargin {
margin-left:10px;
}
* html .SitemapWrapMargin { margin-left:10px; }

.SitemapWrap320 .SitemapBox {
	width:315px;
	margin-left:10px;
}
* html .SitemapWrap320 .SitemapBox  { margin-left:5px; }

.SitemapPortfolio li {
	display:block;
	float:left;
	width:320px;
}



/* 04 : Privcy Policy
==========================================================*/
.Policy {
	padding:10px 20px 0 30px;
	list-style-type: decimal;
}

.Policy li  {
	padding:5px 0;
	line-height:1.8em;
	
}

.Policy li ul {
	padding:10px 0 0 30px;
	list-style-type: decimal;
}
.Policy li ul li {
	padding:0;
	font-size:10px;
}









