/* レイアウト
==================================================*/

body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
	font-size: 12px !important;
	line-height: 1.5;
	color: #555;
}
#wrapper {
	width: 100%;
}
#container {
	width: 950px;
	margin: 0 auto;
}

/* モーダルウィンドウ
==================================================*/

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

.modal {
	background: none repeat scroll 0 0 #fff;
	display: none;
	height: 600px;
	overflow: auto;
	padding: 20px;
	position: absolute;
	width: 90%;
	min-width:1000px;
	z-index: 1001;
}
.overlay {
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1000;
}
.modal .btn_close{
	margin:10px 0;
	text-align:right;
	cursor:pointer;
}

#modal_photo .photo {
	float: left;
	width:100%;
	margin-right:-220px;
}
#modal_photo .photo .main {
	text-align:center;
	margin: 0 220px 0 0;
	min-height:500px;
}
#modal_photo .photo img{
  filter:alpha(opacity=100) !important;
  -moz-opacity:1 !important;
  opacity:1 !important;
	max-width: 100%;
}
#modal_photo ul {
	width:186px;
	float:right;
	position:relative;
	z-index:100;
}
#modal_photo ul li {
	float: left;
	width:80px;
	height:80px;
	text-align:center;
	margin:3px;
	border: #ccc 3px solid;
}
#modal_photo ul li a{
	display:block;
	width:80px;
	height:80px;
}
#modal_photo ul li.current{
	border: #2ba7ee 3px solid;
}
#modal_photo ul li img {
	max-width: 80px;
	width: auto !important;
	width: 80px;
	max-height: 80px;
	height: auto !important;
	height: 80px;
}

/* 共通
==================================================*/
#container .large {
	font-size: 14px;
}
#container .fl_left {
	float: left;
}
#container .fl_right {
	float: right;
}
#container input {
	border: #ccc 1px solid;
	padding: 3px;
}

/* ボタンクリックで出現するウインドウ
==================================================*/
#btn_message{
	position:absolute;
	border:#ccc 3px solid;
	padding:50px 100px;
	background:#fff;z-index:1000;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.75);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,.75);
	box-shadow: 1px 1px 5px rgba(0,0,0,.75);
	display:none;
}
#btn_message .btn_close{
	display:block;
	width:30px;
	height:30px;
	border:#ccc 1px solid;
	text-align:center;
	line-height:30px;
	position:absolute;
	top:-15px;
	right:-15px;
	background:#fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	color:#000;
}
#btn_message .btn_close:hover{
	background:#333;
	color:#fff;
}
#btn_message a.to_cart{
	background:#F30;
	color:#fff;
	padding:10px;
	display:block;
	text-align:center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* 商品写真
==================================================*/
#item .photo {
	width: 462px;
	float: left;
}
#item .photo .main {
	height: 460px;
	width: 462px;
	position:relative;
	border: #ccc 1px solid;
}
#item .main_image{
  filter:alpha(opacity=100) !important;
  -moz-opacity:1 !important;
  opacity:1 !important;
	max-width: 460px;
	width: auto !important;
	width: 460px;
	max-height: 460px;
	height: auto !important;
	height: 460px;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}
#item .photo ul {
	margin: 10px 0 0 0;
}
#item .photo ul li {
	float: left;
	width:62px;
	height:62px;
	text-align:center;
	margin:2px;
	position:relative;
}
#item .photo ul li a{
	display:block;
	width:56px;
	height:56px;
	border: #ccc 3px solid;
}
#item .photo ul li a.current{
	border: #2ba7ee 3px solid;
}
#item .photo ul li img {
	max-width: 56px;
	width: auto !important;
	width: 56px;
	max-height: 56px;
	height: auto !important;
	height: 56px;
	position:absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin:auto;
}

/* 商品写真右側
==================================================*/

#item .detail {
	width: 468px;
	float: right;
}
#item .detail .icons{
	margin:5px 0;
}
#item .detail .sale_info{
	padding:5px 10px;
	background:#ff0000;
	color:#fff;
	margin:0 0 10px 0;
}
#item .detail .catch_copy {
	color: #e43562;
	margin: 5px 0;
}
#item .detail span.model {
    border: 1px solid #318ACC;
    margin: 5px 0px;
    display: inline-block;
    padding: 2px 6px;
    color: #318ACC;
}
#item .detail h2 {
	font-size: 18px;
	margin: 5px 0;
}
#item .detail .banner {
	margin: 10px 0 0;
}

/* インプレッション */
#item .impre {
	margin: 10px 0;
}
#item .impre .write{
	float:right;
	padding:0 0 0 8px;
	background:url(../sys_images/common/ws_common_icon.png) no-repeat 0 -307px;
}

/* カテゴリランキング */
#item .category_rank{
	background:#ddd;
	padding:4px;
	margin:5px 0;
	position:relative;
	-webkit-border-radius: 3p;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#item .rank{
	background:url(../sys_images/shopping/icon_ranking.png) no-repeat 0 -1622px;
	width:26px;
	height:26px;
	display:block;
	margin:0 5px 0 0;
}
#item .rank2{
	background-position: 0 -1722px;
}
#item .rank3{
	background-position: 0 -1822px;
}
#item .rank_time{
	display:block;
	font-size:11px;
	line-height:1;
	position:absolute;
	top:5px;
	left:35px;
}
#item .rank_num{
	display:block;
	font-weight:bold;
	position:absolute;
	top:15px;
	left:35px;
}
#item .rank_cat{
	display:block;
	background:#fff;
	font-size:11px;
	line-height:1.2;
	padding:3px;
	width:300px;
	height:19px;
	line-height:19px;
	position:absolute;
	top:4px;
	left:157px;
	overflow:hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#item .rank_cat a{
	color:#416090;
	text-decoration:underline;
}

/* 金額 */
#item .detail .price {
	padding: 5px 0;
	margin: 10px 0 0;
	border-top: #ccc 1px dotted;
}
#item .detail .price span.reference {
	text-decoration: line-through;
}
#item .detail .price span.selling {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #e22c2c;
}
#item .detail .price span.selling span {
	font-size: 22px;
}
#item .detail .price_other {
	padding: 0 0 10px 0;
}
#item .free_shipping {
	display: inline-block;
	padding: 3px 5px;
	border: #e22c2c 1px solid;
	margin: 0 0 0 10px;
	color: #e22c2c;
}

/* 在庫、納期エリア */
#item .sl_box {
	border-top: #ccc 1px dotted;
	border-bottom: #ccc 1px dotted;
	padding: 10px;
}
#item .stock {
	border: #09C 1px solid;
	color: #09C;
	font-weight: bold;
	padding: 5px;
	font-size:14px;
	margin:0 0 5px 0;
}
#item .lead_time {
	margin: 10px 0 0 0;
}
#item .lead_time span {
	font-size: 16px;
	font-weight: bold;
}
#item .lead_time dl {
	margin: 10px 0;
	width:100%;
}
#item .lead_time dl dt {
	float: left;
	width: 15%;
}
#item .lead_time dl dd {
	float: left;
	width: 85%;
}
/* 納期を確認するボタン */
a.nouki_btn {
	display:block;
	margin:5px 0 0 0;
	width:122px;
	height:28px;
	text-indent:-9999px;
	background:url(../sys_images/sd/button.png) -210px -182px no-repeat;
}
a.nouki_btn:hover {
	background-position:-210px -210px;
}

/* 適合車種 */
#item .adaptation{
	padding:10px 0;
}
#item .adaptation table{
	border-collapse:collapse;
}
#item .adaptation table caption{
	text-align:left;
	font-weight:bold;
}
#item .adaptation dl dt{
	font-weight:bold;
	margin:0 0 5px 0;
}
#item .adaptation table{
	width:100%;
	border-collapse:collapse;
}
#item .adaptation table th{
	border:#ccc 1px solid;
	font-weight:normal;
	width:12%;
	vertical-align:top;
	padding:3px;
}
#item .adaptation table th img{
	width:60px;
}
#item .adaptation table td{
	padding:3px;
	border:#ccc 1px solid;
	vertical-align:top;
}
#item .detail .adaptation{
	padding:0;
}

/* 注意事項 */
#item .attention {
	color: #F00;
	margin: 10px 0;
}

/* 選択肢部分 */
#item .choice {
	background: #efefef;
	padding: 15px 30px;
}
#item .choice select {
	padding: 3px;
	width: 100%;
	margin: 0 0 10px 0;
	border:#ccc 3px solid;
}
#item .choice select.ng-invalid-required{
	border: #ffbbcc 3px solid;
}

/* ポイントキャンペーン */
dl.point_campaign {
	margin: 10px 0;
}
dl.point_campaign dt {
	background: #055aa2 url(../sys_images/point_campaign_parts.gif) no-repeat;
	height: 24px;
	padding: 10px 10px 0 0;
	text-align: right;
	color: #fff;
}
/* エントリーで2倍 */
dl.point_campaign dt.times2 {
	background-position: 0 -94px;
}
/* エントリーで3倍 */
dl.point_campaign dt.times3 {
	background-position: 0 -128px;
}
/* エントリーで4倍 */
dl.point_campaign dt.times4 {
	background-position: 0 -162px;
}
/* エントリーで5倍 */
dl.point_campaign dt.times5 {
	background-position: 0 -196px;
}
/* エントリーで6倍 */
dl.point_campaign dt.times6 {
	background-position: 0 -230px;
}
/* エントリーで7倍 */
dl.point_campaign dt.times7 {
	background-position: 0 -264px;
}
/* エントリーで8倍 */
dl.point_campaign dt.times8 {
	background-position: 0 -298px;
}
/* エントリーで9倍 */
dl.point_campaign dt.times9 {
	background-position: 0 -332px;
}
/* エントリーで10倍 */
dl.point_campaign dt.times10 {
	background-position: 0 -366px;
}
/* エントリーで11倍 */
dl.point_campaign dt.times11 {
	background-position: 0 -400px;
}
/* 期間中2倍 */
dl.point_campaign dt.times2-2 {
	background-position: 0 -434px;
}
/* 期間中3倍 */
dl.point_campaign dt.times3-2 {
	background-position: 0 -468px;
}
/* 期間中4倍 */
dl.point_campaign dt.times4-2 {
	background-position: 0 -502px;
}
/* 期間中5倍 */
dl.point_campaign dt.times5-2 {
	background-position: 0 -536px;
}
dl.point_campaign dt span {
	background: url(../sys_images/point_campaign_parts.gif) 0 -60px no-repeat;
	padding: 0 0 0 15px;
}
dl.point_campaign dd {
	border: #055aa2 1px solid;
	padding: 6px;
	height: 19px;
	position: relative;
	background: #fff;
	text-align: left;
	margin: 0;
}
dl.point_campaign dd span {
	color: #e52c2c;
	font-size: 14px;
	font-weight: bold;
}
dl.point_campaign dd a {
	text-indent: -9999pt;
	display: block;
	width: 122px;
	height: 24px;
	position: absolute;
	right: 3px;
	top: 4px;
	background: url(../sys_images/point_campaign_parts.gif) no-repeat;
}
dl.point_campaign dd p {
	text-indent: -9999pt;
	width: 122px;
	position: absolute;
	right: 3px;
	top: 4px;
	height: 24px;
	padding: 0;
	margin: 0;
	background: url(../sys_images/point_campaign_parts.gif) 0 -24px;
}
dl.point_campaign dd.attention {
	border: none;
	background: none;
	font-size: 10px;
	padding: 2px;
}

/* まとめ買い */
dl.collect {
	padding: 1px;
	margin: 5px auto 10px auto;
	border: #95ceff 1px solid;
}
dl.collect dt {
	font-weight: bold;
	float: left;
	color: #555555;
	width: 129px;
	height: 40px;
}
dl.collect dd {
	float: left;
	padding: 1px 0 0 5px;
	width: 280px;
}
dl.collect dd.price {
	color: #e22c2c;
	font-family: Verdana, Geneva, sans-serif;
}
dl.collect dd.price b {
	font-size: 15px;
}

/* まとめ買いBIZ向け */
div.collect_biz {
	border-top:#ccc 1px dotted;
	padding: 5px 0 0 0;
}
div.collect_biz table {
	padding: 1px;
	width: 100%;
	margin: 5px auto 10px auto;
	border: #95ceff 1px solid;
}
div.collect_biz table th {
	font-weight: bold;
	color: #555555;
	width: 124px;
	background: #008aff;
	padding: 3px 0;
}
div.collect_biz table td {
	padding: 1px 0 0 5px;
}
div.collect_biz table td ul {
	overflow: hidden;
}
div.collect_biz table td ul li {
	border-top: #cccccc 1px dotted;
	margin: -1px 0 0 0;
	padding: 3px;
}
div.collect_biz span {
	color: #e22c2c;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
div.collect_biz span.price b {
	font-size: 15px;
}

/* 個数 */
#item .changer {
	margin: 0 0 10px 0;
}
#item .changer table {
	background: #fff;
	border-collapse: collapse;
	border:#ccc 1px solid;
	margin:0 0 5px 0;
}
#item .changer td {
	padding: 2px 8px;
}
#item .changer td.btn {
	font-size: 10px;
}
#item .changer td.btn a {
	color: #333;
	display: block;
}
#item .changer td.btn a{
	background: url(../sys_images/sd/button.png) no-repeat;
	width:15px;
	height:12px;
	text-indent:-9999pt;
	display:block;
}
#item .changer td.btn a.btn_up{
	background-position: -312px -84px;
}
#item .changer td.btn a:hover.btn_up{
	background-position: -312px -96px;
}
#item .changer td.btn a.btn_down{
	background-position: -327px -84px;
}
#item .changer td.btn a:hover.btn_down{
	background-position: -327px -96px;
}

/* カートに入れるボタン */
#item .btn{
	text-align:center;
}
#item .btn_cart {
	background: #ee2769;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 15px;
	width:100%;
	border:none;
	cursor:pointer;
	margin:0 0 5px 0;
}
#item .btn_cart:hover {
	background:#f55288;
}
#item .btn_cart[disabled=disabled]{
	background:#999;
}
#item .btn_cart:hover[disabled=disabled]{
	cursor:default;
}

/* 欲しい物リストに入れるボタン */
#item .btn_favorite {
	text-align: center;
	display: block;
	background:#fff;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#ccc 1px solid;
	margin:0 auto;
	text-decoration:none;
	width:190px;
	float:left;
}
#item .btn_favorite:hover{
	background:#D1EEFC;
}
/* 欲しい物リストに入れるボタン */
#item .btn_install {
	text-align: center;
	display: block;
	background:#fff;
	padding:5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:#ccc 1px solid;
	margin:0 auto;
	text-decoration:none;
	width:190px;
	float:right;
}
#item .btn_install:hover{
	background:#D1EEFC;
}
#item .btn_other {
	background: #dde4e9;
	padding: 10px 15px;
}
#item .btn_other li {
	float: left;
	width: 200px;
}
#item .btn_other li a {
	background: url(../sys_images/common/ws_common_icon.png) no-repeat 0 -345px;
	padding: 0 0 0 15px
}

/* セット販売
==================================================*/
#set{
	border:#ccc 3px solid;
	padding:15px;
	position:relative;
	margin:15px 0 0;
}
#set h3{
	margin:0 0 10px 0;
	font-size:16px;
}
#set h3 span{
	float:right;
	font-weight:normal;
	font-size:14px;
}
#set a.prev{
	background: url(../sys_images/top-index/portal_button.gif) no-repeat -504px -59px;
	display: block;
	height: 59px;
	position: absolute;
	text-indent: -9999pt;
	top: 65px;
	left:10px;
	width: 22px;
}
#set a.next{
	background: url(../sys_images/top-index/portal_button.gif) no-repeat -526px -59px;
	display: block;
	height: 59px;
	overflow: hidden;
	position: absolute;
	right: 0;
	text-indent: -9999pt;
	top: 65px;
	right:10px;
	width: 22px;
}
#set .photo{
	margin:0 10px 0 30px;
	display:inline-block;
	float:left;
	overflow:hidden;
}
#set .photo li{
	float:left;
	padding:0 20px 0 0;
	background:url(../sys_images/sd/plus.png) no-repeat right;
	position:relative;
}
#set .photo li:last-child{
	padding:0;
}
#set .photo li p.number{
	position:absolute;
	background:#333;
	color:#fff;
	padding:2px 5px;
	font-size:11px;
}
#set .photo li img{
	width:88px;
	border:#ccc 1px solid;
}
#set .price{
	font-size:14px;
}
#set .price span.red{
	color:#e22c2c;
	font-weight:bold;
}
#set .btn_cart{
	background: #ee2769;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 10px 15px;
	border:none;
	cursor:pointer;
	margin:5px 0;
}
#set .btn_cart:hover{
	background: #f06392;
}
#set .name{
	clear:both;
	margin:0 0 0 50px;
}
#set .name li{
	list-style:decimal;
}
#set .name li select{
	padding:3px 5px;
	border:#ccc 1px solid;
	margin:0 5px 0 0;
	max-width:100px;
}
#set .name span{
	color:#e22c2c;
}
#set .set_nouki{
	display:none;
}
#set .attention{
	width:841px;
	margin:10px auto 0;
	color:#F00;
	padding:10px 0 0 0;
	border-top:#ccc 1px solid;
}

/* タブメニュー
==================================================*/

#sd_tab {
	background: #efefef;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin: 15px 0 50px;
}
#sd_tab > ul {
	border-bottom: #0072b3 5px solid;
}
#sd_tab > ul li {
	float: left;
	margin: 0 5px 0 0;
	position:relative;
}
#sd_tab > ul li a {
	display: block;
	width: 135px;
	height: 47px;
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	background-color: #d5dcdd;
	border-top: solid 1px #d4dcdd;
	border-right: solid 1px #d4dcdd;
	border-left: solid 1px #d4dcdd;
	background-image: -webkit-linear-gradient(bottom, #d5dcdd, #e8ebec);
	background-image: -moz-linear-gradient(bottom, #d5dcdd, #e8ebec);
	background-image: -o-linear-gradient(bottom, #d5dcdd, #e8ebec);
	background-image: linear-gradient(to top, #d5dcdd, #e8ebec);
	line-height: 47px;
	text-align: center;
}
#sd_tab > ul li a:hover, #sd_tab > ul li.current a {
	color: #fff;
	font-weight: bold;
	border-color: #0072b3;
	background-color: #0072b3;
	background-image: -webkit-linear-gradient(bottom, #0072b3, #35b3fb);
	background-image: -moz-linear-gradient(bottom, #0072b3, #35b3fb);
	background-image: -o-linear-gradient(bottom, #0072b3, #35b3fb);
	background-image: linear-gradient(to top, #0072b3, #35b3fb);
}
#sd_tab > ul li span{
	position:absolute;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:#ccc 1px solid;
	background:#FC0;
	color:#333;
	display:block;
	right:3px;
	top:-15px;
	padding:3px;
	min-width:20px;
	width: auto !important;
	width: 20px;
	text-align:center;
}
#sd_tab > div > div {
	padding: 15px;
	background: #fff;
}
/* ブランド紹介 */
#sd_tab .brand_intro{
	padding:10px;
	border-top:#ccc 1px solid;
	border-bottom:#ccc 1px solid;
	margin:10px 0;
}
#sd_tab .brand_intro img{
	float:left;
	margin:0 10px 0 0;
}
#sd_tab .brand_intro dl dt{
	font-weight:bold;
	font-size:14px;
	margin:0 0 5px 0;
}
#sd_tab .brand_intro dl dd{

}

/* スペック用テーブル */
#sd_tab table.spec {
	border-collapse: collapse;
	margin:0 0 15px 0;
	width:100%;
}
#sd_tab table.spec th {
	padding: 5px;
	background: #efefef;
	border: #ccc 1px solid;
	width: 150px;
}
#sd_tab table.spec td {
	padding: 5px;
	border: #ccc 1px solid;
}
#st_contents .content {
	display: none;
}

/* 在庫状況用テーブル */
#sd_tab table.spec button.add_cart {
	display: block;
	font-size: small;
	color: #fff;
	background: #ee2769;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	text-align: center;
	text-decoration:none;
	border:none;
	cursor:pointer;
}
#sd_tab table.spec button.add_cart:hover{
	background:#f55288;
}
#sd_tab table.spec button.add_cart[disabled=disabled] {
	background:#999;
}
#sd_tab table.spec button.add_cart:hover[disabled=disabled]{
	cursor:default;
}

/* 適合車種
==========================================================================*/
#sd_tab .adaptation .ad_left {
	float: left;
	width: 440px;
}
#sd_tab .adaptation .ad_right {
	float: right;
	width: 440px;
}
#sd_tab .adaptation dl{
	margin:0 0 15px 0;
}
#sd_tab .adaptation dl dt {
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	margin: 0 0 5px 0;
	background-color: #a59f91;
	background-image: -webkit-linear-gradient(bottom, #dfdfdf, #eee);
	background-image: -moz-linear-gradient(bottom, #dfdfdf, #eee);
	background-image: -o-linear-gradient(bottom, #dfdfdf, #eee);
	background-image: linear-gradient(to top, #dfdfdf, #eee);
}
#sd_tab .adaptation dt img {
	width: 75px;
	vertical-align: middle;
	margin: 0 10px 0 0;
}
#sd_tab .adaptation dd ul li {
	border-bottom: #ccc 1px solid;
	padding: 3px;
}

/* よくある質問
==========================================================================*/
#faq h3{
	text-indent:-9999pt;
	background:url(../sys_images/sd/sd_faq.gif) no-repeat;
	height:67px;
	position:relative;
}
#faq h3 span{
	display:block;
	text-indent:0;
	color:#fff;
	position:absolute;
	right:10px;
	top:0;
	font-size:30px;
	cursor:pointer;
}
#faq > p{
	padding:10px 15px;
}
#faq ul{
	padding:10px 15px;
}
#faq ul li{
	background:url(../sys_images/sd/sd_faq.gif) 0 -67px no-repeat;
	min-height:30px;
	height: auto !important;
	height: 30px;
	padding:7px 0 0 40px;
}
#faq div{
	padding:3px 0 0 0;
}
#faq dl{
	padding:0 15px 15px;
	line-height:12px;
	overflow:auto;
	line-height:1.5;
	border:#ccc 3px solid;
	margin:-3px auto 0;
}

#faq dl dt{
	background:url(../sys_images/sd/sd_faq.gif) 0 -67px no-repeat;
	min-height:30px;
	padding:7px 0 0 40px;
	margin:15px 0 0 0;
}

#faq dl dd{
	background:url(../sys_images/sd/sd_faq.gif) -870px -67px no-repeat;
	min-height:30px;
	height: auto !important;
	height: 30px;
	padding:7px 0 15px 40px;
}

/* 動画
==========================================================================*/
#movie iframe{
	margin:0 0 15px 0;
}

/* サイズ対応表
==========================================================================*/
#size_table img{
	max-width:900px;
	width: auto !important;
	width: 900px;
}

/* インプレッション
==========================================================================*/
#impression #impreheader {
	border: #ccc 3px solid;
	padding: 10px;
}
/* 0件の場合 */
#impression .no_impression .impre_post {
	padding: 20px 0;
	text-align: center;
}
#impression .no_impression .impre_post img{
	margin:10px 0;
}
#impression .no_impression .connection{
	margin:15px 0;
	text-align:center;
}
#impression .no_impression .connection a{
	padding:0 0 0 8px;
	background:url(../sys_images/common/ws_common_icon.png) no-repeat 0 -307px;
}

/* 平均評価 */
#impression #overall {
	width: 437px;
	float: left;
	border-right: #ccc 1px solid;
	padding: 0 0 10px 0;
}
#impression #overall table {
	margin: 0 auto;
}
#impression #overall table thead {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#impression #overall table thead td {
	padding: 0 0 5px 0;
	border-bottom: #ccc 1px dotted;
}
#impression #overall table td.graph {
	background: #ccc;
	width: 250px;
}
#impression #overall table td.graph p {
	background: #ffc106;
	height: 21px;
}
#impression #overall dl {
	float: left;
}
#impression #overall dl dt {
	display: none;
}
#impression #overall dl dd {
	display: block;
}
/* インプレッション投稿ボタン */
#impression #impreheader .impre_post {
	width: 416px;
	float: right;
	padding: 20px 0;
	text-align: center;
}
#impression #impreheader .impre_post img{
	margin:10px 0;
}

#impression #all {
	background: url(../sys_images/garage_img/bg_impre_graph.gif) no-repeat -110px 0;
	width: 90px;
	height: 129px;
	float: left;
	margin-right: 4px;
}
/* 良い点・悪い点 */
#impression #dashboard {
	clear: both;
	padding: 0 10px;
	overflow: hidden;
	border-top: #ccc 1px solid;
}
#impression #dashboard dl {
	float: left;
	width: 390px;
	padding: 10px;
	margin: 0 0 0 10px;
}
#impression #dashboard dl dt {
	margin: 0 0 5px 0;
	font-size: 14px;
	font-weight: bold;
	color: #4f79a5;
	padding: 0 0 0 20px;
}
#impression #dashboard dl.good dt {
	background: url(../sys_images/sd/icon.gif) no-repeat 0 -292px;
}
#impression #dashboard dl.bad dt {
	background: url(../sys_images/sd/icon.gif) no-repeat 0 -359px;
}
#impression #dashboard ul li {
	list-style: circle;
	margin: 0 0 0 15px;
}
/* 並び順 */
#impression #order {
	background: #ccc;
	padding: 8px;
	margin: 10px 0 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#impression #order dt {
	float: left;
	font-weight: bold;
	background: #fff;
	padding: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#impression #order dd {
	float: left;
	border-right: #fff 1px solid;
	padding: 5px;
}
/* インプレッションリクエスト */
#impression .request {
	margin: 10px 0 0 0;
}
#impression .request .title {
	position: relative;
}
#impression .request .title h4 {
	background: url(../sys_images/sd/request.gif) no-repeat;
	height: 30px;
	text-indent: -9999pt;
}
#impression .request .title span {
	position: absolute;
	right: 16px;
	top: 6px;
}
#impression .request .detail {
	border-right: #9dc5ef 3px solid;
	border-bottom: #9dc5ef 3px solid;
	border-left: #9dc5ef 3px solid;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px 20px;
}
#impression .request .detail dl {
	margin: 0 0 5px 0;
}
#impression .request .detail dl dt {
	float: left;
}
#impression .request .detail dl dd {
	float: left;
	margin: 0 10px 0 0;
}
#impression .request .detail img {
	width: 50px;
	height: 50px;
	float: left;
}
#impression .request .detail p {
	background: url(../sys_images/sd/request.gif) no-repeat 0 -60px;
	height: 34px;
	width: 782px;
	float: right;
	padding: 8px 5px 8px 15px;
}
#impression .request .valid {
	margin: 5px 0 0 0;
	text-align: right;
}
#impression .request > h4 {
	background: #ccc;
	padding: 10px;
	font-weight: normal;
	margin: 10px 0 0 0;
}
/* インプレッション単体 */
#impression .piece {
	padding: 0 0 10px 0;
	margin: 10px 0;
	border-bottom: #ccc 1px solid;
}
/* 投稿者情報
info :一般会員
info2:BIZ会員
info3:メーカー
*/
#impression .piece .ui_info {
	width: 205px;
	float: left;
	border: #ccc 1px solid;
	background: #f4f4f4;
}
#impression .piece .ui_info div {
	background: #ccc;
	text-align: center;
	padding: 3px 0;
}
#impression .piece .ui_info .ui_photo {
	background: #f4f4f4;
	padding: 10px;
	border-bottom: #ccc 1px solid;
	text-align: left;
}
#impression .piece .ui_info .ui_photo img {
	float: left;
	width: 60px;
	margin: 0 5px 0 0;
}
#impression .piece .ui_info dl {
	padding: 10px 10px 5px 10px;
	border-top: #fff 1px solid;
}
#impression .piece .ui_info dd {
	margin: 0 0 5px 0;
}
#impression .piece .ui_info2 {
	width: 205px;
	float: left;
	border: #fc8403 1px solid;
	background: #fff0e0;
}
#impression .piece .ui_info2 div {
	color: #fff;
	background: #fc8403;
	text-align: center;
	padding: 3px 0;
}
#impression .piece .ui_info2 .ui_photo {
	color: inherit;
	background: #fff0e0;
	padding: 10px;
	border-bottom: #efdbc7 1px solid;
	text-align: left;
}
#impression .piece .ui_info2 .ui_photo img {
	width: 185px;
	margin: 0 0 5px 0;
}
#impression .piece .ui_info2 span a {
	font-weight: bold;
}
#impression .piece .ui_info2 dl {
	padding: 10px 10px 5px 10px;
	border-top: #fff 1px solid;
}
#impression .piece .ui_info2 dd {
	margin: 0 0 5px 0;
}
#impression .piece .ui_info2 .shop_contact {
	color: inherit;
	background: #fff;
	margin: 0 auto 5px auto;
	padding: 10px;
	text-align: left;
	border-left: #fff0e0 5px solid;
	border-right: #fff0e0 5px solid;
}
#impression .piece .ui_info3 {
	width: 205px;
	float: left;
	border: #2B4D82 1px solid;
	background: #E8EAFF;
}
#impression .piece .ui_info3 div {
	color: #fff;
	background: #2B4D82;
	text-align: center;
	padding: 3px 0;
}
#impression .piece .ui_info3 .ui_photo {
	color: inherit;
	background: #E8EAFF;
	padding: 10px;
	border-bottom: #C8C8EF 1px solid;
}
#impression .piece .ui_info3 .ui_photo img {
	margin: 0 0 5px 0;
	border: #ccc 5px solid;
}
#impression .piece .ui_info3 .ui_photo p {
	font-weight: bold;
}
#impression .piece .ui_info3 span a {
	font-weight: bold;
}
#impression .piece .ui_info3 dl {
	padding: 10px 10px 5px 10px;
	border-top: #fff 1px solid;
}
#impression .piece .ui_info3 dd {
	margin: 0 0 5px 0;
}
#impression .piece .ui_info3 .shop_contact {
	color: inherit;
	background: #fff;
	margin: 0 auto 5px auto;
	padding: 10px;
	text-align: left;
	border-left: #E8EAFF 5px solid;
	border-right: #E8EAFF 5px solid;
}
#impression .piece .user_impression {
	width: 683px;
	float: right;
}
/* 投稿日や評価 */
#impression .piece .ui_date dl {
	margin: 0 0 5px 0;
}
#impression .piece .ui_date dl dt {
	float: left;
}
#impression .piece .ui_date dl dd {
	float: left;
	margin: 0 10px 0 5px;
}
/* 良い点・悪い点 */
#impression .piece .ui_appraisal {
	padding: 10px;
	border: #ccc 1px dotted;
}
#impression .piece .ui_appraisal li {
	display: inline;
	margin: 0 10px 0 0;
}
#impression .piece .ui_appraisal ul {
	padding: 0 0 0 30px;
	min-height: 20px;
	height: auto !important;
	height: 20px;
}
#impression .piece .ui_appraisal ul.good {
	background: url(../sys_images/sd/icon.gif) no-repeat 0 -292px;
	margin: 0 0 15px 0;
}
#impression .piece .ui_appraisal ul.bad {
	background: url(../sys_images/sd/icon.gif) no-repeat 0 -359px;
}
/* インプレテキスト */
#impression .piece .ui_text {
	margin: 10px 0 0 0;
	padding: 0 0 10px 0;
	border-bottom: #ccc 2px solid;
}
#impression .piece .ui_text dd {
	margin: 0 0 10px 0;
}
#impression .piece .ui_text dt {
	background: url(../sys_images/sd/icon.gif) no-repeat 0 -240px;
	padding: 0 0 5px 30px;
	font-weight: bold;
	margin: 0 0 5px 0;
	font-size: 14px;
}
#impression .piece .ui_text p {
	margin: 0 0 10px 0;
}
#impression .piece .ui_text dd img {
	float: left;
	padding: 0 10px 10px 0;
}
/* インプレコメント */
#impression .piece .ui_comment {
	padding: 10px;
}
#impression .piece .ui_comment div {
	font-weight: bold;
	font-size: 14px;
}
#impression .piece .ui_comment div.al_right {
	width: 420px;
	float: left;
}
#impression .piece .ui_comment div span {
	font-weight: normal;
}
#impression .piece .ui_comment dt {
}
#impression .piece .ui_comment dd {
	border-bottom: #ccc 1px dotted;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
#impression .piece .reference {
	padding: 7px 7px 5px 5px;
	background: #efefef;
	font-size: 10px;
	text-align: right;
}
#impression .piece .reference a {
	vertical-align: middle;
}
#impression .piece .reference span {
	font-weight: bold;
}
/* はい・いいえボタン */
#impression .piece a.evaluation-y {
	background: url(../sys_images/sd/button.png) no-repeat 0 -182px;
	display: inline-block;
	overflow: hidden;
	width: 62px;
	height: 24px;
	text-indent: -9999pt;
	margin: 0 auto;
	text-align: left;
}
#impression .piece a:hover.evaluation-y {
	background-position: 0 -206px;
}
#impression .piece a.evaluation-n {
	background: url(../sys_images/sd/button.png) no-repeat -62px -182px;
	display: inline-block;
	overflow: hidden;
	width: 62px;
	height: 24px;
	text-indent: -9999pt;
	margin: 0 auto;
	text-align: left;
}
#impression .piece a:hover.evaluation-n {
	background-position: -62px -206px;
}
#impression .piece .agree {
	color: #ff0000;
	background: #f1d7d8;
	padding: 5px;
}
#impression div.al_comment {
	background: none repeat scroll 0 0 #F5FAFF;
	border: 1px solid #A2BED7;
	height: auto;
	margin: 10px 0 3px;
	padding: 7px;
	vertical-align: bottom;
}
#impression div.al_comment h4 {
	margin: 0 0 3px;
}
#impression h4 {
	font-weight: bold;
}
#impression div.al_input_comment textarea {
	border: 1px solid #B3C3D2;
	height: 14px;
	margin: 0 0 4px;
	overflow: hidden;
	padding: 3px;
	resize: none;
	vertical-align: bottom;
	width: 495px;
}
#impression .underlink a:link {
	margin: 0 0 0 10px;
}

/*-- pagenation ----------------------------------*/
.pagination {
	color: #535353;
	text-align: center;
	margin: 30px auto 20px;
	font-size: 11pt;
	line-height: 24pt
}
.pagination A {
	color: #2E3377;
	padding: 4px
}
.pagination ul {
	display: block;
	margin: 0 auto;
	padding: 0
}
.pagination li {
	display: inline;
	margin: 0;
	padding: 0
}
.pagination li.firstPage, .pagination li.lastPage, .pagination li.pageLink, .pagination li.nowPage {
	padding: 4px;
	margin-right: 0;
	font-weight: bold
}
.pagination li.firstPage A, .pagination li.lastPage A, .pagination li.pageLink A {
	border: 1px solid #cacaca;
	background-color: #F5EFEF;
	text-decoration: none
}
.pagination li.firstPage A:HOVER, .pagination li.lastPage A:HOVER, .pagination li.pageLink A:HOVER {
	border: 1px solid #FFaa3B;
	background-color: #F3983B;
	color: #fff
}
.pagination li.nowPage {
	border: 1px solid #cacaca;
	background-color: #2E3279;
	color: #fff
}
.pagination li.nextPage A:HOVER, .pagination li.beforePage A:HOVER {
	color: #c00
}

/* サイドナビゲーション
==========================================================================*/
#side_nav{
	width:150px;
	position:absolute;
	right:0;
	top:220px;
	margin:10px 0 0 0;
	overflow: hidden;
	z-index:150;
}
#side_nav > div{
	width:150px;
	background:#666;
	padding:5px 5px 2px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}
#side_nav:after {
	height: 0;
	visibility: hidden;
}
#side_nav .sn1{
	border:#ccc 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	overflow:hidden;
	background:#fff;
}
#side_nav .sn1 li{
	border-top:#ccc 1px dotted;
	padding:10px;
	margin:-1px 0 0 0;
}
#side_nav .sn1 li a{
	display:block;
	color:#555;
}
#side_nav .sn1 li.action{
	background:#efefef;
}
#side_nav .sn2{
	margin:5px 0 0 0;
}
#side_nav .sn2 li a{
	background:#222;
	color:#fff;
	text-align:center;
	display:block;
	padding:5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin:0 0 3px 0;
}

/* 他導線
==========================================================================*/
#other_lead{
	margin:0 0 50px 0;
}

.leftcol{
	float:left;
	width:186px;
}
.rightcol{
	float:right;
	width:749px;
}

/* カテゴリメニュー */
.leftcol h4 {
	background: #1c69bb;
	-webkit-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	padding: 5px;
	color: #fff;
	position: relative;
	margin: 1px 1px 10px 1px;
	font-size: 13px;
}
.leftcol h4:after {
	content: ' ';
	position: absolute;
	height: 0;
	width: 0;
	border: 5px solid transparent;
	border-top-color: #1c69bb;
	top: 100%;
	left: 20px;
}
.leftcol h4 span {
	margin: 2px 0 0 3px;
	padding: 0 0 0 15px;
	font-size: 10px;
	font-weight: normal;
	float: right;
}
.leftcol h4 span a{
	color:#fff;
}
.leftcol .lc_menu {
	border: #ccc 1px solid;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 10px 0;
}
.leftcol ul {
	width: 176px;
	margin: 0 auto;
}
.leftcol ul li {
	text-align: left;
	position: relative;
	border-bottom: #ccc 1px dotted;
	z-index:100;
}
.leftcol ul li:last-child {
	border-bottom: none;
}
.leftcol ul li span {
	padding: 5px 0 5px 5px;
	margin: 0;
}
.leftcol ul li span.number {
	padding: 0 0 0 10px;
	margin: 0;
	background: none;
}
.leftcol ul li img.star {
	margin: 3px 0 3px 10px;
}
.leftcol ul li a {
	display: block;
	padding: 5px;
}
.leftcol .form-menu > li:hover > a,
.leftcol .form-menu > li:hover ul > li:hover > a {
	color: #fff;
	background: #1c69bb;
	text-decoration: none;
}
.leftcol .form-menu ul {
	background-color: #ffffff;
	min-width: 240px;
	max-width: 276px;
	text-align: left;
	white-space: normal;
	border: #ccc 3px solid;
}
.leftcol .form-menu div {
	display: none;
	left: 0;
	min-width: 240px;
	max-width: 276px;
	top: 0;
	white-space: normal;
	height: auto !important;
	padding:0 0 0 176px;
	position:absolute;
	min-height:100px;
	z-index:-1;
}

/* 関連ジャンル
==========================================================================*/
#genre{
	margin:0 0 50px 0;
}

/* 売れ筋商品
==========================================================================*/
#ranking h3{
	color:#fff;
	padding:15px;
	background:#000;
	position:relative;
}
#ranking h3 span{
	font-size:18px;
}
#ranking h3 select{
	position:absolute;
	right:20px;
	top:17px;
	padding:3px;
}

/* 一覧02 (商品一覧)*/
.list_type02 {
	position: relative;
}
.list_type02 ul {
	border-bottom: 1px solid #CCC;
	display: inline-block;
	background:#fff;
}
.list_type02 ul li {
	border: 1px solid #CCCCCC;
	float: left;
	margin: -1px -1px -1px 0;
	padding: 10px;
	width: 166px;
}
.list_type02 ul li a, .list_type02 ul li a:hover {
	color: #333333;
	display: block;
}
.list_type02 ul li img {
	border: #ccc 1px solid;
	margin: 5px auto;
	display: block;
}
.list_type02 p.icons {
	height: 12px;
	margin: 0 0 5px 0;
}
.list_type02 span.brand {
	display: block;
	height: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.list_type02 span.name {
	font-weight: bold;
	display: block;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
}
.list_type02 span.code {
	color: #555;
	font-size: 10px;
	display: block;
	margin: 5px 0;
}
.list_type02 span.price {
	color: #d40708;
	font-weight: bold;
	display: block;
	height: 40px;
}
.list_type02 span.price span {
	color: #555;
	font-weight: normal;
	text-decoration: line-through;
}
.list_type02 span.point {
	color: #555;
}
.list_type02 p.star{
	height:15px;
}
.list_type02 p.exp{
	color: #555;
	border-top: #ccc 1px dotted;
	padding: 5px;
	margin: 5px 0 0 0;
	height: 40px;
	overflow: auto;
}
.list_type02 .to_list {
	margin: 10px 0 0 0;
}

/* 最近チェックした商品
==========================================================================*/
/* チェック */
#check_item .check {
	position: relative;
	margin: 0 0 30px 0;
}
#check_item .check h3 {
	border-bottom: #bbbbbb 3px solid;
	padding: 0 0 0 5px;
}
#check_item .check .pager {
	text-align: right;
	font-size: 10px;
	padding: 3px;
}
#check_item .check .list a.prev {
	background: url(../sys_images/sd/button.png) no-repeat -312px -44px;
	text-indent: -9999pt;
	width: 19px;
	height: 19px;
	display: block;
	position: absolute;
	top: 85px;
}
#check_item .check .list a.prev: hover {
	background-position: -312px -63px;
}
#check_item .check .list a.next {
	background: url(../sys_images/sd/button.png) no-repeat -331px -44px;
	text-indent: -9999pt;
	width: 19px;
	height: 19px;
	display: block;
	overflow: hidden;
	position: absolute;
	top: 85px;
	right: 0;
}
#check_item .check .list a.next: hover {
	background-position: -331px -63px;
}
#check_item .check .list ul {
	margin: 0 30px 0 45px;
	overflow: hidden;
}
#check_item .check .list ul li {
	float: left;
	width: 110px;
	margin: 0 15px 0 0;
}
#check_item .check .list a img {
	border: #cccccc 1px solid;
	width: 108px;
	height: 108px;
	margin: 0 0 5px 0;
}
#check_item .check span {
	color: #e22c2c;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
/* 在庫あり */
#check_item .stock {
	background: #DBEAFD;
}
#check_item .stock h3 {
	height: 42px;
	text-indent: -9999pt;
	background: url(../sys_images/sd/bg2.gif) no-repeat 0 -500px;
	border: none;
	position:relative;
}
#check_item .stock h3 select{
	position:absolute;
	top:10px;
	right:10px;
	padding:3px;
}
#check_item .stock .pager {
	padding: 3px 10px 3px 3px;
}
#check_item .stock .list {
	padding: 0 0 10px 0;
}
#check_item .stock .list a.next {
	top: 100px;
	right: 10px;
}
#check_item .stock .list a.prev {
	top: 100px;
	left: 10px;
}
#check_item .loader {
	background: url("../sys_images/top-index/loader.gif") no-repeat scroll center center transparent;
	height: 24px;
	margin: 20px;
	text-align: center;
}


/* ご利用案内
==========================================================================*/
#btminfo {
	border: 1px solid #CCCCCC;
	clear: both;
	margin: 20px auto;
	overflow: hidden;
	padding: 20px 0 10px;
	text-align: left;
	width: 950px;
}
#btminfo dl {
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 214px;
}
#btminfo dl dt {
	font-weight: bold;
	margin: 0 0 5px 0;
}
#btminfo dl dd {
	margin: 0 0 2px;
	padding: 0 0 3px;
}

#div-gpt-ad-1367479444382-54{
	text-align:center;
}

/* 追従ボトム
==========================================================================*/
#bottom{
	display:none;
	background:#fff;
	border-top:#ccc 3px solid;
	position:fixed;
	z-index:199;
	bottom:0;
	width:100%;
	text-align:center;
}
#bottom h2{
	margin:0 0 5px 0;
}
#bottom > div{
	margin:0 auto;
	padding:5px;
	background:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display:inline-block;
	text-align:left;
	max-width:920px;
	width: auto !important;
	width: 920px;
}
#bottom .thum{
	width:100px;
	float:left;
	margin:0 15px 0 0;
}
#bottom .thum img{
	border:#ccc 1px solid;
	max-width: 100px;
	width: auto !important;
	width: 100px;
	max-height: 100px;
	height: auto !important;
	height: 100px;
}
#bottom .choice {
	width:400px;
	float:left;
	margin:0 15px 0 0;
}
#bottom .changer{
	float:left;
}
#bottom .price{
	padding:0 0 5px 0;
	margin:0 0 5px 0;
	border-bottom:#ccc 1px dotted;
}
#bottom .price span.reference {
	text-decoration: line-through;
}
#bottom .price span.selling {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #e22c2c;
}
#bottom .price span.selling span {
	font-size: 22px;
}
#bottom .price_other {
	padding: 0 0 10px 0;
}
#bottom .free_shipping {
	display: inline-block;
	padding: 3px 5px;
	border: #e22c2c 1px solid;
	margin: 0 0 0 10px;
	color: #e22c2c;
}
#bottom .btn_cart {
	background: #ee2769;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	padding: 15px;
	text-align: center;
	border:none;
	cursor:pointer;
	margin:0 0 5px 0;
	width:100%;
}
#bottom .btn_cart:hover {
	background:#f55288;
}
#bottom .btn_cart[disabled=disabled]{
	background:#999;
}
#bottom .btn_cart:hover[disabled=disabled]{
	cursor:default;
}
#bottom .choice select {
	padding: 3px;
	width: 47%;
	margin: 0 5px 5px;
	border:#ccc 3px solid;
	float:left;
}
#bottom .changer table{
	border:#ccc 1px solid;
	margin:0 0 5px 0;
}
#bottom .changer td {
	padding: 2px 8px;
}
#bottom .changer td.btn {
	font-size: 10px;
}
#bottom .changer td.btn a {
	color: #333;
	display: block;
}
#bottom .changer td.btn a{
	background: url(../sys_images/sd/button.png) no-repeat;
	width:15px;
	height:12px;
	text-indent:-9999pt;
	display:block;
}
#bottom .changer td.btn a.btn_up{
	background-position: -312px -84px;
}
#bottom .changer td.btn a:hover.btn_up{
	background-position: -312px -96px;
}
#bottom .changer td.btn a.btn_down{
	background-position: -327px -84px;
}
#bottom .changer td.btn a:hover.btn_down{
	background-position: -327px -96px;
}

/* ページトップへ
==========================================================================*/
#pagetop {
	bottom: 5px;
	font-size: 10px;
	position: fixed;
	right: 5px;
	z-index:250;
}
#pagetop a {

	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;
	display: block;
	opacity: 0.8;
	padding: 15px;
	text-align: center;
	text-decoration: none;
}