@charset "UTF-8";


html, body {
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	font-family: "I-OTFゴシックオールドPro L";
	background-color: #FFFFFF;/* #f0f7f7 */
 	color: #000000;/* #ff0051 */
 	-webkit-overflow-scrolling: touch;
}
html{
    font-size: 625%;/* 16pxに625%を掛けると100pxになる */
}
body{
	font-size: .16em;/* 通常サイズは100pxの0.16倍で16px。ここだけfont-size em */
}
.showText {
	visibility:visible;
}

ul{
	list-style: none;
}

.lazyload, .lazyloading {
    opacity: 0;
}
.lazyloaded {
    opacity: 1;
    transition: opacity 1000ms;
}

/* ----------------------------------------------------
　　　　　　　　　　　FONT PLUS
---------------------------------------------------- */
#fontplus_kaku {
font-family: "I-OTFゴシックオールドPro L";
}
#fontplus_kakub {
font-family: "I-OTFゴシックオールドPro D";
}


.menu_on a:link{
	color:#000000;
	text-decoration:none;
}
.menu_on a:visited{
	color:#000000;
	text-decoration:none;
}
.menu_on a:hover{
	color:#000000;
	text-decoration:a:link;
}
.menu_on a:active {
	color:#000000;
	text-decoration:none;
}

.menu_on2 a:link{
	color:#000000;
	text-decoration:none;
}
.menu_on2 a:visited{
	color:#000000;
	text-decoration:none;
}
.menu_on2 a:hover{
	color:#000000;
	text-decoration:a:link;
}
.menu_on2 a:active {
	color:#000000;
	text-decoration:none;
}



/* link */
a:link {
	color:#000000;
	text-decoration:none;
}
a:visited {
	color:#000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
	text-decoration:underline;
}
a:active {
	color:#000000;
	text-decoration:none;
}

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



/* .loadArea
--------------------------- */
.loadArea {
	margin: 0 auto 10px auto;
	width: 300px;
	text-align: left;
}
.loadSet1 {float: left;}
.loadSet2 {float: right;}

.loadArea .loadItem {
	padding: 10px 0;
	width: 300px;
	line-height: 160%;
	border-bottom: #666 1px dotted;
}
.loadArea #item1_1,
.loadArea #item2_1 {
	border-top: #666 1px dotted;
}
.loadArea .loadItem img {
	margin: 0 15px 0 0;
	width: 100px;
	height: 100px;
	float: left;
}

/* .nowLoading
--------------------------- */
.nowLoading {
	padding: 5px 0;
	width: 100%;
	text-align: center;
}

/* .loadMoreBtn
--------------------------- */
.loadMoreBtn {
	padding: 10px 0;
	text-align: center;
	border: #FFFFFF 1px solid;
	cursor: pointer;
}


/* Loading-spinner */
#loading{
	position: fixed;
	z-index: 9999999999;
	width: 100%;
	height: 100%;
	background: #FFF;/* #dcdce2 */
}

.spinner {
  width: 40px;
  height: 40px;
  position: absolute;
  top:50%;
  left:50%;
  margin-top: -30px;
  margin-left: -20px;
  display: none;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #b1b1bb;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}