@import "design.css";
/* CSS Document */

/*##########テーブルデザイン#########*/
.toptable
{
	width:600px;
	border:none;
	margin:40px auto;
}

.toptable td {
	padding:10px;
}

.facilities
{
	width:700px;
	margin:0 auto;
	border: 1px solid #1B94D6;
	font-size: 0.9em;
}

.facilities tr{
border: 1px solid #1B94D6;

}

.facilities td
{
	padding:5px;
	border: 1px solid #1B94D6;
}

.conference
{
	width:700px;
	margin:15px auto;
	border: 1px solid #1B94D6;
}


.conference th {
	border: 1px solid #1B94D6;
	text-align:center;
	padding:5px;
	}
	
.conference tr{
border: 1px solid #1B94D6;

}

.conference td
{
	padding:5px;
	border: 1px solid #1B94D6;
}

.grouptarget {
	color:#39C;
	font-weight:bold;
	font-size: 15pt;
}
/*##########テーブルデザインここまで#########*/

/*##########プライバシーポリシー#########*/

.privasy ul {
	

}

.privasy li {
list-style:decimal;
padding-bottom:15px;
}
.privasy_2{
    padding: 10px;
}
.privasy_2 ul {
list-style: none;	
}

.privasy_2 li {

\line-height: 1.5em;
padding-bottom:10px;
}

/*##########プライバシーポリシーここまで#########*/

.trait ul {
	
}

.trait li {
	
	font-size:14pt;
	color:#09C;
	font-weight:bold;
	padding-left:10px;
	padding-bottom: 20px;
	list-style: none;
	
}

.trait li ul {
	width:90%;
	padding-left: 30px;
	
	
	}
	
.trait li ul li{
	margin-left: 20px;
	padding:10px 0 0 0;
	list-style: none;
	color:#333;
	font-weight:normal;
	font-size: 11pt;
	line-height: 1.8em;
	list-style-image:url(../facilities/img/trait_arw.gif);
	background-repeat: no-repeat;
	background-position: 2px 5px;
}

.trait li ul li ul li{
	padding:5px 0;
	/*list-style-image:url(../facilities/img/trait_arw.gif);*/
	color:#333;
	font-weight:normal;
	font-size: 11pt;
	line-height: 14pt;
	list-style: disc;
}


.lease ul {
}

.lease li {
	list-style-image:url(../other/img/li_star.png);
	font-size: 13pt;
	font-weight: bold;
	color: #933;
}

.lease li ul {

}

.lease li ul li{
	padding:15px 0px;
	list-style-image:url(../facilities/img/trait_arw.gif);
	color:#333;
	font-weight:normal;
	font-size: 11pt;
}

.fire_list ul {
}

.fire_list li {
	list-style: circle;
	padding-bottom: 10px;
	width: 85%;
	
}

.fire_list li ul li {
	width: 85%;
	font-size: 11pt;
	line-height: 13pt;
	padding-bottom: 10px;
	list-style-type: circle;
}



.target ul {
}

.target li {
	list-style-type:none;
}

.target li ul {
}

.target li ul li {
	list-style:decimal;
	padding:0 0 0 10px;
	width:85%;
}

.how ul {
}

.how li {
	list-style-type:none;
	font-size:14pt;
	padding-bottom:20px;
}

.how li ul {
}

.how li ul li {
	list-style:none;
	padding:0 0 0 10px;
	width:100%;
	font-size:11pt;
}
/*.5par {
	color:#333;
	font-size: 12pt;
	font-weight: bold;
}*/
/*モーダル*/
.overlays {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: opacity 200ms;
	visibility: hidden;
	opacity: 0;
}
.overlays .cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}
.overlays:target {
	visibility: visible;
	opacity: 1;
}
.modals {
	margin: 0px auto;
	padding: 20px;
	background: #fff;
	border: 1px solid #666;
	width: 800px;
	border-radius:6px;
	box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
	position: relative;
}
.modals h2 {
	margin-top: 0;
     line-height: 1.5em;
    font-size: 1.2em;
   
}
.modals .close {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	opacity: 0.8;
	transition: all 200ms;
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
	color: #777;
}
.modals .close:hover {
	opacity: 1;
}
.modals .cont {
	max-width: 100%;
	/*overflow: auto;*/
    
}

.modals p {
    line-height: 1.4em;
	
}
.modals p:last-child {
	
}
.modals ul{
    margin:0 0 0 2em;
    padding: 0;
}
.modals li{
    padding-bottom: 1em;
    margin: 0 1em;
    line-height: 1.4em;
}
/*a.button {
	background-color:#fff;
	box-shadow:0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
	cursor:pointer;
	display:block;
	font-weight:300;
	height:50px;
	padding:15px;
	text-align:center;
	border-radius:6px;
	margin:40px auto;
	max-width:200px;
	opacity:1;
	color:#333;
	text-decoration:none;
	transition:0.3s box-shadow ease;
	-webkit-transition:0.3s box-shadow ease;
	transform: translateY(0px);
	text-shadow: 0 0 0;
}
a.button:hover {
	box-shadow:0 12px 23px rgba(0, 0, 0, 0.23), 0 10px 10px rgba(0, 0, 0, 0.19);
}*/
.vmodal{
    font-size: 1.0em;
    padding: 1em 0;
    background:#FFFDD4;
    
}