@charset "utf-8";

/* SSL Caution box */
div#wrapper div#main-col div#ssl-ctn-box {
	width:600px;
	margin:10px auto 0;
	padding:10px;
	text-align:justify;
	border:1px #FF9900 dotted;
}

/* SSL Caution box 段落セッティング */
div#wrapper div#main-col div#ssl-ctn-box p {
	line-height:135%;
}

/* 携帯アドレス Caution box */
div#wrapper div#main-col div#cell-ctn-box {
	width:494px;
	height:260px;
	margin:20px auto 10px;
	padding:30px 161px 10px 5px;
	background:url(images/cell-ctn-bg.jpg) no-repeat right bottom;
	text-align:justify;
}

/* 携帯アドレス Caution box 段落セッティング */
div#wrapper div#main-col div#cell-ctn-box p {
	line-height:150%;
}

/* サンクスページ ヘッダーbox セッティング */
div#wrapper div#main-col div#tnx-header {
	width:640px;
	margin:50px auto 0;
	padding:10px;
}

/* サンクスページ ヘッダーbox h3 セッティング */
div#wrapper div#main-col div#tnx-header h3 {
	font-size:1.6em;
	line-height:200%;
	color:#0021A6;
}

/* サンクスページ ヘッダーbox 段落 セッティング */
div#wrapper div#main-col div#tnx-header p {
	margin:10px 0 0;
	line-height:200%;
}

/* サンクスページ ロゴbox セッティング */
div#wrapper div#main-col div#logo-box {
	width:454px;
	height:105px;
	margin:50px auto 0;
}

/* サンクスページ ボトムbox セッティング */
div#wrapper div#main-col div#tnx-bottom-box {
	width:544px;
	height:400px;
	margin:20px auto 10px;
	padding:30px 111px 10px 5px;
	background:url(images/cell-ctn-bg.jpg) no-repeat right bottom;
	text-align:justify;
}

/* サンクスページ ボトムbox 段落 セッティング */
div#wrapper div#main-col div#tnx-bottom-box p {
	font-weight:bold;
	margin:20px 0 0;
}

/* サンクスページ ボトムbox 段落内img セッティング */
div#cell-ctn-box p img {
	vertical-align:middle;
}

.m-l_5 {
	padding-left:5em;
}

