@charset "utf-8";
.block{margin-top: 0px;}
h2#together{background-image: url(../images/h2_together.gif);}
#index{border-top: none;}
#index a{
	background: #A53F88;
	color: #fff;
}

#h3a h3{background-image: url(../images/h3_together_1.gif);}
#h3b h3{background-image: url(../images/h3_together_2.gif);}
#h3c h3{background-image: url(../images/h3_together_3.gif);}

p.title{
	margin: 0;
	font-size: 13px;
	line-height: 2;
	text-align: center;
	color: white;
	padding-top: 4px;
	background: orange;
}
.gallery{
	margin: 8px 0;
	padding-left: 8px;
}
.gallery li{
	display: inline-block;
	vertical-align: top;
	width: 190px;
	margin: 0;
	margin-right: 8px;
	margin-bottom: 14px;
	text-align: center;
}
.gallery li img{
	width: 100%;
}
.gallery p.date{
	margin: 0;
	font-size: 11px;
	line-height: 1.3;
}
.photomain{
	display: block;
	width: 480px;
	margin: 0 auto 1em;
}
.photoblock{
	float: left;
	margin-right: -12em;
}
.photo{
	width: 300px;
	margin-right: 1em;
	margin-bottom: 4px;
}
p.date{
	font-weight: bold;
	}
div.separate{
	margin-top: 2em;
	}

/* /////////////////////////////////////////////////
メディアクエリ
///////////////////////////////////////////////// */
@media screen and (max-width: 768px) {
	.photomain{
		width: 100%;
	}
	.photoblock{
		display: block !important;/*検証中*/
		width: 100%;/*検証中*/
		margin: 0 auto;/*検証中*/
	}
	.photo{
		width: 100%;
	}
}