@charset "UTF-8";

/* -----------------------------------------------------------
CSS Information

 Site URL:       http://
 File name:      construction.css
   
----------------------------------------------------------- */


/* ----------------------------------------------------------------------
	contents
---------------------------------------------------------------------- */

.construction-box {
	padding-bottom: 80px;
}

.construction-box ul {
	position: relative;
	padding-bottom: 45px;
}

.construction-box ul li {
	position: absolute;
	top: 0;
}

.construction-box ul li.ctg1 { left: 200px; }
.construction-box ul li.ctg2 { left: 370px; }
.construction-box ul li.ctg3 { left: 580px; }
.construction-box ul li.ctg4 { left: 819px; }

.construction-box table {
	width: 1016px;
	=border: 5px solid #2B9FD2;
	=-webkit-border-radius: 20px;
	=-moz-border-radius: 20px;
	=-o-border-radius: 20px;
	=border-radius: 20px;
	=margin-bottom: 5px;
}

.construction-box table th {
	font-size: 16px;
	width: 100px;
	text-align: center;
	padding: 15px 15px 10px 15px;
	vertical-align: middle;
	=-webkit-border-radius: 16px 0 0 16px;
	=-moz-border-radius: 16px 0 0 16px;
	=-o-border-radius: 16px 0 0 16px;
	=border-radius: 16px 0 0 16px;
	border-right: 1px solid #2B9FD2;
	background: url(../img/common/bg1.gif) 0 0;
}

.construction-box table td {
	font-size: 14px;
	line-height: 1.4;
	padding: 15px 10px 15px 10px;
	vertical-align: middle;
	=border-right: 1px solid #2B9FD2;
}

.construction-box table td.ctg1 { width: 190px; }
.construction-box table td.ctg2 { width: 140px; }
.construction-box table td.ctg3 { width: 250px; }

.construction-box table td.ctg3 p { font-size: 87%; }

.construction-box table td.hover {
	text-align: center;
	border-right: 0;
}


/* ////////////// 
  規制情報
////////////// */

.sup {
	width: 956px;
	font-size: 123%;
	line-height: 1;
	text-align: center;
	padding: 25px;
	margin-bottom: 35px;
	border: 5px solid #e70012;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	-o-border-radius: 12px;
	border-radius: 12px;
}

.link-box {
	padding-bottom: 1235px;
	margin-bottom: 80px;
	position: relative;
}

.link-box iframe {
	position: absolute;
	top: 0;
	left: -10px;
}


/* -- end -- */
