@charset "UTF-8";

/* カート内ページ用CSS（商品一覧除く）---------------------*/




/* ▼---カートの中身---▼ */

#put_cart {
	margin:15px 10px 0 10px;
	min-height:70%;
	height:auto !important;
	height:70%;
}

#put_cart table {
	border-collapse:collapse;
	margin:20px auto;
	width:690px;
	border:solid 2px #bdbdbd;
}

#put_cart th ,#put_cart td {
	padding:5px 7px;
	font-size:95%;
	line-height:1.5em;
	border:solid 1px #bdbdbd;
}

#put_cart th {
	background-color:#DFE8EB;
	text-align:center;
	border-bottom:solid 2px #bdbdbd;
}

#put_cart .att {
	text-align:center;
}

#put_cart .att p {
	padding:8px 15px;
	width:18em;
	font-size:90%;
	border:solid 1px #cc0000;
	margin:30px auto;
	color: #C00;
}

#put_cart #submit , #step #submit {
	text-align:center;
	padding:20px 0;
}
#step #put_cart #submit input , #step #submit input {
	font-size:17px;
	margin:0 15px;
	padding:10px 1.5em;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color:#e8e8e8;
	border:solid 2px #ccc;
}
#step #put_cart #submit button , #step #submit button {
	font-size:17px;
	margin:0 15px;
	padding:5px 1.5em;
	font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#put_cart #submit input.of{
	filter: alpha(style=0, opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#put_cart input[type=text] , #step input[type=text], #step input[type=tel] , #put_cart select , #step select , #step textarea {
    font-size:16px;
    background-color: #fff;
    border: solid 1px #ccc;
    margin:0 15px;
    padding:5px 10px;
    font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#step textarea {
    width: 500px!important;
}
#put_cart input[type=button] , #step input[type=button] {
    font-size:13px;
    padding:3px 5px;
    color: #039;
    font-family:  "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position:relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #FFFFFF),
        color-stop(0.4, #FDFDFD),
        color-stop(0.95, #EDEDED),
        color-stop(1, #DEDEDE)
    );
    background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    background-image: linear-gradient(to bottom, #FFFFFF 0%, #FDFDFD 40%, #EDEDED 95%, #DEDEDE 100%);
    border: solid 1px #bdbcbd;
}
#put_cart input[type=button].bold , #step input[type=button].bold {
    font-weight: bold;
}


/* この商品を買った人はこんなものも買っています */

#xcell {
	margin:30px 15px;
	background:#FFF;
}
#xcell .in {
	border-left:solid 1px #2796be;
	border-right:solid 1px #2796be;
	padding:15px 0px 0 50px;
	margin:0;
}


#xcell .in .box {
	width:170px;
	float:left;
	margin:0 40px 10px 0;
	line-height:1.3em;
}

#xcell .in .box .photo {
	margin-bottom:10px;
	text-align:center;
}

#xcell .in .box .item {
	padding:7px;
	border:solid 1px #ccc;
}
#xcell .in .box .item a {
	display:block;
}

#xcell .in .box .price {
	text-align:right;
	font-size: 90%;
	color: #900;
	margin-top:5px;
}



/* ▼---ステップ---▼ */

#step {
	margin:15px 15px;
	text-align:left;
	font-size:1.05em;
	line-height:1.6em;
}

#step #head_txt {
	margin:0 1em 2em;
}

#step #change input[type=button]#new {
    padding: 7px 20px;
    color: #fff;
    border: solid 1px #045575;
    letter-spacing: 1px;
    background-color: #fff;
    background-image: url(../img/bg/btn_gd4.gif);
    background-position: left center;
    background-repeat: repeat-x;
    font-size: 16px!important;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    margin-bottom: 10px;
}

#step #change #list {
	clear:both;
	margin:0 0 0 10px;
}
#step #change #list .box {
	border:solid 2px #ccc;
	padding:15px 20px;
	width:280px;
	float:left;
	margin:0 25px 25px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#step #change #list .box input[type=button] {
    width: 100%;
    padding: 7px 0;
    color: #039;
    text-decoration: underline;
    border: solid 1px #036;
    background-color: #fff;
    background-image: url(../img/bg/btn_gd.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    font-size: 16px!important;
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    position: relative;
    margin-top: 10px;
    z-index: 1;
}
#step #change .edit input[type=button] {
    width: 200px!important;
}
#step #change #list .box .btn input[type=button] {
	width:49%;
}
#step #change #list .box .btn input[type=button].delete {
	float: right;
}
#step #change .edit input[type=button]#zips {
    width: 100px!important;
    font-size: 15px;
    padding: 7px 20px;
}

#step .edit {
	position:absolute;
	background: rgb(0, 0, 0); /* IE6, 7向け */
    background: rgba(0, 0, 0, 0.7);
	top:0;
	left:0;
	width:100%;
	height:100%;
    z-index: 100;
}
#step .edit .in {
	background-color:#fff;
	padding:1px 20px 20px;
	width:800px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:20px auto;
}
#step .edit table {
	width:800px;
}
#step .edit th , #step .edit td {
	padding:8px 10px;
	text-align:left;
	border-bottom:solid 1px #ccc;
}
#step .edit td input {
	padding:2px 5px;
}
#step .edit .bg th , #step .edit .bg td {
	background-color: #EAEAEA;
}

#step .edit th {
	border-right:solid 5px #9ED0E2;
}
#step .edit th.must {
	padding-right: 50px;
	background-image: url(../img/icon/must.png);
	background-repeat: no-repeat;
	background-position: right center;
}
#step .edit #btn {
	text-align:center;
	padding:10px 0;
}
#step .edit #btn input {
	margin:0 15px;
	padding:5px 1.5em;
}

#step .wrap {
	border:solid 2px #ccc;
	padding:15px 15px;
	margin:0 15px 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#step .pay th {
	padding:0;
	width:1.5em;
}

#step .pay table.cardDetail {
	margin-left: 1.5em;
}
#step .pay table.cardDetail .head {
	text-align:right;
	white-space:nowrap;
}
#step .pay .pd th , #step .pay .pd td {
	padding-bottom:10px!important;
	vertical-align:top;
}
#step .pay th.line {
	background-image:url(../img/bg/line.gif);
	background-repeat:repeat-y;
	background-position:5px top;
}


#step .sum table {
	float:right;
}
#step .sum td {
	padding:5px 10px;
	text-align:right;
	font-size:1.03em;
	border-bottom:solid 1px #ccc;
}
#step .sum tr:nth-last-child(2) td {
	border-bottom:none;
}

#step .sum .allSum td {
	font-size:1.08em;
	border-top:solid 2px #c00;
	border-bottom:none;
	font-weight:bold;
	padding-top:8px;
}

#step .add table {
	width:646px;
}
#step .add th , #step .add td {
	padding:8px 10px;
	text-align:left;
}

#step .add tr:nth-child(odd) th , #step .add tr:nth-child(odd) td {
	background-color: #EEEEEE;
}

#step .add th {
	border-right:solid 4px #9ED0E2;
}
/*#step .add tr:last-child th , #step tr:last-child td {
	border-bottom:none;
}*/

#step .thanks.wrap {
	padding:20px 30px;
}
#step .thanks.wrap .dllink {
	margin-bottom:30px;
}
#step .thanks.wrap .dllink ul {
	list-style:none;
	text-align:left;
	margin:10px 10px;
	padding:0;
}
#step .thanks.wrap .dllink ul li {
	text-align: left;
	display: block;
	margin-bottom: 8px;
	border: solid 1px #999;
	background-image: url(../img/bg/btn_gd.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(/js/border-radius.htc);
}
#step .thanks.wrap .dllink ul li a {
	display: block;
	padding: 5px 10px 3px 33px;
	background-image: url(../img/icon/dl2.png);
	background-repeat: no-repeat;
	background-position: 8px 9px;
	zoom:1;
}



/* ▼---支払い方法---▼ */

#step1 {
	margin:15px 10px;
}

#step1 h4 {
	font-size:130%;
	border-bottom:dotted 1px #2796be;
	padding:4px 0;
	margin-bottom:15px;
}
#step1 h4 strong {
	border-left:solid 6px #2796be;
	padding:2px 0 2px 10px;
	display:inline-block;
}
#step1 h4 a {
	font-size:70%;
	display:inline-block;
	padding:5px 12px 3px 10px;
	border:solid 1px #2796BE;
	background-color: #FFF;
	color: #2796BE;
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	vertical-align:middle;
	margin-left:20px;
}
.stepcount {
	text-align:center;
	margin:30px auto;
}

#step1 .item table {
	border-collapse:collapse;
	margin:20px 25px;
	width:670px;
}

#step1 .item th ,#step1 .item td {
	padding:5px 7px;
	font-size:95%;
	line-height:1.3em;
	border:solid 1px #bdbdbd;
}

#step1 .item th {
	background-color:#DFE8EB;
}

#step1 .notice {
	text-align:center;
	font-size:95%;
	color:#C00;
	margin:15px 0;
}

#step1 .send {
	margin:15px 0;
}

#step1 h4 {
	font-size:130%;
	border-bottom:dotted 1px #2796be;
	padding:4px 0;
	margin-bottom:15px;
}
#step1 h4 strong {
	border-left:solid 6px #2796be;
	padding:2px 0 2px 10px;
}
#step1 h4 a {
	font-size:70%;
	display:inline-block;
	padding:5px 12px 3px 10px;
	border:solid 1px #2796BE;
	background-color: #FFF;
	color: #2796BE;
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	vertical-align:middle;
	margin-left:20px;
}

#step1 .send table {
	border-collapse:collapse;
	margin:20px 25px;
	width:670px;
}

#step1 .send th ,#step1 .send td {
	padding:5px 7px;
	font-size:95%;
	line-height:1.3em;
	border:solid 1px #bdbdbd;
}

#step1 .send th {
	background-color:#DFE8EB;
	text-align: left;
	width:20%;
}

#step1 .send th .must {
	font-size:75%;
	color:#FFF;
	background-color:#C00;
	line-height:100%;
	padding:2px 3px;
	float:right;
	font-weight:normal;
}

#step1 .send td table.table2 {
	width:auto;
	margin:0;
}
#step1 .send td .table2 td {
	border:none;
	padding:3px;
	width:auto;
}

#step1 #submit {
	text-align:center;
}
#step1 #submit input {
	margin:0 10px;
}
#submit input.of {
	filter: alpha(style=0, opacity=30);
	-moz-opacity:0.3;
	opacity:0.3;
}
#step1 #submit .red {
	color:#C00;
}

/* 確認画面 */

#step2 h4 {
	font-size:130%;
	border-bottom:dotted 1px #2796be;
	padding:4px 0;
	margin-bottom:15px;
}
#step2 h4 strong {
	border-left:solid 6px #2796be;
	padding:2px 0 2px 10px;
	display:inline-block;
}
#step2 h4 a {
	font-size:70%;
	display:inline-block;
	padding:5px 12px 3px 10px;
	border:solid 1px #2796BE;
	background-color: #FFF;
	color: #2796BE;
	background-image: url(../img/icon2.gif);
	background-repeat: no-repeat;
	background-position: 1px center;
	vertical-align:middle;
	margin-left:20px;
}


#step2 table.sum {
	width:670px;
	margin:-20px 25px 15px 25px;
	border-collapse:collapse;
}

#step2 .sum th ,#step2 .sum td {
	padding:5px 7px;
	font-size:95%;
	line-height:1.3em;
	border:solid 1px #bdbdbd;
	text-align:right;
}

#step2 .sum th {
	width:80%;
	font-weight:normal;
	background-color:#DFE8EB;
}

#step2 .card p {
	margin:10px 15px 1.5em 15px;
	font-size:90%;
	line-height:1.4em;
}

#step2 .card h4 {
	border-bottom:dotted 1px #c00;
}
#step2 .card h4 strong {
	border-left:solid 6px #c00;
	color: #C00;
}

#step2 .card .err {
	border:dotted 1px #c00;
	padding:12px 15px;
	margin:10px 15px 2em 15px;
	font-size:90%;
	line-height:1.4em;
}
#step2 .card .err strong {
	font-size:120%;
	color:#c00;
	border-bottom:solid 1px #c00;
	display:block;
	margin-bottom: 10px;
	padding-bottom:5px;
}

/* サンクス画面 */

#step3 {
	padding:15px;
	line-height:1.6em;
	text-align:center;
}
#step3 .thanks {
	border:solid 1px #c00;
	padding:15px 20px;
	margin:30px auto;
	background-color: #FFF;
}

#step3 .thanks .dllink {
	margin:30px 20px;
	border-top:dotted 1px #c00;
	border-bottom:dotted 1px #c00;
}

#step3 .thanks .dllink h3 {
	font-size:120%;
	padding-bottom:5px;
	margin-bottom:10px;
}

#step3 .thanks .dllink .in {
	border-left:solid 4px #c00;
	padding-left:5px;
	text-align:left;
}
