/* ************************************************ 
 * ------------------------------------------------
 *  マイアカウント CSS スマホ対応版
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *  共通
 * ------------------------------------- */
* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
}

body {
	padding-top: 30px;
	padding-left: 12px;
	padding-right: 12px;
	color: #333;
	font-size: 11px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6;
	background-color: #FFF;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* 画像や埋め込み要素のはみ出し防止 */
img,
iframe,
object,
embed {
	max-width: 100%;
	height: auto;
}

/* ------------------------------------- 
 *  リンクの文字/通常時(link,visited,active)
 *  リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {
	color: #768FBE;
	text-decoration: underline;
}

a:visited {
	color: #768FBE;
	text-decoration: underline;
}

a:active {
	color: #768FBE;
	text-decoration: none;
}

a:hover {
	color: #3B6190;
	background: #F18A6C;
	text-decoration: none;
}

/* ------------------------------------- 
 *  入力項目
 * ------------------------------------- */

.view_pc .base01 {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
}

input,
select,
textarea {
	border: 1px solid #CCC;
	max-width: 100%;
	font: inherit;
}

/* テキスト入力系をスマホで見やすく */
input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="search"],
input[type="url"],
textarea,
select {
	width: 100%;
	max-width: 100%;
	padding: 10px 12px;
	font-size: 16px;
	line-height: 1.4;
	background: #fff;
}

textarea {
	resize: vertical;
	min-height: 120px;
}

input[type="checkbox"],
input[type="radio"] {
	width: auto;
	max-width: none;
}

input[type="submit"],
input[type="button"],
input[type="reset"] {
	width: auto;
	max-width: 100%;
	cursor: pointer;
}

.base01 {
	width: 100% !important;
	max-width: 700px;
	margin: 0 auto !important;
	padding: 0 !important;
	text-align: left !important;
}

.base02 {
	border-top: 2px solid #768FBE;
	width: 100% !important;
	max-width: 700px;
	margin: 0 auto !important;
	padding: 20px 0 0 0 !important;
	text-align: left !important;
}

.sub {
	border-top: 2px solid #768FBE !important;
	width: 100% !important;
	max-width: 700px;
	margin: 0 auto !important;
	padding: 10px 0 !important;
	background: #FFF;
}

/* ------------------------------------- 
 *  テーブルの背景色と文字色
 * ------------------------------------- */

/* テーブルの横はみ出し対策 */
table {
	width: 100%;
	max-width: 100%;
	border-collapse: collapse;
}

.table1 {
	border: 1px solid #768FBE;
	font-size: 11px;
	width: 100%;
	max-width: 100%;
}

.CELL_1_L {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 8px 8px 8px 10px;
	font-weight: bolder;
	text-align: left;
	vertical-align: top;
}

.CELL_1_C {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 8px 6px;
	font-weight: bolder;
	text-align: center;
	vertical-align: top;
}

.CELL_1_R {
	background: #EEE;
	border: 1px solid #CCC;
	padding: 8px 10px 8px 6px;
	font-weight: bolder;
	text-align: right;
	vertical-align: top;
}

.CELL_2 {
	background: #FFF;
	border: 1px solid #EEE;
	padding: 8px 6px;
	vertical-align: top;
}

.prod_total,
.all_total {
	font-weight: bolder;
	display: block;
}

.title_area {
	font-size: 22px;
	padding: 0 !important;
	font-weight: bolder;
	line-height: 1.2;
}

.shop_title {
}

/* ------------------------------------- 
 *  ボタン
 * ------------------------------------- */

.submit_btn {
	text-align: center !important;
}

.submit_btn input,
.submit_btn button,
.submit_btn a {
	max-width: 100%;
}

.submit_btn_cart01 {
}

.submit_btn_cart02 {
}

/* ------------------------------------- 
 *  コピーライト、セキュア
 * ------------------------------------- */
.copyright {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	text-align: center !important;
	border-bottom: 2px solid #768FBE;
	padding-bottom: 10px;
}

.secure_seal {
	float: none;
	text-align: center;
	margin: 20px auto !important;
	width: 100%;
	max-width: 600px;
}

.secure_table {
	margin: 20px auto !important;
	text-align: center;
	width: 100%;
	max-width: 600px;
}

/* ------------------------------------- 
 *  注意書き１の文字色
 * ------------------------------------- */
.note {
	font-size: 11px;
	color: #3B6190;
	line-height: 1.6;
}

/* ------------------------------------- 
 *  注意書き２の文字色
 * ------------------------------------- */
.note2 {
	font-size: 11px;
	color: #3B6190;
	line-height: 1.6;
}

/* ------------------------------------- 
 *  注意書き３の文字色
 * ------------------------------------- */
#note3 {
	font-size: 11px;
	color: #3B6190;
	line-height: 1.6;
}

/* ------------------------------------- 
 *  メッセージ表示域の設定
 * ------------------------------------- */
.info {
	border: #3c60c5 1px dotted;
	padding: 10px;
	font-size: 11px;
	margin: 10px auto;
	width: 100%;
	max-width: 700px;
	color: #3c60c5;
	background-color: #f8f8ff;
	text-align: left;
}

/* ------------------------------------- 
 *  エラー表示域の設定
 * ------------------------------------- */
.errorbox {
	background-color: #00929F;
	border: 2px solid;
	border-color: #007782;
	padding: 8px 10px;
	margin: 10px auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 11px;
	width: 100%;
	max-width: 700px;
}

/* ------------------------------------- 
 *  手数料の文字色
 * ------------------------------------- */
.sub_charge {
	color: #900990;
	font-weight: bold;
}

/* ------------------------------------- 
 *  使用ポイントの文字色
 * ------------------------------------- */
.point_discon {
	color: #00929F;
	font-weight: bold;
}

/* ------------------------------------- 
 *  PCでの中央寄せ
 * ------------------------------------- */
@media screen and (min-width: 768px) {
	body {
		padding-left: 20px;
		padding-right: 20px;
	}

	.base01,
	.base02,
	.sub,
	.info,
	.errorbox {
		max-width: 700px;
	}
}

/* ------------------------------------- 
 *  スマホ最適化
 * ------------------------------------- */
@media screen and (max-width: 767px) {
	body {
		padding-top: 20px;
		padding-left: 12px;
		padding-right: 12px;
		font-size: 14px;
		line-height: 1.7;
	}

	.view_pc .base01,
	.base01,
	.base02,
	.sub,
	.info,
	.errorbox,
	.copyright,
	.secure_seal,
	.secure_table {
		width: 100% !important;
		max-width: 100% !important;
	}

	.title_area {
		line-height: 1.4;
	}

	.table1 {
		font-size: 12px;
		display: block;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.table1 tbody,
	.table1 tr {
		width: 100%;
	}

	.CELL_1_L,
	.CELL_1_C,
	.CELL_1_R,
	.CELL_2 {
		padding: 10px 8px;
		word-break: break-word;
	}

	.note,
	.note2,
	#note3,
	.info,
	.errorbox {
		font-size: 12px;
		line-height: 1.7;
	}

	.submit_btn {
		width: 100%;
	}

	.submit_btn input,
	.submit_btn button,
	.submit_btn a,
	input[type="submit"],
	input[type="button"],
	input[type="reset"] {
		width: 100%;
		max-width: 100%;
		padding: 12px;
		font-size: 16px;
	}

	select {
		background-size: auto;
	}

	/* 長い文字列でレイアウト崩れしにくくする */
	td,
	th,
	div,
	p,
	span,
	li {
		overflow-wrap: break-word;
		word-break: break-word;
	}
}