@charset "utf-8";

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
    margin-bottom: 10px;
    text-align: center;
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
    margin: 0 auto;
    width: 100%;
}

.zipimg img {
    vertical-align: middle;
}


/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
    width: 100%;
}

div#mynavi_area {
    width: 100%;
}

div#mycontents_area {
    width: 100%;
}
div#mynavi_area .mynavi_list {
    margin-bottom: 20px;
    width: 100%;
}
div#mynavi_area .mynavi_list li {
    margin: 0 15px 5px 0;
    padding-left: 15px;
    float: left;
    background: url('../img/icon/ico_arrow_01.gif') no-repeat left ;
    font-size: 120%;
}

div#mynavi_area div.point_announce {
    margin-bottom: 30px;
    padding: 10px;
    border: solid 1px #ffcc62;
    background-color: #fffaf0;
}
div#mynavi_area div.point_announce p {
    padding-left: 20px;
    background: url('../img/icon/ico_point.gif') no-repeat left ;
}

div#mycontents_area p.inforamtion {
    margin-bottom: 20px;
}

div#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}


/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: solid 1px #ccc;
    width: 97%;
    background: #f9f9f9;
}
div#mycontents_area div.mycondition_area p {
    float: left;
}
div#mycontents_area div.mycondition_area .btn {
    width: 160px;
    margin-top: 15px;
    float: right;
}
.add_address {
    margin-bottom: 20px;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#mycontents_area .message_area p {
    margin-bottom: 20px;
}

/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
    width: 100%;
}

div#undercolumn_entry .kiyaku_text {
    margin: 20px auto;
    padding: 10px;
    border: solid 1px #ccc;
    width: 94%;
    background: #fff;
}


/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
    margin: 0 auto;
    width: 100%;
}

div#undercolumn_login .login_area {
    margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
    margin: 15px auto 15px auto;
    padding: 15px 20px 10px 20px;
    background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox .btn_area {
    margin-top: 0;
}


/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}

div#undercolumn_error .message_area .error {
    padding: 120px 0;
}


/* ==============================================
▼商品一覧
=============================================== */
/* ページ送り
----------------------------------------------- */
.pagenumber_area {
    padding-bottom: 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}
.pagecond_area {
    margin-bottom: 20px;
    padding: 10px;
}
.pagenumber_area {
    margin: 20px 0;
}
.pagecond_area {
    border: 1px solid #ccc;
}
.pagenumber_area .navi {
    width: 100%;
    text-align: left;
}
.pagenumber_area .navi li {
    display: inline;
}
.pagenumber_area .change {
    float: right;
    text-align: right;
    white-space: nowrap;
}


/* レイアウト
----------------------------------------------- */
/*商品一覧ページ*/
div.list_area { width:156px; height:230px; float: left;margin:5px; overflow:hidden;display:block; line-height:110%; }


div.listphoto {
    float: left;
}

/* メインカラム用 1カラム時*/
#main_column.colnum1 div.listrightbloc {
    float: right;
    width: 74%;
}

/* メインカラム用 2カラム時*/
#main_column.colnum2 div.listrightbloc {
    float: left;
    width: 156px;
	font-size:10px;
}

/* メインカラム用 3カラム時*/
#main_column.colnum3 div.listrightbloc {
    float: right;
    width: 74%;
}


/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
    margin-bottom: 10px;
    width: 100%;
}
div.listrightbloc ul.status_icon li {
    margin-right: 5px;
    float: left;
}

/* 商品名 */
div.listrightbloc h3 {
    font-weight: bold;
    font-size: 150%;
}

/* コメント */
div.listrightbloc .listcomment {
    margin: 0 0 10px 0;
    text-align: left;
}

/* 商品詳細を見る */
div.listrightbloc .detail_btn {
    margin-bottom: 20px;
}

/* 価格 */
div.listrightbloc .pricebox {
    margin: 0 0 10px 0;
}

/* 買い物かご */
div.listrightbloc .cart_area {
    padding: 10px;
    border: 1px solid #cef0f4;
    background-color: #ecf5ff;
    width: 94%;
}

/* 規格 */
div.listrightbloc .classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}
div.listrightbloc dl {
    width: 100%;
}
div.listrightbloc dt {
    display: inline-block;
    vertical-align: top;
}
div.listrightbloc dd {
    padding-bottom: 10px;
    display: inline-block;
}
div.listrightbloc dd p.attention {
    margin-top: 5px;
}

/* カゴに入れる */
div.listrightbloc .cartin {
    margin: 0;
    float :right;
}
div.listrightbloc .cartin .quantity {
    padding: 3px 10px 0 0;
    width: 150px;
    float :left;
    text-align: right;
}
div.listrightbloc .cartin .quantity .box {
    width: 70px;
}
div.listrightbloc .cartin_btn {
    width: 160px;
    float :left;
}


/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト

    tplファイルのマークアップが同じ項目
        * 1カラム時
        * 2カラム時
        * 3カラム時

----------------------------------------------- */
.sub_area { margin-bottom: 20px; width:122px; float:left; margin-right:11px; }



/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#main_column.colnum1 div#detailphotobloc {
    width: 37%;
    float: left;
}
#main_column.colnum1 #detailrightbloc {
    width: 63%;
    float: right;
}
#main_column.colnum1 div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 69%;
}
#main_column.colnum1 div.subphotoimg {
    float: right;
    width: 25%;
    text-align: right;
}
#main_column.colnum1 p.subtext {
    margin-bottom: 20px;
}

/* 2カラム用 */
#main_column.colnum2 div#detailphotobloc {
    float: left;
    width: 37%;
}
#main_column.colnum2 #detailrightbloc {
    float: right;
    width: 63%;
}
#main_column.colnum2 div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 73%;
}
#main_column.colnum2 p.subtext {
    margin-bottom: 20px;
}
#main_column.colnum2 div.subphotoimg {
    float: left;
    width: 122px;
}
#main_column.colnum2 div.subphotoimg img {
border:1px solid #cccccc;}

/* 3カラム用 */
#main_column.colnum3 div#detailphotobloc {
    float: left;
    width: 49%;
}
#main_column.colnum3 #detailrightbloc {
    float: right;
    width: 50%;
}
#main_column.colnum3 div.subtext {
    margin-bottom: 20px;
    float: left;
    width: 63%;
}
#main_column.colnum3 p.subtext {
    margin-bottom: 20px;
}
#main_column.colnum3 div.subphotoimg {
    float: right;
    width: 35%;
    text-align: right;
}

/* 商品情報 各種設定
----------------------------------------------- */
#detailrightbloc h2 {
    margin:0;
    padding: 0;
    color: #666;
    font-weight: bold;
    font-size: 140%;
	background-color:#FFFFFF;
	border:none;
	background-image:none;	
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}
#detailrightbloc .main_comment {
    margin-bottom: 20px;
}

/* 商品コード */
#detailrightbloc .product_code dt,
#detailrightbloc .product_code dd {
    display: inline;
}

/* 商品ステータス */
#detailrightbloc ul.status_icon {
    margin-bottom: 10px;
    width: 100%;
}
#detailrightbloc ul.status_icon li {
    margin-right: 5px;
    margin-bottom: 3px;
    float: left;
}

/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
    display: inline;
}

/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    display: inline;
}

/* ポイント */
#detailrightbloc .point dt,
#detailrightbloc .point dd {
    display: inline;
}

/* 規格 */
#detailrightbloc div.classlist {
    margin-bottom: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}
#detailrightbloc .classlist {
    margin-bottom: 5px;
}
#detailrightbloc ul {
    margin-bottom: 10px;
    width: 100%;
}
#detailrightbloc ul li {
    vertical-align: top;
    float: left;
}

/* メーカー */
#detailrightbloc .maker dt,
#detailrightbloc .maker dd {
    display: inline;
}

/* メーカーURL */
#detailrightbloc .comment1 dt,
#detailrightbloc .comment1 dd {
    display: inline;
}

/* 関連カテゴリ */
#detailrightbloc .relative_cat dd {
    margin-left: 1em;
}

/* 買い物かご */
#detailrightbloc .cart_area {
    padding: 10px;
    background-color: #ecf5ff;
    border: 1px solid #cef0f4;
}
#detailrightbloc .quantity dt,
#detailrightbloc .quantity dd {
    display: inline;
}
#detailrightbloc .cartin {
    text-align: center;
}
#detailrightbloc .cartin_btn {
    text-align: center;
}
#detailrightbloc .favorite_btn {
    text-align: center;
    margin-top: 10px;
}


/* お客様の声
----------------------------------------------- */
div#customervoice_area {
    clear: both;
    padding: 35px 0 0 0;
}

div#customervoice_area h2 {
    margin-bottom: 20px;
    padding: 6px 0 8px 10px;
    border-top: solid 1px #f90;
    background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
}

div#customervoice_area .review_bloc {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
    padding-top: 3px;
    margin-right: 10px;
    float: left;
}

div#customervoice_area review_bloc .review_btn {
    float: right;
    width: 160px;
}

div#customervoice_area ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

div#customervoice_area .voicetitle {
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

div#customervoice_area .voicedate {
    margin-bottom: 10px;
}


/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */
div#whobought_area {
    clear: both;
    padding: 35px 0 0 0;
}

div#whobought_area h2 {
    border-top: solid 1px #f90;
    background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
    padding: 5px 0 8px 10px;
    font-size: 14px;
}


/* ***********************************************
▼カートの中
/*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
div#undercolumn_cart .point_announce {
    padding: 20px;
    margin-bottom: 20px;
    border: solid 1px #ffcc62;
    background: #fffaf0;
    font-size: 120%;
    text-align: center;
    line-height: 140%;
}
div#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}

div#undercolumn_cart p {
    margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}

div#undercolumn .empty {
    text-align: left;
}

div.form_area {
    margin-bottom: 30px;
}


/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
}

.flow_area {
    margin: 0 0 20px 0;
}

div#undercolumn_customer th em {
    color: #000;
    font-weight: bold;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
    width: 100%;
}
div#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px auto;
}
div#undercolumn_shopping .pay_area02 .txtarea {
    margin: 5px 0 0 0;
    padding: 2px;
    border: 1px solid #ccc;
    width: 99%;
    height: 150px;
}
div#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
    margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
    padding: 20px;
    border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
    margin-bottom: 10px;
    width: 100%;
}

#address_area .information {
    width: 65%;
    float: left;
}

#undercolumn_shopping .information {
    margin-bottom: 15px;
}

#address_area .add_multiple {
    padding: 15px 10px;
    border: 1px solid #ffcc62;
    float: right;
    width: 30%;
    color: #555;
    background: #fffaf0;
    text-align: center;
    font-weight: bold;
}

#address_area .add_multiple p {
    margin-bottom: 10px;
}

#address_area p.addbtn {
    font-weight: bold;
    font-size: 10px;
}


/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
    width: 566px;
}

/*サポート*/
#undercolumn_aboutus.support ol { display:block; padding:20px 10px 0 10px; margin-left:20px; }
#undercolumn_aboutus.support ol li { list-style:decimal outside; }
#undercolumn_aboutus.support ul { display:block; padding:10px; margin-left:20px; }
#undercolumn_aboutus.support ul li { list-style:disc outside; }
#undercolumn_aboutus.support p { margin:0; padding:10px 20px; }
#undercolumn_aboutus.support p.point { color:#cc0000; font-weight:normal; }
#undercolumn_aboutus.support p.small { font-size:12px; color:#754E01; }
table.supportimg { border:none; }
table.supportimg td { border:none; text-align:center; }
table.supportimg td.small { font-size:12px; color:#754E01; }
#undercolumn_aboutus.support span { font-size:10px; }
ol.warranty li ol { font-size:13px; color:#754E01; }
ol.warranty li ol { margin-bottom:10px; font-size:13px; color:#754E01; }

dl.infosales { display:block; }
dl.infosales dt { width:626px; display:block; clear:both; padding-top:10px; background-image: url(../img/category/arrow.gif); background-repeat: no-repeat; background-position: 0 70%; padding-left: 10px; line-height:200%; color:#309BDD; }
dl.infosales dd { display:block; float:left; }
dl.infosales dd img { margin: 0 6px 6px 0; width:210px; height:73px;  border: 1px #e7e7e7 solid; }

#productfreearea table { font-size:14px;}

/*タブ*/
body#tab_details div#javascript_tab_details { margin:0; }
div#javascript_tab_details #tab { float:left; }
div#javascript_tab_details #tab div { text-align:center; float:left; width:100px; background-color:#967500; border-bottom:none; 
-webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px;
margin-bottom:0;}

div#javascript_tab_details #tab div a { text-decoration: none;  color:#FFFFFF;  font-weight:bold; }
div#javascript_tab_details #tab div.selected { background-color:#309BDD;  color:#000000 ;}
div#javascript_tab_details #tab div.selected a { text-decoration: none; color:#000000; font-weight:bold; }

div#javascript_tab_details div.tabs {
    margin:0;
    padding:1em;
    border:1px solid #eeeeee;
    clear:both;
    font-size:small;
    }

div#javascript_tab_details div.tabs h4 { margin:0; border-bottom:1px dotted #555555; font-size:18px; color:#309BDD; }

div#javascript_tab_details div.tabs div {
    margin-top:10px;
    margin:10px;
    color:#000000;
    }

div#javascript_tab_details div.tabs div p {
    font-weight:bold;
    margin-bottom:0.5em;
    color:#1E90FF;
    }

div#javascript_tab_details div.tabs div table {
    font-size:small;
    }

div#javascript_tab_details div#character div {
    clear: left;
    }

div#javascript_tab_details div#character div div {
    margin-left: 150px;
    width: 412px;
    clear: none;
    }

div#javascript_tab_details div#outline div{
    display: inline-block;
    }

/*商品ページ*/
td.spec { font-size:11px; }
.lental_contact { border:1px solid #555555; padding:10px; margin-top:10px; }
#detailarea { padding-top:20px; }

/*問合せページ*/
ul.houzin_page{
margin-left: 5%;
}

/*QSAN詳細*/
#qsan{
    width: 100%;
    margin: 2% auto;
    text-align: center;
    font-size: 14px;
}

#qsan #tab div{
    text-align:center;
    float:left;
    width:100px;
    background-color:#ffffff;
    border: 1px solid #77c63b; 
 -webkit-border-top-left-radius: 10px;
 -webkit-border-top-right-radius: 10px;
 -moz-border-radius-topleft: 10px;
 -moz-border-radius-topright: 10px;
    margin-bottom:0;
}

#qsan #tab div a{
    background-color:#FFFFFF;
    color:#000000 ;
}

#qsan #tab div.selected{
    background-color:#77c63b;
}

#qsan #tab div.selected a{
    background-color:#77c63b;
    text-decoration: none;
    color:#FFFFFF;
}

#qsan #character {
    clear: both;
    margin-top: 40px;
}

.main_functions{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-right: 1px solid #77c63b;
}

.function_column{
    width: 25%;
    padding: 1% 2%;
    border-left: 1px solid #77c63b;
    text-align: center;
    float:left;
}

.function_column .title{
    color: #77c63b;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 6px;
}

.quick_connection{
    width: 100%;
    margin: 2% auto;
    text-align: center;
    clear: both;
    margin-top: 40px;
    border-top: 1px #999999 solid;
    padding-top: 10px;
}

.quick_connection h4{
    font-size: 18px;
    font-weight: normal;
    color: #040404;
    margin-bottom: 20px;
}

.quick_connection_column{
    margin: 2% auto;
    border-top: 1px #eee solid;
}

.quick_connection .left_column{
    width: 54%;
    margin-top: 10px;
    float:left;
}

.quick_connection .right_column{
}

.quick_connection img{
    width: 42%;
    margin: 2%;
}

.quick_connection .title{
    color: #77c63b;
    font-size: 120%;
    margin: 6px;
}

.smb {
    display: block;
    width: 100%;
    margin: 2% auto;
    text-align: center;
    clear: both;
    margin-top: 40px;
    border-top: 1px #999999 solid;
    padding-top: 10px;
}

.smb h4{
    font-size: 200%;
    font-weight: normal;
}

.smb_contents{

}

.smb_column{
    width: 28%;
    padding: 1% 2%;
    text-align: center;
    float:left;
}

.smb_column img{
    width:40%;
}

.smb_column .title{
    font-size: 120%;
    margin-top: 10px;
    height: 20px;
}

.smb_column .content{
    font-size: 80%;
    margin-top: 30px;
}

.architecture {
    display: block;
    width: 100%;
    margin: 2% auto;
    text-align: center;
    clear: both;
    margin-top: 40px;
    border-top: 1px #999999 solid;
    padding-top: 10px;
}

.architecture h4{
    font-size: 200%;
    font-weight: normal;
}

.architecture_contents {
    background-color: #fafafa;
}

.architecture_column {
    width: 29%;
    padding: .5% 2%;
    text-align: center;
    float:left;
}

.architecture_column img{
    width:80%;
}

.architecture_column p{
    height:60px;
}


.diagram {
    display: block;
    width: 100%;
    margin: 2% auto;
    text-align: center;
    clear: both;
    margin-top: 40px;
    border-top: 1px #999999 solid;
    padding-top: 10px;
}

.diagram_contents {
    text-align: center;
}

.diagram_contents .left_column{
    width: 50%;
    float:left;
}

.diagram_contents .right_column{
    width: 50%;
    float:left;
}

.diagram_contents img{
    width: 90%;
}

.diagram_discription {
    text-align: center;
}

.diagram_discription .left_column{
    width: 40%;
    float:left;
    margin-left: 10%;
    text-align: left;
}

.diagram_discription .right_column{
    width: 42%;
    float:left;
    margin-left: 8%;
    text-align: left;
}

.diagram_discription p.item{
    padding: 1%;
    margin-right: 2%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}

.diagram_discription .item_no{
    padding: 1%;
    background-color: #77c63b;
    color: #FFFFFF;
    margin-right: 5px;
    display: inline-block;
}

.diagram_discription .left_column .diagram_list {
    counter-reset: item;
    list-style-type: none;
    padding-left: 0px;
}

.diagram_discription .left_column .diagram_list > li {
    margin-top: 2px;
    padding-left: 3.5em;
    text-indent: -3.5em;
}

.diagram_discription .left_column .diagram_list > li:before {
    counter-increment: item;
    content: counter(item);
    
    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #77c63b;
    color: #FFFFFF;
    margin-right: 5px;
    width: 3em;
    padding-left: 0em;
    text-indent: 0em;
}

.diagram_discription .right_column .diagram_list {
    counter-reset: item 7;
    list-style-type: none;
    padding-left: 0px;
}

.diagram_discription .right_column .diagram_list > li {
    margin-top: 2px;
    padding-left: 3.5em;
    text-indent: -3.5em;
}

.diagram_discription .right_column .diagram_list > li:before {
    counter-increment: item;
    content: counter(item);

    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #77c63b;
    color: #FFFFFF;
    margin-right: 5px;
    width: 3em;
    padding-left: 0em;
    text-indent: 0em;
}

.diagram_discription .right_column .diagram_list2 {
    counter-reset: item 9;
    list-style-type: none;
    padding-left: 0px;
}

.diagram_discription .right_column .diagram_list2 > li {
    margin-top: 2px;
    padding-left: 3.5em;
    text-indent: -3.5em;
}

.diagram_discription .right_column .diagram_list2 > li:before {
    counter-increment: item;
    content: counter(item);

    display: inline-block;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    background-color: #77c63b;
    color: #FFFFFF;
    margin-right: 5px;
    width: 3em;
    padding-left: 0em;
    text-indent: 0em;
}

.appearance {
    display: block;
    width: 100%;
    margin: 2% auto;
    text-align: center;
    background-color: #fafafa;
    clear: both;
    margin-top: 40px;
}

.appearance img{
    width: 14%;
    margin: 2% auto;
}

.qsan_spec h4{
    display: block;
    margin-top: 5px;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #040404;
    text-align: left;
}

.qsan_spec table{
    width: 100%;
    display: table;
    border-collapse: separate;
    border-color: gray;
    border-spacing: 0;
}

.spec_table tbody{
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.spec_table tr{
    width: 100%;
    padding: 17px 10px;
}

.spec_table .title{
    width: 40%;
    font-size: 16px;
    padding: 17px 10px;
    color: #040404;
    text-align: left;
    vertical-align: top;
}

.spec_table .content{
    width: 60%;
    font-size: 14px;
    padding: 17px 10px;
    color: #666;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #dbdbdb;
}

.spec_table .content .check{
    display: block;
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('../img/icon/ic_table_checked.svg');
}

.spec_table .enhance{
    padding: 17px 20px;
    background-color: #f6f6f6;
    text-align: left;
}

.spec_table .enhance th{
    padding-left: 10px;
}



/* seh dongleserver
----------------------------------------------- */
.seh h2{
    color: #0063a8;
}

.seh ul{
    padding-left:2%;
}

.seh li{
    list-style-type: disc;
}

.seh .overview{
    background: #f0f0f2;
    padding: 2%;
}

.seh .explanation{
    background: #ffffff;
    padding: 2%;
}

.seh .explanation table img{
    width: 100%;
}

.seh .spec{
    background: #f0f0f2;
    padding: 2%;
}




