@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);

body {
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight:300;
}

header, .header{
	padding:10px 0 10px 30px;
	background:#ff7800;
	margin-bottom:0;
}

header img, .header img {
	height:40px;
	width:auto;
	display:block;
}

footer {
	width:100%;
	height:35px;
	background: #FF7800;
}

footer p, footer a {
	color: #fff;
	display: block;
	text-align: center;
}

footer .footBox {
	padding: 10px 0;
}

footer a {
	text-decoration: none;
	letter-spacing: 1px;
	float:right;
	margin-right: 30px;
	font-size: 13px;
}

footer a:hover {
	text-decoration: underline;
}

footer p {
	float:left;
	margin-left: 30px;
	letter-spacing: 1px;
	font-size: 11px;
	position: relative;
	top: 2px;
}

.close {
	position: absolute;
    top: 15px;
    right: 30px;
	transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
	width: 45px;
	height: 45px;
	cursor: pointer;
}

.close:hover {
	transform: rotate(720deg);
	-webkit-transform: rotate(720deg);
	-moz-transform: rotate(720deg);
	-o-transform: rotate(720deg);
	-ms-transform: rotate(720deg);
}

.close img {
	width: 100%;
	height: 100%;
}
/* Vertical Accordion Style */
.va-container{
	position:relative;
	margin:0 auto 0 auto;
}
.va-wrapper{
	width:100%;
	height:100%;
	position:relative;
	overflow:hidden;
	background:#000;
}
.va-slice{
	cursor:pointer;
	position:absolute;
	width:100%;
	left:0px;
	overflow:hidden;
}

.va-slice {
	background-size:cover !important;
}

.va-slice-1{
	background:#000 url(../img/bg_living.jpg) no-repeat center center;
}
.va-slice-2{
	background:#000 url(../img/bg_privilege.jpg) no-repeat center center;
}
.va-slice-3{
	background:#000 url(../img/bg_nexxdesign.jpg) no-repeat center center;
}
.va-slice-4{
	background:#000 url(../img/bg_nexxsolution.jpg) no-repeat center center;
}
.va-slice-5{
	background:#000 url(../img/bg_studionexx.jpg) no-repeat center center;
}
.va-slice-6{
	background:#000 url(../img/bg_nexxentertainment.jpg) no-repeat center center;
}
.va-slice-7{
	background:#000 url(../img/bg_flashmob_nagoya.jpg) no-repeat center center;
}
.va-slice-8{
	background:#000 url(../img/bg_nexxonlineshop.jpg) no-repeat center center;
}
.va-slice-9{
	background:#000 url(../img/bg_wearrs.jpg) no-repeat center center;
}
.va-slice-color-1{
	background-color:#97c5eb;
}
.va-slice-color-2{
	background-color:#68ace5;
}
.va-slice-color-3{
	background-color:#0072cf;
}
.va-slice-color-4{
	background-color:#0039a6;
}
.va-slice-color-5{
	background-color:#00338e;
}
.va-slice-color-6{
	background-color:#002c76;
}
.va-slice-color-7{
	background-color:#002144;
}
.va-title{
	font-size: 60px;
	padding: 30px 30px 0;
	color:#fff;
	text-shadow: 0px 0px 1px white;
	font-weight: normal;
}
.va-content{
	display:none;
	margin-left:10px;
	padding:10px 20px 0;
}

.va-content p {
	color:#FFF;
	font-size:13px;
	letter-spacing:1px;
	margin:0 0 10px 0;

}

.va-content .btn {
	border:1px solid #ff7800;
	padding:10px;
	margin-top:10px;
	color:#FFF;
	letter-spacing:1px;
	text-decoration: none;
	display:inline-block;
}

.va-content .btn:hover {
	background:#ff7800;
}

.va-slice ul{
	margin-top:20px;
}
.va-slice ul li{
	float:left;
	margin:0px 2px;
}
.va-slice ul li a{
	color:#000;
	background:#eede2f;
	padding:3px 6px;
	font-size:14px;
	font-family:'PT Sans', sans-serif;
}
.va-slice ul li a:hover{
	background:#000;
	color:#fff;
	text-shadow:none;
}
.va-nav {
	display: block;
}
.va-nav span{
	width:42px;
	height:24px;
	background:transparent url(../img/prev.png) no-repeat center center;
	position:absolute;
	top:20px;
	left:50%;
	margin-left:-22px;
	text-indent:-9000px;
	opacity:0.7;
	cursor:pointer;
	display:none;
	z-index:100;
}
.va-nav span.va-nav-next{
	background-image:url(../img/next.png);
	top:auto;
	bottom:20px;
}
.va-nav span:hover{
	opacity:1.0;
}

.secSubTitle {
	font-size:24px;
	font-weight: 300;
	letter-spacing:1px;
}

.secContent {
	font-size:13px;
	font-weight: 300;
}

a.button {
	float: left;
    color: inherit;
	text-decoration: none;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
	font-size: 13px;
	overflow: hidden;
    padding: 0;
	display: block;
	border: 1px solid #FF7800;
    color: #fff;
}
a.button::before {
    color: #fff;
	content: attr(data-text);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FF7800;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
a.button > span {
	display: block;
}

a.button::before,
a.button > span {
	padding: 5px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

a.button:hover::before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.button:hover > span {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.companyWhole {
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 9999;
	width: 100%;
	background: #FF7800;
	color: #fff;
	overflow: scroll;
	display: none;
}

.companyWhole .headContents {
	padding: 50px 30px 20px;
}

.companyWhole .close {
	position: fixed;
}
.companyWhole h2 {
	font-size: 24px;
}

.companyWhole p {
	font-size: 16px;
}


.companyWhole p.small {
	font-size: 13px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}
.mt25 {
	margin-top: 25px;
}

.mt50 {
	margin-top: 50px;
}

.cf:before,
.cf:after{
  content:"";
  display: table;
}
.cf:after{
  clear:both;
}
/*IE6,7対策 （haslayout対策）*/
.cf{
  *zoom:1;
}

@media screen and (max-width: 420px) {
	.va-title {
		padding: 10px 10px 0;
	}
	.va-title h3 {
		font-size: 24px;
	}
	.secSubTitle {
		font-size: 16px;
	}
	.secContent {
		font-size: 11px;
	}
	.va-nav {
		display: none;
	}
	.va-content {
		padding: 10px 10px 0;
		margin-left: 0;
		font-size: 12px;
	}
	footer a {
		margin-right: 10px;
		position: relative;
		top: 0px;
	}
	footer p {
		font-size: 10px;
		position: relative;
		top: 2px;
		margin-left: 10px;
		letter-spacing: 0;
	}
	header , .header{
		padding: 15px 10px 10px;
		text-align: center;
	}
	header img, .header img {
		height: 30px;
		margin: 0 auto;
	}
	.close {
		right: 10px;
		width: 30px;
		height: 30px;
	}
	.companyWhole .headContents {
		padding:30px 10px 20px;
	}

	.companyWhole h2 {
		font-size: 18px;
		letter-spacing: 0;
	}
	.companyWhole p, .companyWhole address {
		font-size: 14px;
	}
	.companyWhole p.small {
		font-size: 12px;

	}
}
