@charset "shift_jis";
/* CSS Document */

/****************突発系便利クラス*****************/


.ml1p{margin-left:1%;}
.mr1p{margin-left:1%;}

.mb00{margin-bottom:0px !important;}
.mb05{margin-bottom:5px !important;}
.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}
.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}
.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}
.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}
.mb50{margin-bottom:50px !important;}
.mb60{margin-bottom:60px !important;}
.mb70{margin-bottom:70px !important;}
.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}

.mt00{margin-top:0px !important;}
.mt05{margin-top:5px !important;}
.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}
.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}
.mt30{margin-top:30px !important;}
.mt40{margin-top:40px !important;}
.mt50{margin-top:50px !important;}
.mt60{margin-top:60px !important;}

.mr00{margin-right:0px !important;}
.mr05{margin-right:5px !important;}
.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}
.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}
.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}
.mr40{margin-right:40px !important;}

.ml00{margin-left:0px !important;}
.ml05{margin-left:5px !important;}
.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}
.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}
.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}
.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}
.ml50{margin-left:50px !important;}
.ml100{margin-left:100px !important;}
.ml120{margin-left:120px !important;}
.ml130{margin-left:130px !important;}
.ml150{margin-left:150px !important;}
.ml160{margin-left:160px !important;}
.ml170{margin-left:170px !important;}

.pb00{padding-bottom:0px !important;}
.pb05{padding-bottom:5px !important;}
.pb10{padding-bottom:10px !important;}
.pb20{padding-bottom:20px !important;}

.pt00{padding-top:0px !important;}
.pt05{padding-top:5px !important;}
.pt10{padding-top:10px !important;}
.pt20{padding-top:20px !important;}

.pr00{padding-right:0px !important;}
.pr05{padding-right:5px !important;}
.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}
.pr20{padding-right:20px !important;}

.pl00{padding-left:0px !important;}
.pl05{padding-left:5px !important;}
.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}
.pl20{padding-left:20px !important;}

.w01	{width:400px;}
.w02	{width:300px;}

.cboth{clear:both;}
.cnone{clear:none;}
.cleft{clear:left;}
.cright{clear:right;}
.fleft{float:left;}
.fright{float:right;}
.tleft{text-align:left;}
.tcenter{text-align:center;}
.tright{text-align:right;}
.relative{position:relative;}

.indent01{text-indent:-1.6em; padding-left:1.6em;}

.w100	{width:100px !important;}
.w150	{width:150px !important;}
.w200	{width:200px !important;}
.w250	{width:250px !important;}
.w300	{width:300px !important;}
.w320	{width:320px !important;}
.w330	{width:330px !important;}
.w350	{width:350px !important;}
.w380	{width:380px !important;}
.w400	{width:400px !important;}
.w450	{width:450px !important;}
.w500	{width:500px !important;}
.w550	{width:550px !important;}
.w580	{width:580px !important;}
.w600	{width:600px !important;}

.h150	{height:150px !important;}
.h160	{height:160px !important;}
.h220	{height:220px !important;}

.lid{display:block; clear:both;}
img.img_bdr	{ border:#bfbfbf solid 1px; padding:1px;}
/*!このクラスは指定することでロールオーバーを可能にするものです。ファイル名は「通常時の名前+_on」としてください!*/
.rlov{}



/****************標準枠体裁（基本的に変更禁止）*****************/

body{
	color:#444444;
	font:18px/1.231 arial,helvetica,clean,sans-serif;
	background-color:#FFF;
	line-height:1.7;
  }


a{color:#0044CC;}

form em{font-size:80%; color:#F33;}
form strong{font-size:120%; color:#F60;}
.green{color:#3b7135;}
.red{color:#FF3333;}
.purple{color:#63F;}
.pink{color:#F6F;}
.orange{color:#F60;}
.blue{color: #36F;}
.white{color:#FFF;}
strong.subtitle{font-size:160%;}

strong.subtitle a{text-decoration:underline;}


p.linkarrow a{
	padding-left:18px;
	background:url(../images/icon_arrow.gif) left 50% no-repeat;
	font-size:120%;
}

p.linkarrow a:link{text-decoration:underline;}
p.linkarrow a:visited{text-decoration:underline;}
p.linkarrow a:hover{text-decoration:none;}
p.linkarrow a:active{text-decoration:none;}


.mini{font-size:85%;}
.big{font-size:120%;}
.big2{font-size:150%;}
.bgcl_01{ background: #FFF0F8;}

/* --------------------------------------------------
 Wrapper Style
 -------------------------------------------------- */

header{
	min-height:70px;
}
header div.btn{
	float:left;
	width:38%;
	text-align:center;
	padding:20px 10px;
	margin:10px 31% 10px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(237, 237, 237)),color-stop(1, rgb(204, 204, 204)));
	background-image: -moz-linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	background-image: linear-gradient(-90deg,rgb(237, 237, 237) 0%,rgb(204, 204, 204) 100%);
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	zoom: 1;
}
header .fright div.btn a{
	display:block;
}


header .fright,header.fleft{
	width:16%;
}

section.contents{margin:0 0 40px;}
.contents p{margin-bottom:25px;}
.contents h2 {
	clear:both;
	margin:0 0 20px;
}
.contents h3{
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(20, 31, 163)),color-stop(1, rgb(5, 5, 25)));
	background-image: -moz-linear-gradient(-90deg,rgb(20, 31, 163) 0%,rgb(5, 5, 25) 100%);
	background-image: linear-gradient(-90deg,rgb(20, 31, 163) 0%,rgb(5, 5, 25) 100%);
	font-size:120%;
	color: rgb(240, 240, 240);
	-webkit-box-shadow: 2px 2px 4px rgb(41, 9, 41);
	-moz-box-shadow: 2px 2px 4px rgb(41, 9, 41);
	-ms-box-shadow: 2px 2px 4px rgb(41, 9, 41);
	box-shadow: 2px 2px 4px rgb(41, 9, 41);
	text-shadow: 1px 1px 0px rgb(61, 15, 61);
	border-top-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffa52952, endcolorstr=#ff872244, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#290929, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffa52952, endcolorstr=#ff872244, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#290929, direction=135, strength=2)";
	zoom: 1;
	margin:20px 2px;
	padding-left:15px;
	clear:both;
}

.contents h4 {
	clear:both;
	margin:0 0 20px;
	border-left:5px solid #336;
	border-bottom:1px solid #336;
	color:#336;
	font-size:120%;
	padding-left:10px;
	background-color:#F8F8FF;
}

.contents h5 {
	clear:both;
	margin:0 0 20px;
	border-left:8px solid #633;
	color:#633;
	font-size:110%;
	padding-left:10px;
}



.btn01{
	text-align:center;
	width:45%;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(105, 172, 22)),color-stop(1, rgb(59, 132, 1)));
	background-image: -moz-linear-gradient(-90deg,rgb(105, 172, 22) 0%,rgb(59, 132, 1) 100%);
	background-image: linear-gradient(-90deg,rgb(105, 172, 22) 0%,rgb(59, 132, 1) 100%);
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	zoom: 1;
}

.btn01 a{
	display:block;
	padding:15px;
}

footer{
	background-color:#908a88;	
	padding:15px 0 0;
	clear:both;
}

div.top_image{
	text-align:center;
	margin-bottom:20px;
	clear:both;
}
div.top_image img{display:block;}

div.link{
	width:90%;
	text-align:center;
	padding:20px 10px;
	margin:10px auto 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background:url(../images/arrow_v.png) 10px center no-repeat #CCC;
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	zoom: 1;
}

ul.link{
	display:block;
	width:98%;
	text-align:center;
	padding:20px 0;
	margin:10px auto 0;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(52, 29, 30)),color-stop(1, rgb(25, 5, 5)));
	background-image: -moz-linear-gradient(-90deg,rgb(62, 39, 40) 0%,rgb(25, 5, 5) 100%);
	background-image: linear-gradient(-90deg,rgb(62, 39, 40) 0%,rgb(25, 5, 5) 100%);
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(32, 0, 0);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	zoom: 1;
}

ul.link li{
	display:block;
	text-align:left;
	margin:0 auto 0;
}
ul.link li.top{
}
ul.link li a{
	display:block;
	padding:10px 20px 10px 70px;
	background:url(../images/arrow_w.png) 20px center no-repeat;
}

address{text-align:center;}

dl.faq,dl.faq02{
	margin-bottom:30px;
}

.pointbox,dl.faq dt{
	width:100%;
	padding:10px;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	zoom: 1;
	background-color:#2b387a;
	padding-left:1em;
	box-sizing:border-box;
}

.pointbox,dl.faq02 dt{
	width:90%;
	padding:10px;
	border-radius: 5px;
	color: rgb(255, 255, 255);
	zoom: 1;
}

dl.faq dd,dl.faq02 dd{
	padding:15px;
	margin:15px 0 40px 5%;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	color: rgb(71, 71, 71);
	zoom: 1;
	background-color:F8F8F8;
	border:1px outset #999999;
}

div.flowbox{
	margin:0 3% 40px;
	text-align:center;
}

div.flowbox div{
	text-align:left;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(83, 142, 230)),color-stop(1, rgb(0, 65, 196)));
	background-image: -moz-linear-gradient(-90deg,rgb(83, 142, 230) 0%,rgb(0, 65, 196) 100%);
	background-image: linear-gradient(-90deg,rgb(83, 142, 230) 0%,rgb(0, 65, 196) 100%);
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(51, 51, 51);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff538ee6, endcolorstr=#ff0041c4, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff538ee6, endcolorstr=#ff0041c4, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	color: rgb(255, 255, 255);
	zoom: 1;
}

div.flowbox div p{
	padding:8px 0 8px 30px ;
	background:url(../images/list_bg.jpg) left center repeat-y;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

table.normaltable td{
	border-bottom:1px solid #cccccc;
}

div.checkbox {
	padding:15px;
	margin-bottom:30px;
	border-top-left-radius: 15px;
	-webkit-border-top-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	border-top-right-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 15px;
	-webkit-border-bottom-right-radius: 15px;
	-moz-border-radius-bottomright: 15px;
	background-image: -webkit-gradient(linear, left top, left bottom,color-stop(0, rgb(92, 92, 92)),color-stop(1, rgb(56, 56, 56)));
	background-image: -moz-linear-gradient(-90deg,rgb(92, 92, 92) 0%,rgb(56, 56, 56) 100%);
	background-image: linear-gradient(-90deg,rgb(92, 92, 92) 0%,rgb(56, 56, 56) 100%);
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(51, 51, 51);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5c5c5c, endcolorstr=#ff383838, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ff5c5c5c, endcolorstr=#ff383838, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	color: rgb(255, 255, 255);
	zoom: 1;
}

div.link02{
	width:90%;
	text-align:center;
	padding:20px 10px;
	margin:10px auto 20px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	background:url(../images/arrow_w.png) 10px center no-repeat #CCC;
	-webkit-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-moz-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	-ms-box-shadow: 2px 2px 4px rgb(51, 51, 51);
	box-shadow: 2px 2px 4px rgb(51, 51, 51);
	text-shadow: 1px 1px 0px rgb(255, 255, 255);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffededed, endcolorstr=#ffcccccc, gradienttype=0)) progid:DXImageTransform.Microsoft.Shadow(color=#333333, direction=135, strength=2)";
	zoom: 1;
}

div.textbox02{margin:0 10px 40px; border:1px solid #09C; border-bottom-width:5px; border-top-width:5px; background-color:#F8F8FF; clear:both;}
div.textbox02 div.txt{padding:15px 15px;}

div.pointbox02{
	border:1px solid #999999;
	background-color:#F8F8FF;
	padding:10px 3%;
	clear:both;
}

div.pointbox02 div.text{
	padding:0 15px 0;
}

table.bordertable{
	border-top:1px solid #AA9999;	
}
table.bordertable td{
	border-bottom:1px solid #AA9999;	
}

dl.navi,dl.navi02{
	position:relative;
	width:100%;
}

dl.navi dt{
	background-image:url(../images/menubg.gif);
	background-size:100% 100%;
	display:block;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10%;
	border:1px solid #CCC;
	min-height:78px;
	line-height:78px;
	color:#FFF;
}

dl.navi02 dt{
	background-image:url(../images/menubg_.gif);
	background-size:100% 100%;
	display:block;
	background-repeat:no-repeat;
	padding-left:10px;
	padding-right:10%;
	border:1px solid #CCC;
	min-height:78px;
	line-height:78px;
	color:#FFF;
}


dl.navi dd{
	display:none;
	position:absolute;
	z-index:32767;
	width:100%;
	background-color:#fff;
	opacity:0.9;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}

dl.navi02 dd{
	width:100%;
	background-color:#fff;
	opacity:0.9;
	-webkit-box-shadow:0px 0px 10px #000;
	box-shadow:0px 0px 10px #000;
}

dl.navi dd div,dl.navi02 dd div{
	border-bottom:1px dashed #aaa;
	padding:10px 0;
	font-size:85% !important;
	width:100%;
}

dl.navi02 dd div.extra{
	background-color:#F93;
	color:#FFF;	
}


dl.navi dd div a,dl.navi02 dd div a{
	display:block;
	width:95%;
	position:relative;
	padding-left:5%;
	font-weight:bold;
}

dl.navi dd div,dl.navi02 dd div.extra a{
	color:#FFF;	
}


dl.navi dd div a:after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	position:absolute;
	top:40%;
	right:60px;
}


dl.navi02 dd div a:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 0 0 15px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	position:absolute;
	top:40%;
	right:60px;
}


div.seijin{
	background-color:#6277d0;
	border-radius:40px;
	text-align:center;
	font-weight:bold;
	padding:10px;
}

div.syouni{
	background-color:#18aada;
	border-radius:40px;
	text-align:center;
	font-weight:bold;
	padding:10px;
}

div.seijin a,div.syouni a{
	color:#FFF;
}

ul.numlist li{
	margin-bottom:20px;
	text-indent:-2em;
	padding-left:2em;
}


div.txtbox02{padding:10px; border:3px double #669; border-radius:10px; margin-bottom:30px;}

p.voice,div.voice{
	background-color:#FFFFFF;
	padding:10px 15px;
	margin:0 15px 40px !important;
	border:1px solid #BBBBEE;
}



form input[type="text"]{
	width:80%;
	font-size:120%;
	border-radius:5px;
}

form select{
	font-size:120%;
}

form textarea{
	width:80%;
	font-size:120%;
	border-radius:5px;
}

form input[type="submit"],form input[type="reset"],form input[type="button"]{
	padding:10px;
	font-size:120%;
	border-radius:5px;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap.movie {
	margin:0 0 50px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


div#pagetop{ position:fixed; bottom:10px; right:10px; width:90px; display:table; }
div#pagetop div{
	height:90px;
	width:90px;
	border-radius:100%;
	background-color:rgba(0,70,190,0.6);
	color:#FFF;
	text-align:center;
	vertical-align:middle;
	margin-bottom:10px;
	transition:border-radius 0.5s;
	font-size:70%;
}
div#pagetop div:hover{
	border-radius:10%;
}
div#pagetop div div{
	height:90px;
	width:90px;
	text-align:center;
	line-height:1.3;
}

div#pagetop div div a{
	color:#FFF;
	display:table-cell;
	text-decoration:none;
	vertical-align:middle;
	height:90px;
	width:90px;
	text-align:center;
	margin:0 auto;
}


div.txtbox{
	padding:15px;
	border-radius:10px;
	margin-bottom:40px;
	border:2px solid #666;
	background-color:#F8F8F8;
}


input[type="text"],textarea{
	padding:3px !important;
	width:96% !important;
	margin:10px 2% !important;
	box-sizing:border-box !important;
}
