/* CSSÃ£ÂÂ¯Ã¥Â¿â€¦Ã¨Â¦ÂÃ¦Å“â‚¬Ã¤Â½Å½Ã©â„¢ÂÃ£Ââ€”Ã£Ââ€¹Ã¦Å’â€¡Ã¥Â®Å¡Ã£Ââ€”Ã£ÂÂ¦Ã£ÂÂ¾Ã£Ââ€ºÃ£â€šâ€œÃ£ÂÂ®Ã£ÂÂ§Ã£ÂÅ Ã¥Â¥Â½Ã£ÂÂ¿Ã£ÂÂ§Ã¯Â¼Ë†Ã£â€šâ€šÃ£ÂÂ¡Ã£â€šÂÃ£â€šâ€œÃ¥Â¤â€“Ã©Æ’Â¨Ã¥Å’â€“OKÃ¯Â¼â€° */
body{
	/* font-family:"Times New Roman", Times,"Ã¦Â¸Â¸Ã¦ËœÅ½Ã¦Å“ÂÃ¤Â½â€œ", "Yu Mincho", YuMincho, "HGÃ¦ËœÅ½Ã¦Å“ÂB",'Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¦ËœÅ½Ã¦Å“Â Pro W3','Hiragino Mincho Pro','HGSÃ¦ËœÅ½Ã¦Å“ÂE','HGÃ¦ËœÅ½Ã¦Å“ÂE','Ã¯Â¼Â­Ã¯Â¼Â³ Ã¯Â¼Â°Ã¦ËœÅ½Ã¦Å“Â',"Yu Mincho", 'Noto Serif JP', serif; */
	font-size:16px;
}

#w_gallery_list h2{
	font-size:20px;
	color: #fff100;
	font-weight: 600;
}
/*
#w_gallery_list h2{
font-size:16px;
color:#856257;
margin:10px 0px 10px 0;
font-weight:normal;
border:1px solid #856257;
border-bottom:3px solid #856257;
padding:5px 10px;
text-shadow:1px 1px 0px #fff;

background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(243,243,243,1) 50%, rgba(237,237,237,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(50%,rgba(243,243,243,1)), color-stop(51%,rgba(237,237,237,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(243,243,243,1) 50%,rgba(237,237,237,1) 51%,rgba(255,255,255,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
*/

#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailText{
	margin:30px 0 15px;
	color: #fff;
}

.detailText p {
	margin: 30px 0;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border: 1px solid #fff;
	color: #fff;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.backORcloseBtn a:hover {
	color: #000e45;
	background: #fff;
}
.detailUpfile img{
	width: auto;
	height:auto;
}
.pNav{
	font-size:11px;	
}
@media only screen and (max-width: 640px) {
	.detailUpfile img{
		max-width: 400px;
	}
}@media only screen and (max-width: 480px) {
	.detailUpfile img{
		max-width: 300px;
	}
}

.detailText a{/* font-size:16px; */color: #ffffff;font-weight:600;border: 1px solid #fff;padding: 10px 20px;}
.detailText a:hover{color: #000e45;background: #fff;border: none;}
