@charset "utf-8";

/*//////////////////////////////////////////////////////////
//  - FORM
//////////////////////////////////////////////////////////*/

#form {}


/*----------------------------------------------------------
  - TITLE
----------------------------------------------------------*/

#form #wrapper {
	height: auto;
}

#form h1#title {
font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
    text-align: center;
    font-size: 20px;
    margin: 0 auto;
}




/*----------------------------------------------------------
  - SHARE
----------------------------------------------------------*/

#form #contents {
	width: 100%;
}

#form #contents .innerblock {
	min-height: 300px;
	margin: 0 auto;
	padding: 0 10px;
}

.description {
	max-width: 620px;
	margin: 0 auto;
	padding: 30px 10px 20px 10px;
}

.require {
	position: absolute;
	display: block;
	right: 0;
	top: 5px;
	color: #fff;
	font-size: 9px;
	line-height: 100%;
	background-color: #d20000;
	padding: 5px 8px 4px 8px;
}

form {
	max-width: 620px;
	margin: 0 auto;
	padding: 0 10px 40px 10px;
}

.group {
	max-width: 620px;
	margin: 0 auto;
	padding: 5px 0;
}

.group .label,
.group .control {}

.group .label {
	position: relative;
	padding: 5px 0 0 0;
}
.group .label label { font-weight: bold; margin: 0; }

.group .control {
	color: #d20000;
	font-weight: bold;
	padding: 5px 0; 
}

.group .control span.error {
	display: block;
	color: #ff0000;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 0 0 0;
}

.group .control span.sample {
	display: block;
	text-indent: 0px;
	font-size: 10px;
	-webkit-border-radius: 0px !important;
	   -moz-border-radius: 0px !important;
		    border-radius: 0px !important;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

input,
textarea,
select {
	color: #45340a;
	font-size: 16px;
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "Tahoma", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	width: 100%;
	height: 100% !important;
	background-color: #fff !important;
	border: 1px solid #cdcdcd !important;
	margin: 0 !important;
	padding: 6px 5px !important;
	-webkit-border-radius: 0 !important;
	   -moz-border-radius: 0 !important;
	        border-radius: 0 !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;

}

input[type=image] {
	-webkit-border-radius: 0px;
	   -moz-border-radius: 0px;
	        border-radius: 0px;
}

input.large   { width: 100% !important; min-width: 260px !important; }
input.medium  { width: 100px !important; }
input.small   { width: 80px !important; }
input.x-small { width: 60px !important; }

textarea.large {
	width: 100%;
	height: 100px !important;
	resize: vertical;
}

select.large   { width: 100%; }
select.medium  { width: 270px; }
select.small   { width: 110px; }

input:focus,
textarea:focus,
select:focus {
	color: #fff !important;
	background-color: #666 !important;
	border: 1px solid #666 !important;
}

input:focus,
textarea:focus,
select:focus { outline: none; }

input.error,
textarea.error,
select.error {
	color: #fff !important;
	border: 1px solid #d20000 !important;
	background-color: #d20000 !important;
}

.hide { display: none !important; }

#wedding_area_others { margin-top: 5px !important; }

.notice {
	color: #888;
	font-size: 11px;
	line-height: 140%;
	background-color: #f5f5f5;
	border: 1px solid #e5e5e5;
	margin: 30px 0 30px 0;
	padding: 10px;
}

.notice p { margin: 0 0 5px 0 !important; }

.submit a,
.submit input { background-color: transparent !important; border: none !important; }

@media screen and (min-width: 481px) and (max-width: 931931px) {
	.submit {
		display: table;
		width: 100%;
		text-align: center;
		margin: 30px 0;
		_zoom: 1;
		overflow: hidden;
	}
	.submit a,
	.submit input {
		display: table-cell;
		vertical-align: middle;
		margin: 0 !important;
		padding: 0;
	}
	.submit a { padding-right: 5px; }
	.submit a img { width: 100%; }
	.submit input {
		width: 100%;
		border: none;
		padding: 0 0 0 5px !important;
	}
}

@media screen and (min-width: 0px) and (max-width: 480px) {
	.submit {
		width: 100%;
		text-align: center;
		margin: 20px 0;
		padding: 0 10px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.submit a,
	.submit input { display: block; width: 100%; margin: 0 auto 10px auto; padding: 0; }
	.submit a img { width: 97%; }
	.submit input { width: 100%; }
}


/*----------------------------------------------------------
  - THANKS / ERROR
----------------------------------------------------------*/

#form #thanks,
#form #error {
	text-align: center;
	padding: 40px 0;
}

#form #thanks h3,
#form #error h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 20px 0;
}

#form #thanks p,
#form #error p {
	margin: 5px 0 15px 0;
}



/*----------------------------------------------------------
  - TBD
----------------------------------------------------------*/

.sample {
	-webkit-border-radius: 5px;
	   -moz-border-radius: 5px;
	        border-radius: 5px;
	text-indent: -9999px;
	text-decoration: none;
	overflow: hidden;
	_zoom: 1;
	overflow: hidden;
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	-webkit-background-size: 30px auto;
	   -moz-background-size: 30px auto;
		    background-size: 30px auto;
	-webkit-background-origin: content;
	   -moz-background-origin: content;
	        background-origin: content;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

@media screen and (min-width: 769px) {
}

@media screen and (min-width: 0px) and (max-width: 768px) {
}

