@charset "UTF-8";

/* CSS Document */

/*========= マイギャラリー =========*/

#contentInfo img{
	border: none;
}

#contentInfo {
	width:750px;
	margin:0px auto;
}

#contentInfo h3{
	background:url(../images/gallery_title.gif) left no-repeat;
	width:750px;
	height:28px;
	text-indent:-99999px;
	margin-bottom:20px;
}

/* ギャラリーコンテンツ */
.galleryBox {
	width:720px;
	margin:0px auto;
}

.line {
	width:750px;
	clear:both;
	margin-bottom:20px;
}

.left {
	float:left;
	list-style:none;
	width:200px;
}

.center {
	float:left;
	list-style:none;
	margin:0 0 0 60px;
	width:200px;
}

.right {
	float:left;
	list-style:none;
	margin:0 0 0 60px;
	width:200px;
}

.line .title{
	color:#280267;
}


@media(max-width:767px){


	#contentInfo h3{
		margin-left:10px;
		width:675px;
		height:25px;
		margin-bottom:20px;
		background-size: contain;
	}




}