@charset "utf-8";

/* ------------------------- TOC
top
products
	order
popup
media
event
admin
error
------------------------- */

/* ============================== top */

/* wrap around the contents */
body#top {}
body#top #wrapper { width: 100%; text-align: left; border: none; }
body#top #wrapper_inner { position: absolute; top: 30%; }

/* contents */
body#top #contents { width: 100%; position: fixed; }
body#top #main_contents { float: left; width: 570px; }
body#top #sub_contents { float: right; padding-right: 0; width: 149px; position: absolute; right: 0; }

/* main_information */
body#top #main_information { padding-left: 13px; background: url(../../img/bg_top_main.png) no-repeat 0 0; }
body#top #main_information #lead { margin-top: 7px; }
body#top #main_information #shopname { margin-top: 60px; }
body#top #main_information #address { margin-top: 7px; }
body#top #main_information #phone { margin-top: 13px; }
body#top #main_information #email { margin-top: 14px; }

/* global navigation */
body#top #nav_global #nav_top a { background-image: url(../../img/bt_top_nav_top.png); }
body#top #nav_global #nav_top a:link, 
body#top #nav_global #nav_top a:visited { background-position: 0 -28px; }

body#top #nav_global #nav_about a { background-image: url(../../img/bt_top_nav_about.png); }
body#top #nav_global #nav_event a { background-image: url(../../img/bt_top_nav_event.png); }
body#top #nav_global #nav_media a { background-image: url(../../img/bt_top_nav_media.png); }

body#top #nav_global #nav_products a { background-image: url(../../img/bt_top_nav_products.png); }
body#top #nav_global #nav_products .open { visibility: visible; }
body#top #nav_global #nav_products .close { visibility: hidden; }

body#top #nav_global #nav_sub_skincare a { background-image: url(../img/bt_snav_skincare.png); }
body#top #nav_global #nav_sub_suncare a { background-image: url(../img/bt_snav_suncare.png); }
body#top #nav_global #nav_sub_bodycare a { background-image: url(../img/bt_snav_bodycare.png); }
body#top #nav_global #nav_sub_makeup a { background-image: url(../img/bt_snav_makeup.png); }
body#top #nav_global #nav_sub_haircare a { background-image: url(../img/bt_snav_haircare.png); }
body#top #nav_global #nav_sub_search a { background-image: url(../img/bt_snav_search.png); }

body#top #nav_global #nav_products #nav_sub_products { position: absolute; top: 119px; left: -126px; }
body#top #nav_global #nav_products #nav_sub_products a { margin: 0; padding: 0; }

/* footer */
body#top #footer_container { width: 100%; position: absolute; bottom: 0; }
body#top #footer_container #logo { float: right; margin: 0 19px 22px 0; }
body#top #footer_container #footer { clear: both; }

body#top #footer { padding: 15px 21px 13px; background-color: #242b31; }
body#top #footer ul { }
body#top #footer li { float: left; }

body#top #footer ul.lc { margin-top: 14px; width: 350px; }
body#top #footer ul.lc a { display: block; height: 10px; }

body#top #footer ul.lc #footer_globalsite a { background: url(../img/bt_footer_globalsite.png) no-repeat 0 0; width: 115px; }
body#top #footer ul.lc #footer_globalsite a:link, 
body#top #footer ul.lc #footer_globalsite a:visited,
body#top #footer ul.lc #footer_globalsite a:hover, 
body#top #footer ul.lc #footer_globalsite a:active { background-position: 0 0; }

body#top #footer ul.lc #footer_about a { background: url(../img/bt_footer_about.png) no-repeat 0 0; width: 88px; }
body#top #footer ul.lc #footer_about a:link, 
body#top #footer ul.lc #footer_about a:visited,
body#top #footer ul.lc #footer_about a:hover, 
body#top #footer ul.lc #footer_about a:active { background-position: 0 0; }

body#top #footer ul.lc #footer_faq a { background: url(../img/bt_footer_faq.png) no-repeat 0 0; width: 107px; }
body#top #footer ul.lc #footer_faq a:link, 
body#top #footer ul.lc #footer_faq a:visited,
body#top #footer ul.lc #footer_faq a:hover, 
body#top #footer ul.lc #footer_faq a:active { background-position: 0 0; }

body#top #footer ul.lc #footer_about, #footer ul.lc #footer_faq { padding-left: 20px; }

body#top #footer ul.rc #footer_copyright { margin-top: 17px; padding-right: 20px; background: url(../img/copyright.png) no-repeat 0 0; width: 193px; height: 10px; }
body#top #footer ul.rc #footer_kanebo { background: url(../img/logo_kanebo.png) no-repeat 0 0; width: 79px; height: 25px; }


/* ============================== products */
body.products #contents { position: relative; }
/* products error */
body#error #main_contents { float: none; width: 680px ; padding: 0 39px; }

body.products #contents #order_list_status { position: absolute; right: 40px; top: 23px; width: 140px; }
body.products #contents #order_list_status .btn_order_list a { display: block; width: 140px; height: 20px; background: url(../products/img/btn_items_order.gif) 0 0 no-repeat; }
body.products #contents #order_list_status .btn_order_list a:hover { background-position: 0 -20px; }
body.products #contents #order_list_status .total_price { font-size: 84%; border: 1px solid #d5d9dc; border-top: none; text-align: right; padding: 4px; background-color: #fffef2; }

body.products #main_contents .article_container { margin-bottom: 0; }
body.products #main_contents .article_container .category_section { margin-top: 30px; }
body.products #main_contents .article_container div.first { margin-top: 20px; }
body.products #main_contents .article_container .category_section .btn { margin-top: 10px; text-align: right; }
body.products #main_contents .article_container .category_section p { line-height: 1.8; }
body.products #main_contents .article_container .category_section .mc { margin-top: 20px; }
body.products #main_contents .article_container .category_section .lc { width: 384px; }
body.products #main_contents .article_container .category_section .rc { width: 116px; }

body.products #main_contents #h1_container { margin: 23px 0 20px 0; min-height: 47px; height: auto !important; height: 47px; }
body.products #main_contents #h1_container h1 { margin: 0; padding-top: 10px; float: left; width: 270px; }

/* product_list */
body.products #main_contents .product_list { margin-top: 20px; }
body.products #main_contents .product_list h2 { position: relative; }
body.products #main_contents .product_list h2 a { cursor: pointer; position: absolute; top: 10px; left: 470px; display: block; width: 30px; height: 30px; }
body.products #main_contents .product_list.open h2 a { background-image: url(../img/bt_minus.gif); }
body.products #main_contents .product_list.close h2 a { background-image: url(../img/bt_plus.gif); }
body.products #main_contents .product_list.open .product_wrap { display: block; }
body.products #main_contents .product_list.close .product_wrap { display: none; }
body.products #main_contents .product_list h3 { border-bottom:1px solid #dce0e3; }
body.products #main_contents .product_list .separate { border-top: 1px solid #dce0e3; }
body.products #main_contents .product_list .product_section { margin-top: 20px; }
body.products #main_contents .product_list .product_section li { float: left; margin-top: 20px; }

body#suncare #main_contents .product_list,
body#bodycare #main_contents .product_list,
body#haircare #main_contents .product_list { border-top: 1px solid #d5d9dc; margin-top: 40px; }

/* product_detail */
body.products #main_contents #product_detail a:link,
body.products #main_contents #product_detail a:visited,
body.products #main_contents #product_detail a:hover,
body.products #main_contents #product_detail a:active { color: #242B31; }

body.products #main_contents #product_detail { margin-top: 20px; width: 510px; }
body.products #main_contents #product_detail .meta_data { margin-top: 110px; float: right; width: 240px; }
body.products #main_contents #product_detail .meta_data .capacity { margin-top: 6px; }
body.products #main_contents #product_detail .meta_data .btn_order { margin-top: 12px; }
body.products #main_contents #product_detail .meta_data .btn_order a { display: block; width: 140px; height: 26px; background: url(../products/img/bt_order.gif) 0 0 no-repeat }
body.products #main_contents #product_detail .meta_data .btn_order a:hover { background-position: 0 -26px; }
body.products #main_contents #product_detail .meta_data .ounce {}
body.products #main_contents #product_detail .meta_data .color { margin-top: 10px; }
body.products #main_contents #product_detail .photo { float: left; width: 270px; }
body.products #main_contents #product_detail .explain { margin: 30px 0 40px 0; line-height: 1.6; }
body.products #main_contents #product_detail .amounts .lead,
body.products #main_contents #product_detail .amounts .image { margin-top: 20px; }
body.products #main_contents #product_detail .amounts .ounce { vertical-align: middle; padding-left: 10px; }
body.products #main_contents #product_detail .amounts .note { text-align: right; }
body.products #main_contents #product_detail .support { margin-top: 20px; position: relative; }
body.products #main_contents #product_detail #go_back { margin-top: 0; position: absolute; top: 70%; left: 0; }
body.products #main_contents #product_detail #pop_saho,
body.products #main_contents #product_detail #pop_advice { margin-top: 5px; }

/* quotation http://www.sensai-cosmetics.com/detail */
body.products #main_contents #product_detail .mt005 { margin-top: 5px; }
body.products #main_contents #product_detail .mt020 { margin-top: 20px; }
body.products #main_contents #product_detail #sampleArea p { line-height: 1.6; }
body.products #main_contents #product_detail #sampleArea h4 { margin-bottom: 14px; }
body.products #main_contents #product_detail #sampleArea td { vertical-align: middle; padding: 0 5px; }
body.products #main_contents #product_detail #sampleArea #attention p { text-align: right; }
body.products #main_contents #product_detail #commentArea { padding: 20px; background: #edecd9; }
body.products #main_contents #product_detail #commentArea h4 { margin-bottom: 14px; }
body.products #main_contents #product_detail #commentArea div.topopup p { margin-top: 20px; text-align: right; }
body.products #main_contents #product_detail .toback { float: left; width: 32px; margin-top: 40px; }
body.products #main_contents #product_detail .topopup01 { position: relative; top: -13px; float: right; width: 140px; margin-top: 40px; }
body.products #main_contents #product_detail .topopup02 { position: relative; top: -44px; float: right; width: 140px; margin-top: 40px; }

/* search_error */
body.products #main_contents #search_error { margin-top: 20px; }
body.products #main_contents #search_error p {}

/* search_section */
body.products #main_contents .search_section { margin-top: 20px; }
body.products #main_contents .search_section .matching_result { margin-top: 20px; }
body.products #main_contents .search_section .matching_result span { font-weight: bold; }
body.products #main_contents .search_section .btn_search { margin-top: 38px; text-align: center; }
body#search_result #main_contents .search_section .btn_search { margin-top: 20px; }

/* search_data */
body.products #main_contents #search_data { margin-top: 20px; }
body.products #main_contents #search_data { width: 408px; margin: 38px auto 0 auto; padding: 0 25px 15px 25px; }
body.products #main_contents #search_data th { width: 100px; }
body.products #main_contents #search_data th,
body.products #main_contents #search_data td { padding-top: 15px; vertical-align: middle; }
body.products #main_contents #search_data input#keywords { width: 280px; }

/* search_result */
body.products #main_contents #search_result { margin-top: 20px; font-size: 84%; }
body.products #main_contents #search_result th,
body.products #main_contents #search_result td { text-align: center; border-bottom: 1px solid #d3d9dc; padding: 10px 5px; vertical-align: middle; }
body.products #main_contents #search_result .item { text-align: left; width: 420px; }
body.products #main_contents #search_result .image { width: 102px; padding: 10px 0; }
body.products #main_contents #search_result .image a { display: block; width: 102px; height: 93px; overflow: hidden; }
body.products #main_contents #search_result .name { text-align: left; width: 308px; }
body.products #main_contents #search_result .price { width: 70px; }

/* search_page_change */
body.products #main_contents #search_page_change { margin-top: 40px; text-align: center; }
body.products #main_contents #search_page_change .next img { margin-left: 12px; }

/* error_message */
body.products #main_contents .error_message { color: #ee0000; }

/* site_top */
body.products #main_contents .site_top { margin-top: 20px; }

/* ============================== popup */
/* layout  */
body.popup a:link,
body.popup a:visited,
body.popup a:hover,
body.popup a:active { color: #242b31; }

body.popup #footer { width: 582px; padding: 10px 18px 12px 0; }
body.popup #footer #footer_kanebo { margin: 0 0 0 auto; width: 79px; height: 25px; background: url(../img/logo_kanebo.png) 0 0 no-repeat; }
body.popup #footer #footer_copyright { margin: 10px 0 0 auto; width: 324px; height: 12px; background: url(../img/copyright02.png) 0 0 no-repeat; }
body.popup #wrapper { width: 600px; margin: 0 0 0 28px; border-left: 1px solid #d5d9dc; border-right: 1px solid #d5d9dc; }
body.popup #contents { position: relative; width: 600px; margin: 0 auto;  }
body.popup #main_contents { float: none; padding: 30px 0 40px 0; width: 500px; margin: 0 auto; }

body.popup #main_contents h1 { margin: 0 0 35px 0; }
body.popup #main_contents h2 { margin-bottom: 20px; }

body.popup #main_contents p { line-height: 1.6; margin-top: 12px; }
body.popup #main_contents .attn { font-size: 84%; line-height: 1.4; }
body.popup #main_contents ol { padding-left: 25px; margin-top: 20px; }
body.popup #main_contents ol li { list-style-type: decimal; }
body.popup #main_contents li { line-height: 1.8; }
body.popup #main_contents .section_h2 { margin-top: 40px; }
body.popup #main_contents .section_h3 { margin-top: 20px; }
body.popup #main_contents .section_h4 { margin-top: 20px; }
body.popup #main_contents .section_h4 ul { margin-top: 10px; }
body.popup #main_contents div.first { margin-top: 0; }
body.popup #main_contents .btm_arrow { padding-top: 30px; background: url(../../parts/common/images/share_arrow_02.gif) 50% 5px no-repeat; }

body.popup #main_contents .go_pagetop { margin-top: 40px; }
body.popup #main_contents .go_pagetop a { display: block; width: 50px; height: 13px; background-image: url(../img/bt_pagetop.gif); }
body.popup #main_contents .go_pagetop a:link,
body.popup #main_contents .go_pagetop a:visited { background-position: 0 0; }
body.popup #main_contents .go_pagetop a:hover,
body.popup #main_contents .go_pagetop a:active { background-position: 0 -13px; }

body.popup #main_contents #top_close_btn,
body.popup #main_contents #btm_close_btn { position: absolute; width: 20px; height: 61px; }
body.popup #main_contents #top_close_btn { top: 9px; right: 0; }
body.popup #main_contents #btm_close_btn { bottom: 30px; right: 0; }

body.popup #main_contents #local_link_navi { margin-top: 25px; }
body.popup #main_contents #local_link_navi li { float: left; margin-right: 1px; }
body.popup #main_contents #local_link_navi li.last { margin-right: 0; }

body.popup #main_contents .explain_box { background: #fffef2; border: 1px solid #d5d9dc; width: 418px; text-align: center; margin: 20px auto 0 auto; padding: 20px; }
body.popup #main_contents .explain_box .first { margin: 0; }

body.popup #main_contents .note { width: 490px; background: #f3f1df; padding: 5px; margin-top: 20px; }
body.popup #main_contents .note p { text-align: center; margin: 0; }

body.popup #main_contents .mc { margin-top: 20px; }
body.popup #main_contents .mc .photo { margin: 0; }
body.popup #main_contents .mc .text p { margin-top: 10px; }
body.popup #main_contents .mc .text .first { margin-top: 0; }

body.popup #main_contents .mc .col_01  { width: 260px; }
body.popup #main_contents .mc .col_02  { width: 370px; }
body.popup #main_contents .mc .col_03  { width: 315px; }
body.popup #main_contents .mc .col_04 { width: 200px; }
body.popup #main_contents .mc .col_05 { width: 116px; }
body.popup #main_contents .mc .col_06 { width: 73px; }
body.popup #main_contents .mc .col_07 { width: 170px; }
body.popup #main_contents .mc .col_08 { width: 220px; }
body.popup #main_contents .mc .col_09 { width: 225px; }

/* flashcontent  */
body.popup #main_contents #flashcontent01,
body.popup #main_contents #flashcontent02,
body.popup #main_contents #flashcontent03 { text-align: center; }

/* step_two  */
body.popup #main_contents .step_two { width: 470px; margin: 20px auto 0 auto; background: url(../../parts/common/images/share_arrow_01.gif) 230px 50% no-repeat; }
body.popup #main_contents .step_two .one { width: 220px; float: left; }
body.popup #main_contents .step_two .two { width: 220px; float: right; }
body.popup #main_contents .step_two .label { text-align: center; }

body.popup #main_contents .step_two_02 { position: relative; left: -50px; height: 200px; }
body.popup #main_contents .step_two_02 .one { position: absolute; left: 0; top: 0; }
body.popup #main_contents .step_two_02 .two { position: absolute; left: 300px; top: 0; }

/* step_three  */
body.popup #main_contents .step_three { width: 470px; margin: 20px auto 0 auto; }
body.popup #main_contents .step_three .one { width: 124px; float: left; }
body.popup #main_contents .step_three .two,
body.popup #main_contents .step_three .three { background: url(../../parts/common/images/share_arrow_01.gif) 0 50% no-repeat; float: left; width: 124px; padding-left: 27px; margin-left: 18px; }
body.popup #main_contents .step_three .label { text-align: center; }

body.popup #main_contents .step_three_02 { width: 500px; margin: 20px auto 0 auto; }
body.popup #main_contents .step_three_02 .one { width: 150px; float: left; }
body.popup #main_contents .step_three_02 .two,
body.popup #main_contents .step_three_02 .three { background: url(../../parts/common/images/share_arrow_01.gif) 5px 50% no-repeat; float: left; width: 150px; padding-left: 22px; }
body.popup #main_contents .step_three_02 .label { text-align: center; }

/* skincare_adv02 */
body#skincare_adv02 #main_contents .explain_box { width: 458px; text-align: left; }
body#skincare_adv02 #main_contents #chart .lc,
body#skincare_adv02 #main_contents #chart .rc { margin: 0 10px; }

/* skincare_adv03 */
body#skincare_adv03 #main_contents h3 { border-bottom: 1px solid #e0e0d7; padding-bottom: 3px; }
body#skincare_adv03 #main_contents .explain_box { width: 458px; text-align: left; }

/* skincare_adv04 */
body#skincare_adv04 #main_contents .step_two { background: none; }

/* skincare_adv05 */
body#skincare_adv05 #main_contents #extra_care .btm_arrow { background-position: 60px 0; }

/* skincare_adv08 */
body#skincare_adv08 #main_contents h3 { border-bottom: 1px solid #e0e0d7; padding-bottom: 3px; }
body#skincare_adv08 #main_contents #musculift_tec .btm_arrow { background-position: 408px 0; }

/* skincare_adv09 */
body#skincare_adv09 #main_contents #therapists_comments { margin-top: 40px; padding-bottom: 23px; background: url(../../parts/common/products/skincare/advice/images/share_bg_01.gif) 0 100% repeat-x; }
body#skincare_adv09 #main_contents #therapists_comments .mc { padding-top: 23px; background: url(../../parts/common/products/skincare/advice/images/share_bg_01.gif) 0 0 repeat-x; }
body#skincare_adv09 #main_contents #therapists_comments .mc .text { width: 265px; }
body#skincare_adv09 #main_contents #therapists_comments .mc .photo { width: 220px; }

body#skincare_adv09 #main_contents #germany_staff dt { float: left; }
body#skincare_adv09 #main_contents #germany_staff dd { float: left; width: 115px; }

body#skincare_adv09 #main_contents #austria_staff {}
body#skincare_adv09 #main_contents #austria_staff dt { float: left; }
body#skincare_adv09 #main_contents #austria_staff dd { width: 204px; margin-left: 56px; }

/* skincare_adv10 */
body#skincare_adv10 #main_contents .section_h2 p { margin-top: 40px; }
body#skincare_adv10 #main_contents .section_h2 .first { margin-top: 20px; }

/* skincare_adv11 */
body#skincare_adv11 #main_contents h3 { border-bottom: 1px solid #e0e0d7; padding-bottom: 3px; }

/* skincare_adv13 */
body#skincare_adv13 #main_contents .fig01 { margin-left: 20px; width: 470px; }

/* skincare_adv14 */
body#skincare_adv14 #main_contents #flashcontent01 { margin-top: 20px; }

/* suncare_adv01 */
body#suncare_adv01 #main_contents #flashcontent01 { margin-top: 40px; }

/* suncare_adv02 */
body#suncare_adv02 #main_contents .pic01 { margin-top: 40px; }

/* makeup_adv04 */
body#makeup_adv04 #main_contents #flashcontent01,
body#makeup_adv04 #main_contents #flashcontent02 { margin-top: 23px; }

/* ssaho */
body.ssaho #main_contents {}

/* msaho */
body.msaho #main_contents #veil_colour .section_h3 { width: 480px; margin: 30px 0 0 20px; }
body.msaho #main_contents #veil_colour .section_h3 h3 { float: left; }
body.msaho #main_contents #veil_colour .section_h3 .mc { float: right; margin-top: 0; }
body.msaho #main_contents #veil_colour .caption { margin-left: 20px; }
body.msaho #main_contents #veil_colour .amp { width: 34px; padding-top: 46px; }

/* ============================== order */
/* one column layout */
body#contact_information #main_contents,
body#order_confirmation #main_contents,
body#complete #main_contents { float: none; width: 680px ; padding: 0 39px; }

/* order_section */
body.order #main_contents .article_container .order_section input,
body.order #main_contents .article_container .order_section label { vertical-align: middle; }
body.order #main_contents .article_container .order_section { margin-top: 40px; }
body.order #main_contents .article_container div.first { margin-top: 20px; }

/* order_step_progress */
body.order #main_contents #order_step_progress p { height: 12px; line-height: 12px; background: url(../products/order/img/bg_order_step.gif) 0 0 no-repeat; }
body#order_form #main_contents #order_step_progress p {}
body#contact_information #main_contents #order_step_progress p { background-position: 0 -12px; }
body#order_confirmation #main_contents #order_step_progress p { background-position: 0 -24px; }
body#complete #main_contents #order_step_progress p { background-position: 0 -36px; }

/* order_product_list */
body.order #main_contents #order_product_list { margin-top: 60px; font-size: 84%; }
body.order #main_contents .order_section #order_product_list { margin-top: 20px; }
body.order #main_contents #order_product_list th,
body.order #main_contents #order_product_list td { text-align: center; border-bottom: 1px solid #d3d9dc; padding: 10px 5px; vertical-align: middle; }
body.order #main_contents #order_product_list .item     { text-align: left; width: 290px; }
body.order #main_contents #order_product_list .image    { width: 102px; padding: 10px 0; }
body.order #main_contents #order_product_list .image span { display: block; width: 102px; height: 93px; overflow: hidden; }
body.order #main_contents #order_product_list .name     { text-align: left; width: 128px; }
body.order #main_contents #order_product_list .type_color { width: 70px; }
body.order #main_contents #order_product_list .quantity { width: 50px; }
body.order #main_contents #order_product_list .price    { width: 70px; }
body.order #main_contents #order_product_list .remove   { width: 40px; }
body.order #main_contents #order_product_list .remove a { margin: 0 auto; display: block; width: 13px; height: 13px; background: url(../img/bt_remove.gif) 0 0 no-repeat; }
body.order #main_contents #order_product_list td.total_title { text-align: right; }
body.order #main_contents #order_product_list td.total_price {}

body#contact_information #main_contents #order_product_list .item,
body#order_confirmation #main_contents #order_product_list .item { width: 450px; }
body#contact_information #main_contents #order_product_list .name,
body#order_confirmation #main_contents #order_product_list .name { width: 348px; }

/* to_another_country */
body.order #main_contents .to_another_country { color: #ee0000; margin-top: 30px; text-align: center; }

/* attention_box */
body.order #main_contents .attention_box { margin-top: 30px; border: 1px solid #d4d9dc; background: #fffef2; padding: 5px 25px 15px 25px; }
body.order #main_contents .attention_box p { margin-top: 10px; }

body.order #main_contents #privacy_form .required { color: #cc3333; }
body.order #main_contents #privacy_form .required_info { margin-top: 20px; }

/* error_message */
body.order #main_contents .error_message { margin-top: 20px; }
body.order #main_contents .error_message ul { margin-left: 20px; }
body.order #main_contents .error_message li { list-style-type: disc; }

/* privacy_data */
body.order #main_contents #privacy_data { margin-top: 20px; }
body.order #main_contents #privacy_data th,
body.order #main_contents #privacy_data td { padding: 14px; }
body.order #main_contents #privacy_data th { width: 119px; }
body.order #main_contents #privacy_data td { width: 533px; }

body.order #main_contents #privacy_data label.title { margin-right: 8px; }

body.order #main_contents #privacy_data input.name,
body.order #main_contents #privacy_data input.address,
body.order #main_contents #privacy_data input.city,
body.order #main_contents #privacy_data input.country,
body.order #main_contents #privacy_data input.primary_phone,
body.order #main_contents #privacy_data input.secondary_phone,
body.order #main_contents #privacy_data input.email { width: 350px; }

body.order #main_contents #privacy_data input.zip { width: 100px; }

/* privacy_policy */
body.order #main_contents #privacy_policy .privacy_policy_contents { margin-top: 20px; border: 1px solid #d4d9dc; padding: 5px; width: 668px; height: 110px; overflow: auto; }
body.order #main_contents #privacy_policy .privacy_policy_contents .president { margin-top: 10px; text-align: right; }
body.order #main_contents #privacy_policy .privacy_policy_contents .established { margin-top: 10px; text-align: right;}
body.order #main_contents #privacy_policy .privacy_policy_contents ul { margin-top: 10px; padding-left: 20px; }
body.order #main_contents #privacy_policy .privacy_policy_contents li { list-style: disc; }
body.order #main_contents #privacy_policy .privacy_policy_contents dt { font-weight: bold; margin-top: 10px; }
body.order #main_contents #privacy_policy .privacy_policy_contents dd { padding-left: 10px; }
body.order #main_contents #privacy_policy .check_agree { margin-top: 20px; text-align: center; }
body.order #main_contents #privacy_policy .check_agree input#not_agree { margin-left: 20px; }

/* order_thanks */
body.order #main_contents #order_thanks { margin-top: 40px; }
body.order #main_contents #order_thanks p { margin-top: 15px; }

/* site_top */
body.order #main_contents .site_top { margin-top: 20px; }
body.order #main_contents .site_top a:link,
body.order #main_contents .site_top a:visited,
body.order #main_contents .site_top a:hover,
body.order #main_contents .site_top a:active { color: #b8a87e; }

/* btn_data_send */
body.order #main_contents .btn_data_send { margin: 40px auto 0 auto; text-align: center; }
body.order #main_contents .btn_data_send a { margin-right: 12px; }
body.order #main_contents .btn_data_send img { vertical-align: bottom; }
body.order #main_contents .btn_data_send input { vertical-align: middle; }

/* ============================== media */

/* main_contents */
body.media #main_contents .article_container .h2_container { padding: 16px 10px 0 11px; width: 489px; height: 30px; background: url(../img/bg_h2.png) no-repeat 0 0; }
body.media #main_contents .article_container .h2_container h2 { width: 349px; }
body.media #main_contents .article_container .h2_container p { width: 140px; text-align: right; }
body.media #main_contents .article_container .article .magazine_column { float: left; width: 275px; }
body.media #main_contents .article_container .article .product_column { float: right; width: 235px; }
body.media #main_contents .article_container .article h3 { margin-bottom: 10px; }
body.media #main_contents .article_container .article .product_lead { line-height: 1.7; }
body.media #main_contents .article_container .article .product_lead a:link,
body.media #main_contents .article_container .article .product_lead a:visited { color: #bfb085; text-decoration: underline; }
body.media #main_contents .article_container .article .product_lead a:hover,
body.media #main_contents .article_container .article .product_lead a:active { text-decoration: none; }
body.media #main_contents .article_container .article .product_photo_outer { text-align: center; }
body.media #main_contents .article_container .article .product_photo_outer table { width: auto; margin: 20px auto 0; }
body.media #main_contents .article_container .article .product_photo_outer table td { vertical-align: bottom; }
body.media #main_contents .article_container .article .multi_products table { width: 235px; }
body.media #main_contents .article_container .article .multi_products table td { width: 110px; }
body.media #main_contents .article_container .article .multi_products table th { width: 15px;}

body.media #main_contents .article_container .article .enlarge { margin-top: 5px; }
body.media #main_contents .article_container .article .enlarge a { display: block; height: 12px; width: 47px; background-image: url(../../media/img/bt_enlarge.png); }
body.media #main_contents .article_container .article .enlarge a:link, 
body.media #main_contents .article_container .article .enlarge a:visited { background-position: 0 0; }
body.media #main_contents .article_container .article .enlarge a:hover, 
body.media #main_contents .article_container .article .enlarge a:active { background-position: 0 0; }

body.media #main_contents .article_container .article .detail { margin-top: 5px; text-align: left; }
body.media #main_contents .article_container .article .detail a { display: block; height: 9px; width: 44px; background-image: url(../../media/img/bt_detail.png); }
body.media #main_contents .article_container .article .detail a:link, 
body.media #main_contents .article_container .article .detail a:visited { background-position: 0 0; }
body.media #main_contents .article_container .article .detail a:hover, 
body.media #main_contents .article_container .article .detail a:active { background-position: 0 0; }

/* pagenation */
body.media #main_contents #pagenation { margin-top: 40px; text-align: center; }
body.media #main_contents #pagenation .next img { margin-left: 12px; }

/* modal_media */
body.media .modal_media { width: 770px;/*700(width of image) + 20(space for scroll) + 50(space for closeBtn)*/ }
body.media .modal_media_wrapper { width: 100%; }
body.media .modal_media_wrapper table { width: 100%; border: none;  margin: 0; padding: 0; }
body.media .modal_media_wrapper table th.pic { text-align: center; }
body.media .modal_media_wrapper table td { vertical-align: bottom; }

/* ============================== admin */

body.admin #main_contents { float: none; width: 680px ; padding: 0 39px; }

body.admin #main_contents .login_section .btn_login { margin-top: 38px; text-align: center; }
body.admin #main_contents .login_section .login_inner { width: 358px; margin: 38px auto 0 auto; padding: 0 25px 15px 25px; border: 1px solid #d6dbde; background: #f4f3eb; }

/* btn_data_send */
body.admin #main_contents .btn_data_send { margin: 40px auto 0 auto; text-align: center; }
body.admin #main_contents .btn_data_send a { margin-right: 12px; }
body.admin #main_contents .btn_data_send img { vertical-align: bottom; }
body.admin #main_contents .btn_data_send input { vertical-align: middle; }

/* login_error */
body.admin #main_contents .login_error { text-align: center; margin: 10px; }

/* login_data */
body.admin #main_contents #login_data {}
body.admin #main_contents #login_data th { width: 100px; }
body.admin #main_contents #login_data th,
body.admin #main_contents #login_data td { padding-top: 15px; vertical-align: middle; }
body.admin #main_contents #login_data input#login_id { width: 258px; }
body.admin #main_contents #login_data input#login_password { width: 258px; }

/* h1_container */
body.admin #main_contents #h1_container { margin-top: 23px; min-height: 47px; height: auto !important; height: 47px; }
body.admin #main_contents #h1_container h1 { margin: 0; padding-top: 10px; float: left; width: 270px; }
body#order_detail #main_contents #h1_container .change_order_status { float: right; width: 149px; }
body#order_detail #main_contents #h1_container .change_order_status dt { float: left; padding-top: 3px; }
body#order_detail #main_contents #h1_container .change_order_status dd { float: right; }
body#order_detail #main_contents #h1_container .change_order_status .updata { margin-top: 10px; }
body#order_list #main_contents #h1_container h1 { padding-top: 0; }
body#order_list #main_contents #h1_container .logout { float: right; }

body.admin #main_contents .article_container .order_section { margin-top: 40px; }
body.admin #main_contents .article_container div.first { margin-top: 20px; }
body.admin #main_contents .article_container .btn_back { margin-top: 60px; text-align: center; }

/* privacy_data */
body.admin #main_contents #privacy_data { margin-top: 20px; border: 1px solid #d4d9dc; }
body.admin #main_contents #privacy_data th,
body.admin #main_contents #privacy_data td { padding: 14px; }
body.admin #main_contents #privacy_data th { width: 118px; border-right: 1px dotted #d4d9dc; }
body.admin #main_contents #privacy_data td { width: 503px; }

body.admin #main_contents #privacy_data tr.even th,
body.admin #main_contents #privacy_data tr.even td { background: #f4f3eb; }

body.admin #main_contents #comments .comment_block { margin-top: 20px; }
body.admin #main_contents #comments .comment_block .date { margin-right: 5px; }
body.admin #main_contents #comments .comment_block .remove img { padding-top: 2px; vertical-align: top; }
body.admin #main_contents #comments .comment {}
body.admin #main_contents #comments .input_comment textarea { margin-top: 20px; width: 678px; }
body.admin #main_contents #comments .submit_comment { text-align: right; margin-top: 20px; }

/* item_ordered */
body.admin #main_contents #item_ordered { font-size: 84%; margin-top: 20px; }
body.admin #main_contents #item_ordered th,
body.admin #main_contents #item_ordered td { text-align: center; border-bottom: 1px solid #d3d9dc; padding: 10px 5px; vertical-align: middle; }
body.admin #main_contents #item_ordered .item     { text-align: left; width: 450px; }
body.admin #main_contents #item_ordered .image    { width: 102px; padding: 10px 0; }
body.admin #main_contents #item_ordered .image span { display: block; width: 102px; height: 93px; overflow: hidden; }
body.admin #main_contents #item_ordered .name     { text-align: left; width: 348px; }
body.admin #main_contents #item_ordered .type_color { width: 70px; }
body.admin #main_contents #item_ordered .quantity { width: 60px; }
body.admin #main_contents #item_ordered .price    { width: 70px; }
body.admin #main_contents #item_ordered td.total_title { text-align: right; }
body.admin #main_contents #item_ordered td.total_quantity { font-weight: bold; }
body.admin #main_contents #item_ordered td.total_price { font-weight: bold; }

/* order_status_list */
body.admin #main_contents #order_status_list { width: 680px; margin-top: 20px; border: 1px solid #d5d8da; }

body.admin #main_contents #order_status_list a:link,
body.admin #main_contents #order_status_list a:visited,
body.admin #main_contents #order_status_list a:hover,
body.admin #main_contents #order_status_list a:active { color: #6699cc; }

body.admin #main_contents #order_status_list tr.odd td { background: #f4f3eb; }
body.admin #main_contents #order_status_list td,
body.admin #main_contents #order_status_list th { text-align: center; }

body.admin #main_contents #order_status_list th.status,
body.admin #main_contents #order_status_list th.order_num,
body.admin #main_contents #order_status_list th.date,
body.admin #main_contents #order_status_list th.name,
body.admin #main_contents #order_status_list th.order,
body.admin #main_contents #order_status_list th.total,
body.admin #main_contents #order_status_list th.comments { color: #242b31; line-height: 1.6; padding: 0 3px; border-right: 1px solid #b7bfc4; border-bottom: 1px solid #d4d9dc; background: #ffffff url(../admin/img/bg_order_status_th.gif) 0 100% repeat-x; }
body.admin #main_contents #order_status_list th.current { background: #ffffff url(../admin/img/bg_order_status_th_o.gif) 0 100% repeat-x; }
body.admin #main_contents #order_status_list th.date a,
body.admin #main_contents #order_status_list th.name a { padding-right: 8px; background: url(../admin/img/icon_arrow_btm.gif) 100% 0.45em no-repeat; }

body.admin #main_contents #order_status_list td.status,
body.admin #main_contents #order_status_list td.order_num,
body.admin #main_contents #order_status_list td.date,
body.admin #main_contents #order_status_list td.name,
body.admin #main_contents #order_status_list td.order,
body.admin #main_contents #order_status_list td.total,
body.admin #main_contents #order_status_list td.comments { font-size: 84%; vertical-align: middle; padding: 9px 3px; border-right: 1px dotted #d4d9dc; }

body.admin #main_contents #order_status_list .status { width: 96px; }
body.admin #main_contents #order_status_list .order_num { width: 120px; }
body.admin #main_contents #order_status_list .date { width: 60px; }
body.admin #main_contents #order_status_list .name { width: 160px; }
body.admin #main_contents #order_status_list .order { width: 48px; }
body.admin #main_contents #order_status_list .total { width: 70px; }
body.admin #main_contents #order_status_list .comments { width: 82px; }

body.admin #main_contents #order_status_list th.comments,
body.admin #main_contents #order_status_list td.comments { border-right: none; }
body.admin #main_contents #order_status_list th.status,
body.admin #main_contents #order_status_list td.status { padding: 0; }

/* order_page_change */
body.admin #main_contents #order_page_change { text-align: center; margin-top: 20px; }
body.admin #main_contents #order_page_change .next img { margin-left: 12px; }

/* ============================== error */
/* site_top */
body.error #main_contents .site_top { margin-top: 20px; }
