﻿@charset "utf-8";
/* CSS Document */

/* ---------- 共通部分 ---------- */

body.tshirt #contentInner {
	width: 570px;
	background: url(../img/common/content_bg02.gif) center bottom no-repeat;
	padding-bottom: 1px;
}

body.tshirt #wrapper {
	width: 570px;
	background: url(../img/common/content_bg01.gif) left top repeat-y;
}


/* ---------- 商品一覧 ---------- */

.productList {
	margin-bottom: 40px;
}

.productList h2 {
	margin: 10px 0;
	padding: 3px 0 3px 15px;
	background: #669900;
	font-size: 12px;
	color: #fff;
}

.productList ul li {
	width: 135px;
	float: left;
}

.productBorder, .productBorderLast {
	min-height: 400px;
	_height: 400px;
	border-right: 1px solid #cdcdcd;
}

.productBorderLast {
	border: none;
}

.productBorder-lv2 {
	margin-top: 30px;
}

.productImg, .productImgLogo {
	text-align: center;
}

.productImg {
	min-height: 135px;
	_height: 135px;
}

.productImgLogo {
	min-height: 35px;
	_height: 35px;
	margin-bottom: 15px;
}

.productList .productLeed,
.productList .productNumber,
.productList .productAside {
	width: 130px;
	padding-left: 10px;
}

#product01 .productLeed,
#product05 .productLeed {
	min-height: 68px;
	_height: 68px;
	margin-bottom: 15px;
}

.productLeed {
	min-height: 55px;
	_height: 55px;
	margin-bottom: 15px;
}

.productNumber {
	min-height: 51px;
	_height: 51px;
	margin-bottom: 15px;
}

.productNumber a {
	color: #6C8F29;
}

.productAside {
	margin-bottom: 15px;
}

.productAside span {
	font-weight: bold;
}

.noteColor01, .noteColor02, .noteColor03, .noteColor04 {
	font-weight: bold;
}

.noteColor01 {color: #FF00FE;}
.noteColor02 {color: #0099CB;}
.noteColor03 {color: #650103;}
.noteColor04 {color: #000000;}

.noProduct {
	position: relative;
}

* html .productNote {
	margin-left: 5px;
}

.noProduct img {
	position: absolute;
	top: 155px;
	left: 50px;
}


/* ---------- プリント代コミの料金例 ---------- */

.leed p {
	margin: 0 0 20px 20px;
	padding-top: 10px;
}

#lastPrimary {
	margin-bottom: 0;
	padding-bottom: 30px;
}

.primary {
	margin: 0 0 40px 0;
}

.primaryInner h2 {
	margin: 0 0 10px 20px;
}

.primaryInner p {
	margin: 0 0 15px 20px;
}

.costTable {
	margin: 0 10px 0 10px;
}

.mainTable {
	margin: 0 0 5px 0;
	border-collapse: collapse;
}

.mainTable span {
	display: inline;
	background: none;
	color: #f00;
}

.mainTable th,
.mainTable td {
	padding: 5px 0 5px 0;
	border: #ccc solid 1px;
	text-align: center;
}

.mainTable th {
	background: #eee;
	color: #999;
}

.tableAssist th,
.tableAssist td {
	font-size: 10px;
}

.fontAssist td {
	font-size: 11px;
}

.alignAssist td {
	text-align: left;
	vertical-align: top;
	padding: 5px;
}

.w70 {
	width: 70px;
}

.w120 {
	width: 120px;
}

#return {
	margin: 15px 0 50px 0;
}


/* イベントキャップ
------------------------------------------------*/
#eventCap {
	width: 490px;
	margin: 0 auto;
	padding-top: 25px;
}

#eventCap .section-lv2 {
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #999;
}

#eventCap .last-child {
	margin-bottom: 0;
	padding-bottom: 30px;
	border-bottom: none;
}

#evcKeyVisual {
	margin-bottom: 40px;
}

#eventCapPrice h2 {
	margin-bottom: 5px;
}



/* ---------- プリント申込フォーム ---------- */


/* ---------- プリント申込フォーム 確認 ---------- */
body.confirm #contentInner {
	margin-bottom: 30px;
}

body.confirm #wrapper h4 {
	margin: 15px 1px 15px 1px;
}

#submit ul {
	padding: 0 0 30px 150px;
}

#submit li {
	width: 150px;
	float: left;
}


#formPrev {
	display:block;
	width:134px;
	height:22px;
	padding:3px 0 0;
	background:url(../product/img/btn/btn_next.jpg) no-repeat 0 0;
	text-align:center;
}

#formPrev a {
	color:#000000;
	text-decoration:none;
}		

#formNext {
	display:block;
	width:134px;
	height:22px;
	padding:3px 0 0;
	background:url(../product/img/btn/btn_next.jpg) no-repeat 0 0;
	text-align:center;
}

#formNext a {
	color:#000000;
	text-decoration:none;
}		












/* ---------- プリント申込フォーム 完了 ---------- */

body#thanks5942 #wrapper {
	text-align: center;
	padding: 100px 0;
}




