@charset "utf-8";
/* ----------------------------------------
 * 0. Reset Module
 * ---------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,input,textarea,
p,blockquote,th,td{
	padding: 0;
	margin: 0;
}

table{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img{
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

li {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

q:before,q:after{
	content: '';
}

abbr,acronym {
	border: 0;
	font-variant: normal;
}

sup,sub {
	line-height: -1px;
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input, textarea, select{
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
}
/* ----------------------------------------
 * 1. Structure Module
 * ---------------------------------------- */
html {
	overflow-y: scroll;
}

/* ----------------------------------------
 * 2. Text Module	
 * ---------------------------------------- */
table th,
table td { 
	line-height: 1.231;
}
table th span.noWrap,
table td span.noWrap{
	white-space: nowrap;
}

body {
	color: #333;
	background-color: #fff;
}
.bold,
strong {
	font-weight: bold;
}
.upperTrans {
	text-transform: uppercase;
}
p.textRight,
div.textRight p {
	text-align: right;
}

.center {
	text-align:center;
}
.space{
	letter-spacing: 1em;
}
#contents #main .noneMB,
#contents #main .noneMB p{
	margin-bottom: 0;
}

.red,
.colorTypeA{
	color: #FF0000;
}
.colorTypeB{
	color: #333;
}
.colorTypeC{
	color: #036;
}
.unIndent{
	text-indent: -1em;
}

#index #main .productLineUp h3,
#normal #main .productLineUp h3,
#brand #main .productLineUp h3,
#main .companyProfile h3,
#main .inquiry h3,
#main .policy h3,
#main .sitemap h3,
#main .qcl h3,
#top #main .productLineUp h2 {
	color: #fff;
	font-size: 123.1%;
	text-transform: uppercase;
	text-align: left;
}
#index #main .productLineUp h3 span,
#normal #main .productLineUp h3 span,
#brand #main .productLineUp h3 span,
#main .companyProfile h3 span,
#main .inquiry h3 span,
#main .map h3 span,
#main .policy h3 span,
#main .sitemap h3 span,
#main .qcl h3 span,
#top #main .productLineUp h2 span{
	display: block;
	padding: 8px 14px;
	background: url(../img/bg_heading.jpg) no-repeat left center;
}

#top #main .productLineUp h2{
	margin-top:14px;
}

#top #main .productLineUp h3{
	background-color:#e4e4e4;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom:10px;
	margin-left:110px;
}
#top #main .productLineUp h3 a{
	background:url(../img/listmark02.gif) no-repeat 6px 50%;
	display:block;
	padding:5px 0 5px 18px;
}
#normal #main .productLineUp h4,
#main .policy h4,
#main .map .section h4,
#main .inquiry .section h4,
#main .companyProfile h4,
#main .qcl h4,
#brand #main .productLineUp h4{
	font-size:117%;
	text-align:left;
}
#normal #main .productLineUp h4,
#main .policy h4,
#main .map .section h4,
#main .inquiry .section h4,
#main .qcl h4,
#brand #main .productLineUp h4{
	background-color:#e4e4e4;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	margin-bottom:10px;
}
#main .policy h4,
#main .map .section h4,
#normal #main .productLineUp h4,
#brand #main .productLineUp h4{
	text-transform:uppercase;
}

#main .inquiry .section h4,
#main .map .section h4,
#main .qcl h4,
#normal #main .productLineUp h4,
#brand #main .productLineUp h4{
	line-height:2;
}
#main .companyProfile h4{
	color: #C36;
	line-height:1.6;
}
#main .inquiry .section h4,
#main .qcl h4,
#main .map .section h4{
	padding-left:1em;
}
#main .policy h4{
	margin-top:30px;
	padding:.25em 1em;
}
#normal #main .productLineUp h4,
#brand #main .productLineUp h4{
	text-indent:1em;
}

#main .inquiry h3,
#main .policy h3,
#main .companyProfile h3{
	margin-bottom: 15px;
}

#normal #main .productLineUp table.lineup th,
#normal #main .productLineUp table td.center,
#normal #main .productLineUp .section .inner,
#brand #main .productLineUp table.lineup th,
#brand #main .productLineUp table td.center,
#brand #main .productLineUp .section .inner,
#main .inquiry,
#main .map .sectionMap{
	text-align: center;
}


/* ----------------------------------------
 * 3. HyperText Module 
 * ---------------------------------------- */
a:link {
	color: #036;
	text-decoration: underline;
}

a:visited {
	text-decoration: underline;
}

a:hover {
	color: #63c;
	text-decoration: none;
}

a:active {
	color: #63c;
	text-decoration: none;
}

/* ----------------------------------------
 * 4. Table Module 
 * ---------------------------------------- */

table.normal {
}

table.normal th,
table.normal td{
	padding: 0.5em;
	border: 1px solid #999;
}

table.normal th,
table.normal caption {
	text-align: center;
}

/* ----------------------------------------
 * 5. List Module
 * ---------------------------------------- */
ul.normal {
	padding-left: 13px;
	margin-left: 13px;
}

ol.normal {
	padding-left: 20px;
	margin-left: 20px;
}

ul.normal li {
	list-style-type: disc;
	list-style-position: outside;
}

ol.normal li {
	list-style-type: decimal;
	list-style-position: outside;
}
/*ol.normal ol li {
	list-style-type: none;
}
*/
/* ----------------------------------------
 * 6. Image Module
 * ---------------------------------------- */
img,a img {
	vertical-align: bottom;
	background-color: transparent;
}

a:hover img.overCSS
/*input.overCSS*/{
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* ----------------------------------------
 * 7. Javascript Class Module
 * ---------------------------------------- */
.over {}
.btn {}

/* ----------------------------------------
 * 8. ClearFix Module
 * ---------------------------------------- */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    line-height:0; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



