@charset "euc-jp";
/*
-----------------------------------------------
★コンテンツ
/contents.css
----------------------------------------------- */

/* カラー
----------------------------------------------- */
.purple { color: #8369be; }	
.red { color: #ff0000; }
.pink { color: #ff3366; }
.blue { color: #6d95bd; }	

/* フォーム
----------------------------------------------- */
.box3 { width: 33px; }	/*W3*/
.box6 { width: 54px; }	/*W6*/
.box8 { width: 68px; }	/*W8*/
.box12 { width: 96px; }	/*W12*/
.box15 { width: 117px; }	/*W15*/
.box18 { width: 138px; }	/*W18*/
.box20 { width: 152px; }	/*W20*/
.box30 { width: 222px; }	/*W30*/
.box40 { width: 292px; }	/*W40*/
.box43 { width: 327px; }	/*W43*/

.area40 { width: 302px; height: 290px; }	/*W50×H20*/
.area55 { width: 407px; height: 134px;; }	/*W55×H8*/
.area60 { width: 442px; height: 290px; }	/*W60×H20*/


/* 写真
----------------------------------------------- */
.picture {
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
}


/* テキスト打ち消し線
----------------------------------------------- */
.line-price {
	text-decoration: line-through;
}


/* インデント
----------------------------------------------- */
.indent12 { margin-left: 12px; 
}


/* ページタイトル
----------------------------------------------- */
#maintitle {
	width: 740px;
	margin: 18px auto 0 auto;
	background-color: #fff0f0;
	background-image: url("./../img/title_back.gif");
	background-repeat: no-repeat;
	text-align: left;
}

#maintitle03 {
	width: 100%;
	margin: 0 auto;
	background-color: #fff0f0;
	text-align: left;
}

#maintitle03 img {
	margin: 7px 0 7px 15px;
	background-color: #fff0f0;
	text-align: left;
}

#line-detail {
	width: 100%;
	margin: 0 0 15px 0;
}

#line {
	width: 740px;
	margin: 0 0 22px 0;
}


/* フォームボタン
----------------------------------------------- */
.button {
	padding: 30px 0 45px 0;
	text-align: center;
}


/* ベリサイン
----------------------------------------------- */
#verisign {
	width: 575px;
	margin: 0 auto;
}


/* ページトップ
----------------------------------------------- */
.ptop {
	border: 0;
	margin: 0;
	padding: 16px 0;
	width: 740px;
	text-align: right;
}

.ptop2 {
	border: 0;
	margin: 0;
	padding: 16px 0 0 0;
	width: 740px;
	text-align: right;
}


/* その他
----------------------------------------------- */
#flow-pict {
	margin: 18px auto 0 auto;
}