@charset "UTF-8";

.card {
/* width: 100%; */
margin: 0px 0px 35px 0px;
}

.cardL,
.cardR {
/* width: 100%; */
margin: 20px 0px 35px 0px;
}

.cardL .text {
float: right;
width: 500px;
}

.cardR .text {
float: left;
width: 500px;
}

.cardR img {
float: right;
width: auto;
margin: 0px auto 0px auto;
text-align: center;
}

.cardL img {
float: left;
width: auto;
margin: 0px auto 0px auto;
text-align: center;
}

.cardR a.imgLink,
.cardL a.imgLink {
display: block;
}

.cardL h2,
.cardR h2 {
margin: 0px 0px 10px 15px;
font-size: 30px;
color: #666666;
font-weight: bold;
}

.cardL h3,
.cardR h3 {
margin: 10px 0px 10px 15px;
font-size: 24px;
color: #343434;
font-weight: bold;
}

.card p,
.cardL p,
.cardR p {
margin: 0px 0px 10px 0px;
color: #343434;
font-size: 13px;
line-height: 30px;
}

.greybg {
width: 100%;
margin: 0px 0px 20px 0px;
padding: 15px 0px 15px 0px;
background-color: #CCCCCC;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: inset 0px 0px 8px #000000, inset 0px 0px 2px #999999, 0px 0px 0px #4C4C4C;
-moz-box-shadow: inset 0px 0px 8px #000000, inset 0px 0px 2px #999999, 0px 0px 0px #4C4C4C;
}

.greybg2 {
width: 100%;
margin: 0px 0px 20px 0px;
padding: 15px 0px 15px 0px;
background-color: #F9F9F9;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-webkit-box-shadow: inset 0px 0px 8px #000000, inset 0px 0px 2px #999999, 0px 0px 0px #4C4C4C;
-moz-box-shadow: inset 0px 0px 8px #000000, inset 0px 0px 2px #999999, 0px 0px 0px #4C4C4C;
}

.text span.f14red {
color: #C80000;
font-size: 14px;
line-height: 30px;
font-weight: bold;
}

p.catch {
margin: 0px 0px 8px 0px;
font-size: 18px;
color: #343434;
text-shadow: 0px 1px 0px #FFFFFF;
font-weight: bold;
text-align: center;
}

p.more {
clear: both;
margin: 0px;
text-align: right;
}
p.more a {
padding-right: 10px;
color: #006699;
background: url(../../images/b_arrow.gif) no-repeat center right transparent;
white-space: nowrap;
cursor: pointer;
}
p.more a:hover {
text-decoration: underline;
}

.text form {
/* width: 100%; */
margin: 10px 150px 10px 0px;
text-align: center;
float:right;
text-shadow: 0px 1px 0px #FFFFFF;
}

.order {
/* display: inline-block;
width: 100%; */
margin: 0px 0px 35px 0px;
}

.order div {
display: block;
float: left;
width: 220px;
margin: 0px 12px 0px 12px;
*margin: 0px 6px 0px 6px;
text-align: center;
}

.order h4 {
margin: 5px auto 0px auto;
text-align: center;
}
.order p {
font-size: 12px;
}

.payment {
width: 500px;
clear: both;
padding-top: 20px;
margin: 0px 15px 10px 10px;
}

.payment img {
float: left;
width: 49px;
height: 49px;
margin-bottom: 10px;
}

.payment a:hover img{
opacity: 0.7;
-moz- opacity: 0.7;
filter: alpha(opacity:70);
}

.payment dl {
width: 420px;
float: right;
margin: 0px 20px 0px 0px
}

.payment dl dt {
font-size: 16px;
border-bottom: solid 1px #CCCCCC;/* タイトル下のラインの色 */
padding-left: 10px;
}

.payment dl dd {
font-size: 12px;
color: #454545;
line-height: 1.7em;
padding: 5px 0px 15px 10px;
}

/* :::::: クレジットカード :::::: */
/* ul.payment {
	clear: both;
	display: inline-block;
} */

ul.payment li {
	float: left;
	width: 80px;
	margin-right: 10px;
}

/* :::::: ウェルカム-ブランドリスト :::::: */
/* .w-brand {
	width: 500px;
	display: inline-block;
} */
.w-brand ul li {
	float: left;
	width: 120px;
	margin: 0 0 10px 0;
}
/* .w-brand ul li,
.w-brand ul li a {
	display: inline-block;
} */

.w-brand ul li .brand_name {
	display: block;
	text-align: center;
}

.w-brand ul li a {
	display: block;
	padding: 10px;
}
.w-brand ul li a:hover {
	background-color: #eee;
}

.w-brand ul li .brand_name img {
	display: block;
	margin: 0 auto;
}
/* * html .w-brand ul li .brand_name img {
	margin: 0;
}
*+html .w-brand ul li .brand_name img {
	margin: 0;
} */

.w-brand ul li .brand_name h3 {
	color: #000;
	font-size: 13px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
}

.w-brand ul li .brand_name h4 {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	text-align: center;
}


/* :::::: 2カラム :::::: */
#card2col {
	/* width: 100%; */
	margin: 0 0 20px 0;
}

#card2col .col {
	float: left;
	width: 490px;
}
#card2col .col1 {
	float: left;
	width: 480px;
}
#card2col .col2 {
	float: right;
	width: 480px;
}

#card2col h5 {
	margin: 10px 0;
	font-size: 20px;
	font-weight: bold;
}

#card2col h6 {
	margin: 5px 0;
	color: #666;
	font-size: 16px;
	font-weight: bold;
}

#card2col .col dl {
	margin: 15px 0;
}
#card2col .col dl dt {
	margin: 0 0 5px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
}
#card2col .col dl dd {
	color: #666;
	font-size: 14px;
	text-indent: 20px;
}

#card2col .col a {
	color: #666;
}
#card2col .col a:hover {
	text-decoration: underline;
}


/* :::::: TABLE (standard) :::::: */
tr.colored {
background-color:#cbd7e4;
}

tr.colored2 {
background-color:#006699;
}

table.design {
width: 480px;
margin: 0px 5px 15px 10px;
border: 1px solid #cbd7e4;
}

table.design tr th {
font-weight: normal;
text-align: center;
font-size: 14px;
color: #FFFFFF;
text-shadow: 0px 1px 0px #000000;
width: 180px;
padding: 5px 0px 5px 0px;
border-right: 1px solid #cbd7e4;
}

table.design tr td {
font-weight: normal;
text-align: center;
font-size: 14px;
color: #C80000;
text-shadow: 0px 1px 0px #FFFFFF;
width: 150px;
padding: 5px 0px 5px 0px;
line-height: 1.5em;
border-right: 1px solid #cbd7e4;
}

table.design tr td.bikou {
font-weight: normal;
text-align: left;
font-size: 11px;
color: #343434;
text-shadow: 0px 1px 0px #FFFFFF;
padding: 5px 0px 5px 5px;
border-right: 1px solid #ffffff;
}

table.design tr td.need {
font-weight: normal;
text-align: left;
font-size: 13px;
color: #343434;
text-shadow: 0px 1px 0px #FFFFFF;
width: 150px;
padding: 5px 0px 5px 5px;
}

table#table-01 {
	width: 100%;
	margin-bottom: 15px;
	border: 1px #e3e3e3 solid;
	border-collapse: collapse;
	border-spacing: 0;
}

table#table-01 th {
	padding: 5px 10px;
	border: #e3e3e3 solid;
	border-width: 0 0 1px 1px;
	background: #f5f5f5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 120%;
	white-space: nowrap;
}

table#table-01 td {
	padding: 5px 10px;
	border: 1px #e3e3e3 solid;
	border-width: 0 0 1px 1px;
	font-size: 14px;
	text-align: center;
}
table#table-01 td.left {
	text-align: left;
}
table#table-01 td.right {
	text-align: right;
}

.cardT20 table#table-01 th,
.cardT20 table#table-01 td {
	padding: 10px 20px;
}
.cardT20 table#table-01 td p {
	margin: 10px 0;
	font-size: 14px;
}

table#table-01 td #table-01 {
	width: auto;
}

/* :::::: TABLE (border less) :::::: */
table#table-02,
table#table-02 th,
table#table-02 td {
	padding: 3px 5px 3px 0;
	border: none;
	background: none;
	text-align: left;
}

table#table-02 th {
	font-weight: bold;
	vertical-align: top;
}

table#table-02 th .cap {
	font-size: 10px;
	font-weight: normal;
}

/* :::::: 特急便受付 :::::: */
.card .fs24 {
	font-size: 24px;
	text-align: center;
}
.card .fs24 span {
	color: #069;
	font-size: 150%;
	font-weight: bold;
}


.toolTip {
	position: relative;
}
.toolTip span{
	display: block;
	position: absolute;
	top: 20px; left: 10px;
	width: 150px;
	padding: 5px;
	border: solid 2px #999;
	color: #666;
	background-color: #eee;
	text-decoration: none;
	visibility: hidden;
}
a.toolTip:hover,
a.toolTip:hover span {
	visibility: visible;
	z-index: 100;
}


/* :::::: PICKUP :::::: */

h2 {
	font-size:36px;
	font-weight:bold;
	margin:30px 0 20px 0;
}
.picl {
	margin:30px auto;
	text-align:center;
}

#pickup {
	margin-bottom: 70px;
	text-align: center;
}
#pickup h3 {
	display: block;
	background: #000 url(../images/title_bg.png) top repeat-x;
	font-size: 45px;
	font-weight: bold;
	line-height: 70px;
	color: #FFF;
	width: 100%;
	height: 70px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-shadow: 0 1px 0 #000;
}
#pickup h3 span {
	color: #F39;
}
#pickup .cool h3 span {
	color: #0CF;
}
#pickup ul li {
	float: left;
	width: 490px;
	height: 400px;
	position: relative;
}
#pickup ul li.full {
	width: 980px;
}
#pickup ul li .inner {
	width: auto;
	position: absolute;
	top: 120px;
	left: 20px;
}
#pickup ul li .inner2 {
	width: auto;
	position: absolute;
	top: 100px;
	left: 20px;
}
#pickup ul li img {
	z-index: 1;
}
#pickup ul li h4 {
	color: #333;
	font-size: 25px;
	font-weight: bold;
	line-height: 120%;
}
#pickup ul li h5 {
	color: #666;
	font-size: 12px;
	font-weight: nomal;
	line-height: 140%;
}
#pickup ul li h6 {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 120%;
	margin-top: 15px;
}
#pickup ul li p.number {
	color: #666;
	font-size: 14px;
	font-weight: nomal;
	line-height: 120%;
}
#pickup ul li p.listprice {
	color: #333;
	font-size: 12px;
	font-weight: nomal;
	line-height: 120%;
	margin-top: 15px;
}
#pickup ul li p.value {
	color: #F39;
	font-size: 40px;
	font-weight: bold;
	line-height: 100%;
}
#pickup .cool ul li p.value {
	color: #0CF;
	font-size: 40px;
	font-weight: bold;
	line-height: 100%;
}
#pickup ul li p.itemlink {
	position: absolute;
	left: 0;
	bottom: 20px;
}
#pickup ul li p.itemlink a {
	display: block;
	width: 150px;
	height: 29px;
	background: url(../images/link_bg.png) top no-repeat;
	color: #FFF;
	font-size: 16px;
	line-height: 29px;
	text-shadow: 0 1px 0 #000;
	text-indent: 20px;
	letter-spacing: 1px;
	margin-top: 15px;
}
#pickup ul li p.itemlink a:hover {
	background-position: bottom;
}
#pickup ul li p.sex {
	position: absolute;
	top: -4px;
	right: -7px;
	z-index: 10;
}
#pickup .btn {
	font-size: 18px;
	text-shadow: 0 1px 0 #000;
	margin: 30px auto;
	display: inline-block;
}
#pickup .btn p {
	margin: 0 20px;
	float: left;
}
#pickup .btn a {
	float: left;
	color: #FFF;
	cursor: pointer;
	background: url(../images/link2_bg.png) no-repeat top right;
}
#pickup .btn a span {
	line-height: 49px;
	margin: 0 22px 0 -22px;
	padding: 0 0 0 45px;
	position: relative;
	float: left;
	background: url(../images/link2_bg.png) no-repeat top left;
}
#pickup .btn a:hover {
	background: url(../images/link2_bg.png) bottom right no-repeat;
}
#pickup .btn a:hover span {
	background: url(../images/link2_bg.png) bottom left no-repeat;
}
