@charset "utf-8";

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

#form {}


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

#form #wrapper {
}

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


#form h1#title img {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -90px 0 0 -190px;
}


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

#form #contents {
	width: 100%;
}

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

#form .description {
	width: 740px;
	margin: 0 auto;
	padding: 40px 0 30px 0;
}

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

form {
	width: 740px;
	margin: 0 auto;
	padding: 0 0 40px 0;
}

.group {
	display: table;
	width: 100%;
	padding: 0;
}

.group .label,
.group .control {
	display: table-cell;
	vertical-align: top;
}

.group .label {
	position: relative;
	font-weight: bold;
	width: 210px;
	padding: 10px 5px;
}

.group .control {
	color: #000;
	font-weight: bold;
	width: 500px;
	padding: 10px 5px 10px 15px;
}

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

input,
textarea,
select {
	color: #d20000;
	font-size: 13px;
/*	font-family: "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "Tahoma", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;*/
	font-family: "Roboto", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", "Tahoma", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", "YuGothic", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
	border: 1px solid #eee;
	background-color: #fff;
	padding: 6px 5px;
/*	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;*/
}

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

input.large   { width: 480px; }
input.medium  { width: 160px; }
input.small   { width: 80px; }
input.x-small { width: 50px; }

textarea.large {
	width: 480px;
	height: 140px;
/*	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;*/
	resize: vertical;
}

select.large   { width: 480px; }
select.medium  { width: 260px; }
select.small   { width: 160px; }

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

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

input.error,
textarea.error,
select.error {
	color: #fff;
	font-size: 13px;
	border: 1px solid #fe4f78;
	background-color: #fe4f78;
}

.hide { display: none; }

#wedding_area_others { margin-top: 5px; }

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

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

.submit {
	text-align: center;
	margin: 30px 0;
}

.submit a,
.submit input { margin: 0 5px; padding: 0; }
.submit input { border: none; }

.submit a img,
.submit input { width: 340px !important; height: 85px; }


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

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

#form #thanks h3,
#form #error h3 {
	font-size: 22px;
	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) {
}

