@charset "utf-8";

/* CSS Document */

body {
	-webkit-text-size-adjust: 100%;
	width:100%;
	font-size: 15px;
	line-height: 18px;
	margin: 0px;
	padding-top: 0px;
	color: #800080;
	}
	
.g-nav ul{
	display:table;
	table-layout: fixed;
	width:100%;
	text-align: center;
	margin: 0px;
	position: relative;
	top: 0px;
	color: #FFFFFF;
	padding: 0px;
}

.g-nav li{
	display:table-cell;
	padding-right:0px;
	text-align:center;
	width:100%;
	padding-left: 0px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 15px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.g-nav li a{
	display:block;
}


.btn {
	background: -moz-linear-gradient(top,#FFCEE7, #FF75CF 50%,#FF4DA6 50%,#FF8CC6);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFCEE7), color-stop(0.5,#FF75CF), color-stop(0.5,#FF4DA6), to(#FF8CC6));
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #FF80C0;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(160,60,145,0.5);
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	width: 100%;
	font-size: 15px;
	display: table-cell;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	margin-left: 0px;
}

.global-nav ul{
	display:table;
	table-layout: fixed;
	width:100%;
}

.global-nav li{
	display:table-cell;
	text-align:center;
	color:#FF0099;
	background: #d6edee;
	background: -moz-linear-gradient(top,  #d6edee 0%, #b4d3d4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6edee), color-stop(100%,#b4d3d4));
	background: -webkit-linear-gradient(top,  #d6edee 0%,#b4d3d4 100%);
	background: -o-linear-gradient(top,  #d6edee 0%,#b4d3d4 100%);
	background: -ms-linear-gradient(top,  #d6edee 0%,#b4d3d4 100%);
	background-color: linear-gradient;
	background-position: bottom;
}
.global-nav li:not(:last-child){
	border-right:1px solid #b4d3d4;
}
.global-nav li a{
	padding:13px 0;
	display:block;
	color:#FF0099;
	text-decoration:none;
}
.global-nav li:active{
	background: #b4d3d4;
	background: -moz-linear-gradient(top,  #b4d3d4 0%, #d6edee 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6edee), color-stop(100%,#b4d3d4));
	background: -webkit-linear-gradient(top,  #b4d3d4 0%,#d6edee 100%);
	background: -o-linear-gradient(top,  #b4d3d4 0%,#d6edee 100%);
	background: -ms-linear-gradient(top,  #b4d3d4 0%,#d6edee 100%);
	background-color: linear-gradient;
	background-position: bottom;
}

.news{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	background: #fff;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	padding: 0px;
}

.news ul li{
	display:table;
	width:100%;
	margin-top: 10px;
}

.news ul li:not(:last-child){
	border-bottom:1px solid #f6efe2;
}

.news ul li a{
	display:block;
	position:relative;
	text-decoration:none;
	color:#574b35;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 7px;
	margin-top: 10px;
	margin-right: 20px;
	border: 1px dotted #FF66FF;
	background-color: #FFFDFF;
}

.news ul li a:after{
	content: "";
	display: block;
	height: 0px;
	width: 0px;
	border: 4px solid transparent;
	border-left-color: #e2a6a6;
	position:absolute;
	top:50%;
	right:10px;
}

.news ul li figure{
	display:table-cell;
	vertical-align:middle;
	width:50px;
	padding-right:5px;
	line-height:0.1em;
	font-size:1px;
}

.news ul li figure img{
	width:50px;
	height:auto;
}


.news ul li div{
	display:table-cell;
	vertical-align:middle;
	line-height: 18px;
}

.figure{
	height: 100%;
	width: 100%;
	margin-right: 10%;
	display: table;
}

.btn-tel {
	background: -moz-linear-gradient(top,#FFE9A6, #FEC501 50%,#FDAB68 50%,#FFDC51);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFE9A6), color-stop(0.5,#FEC501), color-stop(0.5,#FDAB68), to(#FFDC51));
	color: #FF66FF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #FFCC33;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(160,60,145,0.5);
	width: 500px;
	padding: 10px 0;
	text-decoration: none;
	text-shadow:2px 2px 2px #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
	display: table-cell;
}

.shadow {
	-webkit-box-shadow: 0px 0px 20px 10px #690 inset;
	-moz-box-shadow: 0px 0px 20px 10px #690 inset;
	box-shadow: 0px 0px 20px 10px #690 inset;
}

.coment {
	line-height: 20px;
	display: block;
	font-size: 15px;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 25px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.strong {
	line-height: 20px;
	font-weight: bold;
	color: #FF33CC;
}
.mizuiro {
	font-weight: bold;
	color: #6699FF;
}

.pink {
	color: #FF66FF;
}

.rounded-box-white-left {
	background-color:#FFFFFF;
	line-height:2;
	width:230px;
	height:inherit;
	margin:0px;
	float:left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-style:solid;
	border-color:#FF99CC;
	border-width:1px;
	behavior: url(http://www.nvv.co.jp/enkai/ie-css3.htc);
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 10px;
}



.rounded-box-3 {
	background-color:#FFEEFF;
	width:95%;
	line-height:2;
	text-align:left;
	margin-top:0px;
	margin-bottom:0px;
	text-align:left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px 15px 15px 15px;
	border-style:solid;
	border-color:#FF99CC;
	border-width:1px;
	behavior: url(http://www.nvv.co.jp/enkai/ie-css3.htc);
	padding: 5px;
}

.rounded-box-white-photo {
	background-color:#FFFFFF;
	line-height:22px;
	width:230px;
	height:300px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	border-style:solid;
	border-color:#FF99CC;
	border-width:1px;
	behavior: url(http://www.nvv.co.jp/enkai/ie-css3.htc);
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 20px;
	float: left;
}

.white-table {
	background-color:#FFFFFF;
	display: none;
	height: auto;

}
