@charset "utf-8";

/* RESET
----------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del,
dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub,
sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
caption, tbody, tfoot, thead  {
    border  : 0;
    margin  : 0;
    padding : 0;
}
caption, th, td {
    border-spacing : 0;
    empty-cells    : show;
    text-align     : left;
    font-weight    : normal;
}
a img,
iframe {
    border : none;
}

input,textarea,select,button {
    font-size   : 100%;
    font-family : inherit;
}

/* DEFAULT
----------------------------------------------- */
body {
    color       : #000;
    font-family :  "Helvetica", "ヒラギノ角ゴPro", "メイリオ", "Mairyo", "Arial", sans-serif;
    font-size   : 80%;
    line-height : 150%;
    word-wrap   : break-word;
    -webkit-text-size-adjust : none;
}
select {
    height  : 25px;
    padding : 3px;
    border  : 1px solid #ccc;
    border-radius: 3px;
}
/*写真*/
.picture {
    border : none;
}
/* 全体を包括 */
.frame_outer {
    margin     : 0 auto;
    text-align : center;
    width      : 100%;
}
/* コンテンツ */
#container {
    padding    : 0 0 50px;
    text-align : left;
    clear      : both;
}
#maincolumn_wrapper{
    margin: 0 auto;
    padding: 0 100px;
    width: 1000px;
}
/* リンク設定 */
a {
    color : #000;
    text-decoration: none;
}
a:hover {
    color : #333;
    text-decoration: underline;
}
/* フォント */
h1,h2,h3,h4,h5 {
    font-size   : 100%;
    line-height : 150%;
}
.sale_price {
    color       : #333;
    font-weight : bold;
}
.normal_price {
    font-size   : 85%;
    font-weight : bold;
}
.point, .price {
    color       : #CC0000;
    font-weight : bold;
}
.user_name {
    font-weight : bold;
}
.user_name_after {
    margin: 0 0 0 15px;
}
.price_strong {
    font-size   : 140%;
}
.recommend_level {
    font-size   : 120%;
    padding     : 0 10px 0 0;
    color       : #ffcf11;
    width       : 85px;
    display     : block;
    float       : left;
}
.voice_title_name {
    display     : block;
    float       : left;
    word-break  : break-all;
}
.attention {
    color: #CC0000;
    font-weight:bold;
    clear : both;
}
.attentionSt {
    color: #CC0000;
    font-weight: bold;
}
.st {
    font-weight: bold;
}
.mini {
    font-size: 85%;
}
.more {
    padding: 0 25px 0 0;
    text-align: right;
    font-size: 70%;
}
.bold_red {
    font-weight: bold;
    color: #CC0000;
}
.attention_mini{
    color: #d90000;
    font-size: 80%;
}
.caution {
    padding: 20px;
    border: 1px solid #CCCCCC;
    background: #FFDDDD;
}
.errorbox {
    margin: 10px 0;
    padding: 20px;
    color: #CC0000;
    font-weight: bold;
    font-size: 110%;
    border: 5px solid #FFB2B2;
    background: #FFF8F8;
    clear: both;
    overflow: hidden;
}
/* ボタン */
.btn_area {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    clear:both;
}
.entry_area .btn_area, .login_area .btn_area {
    margin: 0 auto;
}
/* フロート回り込み解除 */
.clearfix:after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
.clearfix {
    display: block; /* for IE8 */
}
.clear {
    clear: both;
}
/* 行揃え */
.alignC {
    text-align: center;
}
.alignR {
    text-align: right;
}
.alignL {
    text-align: left;
}
.pricetd em {
    font-weight: bold;
}
/* フォームパーツ */
input[type="text"],
input[type="password"] {
    height: 20px;
    margin: 0;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
textarea {
    margin: 0;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #CCC;
}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    margin: -1px;
    outline: none;
    border: 2px solid #999999;
}
#form1 h3 {
    margin: 0 0 15px;
    border-bottom:dotted 1px #333333;
}

/* COLUMN
----------------------------------------------- */
/* ヘッダーとフッターの上下 */
#topcolumn,
#footerbottomcolumn {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: left;
}
#bottomcolumn{
    padding: 0 0 20px;
    text-align: left;
}
/* サイドカラム */
#leftcolumn {
    width: 210px;
    float: left;
}
#rightcolumn {
    width: 210px;
    float: right;
}
/* 1カラム設定 */
#one_maincolumn {
    width: 100%;
    margin: 0 auto;
}
/* 2カラム設定 (メイン部が左) */
#two_maincolumn_left {
    width: 740px;
    padding-left: 1.5%;
    float: left;
}
/* 2カラム設定 (メイン部が右) */
#two_maincolumn_right {
    width: 740px;
    float: right;
}
/* 3カラム設定 */
#three_maincolumn {
    width: 500px;
    padding-left: 20px;
    float: left;
}
/* 下層コンテンツ */
#undercolumn {
    width: 100%;
    font-size: 95%;
    padding: 60px 0 0;
}
#under01column {
    overflow: hidden;
}

/* FORM
----------------------------------------------- */
.select {
    border: 1px solid #ccc;
}
.box40 {
    width: 40px;
}
.box60 {
    width: 60px;
}
.box100 {
    width: 100px;
}
.box120 {
    width: 120px;
}
.box140 {
    width: 140px;
}
.box145 {
    width: 145px;
}
.box150 {
    width: 150px;
}
.box175 {
    width: 175px;
}
.box180 {
    width: 180px;
}
.box190 {
    width: 190px;
}
.box200 {
    width: 200px;
}
.box240 {
    width: 240px;
}
.box300 {
    width: 410px;
}
.box320 {
    width: 320px;
}
.box350 {
    width: 350px;
}
.box380 {
    width: 380px;
}
.box410 {
    width: 410px;
}
#h12 {
    height: 12px;
}
.h200 {
    height: 200px;
}
/* フォームが縦に重なり合う場合に併用する余白 */
.top {
    margin-bottom: 5px!important;
}
ul.top {
    margin: 0 0 10px;
    line-height: 2.1;
    display: block;
    clear: both;
    overflow: hidden;
}
ul.top li {
    float: left;
}
.ng_top {
    margin-bottom: 0 !important;
}

/* TITLE
----------------------------------------------- */
h2.title {
    margin: 10px 0 15px;
    padding: 10px 5px;
    font-size: 120%;
}
#under01column h3 {
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #666;
    font-size: 120%;
}
#one_maincolumn .sub_area h3,
#two_maincolumn_right .sub_area h3,
#two_maincolumn_left .sub_area h3,
#three_maincolumn .sub_area h3 {
    margin: 0 0 10px 0;
    padding: 5px 0 10px;
    border-bottom: 1px solid #666;
    font-size: 120%;
}
#undercolumn_shopping h2 {
    padding: 0 0 10px;
    font-size: 130%;
}

/* TABLE
----------------------------------------------- */

.bg_gray {
    background: #F5F5F5;
}
.white_headline {
    background:none;
}
.border_dotted {
    border-bottom: 1px dotted #CCC;
}
.noborder {
    border: none;
}
/* マイページ */
#mycontents_area table caption {
    padding: 8px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #000;
    background-color: #f0f0f0;
    text-align: left;
    font-weight: bold;
}
#mycontents_area .btn {
    margin:0 0 20px 0;
    text-align: right;
    float:right;
}
/* その他 */
table select {
    margin-bottom: 7px;
    border: solid 1px #ccc;
}

/* HEADER
----------------------------------------------- */
/* レイアウト */
#header{
    background: url("../img/background/bg_header.png") repeat-x 50% 0;
	display: block;
	height: 50px;
	margin: 0 auto;
	position: fixed;
	width: 100%;
	z-index: 10001;
}
#header_wrap{
    display: block;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
    width: 1200px;
    z-index: 10002;
}
#global_navi{
    position: absolute;
    top: 0;
    left: 185px;
}
#global_navi li{
    display: inline-block;
    text-align: left;
}
#global_navi li:hover{
    cursor: pointer;
}
#global_navi li img{
    position: relative;
}
#global_navi li div,
#global_navi_search div{
    color: #fff;
    display: none;
    left: -85px;
    padding: 30px 0 0;
    position: absolute;
    width: 1000px;
}
#global_navi li div a,
#global_navi_search div a{
    color: #fff;
}

div#contents {
    padding-top: 20px;
}

#global_navi_wrap{
    background: #000;
    height: 0;
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
    opacity: 0.95;
    -moz-opacity : 0.95;
    filter: alpha(opacity=95);
    z-index: 10000;
}
/* ロゴ */
#logo_area{
    padding: 14px 0 0 20px;
    position: absolute;
    left: 0;
}
/* グローバルナビ */
#global_navi_search_area{
    display: none;
}
#global_navi_search{
    position: absolute;
    top: 0;
    left: 150px;
}
#global_navi_search div{
    display:none;
}
#header_utility {
    padding: 0;
    text-align: left;
}
#errorHeader {
    padding: 5px;
    color: #F00;
    font-weight: bold;
    font-size: 12px;
    background-color: #FEB;
    text-align: center;
}
/* メインイメージ */
#main_image {
    margin-bottom: 10px;
    text-align: center;
}

/* NAVIGATION
----------------------------------------------- */
/* ヘッダーナビ */
#header_navi {
    width: 409px;
    height: 38px;
    float: right;
}
#header_navi ul li {
    display: block;
    float: left;
}
#header_navi ul li.mypage,
#header_navi ul li.entry {
    margin-top: 6px;
}
/* サブナビ */
#header_subnavi {
    clear: both;
}
#subnavi_left {
    float: left;
}
#login_btn_area {
    display: table-cell;
    padding: 0;
}
#login_btn_area .left {
    float: left;
}
#login_btn_area .right {
    float: right;
}
.btn_area p {
    margin:0 0 20px;
    text-align:center;
}
#header_search {
    clear: both;
    margin: 0;
    border: none;
}
#header_search td {
    padding: 0;
    border: none;
}
#header_search input[type="text"]{
    padding: 3px 4px;
    border-radius: 0;
}
.block_outer {
    display: block; /* for IE8 */
}
.block_outer:after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
#subnavi_left .block_outer {
    padding: 0;
    float: right;
}
#subnavi_right .block_outer {
    width: 140px;
    padding: 0;
    float: right;
}
#header_cart_area .information {
    color : #fff;
    display : table-cell;
    vertical-align : middle;
    font-weight : bold;
    text-align : center;
    width: 50px;
    height: 50px;
    padding: 0;
}
#header_cart_area .cart-zero{
    background : #585858;
}
#header_cart_area .cart-in{
    background : #e00707;
}
#header_cart_btn {
    display : table-cell;
}
.item {
    font-size:100%;
}
.total {
    font-size:100%;
}
.postage {
    font-size: 85%;
}
/* インヘッダーブロック
----------------------------------------------- */
#headerInternalColumn {
    width: 550px;
    float: right;
    margin: 0 0 10px;
}

/* HEADER LOGIN
----------------------------------------------- */
#header_login_area {
    font-size : 85%;
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}
#header_login_area ul.formlist {
    margin-top: 5px;
}
#header_login_area ul.formlist li {
    float: left;
}
#header_login_area ul.formlist li.mail {
    width: 155px;
    padding-left: 28px;
    font-size: 90%;
}
#header_login_area ul.formlist li.password {
    padding-right: 5px;
}
#header_login_area ul.formlist li.login_memory {
    padding-right: 5px;
    font-size: 90%;
}
#header_login_area ul.formlist li.forgot {
    margin-top: 3px;
    padding-right: 5px;
    font-size: 90%;
}
#header_login_area ul.formlist li.btn {
    width: 53px;
    padding-right: 5px;
}
#header_login_area p.btn {
    color: #fff;
    display: block;
    float: left;
    padding: 0 15px 0 0;
    text-align: right;
    vertical-align: middle;
    width: 395px;
}
#header_login_area .point {
    color: #000;
}
#header_login_area .btn_utility {
    width: 60px;
    float: right;
    overflow: hidden;
}
#header_login_area input[type=image] {
    padding: 2px 0 0;
    vertical-align: middle;
}
#header_login_area a{
    color: #fff;
    text-decoration : none;
}
#header_login_area a:hover{
    border-bottom: dotted 1px #c00;
}
#header_cart_in{
    position: relative;
}
#header_cart_in_data{
    background: #fff;
    border: solid 1px #eee;
    -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    color: #000;
    display: none;
    font-size: 80%;
    padding: 0 15px 15px 15px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 50px;
    width: 180px;
}
#header_cart_in_message{
    margin: 10px 0 0 0;
}
#header_cart_in_data table{
    border: 0;
    margin: 10px auto 0 auto;
}
#header_cart_in_data table tr{
    vertical-align: middle;
}
#header_cart_in_data table td{
    border: 0;
    margin: 0;
    padding: 0;
}
#header_cart_in_data table td.header_cart_img{
    padding: 0 10px 10px 0;
    width: 50px;
}
#header_cart_in_data table td.header_cart_item_price{
    line-height: 1.2;
    width: 158px;
}
#header_cart_in_data table img{
    max-width: 50px;
}
#header_cart_in_data table span{
    display: block;
}
#header_cart_in_data table span.item_price{
    margin: 5px 0 0 0;
}
#header_cart_in_data #header_cart_total{
    padding: 0 0 10px 0;
}
#header_cart_in_data #header_cart_total span{
    font-weight: bold;
}

/* FOOTER
----------------------------------------------- */
#footer_logo{
    font-size: 75%;
    margin: 0 auto 10px;
    padding: 0 100px;
    text-align: left;
    width: 1000px;
}
#footer_logo img{
    padding: 0 8px 0 0;
    vertical-align: bottom;
}
#footer_wrap {
    color: #000;
    min-width: 1200px;
    text-align: left;
    padding: 50px 0 0;
    border-top: 1px solid #EEE;
}
#footer_wrap a{
    color: #000;
}
#footer {
    margin: 0 auto 85px;
    padding: 0 100px;
    width: 1000px;
}
#footer a{
    color: #000;
}
#footer li ul{
    font-size: 85%;
    line-height: 2.15;
    margin: 0 0 50px;
}
#footer_rows6 ul{
    margin: 0 0 25px;
}
#footer_line_wrap {
    background: #000;
    border-top: 1px solid #333;
    color: #fff;
    min-width: 1200px;
}
#footer_line{
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px;
}
#footer_line ul{
    float:right;
    padding: 12px 0 0;
}
#footer_line ul li{
    float: left;
    margin: 0 20px 0 0;
}
#copyright {
    float: left;
    font-size: 85%;
    letter-spacing: 0;
    padding: 15px 0;
    text-align: right;
}
/* FOOTER SHOPPING GUIDE
----------------------------------------------- */
#shoppingguide_area {
    padding: 20px 0 0;
    font-size: 90%;
    border-top: 2px solid #EBEBEB;
}
#shoppingguide_box {
    width: 960px;
    margin: 0 auto;
    clear: both;
    text-align: left;
}
#shoppingguide_area h2 {
    padding: 0 0 10px;
}
#shoppingguide_area h3 {
    padding: 0 0 5px;
    font-size: 110%;
}
#shoppingguide_area p {
    padding: 0 0 10px;
}
#shoppingguide_area .block_body_left {
    width: 280px;
    padding: 0 60px 0 0;
    float: left;
}
#shoppingguide_area .block_body_right {
    width: 280px;
    float: right;
}
#shoppingguide_area .gray {
    padding: 10px 10px 0;
    background: #EAEAEA;
}
#shoppingguide_area table {
    margin: 0 0 20px;
}
#shoppingguide_area th,
#shoppingguide_area td{
    padding: 4px 8px;
}
#shoppingguide_area th{
    border-right: 1px solid #ccc;
    width: 110px;
}

/* COMPLETE MESSAGE
----------------------------------------------- */
#undercolumn_shopping #complete_area {
    width: 45%;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#complete_area .shop_information {
    padding: 10px 0 0;
}
#complete_area .message,
#undercolumn_entry .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 120%;
}
#undercolumn_shopping #shop_information {
    width: 47%;
    margin-top: 40px;
    padding: 20px 0 0 0;
    border-top: solid 1px #ccc;
    float: right;
}
#undercolumn_shopping #shop_information th {
    background: #F5F5F5;
}
#undercolumn_shopping #shop_information td {
    border-bottom: 1px solid #CCC;
}
#undercolumn_shopping #shop_information .name {
    margin-bottom: 10px;
}
#completepage_entry {
    padding: 15px;
    background: #FFE6E6;
}
#completepage_entry .entry_attention {
    font-size: 150%;
    color: #FF0000;
    text-align: left;
}
#completepage_entry td {
    background: #FFF;
}
#completepage_entry .btn_agree_n_entry {
}
#undercolumn_shopping .information {
    width: 67%;
    float: left;
    overflow: hidden;
}
#completepage_entry p {
    text-align:center;
}

/* BLOCK
----------------------------------------------- */
/* ブロック共通 */
#container .block_body {
}
.side_column {}
.side_column .block_outer {
    margin: 0 0 20px;
    border: 1px solid #eee;
}
.side_column .block_body {
}
.main_column .block_body {}
.side_column .block_body .box {
    width: 145px;
}
.main_column .block_outer {
    margin-bottom: 20px;
    clear: both;
}
.main_column h2 {
    margin: 0 0 20px;
    border-bottom: 2px solid #444;
}
#undercolumn_list h2.title {
    margin: 0 auto 20px;
    width: 1000px;
}
.main_column h2 span {
    padding: 5px 0 5px 10px;
    font-size: 125%;
    color: #000;
    display: block;
}
.side_column h2 {
    border-bottom: 2px solid #999;
}
/* リスト */
#container .block_outer .block_body dl.formlist {
    margin-bottom: 8px;
}
#container .block_outer .block_body dl.formlist dd {
    margin-bottom: 5px;
}
#container .block_outer .block_body dl.formlist dt {
    margin-bottom: 3px;
    padding-left: 15px;
    font-size: 85%;
    background: url("../img/icon/ico_arrow.gif") no-repeat left center;
}
#container .block_outer .block_body dl.formlist span {
    vertical-align: top;
}
/* タイトルの背景 */
#login_area h2,
#search_area h2,
#calender_area h2,
#cart_area h2,
#cart h2,
#category_area h2,
#inquiry_area h2,
#favorite_area h2,
#eventandcampaign_area h2,
#guide_area h2 {
    padding: 7px 0 7px 5px;
    border-style: solid;
}
#news_topics_area h2,
#main_blands_area h2,
#recommend_area h2{
    border: none;
    margin: 0 0 30px;
    text-align: center;
}
#ranking_area h2{
    border: none;
    margin: 0 auto 30px;
    padding: 50px 100px 0;
    text-align: center;
    width: 1000px;
}
#newitem_area h2,
#newitem_update {
    display: inline-block;
}
#newitem_update {
    font-size: 80%;
    vertical-align: top;
}
#news_area h2{
    border: none;
    margin: 0 0 28px;
    text-align: left;
}
#newitem_area h2{
    border: none;
    margin: 0 10px 18px 0;
    text-align: left;
}
/* ヘッダー上、フッター下のブロックエリア */
#topcolumn,
#bottomcolumn {
    clear: both;
}
/* メインカラム用画像 */
.main_column #inquiry_area .block_body .productImage {
    width: 190px;
    margin: 0 0 10px;
    float: left;
}
#recommend_area .productImage,
#whobought_area .productImage,
.listphoto {
    width: 180px;
    height: 216px;
    margin: 0 0 10px;
    text-align: center;
    position: relative;
}
/* サイドカラム用画像 */
.side_column #recommend_area .block_body .productImage,
.side_column #inquiry_area .block_body .productImage {
    width: auto;
    float: none;
    text-align: center;
}
.productImage a:hover img,
.listphoto a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
/* 左右の割り振り  */
.main_column #recommend_area .product_item,
.main_column #inquiry_area .product_item,
#whobought_area .product_item{
    width: 180px;
    padding: 0 23px 30px 0;
    float: left;
}
.main_column #recommend_area .product_item_end,
.main_column #inquiry_area .product_item_end,
#whobought_area .product_item_end {
    width: 180px;
    padding: 0 0 30px;
    float: right;
}
/* サイドカラム用テキスト */
.side_column #recommend_area .block_body .productContents,
.side_column #inquiry_area .block_body .productContents {
    clear: both;
}

/* NEWS
----------------------------------------------- */
#news_area {
    float: right;
    width: 380px;
}
#news_area .rss {
    float: right;
    padding: 0;
}
#news_area .news_contents {
    height: auto !important;
    height: 350px;
    margin: 0 0 20px;
    max-height: 350px;
    padding-right: 10px;
    overflow: auto;
    overflow-y: scroll;
}
#news_area .newslist {
    width : 100%;
    padding: 10px 0 3px;
    clear: both;
}
#news_area dl.newslist dt {
    font-size: 80%;
}
#news_area dl.newslist dd {}
#news_area dl.end {
    padding: 10px 0;
}
.news_title{
    display: block;
    font-weight: bold;
}
#mypage #news_area{
    float: none;
    padding: 85px 0 0;
    width: 100%;
}
/* NEWITEM
----------------------------------------------- */
#newitem_news_wrap{
    margin:0 auto;
    padding: 0 100px 30px;
    width: 1000px;
}
#newitem_area{
    float: left;
    width: 600px;
}
#newitem_area div.block_body{
    margin: 0 0 10px;
}
.main_column #newitem_area .product_item,
.main_column #newitem_area .product_item_end{
    width: 150px;
    height: 180px;
    float : left;
    overflow: hidden;
    position: relative;
}
#newitem_area div.productContents{
    background: #000;
    color     : #fff;
    height    : 160px;
    opacity   : 0.5;
    filter    : alpha(opacity=50);
    padding   : 10px 9px;
    position  : absolute;
    top       : 180px;
    width     : 132px;
}
#newitem_area div.productContents a{
    height    : 160px;
    color     : #fff;
    text-decoration: none;
    display: block;
}
#newitem_area .productImage{
    position: relative;
    height: 180px;
}
#newitem_area div.productImage a:hover img{
    opacity: 1;
    filter: alpha(opacity=100);
}
#newitem_area .productImage img{
    max-width: 150px;
    height: auto;
    width/***/: auto;/* for IE8 */
}
#newitem_area div.productContents strong{
    display: block;
    font-weight: lighter;
}
#newitem_area span.normal_price{
    display: block;
    font-size: 80%;
    font-weight: lighter;
}
#newitem_area span.sale_price{
    color: #fff;
    display: block;
    font-size: 80%;
    font-weight: lighter;
}
#newitem_area span.price_strong{
    font-size: 110%;
    padding: 0 3px 0 0;
}
#newitem_area .overlay-sold{
    background: url("../img/picture/soldout_newitem.png") repeat 0 0;
    width: 150px;
    height: 180px;
}
.statusicons {
    padding: 5px 0 0;
    display: block; /* for IE8 */
}
.statusicons:after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
.statusicons li {
    height: 12px;
    margin: 0 8px 5px 0;
    padding: 0 2px 6px 0;
    text-align: center;
    font-weight: bold;
    display: block;
    float: left;
}
/* 商品ステータスアイコン背景色 */
.status1 {
    color: #d90000;
}
.status2 {
    color: #00a2dc;
}
.status3 {
    color: #ff7373;
    letter-spacing: -0.1em;
    font-size: 90%;
}
.status4 {
    color: #85b200;
}
.status5 {
    color: #ff8000;
}
.status6 {
    color: #b20000;
    font-size: 90%;
}
.status7{
    color: #00b2b2;
    font-size: 90%;
}
.status8{
    color: #667DD9;
}
.status9{
    color: #F23442;
}
.status10{
    color: #61955D;
}

.comment{
    font-size: 85%;
    color: #575757;
}

/* CART
----------------------------------------------- */
#cart_area .information {
    padding: 10px;
}
#cart_area .postage {
    margin-top: 10px;
    padding: 5px;
    background: #EEE;
}
#cart_area .btn {
    padding: 10px 0;
    text-align: center;
}

/* CATEGORY
----------------------------------------------- */
#category_area #categorytree {
    padding: 5px 10px;
}
#category_area li a {
    padding: 0;
    color: #333;
    display: block;
}
#category_area li.level1 p {
    margin: 5px 0;
    padding: 5px 10px;
}
#category_area li.level1 p {
    font-weight: bold;
    background: #EBEBEB;
}
#category_area li.level1 li.level2 p {
    margin:  0 0 5px;
    padding: 0 0 0 15px;
    font-size: 95%;
    font-weight: lighter;
    border-bottom: 1px dotted #ccc;
    background: url("../img/icon/arr_guide.png") no-repeat left center;
}
#category_area li.level1 li.level3 p {
    margin:  0 0 5px;
    padding: 0 0 0 15px;
    font-size: 85%;
    background: none;
}
#category_area li.level1 li.level4 p {
    margin:  0 0 5px;
    padding: 0 0 0 20px;
    font-size: 80%;
    background: none;
}
#category_area li.level1 li.level5 p {
    margin:  0 0 5px;
    padding: 0 0 0 25px;
    font-size: 75%;
    background: none;
}
.onlink:link {
    text-decoration: underline;
}
.onlink:visited {
    color: #666;
}
.onlink:hover {
    color: #000;
}

/* CATEGORY LIST
----------------------------------------------- */
#undercolumn_categorylist .root_category {
    margin: 0 0 10px;
    padding: 10px;
    font-size: 120%;
    background: #EBEBEB;
}
#undercolumn_categorylist .child_category {
    padding: 5px 15px 15px;
    font-size: 110%;
}
#undercolumn_categorylist .child_category li {
    padding: 0 0 10px;
}

/* LOGIN
----------------------------------------------- */
#container #login_area .block_body {
    padding: 10px;
}
#container #login_area .block_body p {
    margin-bottom: 5px;
}
#container #login_area .block_body .btn {
    text-align: center;
}
#container .login_area dl.formlist {
    width: 420px;
    margin: 10px auto;
}
#container .login_area dl.formlist dt {
    margin-bottom: 5px;
}
#container .login_area dl.formlist dd {
    margin-bottom: 5px;
    text-align: left;
}
#container #login_area .block_body .mini {
    margin-top: 5px;
    letter-spacing: -0.01em;
}
.login_memory {
    margin: 5px auto 0;
    text-align: center;
}

/* SEARCH
----------------------------------------------- */
#search_area .block_body {
    padding: 10px;
}
#search_area .block_body .btn {
    text-align: center;
}

/* CALENDAR
----------------------------------------------- */
#calender_area {
    background-color: transparent;
    border: none;
}
#calender_area .block_body {
    padding: 10px 0;
}
#calender_area table {
    width: 190px;
    margin: 0 auto;
    border: none;
    font-size: 90%;
}
#calender_area table td {
    padding: 1px 3px;
    border-top: 1px solid #ccc;
    border-right: none;
    text-align: center;
}
#calender_area th {
    padding: 1px 3px;
    background: #CCC;
    border: none;
    text-align: center;
}
#calender_area table .month {
    margin-bottom: 5px;
    font-size: 90%;
    text-align: center;
}
#calender_area .off {
    color: #FFF;
    background: #C03A3A;
}
#calender_area .today {
    background-color: #D7D7D7;
    font-weight: bold;
}
#calender_area .information {
    margin-left: 10px;
    padding: 0 0 15px;
    font-size: 90%;
}
#calender_area .attention{
    width: 190px;
    margin: 0 auto;
    padding: 5px 0 0;
    font-size: 80%;
}
#calender_area .border caption,
#calender_area .last caption {
    border-top: 1px dotted #999999;
    padding: 16px 0 0;
    margin: 20px 0 5px;
}

/* RECOMMEND
----------------------------------------------- */
#recommend_area{
    margin: 0 auto;
    padding: 0 100px;
    width: 1000px;
}
/* 共通 */
#recommend_area .block_body {
    margin-bottom: 10px;
    padding: 10px 0;
    border: none;
}
#inquiry_area .block_body,
#guide_area .block_body {
    padding: 5px 10px 10px;
}
#recommend_area .block_body img,
#inquiry_area .block_body img,
#whobought_area div.productImage img {
    max-height: 216px;
    max-width: 180px;
}
#recommend_area .block_body h3,
#inquiry_area .block_body h3,
#whobought_area h3 {
    font-size: 120%;
    line-height: 1.2;
    margin: 0 0 10px;
}
#whobought_area div.normal_price {
    font-size: 95%;
    font-weight: lighter;
}
#recommend_area p.sale_price,
#whobought_area p.price {
    color: #000000;
    font-size: 85%;
    font-weight: lighter;
}
#recommend_area span.price_strong,
#whobought_area span.price_strong{
    font-size: 110%;
    padding: 0 3px 0 0;
}
#recommend_area ul.statusicons, 
#whobought_area ul.statusicons {
    margin: 0 0 4px;
    padding: 0;
}
/* サイドカラム用 */
.side_column #recommend_area .product_item,
.side_column #inquiry_area .product_item {
    margin-bottom: 10px;
}

/* RANKING
----------------------------------------------- */
#ranking_area{
    background: #f5f5f5;
    margin: 0 0 30px;
    min-width: 1200px;
}
#ranking_area .block_body {
    margin: 0 auto;
    padding: 0 100px 40px;
    width: 1000px;
}
#ranking_area div.ico_rank{
    background: #000;
    height: 17px;
    margin: 0 0 10px;
    padding: 3px 0 0;
    text-align: center;
}
#ranking_area div.product_item{
    float: left;
    margin: 0 12px 0 0;
    width: 190px;
}
#ranking_area div.product_item_end{
    float: right;
    width: 190px;
}
#ranking_area .sale_price {
    color: #000;
    font-size: 80%;
}
#ranking_area .price {
    color: #000;
    font-weight: normal;
}
#ranking_area div.productImage{
    text-align: center;
    height: 228px;
    overflow: hidden;
}
#ranking_area div.productImage a{
    line-height: 0;
}
#ranking_area div.productImage img{
    max-width: 190px;
    height: auto;
    width/***/: auto;/* for IE8 */
}
#ranking_area h3{
    font-size: 110%;
    line-height: 1.2;
    margin: 0 0 2px;
}
/* GUIDE ENQUETE
----------------------------------------------- */
/* GUIDE */
#guide_area .block_body {
    padding: 5px 10px 10px;
}
.guidelist li,
#inquiry_area .inquirylist li {
    padding: 5px 0;
    border-bottom: 1px dotted #999;
}
.guidelist a,
#inquiry_area .inquirylist a {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.guidelist a:hover,
#inquiry_area .inquirylist a:hover {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot_on.png") no-repeat left center;
}

/* SHOP INFO
----------------------------------------------- */
#shopinformation_area #table_left {
    width: 325px;
    margin: 0;
    float: left;
}
#shopinformation_area .right {
    float: right;
    overflow: hidden;
}
#shopinformation_box {
    padding: 10px 0 0;
}
#table_left th,
#table_left td{
    padding: 4px 8px;
}
#shopinformation_area p{
    font-size: 90%;
    color: #666;
}

/* ADDED BLOCK
----------------------------------------------- */
/* 共通 */
#container .block_outer #banner_area .block_body {
    border: none;
}
.main_column .block_outer #banner_area .block_body ul {
    width: 100%;
}
.main_column .block_outer #banner_area .block_body ul li {
    float: left;
}
.main_column .block_outer #banner_area .block_body ul li.sub_01 {
    padding-right: 8px;
}
#leftcolumn .block_outer #banner_area .block_body ul li,
#rightcolumn .block_outer #banner_area .block_body ul li {
    margin-bottom: 8px;
}
#eventandcampaign_area a:hover img,
#main_blands_area a:hover img,
#news_topics_area a:hover img,
#info_banner_area a:hover img,
#category_info a:hover img,
#newitem_btn a:hover img,
#global_navi li div a:hover img{
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.banner_left {
    float: left;
}
.banner_right {
    float: right;
}
/* お気に入り */
#favorite_area .block_body {
    padding: 10px;
    text-align: center;
}

/* ぱんくず
----------------------------------------------- */
#pan {
    color: #666;
    font-size: 85%;
    font-weight: lighter;
    margin: 0 0 10px;
    padding: 2px 0;
}
#pan li{
    display: inline;
}
#pan a{
    font-weight: bold;
}
#pan strong{
    font-weight: lighter;
}

/* LIST
----------------------------------------------- */
#undercolumn_list #pan {
    margin: 0 auto 7px;
    padding: 0 100px;
    width: 1000px;
}
#category_img {
    width: 1000px;
    margin: 0 auto;
    padding: 0 100px 10px;
}
#category_info {
    display: block; /* clearfix for IE8 */
    background: url("../img/background/bg_shadow.jpg") no-repeat 50% 100%;
    margin: 0 auto 10px;
    padding: 0 100px 70px;
    width: 1000px;
}
#category_info :after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
#product_numbers {
    float: left;
}
#product_numbers span.attention{
    font-size: 110%;
}
/* ページ送り */
.pagenumber_area {
    clear: both;
    overflow: hidden;
}
.pagecond_area {
    margin: 0 auto 20px;
    padding: 10px;
    background: #eee;
    border: 1px solid #ccc;
    width: 988px;
}
.pagenumber_area .change {
    padding: 0 0 20px;
    float: right;
    text-align: right;
    white-space: nowrap;
}
.pagenumber_area .change strong,
.pagenumber_area .change a{
    display: inline-block;
    margin: 0 10px 0 0;
}
.pagenumber_area .change strong{
    text-decoration: underline;
}
#narrow_down {
    padding: 5px 0 0;
    white-space: normal;
}
.pagenumber_area .select_numbers {
    padding: 0 0 0 15px;
}
#page_navi_top_outer{
    margin: 0 auto 40px;
    padding: 0 150px;
    width: 900px;
}
#page_navi_top {
    clear: both;
}
#page_navi_bottom {
    clear: both;
}
#page_navi_top .navi{
    padding: 10px 0 20px;
    text-align: center;
}
#page_navi_bottom .navi{
    padding: 20px 20px;
    text-align: center;
}
#page_navi_top .navi a,
#page_navi_bottom .navi a{
    margin: 0 3px 0 0;
    padding: 12px 15px;
    display: inline;
    border: 1px solid #CCC;
    background: #FFF;
}
#page_navi_top .navi a:hover,
#page_navi_bottom .navi a:hover{
    text-decoration: none;
    background: #CCC;
}
#page_navi_top .navi strong,
#page_navi_bottom .navi strong{
    margin: 0 3px 0 0;
    padding: 12px 15px;
    display: inline;
    border: 1px solid #CCC;
    background: #CCC;
}
#list_product_item_wrap{
    margin: 0 auto;
    padding: 0 100px;
    width: 1000px;
}
#undercolumn_list div.listphoto img{
    max-width: 180px;
    max-height: 216px;
}
/* レイアウト（リストタイプ） */
/*
.list_area {
    padding: 0 0 30px;
    overflow: auto;
}
.listphoto {
    float: left;
}
#two_maincolumn_right div.listrightbloc,
#two_maincolumn_left div.listrightbloc {
    width: 530px;
    float: right;
}
.listrightbloc_head {
    width: 100%;
    margin: 0 0 10px;
    overflow: hidden;
    border-bottom: 1px dotted #CCC;
}
.listrightbloc_head h3 {
    width: 350px;
    float: left;
    overflow: hidden;
}
.listrightbloc_head .price_area {
    width: 170px;
    float: right;
}
.listrightbloc h3 {
    font-weight: bold;
    font-size: 120%;
}
.listphoto .detail_btn {
    padding: 5px 0 0;
}
.listrightbloc .detail_btn {
    margin-bottom: 20px;
}
.listrightbloc .pricebox {
    margin: 0 0 10px 0;
}
.listrightbloc .cart_area {
    padding: 10px;
    background: #EBEBEB;
}*/
/* レイアウト（グリッドタイプ） */
.list_area {
    border: solid 1px #fff;
    width: 180px;
    padding: 10px 9px 10px 9px;
    position: relative;
    float: left;
}
.list_area_end {
    border: solid 1px #fff;
    width: 180px;
    padding: 10px 9px 10px 9px;
    position: relative;
    float: right;
}
.listrightbloc_head {}
.listrightbloc_head strong {
    font-size: 120%;
    line-height: 1.2;
    margin: 0 0 10px;
}
.listrightbloc_head ul.statusicons{
    margin: 0 0 4px;
    padding: 0;
}
div.listrightbloc_head div.normal_price{
    font-size: 95%;
    font-weight: lighter;
}
div.listrightbloc_head div.sale_price{
    color: #000;
    font-size: 85%;
    font-weight: lighter;
}
div.listrightbloc_head span.price_strong{
    font-size: 110%;
    padding: 0 3px 0 0;
}
.listrightbloc_head .price_area {
    margin: 0 0 4px;
}
.list_area_border {
    border: solid 1px #eee;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.list_area_border_end {
    border: solid 1px #eee;
    -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.list_area_border_right {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-left: solid 1px #eee;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px rgba(0,0,0,0.2);
    z-index: 100;
}
.list_area_border_left {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
    -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    z-index: 100;
}
.list_color_variation,
.list_color_variation_end {
    border-top: solid 1px #fff;
    border-bottom: solid 1px #fff;
    background: #fff;
    display: none;
    position: absolute;
    top: -1px;
    width: 110px;
    z-index: 100;
}
.list_color_variation {
    border-right: solid 1px #fff;
    left: 199px;
    padding: 10px 3px 10px 0;
}
.list_color_variation_end {
    border-left: solid 1px #fff;
    left: -120px;
    padding: 10px 5px 10px 10px;
}
.list_color_variation_border,
.list_color_variation_border_end {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
}
.list_color_variation_border {
    border-right: solid 1px #eee;
    -webkit-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.list_color_variation_border_end {
    border-left: solid 1px #eee;
    -webkit-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: -1px 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.list_color_variation li,
.list_color_variation_end li {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50px;
}
.list_color_variation li img,
.list_color_variation_end li img {
    max-width: 50px;
}
/* メインカラム用 1カラム時*/
/*#one_maincolumn div.listrightbloc {
    width: 74%;
    float: right;
}*/
/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
    width: 74%;
    float: right;
}
/* 商品ステータス */
.listrightbloc ul.status_icon {
    width: 100%;
    margin-bottom: 10px;
}
.listrightbloc ul.status_icon li {
    margin-right: 5px;
    float: left;
}
/* コメント */
.listrightbloc .listcomment {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 85%;
    color: #575757;
}
/* 規格 */
.listrightbloc .classlist {
    overflow: hidden;
}
.listrightbloc dl {
    width: 100%;
}
.listrightbloc dt {
    margin: 3px 0 0;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.listrightbloc dd {
    display: inline-block;
}
.listrightbloc dd p.attention {
    margin-top: 5px;
}
/* カートに入れる */
.classcat_list_left {
    width: 63%;
    float: left;
    overflow: hidden;
}
.listrightbloc .cartin {
    width: 37%;
    margin: 0;
    float :right;
}
.list_cart_btn {
    padding: 0 0 5px;
}
.listrightbloc .quantity {
    padding: 0 0 0 15px;
    background: url("../img/block/arr_dot.png") no-repeat left center;
}
.listrightbloc input.box {
    width: 40px;
}
.listrightbloc .cartin .quantity .box {
    width: 70px;
}
.listrightbloc .cartin_btn {
    width: 160px;
    float :left;
}
/* 検索結果 */
.condition_area {
    width: 566px;
    margin: 0 auto;
    padding: 5px;
    border: solid 1px #333;
}
/* SOLDOUTアイコン */
.overlay-sold {
    width: 180px;
    height: 216px;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    text-align: left;
    background: url("../img/picture/soldout.png");
}
* html .overlay-sold {
    width: 150px;
    height: 150px;
    filter:progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/picture/soldout.png',sizingMethod='scale');
    background: none;
    cursor: pointer;
    text-align: left;
}
.overlay-new {
    width: 45px;
    height: 45px;
    top: 0;
    left: 0;
    position: absolute;
    cursor: pointer;
    text-align: left;
    background: url("../img/picture/new.png");
}
* html .overlay-new {
    width: 42px;
    height: 42px;
    filter:progid: DXImageTransform.Microsoft.AlphaImageLoader(src='/user_data/packages/default/img/picture/new.png',sizingMethod='scale');
    background: none;
    cursor: pointer;
    text-align: left;
}
/* DETAIL COMMON
----------------------------------------------- */
#undercolumn_detail{
    background: url("../img/background/bg_shadow.jpg") no-repeat 50% 100%;
    margin: 0 auto;
    padding: 60px 100px 40px;
    width: 1000px;
}
#undercolumn_detail #form1{
    margin: 0 0 30px;
}
#detailarea {}
#detailphotobloc div.photo{
    line-height: 0;
    margin: 0 0 15px;
}
#detailphotobloc .photo img{
    max-width: 500px;
    height: auto;
    width/***/: auto;/* for IE8 */
}
/* サブ画像 */
#subdetail_area {
    clear:both;
    margin: 0 0 10px;
}
.sub_area {
    width: 50px;
    float: left;
}
div.subphotoimg_main img,
div.subphotoimg img{
    max-width: 50px;
    height: auto;
    width/***/: auto;/* for IE8 */
}
#title_subimg,
#title_color_variation{
    margin: 0 0 8px;
}
/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
    width: 500px;
    float: left;
}
#one_maincolumn #detailrightbloc {
    width: 480px;
    float: right;
}
#one_maincolumn div.subtext {
    width: 69%;
    margin-bottom: 20px;
    float: left;
}
/*#one_maincolumn div.subphotoimg {
    width: 25%;
    float: right;
    text-align: right;
}*/
#one_maincolumn span.subtext {
    display: block;
    font-size: 80%;
    line-height: 1.2;
    padding: 5px 0 0;
    text-align: center;
}
/* 2カラム用 */
#two_maincolumn_left div#detailphotobloc,
#two_maincolumn_right div#detailphotobloc {
    width: 360px;
    float: left;
}
#two_maincolumn_left #detailrightbloc,
#two_maincolumn_right #detailrightbloc {
    width: 330px;
    float: right;
}
#two_maincolumn_left p.subtext,
#two_maincolumn_right p.subtext {
    margin-bottom: 10px;
}
#two_maincolumn_left div.subphotoimg,
#two_maincolumn_right div.subphotoimg {
    width: 50px;
}
#two_maincolumn_left div.subphotoimg img,
#two_maincolumn_right div.subphotoimg img {
    max-width: 50px;
    max-height: 50px;
}
#two_maincolumn_left .subtext,
#two_maincolumn_right .subtext {
    padding: 5px 0 0;
    display: block;
    font-size: 80%;
    line-height: 1.2;
}
/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
    width: 49%;
    float: left;
}
#three_maincolumn #detailrightbloc {
    width: 50%;
    float: right;
}
#three_maincolumn div.subtext {
    width: 63%;
    margin-bottom: 20px;
    float: left;
}
#three_maincolumn p.subtext {
    margin-bottom: 20px;
}
#three_maincolumn div.subphotoimg {
    width: 35%;
    float: right;
    text-align: right;
}

/* DETAIL
----------------------------------------------- */
#detailrightbloc h1 {
    margin: 0;
    font-weight: lighter;
    font-size: 150%;
    border: none;
}

#detailrightbloc h2 {
    margin: 0;
    font-weight: lighter;
    font-size: 150%;
    border: none;
}
#detailrightbloc ul.statusicons{
    margin: 0 0 3px;
}
#detailrightbloc .point,
#detailrightbloc .relative_cat {
    margin: 0 0 10px;
    padding: 0 0 10px;
    background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}
#detailrightbloc dl.normal_price,
#detailrightbloc dl.sale_price{
    font-weight: lighter;
}
#detailrightbloc dl.sale_price{
    font-size: 90%;
}
#detailrightbloc .main_comment {
    border-top: 1px solid #eee;
    font-size: 90%;
    padding: 30px 0 0;
    margin-bottom: 30px;
}
/* 商品コード */
.product_code {
    font-size: 80%;
    margin: 0 0 15px;
}
#classcat_matrix {
    font-size: 80%;
}
#classcat_matrix th,
#classcat_matrix td {
    text-align: center!important;
}
/* ソーシャルチェック */
#socialcheck_area {
}
/*#socialcheck_table {
    margin: 0;
    border: none;
}
#socialcheck_table td {
    padding: 0;
    border: none;
}
#socialcheck_thumbnail {
    float: left;
    overflow: hidden;
}*/
#socialcheck_area li {
    padding: 0 10px 0 0;
    display: inline;
    float: left;
}
#socialcheck_area li img {
    vertical-align: bottom;
}
#socialcheck_area .twitter-btn {
    width: 90px;
}
#socialcheck_area .google-btn {
    width: 60px;
}
/* 通常価格 */
#detailrightbloc .normal_price dt,
#detailrightbloc .normal_price dd {
    font-size: 120%;
    display: inline;
}
/* 販売価格 */
#detailrightbloc .sale_price dt,
#detailrightbloc .sale_price dd {
    padding: 0 0 15px;
    font-size: 110%;
}
#detailrightbloc .price_strong {
    display: inline-block;
    font-weight: bold;
    padding: 0 3px 0 0;
}
/* ポイント */
#detailrightbloc .detail_point {
    padding: 0 0 2px;
    font-size: 85%;
}
#detailrightbloc .point dt,
#detailrightbloc .point dd {
    display: inline;
}
#point_default,
.point_unit_default {
    color: #C00;
    font-size: 120%;
}
#point_dynamic {
    color: #C00;
}
/* 発送日目安 */
#detail_deliverydate{
    padding: 0 0 20px;
    font-size: 85%;
}
/* 規格 */
#detailrightbloc div.classlist {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 10px;
    background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}
#detailrightbloc .classlist {
    margin-bottom: 5px;
}
#detailrightbloc ul {
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
#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 {
    text-align: left;
}
#detailrightbloc .quantity {
    padding: 0 0 5px;
    display: inline;
}

#detailrightbloc .cartin {
    padding: 10px 0 5px;
}
#detailrightbloc .cartin_btn {
}
#detailrightbloc #btn_contact {
    cursor: pointer;
    float: left;
    margin: 0 0 10px;
    width: 181px;
}
#detailrightbloc .favorite_btn {
    float: right;
    margin: 0 10px 10px 0;
    width: 150px;
}
/* お気に入り登録ボタン案内文 */
#text_favorite_btn_entry{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    clear: both;
    font-size: 80%;
    margin: 0 0 15px;
    padding: 10px 0;
}
#text_favorite_btn_entry a{
    font-weight: bold;
    text-decoration: underline;
}
/* 自由項目 */
#detailspecarea{
    line-height: 1.7;
    font-size: 95%;
}
#detailspecarea th,
#detailspecarea td{
    padding: 10px;
}

/* 会員様限定ページ */
.product_member_only_btn .btn_enter_color:first-child{
    float: left;
}

/* CUSTOMERS' VOICE
----------------------------------------------- */
#customervoice_area {
    padding: 35px 0 0;
    clear: both;
}
#customervoice_area .review_bloc {
    margin-bottom: 20px;
    text-align: right;
}
#customervoice_area .review_bloc p {
    margin-right: 10px;
    padding-top: 3px;
    float: left;
}
#customervoice_area li {
    margin-bottom: 20px;
}
.voicetitle-information {
    border-top: 1px solid #ccc;
    background: #f5f5f5;
}
#customervoice_area .voicetitle {
    color      : #333;
    float      : left;
    font-size  : 110%;
    font-weight: bold;
    padding    : 10px 0 8px 15px;
    width      : 60%;
}
#customervoice_area .voicedate {
    color      : #666;
    font-size  : 95%;
    padding    : 10px 15px 8px 0;
    text-align : right;
    word-break : break-all;
}
#customervoice_area .voicedate a{
    color: #666;
}
#customervoice_area .voicecomment{
    background : #fff;
    color      : #666;
    clear      : both;
    padding    : 10px 15px 0 11px;
}

/* RELATED ITEMS
----------------------------------------------- */
#whobought_area {
    padding: 35px 0 0 0;
    clear: both;
    overflow: hidden;
}

/* CONTACT
----------------------------------------------- */
#undercolumn_contact {
    width: 100%;
    margin: 0 auto;
}
#undercolumn_contact table br {
    margin:0 0 20px;
}
.zipimg img {
    vertical-align: middle;
}

/* MYPAGE
----------------------------------------------- */
#mypagecolumn{
    padding: 75px 0 0;
}
/* 共通設定 */
#mypagecolumn h2,
#mypage h2 {
    margin: 0 0 20px;
}
#mypagecolumn h3,
#mypage h3 {
    margin: 0 0 20px;
    padding: 10px;
    border: 1px solid #CCC;
}
#mypagecolumn h3 strong,
#mypage h3 strong {
    padding: 0 0 0 10px;
    border-left: 5px solid #333;
}
#mypagecolumn .order_information {
    padding: 10px 0;
    border-top: 1px solid #CCC;
}
#mypagecolumn .order_statement {
    width: 500px;
    padding: 5px 0 0;
    float: left;
    overflow: hidden;
}
#mypagecolumn .mypage_detailbtn_area {
    float: right;
    overflow: hidden;
}
#mypagecolumn .btn_reorder {
    margin: 0 0 30px;
    text-align: right;
    clear: both;
    overflow: hidden;
}
#mypagecolumn .pagenumber_area {
    border-top: 1px dotted #CCC;
    background: none;
}
#mynavi_area {
    width: 210px;
    padding: 85px 0 0;
}
#mynavi_area ul {
    border-bottom: 1px solid #CCC;
}
#mynavi_area .mynavi_list {
    margin-bottom: 20px;
}
#mynavi_area .mynavi_list li {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
}
.mynavi_list a {
    height:20px;
    padding: 15px 10px 10px;
    display: block;
    background:#FFF;
}
.mynavi_list a:hover,
.mynavi_list .selected{
    background:#EFEFEF;
}
#mypage_point_announce {
    margin-bottom: 20px;
    padding: 10px;
    border: solid 5px #EEE;
}
#mycontents_area .inforamtion {
    width: 420px;
    margin-bottom: 20px;
    float: left;
    overflow: hidden;
}
#mycontents_area .add_address {
    float: right;
    overflow: hidden;
}
#mypagecolumn h4 {
    margin: 10px auto;
    border-bottom: 1px solid #999;
    text-align: left;
    font-size: 120%;
}
.mypage_detailbtn_area.btn_back_color a{
    height: 40px;
}
#btn_delete_favorite a{
    background: none repeat scroll 0 0 #999999;
    border-radius: 3px 3px 3px 3px;
    display: block;
    height: 25px;
    width: 65px;
}
#btn_delete_favorite a:hover{
    background: #7A7A7A;
}
#mycontents_area .refusal_btn{
    margin: 0 auto 10px;
    float: none;
}

/* カート、ログイン共通ボタン */
.single_btn,
.single_btn li {
    width: 350px;
}
.single_btn_250,
.single_btn_250 li {
    width: 250px;
}
.double_btn {
    width: 520px;
}
.double_btn li {
    width: 250px;
}

.triple_btn {
    width: 770px;
}
.triple_btn li {
    width: 250px;
}
.triple_btn .single {
    margin: 0 10px;
}


.btn_back_color,
.btn_area .refusal_btn .btn_enter_color {
    float: left;
}
.btn_enter_color,
.btn_area .refusal_btn .btn_back_color {
    float: right;
}
.btn_back_color a,
.btn_back_color input {
    height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #999999;
    display: block;
}

.btn_back_color_slim a,
.btn_back_color_slim input {
    height: 30px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #999999;
    display: block;
}

.btn_back_color a:hover,
.btn_back_color input:hover,
.btn_back_color_slim a:hover,
.btn_back_color_slim input:hover
 {
    background: #7A7A7A;
}
.btn_enter_color a,
.btn_enter_color input {
    height: 45px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background: #900;
    display: block;
}
.btn_enter_color a:hover,
.btn_enter_color input:hover {
    background:#7A0000;
}
#deliv_label .btn_back_color {
    padding: 0 0 10px;
}
.deliv_label_text{
    display: block;
}
#undercolumn_customer .btn_back_color{
    padding: 0 0 10px;
    display: block;
}
/* 購入履歴一覧/詳細 */
#mycontents_area div.mycondition_area {
    margin: 0 auto 20px 0;
    padding: 10px;
    border: 1px solid #CCC;
    background: #F9F9F9;
}
#mycontents_area div.mycondition_area p {
    text-align: center;
}
#mycontents_area div.mycondition_area .btn {
    width: 160px;
    margin-top: 15px;
    float: right;
}
#mycontents_area .text {
    margin:0 40px 0 0;
}
.add_address {
    margin-bottom: 20px;
}
/* 会員登録内容変更/退会 */
#mycontents_area .message_area {
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #CCC;
    text-align: center;
}
#mycontents_area .message_area p {
    margin-bottom: 20px;
}

/* ENTRY PAGE
----------------------------------------------- */
#undercolumn_entry .kiyaku_text {
    width: 94%;
    height: 300px;
    margin: 20px auto;
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFF;
}

/* LOGIN PAGE
----------------------------------------------- */
#undercolumn_login {
    clear: both;
    overflow: hidden;
}
#undercolumn_login h3 {
    text-align: center;
}
#undercolumn_login .login_area {
    width: 420px;
    padding: 15px;
    border: 1px solid #BBB;
    float: left;
    overflow: hidden;
}
#undercolumn_login .entry_area {
    width: 420px;
    min-height: 208px;
    padding: 15px 15px 30px;
    border: 1px solid #BBB;
    float: right;
    overflow: hidden;
}
.entry_area .btn_area {
    margin:0 auto;
}
#undercolumn_login .merit {
    margin: 20px 0 30px;
    font-size:150%;
    color:#990000;
}
#undercolumn_login .login_area .inputbox {
    margin: 15px auto;
}
#undercolumn_login a {
    text-decoration:underline;
}
#undercolumn_login .btn_entry {
    margin: 20px 0 10px;
}
.login_area .single_btn,
.entry_area .single_btn{
    margin: 0 auto;
}
/* ERROR
----------------------------------------------- */
#undercolumn_error .message_area {
    width: 80%;
    margin: 30px auto;
    padding: 30px;
    border: 1px solid #ccc;
    text-align: center;
}
#undercolumn_error .message_area .error {
    padding: 120px 0;
}

/* CART PAGE
----------------------------------------------- */
#undercolumn_cart .point_announce {
    width:560px;
    margin: 20px 0;
    line-height: 140%;
    float: left;
}
#undercolumn_cart .btn_back_next {
    width:390px;
    margin:20px 0;
    float:right;
    text-align:right;
}
#undercolumn_cart .btn_back_next .btn_enter_color {
    width:190px;
    height:45px;
    float:right;
}
#undercolumn_cart .btn_back_next .btn_back_color {
    width:190px;
    height:45px;
    float:left;
}
#undercolumn_cart .totalmoney_area {
    margin-bottom: 20px;
}
#undercolumn_cart p {
    margin: 10px 0;
}
#undercolumn ul#quantity_level li {
    padding: 3px;
    display: inline;
}
#undercolumn_cart dt {
    float: left;
}
#undercolumn_cart .delete_btn {
    padding: 5px 0 0;
}
#undercolumn .empty {
    text-align: left;
}
.form_area {
    margin-bottom: 30px;
}
.free_shipping_text {
    padding: 10px;
    border: 1px solid #CCC;
    background: #FFDDDD;
    font-size: 120%;
}
.free_shipping_text .price {
    font-size: 120%;
    letter-spacing: -1px;
}
.free_shipping_text a {
 text-decoration: underline;
}
#form1 {
    margin-bottom: 50px;
}
#undercolumn_list #form1 {
    display: none;
}

/* under01column, under02column
----------------------------------------------- */
#undercolumn .flow_area,
#under01column .flow_area,
#under02column .flow_area {
    margin: 0 0 40px;
}
#under01column th img,
#mypagecolumn th img,
#windowcolumn th img {
    margin: 0 0 0 10px;
    vertical-align: middle;
}
#under01column th th em {
    color: #000;
    font-weight: bold;
}
#under01column .email,
#under01column .address,
#mypagecolumn .email,
#mypagecolumn .address {
    margin: 0 0 5px;
}

/* UNDERCOLUMN_SHOPPING
----------------------------------------------- */
#undercolumn_shopping .pay_area {
    margin: 0 auto 30px;
}
#undercolumn_shopping .pay_area02 {
    margin: 40px auto 30px;
}
#undercolumn_shopping .pay_area02 .txtarea {
    width: 97.5%;
    height: 150px;
    margin: 5px auto 0;
    padding: 9px;
    border: 1px solid #ccc;
}
#undercolumn_shopping .pay_area02 .select-msg {
    margin-bottom: 10px;
}
#undercolumn_shopping .point_area {
    margin: 40px auto 0;
}
#undercolumn_shopping .point_announce th {
    border-bottom: none;
}
#undercolumn_shopping .point_attention {
    border: none;
}
#undercolumn_shopping .point_area p {
    margin-bottom: 20px;
}
#undercolumn_shopping .point_area .point_announce li {
    margin-bottom: 5px;
}
#undercolumn_shopping .point_on {
    padding: 0 15px 0 0;
}
#address_area {
    width: 100%;
    margin: 20px 0;
}
#address_area .information {
    width: 50%;
    padding: 15px;
    float: left;
    border: 5px solid #F0F0F0;
}
#multipule_delivdata {
    overflow: hidden;
}
#multipule_delivdata li {
    margin: 7px 10px 0 0;
    float: left;
}
#multipule_delivdata .image {
    margin: 0;
    overflow: hidden;
}
.btn_area ul {
    margin: 0 auto;
    overflow: hidden;
}
.btn_area .btn_back_color {
    float: left;
}
.address_choice li {
    display: inline;
}
.addbtn {
    margin: 20px 0 0;
    float: right;
    overflow: hidden;
}
.addr_change img,
.addr_del img {
     margin: 2px 0 0;
}

#undercolumn_shopping table {
    margin: 30px 0 60px;
}
#undercolumn_shopping .point_announce {
    width: 27%;
    margin: 0;
    float: left;
}
#undercolumn_shopping .point_use {
    width: 65%;
    padding: 20px;
    border: 1px solid #CCC;
    float: right;
}
#undercolumn_shopping .confirm_btn_area {
    text-align: right;
    float: right;
    overflow: hidden;
}
#undercolumn_shopping .btn_back_color,
#undercolumn_entry .btn_back_color {
    width: 250px;
}
#undercolumn_shopping #shippingaddress_choice .btn_back_color {
    width: 125px;
}
#confilm_information {
    float: left;
    overflow: hidden;
}
#payment .payment_image{
    margin: 0 0 5px;
}

/* クレジットカード決済入力 */
#payment_form .information {
    float: none;
}
#payment_form_body .btn_area ul{
    width: 520px;
    overflow: hidden;
}
#payment_form_body .btn_area li{
    float: right;
}
#payment_form_body .btn_area li:first-child{
    float: left;
}

/* プライバシーポリシー
----------------------------------------------- */
#undercolumn_privacy h3 {
    margin: 15px 0 10px;
    padding: 0 0 5px;
    font-size: 130%;
    border-bottom: 1px dotted #CCC;
}
#undercolumn_privacy .border_left {
    padding: 0 0 0 10px;
    border-left: 4px solid #666;
}
#undercolumn_privacy li{
    list-style-type: disc;
    list-style-position: inside;
}

/* ご利用ガイド
----------------------------------------------- */
#undercolumn_shoppingguide p {
    padding: 0 0 20px;
}
#shoppingguide_naviarea {
    width: 690px;
    margin: 0 0 20px;
    padding: 10px 0;
    border-bottom: 1px dotted #CCC;
    font-size: 110%;
    font-weight: bold;
    overflow: hidden;
}
#shoppingguide_naviarea li {
    padding: 0 15px 10px 0;
    float: left;
    overflow: hidden;
}
#shoppingguide_naviarea li.end {
    padding: 0 0 10px;
    float: right;
    overflow: hidden;
}
#shoppingguide_naviarea li a {
    width: 176px;
    min-height: 25px;
    padding: 12px 12px 8px 32px;
    background: #EBEBEB url('../img/icon/ico_arrow_guide.png') no-repeat 10px 50%;
    text-decoration: none;
    display: block;
}
#shoppingguide_naviarea li a:hover {
    text-decoration: underline;
    background: #CCC url('../img/icon/ico_arrow_guide.png') no-repeat 10px 50%;
}
#undercolumn_shoppingguide h3 {
    margin: 30px 0 10px;
    padding: 0 0 5px;
    font-size: 130%;
    border-bottom: 1px dotted #CCC;
}
#undercolumn_shoppingguide .border_left {
    padding: 0 0 0 10px;
    border-left: 4px solid #666;
}
#undercolumn_shoppingguide .shopping_flow {
    margin: 0 auto 10px;
    padding: 10px;
    border: 3px solid #EBEBEB;
}
#undercolumn_shoppingguide .shopping_flow h4 {
    font-size: 120%;
}
.arrow_guide {
    padding: 0 0 10px;
    text-align: center;
}
.creditcard_image {
    padding: 20px 0;
}
.creditcard_image li {
    display: inline;
}
#conveniencestore_information {
    border-top: none;
}
#conveniencestore_information th {
    background: none;
    text-align: center;
}
#conveniencestore_end th,
#conveniencestore_end td {
    border-bottom: none;
}
.information_box h4 {
    margin: 10px 0;
    padding: 0 0 0 20px;
    background: url("../img/icon/ico_gray.gif") no-repeat left center;
    font-size: 115%;
}
.information_box h5 {
    padding: 0 0 0 15px;
}
#undercolumn_shoppingguide .information_box p {
    padding: 15px;
}
.information_box table {
    width: 690px;
    margin: 20px 0;
}
.tel_infobox {
    width: 260px;
    margin: 10px 0 0 45px;
    padding: 15px;
    background: #EAEAEA;
    text-align: center;
    float: left;
}
.tel_infobox strong {
    font-size: 150%;
}
.mail_infobox {
    width: 260px;
    margin: 10px 0 0 45px;
    padding: 15px;
    background: #EAEAEA;
    text-align: center;
    float: left;
}

/* POPUP WINDOW
----------------------------------------------- */
/* 共通設定 */
#windowcolumn {
    height: 100%;
    margin: 15px 10px 0;
    padding: 10px;
    border-top: 3px solid #666;
    background: #FFF;
}
#window_area {
    width: 910px;
    height: auto !important;
    min-height: 300px;
    margin: 15px auto 0;
    padding-bottom: 20px;
}
#window_area p.information {
    margin-bottom: 20px;
}
#window_area .message {
    margin-bottom: 20px;
    line-height: 150%;
    font-weight: bold;
    font-size: 140%;
}
/* お客様の声の書き込み、新しいお届け先の追加・変更 */
#review{

}
#window_area #forgot {
    width: 440px;
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #CCC;
    text-align: left;
}
#window_area #forgot .mailaddres {
    margin-bottom: 10px;
}
/* 商品詳細拡大写真、カート拡大写真 */
#bigimage,
#cartimage {
    margin-top: 15px;
    background-color: #FFF;
    text-align: center;
}
#bigimage img,
#cartimage img {
    padding: 10px;
    background-color: #FFF;
}
/* 郵便番号検索 */
#zipsearchcolumn {
    width: 460px;
    margin: 15px auto 0;
    border-top: 5px solid #FFA85C;
    border-bottom: 5px solid #FFA85C;
    background-color: #FFF;
}
#zipsearchcolumn h2 {
    width: 460px;
    margin: 0 0 15px 0;
}
#zipsearch_area {
    width: 460px;
    margin: 15px auto 0;
}
#zipsearchcolumn .btn {
    margin: 15px 0 30px;
    text-align: center;
}
#zipsearch_area #completebox p {
    padding: 60px 5px;
    text-align: center;
}

/* スマートフォンで見るボタン
----------------------------------------------- */
.change-sp-box {
    padding: 40px 0;
    text-align: center;
    background: #333;
    color: #FFF;
    font-size: 200%;
    font-weight: lighter;
}
.change-sp-box a {
    color: #FFF;
    font-size: 120%;
    font-weight: bold;
}

/* TIPSY
----------------------------------------------- */
.tipsy {
    padding: 5px;
    font-size: 10px;
    position: absolute;
    z-index: 100000;
}
.tipsy-inner {
    padding: 5px 8px 4px 8px;
    background-color: black;
    color: white;
    max-width: 200px;
    text-align: center;
}
.tipsy-inner {
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.tipsy-arrow {
    width: 9px;
    height: 5px;
    position: absolute;
    background: url('../img/ajax/tipsy.gif') no-repeat top left;
}
.tipsy-n .tipsy-arrow {
    margin-left: -4px;
    top: 0;
    left: 50%;
}
.tipsy-nw .tipsy-arrow {
    top: 0;
    left: 10px;
}
.tipsy-ne .tipsy-arrow {
    top: 0;
    right: 10px;
}
.tipsy-s .tipsy-arrow {
    margin-left: -4px;
    left: 50%;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
    left: 10px;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
    right: 10px;
    bottom: 0;
    background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    top: 50%;
    right: 0;
    background-position: top right;
}
.tipsy-w .tipsy-arrow {
    width: 5px;
    height: 9px;
    margin-top: -4px;
    top: 50%;
    left: 0;
}

/* 印刷用
----------------------------------------------- */
@media print {
    body {
        zoom: 75%;
    }
}

/* NEWS&TOPICSブロック
----------------------------------------------- */
#news_topics_area{
    background: url('../img/background/bg_shadow.jpg') no-repeat 50% 100%;
    margin: 0 auto;
    padding: 0 100px 60px;
    width: 1000px;
}
#news_topics_area li{
    display: inline-block;
    margin: 0 16px 30px 0;
    vertical-align: top;
    width: 320px;
}
#news_topics_area li.end{
    margin: 0 0 30px;
}
#news_topics_area span{
    display: inline-block;
}
span.text_topics_wrap{
    width: 190px;
    vertical-align: top;
}
span.img_topics_wrap{
    height: 120px;
    margin: 0 6px 0 0;
    width: 120px;
    vertical-align: top;
}
#news_topics_area strong{
    display: block;
    font-size: 105%;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 9px;
}
span.text_topics_wrap span{
    font-size: 80%;
    line-height: 1.5;
    margin: 0 0 9px;
}

/* MAIN BRANDSブロック
----------------------------------------------- */
#main_blands_area{
    margin: 0 auto;
    padding: 0 100px 65px;
    width: 1000px;
}
#main_blands_area li{
    display: inline-block;
    margin: 0 9px 20px 0;
    vertical-align: top;
    width: 240px;
}
#main_blands_area li.end{
    margin: 0 0 20px;
}
#main_blands_area strong{
    display: block;
    font-size: 115%;
    line-height: 1.3;
    margin: 0 0 3px;
    padding: 5px 0 0;
}
#main_blands_area li span{
    font-size: 80%;
    line-height: 1.5;
    margin: 0 0 10px;
}

/* TOPページ境界線
----------------------------------------------- */
#one_maincolumn hr{
    border: 1px solid #eee;
    border-top-width: 0;
    margin: 0 0 40px;
}
/* 一覧ページカテゴリ説明
----------------------------------------------- */
#category_info div.img_category_main{
    margin: 0 0 25px;
}
#category_info .title_category_top{
    border: none;
    font-size: 130%;
    margin: 0 0 8px;
}
#category_info .text_category_top{
    color: #555;
    font-size: 90%;
    margin: 0 0 20px;
}
ul.list_main_category{
    display: table;
    width: 100%;
}
ul.list_main_category li{
    display: table-cell;
    font-weight: bold;
    line-height: 1.2;
    min-height: 50px;
    min-width: 64px;
    text-align: center;
}
ul.list_main_category li.blue{
    background: url('../img/background/bg_arrow_list_category.png') no-repeat 50% 100%;
    min-height: 45px;
    padding: 0 0 5px;
}
ul.list_main_category li a{
    background: #f5f5f5;
    display: block;
    padding: 16px 0 13px;
}
ul.list_main_category li.blue a{
    background: #00a3d9;
    color: #fff;
}
ul.list_main_category li a:hover{
    text-decoration: none;
}
/* 詳細ページ 自由コメント・メインコメント
----------------------------------------------- */
div.main_comment p.detail-fitting,
#detailspecarea p.detail-fitting,
div.main_comment p.detail-color,
#detailspecarea p.detail-color,
div.main_comment p.detail-size,
#detailspecarea p.detail-size,
div.main_comment p.detail-stock,
#detailspecarea p.detail-stock,
div.main_comment p.detail-material,
#detailspecarea p.detail-material{
    margin: 0 0 15px;
    overflow: hidden;
    padding: 30px 0 0;
    text-indent: 100%;
    text-indent/***/: -9999px;/* for IE8 */
    white-space: nowrap;
}
div.main_comment p.detail-fitting,
#detailspecarea p.detail-fitting{
    background: url("../../../img/detail_comment/title_fitting.png") no-repeat 0 100%;
}
div.main_comment p.detail-color,
#detailspecarea p.detail-color{
    background: url("../../../img/detail_comment/title_color.png") no-repeat 0 100%;
}
div.main_comment p.detail-size,
#detailspecarea p.detail-size{
    background: url("../../../img/detail_comment/title_size.png") no-repeat 0 100%;
}
div.main_comment p.detail-material,
#detailspecarea p.detail-material{
    background: url("../../../img/detail_comment/title_material.png") no-repeat 0 100%;
}
div.main_comment p.detail-size,
#detailspecarea p.detail-size{
    background: url("../../../img/detail_comment/title_size.png") no-repeat 0 100%;
}
div.main_comment p.detail-stock,
#detailspecarea p.detail-stock{
    background: url("../../../img/detail_comment/title_stock.png") no-repeat 0 100%;
}
/* リンク一覧 */
#detailarea ul.link_detail_comment{
    font-size: 90%;
    margin: 0 0 15px;
}
ul.link_detail_comment li{
    display: inline-block;
}
ul.link_detail_comment li:before{
    content: "|";
}
ul.link_detail_comment li:first-child:before{
    content: "";
}
ul.link_detail_comment li a{
    display: inline-block;
    padding: 0 10px;
    text-decoration: underline;
}
ul.link_detail_comment li:first-child a{
    padding: 0 10px 0 0;
}
/* サイズ表 */
#detail_size_table{
    font-size: 110%;
    margin: 15px auto 0;
}
#detail_size_table th,
#detail_size_table td{
    padding: 15px;
}
#detail_size_table th,
#detail_size_table thead th.alignR{
    text-align: right;
}
#detail_size_table td{
    text-align: center;
}
#detail_size_table thead th{
    background: #fff;
    font-size: 80%;
    padding: 10px;
    text-align: center;
}
div.table_bottom_wrap:after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
div.detail_table_unit_wrap {
    display: block; /* for IE8 */
    padding: 10px 0 0;
}
div.detail_table_unit_wrap:after {
    height: 0;
    display: block;
    clear: both;
    line-height: 0;
    visibility: hidden;
    content: ".";
    font-size: 0;
}
div.detail_table_unit ul{
    float: left;
}
div.detail_table_unit_wrap div.detail_table_unit{
    float: right;
    font-size: 85%;
    text-align: right;
    width: 20%;
}
div.detail_table_unit_wrap ul.link_detail_comment{
    width: 80%;
}
/* グロナビメニューコンテンツ
----------------------------------------------- */
/* 共通 */
#global_navi li div li{
    display: block;
}
#global_navi li div li strong{
    display: block;
    font-size: 120%;
    margin: 0 0 8px;
}
#global_navi li div img {
    max-width: 100%;
}

/* COLOR */
li.gnavi_colorlist_wrap{
    float: left;
    width: 200px;
}
li.gnavi_colorlist_wrap li {
    float: left;
    margin: 0 10px 10px 0;
    width: 30px;
}
li.gnavi_colorlist_wrap img{
    border: 1px solid #ccc;
}

/* WEBマガジン */
#global_navi #gnavi_magazine_main_wrap strong.title_magazine,
li.magazine_sub_wrap strong.title_magazine{
    margin: 0;
    padding: 15px 0 0;
}
#gnavi_magazine_main_wrap strong{
    margin: 0 0 15px;
    padding: 15px 0 0;
}
#gnavi_magazine_main_wrap{
    float: left;
    margin: 0 0 20px;
    width: 500px;
}
li.magazine_sub_wrap{
    float: left;
    margin: 0 0 30px 20px;
    width: 230px;
}
li.magazine_sub_wrap:first-child{
    margin: 0;
}
#gnavi_magazine_main_wrap span,
li.magazine_sub_wrap span{
    display: block;
    font-size: 85%;
    line-height: 1.5;
}
/* BLOG */
.gnavi_blog_contents {
    padding: 0 0 20px;
    width:1000px;
}
.gnavi_blog_contents a{
    display: block;
}
#global_navi .gnavi_blog_contents li{
    display: inline-block;
    line-height: 1.2;
    margin: 0 0 0 9px;
    vertical-align: top;
    width: 240px;
}
#global_navi .gnavi_blog_contents li:first-child{
    margin: 0;
}
.gnavi_blog_contents strong{
    padding: 10px 0 0;
}
.gnavi_blog_contents span{
    display: block;
    font-size: 80%;
    line-height: 1.5;
}
/* 複合検索*/
#global_navi_search_area_wrap{
    background   : #000;
    height           : 0;
    left                : 0;
    position        : absolute;
    top               : 50px;
    width            : 100%;
    opacity        : 0.95;
    -moz-opacity : 0.95;
    filter           : alpha(opacity=95);
    z-index     : 10000;
}
#global_navi_search_wrap{
    left: 0;
    position: absolute;
    top: 50px;
    width: 100%;
}
#global_navi_search_area{
    border: none;
    color: #fff;
    display: none;
    height: 40px;
    margin: 0 0 0 100px;
    padding: 0;
    /* カテゴリ検索を表示する場合
    width: 855px;
    */
    width: 300px;
}
#global_navi_search_area td{
    border: none;
    padding: 4px 10px 0 0;
    vertical-align: middle;
}
#global_navi_search_area td.btn{
    padding: 0;
}
#global_navi_search_area input[type="text"]{
    border-radius: 0;
    height: 14px;
    margin: 0 0 5px 0;
    width: 184px;
}
/* 詳細ページカラバリ
----------------------------------------------- */
#detail_color_variation{
    margin: 0 0 25px;
}
#detail_color_variation li img{
    max-width: 50px;
    height: auto;
    width/***/: auto;/* for IE8 */
}

/* MAIL MAGAZINEページ
----------------------------------------------- */
#title_mailmagazine {
    border: none;
    font-size: 130%;
    margin: 0 0 30px;
    text-align: center;
}
#mailmagazine_area {
    width: 600px;
    margin: 0 auto 30px;
    padding: 30px 20px;
    border: 1px solid #ccc;
}
#mailmagazine_area h3 {
    font-size: 120%;
    color: #000;
}
#mailmagazine_area h3:before {
    content: "■ ";
    font-size: 140%;
}
#mailmagazine_area p.mailmagazine_text {
    color: #666666;
    margin: 0 0 20px;
}
#mailmagazine_mail {
    padding: 20px;
    margin: 0 0 25px;
    text-align: left;
    background: #EFEFEF;
}
#mailmagazine_mail input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 1px;
    height: 15px;
    margin: 0;
    padding: 2px;
    width: 320px;
}
#mailmagazine_area div.btn {
    text-align: center;
    margin: 0 0 25px;
}
#mailmagazine_area div.btn a{
    padding: 6px 25px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    width: 100px;
    display: inline-block;
    font-weight: bold;
}
#mailmagazine_area div.btn a.signup {
    background: #d90000;
}
#mailmagazine_area .btn a.stop {
    background: #999;
}
#mailmagazine_area .btn a.signup:hover {
    background: #c90000;
}
#mailmagazine_area .btn a.stop:hover {
    background: #888;
}
#mailmagazine_signup {
    text-align: center;
}
#mailmagazine_signup a {
    font-weight:bold;
    text-decoration: underline;
    color: #311306;
}

/* CAGO_ES-67 ヘッダー、フッターの項目追加とレイアウト調整（FE）
----------------------------------------------- */
/* グロナビ内カテゴリリスト */
.gnavi_category_wrap {
  float: left;
  padding: 0 0 0 30px;
}
.gnavi_category_wrap:first-child {
  padding: 0;
}
.gnavi_float_contents {
  float: left;
  padding: 0 20px 0 0;
}
.gnavi_float_contents li {
  font-size: 90%;
  line-height: 2;
}

#footer_category_list {
  margin: 0 0 95px;
}
#footer_category_list strong{
  display: block;
  font-size: 110%;
  margin: 0 0 4px;
  background: #F5F5F5;
  padding: 10px 0 10px 12px;
}
.footer_category_wrap {
  margin: 0 0 50px;
}
.footer_category_wrap li {
  float: left;
  text-align: center;
}
.footer_category_wrap a {
  display: table-cell;
  width: 100px;
  height: 80px;
  vertical-align: middle;
}
.footer_category_wrap a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#footer_menu strong {
  margin: 0 0 15px;
  display: block;
  font-size: 120%;
}
.footer_menulist_wrap {
  margin: 0 0 15px;
}
.footer_menulist_wrap li {
  float: left;
}
.footer_menulist_wrap li:before {
  content: "/";
  padding: 0 10px;
}
.footer_menulist_wrap li:first-child:before {
  content: none;
}
.footer_menulist_wrap a {
  font-size: 95%;
}
.footer_menu_list_left {
  float: left;
}
.footer_menu_list_right {
  float: right;
}