body{
/*
	background-image: url('../images/main_bg.jpg');
	background-repeat:no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color:rgba(255,255,255,0.3);
*/
}

.popuplink {
	color: #87ceeb !important;
}

.popuplink:hover {
	color: #ddd !important;
}

/* =====================================================================
	punkuzu_list
================================================================== */
#punkuzu_list {
	width: 100%;
	height: 24px;
	margin: 0;
	border-top: solid 1px #333;
	text-align: right;
    padding-top: 5px;
    padding-right: 20px;
	font-size: 12px;
	color: #f1f1f1;
    opacity: 0.8;
}

#punkuzu_list a {
	color: #87ceeb !important
}

#punkuzu_list a:hover {
	color: #ccc;
}

/* =====================================================================
	base_select
================================================================== */
.base_select {
	width: 80%;
	margin:0 auto;
	text-align: left;
}

.base_select ul li{
	list-style-type: disc;
	font-size: 18px;
}

.form-group-list {
	width: 80%;
	margin: 30px auto;
}

.base_select p {
	padding-bottom: 20px;
	font-size: 20px;
}

/* =====================================================================
	info_frame
================================================================== */
#info_frame {
    width: 100%;
}

#info_frame ul#info {
    -webkit-align-items: center;
    -webkit-flex-direction: row;
    max-width: 1170px;
    width: 90%;
    margin: 30px auto;
    padding: 10px;
}

#info_frame ul#info li {
    padding: 10px 0;
    padding-left: 5px;
    border-bottom: dotted 1px #f1f1f1;
    list-style-type: disc;
}

#info_frame ul#info li .date {
    color: #4169e1;
}

#info_frame ul#info li a {
	text-decoration: underline;
	color: #87ceeb;
}

#info_frame ul#info li a:hover {
	color: #f1f1f1;
}

#book img {
    width: 90%;
    margin: 0 auto;
}

/* =====================================================================
	sandaiyamayakei_link
================================================================== */
.sandaiyamayakei_link {
    width: 100%;
    border: solid 1px #999;
    border-radius: 5px;
    text-align: center;
    padding: 10px 22px;
    background: linear-gradient(#333, #666);
    margin: 20px 0;
}

.sandaiyamayakei_link:hover {
    opacity: 0.7;
}

.sandaiyamayakei_link a {
    display: block;
    width: 100%;
}

.sandaiyamayakei_link img {
    width: 20%;
    vertical-align: middle;
}

/* =====================================================================
	page top
================================================================== */
#pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    text-indent: -9999px;
    margin: 0;
}

#pagetop a {
    position: relative;
    display: block;
    width: 65px;
    height: 65px;
    background-color:rgba(0,0,0,0.5);
    transition: opacity .6s ease;
}

#pagetop a:hover {
    background-color:rgba(0,0,0,0.9);
}

#pagetop a::before {
    position: absolute;
    top: 7px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 14px;
    height: 14px;
    margin: auto;
    content: '';
    transform: rotate(-45deg);
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
}

#pc-footer .v-align-flex {
	text-align: center !important;
}

footer a {
	color: #87ceeb !important;
	text-decoration: underline;
}

footer a:hover {
	color: #f1f1f1;
}

/* sp menu */
#fixed-sp-menu {
	display: none;
	position: fixed;
	width: 100%;
	bottom: 0px;
	opacity: 1;
	z-index: 100;
}

#fixed-sp-menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
  background: linear-gradient(#000022,#000055);
}

#fixed-sp-menu ul li {
	justify-content: center;
	align-items: center;
	width: 25%;
	padding: 0;
	margin: 0;
}

#fixed-sp-menu ul li a {
	color: #fff;
	text-align: center;
	display: block;
	width: 100%;
	padding: 10px 0px 0px 0px;
	font-size: 12px;
	text-decoration: none;
}

#fixed-sp-menu footer{
	width: 100%;
}

#fixed-sp-menu footer .v-align-flex{
	text-align: center !important;
}

@media screen and (max-width:900px) {
    #g_nav ul li {
        margin: 0 8px 0 0 !important;
    }

	#g_nav ul li a {
		font-size: 11px !important;
	}
}

@media screen and (max-width:767px) {
	#pagetop a {
	    width: 45px;
	    height: 45px;
	}
	#pagetop a::before {
	    top: 5px;
	    width: 10px;
	    height: 10px;
	}

	#g_nav {
		display: none !important;
	}

	#pc-footer {
		display: none;
	}

	#fixed-sp-menu {
		display: block;
	}

}
