@charset "utf-8";
/* -------------------------------------
   まとめ買い表示ページ
 ------------------------------------  */
#SKYM_GM_buy_base a:link{
    color: #0099cc;
    text-decoration: underline;
}
#SKYM_GM_buy_base a:visited{
    color: #990099;
    text-decoration: underline;
}
#SKYM_GM_buy_base a:hover{
    color: #ffcc00;
    text-decoration: underline;
}
#SKYM_GM_buy_base h2{
    color:            #ffffff;
    background-color: #09223d;
}




/* form 部品 */
#SKYM_GM_buy_base input.button_check_all{
    border: none;
    width:  165px;
    height:  22px;
    background: transparent 0 0 no-repeat url("../images/parts/sokuyomi/skym_buy_bt_check_all_off.gif");
    vertical-align: middle;
}
#SKYM_GM_buy_base input.button_uncheck_all{
    border: none;
    width:  165px;
    height:  22px;
    background: transparent 0 0 no-repeat url("../images/parts/sokuyomi/skym_buy_bt_uncheck_all_off.gif");
    vertical-align: middle;
}
#SKYM_GM_buy_base input.button_cart_in{
    border: none;
    width:  253px;
    height:  35px;
    background: transparent 0 0 no-repeat url("../images/parts/sokuyomi/skym_buy_bt_cart_in_off.gif");
    vertical-align: middle;
}





#SKYM_GM_buy_frame{
    border-style: solid;
    border-width: 0 1px 3px 1px ;
    border-color: #09223d;
    padding: 10px 48px 17px 50px;
    width:   880px;
}





#SKYM_GM_buy_frame div.notice{
    padding:       12px 0;
    line-height:   18px;
    font-size:     12px;
    font-weight:   bold;
    color:       #333333;
}

#SKYM_GM_buy_table th{
    border:           solid 1px #09223d;
    padding:          7px;
    text-align:       center;
    font-weight:      bold;
    color:            #ffffff;
    background-color: #144883;
}
#SKYM_GM_buy_table th.delete{
    width: 44px;
}
#SKYM_GM_buy_table th.thumbnail{
    width: 94px;
}
#SKYM_GM_buy_table th.title{
    width: 234px;
}
#SKYM_GM_buy_table th.duration{
    width: 74px;
}
#SKYM_GM_buy_table th.price{
    width: 154px;
}
#SKYM_GM_buy_table th.trial{
    width: 189px;
}
#SKYM_GM_buy_table td{
    vertical-align: middle;
    border:         solid 1px #9d9146;
    padding:        10px 13px;
}
#SKYM_GM_buy_table td.delete{
    text-align:  center;
}
#SKYM_GM_buy_table td.thumbnail{
    text-align:  center;
}
#SKYM_GM_buy_table td.thumbnail img.thumbnail{
    border: solid 1px #cccccc;
}
#SKYM_GM_buy_table td.title span.brand{
    font-size: 11px;
}
#SKYM_GM_buy_table td.title span.title{
    font-weight: bold;
}
#SKYM_GM_buy_table td.duration{
    font-weight: bold;
    text-align:  center;
}


#SKYM_GM_buy_table td.price{
    padding: 0px;
    font-weight: bold;
    text-align: center;
    color: #ff6600;
}

#SKYM_GM_buy_table table.price_table{
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

#SKYM_GM_buy_table table.price_table td.price_title{
    border: none;
    font-weight: bold;
    text-align: right;
    font-size: 12px;
    padding: 2px 0px 2px 0px;
    color: #000000;
}

#SKYM_GM_buy_table table.price_table td.price_usual{
    border: none;
    font-weight: normal;
    text-align: center;
    font-size: 12px;
    padding:  0px;
    text-decoration: line-through;
    color: #000000;
}

#SKYM_GM_buy_table table.price_table td.price_special{
    border: none;
    font-weight: bold;
    text-align: center;
    font-size: 15px;
    color: #ff6600;
    padding: 0px;
}

#SKYM_GM_buy_table table.price_table td.price_cut{
    border: none;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
    color: #ff6600;
    padding: 0px;
    text-indent: 7px;
}


#SKYM_GM_buy_table td.trial{
    text-align:  center;
}
#SKYM_GM_buy_table td div.old_viewer{
	margin:      6px 0 0 0;
    text-align:  center;
}
#SKYM_GM_buy_buttons{
    margin-top:   20px;
    border-top:  solid 1px #09223d;
    padding-top:  20px;
    width:       880px;
}
#SKYM_GM_buy_buttons input.button_cart_in{
    float: right;
}
#SKYM_GM_buy_buttons input.button_uncheck_all{
    margin-left: 10px;
}



/* -------------------------------------
   20131015
 ------------------------------------  */
#SKYM_GM_buy_frame {
	padding-top: 25px;
}
#SKYM_GM_buy_frame .bannerList {
	margin: 0 auto 7px;
	width: 546px;
}
#SKYM_GM_buy_frame .bannerList li img {
	display: block;
}
#SKYM_GM_buy_frame .banner {
	margin-bottom: 26px;
	clear: both;
	text-align: center;
}
#SKYM_GM_buy_frame .banner img{
	margin-bottom:2px;
}
#SKYM_GM_buy_table th.price {
	width: 87px;
}
#SKYM_GM_buy_table th.point {
	width: 60px;
}
#SKYM_GM_buy_table td.point {
	padding: 10px 5px;
	color: #FF6700;
	font-weight: bold;
	text-align: center;
}
#SKYM_GM_buy_base input.back {
	margin-left: 4px;
	width: 167px;
	height: 22px;
	background: url(../images/parts/sokuyomi/back_btn_off.gif) no-repeat;
}