@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: #e2a50b;
	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;
}
br.sp {
  display: none;
}

/* ヘッダー
 * --------------------------------------------------------*/
 .logo{
 	text-align:left;
	padding-bottom: 20px;
 }
 .pc {
   display: block !important;
 }
 .sp {
   display: none !important;
 }


/*タイトル＆ヨドガワ
 * --------------------------------------------------------*/
 .contents1 {
width: 920px;
margin:0 auto;
overflow: hidden;
padding-bottom: 20px;
}
.contents1 .title {
width: 550px;
float:left;
}
.contents1 .right {
float:right;
font-size:14px;
line-height: 1.8em;
color: #fff;
}
.prof {
width: 600px;
margin:0 auto;
}


/*本文
 * --------------------------------------------------------*/
  .textbase {
 width: 900px;
 margin:0 auto;
 background-color: #fff;
 border-radius: 10px;
 }
 .photo_kinoko {
 text-align: center;
 padding-top: 50px;
 }
 .text_choice {
 text-align: center;
 padding-top: 30px;
 }
 .btn_choice {
 width: 840px;
 margin:0 auto;
 padding-top: 30px;
 padding-bottom: 70px;
 }


 /*本紹介
  * --------------------------------------------------------*/
  .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;
 }


 /*ボタン
  * --------------------------------------------------------*/
 .button {
	display: inline-block;
	width: 180px;
	height: 40px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	outline: none;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #F05A24;
	border-radius: 5px;
	border: 2px solid #F05A24;
	color: #fff !important;
	line-height: 40px;
}
.button:hover {
	background-color: #fff !important;
}
	border-color: #59b1eb;
	color: #59b1eb;
}
.button::before,
.button::after {
	top: 0;
	width: 50%;
	height: 100%;
	background-color: #F05A24;
}
.button::before {
	right: 0;
}
.button::after {
	left: 0;
}
.button:hover::before,
.button:hover::after {
	width: 0;
	background-color: #59b1eb;
}

/*アーカイブ
 * --------------------------------------------------------*/
 .archive {
	margin:0 auto;
 	width: 812px;
	padding-top: 30px;
	padding-bottom: 30px;
 }
 .archive ul {
 	width: 812px;
 }
 .archive li {
 	display: inline-block;
 	margin: 0 10px 15px 0;
 }


/*フッター
 * --------------------------------------------------------*/
#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: 30px;
		padding-bottom: 30px;
		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;
			}
			.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;}

			br {
		    display: none;
		  }

		  br.sp {
		    display: inherit;
		  }


	/*スマホ対応 ヘッダ＆ヨドガワ
	 * --------------------------------------------------------*/
	.logo {
 	width: 95%;
	text-align: center;
	padding-top: 10px;
 	}
	.contents1 {
	width: 95%;
	margin:0 auto;
	overflow: hidden;
	}
	.contents1 .title {
	width: 100%;
	text-align: center;
	}
	.contents1 .right {
	padding-top:20px;
	padding-left: 30px;
	float:none;
	width: 85%;
	margin:0 auto;
	font-size: 77%;
	}
	.contents1 img {
		width: 95%;
		height: auto;
	}

	.pc {
		display: none !important;
	}

	.sp {
		display: block !important;
	}

	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	.textbase {
		width: 95%;
		margin-bottom: 10px;
	 }
	 .photo_kinoko {
	 width: 90%;
	 margin:0 auto;
	 padding-top: 20px;
	 }
	 .text_choice {
	 text-align: center;
	 font-size: 90%;
	 }
	 .btn_choice {
	 width: 95%;
	 text-align: center;
	 padding-top: 15px;
	 padding-bottom: 25px;
	 }
	 .btn_choice img {
	 width: 90%;
	 }

	 /*スマホ対応　本紹介
	  * --------------------------------------------------------*/
	  .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;
  }


	/*スマホ対応 アーカイブ
	 * --------------------------------------------------------*/
	 .archive {
	 	width: 95%;
		text-align: center;
	 }
	 .archive img {
	 	width: 75px;
	 }
	 .archive ul {
	 	zoom: 1;
	 	width: 100%;
	 }
	 .archive li {
	 	margin: 0 0 5px 0;
	 }


	/*スマホ対応 フッター
	 * --------------------------------------------------------*/
	#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;
		}

}
