@charset "UTF-8";

h3 {
	margin-top: 90px;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
	font-size: 14pt;
	font-weight: normal;
}

h4 {
	font-size: 9pt;
	margin-top: 0;
    margin-bottom: 4px;
}

h5 {
	font-size: 9pt;
	margin-top: 0;
    margin-bottom: 4px;
    font-weight: normal;
    margin-left: -12px;
}

.tensen {
	margin-top: -6;
}

.tensen span {
    position: relative;
}

/* 星のイラスト */
#hosi_illust {
	position: absolute;
	left: -5px;
	top: -90px;
}

#contents table p {
	margin-left: 4px;
	margin-top: 4px;
}

table {
	width: 610px;
	border-collapse: collapse;
	border: solid 1px #333333;
	margin-left: 45px;
	margin-top: 18px;
	margin-bottom: 20px;
}

th {
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 160px;
/*	height: 45px;*/
}

td {
	border-left: solid 1px #666666;
	border-bottom: solid 1px #666666;
	vertical-align: top;
	width: 450px;
}

#contents {
	font-size: 9pt;
	width: 600px;
}

#tshirts_img {
	width: 650px;
}

#work_with_us {
	width: 480px;
	margin-bottom: 10px;
}

#contents em {
	color: #ff3333;
	font-style: normal;
}

#web {
	color: #44aeea;
}

label {
	display: inline-block;
	width: 90px;
}

.point {
	display: inline-block;
	width: 55px;
}

#award {
	font-size: 9pt;
	font-weight: bolder;
}

#mailing {
	margin-left: 20px;
}

.page_top {
	text-align: right;
	margin-top: 20px;
}

table p span.hissu {
	margin-left: 8px;
	font-size: 7pt;
	color: #ff3333;
}

table p span.hissu2 {
	font-size: 7pt;
	color: #ff3333;
}

.hissu_description {
	width: 750px;
}

.hissu_description span {
	color: #ff3333;
}

.left_2em {
	margin-left: 2em;
}

.left_1em {
	margin-left: 1em;
}

.right_2em {
	margin-right: 2em;
}

.right_1em {
	margin-right: 1em;
}

#joining_space {
	margin-left: 2em;
}

#th_customerinfo_last_name,
#th_customerinfo_last_name_kana,
#th_customerinfo_mail1,
#th_customerinfo_mail2 {
	height: 45px;
}

#th_customerinfo_name,
#th_customerinfo_prefecture,
#th_customerinfo_tel,
#th_customerinfo_joining_date,
#th_customerinfo_joining_count {
	height: 35px;
}

#customerinfo_last_name,
#customerinfo_first_name,
#customerinfo_last_name_kana,
#customerinfo_first_name_kana {
	width: 150px;
}

#customerinfo_tel1,
#customerinfo_tel2,
#customerinfo_tel3,
#customerinfo_joining_year,
#customerinfo_joining_month,
#customerinfo_joining_day,
#customerinfo_joining_adult,
#customerinfo_joining_child {
	width: 60px;
}

#customerinfo_mail1,
#customerinfo_mail2 {
	width: 300px;
}

#buttons {
	text-align: right;
	width: 655px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#btn_next {
	cursor: pointer;
}

#form_joining input.my_error, #form_joining textarea.my_error, #form_joining select.my_error { /* エラー時の入力枠 */
	border: 1px dotted #ff0000;
}

#form_joining p.my_error { /* エラーメッセージ */
    color: #ff0000;
    font-size: 90%;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

