@charset "utf-8";

* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	color: #000;
	font-size: 9pt;
	line-height: 140%;
	font-family:"ＭＳ Ｐゴシック", "メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";
}
ul {
	list-style-type: none;
}
img {
	border: 0;
}
a {
	color: #00a397;
}
a.linkIcon {
	background: url(../images/form/link_icon.gif) no-repeat left center;
	padding-left: 12px;
}

/* clear */
.clr {
    overflow: hidden;
}
.clr:after {
    content: "";
    display: block;
    clear: both;
    height: 0px;
    overflow: hidden;
}
* html .clr {
    height: 1em;
    overflow: visible;
}

#footer p {
	font-size: 1em;
}

/* spacer */
.spacerTop110 {
	margin-top: 110px !important;
}
.spacerTop170 {
	margin-top: 170px !important;
}
.spacerTop215 {
	margin-top: 215px !important;
}

/* header */
/*	NO Global navi	*/
#header02 {
	background: #00a784;
	padding-bottom: 5px;
	margin-bottom: 20px;
	border-bottom: 3px solid #ccc;
}

#header02 #header-inner {
	width: 950px;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#contents {
	margin-top: 20px;
}

#header .headerBox {
	width: 950px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: left;
}
.headerBox h1 {
	float: left;
	width: 183px;
}
.headerBox .textSizeBtn {
	float: right;
	width: 155px;
	margin: 7px 1px 0 0;
}
.headerBox .textSizeBtn img.textSizeTit {
	padding-right: 8px;
}

/* contents */
#contents {
	text-align: left;
	margin: 0 auto;
	width: 950px;
}
#contents h2 {
	padding-bottom: 13px;
	border-bottom: solid 1px #ccc;
}
#contents .pageCopy {
	padding: 25px 2px 25px 2px;;
}
#contents .pageCopy02 {
	padding: 20px 2px 10px 2px;;
}
#contents .pageCopy02 span {
	color: #999;
}
#contents h3 {
	margin: 30px 0 8px;
	border-left: solid 3px #00a397;
	padding: 2px 0 2px 10px;
	font-size: 11pt;
	line-height: 16px;
}


/* banner box */
#bannerBox {
	margin: 0 auto;
}
#bannerBox a {
	margin: 0 10px;
}
/* ログイン・パスワード再設定画面用設定 */
#contents .borderBoxLogin {
	border: 1px solid #cecece;
	padding: 21px 0;
	text-align: center;
}
#contents .borderBoxPass {
	border: 1px solid #cecece;
	padding: 34px 0 31px 0;
	text-align: center;
}
.borderBoxLogin .loginMailTable,
.borderBoxPass .loginMailTable {
	border: 0;
	margin: 0 auto;
	text-align: left;
}
.loginMailTable th {
	padding: .5em 10px 0 0;
	vertical-align: top;
}
.loginMailTable td {
	padding: 2px 0;
}
.loginMailTable td input {
	height: 18px;
	width: 415px;
}
.borderBoxLogin .loginMailBtn,
.borderBoxPass .loginMailBtn {
	padding-top: 16px;
}
#contents .passReminder {
	font-weight: bold;
	padding: 13px 0 0 0;
}

#attention-mgs {
	margin-top: 20px;
}

#attention-mgs ul {
	margin-top: 10px;
}


/* アンケート */
#contents .enqueteForm {
}
.enqueteForm .enqueteTable {
	width: 950px;
	border-top: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-left: solid 1px #cecece;
	margin-bottom: 38px;
}
.enqueteTable th {
	text-align: left;
	font-weight: normal;
	background-color: #f5f5f5;
	padding: 7px 15px 5px 15px;
	border-bottom: dotted 1px #ccc;
}
.enqueteTable th span.enqTxt01 {
	color: #808080;
}
.enqueteTable th span.enqTxt02 {
	color: #ff7f00;
	padding-left: 3px;
}
.enqueteTable td {
	border-bottom: solid 1px #ccc;
}
.enqueteTable td.enqueteTd01 {
	padding: 10px 35px 10px 35px;
	line-height: 26px;
}
.enqueteTable td.enqueteTd01 input {
	margin-right: 5px;
	vertical-align: middle;
}
.enqueteTable td.enqueteTd02 {
	padding: 17px 35px;
}
.enqueteTable td.enqueteTd02 textarea {
	font-size: 9pt;
	height: 143px;
	width: 580px;
}
.enqueteForm .confirmBtn {
	margin: 54px 0 0;
	text-align: center;
}
.enqueteForm .confirmBtn input {
	margin: 0 14px;
}

/* メルマガ登録 */
/* キャンペーン　イメージ */
#contents h2.cpImage {
	padding-bottom: 32px;
	border: 0;
}
/* フォーム */
#contents .magazineForm {
}
.magazineForm .entryTable {
	width: 950px;
	border-top: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-left: solid 1px #cecece;
	margin-bottom: 54px;
}
.entryTable th {
	width: 13%;
	background-color: #f5f5f5;
	border-bottom: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	padding: 7px 15px 6px 15px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.entryTable td {
	width: 87%;
	border-bottom: dotted 1px #ccc;
	padding: 7px 17px 6px 17px;
}
.entryTable td span.entryCopy01 {
	color: #808080;
}
.entryTable td span.entryCopy02 {
	color: #ff7f00;
	padding-left: 1em;
}
.entryTable input,
.entryTable select {
	vertical-align: middle;
}
.entryTable .nameKanji input {
	height: 16px;
	width: 150px;
	margin: 0 5px 2px 5px;
}
.entryTable .nameFurigana input {
	height: 16px;
	width: 150px;
	margin: 2px 5px 2px 5px;
}
.entryTable .nicName input {
	height: 16px;
	width: 150px;
	margin: 0 15px 2px 0;
}
.entryTable .addressNo input {
	height: 16px;
	width: 75px;
	margin: 0 10px 2px 5px;
}
.entryTable .todoufuken select {
	margin: 2px 0 2px 10px;
}
.entryTable .address01 input {
	height: 16px;
	width: 500px;
	margin: 2px 0 2px 10px;
}
.entryTable .address02 input {
	height: 16px;
	width: 446px;
	margin: 2px 0 2px 10px;
}
.entryTable .telNo input {
	height: 16px;
	width: 150px;
	margin: 0 10px 2px 0;
}
.entryTable .mail01 input {
	height: 16px;
	width: 410px;
	margin: 0 10px 0 0;
}
.entryTable .mailCaption {
	margin: 8px 0 2px 0;
}
.entryTable .mail02 input {
	height: 16px;
	width: 410px;
	margin: 0 10px 2px 0;
}
.entryTable .pass01 input {
	height: 16px;
	width: 230px;
	margin: 0 10px 0 0;
}
.entryTable .pass02 input {
	height: 16px;
	width: 230px;
	margin: 0 10px 2px 0;
}
.entryTable .birth01,
.entryTable .birth02,
.entryTable .birth03 {
	float: left;
}
.entryTable .birth01 input {
	height: 16px;
	width: 55px;
	margin: 0 3px 2px 10px;
}
.entryTable .birth02 input {
	height: 16px;
	width: 35px;
	margin: 0 3px 2px 8px;
}
.entryTable .birth03 input {
	height: 16px;
	width: 35px;
	margin: 0 3px 2px 8px;
}
.entryTable .cpCode {
	padding-top: 5px;
}
.entryTable .cpCode input {
	height: 16px;
	width: 150px;
	margin: 0 10px 2px 0;
}

.magazineForm .magazineTable {
	width: 950px;
	border-top: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-left: solid 1px #cecece;
	margin: 0 0 5px;
}
.magazineTable th {
	width: 19%;
	background-color: #f5f5f5;
	border-bottom: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
}
.magazineTable td {
	width: 81%;
	border-bottom: dotted 1px #ccc;
	padding: 10px 15px;
}
.magazineTable th input {
	margin-right: 7px;
	vertical-align: middle;
}

.magazineForm .entryConfTable {
	width: 950px;
	border-top: solid 1px #cecece;
	border-right: solid 1px #cecece;
	border-left: solid 1px #cecece;
	margin-bottom: 54px;
}
.entryConfTable th {
	width: 13%;
	background-color: #f5f5f5;
	border-bottom: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	padding: 10px 15px;
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}
.entryConfTable td {
	width: 87%;
	border-bottom: dotted 1px #ccc;
	padding: 10px 17px;
}

.entryTable .tableEnd,
.magazineTable .tableEnd,
.entryConfTable .tableEnd {
	border-bottom: solid 1px #ccc;
}

.magazineForm .confirmBtn {
	margin: 54px 0 0;
	text-align: center;
}
.magazineForm .confirmBtn input {
	margin: 0 14px;
}

#contact-address {
	margin-top: 20px;
	text-align: center;
}
#magazineCaution {
	margin-top: -50px;
}


/* 完了メッセージ */
#contents .textComplete {
	text-align: center;
	padding-top: 100px;
}
.textComplete span {
	font-size: 14pt;
	line-height: 120%;
	font-weight: bold;
	display: block;
	padding-bottom: 10px;
}
