@charset "utf-8";



/* コンテンツタイトル */


form {
	margin-bottom:50px;
	}

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

.shadow {
	box-shadow:rgba(0, 0, 0, 0.11) 4px 4px 5px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.11) 4px 4px 5px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.11) 4px 4px 5px -2px;
}

#attent {
	margin:0 auto 50px auto;
	width:750px;
	overflow:hidden;
	
	}
	
#attent .att_left {
	width:590px;
	float:left;
	font-size: 1.3rem;
	line-height:1.6em;
	}
	
#attent .att_right {
	width:115px;
	float:right;
	
	}

#attent a , .kojin a {	
	color:#063d6d;
	}
		
.user-info {
	width:750px;
	text-align:center;
	margin:30px auto 10px auto;
	font-size:1.5rem;
	}
	
	
.formEntry {
	width:750px;
	border-top:1px solid #f5f5f5;
	margin:30px auto;
	line-height:1.4em;
}
.formEntry th {
	width:200px;
	background:#f5f5f5;
	border-bottom:1px solid #FFFFFF;
	padding:10px 20px 10px 10px;
	text-align:right;
	vertical-align:middle;
}
.formEntry th em{
	float:left;
	background-color:#F00;
	color:#FFF;
	padding:2px 4px;
	border-radius: 3px;
}
.formEntry td {
	padding:13px;
	
}

.f-area {
	padding:5px;
	color:#fff;
	background: #063d6d;
	font-size:1.5rem;
	margin-right:10px;
	}
	
.f-estate {
	font-size:2rem;
	color:#063d6d;
	
	}		
	
.f-type {
	font-size:1.5rem;
	
	}	

.kengaku {
	overflow:hidden;
	}

.kengaku li {
	float:left;
	}	
	
.kengaku .select {
	width:60px;
}	

.kengaku .tex {
	width:40px;
	text-align:center;
	
	margin-top:20px;
}

.kengaku-att {
	color:#F00;	
	font-size:1.5rem;	
	line-height:1.7em;
}

.kengaku-att span  {
	font-size:2rem;	
	font-weight:bold;
}

.req {
	background:#ffe6e6;
	border-bottom:1px solid #fff;
	}
	
.opt {
	border-bottom:1px solid #e5e5e5;
	}	

.formEntry input,
.formEntry textarea {
    font-size:1.4rem;
    padding: 5px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
}

.formEntry label {
    position: relative;
    display: block;
    border: 1px solid #ccc;
    background: #fff;
	margin:15px 0;
}

.label-nichiji {
	width: 60px;
	}

.label-prefecture,
.label-now {
	width: 150px;
	}
	
.label-know {
	width: 400px;
	}

.formEntry label:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    display: block;
    width: 0;
    height: 0;
    margin: -2px 0 0 0;
    border: 5px solid transparent;
    border-top: 7px solid #ccc;
}

.formEntry select {
    cursor: pointer;
    position: relative;
    -webkit-appearance: none;
	-moz-appearance: none;
    appearance: none;
    display: block;
    
    padding: 5px 10px;
    font-size:1.3rem;
    border: none;
    background: transparent;
}

::-ms-expand {
    display: none;
}

.interList li {
	float:left;
	}
	
.interList-type li {
	width:150px;
	}
		
.interList-mailmagazine li {
	width:150px;
	margin-top:10px;
	}
	
.interList-item li {
	width:200px;
	}

.kojin {
	padding:10px;
	text-align:center;
	line-height:1.5em;
	}

.kojin span {
	margin:20px 0;
	font-size:1.8rem;
	font-weight:bold;
	}
	
.btn {
	text-align:center;
	}

.tourItem {
	display:none;
}


.add_src {
	text-decoration: none;
	
	text-align: center;
	font-size: 13px;
	background: -moz-linear-gradient(top,#f7adad 0%,#f7adad 50%,#f29c9c 50%,#f29c9c);
	background: -webkit-gradient(linear, left top, left bottom,from(#f7adad), color-stop(0.5,#f7adad), color-stop(0.5,#f29c9c),  to(#f29c9c));
	border: 1px solid #DDD;
	color: #FFF;
	width: 100px;
	padding: 10px 0;
	cursor: pointer;
}




.f-catalog {
	width:100%;
	background: #fff;
	}

.f-catalog td {
	padding:15px;
	background: #fff;
	border-bottom:1px solid #e5e5e5;
	}
	
.f-catalog input {
	-ms-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	margin-right:15px;
	}
	
.att-catalog {
	text-align:center;
	padding-right:30px;
	}



.btn .sendBtn {
	width:210px;
	height:52px;
	margin:0 0 0 20px;
	cursor:pointer;
}
.btn .returnBtn {
	width:210px;
	height:52px;
	margin:0 20px 0 0;
}
.txt-area {
	width:400px;
	margin:0 auto 30px;
	border:1px solid #bbb;
	padding:20px;
	text-align:left;
}
.txt-area .list {
	line-height:1.6em;
}
.txt-area span.bcolor {
	padding-left:3px;
	font-weight:bold;
	line-height:1.6em;
}
.txt-area ul {
	margin:15px 0 0;
}
.txt-area li {
	color:#F00;
	font-weight:bold;
	padding:3px 0;
}
/* サンクス画面 */	
	
.flow3 {
	margin:70px auto 0 auto;
	width:750px;
	}
	
.thanks {
	width:750px;
	margin:50px auto 0 auto;
	padding:30px 0;
	border-top: 2px solid #0075c1;
	border-bottom: 2px solid #0075c1;
	text-align:center;
	color:#0075c1;
	font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size:2rem;
	letter-spacing: 0.3em;
	}
.conf,
.thanks-comment {
	margin:30px auto 30px auto;
	text-align:center;
	line-height:1.9em;
	font-size:1.5rem;
	}
	
.thanks-comment img {
	margin-top:90px;
	}
	
	
/*QUOカード削除*/
#form8,
#form86,
#form179,
#form199,
#form205,
#form207,
#form208,
#form216,
#form220,
#form244,
#form225,
#form227,
#form234,
#form235,
#form238,
#form247,
#form248,
#form250,
#form255,
#form271,
#form273,
#form279,
#form284,
#form290,
#form296,
#form299,
#form301,
#form302,
#form303 {
	display:none;
}
	
/* 1811 注釈追加*/
p.week {
	width: 750px;
	margin: 15px auto;
	text-align: center;
	line-height: 1.6;
}	