@charset "utf-8";

/* ===================
	CommonElements
http://black-flag.net/jquery/20141028-5428.html
=================== */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background-color: #e60; 
	visibility: hidden;
}

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

h1 {
	margin-bottom: 20px;
	padding: 10px 0;
	background: #000;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
small {
	padding: 30px 0;
	width: 100%;
	font-size: 12px;
	text-align: center;
	display: block;
}

#container {
	width: 100%;
	text-align: center; 
}


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


/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 50%;
    width: 50px;
    height: 50px;
    position: absolute; /* absolute or fixed */
    z-index: 105;
}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../img/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../img/btnNext.png) no-repeat center center;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute; /* absolute or fixed */
	z-index: 90; /* 非表示にする場合は「90」以下に */
 	visibility: hidden; /* 非表示にする場合は「hidden」 表示する場合は「visible」 */
}

.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;
}


/* Wrapper
--------------------------- */
#wrapper {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
}

.contents {
	padding: 30px 50px 50px 50px;
}
.contents p {
	padding-bottom: 3em;
	line-height: 180%;
}

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



/* top Navigation
--------------------------- */
.navigator {
/*	position: fixed; 
	width: 100%; 
	z-index: 106; */
	color: #fd9; 
	text-shadow: 3px 3px 5px #000; 
	text-align: left; 
	line-height: 1em; 
	padding: 0 0 0 24px; 
	top: 0; 
	left: 0; 
	background-color: #e60;
}

.gmenu {
	padding: 0; 
	height: 48px; 
	border-top: solid 0px #c30; 
}
.gmenu a, a:link, a, a:visited {
	color: #feb;
	text-decoration: none;
}
.gmenu a:hover {
	color: #fff;
	text-decoration: none;
}

.gmenu ul{
	text-align: left; 
	font-size: 18px; 
	line-height: 22px; 
	margin: 0; 
	padding: 0; 
}
.gmenu ul li{
	display: block; 
	float: left; 
	margin: 0; 
	padding: 16px 2em 12px 0; 
	list-style: none; 
}
.gmenu ul li.lang{
	padding: 16px 0.5em 12px 0.5em; 
}
img.title {
	float: left; 
	width: 200px; 
	height: 35px; 
	margin: 7px 0 0; 
}



h2 {
	font-size: 1.75em; 
	font-weight: bold; 
}


/* ==================
	スマホ用
================== */

@media screen and (max-width: 800px) {
h1 {
	padding-left: 12px; 
}
.paper {
	padding: 0 12px; 
}

.navigator {
	position: relative; 
	z-index: 106; 
	color: #fd9; 
	text-shadow: 3px 3px 5px #000; 
	text-align: left; 
	padding: 0 0 0 12px; 
}

.width{
	margin: 0 auto; 
/*		min-width: 480px; */ 
	padding-left: 0; 
}
.menu {
	border-top: solid 0px #0cc; 
	border-bottom: solid 0px #350; 
}

.gmenu {
	margin: 0 auto;
/*		min-width: 480px; */ 
	padding: 0; 
	height: 48px; 
	border-top: solid 1px #c30; 
}
.gmenu ul{
	text-align: left; 
	font-size: 20px; 
	line-height: 16px; 
	width: 100%; 
	margin-left: 0; 
	border-width: 0; 
}
.gmenu ul li{
	width: 100%; 
			padding: 20px 0 18px 0; 
	border-top: solid 1px #c30; 
	border-right: 0; 
}
.gmenu ul li.lang{
	padding: 20px 0 18px 0; 
}
/*
.gmenu ul li a{
	padding-left: 12px; 
}
*/
.gmenu img {
	float: left; 
	width: 200px; 
	height: 35px; 
	margin: 12px 0 12px; 
}


  }

