@charset "UTF-8";


/* reset */
* {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul, ol {
	list-style: none;
}

img {
	border: none;
	vertical-align: bottom;
}


/* common */
a {
	color: #ff9500;
	text-decoration: none;
}

a:hover {
	color: #db3b1b;
	text-decoration: none;
}

:focus {
	outline: 0;
}


/* base */
html {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
	color: #333;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-weight: bold;
	line-height: 1.5;
	background-color: #f7f7f7;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	position: table;
}

#wrapper {
	width: 900px;
	/*height: 500px;*/
	/*background-color: #fff;*/
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 30px auto auto;
}

#header {
	width: 900px;
	/* height: 100px; */
	background-color: #ff9500;
	padding: 20px 0;
}

#header h1 {
	color: #fff;
	font-size: 38px;
	text-align: center;
	/* line-height: 110px; */
	line-height: 150%;
	word-wrap: break-word;
}

#contents {
	width: 900px;
	background-color: #fff;
	/*height: 400px;*/
}

#contents a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.8;
}

#contents .message {
	width: 900px;
	font-size: 24px;
	line-height: 1;
	text-align: center;
	padding-top: 40px;
}

#contents .message span {
	color: #db3b1b;
}

#contents .errorMessage {
	width: 900px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	padding-top: 30px;
	color: #db3b1b;
}

#contents .form {
	font-size: 18px;
	text-align: center;
	padding-top: 30px;
}

#contents .form p {
	width: 60px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	background-color: #db3b1b;
	display: inline-block;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url("css/PIE.htc");
    position: relative;
	margin: 0 20px;
}

#contents .form input[type="text"] {
	width: 360px;
	font-size: 18px;
	border: 2px solid #ff9500;
	background: #fff url(../../img/pub_member_form/bg-form.gif) repeat-x top left;
	/*background: url(../../img/pub_member_form/bg-form-error.gif) repeat-x top right;*/
	border-radius: 8px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    behavior: url("css/PIE.htc");
    position: relative;
    padding: 14px 20px 15px;
}

#contents .form input[name="sei"] {
	width: 120px;
}

#contents .form input[name="mei"] {
	width: 120px;
}

#contents .form #nameBox {
	overflow: hidden;
	width:630px;
	margin: 0 auto 20px;
}

#contents .form #nameTitle {
	padding: 12px 100px 0 71px;
	float: left;
}

#contents .form #nameTitle2 {
	padding: 12px 0 0 200px;
	float: left;
}

#contents .form #nameField {
	width: 400px;
	float: left;
}

#errorFormName {
	background: #ffe6e6 !important;
	border: 2px solid #db3b1b !important;
}

#errorForm {
	background: #ffe6e6 !important;
	border: 2px solid #db3b1b !important;
}

#contents .form input#cb1, #contents .form input#cb2 {
	width: auto;
	height: auto;
	border: none;
	background: none;
	padding: 0;
}

#contents .form .btn {
	padding-top: 30px;
	padding-bottom: 30px;
}

#footer {
	width: 900px;
	height: 50px;
	background-color: #ff9500;
}

#footer a {
	color: #fff;
}

#footer a:hover {
	color: #db3b1b;
	text-decoration: none;
}

#footer #copyright {
	color: #fff;
	text-align: center;
	line-height: 50px;
}

#footer #copyright img {
	margin: -10px 0 0 10px;
}


/* change */
#change #contents .message {
	padding-top: 30px;
}

#change #contents .form {
	padding-top: 30px;
}

#change #contents .form ul li:first-child {
	margin-bottom: 10px;
}


/* unsubscribe */
#unsubscribe #contents .message {
	padding-top: 30px;
}

#unsubscribe #contents .form {
	padding-top: 30px;
}

#unsubscribe #contents .form ul {
	width: 400px;
	margin: 0 auto;
	padding-top: 30px;
}

#unsubscribe #contents .form ul li {
	line-height: 1;
	text-align: left;
	margin-top: 20px;
}

#unsubscribe #contents .form ul li label {
	cursor: pointer
}

#unsubscribe #contents .form ul li:first-child {
	margin-top: 0;
}

#unsubscribe #contents .form ul li input[type=checkbox] {
	width: auto;
	height: auto;
	vertical-align: middle;
	margin-right: 5px;
}

#unsubscribe #contents .form ul li a {
	color: #db3b1b;
	text-decoration: underline;
	background: url(../../img/pub_member_form/icon-arrow.png) no-repeat left center;
	padding-left: 32px;
}

#unsubscribe #contents .form .btn {
	padding-top: 30px;
}


/* thanks */
#thanks #contents .message {
    padding: 60px 0;
}


/* error */
.error #contents .form input {
	border: 2px solid #db3b1b;
	background: url(../../img/pub_member_form/bg-form-error.gif) repeat-x top right;
}
