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

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

a:link {
	color: #F05A24;
	text-decoration: none;
}
a:visited {
	color: #F05A24;
	text-decoration: none;
}
a:hover {
	color: #FAC237;
	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 {
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(../images/base.gif);
	background-size: 1300px;
}

.wrapper {
margin:0 auto;
width:960px;
}

ul, li{
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}

/* Common
 * --------------------------------------------------------*/

 .head{
 	text-align:center;
 }

.text{
	width: 440px;
	margin: 0 auto;
	text-align: left;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 110%;
	line-height: 1.8;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}
.text_02{
	width: 440px;
	margin: 0 auto;
	text-align: left;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 110%;
	line-height: 2.0;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #000;
}
.text_gray{
	width: 440px;
	margin: 0 auto;
	text-align: left;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 90%;
	line-height: 1.8;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #666;
}

.text .image{
	text-align:center;
	padding-top: 35px;
	padding-bottom: 10px;
}

.image{
	text-align:center;
}
.image_map{
	padding-left: 15px;
}

.title{
	text-align:center;
}

.waku_02{
	width: 1000px;
	text-align: center;
	background: url(../images/waku_02.png) repeat;
}
.waku_04{
	width: 1000px;
	text-align: center;
	background: url(../images/waku_04.png) repeat;
}
.waku_06{
	width: 1000px;
	text-align: center;
	background: url(../images/waku_06.png) repeat;
}
.waku_08{
	width: 1000px;
	text-align: center;
	background: url(../images/waku_08.png) repeat;
}
.waku_10{
	width: 1000px;
	text-align: center;
	background: url(../images/waku_10.png) repeat;
}
.waku_12{
	width: 1000px;
	text-align: center;
	background: url(../images/waku_12.png) repeat;
}
.waku_14{
	width: 1000px;
	text-align: center;
	background: url(../images/waku_14.png) repeat;
}
.waku_16{
	width: 1000px;
	text-align: center;
	background: url(../images/waku_16.png) repeat;
}

/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 800px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 130px;
	}
#footer li{
	float: left;
	margin-right: 70px;
	list-style-type: none;
	}
#btn_fb {
	text-align: center;
	padding-top: 30px;
	margin-left: 70px;
	}
	.date {
	text-align:center;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #000;
	padding-top:50px;
	padding-bottom:50px;
	}
	.copyright {
		margin: 0 auto;
		padding-top: 50px;
		padding-bottom: 50px;
		padding-left: 270px;
		clear: both;
		}
		.copyright .text {
			font-size: 12px;
			font-family: Helvetica, Arial, sans-serif;
			color: #000000;
			letter-spacing: 0.02em;
			}



			@media screen and (min-width: 480px) {
			}



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

			body {
			background-image: url(../images/base.gif);
			background-repeat:repeat-y;
			background-position: top center;
			background-size: 100%;
			}
			.wrapper {
			width: 100%;
			}

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

	/*スマホ対応
			 * --------------------------------------------------------*/

	.text{
		width: 52%;
		font-size: 65%;
	}
	.text_02{
		width: 52%;
		font-size: 50%;
	}
	.text br {
	    display: none;
	}
	.text_gray{
		width: 52%;
		font-size: 65%;
	}
	.text_gray br {
	    display: none;
	}
	.image img{
		width: 95%;
		margin: 0 auto;
	}
	.image_btn img{
		width: 70%;
		margin: 0 auto;
	}
	.image_map img{
		width: 30%;
		margin: 0 auto;
		padding-top: 5px;
	}
	.title img{
		width: 60%;
		margin: 0 auto;
		padding-top: 10px;
	}

	.waku_02{
		width: 95%;
		margin: 0 auto;
		background-size:100% auto;
	}
	.waku_04{
		width: 95%;
		margin: 0 auto;
		background-size:100% auto;
	}
	.waku_06{
		width: 95%;
		margin: 0 auto;
		background-size:100% auto;
	}
	.waku_08{
		width: 95%;
		margin: 0 auto;
		background-size:100% auto;
	}
	.waku_10{
		width: 95%;
		margin: 0 auto;
		background-size:100% auto;
	}
	.waku_12{
		width: 95%;
		margin: 0 auto;
		background-size:100% auto;
	}
	.waku_14{
		width: 95%;
		margin: 0 auto;
		background-size:100% auto;
	}
	.waku_16{
		width: 95%;
		margin: 0 auto;
		background-size:100% auto;
	}


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

	#footer li{
	  /*
		margin-right: 30px;
	  */
	  float: none;
	  display: inline-block;
		margin-left: 15px;
		margin-right: 15px;
		padding-bottom: 20px;
		}

	#footer li img{
		width: auto;
		height: 72px;
		}



	#btn_fb {
	  /*
		margin-left: 40px;
		margin-right: auto;
	  */
		margin-left: 0px;
		margin-right: 0px;
	  /*
		text-align: center;
		clear: both;
	  */
		padding-top: 10px;
		}



	.copyright {
		padding-bottom: 30px;
		}

	.copyright .text {
	  width: 100%;
		font-size: 10px;
		text-align: center;
		}

}
