﻿@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Quicksand|Work+Sans';
/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height:0;
	font-family: 'Quicksand',  Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	/*visibility: hidden;*/
}

a:link { text-decoration:none; color: #FFF;}
a:visited { text-decoration:none; color: #FFF;}
a:active { text-decoration:none; color: #FFF;}
a:hover { text-decoration:none; color: #FFF;}

ul {
	padding:0;
	margin:0;
}
li {
	list-style:none;
}

h1 {
	font-size:40px;
	
	margin:0 0 0 4%;
	letter-spacing:2px;
	color:#FFF;
	max-width:120px;
	width:30%;
}
#wrap {
	width:100%;
	height:100%;
}
#nav {
	height:96%;
	position:fixed;
	top:4%;
	left:0;
	text-align:left;
    background: rgba(255,255,255,0);
	color:#FFF;
	padding:0 4%;
	line-height:1.8;
}
#nav ul {
	position:absolute;
	bottom:4%;
}
#nav ul li {
	margin:0;
	padding-top:40px;
	font-size:16px;
	letter-spacing:2px;
}

#head {
	position:fixed;
	width:100%;
	right:0;
	top:0;
	padding:20px 0;
}
.sns ul {
	width:150px;
	margin:4% auto;
}
.sns ul li {
	width:30px;
	float:left;
	margin:0 10px;
}


.copy {
	font-size:8px;
	position:absolute;
	bottom:1%;
	right:1%;
	color:#FFF;
}
.clear {
	clear:both;
}
@media screen and (max-width: 640px) {

#nav ul li {
	margin:0;
	padding-top:20px;
	font-size:16px;
}
#head ul li {
	width:20px;
	float:left;
	margin:0 6px;
}
}


#main {
	max-width:900px;
	margin:0 auto;
}
.news ul li {
	margin:10% auto;
	border-bottom:1px solid #999;
	padding-bottom:10%;
}
.img_box {
	width:30%;
	float:left;
}
.txt_box {
	width:60%;
	float:right;
	text-align:left;
}




/* fullSlideShow
--------------------------- */
.fullSlideShow {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.fullSlideShow ul {
	top: 50%;
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;
}
.fullSlideShow ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.fullSlideShow ul li img {
	width: 100%;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed;
	z-index: 90;
 	visibility: hidden;
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* =======================================
	ClearFixElements
======================================= */
.fullSlideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}
.fullSlideShow ul {
	display: inline-block;
	overflow: hidden;
}



