@charset "utf-8";

#basket_container {
    margin-top: 15px;
    width: 400px;
}

.basket_info_bar_left {
    background-color:   #d96f21;
    height:             28px;
    width:              28px;
    float:              left;
}

.basket_info_bar_title {
    background-color:   #b8b8b8;
    height:             24px;
    width:              362px;
    float:              left;
    padding-left:       10px;
    padding-top:        4px;
    font-size:          18px;
    color:              #ffffff;
    letter-spacing:     -0.05em;
}
/* 商品のイメージ兼商品説明枠 */
.basket_item_image {
    float:              left;
    width:              80px;
    text-align:center;
}
/* 商品イメージ */
.basket_item_info {
    float:              left;
}


/* 商品の説明 ul 下部 */
.basket_item_info_buttom {
    margin:             0px 0px 0px 0px;
}

/* 商品名 */
.basket_item_info_name {
    float:              left;
    width:              190px;
}
.basket_item_info_name a{
    display:block;
    line-height:2.0em;
    background-color:#EEEEEE;
    margin-bottom:5px;
    padding-left:5px;
    font-weight:bold;
    text-decoration:    none;
}

.basket_item_info_name a:HOVER {
    background-color:#8F8F8F;
    color:#FFF;
}

/* 商品ごとキャンセルボタン */
.basket_item_info_del_button {
    float:              left;
    padding-left:3px;
}
.basket_item_info_del_button button{
    width:120px;
    line-height:1.5em;
}


/* 商品型番メーカー */
.basket_item_info_main {
    padding-left:       20px;
    padding-top:        10px;
    float:              left;
}

/* 商品金額 */
.basket_item_info_kakaku {
    clear:both;
    padding-left:       20px;
    padding-top:        5px;
    padding-bottom:     10px;
    width:              240px;
}
/* 商品金額 */
.basket_item_info_color {
    clear:both;
    padding-left:       20px;
    padding-top:        5px;
    width:              240px;
}

/* 商品IDごとの区切り線 */
#basket_container hr.item_ch_line {}

#basket_container .basket_name_title{
    clear: both;
    font-weight: bold;
    line-height:20px;
    padding-left:10px;
    background-color: #FFF3EC;
}


/* 商品サイズなどの区切り線 */
#basket_container hr.basket_line1 {
    border: 1px red dashed;
}
/* 加工部分がわかるように区切り線 */
#basket_container hr.basket_line2 {
    border: 1px  dotted gray;
    width:90%;
    margin: 5px auto;
}

/* バスケットのサイズ・数量テーブル */
#basket_container .basket_size_table{
    table-layout:fixed;
}
#basket_container .basket_size_table td,
#basket_container .basket_size_table th {
    line-height:20px;
}
/* バスケットのサイズ・数量テーブル 左のカラム */
#basket_container .basket_size_table_line1{
    width:130px;
}
/* バスケットのサイズ・数量テーブル 中のカラム */
#basket_container .basket_size_table_line2{
    width:100px;
}
/* バスケットのサイズ・数量テーブル 右のカラム */
#basket_container .basket_size_table_line3{

}


/* 商品のサイズと数量 */
#basket_container td.item_size_amount {
    width: 100px;
    height: 25px;
    padding-left: 5px;
}

/* 商品のサイズと数量(丈つめ) */
#basket_container td.item_size_amount_take {
    width: 120px;
    height: 25px;
}

/* バスケットのオーバーサイズ説明 */
.basket_contents_oversize {
    color: #828282;
    font-weight: normal;
    padding-left: 10px;
}

.basket_contents_style {
   font-weight: bold;
   height: 25px;
}


/* 加工内容 */
.basket_kakou_style {

   color: #ff6666;
   font-weight: bold;
}

#basket_container .StyleCart-1 {

   color: #ff6666;
   font-weight: bold;
}

#basket_container .StyleCartGreen-1 {
   color: #00CC66;
   font-weight: bold;
}

.basket_line_table{
    border-collapse:collapse;
}
.basket_line_table td, .basket_line_table  th{
    border:1px solid black;
    padding: 3px;

}
/* バスケットコンテナ最終部 */
#send {
    float: left;
}

/* 基本的にヘルメットのテーブルのスタイル */
#basket_container .basket_line_table{
    border-collapse:collapse;
}
#basket_container .basket_line_table td,
#basket_container .basket_line_table th{
    border:1px solid black;
    padding: 3px;
}
#basket_container .basket_line_table  th{
    background-color: #FFFFDF;
}

/* サブバスケットデザイン */
#sub_basket_container {
    width:150px;
}
/* 商品サイズなどの区切り線 */
#sub_basket_container hr.basket_line1 {
    border: 1px red dashed;
}
/* 加工部分がわかるように区切り線 */
#sub_basket_container hr.basket_line2 {
    border: 1px  dotted gray;
    width:90%;
}
/* サブバスケット商品名 */
.sub_basket_item_info_name {
    float:              left;
    width:              150px;
}
.sub_basket_item_info_name a{
    display:block;
    line-height:2.0em;
    background-color:#EEEEEE;
    margin-bottom:5px;
    padding-left:5px;
    font-weight:bold;
    text-decoration:    none;
}
.sub_basket_item_info_name a:HOVER {
    background-color:#8F8F8F;
    color:#FFF;
}

/* サブバスケットカラー */
.sub_basket_color{
	margin:2px 0;
}
/* 商品のイメージ兼商品説明枠 */
.sub_basket_item_image {
    text-align:center;
}
.sub_basket_item_info{
	float:left;
}
.sub_basket_size_area{
	width:152px;
}
.sub_basket_size_area table{
	width:150px;
}
.sub_basket_line1{
	width:75%;
	margin:5px auto;
}
pre {
	font-family:'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', Osaka, 'メイリオ';
}

