@charset "UTF-8";
/* CSS Document */

/* 共通CSS上書き
------------------------------------------------------------- */
.contentsArea {
	margin-bottom: 10px;
}

/* マイページ
------------------------------------------------------------- */
#mypage p {
	margin-bottom: 10px;
}

#mypage ul li {
	float: left;
	width: 292px;
	height: 92px;
	border-radius: 8px; /* CSS3草案 */
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */
	-moz-border-radius: 8px; /* Firefox用 */
	box-shadow: 1px 1px 3px;
	margin-right: 10px;
	margin-bottom: 12px;
	padding: 8px;
	border: solid 1px #999;
	background: url(/img/img_sale/member/bg_box.png) repeat-x;
}

#mypage .left {
	box-shadow: 1px 1px 3px;
	border-radius: 8px; /* CSS3草案 */
	-webkit-border-radius: 8px; /* Safari,Google Chrome用 */
	-moz-border-radius: 8px; /* Firefox用 */
}

#mypage .right {
	width: 192px;
	height: 92px;
	margin-left: 8px;
}

#mypage .right p {
	font-size: 12px;
}

#mypage .right .top {
	height: 33px;
	background: url(/img/img_sale/member/img_line.png) no-repeat;
	background-position: 0px 26px;
	margin-bottom: 0px;
}

#mypage .right .title {
	font-size: 20px;
	font-weight: bold;
}

#mypage .right img {
	margin-bottom: -1px;
	margin-right: 3px;
}

/* ヘッダー
------------------------------------------------------------- */
#headerTxt {
	top: 25px !important;
}

#headerTxt h1 {
	width: 430px;
	padding-left: 2px;
	font-size: 10px;
}

/* 会員登録フォーム・会員編集フォーム
------------------------------------------------------------- */
.memberForm th p {
	font-size: 1em !important;
}

.memberForm .necessityFl {
	float: left;
	width: 120px;
	font-size: 1em;
	margin-bottom: 0 !important;
}

.memberForm .necessityFr {
	float: right;
	width: 60px;
	text-align: right;
	margin-bottom: 0 !important;
}

.memberForm table td p {
	margin-top: 3px;
	margin-bottom: 0 !important;
	color: #333;
}

.memberForm input {
	border: 1px solid #999;
}

.memberForm select {
	border: 1px solid #999;
	border-radius: 4px;
}

.select_m {
	width: 140px;
}

#birth_year {
	width: 140px;
}

#birth_month {
	width: 80px;
}

#birth_day {
	width: 80px;
}

.memberForm input.company_name {
	width: 50%;
}

.memberForm .company {
	margin-top: 5px;
	margin-bottom: 5px;
}

#hdqrs_postcode {
	width: 80px;
}

#hdqrs_pref {
	width: 100px;
}

#hdqrs_city {
	width: 180px;
}

#hdqrs_address {
	width: 50%;
}

.policy {
	text-align: center;
	margin-bottom: 15px;
	font-size: 1.4em;
}

label input {
	margin-bottom: 17px;
}

/* 入力チェックのアラート
------------------------------------------------------------- */
/* 吹き出し */
table td .alert {
	background: #FF0000;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 8px;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

/* 吹き出し下部 */
table td .alert img {
	position: absolute;
	bottom: -8px;
	left: 16px;
}

/* ニックネームの吹き出し文章 */
.contentsArea .memberPost table td .alert p {
	margin-bottom: 0;
	background: none;/*classかぶり*/
	border: none;/*classかぶり*/
	color: #fff;
	font-weight: bold;
}

.memberPost input.error,
.editPost input.error, /*テキストエリアアラート*/
.memberPost select.error,
.editPost select.error {
	background: #ffeaea;
	border: 2px solid #fda6a6;
}

.memberPost table th,
.editPost table th {
	width: 20%;
}

/* 会員登録フォーム会員規約チェックボックスエラー */
.check-policy-error-text {
	margin-bottom: 0px !important;
	display: none;
	color: red;
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}

.form_alert_inner ul li {
	list-style-type: disc;
	margin-left: 30px;
}

/* 退会する
------------------------------------------------------------- */
#withdraw_textarea {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}

#withdraw_textarea p {
	margin-bottom: 10px;
}

#withdraw_btnarea {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}

.withdraw_btn {
	margin: 10px;
	width: 240px;
	height: 65px;
	border: none;
}

/* 手続き完了ページ用
------------------------------------------------------------- */
#thanks {
	width: 880px;
	margin: 20px auto;
	padding: 20px 30px 30px;
	border-radius: 20px;
	background-color: #FFFEEC;
	border: 1px solid #84B2E0;
}

#thanks p {
	margin-bottom: 10px;
}

.memberTitle {
	font-size: 2.0em;
	font-weight: bold;
	color: #CC3333;
}

.memberBold {
	font-size: 1.6em;
	font-weight: bold;
}

.memberRed {
	font-weight: bold;
	color: #CC3333;
}

.memberContact {
	padding: 20px;
	background-color: #FFFFFF;
	border-radius: 20px;
	border: 1px solid #969696;
}

.contactTable > tbody > tr > th , .contactTable > tbody > tr > td {
	vertical-align: top;
	font-size: 1.1em;
	padding: 2px 4px 8px 2px;
	text-align: left;
}

/* ログインページ用
------------------------------------------------------------- */
.table_login {
	/*margin-bottom: 30px;*/
	text-align: center;
}

.table_login table {
	width: 400px;
	margin: 30px 0 5px 0;
	border-spacing: 0;
	display: inline-block;
	/*IE 7用*/
	*border-collapse: collapse;
}

/* th */
.table_login th {
	color: #fff;
	padding: 10px 15px 10px 10px;
	background: #006699;
	background: -moz-linear-gradient(rgba(0,102,153,0.7), rgba(0,102,153,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(0,102,153,0.7)), to(rgba(0,102,153,0.9)));
	font-weight: bold;
	border-right: 1px solid #003366;
	text-shadow: 0 -1px 0 rgba(0,102,153,0.9);
	box-shadow: 0px 1px 0 rgba(255,255,255,0.3) inset;
	text-align: left;
	white-space: nowrap;
}

/* 最初の行（見出しが横に並ぶ場合） */
.table_login tr:first-child th {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

/* 最初の行 （th 最初）左上角丸 */
.table_login tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
	border-left: 1px solid #003366;
}

/* 最後の行 （th 最初）左下角丸 */
.table_login tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}

/* td */
.table_login td {
	padding: 10px 15px 10px 10px;
	border-bottom: 1px solid #84b2e0;
	border-right: 1px solid #84b2e0;
}

/* 最初の行 の（td） */
.table_login tr:first-child td {
	border-top: 1px solid #84b2e0;
}

/* 最初の行 の最後の（td）右上角丸 */
.table_login tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}

/* 最後の行 （td 最後）右下角丸 */
.table_login tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

.table_login .inputSize {
	width: 100%
}

#memberPost .pwReissueTxt {
	margin-bottom: 25px
}

/* パスワード再発行ページ用
------------------------------------------------------------- */
.table_reissue {
	margin-bottom: 25px;
	text-align: center;
}

.table_reissue table {
	width: 400px;
	margin: 20px 0 10px 0;
	border-spacing: 0;
	display: inline-block;
	/*IE 7用*/
	*border-collapse: collapse;
}

/* th */
.table_reissue th {
	color: #fff;
	padding: 10px 15px 10px 10px;
	background: #006699;
	background: -moz-linear-gradient(rgba(0,102,153,0.7), rgba(0,102,153,0.9) 50%);
	background: -webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(0,102,153,0.7)), to(rgba(0,102,153,0.9)));
	font-weight: bold;
	border-right: 1px solid #003366;
	text-shadow: 0 -1px 0 rgba(0,102,153,0.9);
	box-shadow: 0px 1px 0 rgba(255,255,255,0.3) inset;
	text-align: left;
	white-space: nowrap;
}

/* 最初の行（見出しが横に並ぶ場合） */
.table_reissue tr:first-child th {
	border-top: 1px solid #003366;
	border-bottom: 1px solid #003366;
}

/* 最初の行 （th 最初）左上角丸 */
.table_reissue tr:first-child th:first-child {
	border-radius: 5px 0 0 0;
	border-left: 1px solid #003366;
}

/* 最後の行 （th 最初）左下角丸 */
.table_reissue tr:last-child th:first-child {
	border-radius: 0 0 0 5px;
}

/* td */
.table_reissue td {
	padding: 10px 15px 10px 10px;
	border-bottom: 1px solid #84b2e0;
	border-right: 1px solid #84b2e0;
}

/* 最初の行 の（td） */
.table_reissue tr:first-child td {
	border-top: 1px solid #84b2e0;
}

/* 最初の行 の最後の（td）右上角丸 */
.table_reissue tr:first-child td:last-child {
	border-radius: 0 5px 0 0;
}

/* 最後の行 （td 最後）右下角丸 */
.table_reissue tr:last-child td:last-child {
	border-radius: 0 0 5px 0;
	box-shadow: 0 0 0 rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

.table_reissue .inputSize {
	width: 100%
}

.domainCaution {
	text-align: left;
	font-size: 1.4em;
	font-weight: bold;
	color: #cc0000;
	line-height: 1.6em;
	margin: 10px 0 10px;
}

.domainCautionTable {
	text-align: left;
	font-size: 0.9em;
	font-weight: bold;
	color: #cc0000;
	line-height: 135%;
	margin-top: 5px;
}

/* 20160830追加分
*********************************/

/* 会員登録ページ確認画面で使用する小タイトル */
.contentsArea .miniTitle {
	text-align: left;
	margin: 20px;
	font-size: 0.8rem !important;
	line-height: 20px;
}

.contentsArea .miniTitle span {
	 font-weight: bold;
	 font-size: 0.9rem !important;
}

/* 会員登録画面のテーブルサイズ */
.table_1 table th {
	width: 200px !important;
}

.table_1 table td {
	width: 760px !important;
}

/* 編集ページ確認画面でのエラー出力 */
.form_alert_inner li {
	color: red;
}

/* パスワード再発行認証エラー時のテキスト余白 */
.contentsArea .exception-margin {
	padding: 30px;
}

/* パスワード再登録メールアドレス入力画面(SP) */
.c-table tr:first-child th:first-child {
	border-radius: 0;
	border-top: 1px solid #003366;
}

.c-table tr:last-child td:last-child {
	border-radius: 0;
}

/* パスワード再登録メールアドレス入力画面(PC) */
.table_reissue tr:first-child th:first-child {
	border-radius: 0;
}

.table_reissue tr:last-child td:last-child {
	border-radius: 0;
}

/* 改行 */
.lineBreak {
	word-break: break-all;
}

/* ログアウト・退会用導線 */
.subLink {
	text-align: right;
	margin-bottom: 40px;
}

.subLink p {
	display: inline;
}

.subLink p:first-child {
	margin-right: 15px;
}
