@charset "UTF-8";


/******************************************************
 商品詳細ページ用
*******************************************************/

.mainitem {
	width: 765px;
	text-align: left;
}

.m_left {
	display: block;
	float: left;
	width: 350px;
	margin-right:10px
}


.m_right {
	display: block;
	float: left;
	width: 405px;
}

.m_all {
	display: block;
	clear:left;
	width: 765px;
}


.m_right table {
	width: 405px;
	font-size: 12px;
	border: 1px #dddddd solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom:20px
}

/******************************************************
 リンクテーブル用（IE6対策）2008/12/29 sato
*******************************************************/

.m_right table2 {
	width: 720px;
	font-size: 11px;
	border-spacing: 0;
	margin-bottom:0px
	margin-right:10px
}

.m_right th {
	width: 70px;
	padding: 5px;
	border: #dddddd solid;
	border-width: 0 0 1px 1px;
	background: #F5F5F5;
	font-weight: normal;
	line-height: 120%;
	text-align: center;
}

.m_right td {
	width: 315px;
	padding: 5px;
	border: 1px #dddddd solid;
	border-width: 0 0 1px 1px;
	text-align: left;
}

.m_right .price {
	font-weight: bold; 
	color: #ff0000;
}

.sp10 {
	clear:left;
	height: 10px;
}

.sp20 {
	clear:left;
	height: 20px;
}

.line02 {
	background-image: url(/img/line02.gif);
	clear:left;
	height: 35px;
	margin-bottom:20px
}


.title_bg {
	font-weight: bold;
	padding-left:18px;
	padding-top:5px;
	display: block;
	clear:left;
	background-image: url(/img/st_bg.gif);
	text-align: left;
	width: 747px;
	height: 20px;
}

/******************************************************
 キャンペーンページ用
*******************************************************/
.npc_td_left{
	background-image: url(/img/nameplate/npc2-c.gif);
	background-repeat: repeat-y;
}

.npc_td_right{
	background-image: url(/img/nameplate/npc2-d.gif);
	background-repeat: repeat-y;
}

.npc_txt01 {
        width:625px;
        font-size:12px;
        line-height:1.3em;
        padding:20px 0px 30px 0px;
}
.npc_txt02 {
        width:481px;
        font-size:12px;
        line-height:1.3em;
        padding:10px 0px 10px 0px;
}
.npc_link{
	margin: 0px;
	padding: 0px;
}
.npc_link a{
	width: 300px;
	height: 50px;
	display: block;
	margin: 5px 0px 2px 0px;
	text-decoration: none;
	overflow: hidden;
}
.npc_link_rtxt{
	color: #ff0000;
	font-weight: bold;
}
.npc_link_btxt{
	color:#01B0B4;
	font-weight: bold;
	margin-bottom: 5px;
}

/******************************************************
まとめ買い カラーバリエーション
*******************************************************/
.color_variation{
	width: 300px;
}
.color_variation_left{
	float: left;
	width: 150px;
}
.color_variation_right{
	float: left;
	width: 150px;
}



