@charset "UTF-8";
/* CSS Document */

.hoverOp:hover {
	filter: alpha(opacity=40);
	opacity: 0.4;
}

a:link {
	color: #008f45;
	text-decoration: none;
}
a:visited {
	color: #008f45;
	text-decoration: none;
}
a:hover {
	color: #f15a24;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


a img {
	-webkit-transition: 0.2s ease-in-out;
	   -moz-transition: 0.2s ease-in-out;
	     -o-transition: 0.2s ease-in-out;
	        transition: 0.2s ease-in-out;
}

body {
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/base.jpg);
	background-size: 1400px;
	font-family: serif;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@import url("//netdna.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.css");
.exLink:after {
  margin: 0 3px;
  font-family: FontAwesome;
  vertical-align: middle;
  content: '\f08e';
}

.wrapper {
	width: 100%;
	max-width: 800px;
	margin:0 auto;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
br.sp{ display: none;}

/* ヘッダー
 * --------------------------------------------------------*/
 .head{
	 text-align: center;
	 margin:0 auto;
	 padding-top: 30px;
	 padding-bottom: 30px;
	 position: relative;
 }
 .head img {
	 max-width: 100%;
 }
 .pc { display: block !important; }
 .sp { display: none !important; }


 /*期間
  * --------------------------------------------------------*/
 .time_base_img {
 width: 750px;
 margin:0 auto;
 }
 .time_base {
 width: 750px;
 margin:0 auto;
 background-image: url(../images/base_time_mid.png);
 background-size: 100%;
 }
 .time_base .text_t {
 width: 680px;
 margin:0 auto;
 text-align: left;
 font-family: "Kaisho MCBK1";
 font-size:23px;
 letter-spacing: 1px;
 line-height: 1.8em;
 }


/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
width: 480px;
text-align: left;
margin:0 auto;
font-size:16px;
letter-spacing: 1px;
line-height: 1.9em;
padding-top: 20px;
padding-bottom: 20px;
color: #fff;
}
.yodogawa .prof {
font-size:16px;
letter-spacing: 1px;
line-height: 2em;
}


/*本文
 * --------------------------------------------------------*/
 .title{
 width: 700px;
 text-align: center;
 margin:0 auto;
 font-family: "Kaisho MCBK1";
 font-size:34px;
 letter-spacing: 1px;
 line-height: 1.8em;
 color: #fff;
 padding-top: 30px;
 padding-bottom: 30px;
 }
 .title_sub{
 text-align: center;
 margin:0 auto;
 padding-bottom: 50px;
 }
 .text{
 width: 500px;
 text-align: left;
 margin:0 auto;
 font-size:16px;
 letter-spacing: 1px;
 line-height: 1.9em;
 padding-bottom: 30px;
 }
 .bold{
 font-family: "Kaisho MCBK1";
 font-size:30px;
 letter-spacing: 1px;
 line-height: 1.7em;
 padding-top: 40px;
 }
 .red{
 font-size:15px;
 letter-spacing: 1px;
 line-height: 1.9em;
 color: #e60113;
 }
 .cap {
 font-size: 13px;
 letter-spacing: 1px;
 line-height: 1.8em;
 color: #777;
 text-align: center;
 margin-top: -20px;
 padding-bottom: 25px;
 }
 .photo{
 margin:0 auto;
 text-align: center;
 padding-top: 30px;
 padding-bottom: 30px;
 }

 .whitebase{
width: 700px;
background-color: #e8e4da;
text-align: center;
margin:0 auto;
padding-top: 60px;
padding-bottom: 40px;
margin-bottom: 40px;
border-radius: 10px;        /* CSS3草案 */
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
-moz-border-radius: 10px;   /* Firefox用 */
 }
 .whitebase2{
width: 700px;
background-color: #b4c7e7;
text-align: center;
margin:0 auto;
padding-top: 60px;
padding-bottom: 40px;
border-radius: 10px;        /* CSS3草案 */
-webkit-border-radius: 10px;    /* Safari,Google Chrome用 */
-moz-border-radius: 10px;   /* Firefox用 */
 }
.sage {
margin-left: 15px;
}


 /*ライン
	* --------------------------------------------------------*/
 .border {
 border-top: 1px solid #000;
 width: 700px;
 margin:0 auto;
 margin-top: 20px;
 margin-bottom: 20px;
 }


	/*フッター
	 * --------------------------------------------------------*/
	#footer{
		width: 700px;
		margin: 0 auto;
		clear: both;
		height: auto;
		margin-top: 70px;
		overflow: hidden;
		}
	#footer li{
		float: left;
		margin-right: 65px;
		list-style-type: none;
		}
		.home{
			padding-top: 10px;
			}


		.date {
		text-align:center;
		font-size: 14px;
		letter-spacing: 0.1em;
		padding-top:50px;
		padding-bottom:20px;
		color: #fff;
		}
		.copyright {
			text-align: center;
			font-size: 12px;
			letter-spacing: 0.1em;
			padding-top: 60px;
			padding-bottom: 60px;
			}



				/*タブレット対応
				* --------------------------------------------------------*/
						@media screen and (max-width: 900px) {

						.wrapper {
							width: 100%;
						}
						#navi {
							width: 100%;
							clear: both;
							text-align: center;
							margin-top: -6px;
							margin-bottom: -3px;
							}
						#navi img{
							height: 80px;
							}

					}



	/*スマホ対応
	* --------------------------------------------------------*/
			@media only screen and (max-width: 640px) {

                body:before {
                    content: '';
                    display: block;
                    position: fixed;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
					background-size: 100% auto;
                    z-index: -1;
                }

								.wrapper {
								width: 100%;
								}

								img{max-width:100%;height:auto;}

								br{ display: none;}
								br.sp{ display: inherit;}



	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	.head {
	width: 100%;
	padding-bottom: 10px;
	}
	.pc { display: none !important; }
  .sp { display: block !important; }


	/*スマホ対応 期間
   * --------------------------------------------------------*/
  .time_base_img {
  width: 95%;
  }
  .time_base {
  width: 95%;
  background-size: 100%;
  }
  .time_base .text_t {
  width: 90%;
  font-size:18px;
  line-height: 1.6em;
  }

		/*スマホ対応 ヨドガワ
		 * --------------------------------------------------------*/
		.yodogawa {
		width: 90%;
		font-size: 15px;
		line-height: 1.8em;
		}
		.yodogawa .prof {
		font-size: 15px;
		}

		/*スマホ対応 本文
		 * --------------------------------------------------------*/
		 .title{
		 width: 95%;
		 font-size:24px;
		 text-align: left;
		 padding-top: 10px;
		 padding-bottom: 20px;
		 }
		 .title_sub{
		 width: 90%;
		 padding-bottom: 30px;
		 }
		 .text{
		 width: 90%;
		 font-size:14px;
		 letter-spacing: 1px;
		 line-height: 1.9em;
		 padding-bottom: 10px;
		 }
		 .bold{
		 font-size:20px;
		 letter-spacing: 1px;
		 line-height: 1.7em;
		 padding-top: 40px;
		 }
		 .red{
		 font-size:13px;
		 letter-spacing: 1px;
		 line-height: 1.9em;
		 }
		 .cap {
		 font-size: 13px;
		 letter-spacing: 1px;
		 text-align: left;
		 margin-top: -20px;
		 padding-bottom: 25px;
		 }

		 .whitebase{
 		width: 95%;
		padding-top: 20px;
		padding-bottom: 0px;
 		}
		.whitebase2{
	 width: 95%;
	 padding-top: 20px;
	 padding-bottom: 0px;
	 }


		/*スマホ対応　ライン
		 * --------------------------------------------------------*/
		.border {
		width: 90%;
		margin-top: 30px;
		margin-bottom: 30px;
		}


		/*スマホ対応 フッター
		 * --------------------------------------------------------*/
		#footer{
		  width: 100%;
			height: auto;
			clear: both;
			margin: 0;
			padding: 0;
			padding-top: 30px;
		  text-align: center;
			}

		#footer li{
		  float: none;
		  display: inline-block;
			margin-left: 15px;
			margin-right: 15px;
			padding-bottom: 20px;
			font-size: 13px;
			}

		#footer li img{
			width: auto;
			height: 35px;
			}
			#footer .home img{
				width: 60%;
				height: 60%;
				}



			.date {
				font-size: 13px;
				padding-top: 40px;
				padding-bottom: 20px;
				}

		.copyright {
			width: 90%;
			margin:0 auto;
			padding-top: 20px;
			padding-bottom: 10px;
			}

		.copyright .text {
			font-size: 11px;
			text-align: center;
			}

}
