@charset "utf-8";


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 15px;
}

.imgL {
	float: left;
	margin: 0 15px 10px 0;
}

.btn,.button {
	text-align: center;
}

.kome {
	text-indent: -1.1em;
	margin-left: 1.2em;
}

.attention {
	color: #ff0000;
}

.mBottomZero {
	margin-bottom: 0 ! important;
}

.mTopZero {
	margin-top: 0 ! important;
}

.mLeftZero {
	margin-left: 0 ! important;
}

.mRightZero {
	margin-right: 0 ! important;
}

.pBottomZero {
	padding-bottom: 0 ! important;
}

.pTopZero {
	padding-top: 0 ! important;
}

.pLeftZero {
	padding-left: 0 ! important;
}

.pRightZero {
	padding-right: 0 ! important;
}

.imgBox {
	display: block ! important;
	font-size: 1px ! important;
}

.noBorder {
	border: none ! important;
}


/*----------------------------------------------------
	TOBU凡用
----------------------------------------------------*/
/*	NoScript表示
---------------------------------------------------- */
.noScriptArea {
	background-color: #ffe0e0;
	padding: 10px;
	margin: 0 0 10px;
}

/*	リンク
---------------------------------------------------- */
.pointLink {
	padding-left: 10px;
	background: url(/images/common/arrow_gray.gif) no-repeat left center;
}

.pointLinkRed {
	padding-left: 10px;
	background: url(/images/common/arrow_red.gif) no-repeat left center;
}

.pointLinkBlue {
	padding-left: 10px;
	background: url(/images/common/arrow_blue.gif) no-repeat left center;
}

/*	見出し
---------------------------------------------------- */
.headBar {
	height: 28px;
	margin: 0 0 15px;
	padding: 6px 0 0 6px;
	background: url(/images/common/bg_hl_yellow.gif) repeat-x bottom;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.headBarPink {
	height: 28px;
	margin: 0 0 15px;
	padding: 6px 0 0 6px;
	background: url(/images/common/bg_hl_pink.gif) repeat-x bottom;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.headBarGray {
	height: 28px;
	margin: 0 0 15px;
	padding: 6px 0 0 6px;
	background: url(/images/common/bg_hl_gray.gif) repeat-x bottom;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}



/*	ページタイトル
---------------------------------------------------- */
.titleVisual {
	margin: 0 0 30px;
}

.categoryTitle {
	margin: 0 0 20px;
	padding: 15px 10px;
	border: 1px solid #7779b7;
}

.categoryTitleOrderConfirm {
	margin: 0 0 5px;
	padding: 15px 10px;
	border: 1px solid #7779b7;
}

/*	アイテムリスト
---------------------------------------------------- */

.itemsList {
	padding: 0 0 40px;
}

.itemsList ul {
	margin: 0 0 0 -25px;
	line-height: 1.3;
	/margin: 0;
}

.itemsList ul li {
	float: left;
	width: 120px;
	margin: 0 0 0 25px;
	/margin: 0;
	/padding: 0 9px;
}

.itemsList ul li dl {
}

.itemsList ul li dl dt {
	margin: 0 0 10px;
}

/*
.itemsList ul li dl dt img {
	border: 1px solid #e6e6e6;
}
*/

.itemsList ul li dl dd {
	margin: 0 0 3px;
}

.itemsList ul li dl dd p.eventTitle {
	margin: 0px;
	color: #777;
}

.itemsList ul li dl dd.icon {
}

.itemsList ul li dl dd.icon img {
	margin: 1px;
}

.itemsList ul li dl dd.sale {
	color: #f94c00;
	margin: 5px 0 0;
}

.itemsList ul li dl dd.sale img {
	margin: 1px 0 3px;
}

.itemsList ul li dl dd.sale em {
	margin: 2px 0 0;
	color: #c00;
	font-weight: bold;
}

.itemsList ul li dl dd.soldout {
	text-align: center;
	margin: 5px 0 0;
}

.itemsList ul li dl dd em {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.itemsList ul li dl dd.member {
	margin: 0;
	color: #e60011;
}

.itemsList ul li dl dd.member img {
	margin: 0;
	vertical-align: middle;
}


/*	アイテムリスト ※リスト表示
---------------------------------------------------- */
#itemsListSequence {
	margin: 0 0 40px;
}

.itemsListDsip {
}

.itemsListDisp ul {
}

.itemsListDisp ul li {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #ccc;
}

.itemsListDisp ul li table {
	line-height: 1.3;
}

.itemsListDisp ul li table th {
	width: 70px;
	vertical-align: top;
}

/*
.itemsListDisp ul li table th img {
	border: 1px solid #ccc;
}
*/

.itemsListDisp ul li table td {
	width: 480px;
}

.itemsListDisp ul li table td p {
	margin: 0 0 5px;
}

.itemsListDisp ul li table td p.eventTitle {
	margin: 0px;
	color: #777;
}

.itemsListDisp ul li table td p img {
	margin: 0 2px 2px 0;
}

.itemsListDisp ul li table td.price {
	width: 150px;
	text-align: right;
}

.itemsListDisp ul li table td.price p {
	margin: 0;
}

.itemsListDisp ul li table td.price p em {
	display: inline-block;
	/display: inline;
	/zoom: 1;
}

.itemsListDisp ul li table td.price p.member {
	margin: 2px 0 0;
	color: #e60011;
}

.itemsListDisp ul li table td.price p.member img {
	margin: 0 5px 0 0;
	vertical-align: middle;
}

.itemsListDisp ul li table td.price p.sale {
	text-align: right;
	color: #f94c00;
}

.itemsListDisp ul li table td.price p.sale em {
	margin: 2px 0 0;
	color: #c00;
	font-weight: bold;
}

.itemsListDisp ul li table td.price p.soldout {
	margin: 5px 0 0;
}

/*	ページ送り
---------------------------------------------------- */
.pageNation {
	margin: 0 0 20px;
	padding: 5px 0;
	border-top: 1px solid #b2b2b2;
	border-bottom: 1px solid #b2b2b2;
}

.pageNation .top {
	padding: 0;
	border-bottom: 1px solid #e6e6e6;
}

.pageNation .bottom {
	padding: 5px 0 0;
}

/* 基本 */
.pageNation dl dt,
.pageNation dl dd {
	float: left;
}

.pageNation dl dt {
	padding-right:10px;
}

.pageNation dl dd ul li {
	float: left;
	padding: 0 4px 0 0;
}

/* 表示 */
.pageNation dl.displaySet {
	float: left;
}

/* 並び替え */
.pageNation dl.sortSet {
	float: right;
	margin: 0;
}
.pageNation dl.sortSet dd {
	width: 372px;
}
.pageNation dl.sortSet dd ul {
	margin: 0 0 -6px 0;
	font-size: 0;
}
.pageNation dl.sortSet dd ul li {
	padding: 0 4px 6px 0;
}

/* フリーエリア */
.pageNation dl.freearea {
	float: left;
	margin: 0;
}

/* 件数 */
.pageNation dl.number {
	float: right;
	margin: 0;
}
.pageNation dl.number dt {
	margin: 10px 0 0;
	background: none;
	vertical-align: middle;
}
.pageNation dl.number dd {
	color: #ccc;
	vertical-align: middle;
}
.pageNation dl.number dd.prev span {
	display: block;
	padding: 10px 10px 10px 35px;
	background: url(/images/button/btn_prev_page_off.gif) no-repeat left center #f2f2f2;
}
.pageNation dl.number dd.next span {
	display: block;
	padding: 10px 35px 10px 10px;
	background: url(/images/button/btn_next_page_off.gif) no-repeat right center #f2f2f2;
}
.pageNation dl.number dd.prev a {
	display: block;
	margin: 0 5px;
	padding: 10px 10px 10px 35px;
	background: url(/images/button/btn_prev_page.gif) no-repeat left center #f7f2d2;
}
.pageNation dl.number dd.next a {
	display: block;
	margin: 0 5px;
	padding: 10px 35px 10px 10px;
	background: url(/images/button/btn_next_page.gif) no-repeat right center #f7f2d2;
}
.pageNation dl.number dd.prev a:hover,
.pageNation dl.number dd.next a:hover {
	background-color: #f2f2f2;
}

/* ページ送りbottom調整 */
.pageNationBottom {
	margin-bottom: 0;
	padding: 5px 0 0;
}

.pageNationBottom .top {
	margin-bottom: 0;
	padding-bottom: 5px;
}



/*	注文フロー
---------------------------------------------------- */
#flowChart {
	width: 850px;
	height: 42px;
	margin: 0 0 15px;
	background: url(/images/common/order-chart.gif) no-repeat;
}

#flowChart p {
	display: none;
}

/* 背景位置調整 */
.flow01 {
	background-position: 0px 0px;
}

.flow02 {
	background-position: 0px -42px ! important;
}

.flow03 {
	background-position: 0px -84px ! important;
}

.flow04 {
	background-position: 0px -126px ! important;
}

.flow05 {
	background-position: 0px -168px ! important;
}

.flow06 {
	background-position: 0px -210px ! important;
}

.flow07 {
	background-position: 0px -252px ! important;
}

.flow08 {
	background-position: 0px -294px ! important;
}

/*	会員登録フロー
---------------------------------------------------- */
#userChart {
	width: 850px;
	height: 42px;
	margin: 0 0 15px;
	background: url(/images/common/user-chart.gif) no-repeat;
}

#userChart p {
	display: none;
}

/*	テーブル基本
---------------------------------------------------- */
#contenter table {
	line-height: 1.3em;
}

#contenter table th {
}

#cart #contenter table td {
}

#contenter table th.nowrap,
#contenter table td.nowrap {
	white-space: nowrap;
}

/*	テーブル基本
---------------------------------------------------- */
#contenter table.basic {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: left;
}
#contenter table.basic th {
	width: 190px;
	padding: 10px 15px;
	background: #EBF2FC;
	border: 1px solid #CCCCCC;
	font-size: 114%;
}
#contenter table.basic th.auto{
	width: auto;
}
#contenter table.basic th.address {
	width: 40px;
}

#contenter table.basic td {
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	padding: 10px 15px;
}

/* 内部テーブル */
#contenter table.basicSub {
	width: 100%;
	margin: 10px 0 0 0;
	text-align: left;
}
#contenter table.basicSub th {
	width: 120px;
	padding: 10px 10px;
	background: #f7f7f7;
	border: 1px solid #CCCCCC;
	font-size: 100%;
	font-weight: normal;
}
#contenter table.basicSub td {
	background: #FFFFFF;
	border:1px solid #CCCCCC;
	padding: 10px 15px;
}

/* テーブル基本内テキスト設定 */
#contenter table.basic td p.spBottom {
	margin: 0 0 5px 0;
}

#contenter table.basic td p.spTop {
	margin: 5px 0 0 0;
}

#contenter table.basic td p.spTopSmall {
	margin: 5px 0 0 0;
	font-size: 82%;
}

/* 説明文（インデント付） */
#contenter table.basic td .description {
	text-indent: -1.0em;
	margin-left: 1.0em;
}

/* 補足 */
#contenter table.basic td .note {
	white-space: nowrap;
	color: #737373;
}

/* 注意書き */
#contenter table.basic td .retype {
	color: #D62727;
	padding: 10px 0 5px 0;
	font-size: 92%;
}

/*	入力フォームページ基本
---------------------------------------------------- */
input {
	vertical-align: middle;
	padding: 1px 0;
}

textarea {
	width: 350px;
	height: 7em;
	font-size: 100%;
}

input.w30 {
	width: 30px;
	padding: 2px;
}

input.w50 {
	width: 50px;
	padding: 2px;
}

input.w75 {
	width: 75px;
	padding: 2px;
}
input.w150 {
	width: 150px;
	padding: 2px;
}
input.w200 {
	width: 200px;
	padding: 2px;
}
input.w270 {
	width: 270px;
	padding: 2px;
}
input.w330 {
	width: 330px;
	padding: 2px;
}
input.w390 {
	width: 390px;
	padding: 2px;
}

input.spBottom {
	margin: 0 0 5px 0;
}

input.spTop {
	margin: 5px 0 0 0;
}

/* 郵便番号検索 */
input.postCode {
	width: 150px;
	height: 23px;
	background: url(/images/button/btn_postcode_side.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: inline;
	text-indent: -9999px;
	vertical-align: top;
}

/* 必須 */
span.mustA {
	color: #ffffff;
	padding: 3px 3px 2px 3px;
	font-size: 75%;
	background-color: #D62727;
	font-weight: normal;
	white-space: nowrap;
}
span.mustB {
	color: #ffffff;
	padding: 3px 3px 2px 3px;
	font-size: 75%;
	background-color: #20b272;
	font-weight: normal;
	white-space: nowrap;
}

/*	ページネーション
---------------------------------------------------- */
.transition {
	height: 60px;
	margin: 40px 0 0 0;
	padding: 10px 12px;
	background: #EBF2FC;
	vertical-align: middle;
}
.transition .btnL{
	float: left;
	display: inline;
	margin: 15px 0 0 0;
	padding: 1px 0;
}
.transition .btnR{
	float: right;
	display: inline;
	padding: 1px 0;
}
.transition .btnR input{
	margin-left: 5px;
}
.transition .btnR img{
	vertical-align: middle;
	padding: 0 10px;
}
.transitionCenter {
	line-height:1.3;
	margin: 30px 0 0 0;
}
.transitionCenter p.btn input,
.transitionCenter p.btn a {
	margin:0 5px;
}

.transitionCenter p.btn a img {
	padding: 1px 0;
}

/* 完了コメント
---------------------------------------------------- */
.completeMsg {
	padding: 50px 30px;
	background: #F0F5FF;
	border: solid 1px #CCCCCC;
	text-align: center;
}
.completeMsg p {
	font-size: 114%;
	margin: 15px 0 0 0;
}


/* 検索マージン対応
---------------------------------------------------- */
.headForm {
	color: #555;
}

/*	敬称略注意書き
---------------------------------------------------- */
.keisho {
	background-color: #faf8f1;

	border: 1px solid #cdcdcd;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 88%;
	margin-top: 8px;
}


/*----------------------------------------------------
	商品関連　共通
----------------------------------------------------*/
/* 商品画像サイズ - サムネイル */
img.goodsImage_tmb {
	width: 120px;
	height: 120px;
	border: 1px solid #E6E6E6;
}

/* 商品画像サイズ - リスト */
img.goodsImage_li {
	width: 60px;
	height: 60px;
	border: 1px solid #E6E6E6;
}

/* 1位～5位のランキング表示 - サムネイル*/
img.rankLabel_tmb {
	width: 122px;
	height: 16px;
	border: none;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:2px;
}

/* 1位～5位のランキング表示 - リスト*/
img.rankLabel_li {
	width: 62px;
	height: 16px;
	border: none;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:2px;
}

/* トップページのキャリア切り替えボタン */
#isSmartPhoneBrowser{
	display:block;
	margin:10px 0px 0px 10px;
}

#isSmartPhoneBrowser button{
	-webkit-box-shadow:#e6e9f0 0 0 1px 1px inset;
	-moz-box-shadow:#e6e9f0 0 0 1px1px inset;
	border: 1px solid #939bba;
	color:#191b73;
	-moz-border-radius: 8px 8px 8px 8px;
	-webkit-border-radius: 8px 8px 8px 8px;
	padding:5px 5px 6px;
	background: -moz-linear-gradient(center top, #e7edfa 23%,#b6c7ed 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.23, #e7edfa),color-stop(1, #b6c7ed));
	font-size:14px;
	width:auto;
	font-weight:bold;
}

.pointer{
	cursor: pointer;
}