@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
body {
	font-size: 100%;
	line-height: 140%;
	font-family: Arial,Helvetica,sans-serif;
	color: #000;
	text-align: center;
	background: #fff;
	visibility: hidden;
	/*margin: 0;*/
}

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 {
	height: 100%;
	max-width: 1140px;
	background-color: #ffffff;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

/* 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 {
	max-width: 100%;
}
.fullSlideShow a{
	cursor: default;
}

/* SideNavi
------------------------- */
.fullSlideShow .btnPrev,
.fullSlideShow .btnNext {
    margin-top: -25px;
    top: 70%;
    width: 50px;
    height: 50px;
    position: fixed; /* absolute or fixed */
    z-index: 201;
    cursor: pointer;

}
.fullSlideShow .btnPrev {
    left: 10px;
    background: transparent url(../image/index/slide/btnPrev.png) no-repeat center center;
}
.fullSlideShow .btnNext {
    right: 10px;
    background: transparent url(../image/index/slide/btnNext.png) no-repeat center center;
}


/* PagiNation
--------------------------- */
.pagiNation {
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: fixed; /* absolute or fixed */
	z-index: 200; /* 非表示にする場合は「90」以下に */
 	visibility: visible; /* 非表示にする場合は「hidden」に */
}

.pagiNation a {
	margin: 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	overflow: hidden;
	background: #000;
	cursor: pointer;

}
.pagiNation a.pnActive {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}
#lm_google_search_box {
	float: right;
	margin-right: 20%;
	width: 280px;
}
#lm_google_search_box .gsc-input-box {
	overflow: hidden;
}
#lm_google_search_box .gsc-control-cse {
	padding: 3px ;
	background: none;
	border: none;
}

#lm_google_search_box form {
        text-align: right;
        margin: auto;
}


/* Wrapper
--------------------------- */
#wrapper {
	font-size: 90%;
	margin:22% 0%;
	width: 100%;
	text-align: center;
	position: absolute;
	z-index: 120;
	opacity: 1;
	text-shadow: 1px 1px 1px #FFF,
    -1px 1px 1px #FFF,
    1px -1px 1px #FFF,
    -1px -1px 1px #FFF;
}
#wrapper2 {
	font-size: 90%;
	width: 95%;
	text-align: center;
	position: absolute;
	z-index: 120;
	opacity: 1;
	text-shadow: 1px 1px 1px #FFF,
    -1px 1px 1px #FFF,
    1px -1px 1px #FFF,
    -1px -1px 1px #FFF;
}
.contents {
	padding: 30px 50px 50px 50px;
	text-shadow: 1px 1px 1px #FFF,
    -1px 1px 1px #FFF,
    1px -1px 1px #FFF,
    -1px -1px 1px #FFF;

}
.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;
}

/* Floating Button Styles */
.floating-button {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #60b3f7;
  color: white;
  padding: 12px 20px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  transition: background-color 0.3s ease;
}
.floating-button:hover {
  background-color: #5ca7e6;
}

