﻿@charset "UTF-8";
/*! #######################################################################

	Sample jQuery Photoswipe
	--------

	To be used with jQuery Photoswipe by Free jQuery (http://free-jquery.com/)

####################################################################### */

/*===============================================
笳峻mart.css  逕ｻ髱｢縺ｮ讓ｪ蟷・′640px縺ｾ縺ｧ
===============================================*/
@media screen and (max-width:640px){
body {
	background-image: url("../img/bg.jpg");
	background-repeat: repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "繝偵Λ繧ｮ繝手ｧ偵ざ Pro W3", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, Osaka, "・ｭ・ｳ ・ｰ繧ｴ繧ｷ繝・け", sans-serif;
}
#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container p {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#container #footnavi {
	clear: both;
	float: left;
	width: 100%;
}
header {
	width: 100%;
	clear: both;
	float: left;
	position: relative;
	top: 0px;
	z-index: 999;
	padding-top: 12px;
	height: 50px;
	padding-bottom: 10px;
}

.pw {
    margin-top: 100px;
	margin-left: 100px;
}
.passs {
	width: 90%;
	margin-right: auto;
	margin-left: 5%;
}

.passs p {
	padding-left: 150px;
}
.past * {
	box-sizing: border-box;
}
.past p {
    line-height: 1.8;
}
dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
dl dt {
	text-align: right;
	width: 8.5em;
	padding: 0.6em 1.0em 0.5em 0.5em;
	position: relative;
	font-size: 13px;
}
dl dt::after {
	content: '●';
	position: absolute;
	right: -0.35em;
	top: -2px;
	font-size: 22px;
	color: green;
}
dl dd {
	font-size: small;
	width: calc(100% - 8.5em);
	padding: 0.6em 1.5em 0em;
	border-left: 2px solid #ccc;
}
dl dd b {
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 5px;
}
dl dd span {
	color: red;
}
/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
.mean-nav ul li {
	font-family: 'Droid Serif', serif;
}
.logo_box {
	width: 250px;
	padding-top: 14px;
	position: absolute;
	top: 0px;
	left: 50%;
	z-index: 9999;
	margin-left: -140px;
}
.logo_box .logo {
	width: 200px;
	margin-right: auto;
	margin-left: auto;
}
.logo_box .logo img{
	width: 200px;
}
.main_area {
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.item {
	background-image: url("../img/border.png");
	background-repeat: repeat-x;
	clear: both;
	float: left;
	width: 100%;
	padding-top: 120px;
	padding-bottom: 5px;
	line-height: 0px;
	text-align: center !important;
}
.item img {
	width: 32px;
}
.category_title {
	clear: both;
	float: left;
	width: 100%;
	text-align: center !important;
	margin-bottom: 10px;
	font-size: 20px;
	letter-spacing: 0.1em;
	font-family: 'Droid Serif', serif;
}
.title_text {
	clear: both;
	float: left;
	width: 100%;
	text-align: left;
        margin-left: 30px;
        margin-right: -30px;
	margin-bottom: 30px;
	font-size: 16px;
	letter-spacing: 0.1em;
        font-family: 'meiryo';
        font-weight: bold;
}
.main_text {
	clear: both;
	float: left;
	width: 80%;
	text-align: left;
        margin-left: 30px;
        margin-right: -30px;
	margin-bottom: 30px;
	font-size: 14px;
	letter-spacing: 0.1em;
        font-family: 'Droid Serif', serif;
}
.imageAll {
	clear: both;
	padding: 100px 8px 50px 8px;
	overflow: hidden;
	font-size: 0px;
}
.imageBox_unit {
	/* IE 6/7 */
	display: inline;
	zoom: 1;
	width: 22%;
	margin: 0 4% 4% 0;
	display: inline-block;
}
.imageBox_last {
	/* IE 6/7 */
	display: inline;
	zoom: 1;
	width: 22%;
	margin: 0 0 4% 0;
	display: inline-block;
}
.box_left {
	width:49%;
	margin-right: 2%;
}
.box_right {
	width:49%;
	margin-right: 0%;
}
.title {
	margin-top: 5px;
	margin-bottom: 8px;
	float: left;
	font-size: 14px;
	color: #000000;
	text-align: center;
}
.text {
	float: left;
	color: #999999;
	font-size: 12px;
	font-color: #2043ff;
	background-color: #ff6620;
	background-image: none;
	line-height: 19px;
	text-align: center;
}
.image img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: auto;
	border: none;
}
/* ローディング画面 */
#loading {
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background-color: #0bd;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.spinner {
	width: 100px;
	height: 100px;
	margin:200px auto;
	background-color: #fff;
	border-radius: 100%;
	animation: sk-scaleout 1.0s infinite ease-in-out;
}
/* ローディングアニメーション */
@keyframes sk-scaleout {
	0% {
		transform: scale(0);
	} 100% {
		transform: scale(1.0);
		opacity: 0;
	}
}
.loaded {
	opacity: 0;
	visibility: hidden;
}
.subtitle {
	font-family: sans-serif;
	font-size: 18px;
}}
