@charset "utf-8";

/*------------------------------
その他ページ用css設定ファイル
・お客様登録
・サイトポリシー
・プライバシーポリシー
------------------------------*/

/*----- 上書き -----*/
h3 {
	margin: 20px 10px 0;
	padding: 3px 7px;
	font-size: 14px;
	color: #578d00;
	border-left: 2px solid #578d00;
}
.kj_ttl {
	margin: 10px 0 0;
	padding: 5px 0 0 4px;
	font-size: 12px;
	color: #008d9c;
	border: none;
}
.koji {
	color: #008d9c;
}
.kojin {
	width:940px;
	border: 1px solid #A5A5A5;
}
h4 { margin: 20px 10px 0; }
h4 a {
	color: #008d9c;
	text-decoration: underline;
}

#contentsbox .icon_green { margin: 0 10px 0; }

/*----- タイトル -----*/

#title_zone #title_text h1#customer,
#title_zone #title_text h1#title_spolicy,
#title_zone #title_text h1#title_privacy,
#title_zone #title_text h1#title_unsociety { height: 24px; }

#title_zone #title_text h1#customer {
	background: url(../image/another/title_h1_customer.gif) no-repeat;
	width: 129px;
}
#title_zone #title_text h1#title_spolicy {
	background: url(../image/another/title_h1_spolicy.gif) no-repeat;
	width: 164px;
}
#title_zone #title_text h1#title_privacy {
	background: url(../image/another/title_h1_privacy.gif) no-repeat;
	width: 234px;
}
#title_zone #title_text h1#title_unsociety {
	background: url(../image/another/title_h1_unsociety.gif) no-repeat;
	width: 335px;
}

h3 a#title_complaint { color: #578d00; }
h3 a#title_complaint:hover { text-decoration: none; }



/* 専用 */

#spolicy,#privacy {
	width: 940px;
	margin: 0 auto;
}
#spolicy h2,#privacy h2 { width: 916px; }

#contentsbox #privacy ul.icon_green { margin-bottom: 30px; }
#complaint { margin: 10px; }
#complaint tr th,#complaint tr td { padding: 15px; }

p#attention {
	background: #ffecd6;
	border: 2px solid #f16223;
	margin: 10px 0;
}

.btn_regist { margin: 20px 10px; }
.btn_productregist { margin: 0px 10px; }

