/* CSS Document */
body {
	margin: 0;
	font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	background: #cbecff;/* #e3f5ff */
background: -moz-linear-gradient(left, #1b89c4 0%, #cbecff 100%);
background: -webkit-gradient(linear, left center, right center, from(#1b89c4), to(#cbecff));
background: -webkit-linear-gradient(left, #1b89c4 0%, #cbecff 100%);
background: -o-linear-gradient(left, #1b89c4 0%, #cbecff 100%);
background: linear-gradient(to right, #1b89c4 0%, #cbecff 100%);
}
img {image-rendering: -webkit-optimize-contrast;}
.mov {
	width:960px;
	display: block;
	position: relative;
	margin:50px auto 0;
	padding:0;
	z-index: 10;
}
.mov img {width:100%;}

.mov iframe {
	position: absolute;
	top:100px;
	left:50px;
	width:858px;
	height:480px;
	z-index: 1;
	border-radius: 15px;
}
.mov .subwindow-wrap {position:absolute;top:600px;left:100px;z-index: 10;}
.mov .subwindow-wrap button{
	display:inline; 
	margin-right:0.5em;
	padding:3px;
	border:1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 3px;
}
.mov .subwindow-wrap br{display:none; }	

.btn-to-meet {
	width:200px;
	display: block;
	margin:0 auto 0px;
}
.btn-to-meet img{width:100%;}
.btn-to-meet:hover {opacity: 0.5;}

#SETlink a {
	float: right;
	width:180px;
    color: #2ea7e0;
    text-decoration: none;
    font-weight: 700;
    background: #fff;
    border-radius: 30px;
    display: block;
    padding: 10px 20px;
    text-align: center;
    white-space: pre;
	margin: 10px 50px 50px 0;
}
#SETlink a:hover {opacity: 0.5;
}

.comment {
	width:940px;
	display: block;
	position: relative;
	margin:50px auto 0;
	padding:0 10px 0; 
	border:4px solid #fff;
	border-radius: 30px;
	margin-bottom: 50px;
}
.comment img {width:90%;margin-left:5%;margin-top: 20px;}

/*------------------------------
           set form    
------------------------------*/
#aptoenqform {
	font-family: vdl-v7marugothic, sans-serif;
	font-weight: 700;
	color:#eee;
}
.aptoenq_q {
	border-radius: 10px 10px 0 0;
	font-weight: 700;
}
.aptoenq_a {
	border-radius: 0 0 10px 10px;
}
.aptoenq_cusinfo{
	font-size: 18px;
}
.aptoenq_cusinfo .aptoenq_cusinfo_item {
    border-top: 1px dotted #fff;
}
.aptoenq_cusinfo .aptoenq_cusinfo_fm {
    border-top: 1px dotted #fff;
}


@media (max-width:480px) {
.aptoenq_cusinfo{
	font-size: 14px;
	}
body {
background: #73cdff;
background: -moz-linear-gradient(left, #1b89c4 0%, #73cdff 100%);
background: -webkit-gradient(linear, left center, right center, from(#1b89c4), to(#73cdff));
background: -webkit-linear-gradient(left, #1b89c4 0%, #73cdff 100%);
background: -o-linear-gradient(left, #1b89c4 0%, #73cdff 100%);
background: linear-gradient(to right, #1b89c4 0%, #73cdff 100%);	
}
}
/*------------------------------
         set form end  
-------------------------------*/
.comment dl{
	width: 90%;
    margin: 30px auto 0;
}
.comment dl dt {
	float: left;
	width: 24%;
    padding: 5px 0 5px 5%;
    text-align: center;
    height: 35px;
}
.comment dl dd {
	margin-left: 25%;
	width: 60%;
    padding: 5px 0 5px 1%;
}
#form_submit {
	clear: both;
	float: right;
    width: 100px;
    margin: 0 20% 0 0;
    padding: 30px 0;
}
.form-item {
	font-family: bokutoh-ruika, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size:20px;
	color:#fff;
}

.fm_01 {
	padding: 7px 2%;
	border: 1px solid #fff;
	border-radius: 15px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
	height: 35px;
    width:80%!important;
}
.fm_02 {
	padding: 7px 2%;
	border: 1px solid #fff;
	border-radius: 15px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
	height: 35px;
    width:80%!important;
}
.fm_03 {
	height: 100px;
	padding: 7px 2%;
	resize: vertical;
	border: 1px solid #fff;
	border-radius: 15px;
	background: #fafafa;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: inherit;
	line-height: normal;
    width:80%!important;
}
.fm_04 {
    padding: 7px 20px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: #fff;
    font-size: 20px;
    color: #aaa;
    font-family: bokutoh-ruika, sans-serif;
    font-weight: 100;
    font-style: normal;
    -webkit-appearance: none;
}
.ctr {clear: both;height: 10px;}

.thanks{
	max-width:940px;
	width:100%;
	display: block;
	position: relative;
	margin:50px auto 0;
	padding:0 0 30px 0 ;
	border:4px solid #fff;
	border-radius: 30px;
	margin-bottom: 50px;
}
.thanks img {width:90%;margin-left:5%;margin-top: 20px;}

.thanks_cmt {
	width:65%;
	display: block;
	margin:5% auto 5% ;
	background-color: #fff;
	padding:5%;
	border-radius: 10px;
}
.thanks_cmt p {
	font-size:20px;
	color:#777777;
	
}

.thanks_back {
	width:60px;
	display: block;
	margin:0 auto;
	text-align: center;
	padding:5px;	
	font-family: bokutoh-ruika, sans-serif;
	font-weight: 100;
	font-style: normal;
	font-size:20px;
	border-radius: 5px;
	background-color: #fff;
}
.thanks_back a {color:#999;text-decoration: none;}

.keijiban {
	width:940px;
	display: block;
	position: relative;
	margin:50px auto 0;
	padding:0;
	border:4px solid #fff;
	border-radius: 30px;
	margin-bottom: 50px;	
}

.keijiban img {width:90%;margin-left:5%;margin-top: 20px;}

.keijiban iframe {
/*	position: absolute;
	top:100px;
	left:50px;*/
	margin:20px 0 20px 5%;
	width:90%;
	height:650px;
/*	z-index: 1;*/
	border-radius: 15px;
}
.keijiban2 {
	width:1040px;
	display: block;
	position: relative;
	margin:50px auto 0;
	padding:0;
	border:4px solid #fff;
	border-radius: 30px;
	margin-bottom: 50px;	
}

.keijiban2 img {width:90%;margin-left:5%;margin-top: 20px;}

/*
@media (min-width:768.1px) {

}
	*/
@media (max-width:960px) {
.mov {
	width:820px;
}
.mov iframe {
	top:86px;
	left:44px;
	width:730px;
	height:410px;
}

	
.comment {
	width:800px;
	margin:50px auto 0;
}
.comment dl dt {
	width: 20%;
}	
}
/*
@media (min-width:480.1px) {

}
	*/
@media (max-width:480px) {
.mov {width:360px;}
.mov iframe {
	top:38px;
	left:20px;
	width:320px;
	height:180px;
	border-radius: 7px;
}
.comment {width:90%;}
.comment dl dt {
	float: none;
	width: 50%;
    text-align: left;
    }

.comment dl dd {
	margin-left: 0;
	width: 95%!important;
    text-align: left;
    padding: 5px 0 5px 1%;
}
.fm_01 {
    width:95%!important;
}
.fm_02 {
    width:95%!important;
}
.fm_03 {
    width:95%!important;
}
}