@charset "utf-8";
/****************************************

          Top Bar

*****************************************/

#top {
	width: 100%;
	background: #036;
	padding: 2px 0;
}

#top h1 {
	width: 960px;
	color: #bcd;
	font-size: 11px;
	font-weight: normal;
	margin: 0 auto;
	padding: 0 10px;
	overflow: hidden;
		text-shadow: 1px 1px 0 #014;
}



/****************************************

          Header

*****************************************/


header{
	width: 100%;
	height: 68px;
	background: url(../images/header_bg.gif) repeat-x;
}
#headerin{
	width: 960px;
	height: 68px;
	margin: 0 auto;
}
#header_logo{
	width: 170px;
	height: 68px;
	float: left;
}
#header_tel{
	width: 505px;
	height: 68px;
	float: right;
}

/****************************************

          Nav

*****************************************/
#gnavibg{
	width: 100%;
	height: 41px;
	margin: 0 auto;
	background: url(../images/gnavi_bg.gif) repeat-x;
}
#gnavi{
	width: 989px;
	height: 41px;
	margin: 0 auto;
}
#gnavi ul li{
	float: left;
	list-style-type: none;
}

/****************************************

          keyv

*****************************************/
#keyv{
	width: 100%;
	height: 501px;
	background: #33b3ed repeat-x;
}
#keyv div{
	width: 960px;
	height: 501px;
	margin: 0 auto;
	background: url(../images/top.jpg);
}

/****************************************

          Main Content

*****************************************/

#content {
	background: none repeat scroll 0 0 #fafafa;
	border-bottom: 1px solid #ccc;
	width: 100%;
}

#content .wrap {
	background: none repeat scroll 0 0 #fff;
	border-left: 10px solid #f3f3f3;
	border-right: 10px solid #f3f3f3;
	box-shadow: 5px 0 0 #eee, -5px 0 0 #eee, 1px 0 0 #eee inset, -1px 0 0 #eee inset;
	/*overflow: hidden;*/
	padding: 0;
}

/* support */
#support{
	width: 960px;
	height: 120px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(../images/support.jpg);
	background-repeat: no-repeat;
}
#btn_top{
	float: right;
	height: 103px;
	margin: 10px 17px 0 0;
	width: 454px;
}

/* check */
#check{
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#check_01{
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

/* roho */
#roho{
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#roho_01{
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

#roho_02{
	width: 887px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}

/* koe */
#koe{
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}

#koe_01{
	width: 920px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
}


/****************************************

          Footer

*****************************************/
.wrap {
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}
footer {
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #ccc;
	background: #eee;
	padding: 10px 0;
}

footer .address {
	width: 280px;
	font-size: 12px;
	margin: 20px;
	float: right;
	text-shadow: 1px 1px 0 #fff;
}

footer .address img {
	margin: 0 0 10px 0;
}


/****************************************

          Coptright

*****************************************/

#copyright {
	width: 100%;
	font-size: 11px;
	text-align: center;
	border-top: 3px solid #036;
	background: #ccc;
	margin: 1px 0 0;
	padding: 10px 0;
		text-shadow: 1px 1px 0 #eee;
}


/****************************************

	page-mailfoirm index

*****************************************/
#form {
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 10px;
	width: 860px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#form ul li{
	list-style-type: none;
}
form#mailformpro {
    padding: 10px 0;
}
.mfp_achroma {
    background-color: #fff;
}
#mailformpro th {
    background: none repeat scroll 0 0 #d3ecff;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    padding: 20px 0;
    vertical-align: middle;
}

#mailformpro td {
    border-bottom: 1px solid #ccc;
    padding: 15px 0 20px 30px;
    width: 71%;
}
#submit_btn {
    background: url("../images/covbtn.gif") repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 63px;
    width: 427px;
}
	
div.mfp_buttons {
	clear: both;
	padding: 10px 0px;
	text-align: center;
}
