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

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

a:link {
	color: #0071BC;
	text-decoration: none;
}
a:visited {
	color: #0071BC;
	text-decoration: none;
}
a:hover {
	color: #F05A24;
	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_2016.jpg);
	background-size: 1500px;
	font-family: sans-serif;
	color: #000000;
	letter-spacing: 0.1em;
	animation: fadeIn 2s ease 0s 1 normal;
	-webkit-animation: fadeIn 1s ease 0s 1 normal;
}

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

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

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

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

/* ヘッダー
 * --------------------------------------------------------*/
 .logo{
 	text-align:center;
	padding-top: 10px;
	padding-bottom: 20px;
 }



/*本文
 * --------------------------------------------------------*/
  .textbase {
 width: 900px;
 margin:0 auto;
 background-color: #fff;
 border-radius: 10px;
 }


 /*本紹介
  * --------------------------------------------------------*/
  .contents_book {
 width: 750px;
 margin:0 auto;
 overflow: hidden;
 padding-top: 40px;
 padding-bottom: 40px;
 }
 .contents_book .photo {
 width: 330px;
 float:left;
 }
 .contents_book .right {
 float:right;
 font-size:14px;
 line-height: 1.8em;
 }
 .bold {
 font-size:20px;
 font-weight: 600;
 line-height: 1.8em;
 padding-bottom: 20px;
 }
 .credit{
 font-size:13px;
 line-height: 1.8em;
 padding-top: 20px;
 color: #666;
 }
 .comment{
 font-size:13px;
 line-height: 1.8em;
 padding-top: 20px;
 }
 .contents_book .amazon{
 padding-top: 5px;
 padding-bottom: 5px;
 }


/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 800px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 130px;
	overflow: hidden;
	}
#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: #fff;
	padding-top:50px;
	padding-bottom:50px;
	}
	.copyright {
		text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
		clear: both;
		}
		.copyright .text {
			font-size: 12px;
			color: #fff;
			letter-spacing: 0.02em;
			}



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

					.wrapper {
						width: 100%;
					}
					.contents1 {
						width: 92%;
					}
					.contents1 .title {
						width: 60%;
					}
					.contents1 .title img{
						width: 90%;
						height: auto;
					}
					.contents1 .right {
						width: 40%;
						font-size: 80%;
					}
					.contents1 img {
						width: 60%;
						height: auto;
					}
					.textbase {
						width: 95%;
					}
					.textbase img {
						width: 95%;
						height: auto;
					}
					.textbase .answer img {
						width: 75%;
						height: auto;
					}
					.textbase .name img {
						width: 20%;
						height: auto;
					}
					.btn_choice {
						width: 95%;
						text-align: center;
					}
					.btn_choice img {
						width: 31%;
						height: auto;
					}
					.contents_book {
						width: 95%;
					}
					.contents_book .right {
						width: 50%;
					}
					.archive {
						width: 95%;
						text-align: center;
					}
					.archive ul {
						width: 100%;
					}
					.archive img {
					width: 65px;
				 }
				 #footer {
					 width: 80%;
				 }
				 #footer img {
					 width: 40%;
				 }
				 #footer li{
					margin-right: -20px;
					}
					#btn_fb {
						margin-left: 0px;
						}
				}



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

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

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


	/*スマホ対応 ヘッダ＆ヨドガワ
	 * --------------------------------------------------------*/
	.logo {
 	width: 95%;
	text-align: center;
	padding-top: 10px;
 	}

	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	.textbase {
		width: 95%;
	 }


	 /*スマホ対応　本紹介
	  * --------------------------------------------------------*/
	  .contents_book {
	 width: 90%;
	 margin:0 auto;
	 overflow: hidden;
	 }
	 .contents_book .photo {
	 width: 100%;
	 text-align: center;
	 padding-bottom: 15px;
	 }
	 .contents_book .photo img {
	 width: 65%;
	 }
	 .contents_book .right {
 	padding-top:20px;
 	float:none;
 	width: 90%;
 	margin:0 auto;
 	font-size: 80%;
 	}
	 .contents_book .right br {
	display: none;
	}
	.bold {
  font-size: 18px;
  }
	.comment{
  font-size: 12px;
  }
	.contents_book .amazon{
  padding-top: 10px;
  }


	/*スマホ対応 フッター
	 * --------------------------------------------------------*/
	#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 {
		font-size: 10px;
		text-align: center;
		}

}
