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

/* *************************************** */
/*     PS_template 2.02 (UTF-8 ver.)       */
/*       ver 2.0  Release : 2007.05.11     */
/*       ver 2.01 Release : 2007.05.15     */
/*       ver 2.02 Release : 2007.05.18     */
/* *************************************** */

/* ********** CSS Compatibility ********** */
/*   full:Win IE6,7;Firefox1.5,2.0;        */
/*        Mac Safari 1.3;Firefox 1.5,2.0;  */
/*   Not usable:                           */
/*        IE 5.5-;NC4                      */
/* *************************************** */

/* --------------- product --------------- */
/* category_list */
body#product ul.category_list {
}
body#product ul.category_list li {
	float: left;
	width: 193px;
	margin: 0 0 0.5em;
	padding:0 0 0 20px;
	background: url(/resource/images/common_images/list_mark_arrow.png) 0px 3px no-repeat;
}

/* sort_pager_box */
body#product div.sort_pager_box {
	margin-bottom: 15px;
	padding: 8px 2px 8px 8px;
	background: #feeede;
	border: 1px solid #e0cab5;
}

body#product div.sort_pager_box form.sort_form {
	float: left;
}
body#product div.sort_pager_box form.sort_form span {
	float: left;
	margin: 0 12px 0 0;
}
body#product div.sort_pager_box form.sort_form input#btn_sort {
	display: block;
	float: left;
	width: 56px;
	height: 18px;
	text-indent: -9999px;
	border-width: 0px;
	border-style: none;
	background: url(/resource/images/page_images/btn_sort.png) no-repeat;
	cursor: pointer;
}

body#product div.sort_pager_box div.pager_box {
	float: right;
}
body#product div.sort_pager_box div.pager_box p.page_number {
	float: left;
	margin: 0 20px 0 0;
	padding: 4px 0px;
	line-height: 1;
}
body#product div.sort_pager_box div.pager_box ul.pager {
	left: 0;
	margin: 0;
}
body#product div.sort_pager_box div.pager_box ul.pager li {
	left: 0;
}

/* product_list */
body#product ul.product_list {
}
body#product ul.product_list li {
	padding: 0;
	background: none;
	border-bottom: 1px solid #d9d9d9;
}

body#product ul.product_list li p.product_photo {
	float:left;
	width: 90px;
	margin: 0 15px 0 0;
	padding: 15px 0;
}
body#product ul.product_list li dl.product_info {
	float:left;
	width: 535px;
	padding: 15px 0;
}
body#product ul.product_list li dl.product_info dt {
	margin: 0 0 0.5em;
	font-size: 116%;
	font-weight: bold;
}
body#product ul.product_list li dl.product_info dt a {
	float: left;
}
body#product ul.product_list li dl.product_info dt span.new_mark {
	float: left;
	display: block;
	width: 38px;
	height: 16px;
	margin-left: 10px;
	text-indent: -9999px;
	background: url(/resource/images/page_images/new_mark.png) no-repeat;
}
body#product ul.product_list li dl.product_info dd a.btn_detail {
	display: block;
	width: 140px;
	height: 26px;
	margin: 0.5em 0 0;
	text-indent: -9999px;
	line-height: 1;
	background: url(/resource/images/page_images/btn_detail.png) left top no-repeat;
}
body#product ul.product_list li dl.product_info dd a.btn_detail:hover {
	background-position: left bottom;
}

body#product ul.product_list li dl.product_info dd span.category {
	font-size: 80%;
	background-color: #333333;
	color: #ffffff;
}

body#product ul.product_list li dl.product_info dd table.product_detail {
	border: none;
	margin:	0;
}

body#product ul.product_list li dl.product_info dd table.product_detail tr td {
	border: none;
	padding: 0;
}

/* --------------- product detail --------------- */
/* meta_data */
.product div.meta_data {
	position: relative;
	margin: -15px -15px 25px -15px;
	border-bottom: 1px solid #d8d8d8;
}
.product div.meta_data p.company_name {
	position: relative;
	float: left;
	margin: 0 0 5px 0;
	padding-left: 15px;
}
.product div.meta_data p.post_date {
	float: right;
	margin: 0 0 5px 0;
	padding-right: 15px;
}

/* product_detail */
.product div.product_detail {
	margin-bottom: 20px;
}
.product div.product_detail p.product_photo {
	float: left;
	width: 180px;
	margin: 0 20px 0 0;
}
.product div.product_detail p.product_photo img {
	display: block;
	margin-bottom: 15px;
}

.product div.product_detail div.product_info {
	float: left;
	width: 440px;
}
.product div.text_box div.product_detail div.product_info h2 {
	margin: 0 0 1em;
}

.product div.product_detail div.product_info p.btn_pdf {
	padding: 15px 0 0;
	border-top: 1px solid #D9D9D9;
}
.product div.product_detail div.product_info p.btn_pdf a {
	display: block;
	width: 240px;
	height: 30px;
	text-indent: -9999px;
	line-height: 1;
	background: url(/resource/images/page_images/btn_pdf.png) left top no-repeat;
}
.product div.product_detail div.product_info p.btn_pdf a:hover {
	background-position: left bottom;
}

/* product_inquiry_box */
.product div.product_inquiry_box {
	position: relative;
	margin-bottom: 30px;
	padding: 15px;
	background: #feeede;
	border: 1px solid #e0cab5;
}

.product div.product_inquiry_box h3 {
	position: relative;
	margin: -13px -13px 0;
	padding: 8px;
	color: #ffffff;
	text-align: center;
	background: #ca3535;
	border: none;
}

.product div.product_inquiry_box table {
	margin: 0 0 15px;
	border: none;
}
.product div.product_inquiry_box table th {
	background: none;
	border: none;
	border-bottom: 1px solid #e0cab5;
}
.product div.product_inquiry_box table td {
	border: none;
	border-bottom: 1px solid #e0cab5;
}
.product div.product_inquiry_box p {
	margin: 0;
}

.product p.btn_back_list a {
	display: block;
	width: 140px;
	height: 26px;
	text-indent: -9999px;
	line-height: 1;
	background: url(/resource/images/page_images/btn_back_list.png) left top no-repeat;
}
.product p.btn_back_list a:hover {
	background-position: left bottom;
}

/* --------------- inquiry --------------- */
.caution , .Ps_form_message {
	color: #c71515;
	font-style: normal;
}

.length_ss {
	width: 30px;
}
.length_s {
	width: 50px;
}
.length_m {
	width: 200px;
}
.length_l {
	width: 320px;
}
.length_xl {
	width: 400px;
}

.center input{
	margin: 0px 5px;
}

/* --------------- sitemap --------------- */
body#sitemap ul#sitemap_list {
}

body#sitemap ul#sitemap_list li {
	margin: 0 0 1.5em;
	padding: 0 0 0 20px;
	background:url(/resource/images/common_images/list_mark_arrow.png) 0px 3px no-repeat;
}

body#sitemap ul#sitemap_list li li {
	margin: 0;
	background:url(/resource/images/common_images/list_mark.png) 5px 7px no-repeat;
}
