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

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

a:link {
	color: #004ecc;
	text-decoration: none;
}
a:visited {
	color: #004ecc;
	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 {
	color: #000;
	font-family: "Hiragino Mincho W3 JIS2004";
	letter-spacing: 0.1em;
	line-height: 2.0;
	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;
}

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

/* ヘッダー
 * --------------------------------------------------------*/
 #header{
	 width: 900px;
 	margin:0 auto;
 	position:relative;
 }
 #header_sp{
 	display:none;
 }

	/*本文
	 * --------------------------------------------------------*/
	 .text_title {
		 width: 480px;
		 margin:0 auto;
		 line-height: 1.9em;
		 padding-top: 20px;
		 padding-bottom: 20px;
		 font-size: 160%;
		}
		.archive_title {
 		 width: 480px;
 		 margin:0 auto;
 		 line-height: 1.7em;
 		 padding-top: 20px;
 		 padding-bottom: 20px;
 		 font-size: 120%;
 		}
		.info_title {
			width: 600px;
			margin:0 auto;
			line-height: 2em;
			padding-top: 20px;
			padding-bottom: 20px;
			font-size: 140%;
		 }
		.text {
 		width: 480px;
 		margin:0 auto;
 		}
		.title {
	 	margin:0 auto;
	 	text-align: center;
		padding-top: 150px;
		padding-bottom: 80px;
	 	}
		.photo {
	 	margin:0 auto;
	 	text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	 	}
		.photo2 {
	 	margin:0 auto;
	 	text-align: center;
		padding-top: 50px;
		padding-bottom: 50px;
	 	}
		.credit {
		font-size: 90%;
		color: #666;
	 	}
		.line{
		 text-align: center;
		 padding-top: 80px;
		 padding-bottom: 80px;
		}

		/* hitouyoshi_size
		 * --------------------------------------------------------*/
		.sizing{
			font-family: "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic W3 JIS2004", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Prov", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",sans-serif;
		  text-align: center;
		  margin: 30px auto 80px;
		  font-size: 12px;
		}

		.sizing table , td, th {
			border: 1px solid #595959;
			border-collapse: collapse;
		}

		.sizing td, th {
			padding: 3px;
			width:60px;
			height: 27px;
		}

		.sizing th {
			background: #f0e6cc;
		}
		.sizing .even {
			background: #fbf8f0;
		}
		.sizing .odd {
			background: #fefcf9;
		}
		.sizing .wide_f,.wide_m{
			width:230px;
		  font-size: 11px;
		}

		.sizing .wide_f{
			background-color:#FFE6F7;
		}

		.sizing .wide_m{
			background-color:#DCECF9;
		}

		.sizing .gray{
			background-color:#EDEDED;
		}

/*フッター
 * --------------------------------------------------------*/
#footer{
	width: 750px;
	margin: 0 auto;
	clear: both;
	height: auto;
	margin-top: 20px;
	padding-left: 120px;
	overflow: hidden;
	}
#footer li{
	float: left;
	margin-right: 70px;
	list-style-type: none;
	}
#btn_fb {
	text-align: center;
	padding-top: 30px;
	margin-left: 40px;
	}
	.date {
	text-align:center;
	font-size: 15px;
	letter-spacing: 0.1em;
	color: #666;
	padding-top:50px;
	padding-bottom:50px;
	}
	.copyright {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		clear: both;
		}
		.copyright .text {
			font-size: 12px;
			color: #666;
			letter-spacing: 0.02em;
			}


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

			.header img {
				width: 100%;
				height: auto;
			}
			.textbase {
				width: 90%;
			}
			.textbase img {
				width: 95%;
				height: auto;
			}
			.photo img {
				width: 95%;
				height: auto;
			}
			.photo2 img {
				width: 95%;
				height: auto;
			}
			.line img {
				width: 95%;
				height: auto;
			}

		 #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 {
				}
			.wrapper {
			width: 100%;
			}

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


	/*スマホ対応 ヘッダ
	 * --------------------------------------------------------*/
	 #header{
	 	display:none;
	 	}
	 #header_sp{
	 		display:block;
	 		position:relative;
	 		width:100%;
	 		margin:0 auto;
			padding-bottom: 30px;
	 	}
	 #header_sp img{
	 		width:100%;
	 		margin:0 auto;
	 	}
	.line {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	}


	/*スマホ対応 本文
	 * --------------------------------------------------------*/
	 .text {
 		width: 90%;
		font-size: 90%;
 	 }
	 .text br {
		 display: none;
		}
		.textbase {
		width: 85%;
		}
		.text_title {
		width: 90%;
		font-size: 110%;
		margin:0 auto;
		}
		.text_title br {
 		 display: none;
 		}
		.info_title {
		width: 90%;
		font-size: 100%;
		margin:0 auto;
		}
		.info_title br {
 		 display: none;
 		}
		.archive_title {
		width: 90%;
		font-size: 100%;
		margin:0 auto;
		}
		.title {
		width: 90%;
		padding-top: 20px;
		padding-bottom: 15px;
		}
		.photo_info img {
		width: 75%;
		}
		.photo img {
			width: 95%;
			height: 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 {
		font-size: 10px;
		text-align: center;
		}

		.date {
			font-size: 85%;
			}

		/* [sp] size */
		#dPage.dSize .nav_ttl {
		position: relative;
			top: 5px;
			left: auto;
			margin-left: 0;
			padding-left: 5px;
		}
		.dSize .sizeCont{
			width: 100%;
			margin: 30px auto;
		}
		.dSize .contents h2{
			text-align: center;;
			padding-top: 60px;
		}
		.dSize  #acMenu dd{
			display:none;
			margin-bottom: 60px;
			padding-left: 0;
		}

		.dSize #acMenu dt {
			font-size: 18px;
	}


	.dSize  #acMenu table , td, th {
		font-size:15px;
		text-align: center;
		border: 1px solid #595959;
		border-collapse: collapse;
	}
	.dSize  #acMenu td, th {
		padding: 3px;
		width:45px;
		height: 50px;
	}

	.dSize #acMenu dt span {
			padding-right: 5px;
			/* padding-left: 5px; */
			display: inline-block;
			margin-left: 5px;
			width: 20px;
			height: 20px;
			background: url(../images/size/arrow_close.png) no-repeat;
			background-size: 20px;
	}


		#dPage.dSize  #archive{
			margin: 50px auto;
		}
		#dPage.dSize .ac01 img{
			width: 18em;
		}
		#dPage.dSize .ac04 img{
			width: 18em;
		}
		#dPage.dSize .ac08_dd img{
			width: 15em;
		}



		.sizing td, th {
			padding: 3px;
			font-size: 11px;
			width: 60px;
			height: 27px;
	}

}
