@charset "shift_jis";
/* ------------------------------------------------
	import
------------------------------------------------ */

@import "base.css";
@import "layout.css";
@import "clear.css";

/* ------------------------------------------------
	use fontSizeSwitcher
	
@import "../fontSizeSwitcher/fontSizeSwitcher.css";

------------------------------------------------ */
html {
	overflow-y: scroll;
	overflow-x: hidden;
}
body {
	font-family: "ＭＳ Ｐゴシック",Arial, verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku GothicPro", osaka, sans-serif;
	color: #171717;
	padding: 0px;
	margin: 0px auto;
	text-align: center;
	background:#6c2b2f url(../img/bk_top.gif) repeat-x left top;
}
body.body_top #container {
	background:#fff7ea url(../img/bk_toppage.gif) repeat-x left top;
}
body.body_top #wrap {
	background:none;
	padding-top:0px;
}
body.body_top #footer {
	background:#6c2b2f;
}
a {	text-decoration: underline;}
a:link {	color: #332107}
a:visited {	color: #332107}
a:hover {	color: #e77e01}
a:active {	color: #332107}



select,
input[type="text"],
input[type="password"],
textarea {
	padding:2px;
	border: solid 1px #999;
	background-color:#fff7ea;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
	border: solid 1px #999;
	background-color:#fff;
}

.row {
	margin-bottom:10px;
}

.btn_area input {
	background:url(../../form/inquiry/img/btn_confirm.gif) no-repeat 0px 0px;
	width:210px;
	height:36px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	margin:0px auto;
}

p {
	font-size:1em;
	margin: 0px 5px 12px 0px;
}






/*		font resize
------------------------------------------------ */

.s {	font-size: 0.83em;}
.m {	font-size: 1.0em;}
.l {	font-size: 1.17em;}
.b {	font-weight: bold;}
sup {	vertical-align:top;}


/*		pagetop
------------------------------------------------ */
.pagetop {
	margin: 12px 0 0 0;
	padding: 0px;
	clear: both;
}
.pagetop a{
	width: 90px;	/* pagetop.gifの幅 */
	height: 11px;	/* pagetop.gifの高さ */
	display: block;
	float: right;
	text-indent: -5000px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(../img/pagetop.gif);
}

/*		pagetop マウスオーバーする場合のみ
------------------------------------------------ */
.pagetop a:hover {background-position: 0px -11px;}

#contents .pagetop {	margin-bottom: 30px;}



/* -------------------------------------------------------------------
		setup icon example
		
		*　詳細はこちら

		<div class="detail"><a href="#"></a></div>

.detail {
	background:  url(../img/arrow.gif) no-repeat 0px 2px;
	padding-bottom:3px;
	padding-left:0;
	float:right;
}

------------------------------------------------------------------- */
		
/* -------------------------------------------------------------------
		*　ポップアップウィンドウ
		<a class="popup" href="#"></a>

.popup {
	background:  url(../img/i_popup.gif) no-repeat 0px 2px;
	padding-bottom:3px;
	padding-left:0;
}

------------------------------------------------------------------- */

/* -------------------------------------------------------------------
		*　自動ターゲットblank
		<a class="blank" href="#"></a>

.blank {
	background:  url(../img/i_blank.gif) no-repeat 0px 2px;
	padding-bottom:3px;
	padding-left:18px;
}
		
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
		*　画像マウスオーバー時半透明
		<a class="imghover" href="#"><img src="" /></a>

.imghover:hover img {
	filter:alpha(opacity=70);
	opacity:0.7;
}

------------------------------------------------------------------- */



/*		common position
------------------------------------------------ */
.left {		float: left}
.right {	float: right}
.center {	text-align:center;}
.clear {	clear: both}
.section { 	margin-bottom:15px;}

a.arrow {
	background:url(../img/arrow_red.gif) no-repeat left center;
	padding-left:16px;
}

/*		color
------------------------------------------------ */
.red {	color:#a61019;}

/*		回り込み画像
------------------------------------------------ */
.pict {
	float:right;
	margin-left:18px;
	margin-bottom:10px;
}
.pict2 {
	float:left;
	margin-right:18px;
	margin-bottom:10px;
}

/*		list
------------------------------------------------ */
ul.list li {
	background:url(../img/list.gif) no-repeat 0px 5px;
	margin-bottom:4px;
	padding-left:16px;
}


/*		table
------------------------------------------------ */

.table th,
.table td {
	text-align:left;
	padding:10px 13px;
}
.table th {
	background:#e9ddc9;
	border-bottom:2px solid #fff7ea;
	border-right:6px solid #fff7ea;
}
.table td {
	border-bottom:1px solid #ebe1d2;
}





/*		top page
------------------------------------------------ */
iframe {
	width:372px;
	height:62px;
	margin:0 0 6px 0;
	padding:0px;
	border:0px;
}
.whatsnew p {
	margin-bottom:7px;
}

.top_leftbox,
.top_centerbox,
.top_rightbox {
	float:left;
	display:inline;
}
.top_leftbox {
	width:380px;
	margin:0 20px 0 0;
}
.top_centerbox {
	width:252px;
	margin:0 20px 0 0;
	_margin:0 15px 0 0;
}
.top_rightbox {
	width:158px; /* 178 */
	background:#f2ebdf;
	padding:10px;
}
.bnr_shopmedia {
	margin-bottom:10px;
}
.contents {
	margin-bottom:6px;
}
.body_top .key {
	background:url(../img/swf_bg.jpg) no-repeat 0px 0px;
	width:850px;
	height:407px;
}

/*		company
------------------------------------------------ */

.company_left h2,
.company_right h2 {
	width:409px;
	height:41px;
	text-indent:-9999px;
	margin-bottom:12px;
}
.company_left h2 {
	background:url(../../info/img/h2_company.gif) no-repeat 0px 0px;
}

.company_right h2 {
	background:url(../../info/img/h2_development.gif) no-repeat 0px 0px;
}

.body_company .table th span {
	background:url(../img/i_square.gif) no-repeat left center;
	padding-left:15px;
}

.company_left {float:left;}
.company_right {float:right;}

.company_privacy {
	border-top:1px dotted #3c280c;
	padding-top:17px;
	margin-top:38px;
}
span.btn_privacy a {
	text-indent:-9999px;
	display:block;
	background:url(../../info/img/btn_privacy.gif) no-repeat 0px 0px;
	width:244px;
	height:43px;
	float:left;
	margin-right:16px;
	overflow:hidden;
}
span.btn_privacy a:hover {
	background-position:0px -43px;
}


/*		privacy
------------------------------------------------ */

.body_privacy h2 {
	font-weight:normal;
	margin-bottom:28px;
}

.body_privacy h3 {
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:850px;
	height:41px;
	margin-bottom:4px;
	text-indent:-9999px;
}
h3.privacy_01 {background:url(../../info/img/h3_privacy01.gif)}
h3.privacy_02 {background:url(../../info/img/h3_privacy02.gif)}
h3.privacy_03 {background:url(../../info/img/h3_privacy03.gif)}
h3.privacy_04 {background:url(../../info/img/h3_privacy04.gif)}



/*		inquiry
------------------------------------------------ */

.body_inquiry h2,
.body_inquiry_confirm h2 {
	width:850px;
	height:36px;
	margin-bottom:18px;
	text-indent:-9999px;
}

.body_inquiry h2 {
	background:url(../../form/inquiry/img/h2_inquiry.gif) no-repeat 0px 0px;
}

.body_inquiry_confirm h2 {
	background:url(../../form/inquiry/img/h2_confirm.gif) no-repeat 0px 0px;
}

.bgbox {
	background:#e9decc;
	padding:16px 20px;
}

.table_form {
	width:810px;
	margin:36px auto 30px;
}
.table_form tr {
}
.table_form th,
.table_form td {
	text-align:left;
	vertical-align:top;
	border-bottom:1px solid #dad0c1;
}
.table_form th {
	font-weight:normal;
	background:url(../img/i_square_red.gif) no-repeat 12px 19px;
	padding:13px 26px;
}

.table_form td {
	padding:13px 0px;
}

.body_inquiry_confirm .table th {width:25%;}

.body_inquiry table a,
.body_inquiry_confirm table a {
	text-decoration:none;
}
td.cell_submit {
	text-align:center;
}

/*		entry
------------------------------------------------ */
.body_entry h3,
.body_entry_confirm h3 {
	width:670px;
	height:27px;
	margin-bottom:10px;
	text-indent:-9999px;
}


.body_entry .table_form {
	width:670px;
	margin:36px auto 30px;
}
.body_entry h2 {
	width:850px;
	height:60px;
	margin-bottom:20px;
	text-indent:-9999px;
	background:url(../../form/entry/img/h2_entry.gif) no-repeat 0px 0px;
}
.body_entry h3 {
	background:url(../../form/entry/img/h3_entry.gif) no-repeat 0px 0px;
}
.body_entry_confirm h3 {
	background:url(../../form/entry/img/h2_confirm.gif) no-repeat 0px 0px;
}

.body_entry .table_form table tr,
.body_entry .table_form table th,
.body_entry .table_form table td {
	text-align:left;
	font-weight:normal;
	margin:0px;
	padding:0px;
	border:none;
	background:none;
}
.body_entry .table_form table th {
	padding-right:12px;
}

span.entry_career {
	font-weight:bold;
	font-size:1.23em;
	color:#6c2b2f;
	display:block;
	margin-bottom:8px;
}
.body_entry_confirm .table th {width:30%;}

.body_entry table a,
.body_entry_confirm table a {
	text-decoration:none;
}

/*		shop
------------------------------------------------ */
.body_shop h2 {
	width:850px;
	text-indent:-9999px;
}
.body_shop h2.shop_super_market {
	background:url(../../shop/img/h2_super_market.gif) no-repeat 0px 0px;
	height:45px;
	margin-bottom:22px;
}
.body_shop h2.shop_recycle_shop {
	background:url(../../shop/img/h2_recycle_shop.gif) no-repeat 0px 0px;
	height:71px;
	margin-bottom:9px;
}
.body_shop .section {
	margin-bottom:33px;
}
.shop_anchor {
	background:#e9decc;
	margin-bottom:53px;
	padding:15px;
}
.shop_anchor dl dt,
.shop_anchor dl dd {
	float:left;
}
.shop_anchor dl dt {
	margin-right:19px;
}
.shop_anchor dl dd {
	padding-top:6px;
}
.shop_anchor li {
	float:left;
	margin-right:22px;
}
.shop_anchor a {
	padding-left:16px;
	font-weight:bold;
}
.anchor_super_market {
	margin-bottom:7px;
}
.anchor_super_market a {
	background:url(../img/arrow_red.gif) no-repeat left center;
}
.anchor_recycle_shop a {
	background:url(../img/arrow_green.gif) no-repeat left center;
}
.shop_map {
	width:380px;
	float:left;
}
.shop_map a.arrow {
	background:url(../img/arrow_red.gif) no-repeat left center;
	padding-left:16px;
}
.shop_map .map {
	border:1px solid #a69881;
}
.shop_information {
	width:440px;
	float:right;
}
.shop_detail {
	padding-left:10px;
}
.shop_detail dl {
	margin-bottom:7px;
}
.shop_detail dl dt,
.shop_detail dl dd {
	float:left;
}
.shop_detail dl dt {
	margin-right:11px;
}
.body_shop #contents .section .pagetop {
	margin-bottom:0px;
}


.body_shop h3 {
	text-indent:-9999px;
	margin-bottom:9px;
	width:440px;
	height:34px;
}
h3.shop_tsuruyamadai {background:url(../../shop/img/shop_tsuruyamadai.gif) no-repeat 0px 0px;}
h3.shop_hagoromo {background:url(../../shop/img/shop_hagoromo.gif) no-repeat 0px 0px;}
h3.shop_hatsushiba {background:url(../../shop/img/shop_hatsushiba.gif) no-repeat 0px 0px;}
h3.shop_mikunigaoka {background:url(../../shop/img/shop_mikunigaoka.gif) no-repeat 0px 0px;}
h3.shop_mozu {background:url(../../shop/img/shop_mozu.gif) no-repeat 0px 0px;}
h3.shop_sayama {background:url(../../shop/img/shop_sayama.gif) no-repeat 0px 0px;}


.shop_attach {
	background:#fff;
	border:3px solid #dcd6ce;
	width:189px; /* 211 */
	margin-right:8px;
	padding:8px;
	float:left;
}
.shop_attach2 {
	background:#fff;
	border:3px solid #dcd6ce;
	width:189px; /* 211 */
	margin-right:0px;
	padding:8px;
	float:left;
}
.shop_detail .shop_attach dl,
.shop_detail .shop_attach2 dl {
	margin:0px;
	padding:0px;
}
.shop_detail .shop_attach dl dt,
.shop_detail .shop_attach dl dd,
.shop_detail .shop_attach2 dl dt,
.shop_detail .shop_attach2 dl dd {
	margin:0px;
	padding:0px;
	float:none;
	font-size:0.95em;
	line-height:1;
}
.shop_detail .shop_attach dl dt,
.shop_detail .shop_attach2 dl dt {
	margin-bottom:7px;
	float:none;
}
.shop_detail .shop_attach dl dd ul li,
.shop_detail .shop_attach2 dl dd ul li {
	margin:0 0 4px 9px;
}
.shop_detail .shop_attach dl dd ul li.i_place,
.shop_detail .shop_attach2 dl dd ul li.i_place {
	background:url(../../shop/img/i_place.gif) no-repeat left center;
	padding-left:22px;
}
.shop_detail .shop_attach dl dd ul li.i_time,
.shop_detail .shop_attach2 dl dd ul li.i_time {
	background:url(../../shop/img/i_time.gif) no-repeat left center;
	padding-left:22px;
	margin-bottom:0px;
}

/*		commission
------------------------------------------------ */
.body_commission .path {
	margin-bottom:6px;
}
.body_commission h2 {
	width:850px;
	height:194px;
	background:url(../../commission/img/h2_commission.jpg) no-repeat 0px 0px;
	text-indent:-9999px;
	margin:0 0 22px 0;
}
.commission_example {
	margin:0 0 39px 0;
}
.commission_example ul li {
	float:left;
	margin:0 29px 0 0 ;
}
.commission_example ul li.odd {
	margin-right:0px;
}
.commission_example ul li dt {
	margin-bottom:9px;
}
.commission_example ul li dd {
	text-align:center;
}
.howto_inquiry {
	width:510px; /* 564 */
	min-height:101px; /* 137 */
	_height:101px;
	padding:15px 40px 10px 18px;
	background:url(../../commission/img/commission_inquiry_bk.gif) no-repeat left top;
}
.howto_inquiry dl dt {
	background:url(../img/i_kome.gif) no-repeat 0px 5px;
	margin-bottom:7px;
	padding-left:16px;
	font-weight:bold;
	font-size:1.07em;
}
.howto_inquiry dl dd dl {
	padding-left:16px;
}
.howto_inquiry dl dd dt,
.howto_inquiry dl dd dd {
	float:left;
}
.howto_inquiry dl dd dt {
	background:none;
	margin:0px;
	padding:0 8px 0 0;
	font-weight:normal;
	font-size:1em;
}
.copy {
	margin:0 0 15px 0;
}
.commission_inquiry p.right {
	margin-top:27px;
}


/*		catalog
------------------------------------------------ */
.catalog_head {
	margin-bottom:30px;
}
.adobe_reader {
	width:290px;
	min-height:43px; /* 67 */
	background:#efe5d6;
	padding:12px 12px 12px 14px;
	float:right;
}
p.catalog_explain {
	float:left;
	width:520px;
}
.adobe_reader dt,
.adobe_reader dd {
	float:left;
}
.adobe_reader dt {
	margin:6px 9px 0 0;
}
.adobe_reader dd {
	font-size:10px;
	line-height:1.5;
}

.catalog_howto {
	padding:0px 20px;
}
.body_catalog h2 {
	width:850px;
	height:41px;
	background:url(../../catalog/img/h2_catalog_howto.gif) no-repeat 0px 0px;
	text-indent:-9999px;
	margin:0 0 25px 0;
}
.catalog_list {
	margin-bottom:48px;
}
.catalog_list dl {
	width:412px;
}
.catalog_list dt {
	margin-bottom:16px;
	border:1px solid #3c280c;
}
.catalog_list dt img {
	border:5px solid #fff;
}
.catalog_list dd {
	text-align:center;
}
.catalog_howto_explain {
	width:357px;
	float:right;
	border-left:1px dotted #7d715d;
	padding-left:25px;
	display:inline;
}
.catalog_howto_explain dl {
	margin-bottom:12px;
}
.catalog_howto_explain dl dd {
	padding-left:50px;
}


/*		card
------------------------------------------------ */
.body_card h2.card_offer {
	width:841px;
	height:128px;
	margin-bottom:41px;
	background:url(../../card/img/h2_card.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
.whats_card {
	width:810px;
	margin:0px auto 46px;
}
.whats_card h3 {
	height:105px;
	background:url(../../card/img/h3_whats_the_card.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
.whats_card p {
	margin-bottom:0px;
}
.amenity_7th {
	height:1065px;
	width:850px;
	margin-bottom:45px;
	background:url(../../card/img/amenity_bk.jpg) no-repeat 0px 226px;
}
.amenity_7th h2 {
	height:226px;
	background:url(../../card/img/h2_amenity_7th.jpg) no-repeat 0px 0px;
	text-indent:-9999px;
}
.amenity_7th dl {
	background:url(../../card/img/border_amenity.gif) no-repeat left bottom;
	padding-bottom:8px;
	width:721px;
	margin:0px auto 8px 61px;
}
.amenity_7th dl.end {
	background:none;
	_padding-bottom:220px;
}
.amenity_7th dl dt,
.amenity_7th dl dd {
	float:left;
}
.amenity_7th dl dt {
	margin-right:21px;
}
.bgbox p {
	margin-right:12px;
	margin-bottom:0px;
	float:left;
	display:inline;
}
.bgbox dl {
	float:left;
}
.bgbox dl dt {
	margin-top:4px;
	margin-bottom:6px;
}
h2.issuance {
	background:url(../../card/img/h2_issuance.gif) no-repeat 0px 0px;
	width:570px;
	height:91px;
	margin-bottom:20px;
	text-indent:-9999px;
}
.card_explain {
	float:left;
	width:590px;
}
.card {
	background:#f1e8d8;
	border:3px solid #3c280c;
	padding:13px 7px 10px;
	width:210px; /* 232 */
	float:right;
}
.card dt {
	margin-bottom:4px;
}
.card ul {
	width:199px;
	margin:0px 0px 0px 8px;
}
.card ul li {
	margin-bottom:5px;
}

/*		card
------------------------------------------------ */
.product {
	background:url(../../product/img/product_box_bk.jpg) no-repeat 0px 0px;
	width:787px; /* 810 */
	height:240px; /* 263 */
	margin:0px auto 27px;
	padding:23px 0px 0px 23px;
	position:relative;
}

.body_product h2 {
	margin:0px 0px 20px 0px;
}
.body_product .bgbox {
	margin-bottom:43px;
}
table.photo {
	width:192px;
	height:216px;
	float:left;
}
table.photo td {
	text-align:center;
	vertical-align:middle;
}
.product_detail {
	float:right;
	width:545px; /* 545 */
	margin-right:24px;
	display:inline;
}
.product_detail h3 {
	font-size:1.83em;
	margin-bottom:4px;
	line-height:1.1;
}
.product_detail h3 span {
	display:block;
	margin-bottom:16px;
	padding:7px 0 0 27px;
	font-size:13px;
}
.product_detail dl dt,
.product_detail dl dd {
	display:inline;
	font-weight:bold;
	line-height:1.2;
}
.product_detail dl dt {
	padding:0px 5px 0px 2px;
}
.product_detail dl dd {
	font-size:1.35em;
	color:#a61019;
}
.price {
	height:48px;
}
.product_explain {
	width:544px;
	background:#faeede;
	position:absolute;
	top:153px;
	left:242px;
}
.product_detail p {
	background:url(../../product/img/product_massage_bk.gif) repeat-y 0px 21px;
	margin:-3px 0px 0px 0px;
	padding: 0 14px 6px 17px;
	line-height:2;
	width:513px;
}

/*		recruit - employment
------------------------------------------------ */
h2.recruit_employment {
	width:850px;
	height:60px;
	margin-bottom:20px;
	background:url(../../recruit/img/h2_employment.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
.body_recruit h3 {
	margin-bottom:17px;
}
.body_recruit table {
	background:#726755;
	margin:0 0 26px 0;
}
.body_recruit table th,
.body_recruit table td {
	background:#fff;
	text-align:left;
	vertical-align:top;
	padding:6px 8px;
}
.body_recruit table th {
	background:#f0e0c8;
}
.body_recruit table th {
	white-space:nowrap;	
}

table.entry_table {
	margin-bottom:20px;
}

#contents th.cell_green {background:#f0f7d5;}
#contents th.cell_blue {background:#edf4fe;}
#contents th.cell_red {background:#fdeff2;}
#contents th.cell_orange {background:#fcefe5;}

p.btn_entry {
	text-align:center;
	margin-bottom:20px;
}

table.in_table {
	margin:0px;
	padding:0px;
	background:#fff;
}

table.in_table td {
	border-bottom:1px dotted #ccc;
}

/*		recruit - staff
------------------------------------------------ */
h2.staff_voice {
	width:850px;
	height:60px;
	margin-bottom:20px;
	text-indent:-9999px;
	background:url(../../recruit/img/h2_staff.gif) no-repeat 0px 0px;
}

h3.staff_description,
h3.staff_voice {
	background-position:0px 0px;
	background-repeat:no-repeat;
	width:850px;
	height:41px;
	margin-bottom:19px;
	text-indent:-9999px;
}

h3.staff_description {
	background:url(../../recruit/img/h3_description.gif) no-repeat 0px 0px;
}
h3.staff_voice {
	background:url(../../recruit/img/h3_voice.gif) no-repeat 0px 0px;
}


.staff_description_box {
	margin-bottom:30px;
}
.staff_description_box p.pict2 {
	margin-right:25px;
}
.staff_description_box p.pict {
	margin-left:25px;
}
.staff_description_box dt {
	margin-bottom:14px;
}
.staff_description_box dd {
	margin-bottom:10px;
}

.btn_staff ul li {
	float:left;
	margin:18px 14px 18px 0;
}
.btn_staff ul li.end {
	margin-right:0px;
}

/*		recruit - index
------------------------------------------------ */

h2.president_copy {
	width:452px;
	height:44px;
	margin-bottom:19px;
	text-indent:-9999px;
	background:url(../../recruit/img/h2_president.gif) no-repeat 0px 0px;
}

h2.about_ikechu {
	width:850px;
	height:59px;
	margin-bottom:28px;
	text-indent:-9999px;
	background:url(../../recruit/img/h2_about.gif) no-repeat 0px 0px;
}

.president_box {
	margin:0 0 45px 0;
}
.president_box p span {
	display:block;
	margin-bottom:12px;
}
p.president_name {
	padding-top:7px;
	text-align:right;
	margin-bottom:0px;
}

.about_ikechu_box {
	margin-bottom:20px;
}
.about_ikechu_box dd span {
	display:block;
	margin-bottom:10px;
}
.about_ikechu_box p.pict2 {
	margin:0 24px 0 0;
}
.about_ikechu_box p.pict {
	margin:0 0 0 24px;
}
.bnr_recruit {
	padding:20px 0px 5px;
}
.bnr_recruit li {
	float:left;
	margin:17px 21px 0 0;
}
.bnr_recruit li.odd {
	margin:0px;
}
.recruit_bgbox {
	background:#f1e7d6;
	padding:14px;
	margin-bottom:40px;
	display:inline;
	width:455px; /* 483 */
	float:right
}
.recruit_bgbox p.pict2 {
	margin-bottom:0px;
}
.recruit_bgbox dt {
	margin-bottom:6px;
}


/*		recruit - staff_detail
------------------------------------------------ */
.staff_detail_box {
	background:url(../../recruit/img/staff_detail_bk_bottom.gif) no-repeat left bottom;
	padding-bottom:1px;
	margin-bottom:0px;
}
.staff_detail_box h3 {
	margin:0px;
	padding:0px;
	background:none;
}
.staff_detail_q {
	background:url(../../recruit/img/staff_detail_bk.gif) repeat-y left top;
	padding: 0px 34px 0px;
}
.staff_detail_q dl dt {
	margin-bottom:8px;
}
.staff_detail_q dl dd {
	line-height:1.6;
}
.bnr_staff ul {
	margin-top:34px;
	margin-left:70px;
	margin-bottom:20px;
}
.bnr_staff ul li {
	float:left;
	margin-right:33px;
	display:inline;
}