@charset "utf-8";

/* --------------------------------------------------------------
CSS Information

File name:		order.css
Style Info:		受注カテゴリで使用する固有のスタイルを設定

Index:
		__1. カタログ番号指定
		__2. カタログ請求
			__2_1. トップ
			__2_2. アンケート
			__2_3. 完了
		__3. 購入履歴照会
			__3_1. 共通
			__3_2. 注文内容
		__4. カート
			__4_1. 共通
			__4_2. カート
			__4_3. 贈り主・お届け先設定
			__4_4. のし・包装設定
			__4_5. お支払い方法選択
			__4_6. 注文内容確認
			__4_7. 注文完了
		__5. 領収証印刷
		__6. お支払い情報入力
-------------------------------------------------------------- */


/*=====================================================
	__1. カタログ番号指定
=====================================================*/
body#catalogueNumber div#contents p.lead {
	float: left;
	width: 700px;
}
body#catalogueNumber div#contents p.btnGray {
	float: right;
	width: 152px;
}
body#catalogueNumber div#contents table {
	clear: both;
	padding-top: 50px;
}
body#catalogueNumber div#contents table td input {
	margin: 0 5px;
}

/*=====================================================
	__2. カタログ請求
=====================================================*/
/*	__2_1. トップ
------------------------------------------------*/
body#catalogueRequest01 form#main div div#contents div.section {
	width: 710px;
	padding-top: 65px;
	margin: 0 auto;
	background: url(../image/bg_arrow.png) no-repeat center 15px;
}
body#catalogueRequest01 form#main div div#contents div.section div#temp {
	padding: 35px;
	border: 1px solid #afafaf;
}
body#catalogueRequest01 form#main div div#contents div.section div#temp ul {
	padding-left: 37px;
	/zoom : 1;
}
body#catalogueRequest01 form#main div div#contents div.section div#temp ul:after { content: ''; display: block; clear: both; height: 0;}
body#catalogueRequest01 form#main div div#contents div.section div#temp ul li {
	float: left;
	margin-right: 100px;
}
body#catalogueRequest01 form#main div div#contents div.section div#temp ul li.lastChild {
	margin-right: 0;
}
body#catalogueRequest01 form#main div div#contents div.section div#temp ul li a {
	width: 220px;
}
/*	__2_2. アンケート
------------------------------------------------*/
/*
body#catalogueRequest02 div#contents p {
	margin-bottom: 30px;
}
body#catalogueRequest02 div#contents dl {
	border-bottom: 1px dotted #a3a3a3;
}
body#catalogueRequest02 div#contents dl dt {
	margin-bottom: 10px;
	padding: 10px 0 0 20px;
	border-top: 1px dotted #a3a3a3;
	font-weight: bold;
}
body#catalogueRequest02 div#contents dl dt.firstChild {
	border: 0;
}
body#catalogueRequest02 div#contents dl dt span {
	margin-left: 10px;
	font-weight: normal;
}
body#catalogueRequest02 div#contents dl dd {
	margin: 20px 0 0 20px;
}
body#catalogueRequest02 div#contents dl dd span {
	font-weight: bold;
}
body#catalogueRequest02 div#contents dl dd ul {
	margin: 0 0 10px 15px;
	/zoom : 1;
}
body#catalogueRequest02 div#contents dl dd ul:after { content: ''; display: block; clear: both; height: 0;}
body#catalogueRequest02 div#contents dl dd ul li {
	float: left;
	width: 180px;
	margin: 5px 10px 0 0;
}
*/
body#catalogueRequest02 div#contents div.choices table#choices-top {
	border-bottom: 1px dotted #a3a3a3;
}
body#catalogueRequest02 div#contents div.choices table#choices-top tr {
	margin-bottom: 0px;
	padding: 0px 0 0 0px;
	font-weight: bold;
}
body#catalogueRequest02 div#contents div.choices table#choices-top tr th {
	margin-left: 0px;
	font-weight: normal;
	background-color: #ffffff;
	font-weight: bold;
}
body#catalogueRequest02 div#contents div.choices table#choices-top tr th span {
	margin-left: 0px;
	font-weight: normal;
	background-color: #ffffff;
}
body#catalogueRequest02 div#contents div.choices table#choices-bottom {
	border-bottom: 1px dotted #a3a3a3;
}
body#catalogueRequest02 div#contents div.choices table#choices-bottom tr {
	margin-bottom: 0px;
	padding: 0px 0 0 0px;
	font-weight: bold;
}
body#catalogueRequest02 div#contents div.choices table#choices-bottom tr th {
	margin-left: 0px;
	font-weight: normal;
	background-color: #ffffff;
	font-weight: bold;
}
body#catalogueRequest02 div#contents div.choices table#choices {
	border-bottom: 1px dotted #a3a3a3;
}
body#catalogueRequest02 div#contents div.choices table#choices tr {
	margin-bottom: 0px;
	padding: 0px 0 0 0px;
	font-weight: bold;
}
body#catalogueRequest02 div#contents div.choices table#choices tr th {
	margin-left: 0px;
	font-weight: bold;
	background-color: #ffffff;
}
body#catalogueRequest02 div#contents div.choices table#choices tr th span {
	margin-left: 0px;
	font-weight: bold;
	background-color: #ffffff;
}
body#catalogueRequest02 div#contents div.choices table#choices tr td {
	margin: 0px 0 0 0px;
	font-weight: normal;
}
body#catalogueRequest02 div#contents div.choices table#choices tr td span {
	/*font-weight: bold;*/
}
body#catalogueRequest02 div#contents div.choices table#choices tr td ul {
	margin: 0 0 0px 0px;
	/zoom : 1;
}
body#catalogueRequest02 div#contents div.choices table#choices tr td ul:after { content: ''; display: block; clear: both; height: 0;}
body#catalogueRequest02 div#contents div.choices table#choices tr td ul li {
	float: left;
/* 2012.5.24 富士通）福住 修正 ここから */
	width: 250px;
/*	width: 180px; */
/* 2012.5.24 富士通）福住 修正 ここまで  */
	margin: 0px 0px 0 0;
}

/*	__2_3. 完了
------------------------------------------------*/
body#catalogueRequest03 div#contents h2 {
	margin-bottom: 30px;
	font-weight: bold;
}

/*=====================================================
	__3. 購入履歴照会
=====================================================*/
/*	__3_1. 共通
------------------------------------------------*/
body.check div#contents table.item {
	margin: -30px 0 0;
}
body.check div#contents table tr th.noshi {
	padding-left: 40px;
}
body.check div#contents table tr td ul.package {
	/zoom : 1;
}
body.check div#contents table tr td ul.package:after { content: ''; display: block; clear: both; height: 0;}
body.check div#contents table tr td ul.package li {
	float: left;
	margin-right: 20px;
	text-align: center;
}
body.check div#contents table tr td ul.package li img {
	border: 1px solid #b7b7b7;
}
body.check div#contents p.deliveryDate,
body.check div#contents p.message {
	margin: 10px 10px 50px 25px;
}
/*	__3_2. 注文内容
------------------------------------------------*/
body#orderHistory02 div#contents h2.orderNumber {
	margin-bottom: 30px;
	padding: 10px;
	border: 4px solid #e1e1e1;
	font-weight: bold;
}

/*=====================================================
	__4. カート
=====================================================*/
/*	__4_1. 共通
------------------------------------------------*/
body.cart div#contents table tr.total,
body.cart div#contents table tr.delivery {
	background-color: #fff;
}
body.cart div#contents table tr.total th,
body.cart div#contents table tr.delivery th,
body.cart div#contents table tr.total td,
body.cart div#contents table tr.delivery td {
	text-align: left;
}
body.cart div#contents table tr.total th,
body.cart div#contents table tr.total td {
	border-bottom: 0;
}
body.cart div#contents table tr.total td.price {
	text-align: center;
}
body.cart div#contents table tr.total td.note {
	color: #999;
	font-size: 85.7%;
}
body.cart div#contents table tr td.btnGray a {
	float: right;
	width: 80px;
}
body.cart div#contents table tr td.btnOrange a {
	float: right;
	width: 250px;
}
/*	__4_2. カート
------------------------------------------------*/
body#cart div#contents p.btnEmpty {
	float: right;
	margin-bottom: 15px;
}
body#cart div#contents table tr.total {
	color: #e30012;
	font-size: 116.7%;
}
body#cart div#contents div.section {
	padding-top: 65px;
	background: url(../image/bg_arrow.png) no-repeat center 15px;
}
body#cart div#contents div.section div {
	padding: 20px 0 20px 43px;
	border: 5px solid #eeeeee;
}
body#cart div#contents div.section div p {
	text-align: center;
	font-weight: bold;
}
body#cart div#contents div.section div ul {
	margin-top: 20px;
	/zoom : 1;
}
body#cart div#contents div.section div ul:after { content: ''; display: block; clear: both; height: 0;}
body#cart div#contents div.section div ul.send02 {
	margin-left: 123px;
}
body#cart div#contents div.section div ul li {
	float: left;
	width: 248px;
	padding: 14px 0;
	border: 1px solid #c7c7c7;
}
body#cart div#contents div.section div ul li.gift {
	margin-right: 20px;
}
body#cart div#contents div.section div ul li dl dt {
	margin: 0 12px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #141414;
	font-weight: bold;
}
body.cart div#contents ul.btns {
	/zoom : 0;
}
body#cart div#contents p.lead {
	float: left;
	width: 700px;
	font-size: 14px;
}

/*	__4_3. 贈り主・お届け先設定
------------------------------------------------*/
body#cartDestination div#contents h2 select {
	margin-left: 20px;
	letter-spacing: 0;
	font-size: 85.7%;
}
body#cartDestination div#contents h3 {
	min-height: 28px;
	height: auto !important;
	height: 28px;
	margin: 0px 0 25px;
	padding: 0.5em 0 0 35px;
	background: url(../image/bg_crosshead.png) no-repeat left center;
}
body#cartDestination div#contents h3 span {
	font-size: 116.7%;
	font-weight: bold;
}
body#cartDestination div#contents table.item {
	margin-top: -30px;
}
body#cartDestination div#contents table.item tr td table {
	margin-top: -10px;
}
body#cartDestination div#contents table.item tr.change {
	background-color: #fff;
}
body#cartDestination div#contents table.item tr.change td {
	padding-bottom: 30px;
	border-bottom: 0;
}
body#cartDestination div#contents table.item tr td table tr th,
body#cartDestination div#contents table.item tr td table tr td {
	padding: 0;
	border-bottom: 0;
	background-color: #fff;
}
body#cartDestination div#contents p.message {
	margin-top: 20px;
	text-align: right;
}
body#cartDestination div#contents p.message textarea {
	width: 840px;
	height: 90px;
}
body#cartDestination div#contents div.section {
	margin-left: 35px;
	margin-bottom: 20px;
	/zoom : 1;
}
body#cartDestination div#contents div.section:after { content: ''; display: block; clear: both; height: 0;}
body#cartDestination div#contents div.section ul {
	margin-top: 15px;
}
body#cartDestination div#contents div.section ul li {
	margin-top: 5px;
}
body#cartDestination div#contents div.section ul li span {
	font-weight: bold;
}
body#cartDestination div#contents div.section p.btnBlue {
	float: right;
	width: 152px;
}
/*	__4_4. のし・包装設定
------------------------------------------------*/
body#cartPackage div#contents h2 {
	margin: 50px 0 20px;
	/zoom: 1;
}
body#cartPackage div#contents h2 strong {
	margin: 0 50px 0 20px;
	text-shadow: none;
}
body#cartPackage div#contents h2 label {
	font-weight: normal;
	text-shadow: none;
}
body#cartPackage div#contents div.section {
	display: none;
	/zoom : 1;
}
body#cartPackage div#contents div.section:after { content: ''; display: block; clear: both; height: 0;}
/*	__4_4_1. のし・メッセージカード 
--------------------------------------*/
body#cartPackage div#contents div#noshiBlock h3 {
	margin: 15px 0;
}
body#cartPackage div#contents div#noshiBlock div.inner00 {
	position: relative;
	float: left;
	width: 302px;
	min-height: 158px;
	height: auto !important;
	height: 158px;
	padding: 13px 13px 13px 245px;
	background: no-repeat 210px 32px #f2f2f2;
	background-image: none;
}
body#cartPackage div#contents div#noshiBlock div.inner00 p.pic {
	position: absolute;
	top: 13px;
	left: 13px;
	border: 1px solid #c5c5c5;
}
body#cartPackage div#contents div#noshiBlock div.inner00 dl {
	margin-top: -15px;
}
body#cartPackage div#contents div#noshiBlock div.inner00 dl dt {
	margin-top: 15px;
}
body#cartPackage div#contents div#noshiBlock div.inner00 dl dt span {
	color: #ed5124;
}
body#cartPackage div#contents div#noshiBlock div.inner01 {
	position: relative;
	float: left;
	width: 302px;
	min-height: 158px;
	height: auto !important;
	height: 158px;
	padding: 13px 13px 13px 245px;
	background: url(../image/bg_noshi.png) no-repeat 210px 32px #f2f2f2;
}
body#cartPackage div#contents div#noshiBlock div.inner01 p.pic {
	position: absolute;
	top: 13px;
	left: 13px;
	border: 1px solid #c5c5c5;
}
body#cartPackage div#contents div#noshiBlock div.inner01 dl {
	margin-top: -15px;
}
body#cartPackage div#contents div#noshiBlock div.inner01 dl dt {
	margin-top: 15px;
}
body#cartPackage div#contents div#noshiBlock div.inner01 dl dt span {
	color: #ed5124;
}
body#cartPackage div#contents div#noshiBlock div.inner02 {
	float: right;
	width: 270px;
}
body#cartPackage div#contents div#noshiBlock div.inner02 dl {
	margin-top: -15px;
}
body#cartPackage div#contents div#noshiBlock div.inner02 dl dt {
	margin-top: 15px;
	padding-left: 15px;
	background: url(../image/icon_arrow_03.png) no-repeat left center;
}
body#cartPackage div#contents div#noshiBlock div.inner02 dl dd ul li {
	margin-bottom: 10px;
}
body#cartPackage div#contents div#noshiBlock div.inner02 dl dd dl {
	margin-top: 0;
}
body#cartPackage div#contents div#noshiBlock div.inner02 dl dd dl dt {
	margin-top: 0;
	padding-left: 0;
	background: none;
}
body#cartPackage div#contents div#noshiBlock div.inner03 {
	float: right;
	width: 270px;
	display: none;
}
body#cartPackage div#contents div#noshiBlock div.inner03 dl dd {
	margin-bottom: 10px;
}
body#cartPackage div#contents div#noshiBlock div.inner04 {
	float: right;
	width: 270px;
	display: none;
}
body#cartPackage div#contents div#noshiBlock div.inner04 dl dd {
	margin-bottom: 10px;
}
body#cartPackage div#contents div#noshiBlock div.oneday {
	position: relative;
	float: left;
    width: 550px;
	min-height: 198px;
	height: auto !important;
	height: 280px;
	padding: 13px 13px 13px 245px;
	background-image: none;
}
body#cartPackage div#contents div#noshiBlock div.oneday p.pic {
	position: absolute;
	top: 10px;
	left: 13px;
	border: 1px solid #c5c5c5;
}
body#cartPackage div#contents div#noshiBlock div.inner05 {
	float: right;
	width: 270px;
	display: none;
}
body#cartPackage div#contents div#noshiBlock div.inner05 dl dd {
	margin-bottom: 10px;
}
/*	__4_4_2. 包装紙
--------------------------------------*/
body#cartPackage div#contents div#packageBlock {
	overflow: hidden;
	width: 872px;
	margin-right: -12px;
	/zoom: 1;
}
body#cartPackage div#contents div#packageBlock div {
	/zoom : 1;
}
body#cartPackage div#contents div#packageBlock div:after { content: ''; display: block; clear: both; height: 0;}
body#cartPackage div#contents div#packageBlock div div {
	float: left;
	width: 152px;
	margin: 20px 12px 0 0;
	padding: 5px;
}
body#cartPackage div#contents div#packageBlock div div h3 {
	margin-left: 1em;
	text-indent: -1em;
}
body#cartPackage div#contents div#packageBlock div div p.pic {
	margin: 5px 0;
	border: 1px solid #c5c5c5;
}
/*	__4_4_2_A. 専用包装紙
--------------------------------------*/
body#cartPackage div#contents div#dedicatedPackageBlock {
	overflow: hidden;
	width: 872px;
	margin-right: -12px;
	/zoom: 1;
}
body#cartPackage div#contents div#dedicatedPackageBlock div {
	/zoom : 1;
}
body#cartPackage div#contents div#dedicatedPackageBlock div:after { content: ''; display: block; clear: both; height: 0;}
body#cartPackage div#contents div#dedicatedPackageBlock div div {
	float: left;
	width: 152px;
	margin: 20px 12px 0 0;
	padding: 5px;
}
body#cartPackage div#contents div#dedicatedPackageBlock div div h3 {
	margin-left: 1em;
	text-indent: -1em;
}
body#cartPackage div#contents div#dedicatedPackageBlock div div p.pic {
	margin: 5px 0;
	border: 1px solid #c5c5c5;
}
/*	__4_4_3. 挨拶状
--------------------------------------*/
body#cartPackage div#contents div#greetingBlock div.inner01 {
	float: left;
	width: 180px;
	margin-top: 15px;
}
body#cartPackage div#contents div#greetingBlock div.inner01 select {
	width: 180px;
}
body#cartPackage div#contents div#greetingBlock div.inner02 {
	position: relative;
	float: right;
	width: 457px;
	min-height: 198px;
	height: auto !important;
	height: 198px;
	margin-top: 15px;	
	padding: 13px 13px 15px 170px;
	background-color: #f2f2f2;
}
body#cartPackage div#contents div#greetingBlock div.inner02 h4 {
	font-weight: bold;
}
body#cartPackage div#contents div#greetingBlock div p.pic {
	position: absolute;
	top: 13px;
	left: 13px;
	border: 1px solid #c5c5c5;
}
/*	__4_4_4. 紙袋
--------------------------------------*/
body#cartPackage div#contents div#paperBagBlock table tr th {
	background-color: #fff;
}
body#cartPackage div#contents div#itemSizeLabel {
    border-top:1px solid #ccc;
    border-left:1px solid #ccc;
    border-right:1px solid #ccc;
    width:860px;
    clear:both;
    margin:10px 10px 0 10px;
    padding:10px;
    line-height:150%;
    font-size:14px;
    background-color:#eee;
}
body#cartPackage div#contents div#itemSizeBlock {
    border:1px solid #ccc;
    width:860px;
    clear:both;
    margin:0 10px 10px 10px;
    padding:10px;
    line-height:150%;
    font-size:14px;
}
/*	__4_5. お支払い方法選択
------------------------------------------------*/
body#cartPayment div#contents table.style02 td {
	padding: 10px 5px;
	text-align: right;
}
body#cartPayment div#contents table.style02 td input {
	text-align: right;
}
body#cartPayment div#contents table.style02 td.lastChild {
	text-align: left;
}
body#cartPayment div#contents div.noteBox {
	width: 860px;
	margin: -20px 0 50px;
	/zoom : 1;
}
body#cartPayment div#contents div.noteBox:after { content: ''; display: block; clear: both; height: 0;}
body#cartPayment div#contents div.noteBox ul {
	float: left;
	width: 670px;
}
body#cartPayment div#contents div.noteBox p {
	float: right;
	width: 182px;
}
body#cartPayment div#contents div.noteBox p a {
	width: 170px;
}
/*	__4_6. 注文内容確認
------------------------------------------------*/
body#cartCheck div#contents div.confirmBox {
	margin-bottom: 10px;
	/zoom : 1;
}
body#cartCheck div#contents div.confirmBox:after { content: ''; display: block; clear: both; height: 0;}
body#cartCheck div#contents div.confirmBox p.confirm {
	float: left;
	width: 680px;
}
body#cartCheck div#contents div.confirmBox p.action {
	float: right;
}
/*	__4_7. 注文完了
------------------------------------------------*/
body#cartDone div#contents h2 {
	font-size: 150%;
}
body#cartDone div#contents p {
	margin-top: 30px;
}
body#cartDone div#contents p strong {
	color: #e60012;
	font-size: 150%;
}
body#cartDone div#contents p strong a {
	color: #e60012;
}
body#cartDone div#contents p.btnOrange {
	margin: 10px 0 30px;
}
body#cartDone div#contents p.btnOrange a {
	width: 280px;
}

/*=====================================================
	__5. 領収証印刷
=====================================================*/
body#receiptPrint div#contents table th span.note {
	font-size: 85.7%;
}
body#receiptPrint div#contents p.btnBlue {
	margin: 35px 0 20px;
}
/*	__5_1. ポップアップ
------------------------------------------------*/
body#receiptPopup div#contents {
	width: 556px;
	margin: 10px auto;
}
body#receiptPopup div#contents div {
	position: relative;
	padding: 0 10px;
}
body#receiptPopup div#contents div.section01 {
	margin-bottom: 50px;
	padding-bottom: 150px;
	border-bottom: 1px solid #000;
}
body#receiptPopup div#contents div.section02 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px dashed #000;
}
body#receiptPopup div#contents div table tr td {
	padding: 0;
}
body#receiptPopup div#contents div table tr td.name {
	font-weight: bold;
}
body#receiptPopup div#contents div table tr.bottom td {
	padding-top: 120px;
}
body#receiptPopup div#contents div table tr.bottom td table td {
	padding: 10px 10px 30px 10px;
	border: 1px solid #000;
}
body#receiptPopup div#contents div.section03 p.head {
	position: absolute;
	top: 10px;
	left: 102px;
}
body#receiptPopup div#contents div.section03 p.price {
	position: absolute;
	top: 70px;
	left: 300px;
	font-size: 166.7%;
	font-weight: bold;
	text-align: right;
}

/*=====================================================
	__6. お支払い情報入力
=====================================================*/
body#paymentInfoDone div#contents h2 {
	font-size: 150%;
}
body#paymentInfoDone div#contents p {
	margin-top: 30px;
}
body#paymentInfoDone div#contents p strong {
	color: #e60012;
	font-size: 150%;
}

div#contents div.paymentType {
	padding: 20px;
	margin-bottom: 20px;
	border: 5px solid #eee;
}
div#contents div.paymentType h3 span {
	margin-right: 10px;
	font-size: 133%;
	font-weight: bold;
}
div#contents div.paymentType div {
	position: relative;
	width: 775px;
	margin: 0 22px;
}
div#contents div.paymentType div table {
	margin-bottom: 10px;
}
div#contents div.paymentType div p {
	margin: 10px 0;
}
div#contents div.paymentType div p.caption {
	margin: 30px 0;
}
div#contents div.paymentType div.credit p.caption {
	width: 550px;
}
div#contents div.paymentType div p.securityCode {
	position: absolute;
	top: -35px;
	right: -20px;
}

body#cart div#contents p.btnEmpty {
	float: right;
	margin-bottom: 15px;
}
body#cart div#contents table tr.total {
	color: #e30012;
	font-size: 116.7%;
}
body#cart div#contents div.section_1 {
	padding-top: 65px;
	background: url(../image/bg_arrow.png) no-repeat center 15px;
	margin-bottom: 30px;
}
body#cart div#contents div.section_1 .send_wrap {
	padding: 20px 0px;
	border: 5px solid #eeeeee;
}
body#cart div#contents div.section_1 div p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
body#cart div#contents div.section_1 div .send_box {
	margin-top: 20px;
	/zoom : 1;
	font-size: 16px;
	font-weight: bold;
	margin-left: 50px;
}
body#cart div#contents div.section_1 div .send_box a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;  
	opacity: 0.7;  
}

body#cart div#contents div.section_1 div ul:after { content: ''; display: block; clear: both; height: 0;}
body#cart div#contents div.section_1 div ul li {
	float: left;
	width: 355px;
	padding: 14px 0;
}
body#cart div#contents div.section_1 div ul li.send_2 {
	margin-left: 20px;
}
body.cart div#contents ul.btns {
	/zoom : 0;
}
.clear {
	clear: both;
}
body#cart div#contents p.lead {
	float: left;
	width: 700px;
	font-size: 14px;
}
p.siteTop {
	font-size: 93%;
	float:left;
	width: 300px;
	margin-top:10px;
}
p.siteTop a {
	color: #666666;
}
p.siteTop a:hover {
	color: #DD4237;
}
p.toTop2 {
	font-size: 93%;
	float:right;
	text-align:right;
	width: 300px;
	margin-top:10px;
}



/*	レッドボタン2
--------------------------------------*/
div#contents .btnRed2 a {
	display: block;
	width: 90px;
	padding: 8px 5px;
	border: 1px solid #F46758;
	color: #FFFFFF;
	line-height: 1.3;
	text-align: center;
	text-decoration: none;
	text-shadow: 0px 2px 2px #DB1600;
	letter-spacing: 3px;
	background-image: -moz-linear-gradient(top, #F64600, #EE1500);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#F64600), to(#EE1500));
	background-image: -o-linear-gradient(top, #F64600, #EE1500);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F64600', endColorstr='#EE1500');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F64600', endColorstr='#EE1500')";
	background-image: linear-gradient(top, #F64600, #EE1500);
	-moz-border-radius:	4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	font-weight:bold;
}
div#contents .btnRed2 a:link 	{
	color: #FFFFFF;
}
div#contents .btnRed2 a:visited {
	color: #FFFFFF;
}
div#contents .btnRed2 a:hover {
	background-image: -moz-linear-gradient(top, #F7794B, #F15A4B);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#F7794B), to(#F15A4B));
	background-image: -o-linear-gradient(top, #F7794B, #F15A4B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7794B', endColorstr='#F15A4B');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F7794B', endColorstr='#F15A4B')";
	background-image: linear-gradient(top, #F7794B, #F15A4B);
	-webkit-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 4px rgba(0,0,0,0.3);
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
}
div#contents .btnRed2 a:active {
	border: dashed 1px #000000;
	position: relative;
    top: 1px;
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5); 
}



/*
===========================================================
check_item
===========================================================
*/

.check {
	margin:50px auto 10px;
	width: 860px;
}
* html .check * {
zoom:1;
}
.checklist {
width:726px;
}
.checklist ul li {
float:left;
width:108px;
padding:0 15px 0 14px;
line-height:1.4;
}
.checklist ul li a img {
width:108px;
height:108px;
border:1px solid #e1e1e1;
}
.checklist ul li a:hover img {
opacity:0.7;
filter:alpha(opacity=70);
}
.checklist ul li p {
padding:5px 0 0 0;
color:#000000;
}

.jcarousel-skin-tango .jcarousel-container {
    background: #EFEFEF;
}

.jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 489px;
    padding: 10px 30px;
}

.jcarousel-skin-tango .jcarousel-container-vertical {
    background: none repeat scroll 0 0 #FFFFFF;
    padding: 20px 0;
}

.jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.jcarousel-skin-tango .jcarousel-clip-horizontal {
    width:  489px;
}

.jcarousel-skin-tango .jcarousel-clip-vertical {
    height: 400px;
}

.jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
    margin-right: 16px;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-item-horizontal {
	margin-left: 10px;
    margin-right: 0;
}

.jcarousel-skin-tango .jcarousel-item-placeholder {
    background: #fff;
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 30px;
    right: 10px;
    width: 12px;
    height: 70px;
    cursor: pointer;
    background: transparent url(/new/common/images/check_right.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -12px 0;
}

.jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -36px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 30px;
    left: 10px;
    width: 12px;
    height: 70px;
    cursor: pointer;
    background: transparent url(/new/common/images/check_left.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -12px 0;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -24px 0;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -36px 0;
}

/**
 *  Vertical Buttons
 */
.jcarousel-skin-tango .jcarousel-next-vertical {
    position: absolute;
    top: 425px;
    left: 43px;
    width: 50px;
    height: 12px;
    cursor: pointer;
    background: transparent url(/new/common/images/osusume_bottom.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-next-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-vertical:focus {
    background-position: 0 -12px;
}

.jcarousel-skin-tango .jcarousel-next-vertical:active {
    background-position: 0 -24px;
}

.jcarousel-skin-tango .jcarousel-next-disabled-vertical,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-next-disabled-vertical:active {
    cursor: default;
    background-position: 0 -36px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical {
    position: absolute;
    top: 5px;
    left: 43px;
    width: 50px;
    height: 12px;
    cursor: pointer;
    background: transparent url(/new/common/images/osusume_top.gif) no-repeat 0 0;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-vertical:focus {
    background-position: 0 -12px;
}

.jcarousel-skin-tango .jcarousel-prev-vertical:active {
    background-position: 0 -24px;
}

.jcarousel-skin-tango .jcarousel-prev-disabled-vertical,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:hover,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:focus,
.jcarousel-skin-tango .jcarousel-prev-disabled-vertical:active {
    cursor: default;
    background-position: 0 -36px;
}

.jcarousel-skin-tango .jcarousel-prev-horizontal,
.jcarousel-skin-tango .jcarousel-next-horizontal {
top:34px;
}
.jcarousel-skin-tango .jcarousel-prev-horizontal {
left:8px;
}
.jcarousel-skin-tango .jcarousel-next-horizontal {
right:8px;
}
.pickup .jcarousel-skin-tango .jcarousel-prev-horizontal,
.pickup .jcarousel-skin-tango .jcarousel-next-horizontal {
top:15px;
}
.jcarousel-skin-tango .jcarousel-container-horizontal {
width:auto;
padding:12px 21px;
background:#efefef;
}
.pickup .jcarousel-skin-tango .jcarousel-container-horizontal {
padding:3px 11px;
}
.jcarousel-skin-tango .jcarousel-clip-horizontal {
width:685px;
}
.jcarousel-skin-tango .jcarousel-item-horizontal {
margin-right:0;
}
