@charset "utf-8";

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
ページタイトル	
=============================================== */
/* 2カラム用
----------------------------------------------- */
.pageTitle2col {
	float: left;
	width: 775px;
	height: 41px;
	padding: 14px 0px 0px 20px;
	margin-bottom: 5px;
	background: url('../img/pageTitle2col.png') no-repeat;
	color: #6eae3d;
	font-size: 18px;
	font-weight: bold;
}
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
	margin-bottom: 10px;
	text-align: center;
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
	margin: 0 auto;
	width: 100%;
}

.zipimg img {
	vertical-align: middle;
}


/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
	width: 100%;
}

div#mynavi_area {
	width: 100%;
}

div#mycontents_area {
	width: 100%;
}
div#mynavi_area .mynavi_list {
	margin-bottom: 20px;
	width: 100%;
}

div#mynavi_area .mynavi_list li {
	margin:0 15px 5px 0;
	padding-left: 15px;
	float: left;
	background: url('../img/icon/ico_arrow_01.gif') no-repeat left ;
	font-size: 120%;
}

div#mynavi_area div.point_announce {
	margin-bottom: 30px;
	padding: 10px;
	border: solid 1px #ffcc62;
	background-color: #fffaf0;
}

div#mynavi_area div.point_announce p {
	padding-left: 20px;
	background: url('../img/icon/ico_point.gif') no-repeat left ;
}

div#mycontents_area p.inforamtion {
	margin-bottom: 20px;
}

div#mypagecolumn h4 {
	margin: 10px auto;
	border-bottom: 1px solid #999;
	text-align: left;
	font-size: 120%;
}

div#mypagecolumn .paging {
	padding:10px 0 0 0;
}

div#mypagecolumn .paging ul {
	width: 100%;
	text-align: left;
}

div#mypagecolumn .paging li {
	display: inline;
}


/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
	margin: 0 auto 20px 0;
	padding: 10px;
	border: solid 1px #ccc;
	width: 97%;
	background: #f9f9f9;
}

div#mycontents_area div.mycondition_area p {
	float: left;
}

div#mycontents_area div.mycondition_area .btn {
	width: 160px;
	margin-top: 15px;
	float: right;
}

.add_address {
	margin-bottom: 20px;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
	margin: 30px auto;
	padding: 30px;
	border: 1px solid #ccc;
	text-align: center;
}

div#mycontents_area .message_area p {
	margin-bottom: 20px;
}


/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
	width: 100%;
}

div#undercolumn_entry .kiyaku_text {
	margin: 20px auto;
	padding: 10px;
	border: solid 1px #ccc;
	width: 94%;
	background: #fff;
}


/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
	margin: 0 auto;
	width: 790px;
}

div#undercolumn_login .login_area {
	margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
	margin: 15px auto 15px auto;
	padding: 15px 20px 10px 20px;
	background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox .btn_area {
	margin-top: 0;
}


/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
	width:80%;
	margin: 30px auto;
	padding: 30px;
	border: 1px solid #ccc;
	text-align: center;
}

div#undercolumn_error .message_area .error {
	padding: 120px 0;
}


/* ==============================================
▼商品一覧
=============================================== */
/* 件数表示
----------------------------------------------- */
#resultInfo {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#resultInfo span {
	font-size: 16px;
	color: #ff0000;
}


/* ページ送り
----------------------------------------------- */
.pagenumber_area {
	margin-bottom: 10px;
}

.pagecond_area {
	float: left;
	width: 773px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

.pagenumber_area {
	margin: 20px 5px 10px 10px;
}

.pagenumber_area .navi {
	float: left;
	font-size: 12px;
}

.pagenumber_area .navi span {
	float: left;
	margin-right: 5px;
	padding: 6px 10px;
	border: 2px solid #d9d9d9;
	font-weight: bold;
}

.pagenumber_area .navi a {
	float: left;
	display: block;
	margin-right: 5px;
	padding: 6px 10px;
	border: 2px solid #d9d9d9;
}

.pagenumber_area .navi a:hover {
	display: block;
	background: #f0f0f0;
	border: 2px solid #d9d9d9;
}

.pagenumber_area .beforeNext {
	float: left;
	display: block;
	padding: 6px 10px;
	border: 2px solid #d9d9d9;
	font-weight: bold;
}

.pagenumber_area .change {
	float: right;
	text-align: right;
	white-space: nowrap;
	color: #333;
}

.pagenumber_area .change a {
	margin-right: 10px;
	font-size: 14px;
}

.pagenumber_area .change select {
	width: 64px;
	padding: 4px;
	margin-right: 10px;
	border: 2px solid #d9d9d9;
}


/* レイアウト
----------------------------------------------- */
.colMainProducts {
	float: left;
	width: 763px;
	margin-bottom: 30px;
	padding: 15px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
}

.colMainProductsLeft {
	float: left;
	width: 120px;
	margin-right: 20px;
}

.colMainProductsLeftPicture {
	width: 120px;
	margin-bottom: 10px;
}

.colMainProductsInfoBtn {
	width: 120px;
	height: 35px;
}

.colMainProductsRight {
	float: left;
	width: 623px;
}

.colMainProductsRightStatus {
	float: left;
	width: 623px;
}

.colMainProductsRightStatus li {
	float: left;
	margin-right: 10px;
}

.colMainProductsRightStatus img {
	width: 75px;
	height: 20px;
}

.colMainProductsRightInfo01 {
	float: right;
	width: 623px;
	margin: 5px 0px;
}

.colMainProductsRightInfo01 dt {
	float: left;
}

.colMainProductsRightInfo01 a {
	font-size: 16px;
	font-weight: bold;
}

.colMainProductsRightInfo02 {
	float: right;
	width: 623px;
	padding: 5px 0px;
	margin-bottom: 5px;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
}

.colMainProductsRightInfo02PriceURL {
	margin-bottom: 4px;
}

.colMainProductsRightInfo02PriceTitle {
	color: #ff0000;
}

.colMainProductsRightInfo02Price {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.colMainProductsRightComment {
	float: right;
	width: 623px;
	margin-bottom: 15px;
}

.colMainProductsCart {
	float: left;
	width: 731px;
	padding: 15px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background: #f0f0f0;
	text-align: right;
}

.colMainProductsCartValueInput {
	width: 32px;
	padding: 2px;
	border: 2px solid #d9d9d9;
	text-align: right;
}

.colMainProductsCartBtn {
	width: 120px;
	height: 30px;
	vertical-align: middle;
}

.colMainProductsCart span {
	margin: 0px 10px 0px 3px;
}


div.list_area {
	padding: 0 0 30px 0;
	width: 100%;
	overflow: auto;
	clear: both;
}

div.listphoto {
	float: left;
}


/* メインカラム用 1カラム時*/
#one_maincolumn div.listrightbloc {
	float: right;
}


/* メインカラム用 2カラム時*/
#two_maincolumn_right div.listrightbloc ,
#two_maincolumn_left div.listrightbloc {
	float: right;
}


/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
	float: right;
}


/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
	margin-bottom: 10px;
	width: 100%;
}

div.listrightbloc ul.status_icon li {
	margin-right: 5px;
	float: left;
}


/* 商品名 */
div.listrightbloc h3 {
	font-weight: bold;
	font-size: 120%;
}


/* コメント */
div.listrightbloc .listcomment {
	margin: 0 0 10px 0;
	text-align: left;
	color: #666;
}


/* 商品詳細を見る */
div.listrightbloc .detail_btn {
	margin-bottom: 20px;
}


/* 価格 */
div.listrightbloc .pricebox {
	margin: 0 0 10px 0;
}


/* 買い物かご */
div.listrightbloc .cart_area {
	padding: 10px;
	border: 1px solid #cee0f4;
	background-color: #e9f1fa;
	width: 94%;
}


/* 規格 */
div.listrightbloc .classlist {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}

div.listrightbloc dl {
	width: 100%;
}

div.listrightbloc dt {
	display: inline-block;
	vertical-align: top;
}

div.listrightbloc dd {
	padding-bottom: 10px;
	display: inline-block;
}

div.listrightbloc dd p.attention {
	margin-top: 5px;
}


/* カゴに入れる */
div.listrightbloc .cartin {
	margin: 0;
	float :right;
}

div.listrightbloc .cartin .quantity {
	padding: 3px 10px 0 0;
	width: 150px;
	float :left;
	text-align: right;
}

div.listrightbloc .cartin .quantity .box {
	width: 70px;
}

div.listrightbloc .cartin_btn {
	width: 160px;
	float :left;
}


/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト
	tplファイルのマークアップが同じ項目
	*1カラム時 [one_maincolumn]
	*2カラム時 [two_maincolumn_left]
			   [two_maincolumn_right]
	*3カラム時 [three_maincolumn]
----------------------------------------------- */
#productsInfoMain {
	float: left;
	width: 763px;
	margin-bottom: 30px;
	padding: 15px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
}


#detailarea ,
.sub_area {
	margin-bottom: 20px;
	width: 100%;
}

div.subphotoimg p {
	clear:both;
}
/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
	width: 37%;
	float: left;
}

#one_maincolumn div#detailrightbloc {
	width: 63%;
	float: right;
}

#one_maincolumn div.subtext {
	margin-bottom: 20px;
	float: left;
	width: 69%;
	color:#666;
}

#one_maincolumn div.subphotoimg {
	float: right;
	width: 25%;
	text-align: right;
}

#one_maincolumn p.subtext {
	margin-bottom: 20px;
}

/* 2カラム用 */
#two_maincolumn_left div#detailphotobloc ,
#two_maincolumn_right div#detailphotobloc {
	float: left;
	width: 37%;
}

#two_maincolumn_left div#detailrightbloc ,
#two_maincolumn_right div#detailrightbloc {
	float: right;
	width: 63%;
}

#two_maincolumn_left div.subtext,
#two_maincolumn_right div.subtext {
	margin-bottom: 20px;
	float: left;
	width: 73%;
}

#two_maincolumn_left p.subtext,
#two_maincolumn_right p.subtext {
	margin-bottom: 20px;
}

#two_maincolumn_left div.subphotoimg ,
#two_maincolumn_right div.subphotoimg {
	float: right;
	width: 25%;
	text-align: right;
}

/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
	float: left;
	width: 49%;
}

#three_maincolumn div#detailrightbloc {
	float: right;
	width: 50%;
}

#three_maincolumn div.subtext {
	margin-bottom: 20px;
	float: left;
	width: 63%;
}

#three_maincolumn p.subtext {
	margin-bottom: 20px;
}

#three_maincolumn div.subphotoimg {
	float: right;
	width: 35%;
	text-align: right;
}


/* 商品情報 各種設定
----------------------------------------------- */
.colMainProductsLeft {
	float: left;
	width: 120px;
	margin-right: 20px;
}

.colMainProductsLeftPicture {
	width: 120px;
	margin-bottom: 10px;
}

.colMainProductsInfoBtn {
	width: 120px;
	height: 35px;
}

.colMainProductsRight {
	float: left;
	width: 623px;
}

.colMainProductsRightStatus {
	float: left;
	width: 623px;
}

.colMainProductsRightStatus li {
	float: left;
	margin-right: 10px;
}

.colMainProductsRightStatus img {
	width: 75px;
	height: 20px;
}

.colMainProductsRightInfo01 {
	float: right;
	width: 623px;
	margin: 5px 0px;
}

.colMainProductsRightInfo01 h2 {
	color: #808080;
	font-size: 16px;
	font-weight: bold;
}

.colMainProductsRightInfo02 {
	float: right;
	width: 623px;
	padding: 5px 0px;
	margin-bottom: 5px;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
}

.colMainProductsRightInfo02PriceURL {
	margin-bottom: 4px;
}

.colMainProductsRightInfo02PriceTitle {
	color: #ff0000;
}

.colMainProductsRightInfo02Price {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.colMainProductsRightComment {
	float: right;
	width: 623px;
	margin-bottom: 15px;
}


.colMainProductsCart {
	float: left;
	width: 731px;
	padding: 15px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background: #f0f0f0;
	text-align: right;
}

.colMainProductsCartBtn {
	width: 120px;
	height: 30px;
	vertical-align: middle;
}

.colMainProductsCart select {
	width: 35px;
}

.colMainProductsCart span {
	margin: 0px 10px 0px 3px;
}


.colMainProductsFeature {
	float: left;
	margin-top: 20px;
}

.colMainProductsFeature h3 {
	width: 735px;
	padding: 10px;
	margin-bottom: 15px;
	border-left: 5px solid #808080;
	border-bottom: 1px dotted #808080;
	font-size: 14px;
	font-weight: bold;
	color: #ff6c00;

}

.colMainProductsFeature p {
	width: 740px;
	padding-left: 15px;
	margin-bottom: 15px;
}



#colMainProductsRecommend {
	float: left;
}

#colMainProductsRecommend h3 {
	width: 731px;
	padding: 10px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background: #ff6c00;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#colMainProductsRecommendSection {
	float: left;
	width: 763px;
	padding: 0px;
}

.colMainProductsRecommendMakerName {
	font-size: 12px;
}

.colMainProductsRecommendProductsName a {
	font-size: 12px;
	font-weight: bold;
}

.colMainProductsRecommendPrice {
	color: #f00000;
	font-weight: bold;
	font-size: 12px;
}

.colMainProductsRecommendComment {
	padding: 5px 0px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}


#colMainProductsCustomerVoice {
	float: left;
}

#colMainProductsCustomerVoice h3 {
	width: 731px;
	padding: 10px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background: #ff6c00;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#colMainProductsCustomerVoiceWrite {
	width: 723px;
	padding: 10px 20px;
	background: #f0f0f0;
}
#colMainProductsCustomerVoiceWrite img {
	vertical-align: middle;
}

#colMainProductsCustomerVoiceContents {
	width: 723px;
	margin-top: 20px;
	padding: 0px 20px;
}

#colMainProductsCustomerVoiceContents h4 {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #d6d6d6;
}

.customerVoiceInfo {
	padding: 5px 10px;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}

.customerVoiceContent {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #d6d6d6;
}



div#detailrightbloc h2 {

	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	color: #666;
	background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
	font-weight: bold;
	font-size: 16%;

}

div#detailrightbloc .point ,
div#detailrightbloc .relative_cat {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

div#detailrightbloc .main_comment {
	margin-bottom: 20px;
	color: #666;
}


/* 商品ステータス */
div#detailrightbloc ul.status_icon {
	margin-bottom: 10px;
	width: 100%;
}

div#detailrightbloc ul.status_icon li {
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
}


/* 規格 */
div#detailrightbloc div.classlist {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}

div#detailrightbloc .classlist {
	margin-bottom: 5px;
}

div#detailrightbloc ul {
	margin-bottom: 10px;
	width: 100%;
}

div#detailrightbloc ul li {
	vertical-align: top;
	float: left;
}


/* 買い物かご */
div#detailrightbloc .cartin {
	text-align: center;
}

div#detailrightbloc .cartin_btn {
	text-align: center;
}

div#detailrightbloc .favorite_btn {
	text-align: center;
	margin-top: 10px;
}


/* お客様の声
----------------------------------------------- */
div#customervoice_area {
	clear: both;
	padding: 35px 0 0 0;
}

div#customervoice_area h2 {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
	border: solid 1px #ccc;
	font-weight:normal;
	font-size: 14px;
	line-height: 33px;
}

div#customervoice_area .review_bloc {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
	padding-top: 3px;
	margin-right: 10px;
	float: left;
}

div#customervoice_area review_bloc .review_btn {
	float: right;
	width: 160px;
}

div#customervoice_area ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

div#customervoice_area .voicetitle {
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
}

div#customervoice_area .voicedate {
	margin-bottom: 10px;
}

div#customervoice_area .voicecomment {
	color: #666;
}


/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */

div#whobought_area {
	clear: both;
	padding: 35px 0 0 0;
}




div#whobought_area h2 {
	border: solid 1px #ccc;
	background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight:normal;
	line-height: 33px;
}



/* ***********************************************
▼カートの中
*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
#undercolumn_cart {
	float: left;
}

div#undercolumn_cart .point_announce {
	margin-bottom: 20px;
	border: solid 1px #ffcc62;
	background: #fffaf0;
	font-size: 120%;
	text-align: center;
	line-height: 140%;
}

div#undercolumn_cart .totalmoney_area {
	margin-bottom: 20px;
}

div#undercolumn_cart p {
	margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
	padding: 3px;
	display: inline;
}

div#undercolumn .empty {
	text-align: left;
}


div.form_area {
	margin-bottom: 30px;
}


/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
	width: 790px;
}

.flow_area {
	margin: 0 0 20px 0;
}

div#undercolumn_customer th em {
	color: #000;
	font-weight: bold;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
	margin: 0 auto 30px;
	width: 100%;
}

div#undercolumn_shopping .pay_area02 {
	margin: 40px auto 30px auto;
}

div#undercolumn_shopping .pay_area02 .txtarea {
	margin: 5px 0 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	width: 99%;
	height: 150px;
}

div#undercolumn_shopping .pay_area02 .select-msg {
	margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
	margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
	padding: 20px;
	border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
	margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
	margin-bottom: 5px;
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
	margin-bottom: 10px;
	width: 100%;
}

#address_area .information {
	width: 65%;
	float: left;
}

#undercolumn_shopping .information {
	margin-bottom: 15px;
}

#address_area .add_multiple {
	padding: 15px 10px;
	border: 1px solid #ffcc62;
	float: right;
	width: 30%;
	color: #555;
	background: #fffaf0;
	text-align: center;
	font-weight: bold;
}

#address_area .add_multiple p {
	margin-bottom: 10px;
}

#address_area p.addbtn {
	font-weight: bold;
	font-size: 10px;
}


/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #333;
	width: 566px;
}

/* ==============================================
▼プライバシーポリシー
=============================================== */

#colMainPolicy {
	float: left;
	width: 743px;
	padding: 25px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	line-height: 2em;
}

#colMainPolicy .message {
	margin: 20px 0px 0px 0px;
}

#colMainPolicy .article {
	margin: 0px 0px 5px 10px;
	font-size: 14px;
}

#colMainPolicy .article {
	margin: 0px 0px 5px 10px;
	font-size: 14px;
}

#colMainPolicy .subArticle {
	margin: 0px 0px 5px 70px;
}

#colMainPolicy ul {
	margin-left: 90px;
}

#colMainPolicy li {
	list-style-type: decimal;
}


#colMainPolicy dl {
	margin-top: 30px;
}

#colMainPolicy dt {
	float: left;
	width: 100px;
}

#colMainPolicy dd {
@charset "utf-8";

/************************************************
 各ページコンテンツ用
************************************************ */
/* ==============================================
ページタイトル	
=============================================== */
/* 2カラム用
----------------------------------------------- */
.pageTitle2col {
	float: left;
	width: 775px;
	height: 41px;
	padding: 14px 0px 0px 20px;
	margin-bottom: 5px;
	background: url('../img/pageTitle2col.png') no-repeat;
	color: #6eae3d;
	font-size: 18px;
	font-weight: bold;
}
/* ==============================================
▼TOP
=============================================== */
/* メインイメージ
----------------------------------------------- */
#main_image {
	margin-bottom: 10px;
	text-align: center;
}

/* ==============================================
▼下層
=============================================== */
/* ==============================================
▼ガイド
=============================================== */
/* ◎◎について
----------------------------------------------- */
div#undercolumn_aboutus {
}

/* 特定商取引法
----------------------------------------------- */
div#undercolumn_order {
}

/* お問い合わせ
----------------------------------------------- */
div#undercolumn_contact {
	margin: 0 auto;
	width: 100%;
}

.zipimg img {
	vertical-align: middle;
}


/* ==============================================
▼MYページ
=============================================== */
/* 共通設定
----------------------------------------------- */
div#mypagecolumn {
	width: 100%;
}

div#mynavi_area {
	width: 100%;
}

div#mycontents_area {
	width: 100%;
}
div#mynavi_area .mynavi_list {
	margin-bottom: 20px;
	width: 100%;
}

div#mynavi_area .mynavi_list li {
	margin:0 15px 5px 0;
	padding-left: 15px;
	float: left;
	background: url('../img/icon/ico_arrow_01.gif') no-repeat left ;
	font-size: 120%;
}

div#mynavi_area div.point_announce {
	margin-bottom: 30px;
	padding: 10px;
	border: solid 1px #ffcc62;
	background-color: #fffaf0;
}

div#mynavi_area div.point_announce p {
	padding-left: 20px;
	background: url('../img/icon/ico_point.gif') no-repeat left ;
}

div#mycontents_area p.inforamtion {
	margin-bottom: 20px;
}

div#mypagecolumn h4 {
	margin: 10px auto;
	border-bottom: 1px solid #999;
	text-align: left;
	font-size: 120%;
}

div#mypagecolumn .paging {
	padding:10px 0 0 0;
}

div#mypagecolumn .paging ul {
	width: 100%;
	text-align: left;
}

div#mypagecolumn .paging li {
	display: inline;
}


/* 購入履歴一覧/詳細
----------------------------------------------- */
div#mycontents_area div.mycondition_area {
	margin: 0 auto 20px 0;
	padding: 10px;
	border: solid 1px #ccc;
	width: 97%;
	background: #f9f9f9;
}

div#mycontents_area div.mycondition_area p {
	float: left;
}

div#mycontents_area div.mycondition_area .btn {
	width: 160px;
	margin-top: 15px;
	float: right;
}

.add_address {
	margin-bottom: 20px;
}


/* 会員登録内容変更/退会
----------------------------------------------- */
div#mycontents_area .message_area {
	margin: 30px auto;
	padding: 30px;
	border: 1px solid #ccc;
	text-align: center;
}

div#mycontents_area .message_area p {
	margin-bottom: 20px;
}


/* ==============================================
▼会員登録
=============================================== */
div#undercolumn_entry {
	width: 100%;
}

div#undercolumn_entry .kiyaku_text {
	margin: 20px auto;
	padding: 10px;
	border: solid 1px #ccc;
	width: 94%;
	background: #fff;
}


/* ==============================================
▼ログイン
=============================================== */
div#undercolumn_login {
	margin: 0 auto;
	width: 790px;
}

div#undercolumn_login .login_area {
	margin-bottom: 30px;
}

div#undercolumn_login .login_area .inputbox {
	margin: 15px auto 15px auto;
	padding: 15px 20px 10px 20px;
	background: #f0f0f0;
}

div#undercolumn_login .login_area .inputbox .btn_area {
	margin-top: 0;
}


/* ==============================================
▼エラー
=============================================== */
div#undercolumn_error .message_area {
	width:80%;
	margin: 30px auto;
	padding: 30px;
	border: 1px solid #ccc;
	text-align: center;
}

div#undercolumn_error .message_area .error {
	padding: 120px 0;
}


/* ==============================================
▼商品一覧
=============================================== */
/* 件数表示
----------------------------------------------- */
#resultInfo {
	float: left;
	width: 100%;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 15px;
}

#resultInfo span {
	font-size: 16px;
	color: #ff0000;
}


/* ページ送り
----------------------------------------------- */
.pagenumber_area {
	margin-bottom: 10px;
}

.pagecond_area {
	float: left;
	width: 773px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #ccc;
}

.pagenumber_area {
	margin: 20px 5px 10px 10px;
}

.pagenumber_area .navi {
	float: left;
	font-size: 12px;
}

.pagenumber_area .navi span {
	float: left;
	margin-right: 5px;
	padding: 6px 10px;
	border: 2px solid #d9d9d9;
	font-weight: bold;
}

.pagenumber_area .navi a {
	float: left;
	display: block;
	margin-right: 5px;
	padding: 6px 10px;
	border: 2px solid #d9d9d9;
}

.pagenumber_area .navi a:hover {
	display: block;
	background: #f0f0f0;
	border: 2px solid #d9d9d9;
}

.pagenumber_area .beforeNext {
	float: left;
	display: block;
	padding: 6px 10px;
	border: 2px solid #d9d9d9;
	font-weight: bold;
}

.pagenumber_area .change {
	float: right;
	text-align: right;
	white-space: nowrap;
	color: #333;
}

.pagenumber_area .change a {
	margin-right: 10px;
	font-size: 14px;
}

.pagenumber_area .change select {
	width: 64px;
	padding: 4px;
	margin-right: 10px;
	border: 2px solid #d9d9d9;
}


/* レイアウト
----------------------------------------------- */
.colMainProducts {
	float: left;
	width: 763px;
	margin-bottom: 30px;
	padding: 15px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
}

.colMainProductsLeft {
	float: left;
	width: 120px;
	margin-right: 20px;
}

.colMainProductsLeftPicture {
	width: 120px;
	margin-bottom: 10px;
}

.colMainProductsInfoBtn {
	width: 120px;
	height: 35px;
}

.colMainProductsRight {
	float: left;
	width: 623px;
}

.colMainProductsRightStatus {
	float: left;
	width: 623px;
}

.colMainProductsRightStatus li {
	float: left;
	margin-right: 10px;
}

.colMainProductsRightStatus img {
	width: 75px;
	height: 20px;
}

.colMainProductsRightInfo01 {
	float: right;
	width: 623px;
	margin: 5px 0px;
}

.colMainProductsRightInfo01 dt {
	float: left;
}

.colMainProductsRightInfo01 a {
	font-size: 16px;
	font-weight: bold;
}

.colMainProductsRightInfo02 {
	float: right;
	width: 623px;
	padding: 5px 0px;
	margin-bottom: 5px;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
}

.colMainProductsRightInfo02PriceURL {
	margin-bottom: 4px;
}

.colMainProductsRightInfo02PriceTitle {
	color: #ff0000;
}

.colMainProductsRightInfo02Price {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.colMainProductsRightComment {
	float: right;
	width: 623px;
	margin-bottom: 15px;
}

.colMainProductsCart {
	float: left;
	width: 731px;
	padding: 15px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background: #f0f0f0;
	text-align: right;
}

.colMainProductsCartValueInput {
	width: 32px;
	padding: 2px;
	border: 2px solid #d9d9d9;
	text-align: right;
}

.colMainProductsCartBtn {
	width: 120px;
	height: 30px;
	vertical-align: middle;
}

.colMainProductsCart span {
	margin: 0px 10px 0px 3px;
}


div.list_area {
	padding: 0 0 30px 0;
	width: 100%;
	overflow: auto;
	clear: both;
}

div.listphoto {
	float: left;
}


/* メインカラム用 1カラム時*/
#one_maincolumn div.listrightbloc {
	float: right;
}


/* メインカラム用 2カラム時*/
#two_maincolumn_right div.listrightbloc ,
#two_maincolumn_left div.listrightbloc {
	float: right;
}


/* メインカラム用 3カラム時*/
#three_maincolumn div.listrightbloc {
	float: right;
}


/* 商品情報 各種設定
----------------------------------------------- */
/* 商品ステータス */
div.listrightbloc ul.status_icon {
	margin-bottom: 10px;
	width: 100%;
}

div.listrightbloc ul.status_icon li {
	margin-right: 5px;
	float: left;
}


/* 商品名 */
div.listrightbloc h3 {
	font-weight: bold;
	font-size: 120%;
}


/* コメント */
div.listrightbloc .listcomment {
	margin: 0 0 10px 0;
	text-align: left;
	color: #666;
}


/* 商品詳細を見る */
div.listrightbloc .detail_btn {
	margin-bottom: 20px;
}


/* 価格 */
div.listrightbloc .pricebox {
	margin: 0 0 10px 0;
}


/* 買い物かご */
div.listrightbloc .cart_area {
	padding: 10px;
	border: 1px solid #cee0f4;
	background-color: #e9f1fa;
	width: 94%;
}


/* 規格 */
div.listrightbloc .classlist {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}

div.listrightbloc dl {
	width: 100%;
}

div.listrightbloc dt {
	display: inline-block;
	vertical-align: top;
}

div.listrightbloc dd {
	padding-bottom: 10px;
	display: inline-block;
}

div.listrightbloc dd p.attention {
	margin-top: 5px;
}


/* カゴに入れる */
div.listrightbloc .cartin {
	margin: 0;
	float :right;
}

div.listrightbloc .cartin .quantity {
	padding: 3px 10px 0 0;
	width: 150px;
	float :left;
	text-align: right;
}

div.listrightbloc .cartin .quantity .box {
	width: 70px;
}

div.listrightbloc .cartin_btn {
	width: 160px;
	float :left;
}


/* ==============================================
▼商品詳細
=============================================== */
/* レイアウト
	tplファイルのマークアップが同じ項目
	*1カラム時 [one_maincolumn]
	*2カラム時 [two_maincolumn_left]
			   [two_maincolumn_right]
	*3カラム時 [three_maincolumn]
----------------------------------------------- */
#productsInfoMain {
	float: left;
	width: 763px;
	margin-bottom: 30px;
	padding: 15px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
}


#detailarea ,
.sub_area {
	margin-bottom: 20px;
	width: 100%;
}

div.subphotoimg p {
	clear:both;
}
/* レイアウト
----------------------------------------------- */
/* 1カラム用 */
#one_maincolumn div#detailphotobloc {
	width: 37%;
	float: left;
}

#one_maincolumn div#detailrightbloc {
	width: 63%;
	float: right;
}

#one_maincolumn div.subtext {
	margin-bottom: 20px;
	float: left;
	width: 69%;
	color:#666;
}

#one_maincolumn div.subphotoimg {
	float: right;
	width: 25%;
	text-align: right;
}

#one_maincolumn p.subtext {
	margin-bottom: 20px;
}

/* 2カラム用 */
#two_maincolumn_left div#detailphotobloc ,
#two_maincolumn_right div#detailphotobloc {
	float: left;
	width: 37%;
}

#two_maincolumn_left div#detailrightbloc ,
#two_maincolumn_right div#detailrightbloc {
	float: right;
	width: 63%;
}

#two_maincolumn_left div.subtext,
#two_maincolumn_right div.subtext {
	margin-bottom: 20px;
	float: left;
	width: 73%;
}

#two_maincolumn_left p.subtext,
#two_maincolumn_right p.subtext {
	margin-bottom: 20px;
}

#two_maincolumn_left div.subphotoimg ,
#two_maincolumn_right div.subphotoimg {
	float: right;
	width: 25%;
	text-align: right;
}

/* 3カラム用 */
#three_maincolumn div#detailphotobloc {
	float: left;
	width: 49%;
}

#three_maincolumn div#detailrightbloc {
	float: right;
	width: 50%;
}

#three_maincolumn div.subtext {
	margin-bottom: 20px;
	float: left;
	width: 63%;
}

#three_maincolumn p.subtext {
	margin-bottom: 20px;
}

#three_maincolumn div.subphotoimg {
	float: right;
	width: 35%;
	text-align: right;
}


/* 商品情報 各種設定
----------------------------------------------- */
.colMainProductsLeft {
	float: left;
	width: 120px;
	margin-right: 20px;
}

.colMainProductsLeftPicture {
	width: 120px;
	margin-bottom: 10px;
}

.colMainProductsInfoBtn {
	width: 120px;
	height: 35px;
}

.colMainProductsRight {
	float: left;
	width: 623px;
}

.colMainProductsRightStatus {
	float: left;
	width: 623px;
}

.colMainProductsRightStatus li {
	float: left;
	margin-right: 10px;
}

.colMainProductsRightStatus img {
	width: 75px;
	height: 20px;
}

.colMainProductsRightInfo01 {
	float: right;
	width: 623px;
	margin: 5px 0px;
}

.colMainProductsRightInfo01 h2 {
	color: #808080;
	font-size: 16px;
	font-weight: bold;
}

.colMainProductsRightInfo02 {
	float: right;
	width: 623px;
	padding: 5px 0px;
	margin-bottom: 5px;
	border-top: 1px dotted #808080;
	border-bottom: 1px dotted #808080;
}

.colMainProductsRightInfo02PriceURL {
	margin-bottom: 4px;
}

.colMainProductsRightInfo02PriceTitle {
	color: #ff0000;
}

.colMainProductsRightInfo02Price {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
}

.colMainProductsRightComment {
	float: right;
	width: 623px;
	margin-bottom: 15px;
}


.colMainProductsCart {
	float: left;
	width: 731px;
	padding: 15px 15px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background: #f0f0f0;
	text-align: right;
}

.colMainProductsCartBtn {
	width: 120px;
	height: 30px;
	vertical-align: middle;
}

.colMainProductsCart select {
	width: 35px;
}

.colMainProductsCart span {
	margin: 0px 10px 0px 3px;
}


.colMainProductsFeature {
	float: left;
	margin-top: 20px;
}

.colMainProductsFeature h3 {
	width: 735px;
	padding: 10px;
	margin-bottom: 15px;
	border-left: 5px solid #808080;
	border-bottom: 1px dotted #808080;
	font-size: 14px;
	font-weight: bold;
	color: #ff6c00;

}

.colMainProductsFeature p {
	width: 740px;
	padding-left: 15px;
	margin-bottom: 15px;
}



#colMainProductsRecommend {
	float: left;
}

#colMainProductsRecommend h3 {
	width: 731px;
	padding: 10px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background: #ff6c00;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#colMainProductsRecommendSection {
	float: left;
	width: 763px;
	padding: 0px;
}

.colMainProductsRecommendMakerName {
	font-size: 12px;
}

.colMainProductsRecommendProductsName a {
	font-size: 12px;
	font-weight: bold;
}

.colMainProductsRecommendPrice {
	color: #f00000;
	font-weight: bold;
	font-size: 12px;
}

.colMainProductsRecommendComment {
	padding: 5px 0px;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
}


#colMainProductsCustomerVoice {
	float: left;
}

#colMainProductsCustomerVoice h3 {
	width: 731px;
	padding: 10px 15px;
	margin-top: 20px;
	margin-bottom: 10px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	background: #ff6c00;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}

#colMainProductsCustomerVoiceWrite {
	width: 723px;
	padding: 10px 20px;
	background: #f0f0f0;
}
#colMainProductsCustomerVoiceWrite img {
	vertical-align: middle;
}

#colMainProductsCustomerVoiceContents {
	width: 723px;
	margin-top: 20px;
	padding: 0px 20px;
}

#colMainProductsCustomerVoiceContents h4 {
	padding: 5px 10px;
	font-weight: bold;
	border-top: 1px solid #d6d6d6;
}

.customerVoiceInfo {
	padding: 5px 10px;
	border-top: 1px dotted #d6d6d6;
	border-bottom: 1px dotted #d6d6d6;
}

.customerVoiceContent {
	margin-bottom: 20px;
	padding: 10px;
	border-bottom: 1px solid #d6d6d6;
}



div#detailrightbloc h2 {

	margin: 0 0 10px 0;
	padding: 0 0 15px 0;
	color: #666;
	background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
	font-weight: bold;
	font-size: 16%;

}

div#detailrightbloc .point ,
div#detailrightbloc .relative_cat {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

div#detailrightbloc .main_comment {
	margin-bottom: 20px;
	color: #666;
}


/* 商品ステータス */
div#detailrightbloc ul.status_icon {
	margin-bottom: 10px;
	width: 100%;
}

div#detailrightbloc ul.status_icon li {
	margin-right: 5px;
	margin-bottom: 3px;
	float: left;
}


/* 規格 */
div#detailrightbloc div.classlist {
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
	background: url("../img/background/line_dot_02.gif") repeat-x bottom ;
}

div#detailrightbloc .classlist {
	margin-bottom: 5px;
}

div#detailrightbloc ul {
	margin-bottom: 10px;
	width: 100%;
}

div#detailrightbloc ul li {
	vertical-align: top;
	float: left;
}


/* 買い物かご */
div#detailrightbloc .cartin {
	text-align: center;
}

div#detailrightbloc .cartin_btn {
	text-align: center;
}

div#detailrightbloc .favorite_btn {
	text-align: center;
	margin-top: 10px;
}


/* お客様の声
----------------------------------------------- */
div#customervoice_area {
	clear: both;
	padding: 35px 0 0 0;
}

div#customervoice_area h2 {
	margin-bottom: 20px;
	padding: 0 0 0 10px;
	background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
	border: solid 1px #ccc;
	font-weight:normal;
	font-size: 14px;
	line-height: 33px;
}

div#customervoice_area .review_bloc {
	margin-bottom: 20px;
	padding: 10px;
	background-color: #f6f6f6;
}

div#customervoice_area .review_bloc p {
	padding-top: 3px;
	margin-right: 10px;
	float: left;
}

div#customervoice_area review_bloc .review_btn {
	float: right;
	width: 160px;
}

div#customervoice_area ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	background: url("../img/background/line_dot_01.gif") repeat-x bottom ;
}

div#customervoice_area .voicetitle {
	margin-bottom: 5px;
	color: #333;
	font-weight: bold;
}

div#customervoice_area .voicedate {
	margin-bottom: 10px;
}

div#customervoice_area .voicecomment {
	color: #666;
}


/* 関連商品（商品部分はbloc.cssのおすすめ商品と共通）
----------------------------------------------- */

div#whobought_area {
	clear: both;
	padding: 35px 0 0 0;
}




div#whobought_area h2 {
	border: solid 1px #ccc;
	background: url('../img/background/bg_tit_sub_01.jpg') repeat-x left bottom;
	padding: 0 0 0 10px;
	font-size: 14px;
	font-weight:normal;
	line-height: 33px;
}



/* ***********************************************
▼カートの中
*********************************************** */
/* 現在のカゴの中
----------------------------------------------- */
#undercolumn_cart {
	float: left;
}

div#undercolumn_cart .point_announce {
	margin-bottom: 20px;
	border: solid 1px #ffcc62;
	background: #fffaf0;
	font-size: 120%;
	text-align: center;
	line-height: 140%;
}

div#undercolumn_cart .totalmoney_area {
	margin-bottom: 20px;
}

div#undercolumn_cart p {
	margin: 10px 5px;
}

div#undercolumn ul#quantity_level li {
	padding: 3px;
	display: inline;
}

div#undercolumn .empty {
	text-align: left;
}


div.form_area {
	margin-bottom: 30px;
}


/* お客様情報入力
----------------------------------------------- */
div#undercolumn_customer {
	width: 790px;
}

.flow_area {
	margin: 0 0 20px 0;
}

div#undercolumn_customer th em {
	color: #000;
	font-weight: bold;
}


/* お支払い方法・お届け時間等の指定
----------------------------------------------- */
div#undercolumn_shopping .pay_area {
	margin: 0 auto 30px;
	width: 100%;
}

div#undercolumn_shopping .pay_area02 {
	margin: 40px auto 30px auto;
}

div#undercolumn_shopping .pay_area02 .txtarea {
	margin: 5px 0 0 0;
	padding: 2px;
	border: 1px solid #ccc;
	width: 99%;
	height: 150px;
}

div#undercolumn_shopping .pay_area02 .select-msg {
	margin-bottom: 10px;
}

div#undercolumn_shopping .point_area {
	margin: 40px auto 0 auto;
}

div#undercolumn_shopping .point_area .point_announce {
	padding: 20px;
	border: 1px solid #ccc;
}

div#undercolumn_shopping .point_area p {
	margin-bottom: 20px;
}

div#undercolumn_shopping .point_area .point_announce li {
	margin-bottom: 5px;
}


/* お届け先の指定
----------------------------------------------- */
#address_area {
	margin-bottom: 10px;
	width: 100%;
}

#address_area .information {
	width: 65%;
	float: left;
}

#undercolumn_shopping .information {
	margin-bottom: 15px;
}

#address_area .add_multiple {
	padding: 15px 10px;
	border: 1px solid #ffcc62;
	float: right;
	width: 30%;
	color: #555;
	background: #fffaf0;
	text-align: center;
	font-weight: bold;
}

#address_area .add_multiple p {
	margin-bottom: 10px;
}

#address_area p.addbtn {
	font-weight: bold;
	font-size: 10px;
}


/* ==============================================
▼検索結果
=============================================== */
p.condition_area {
	margin: 0 auto;
	padding: 5px;
	border: solid 1px #333;
	width: 566px;
}

/* ==============================================
▼プライバシーポリシー
=============================================== */

#colMainPolicy {
	float: left;
	width: 743px;
	padding: 25px;
	border: 1px solid #d6d6d6;
	border-radius: 8px;				/* CSS3草案 */
	-webkit-border-radius: 8px;		/* Safari,Google Chrome用 */
	-moz-border-radius: 8px;		/* Firefox用 */
	line-height: 2em;
}

#colMainPolicy .message {
	margin: 20px 0px 0px 0px;
}

#colMainPolicy .article {
	margin: 0px 0px 5px 10px;
	font-size: 14px;
}

#colMainPolicy .article {
	margin: 0px 0px 5px 10px;
	font-size: 14px;
}

#colMainPolicy .subArticle {
	margin: 0px 0px 5px 70px;
}

#colMainPolicy ul {
	margin-left: 90px;
}

#colMainPolicy li {
	list-style-type: decimal;
}

#colMainPolicy div {
	padding: 10px;
	margin-top: 30px;
	line-height: 1.5em;
	border: 1px solid #f0f0f0;
}