@charset "utf-8";

/* 	other-category layout                                    
---------------------------------------------------------- */

/* 	sitemap layout                                    
---------------------------- */
body#sitemap .siteLink {
	margin-top: 10px;
}

body#sitemap .anchorLink03 {
	padding-top: 0;
	padding-left: 15px;
}

body#sitemap .siteLink li {
	display: block;
	padding-left: 9px;
	background: url(../../images/com_ic13.gif) no-repeat 0 0.5em;
	padding-bottom: 3px;
}
body#sitemap .siteLink li ul {
	padding-left: 20px;
	width: 660px;
	overflow: hidden;
}
body#sitemap .siteLink li ul li {
	display: block;
	float: left;
	width: 147px;
	margin-right: 12px;
	padding-left: 6px;
	background: url(../../images/com_ic42.gif) no-repeat 0 0.7em;
	padding-bottom: 3px;
}

body#sitemap .guideBox {
	clear: both;
	margin-top: 30px;
	padding: 8px 11px 20px;
	border: solid 1px #cccccc;
	background-color: #f5f5f5;
}
body#sitemap .guideBox dl.guideList {
	padding: 10px 10px 0;
	line-height: 1.2;
}
body#sitemap .guideBox dl.guideList dt {
	clear: both;
	float: left;
	display: block;
	width: 9em;
	padding-bottom: 7px;
	padding-left: 9px;
	background: url(../../images/com_ic13.gif) no-repeat 0 0.4em;
}
body#sitemap .guideBox dl.guideList dd {
	margin-left: 10em;
	padding-bottom: 7px;
}


/* 	inquiry layout                                    
---------------------------- */
body#inquiry #asideNavi .innerBlock .inquiryitem01 {
	margin-top: 5px;
	padding: 15px 10px;
	background-color: #f9f9f9;
}
body#inquiry #asideNavi .innerBlock .inquiryitem01 .text {
	margin-top: 5px;
	color: #666666;
	font-size: 80%;
}

body#inquiry .noteBox {
	clear: both;
	margin: 20px 0 0;
	padding: 11px 13px;
	background-color: #ffe8e8;
}
body#inquiry .noteBox .noteText {
	padding-left: 25px;
	padding-bottom: 3px;
	background: url(../../images/com_ic47.gif) no-repeat 0 0.1em;
}


body#inquiry th.required .icon img {
	margin-left: 12px;
	vertical-align: middle;
}
body#inquiry td.errorBlock {
	background-color: #ffe4e4;
}
body#inquiry .errorText {
	color: #ff0000;
	padding-left: 1em;
	text-indent: -1em;
}
body#inquiry ul.submit {
	margin-top: 20px;
}
body#inquiry ul.submit li {
	float: left;
}
body#inquiry ul.submit li.back {
	margin-right: 85px;
}

body#inquiry .finishBox {
	padding-top: 13px;
	background: url(../../../inquiry/images/inquiry_bg01.gif) no-repeat 0 0;
}
body#inquiry .finishBox .innerBlock {
	padding: 0 20px 15px;
	background: url(../../../inquiry/images/inquiry_bg01.gif) no-repeat 0 100%;
}

/* inquiryBox01 */
body#inquiry .inquiryBox01 {
	padding: 8px 9px 9px;
	background-color: #f2f2f2;
	border: solid 1px #cccccc;
}
body#inquiry .inquiryBox01 .title {
	text-align: center;
}
body#inquiry .inquiryBox01 .innerBlock{
	margin-top: 9px;
	padding: 23px 14px 22px;
	background-color: #ffffff;
	border: solid 1px #cccccc;
}
body#inquiry .inquiryBox01 .innerBlock .guidanceInfo {
	margin-top: 5px;
	padding-top: 1px;
	background: url(../../images/com_hr04.gif) repeat-x 0 0;
}
body#inquiry .inquiryBox01 .innerBlock .guidanceInfo dl {
	clear: both;
	padding: 6px 5px 11px 22px;
	background: url(../../images/com_hr04.gif) repeat-x 0 100%;
}
body#inquiry .inquiryBox01 .innerBlock .guidanceInfo dt {
	clear: both;
	float: left;
}
body#inquiry .inquiryBox01 .innerBlock .guidanceInfo dd {
	float: left;
}

/* form.html */
body#inquiry #class02 {
	display: none;
}

body#inquiry input.textbox {
	width: 250px;
}
body#inquiry .note {
	padding-left: 5px;
	white-space: nowrap;
}

/* 	notfuond.html                                    
---------------------------- */
body#notfound .noteBox {
	clear: both;
	margin: 20px 10px 0;
	padding: 11px 13px;
	background-color: #ffe8e8;
}
body#notfound .noteBox .noteText {
	padding-left: 23px;
	padding-bottom: 3px;
	background: url(../../images/com_ic47.gif) no-repeat 0 0.1em;
	font-weight: bold;
	font-size: 120%;
	color: #FF6600;
}

/* siteSearch */
body#notfound .noteBox .siteSearch {
	margin-top: 15px;
}
body#notfound .noteBox .siteSearch form {
	float: left;
	width: 219px;
}
body#notfound .noteBox .siteSearch .searchText {
	float: left;
	width: 166px;
	margin-right: 4px;
	padding: 1px 0 1px 2px;
	height: 14px;
	border: solid 1px #cccccc;
}
body#notfound .noteBox .siteSearch .searchBtn {
	float: left;
}
body#notfound .noteBox .siteSearch .methodLink {
	white-space: nowrap;
}


/* 	Clearfix Property
----------------------------------------------------------
for windows XP
		IE 6
		IE 7
		Fx 3
for windows Vista
		IE 7
for Mac OS X
		safari 3
---------------------------------------------------------- */
body#sitemap .siteLink li ul:after,
body#sitemap .guideBox dl.guideList:after,
body#inquiry ul.submit:after,
body#inquiry .inquiryBox01 .innerBlock .guidanceInfo dl:after,
body#notfound .noteBox .siteSearch:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	line-height: 0; 
	visibility: hidden;
}

body#sitemap .siteLink li ul,
body#sitemap .guideBox dl.guideList,
body#inquiry ul.submit,
body#inquiry .inquiryBox01 .innerBlock .guidanceInfo dl,
body#notfound .noteBox .siteSearch {
	zoom: 1;
}
