/*! single.php_�Y�t�摜�\��
---------------------------------------------- */

#attachment_list{
	padding: 10px;
	margin-bottom: 15px;
	background: #f8f8f3;
	border: 1px solid #dcd3be;
}

#attachment_list h4{
	padding-bottom: 5px;
}

#attachment_list ul{
	margin-left: 3px;
}

#attachment_list li{
	float:left;
	width:94px;
	height:94px;
	margin:0 7px 7px 0;
}

#attachment_list li:nth-child(3n){
}

#attachment_list li a{
	display:block;
	padding:7px;
	background-color:#fff;
	border:1px solid #dcd3be;
}

#attachment_list li a:hover{
	background-color:#eee;
	border:1px solid #ccc;
}

#attachment_list li img{
	width: 78px;
	height: 78px;
}

/*! attachment.php_�Y�t�摜�\��
---------------------------------------------- */

#attachment_img{
	margin-bottom: 15px;
}

#attachment_img .main_img{
	text-align: center;
}

#attachment_img .main_img img{
	box-sizing: border-box;
	max-width: 100%;
	padding:7px;
	background-color:#fff;
	border:1px solid #dcd3be;
}

#attachment_img .attachment_nav{
	margin: 10px 0;
	text-align: center;
}

#attachment_img .attachment_nav li {
	display: inline-block;
	width: 94px;
}

#attachment_img .attachment_nav li a{
	display: inline-block;
	margin: 0 auto;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.0;
	color: #002856;
	text-align: center;
	background-image: linear-gradient(top, rgb(197 197 185 / 0%) 90%,rgb(197 197 185 / 65%) 100%);
	background-image: linear-gradient(top, rgb(197 197 185 / 0%) 90%,rgb(197 197 185 / 65%) 100%);
	background-image: linear-gradient(top, rgb(197 197 185 / 0%) 90%,rgb(197 197 185 / 65%) 100%);
	background-image: linear-gradient(top, rgb(197 197 185 / 0%) 90%,rgb(197 197 185 / 65%) 100%);
	background-image: linear-gradient(top, rgb(197 197 185 / 0%) 90%,rgb(197 197 185 / 65%) 100%);
	background-clip: padding-box;
	border: 1px solid #c5c5b9;
		border-radius: 5px;
		border-radius: 5px;
	border-radius: 5px;
	box-shadow: 2px 0 3px #ebebe9;
}

#attachment_img .attachment_nav li a:hover {
		opacity: 0.75;
}

#attachment_img .attachment_nav span {
	display: block;
	width: 94px;
	padding: 12px 0;
	font-size: 12px;
}

/*! 20150605 �ǉ�
---------------------------------------------- */

#attachment_list ul{
	margin-left: 0 !important;
}

#attachment_list li:nth-child(3n){
	margin-right: 0 !important;
}