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

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

a:link {
	color: #142350;
	text-decoration: none;
}
a:visited {
	color: #142350;
	text-decoration: none;
}
a:hover {
	color: #8f82bc;
	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;
	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: 900px;
	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; }

 .icon {
 		position: absolute;
 	 top: 240px;
 	 right: 130px;
 }

/*ヨドガワ
 * --------------------------------------------------------*/
.yodogawa {
width: 500px;
text-align: left;
margin:0 auto;
font-size:18px;
letter-spacing: 1px;
line-height: 2.2em;
padding-bottom: 20px;
}
.yodogawa .prof {
font-size:16px;
letter-spacing: 1px;
line-height: 2em;
font-family: "NOW-GB";
}
.yodogawa .bold {
font-size:27px;
letter-spacing: 1px;
line-height: 1.5em;
font-family: "NOW-GB";
}


/*商品
 * --------------------------------------------------------*/
.contents1 {
width: 900px;
padding-bottom:30px;
overflow: hidden;
}

.contents1 .left {
width: 400px;
float: left;
font-size:17px;
letter-spacing: 1px;
line-height: 1.8em;
}

.contents1 .right {
width: 400px;
float: right;
font-size:17px;
letter-spacing: 1px;
line-height: 1.8em;
}
.price {
font-size:13px;
letter-spacing: 1px;
line-height: 1.8em;
}
.about {
font-size:14px;
letter-spacing: 1px;
line-height: 1.8em;
padding-top: 10px;
text-align: center;
}


 /*ライン
	* --------------------------------------------------------*/
 .border {
 border-top: 1px solid #999;
 width: 900px;
 margin:0 auto;
 margin-top: 20px;
 margin-bottom: 20px;
 }
 .border_400 {
 border-top: 1px solid #8f82bc;
 width: 400px;
 margin-top: 5px;
 margin-bottom: 5px;
 }


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


		.date {
		text-align:center;
		font-size: 14px;
		letter-spacing: 0.1em;
		padding-top:50px;
		padding-bottom:20px;
		}
		.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: 95%;
	padding-bottom: 20px;
	}
	.pc { display: none !important; }
  .sp { display: block !important; }

	.icon {
		width: 20%;
			top: 100px;
			right: 15px;
	}


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


		/*スマホ対応 商品
		 * --------------------------------------------------------*/
		.contents1 {
		width: 85%;
		margin:0 auto;
		overflow: hidden;
		}
		.contents1 .left {
		width: 90%;
		float:none;
		font-size: 15px;
		line-height: 1.8em;
		}

		.contents1 .right {
			width: 90%;
			float:none;
			font-size: 15px;
			line-height: 1.8em;
		}
		.price {
		font-size:12px;
		letter-spacing: 1px;
		line-height: 1.8em;
		}
		.about {
		font-size:13px;
		letter-spacing: 1px;
		line-height: 1.8em;
		padding-top: 10px;
		text-align: center;
		}

		/*スマホ対応　ライン
		 * --------------------------------------------------------*/
		.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;
			}

}
