@charset "Shift_JIS";
/*-----------------------------------------------------

	Siryou CSS (LastUpDate:2013.03.29)
	
		- ContentsArea
		- Page Title
		- Package
		- Form
		- Confirm
		- Finish
error
-----------------------------------------------------*/


/*	Form
-----------------------------------------------------*/
/* ----- Layout -----*/

/*-----------------------------------------------------
	入力画面
-----------------------------------------------------*/

#form {
	background: #f9f7f8;
}

#contact-area,
#contact-area-conf,
#contact-area-thank,
#entry-area,
#entry-area-conf,
#entry-area-thank {
	background: url(../img/form_bg.jpg) repeat;
	width: 100%;
	padding-top: 70px;
}

#contact-area .inner,
#contact-area-conf .inner,
#contact-area-thank .inner,
#entry-area .inner,
#entry-area-conf .inner,
#entry-area-thank .inner {
	width: 745px;
	min-height: 600px;
}


#contact-area-conf p,
#contact-area-thank p {
	font-size: 14px;
	line-height: 1.5;
}

#entry-area-conf p,
#entry-area-thank p {
	font-size: 14px;
	line-height: 1.5;
}

#contact-area h1 {
	display: block;
	width: 166px;
	height: 0px !important;
	padding: 27px 0 0 0;
	background: url(../img/title_contact.png) no-repeat left top;
	overflow: hidden;
	margin: 20px 0 50px 0;
}

form #contact {
	margin-top: 50px;
}

#entry-area h1 {
	display: block;
	width: 190px;
	height: 0px !important;
	padding: 34px 0 0 0;
	background: url(../img/title_entry.png) no-repeat left top;
	overflow: hidden;
	margin: 20px 0 50px 0;
}

textarea {
	width: 500px;
	height: 180px;
}

	
div.button {
	margin-top: 20px;
}

p.tel-no {
	 font-size: 30px;
	 font-weight: bold;
	 }

.btn-left {
	margin-top: 40px;
}

.err {
	margin: 20px 0;
	color:#F00;
}

input#btn-comfilm {
	background: url(../img/form_btn_comfilm.gif) no-repeat;
	width: 155px;
	height: 48px;
	cursor:pointer;
	border: none;
	display:block;
	position:relative;
	text-indent: -9999px;
}

input#btn-comfilm:hover {
	background: url(../img/form_btn_comfilm_on.gif) no-repeat;
	width: 155px;
	height: 48px;
	cursor:pointer;
	border: none;
	display:block;
	position:relative;
	text-indent: -9999px;
	float: left;
}

input#btn-reset {
	background: url(../img/form_btn_reset.gif) no-repeat;
	width: 121px;
	height: 39px;
	cursor:pointer;
	border: none;
	display:block;
	position:relative;
	text-indent: -9999px;
	float: left;
	margin: 10px 30px 0 0;
}

input#btn-reset:hover {
	background: url(../img/form_btn_reset_on.gif) no-repeat;
	width: 121px;
	height: 39px;
	cursor:pointer;
	border: none;
	display:block;
	position:relative;
	text-indent: -9999px;
}

form .button-area {
	width: 360px;
	margin: 30px auto 60px auto;

}

form .button-area img {
	float: left;
	margin: 10px 20px 0 0;
}


span.notes {
	color:#F00;
	font-size: 10px;
	display: block;
	position:absolute;
	left: 110px;
	top: 0px;
}


span.txt {
	font-size: 12px;
	margin: 8px 0 0 10px;
	display: block;
	float: left;
}

/*-----------------------------------------------------
	確認画面
-----------------------------------------------------*/

#contact-area-conf h1 {
	display: block;
	width: 195px;
	height: 0px !important;
	padding: 28px 0 0 0;
	background: url(../img/title_contact_confirm.png) no-repeat left top;
	overflow: hidden;
	margin: 20px 0 50px 0;
}

#entry-area-conf h1 {
	display: block;
	width: 262px;
	height: 0px !important;
	padding: 35px 0 0 0;
	background: url(../img/title_entry_confirm.png) no-repeat left top;
	overflow: hidden;
	margin: 20px 0 50px 0;
}

/*-----------------------------------------------------
	完了画面
-----------------------------------------------------*/

#contact-area-thank h1 {
	display: block;
	width: 495px;
	height: 0px !important;
	padding: 28px 0 0 0;
	background: url(../img/title_contact_thank.png) no-repeat left top;
	overflow: hidden;
	margin: 20px 0 50px 0;
}

#entry-area-thank h1 {
	display: block;
	width: 681px;
	height: 0px !important;
	padding: 35px 0 0 0;
	background: url(../img/title_entry_thank.png) no-repeat left top;
	overflow: hidden;
	margin: 20px 0 50px 0;
}

#entry-area-thank table {
	border-top: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	font-size: 12px;
	width: 745px;
	background: #ffffff;
	margin: 20px 0;
}

#entry-area-thank table th {
	text-align: center;
	vertical-align: middle;
	width: 180px;
	background: #f1f1f1;
	font-weight: bold;
}
#entry-area-thank table th,
#entry-area-thank table td {
	padding: 15px 10px;
	border-bottom: 1px solid #dddddd;
}

#entry-area-thank span.note {
	color: #ff56a2;
}

body#form table th span {
	font-size: 10px;
	color: #ff56a2;	
}

body#form form p.Notice {
	margin: 0 0 10px 10px;
}

body#form form p.Notice span {
	color: #ff3f73;
	font-weight: bold;
}

body#form form dl {
	margin-bottom: 30px;
	font-size: 12px;
}

body#form form dl dt {
	margin-bottom: 3px;
} 

body#form form table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	color: #333333;
}

body#form form table th {
	padding: 10px;
	width: 30%;
	text-align: left;
	vertical-align: top;
}

body#form form table th span {
	color: #ff3f73;
	font-weight: bold;
}

body#form form table td {
	padding: 10px;
}

body#form form table td input {
	padding: 5px;
	width: 335px;
	border: 1px solid #dddddd;
}

body#form form table td textarea {
	padding: 5px;
	border: 1px solid #dddddd;
}

body#form form table td span {
	margin-left: 10px;
	font-size: 12px;
}

/* ----- Zip -----*/
body#form form table tr#Zip td input {
	width: 80px;
	/* float: left; */
}

body#form form table tr#Zip td input#ZipSearch {
	margin-left: 10px;
	padding: 2px 0 !important;
	width: 8em;
	border: none;
	background: #666666;
	color: #ffffff;
	text-align: center;
	/*float: left; */
	display: inline;
	cursor: pointer;
}

body#form form table tr#Zip td input#ZipSearch:hover,
body#form form table tr#Zip td input#ZipSearch:active {
	background: #ff3f73;
}

body#form form table tr#Zip td p {
	/* padding: 5px 0 0 10px; */
	/* float: left; */
}




/* ----- Prefectures -----*/
body#form form table tr#Prefectures td select {
	border: 1px solid #cccccc;
}

/* ----- Address01 -----*/
body#form form table tr#Address01 td input {
	width: 200px;
}

/* ----- Mail -----*/
body#form form table tr#Mail td input {
	width: 200px;
}

/* ----- MailCheck -----*/
body#form form table tr#MailCheck td input {
	width: 200px;
}

/* ----- MailMazgazine -----*/
body#form form table tr#MailMagazine td li {
	padding: 3px;
	width: 10em;
	float: left;
}

body#form form table tr#MailMagazine td li input {
	margin-right: 5px;
	width: auto;
	border: none;
}

/* ----- MagazineAdress -----*/
body#form form table tr#MagazineAdress td input {
	margin-bottom: 5px;
	width: 200px;
}

/* ----- Error -----*/
body#form #Personal td ul.Error {
	margin-top: 10px;
	padding: 5px;
	border: 2px solid #ff3f73;
	background: #fff0f4;
	clear: both;
}

body#form #Personal td ul.Error li {
	color: #ff3f73;
	font-weight: bold;
}

body#form form table tr#MailMagazine td ul.Error li {
	padding: 0 0 0 0 !important;
	width: auto !important;
	float: none !important;
}

/*-----------------------------------------------------
	Personal
-----------------------------------------------------*/
body#form #Personal {
	margin-bottom: 35px;
}

/*-----------------------------------------------------
	Enquete
-----------------------------------------------------*/
body#form #Enq {
	margin-bottom: 35px;
}


/*-----------------------------------------------------
  エラーの表示　
-----------------------------------------------------*/

body#form #MainForm .error {
  margin-top: 10px;
  padding: 5px 5px 5px 5px;
  border: 2px solid #ff3f73;
  background: #fff0f4;
  font-weight: bold;
  font-size: 11px;
 
}

body#form #MainForm .error .request_input,
body#form #MainForm .request_option02,
body#form #MainForm .request_option01 {
  padding: 0 0 0 0;
  color: #ff3f73 !important;
}


/* ----- Zip -----*/
body#form #MainForm table tr#Zip td input,
body#form #MainForm table tr#Zip td span {
  float: none;
}

body#form #MainForm table tr#Zip td input#ZipSearch {
  float: none;
  display: inline;
}



/*-----------------------------------------------------
	Privacy
-----------------------------------------------------*/
body#form #Privacy {
	padding: 22px;
/*	border: 3px solid #cdcdcd;*/
/*	background: #eeeeee;
	color: #666666;*/
	text-align: center;
}

body#form #Privacy p.Lead {
	text-align: left;
}

/* ----- TextArea -----*/
body#form #Privacy .TextArea {
	margin: 15px 0;
	padding: 15px;
	height: 70px;
	border: 1px solid #dddddd;
	background: #ffffff;
	text-align: left;
	overflow-x: hidden;
	overflow-y: scroll;
	font-size: 10px;
}

body#form #Privacy .TextArea p {
	margin-bottom: 15px;
}

body#form #Privacy .TextArea ol li ul li {
	margin-bottom: 0;
}

body#form #Privacy .TextArea ol {
	padding-left: 2em;
}

body#form #Privacy .TextArea ol li {
	margin-bottom: 10px;
}

/* ----- CheckBox -----*/
body#form #Privacy #CheckBox {
	margin: 0 auto 15px auto;
	padding: 15px;
	width: 470px;
	border: 2px solid #ff366d;
	background: #ffffff;
	color: #ff366d;
	font-weight: bold;
}

body#form #Privacy #CheckBox p#Check {
	margin-top: 10px;
}

body#form #Privacy #CheckBox p#Check input {
	margin-right: 5px;
}

/* ----- CheckButton -----*/
body#form #Privacy p#CheckButton {
	margin: 0 auto;
	width: 155px;
	height: 49px;
	position: relative;
}

body#form #Privacy p#CheckButton img {
	position: absolute;
	top: 0;
	left: 0;
}

