/* CSS Document */

#key {
	display: none;

}

.blue {
	color: #5175AF;
}

.red {
	color: #C03;
}

/* メインイメージ枠 */
.container000 {
	/*	margin: 0px;
	max-width: 100%;
	min-width: 200px;
*/	background-image: url(../img/FM_Nenga2019.jpg);








	no-repeat 0 0;
	background-size: cover;
	height: 0px;
	padding-top: 68.27%;
/*    border-radius:10px;
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; */
}

.container001 {
	/*	margin: 0px;
	max-width: 100%;
	min-width: 200px;
*/	background-image: url(../img/topimg2.jpg);

	no-repeat 0 0;
	background-size: cover;
	height: 0px;
	padding-top: 13.97%;
/*    border-radius:10px;
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; */
}

.container002 {
	/*	margin: 0px;
	max-width: 100%;
	min-width: 200px;
*/	background-image: url(../img/topimg3.jpg);


	no-repeat 0 0;
	background-size: cover;
	height: 0px;
	padding-top: 13.22%;
/*    border-radius:10px;
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; */
}

.spinner {
	height: 100px;
	width: 100px;
	border-radius: 10%;
	-webkit-animation: sk-scaleout 3.0s infinite ease-in-out;
	animation: sk-scaleout 3.0s infinite ease-in-out;
	margin-top: -68%;
	margin-right: 90%;
	padding: 0px;
}

#spinner a {
	display: block;
	width: 100%;
	height: 100%;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0.0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 100% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}


/* メイン画像指定 */
p.resizeimage img {
	width: 100%;
/*    border-radius:10px;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 10px;  
    -webkit-border-bottom-left-radius: 10px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; 
	box-shadow:0px 0px 3px 3px #EEE;
	-moz-box-shadow:0px 0px 3px 3px #EEE;
	-webkit-box-shadow:0px 0px 3px 3px #EEE;*/	
}



/* メイン枠 */
.container00 {
	margin: 0px auto;
	padding: 0px 0px;
	max-width: 960px;
	min-width: 200px;	
    border-radius:10px;
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 10px;  
    -moz-border-radius-bottomleft: 10px; 
	box-shadow:0px 0px 3px 3px #EEE;
	-moz-box-shadow:0px 0px 3px 3px #EEE;
	-webkit-box-shadow:0px 0px 3px 3px #EEE;	
}



/* グローバルナビ */
.inline {
	text-align: center;
	margin-bottom: 50px;
	padding-top: 20px;
	margin-top: 0px;
}
.inline li {
	display: inline;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	padding-right: 40px;
}


.inline2 {
	text-align: center;
	margin-bottom: 0px;
	padding-top: 20px;
	margin-top: 0px;
}
.inline2 li {
	display: inline;
	/*font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	font-weight: bold;
	padding-right: 40px;
}


/* コンテンツ画像指定 */
p.resizeimage2 img {
	width: 100%;
    border-radius:10px;
    -webkit-border-top-left-radius: 10px;  
    -webkit-border-top-right-radius: 10px;  
    -webkit-border-bottom-right-radius: 0px;  
    -webkit-border-bottom-left-radius: 0px;  
    -moz-border-radius-topleft: 10px;  
    -moz-border-radius-topright: 10px;  
    -moz-border-radius-bottomright: 0px;  
    -moz-border-radius-bottomleft: 0px; 
}


/* コンテンツテキスト指定 */
.txt_area {
	max-width: 960px;
	min-width: 200px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 40px;
	padding-left: 30px;
	word-break: break-all;
	border-radius:10px;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	margin-bottom: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	background-color: rgba(255,255,255,0.7);
}

.right {
	text-align: right;
	margin-top: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}

.left {
	text-align: left;
	margin-top: 20px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: normal;
}

.ff {
	font-family: Arial, Helvetica, Verdana, "“ヒラギノ角ゴPro W3″", "“Hiragino Kaku Gothic Pro”", Osaka, "“メイリオ”", Meiryo, "“ＭＳ Ｐゴシック”", sans-serif;
	font-family: 'Josefin Sans', sans-serif;	
}

.f2 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
}

.f2c {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2em;
	text-align: center;
}

.f3 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.2em;
	font-weight: bold;
}

.f4 {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.3em;
	font-weight: bold;
}

.f5 {
	font-family: 'Josefin Sans', sans-serif;
	font-weight: bold;
}


/*p.txt_area img {
	width: 100%;
}
*/

/*.txt_area2 {
	max-width: 960px;
	min-width: 200px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-top: 0px;
	padding-right: 29px;
	padding-bottom: 30px;
	padding-left: 29px;
	text-align: right;
	margin-bottom: 80px;
}

p.txt_area2 img {
	width: 100%;
}*/


/*ページトップリンク*/
#page-top {
	position: fixed;
	bottom: 40px;
	font-size: 77%;
	left: 20px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	padding: 10px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
	background-color: #999999;
}
#page-top a:hover {
	text-decoration: none;
	background-color: #CCCCCC;
}


/*フッター*/
.footer {
	text-align: right;
	width: 98%;
	color: #FFF;
	word-break: break-all;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #344B72;
	padding: 1%;
/*	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	box-shadow:0px 0px 3px 3px #EEE;
	-moz-box-shadow:0px 0px 3px 3px #EEE;
	-webkit-box-shadow:0px 0px 3px 3px #EEE;*/
}

#rogo {
	text-align: center;
	width: 100%;
	padding-top: 30px;
}

.spot {
	padding: 5%;
	width: 89%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #CCC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}

.spot a{
	display: block;
	width: 100%;
	height: 100%;
}

.spot2 {
	padding: 5%;
	width: 89%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #CCC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	text-align: center;
}


.spot3 {
	padding: 3%;
	width: 89%;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	border: 1px solid #CCC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color: #E2E2E2;
	background-image: url(../img/block.jpg);
}

.spot3 a{
	display: block;
	width: 100%;
	height: 100%;
}


.spot4 {
	padding: 2%;
	width: 89%;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border: 1px solid #CCC;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	background-color: #E2E2E2;
	background-image: url(../img/block.jpg);
	text-align: center;
}

.spot4 a{
	display: block;
	width: 100%;
	height: 100%;
}



.blue {
	color: #00C;
}

.c {
	text-align: center;
}
.box {
	border: 1px solid #CCC;
	width: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
