@charset "UTF-8";

#main-box {
	/* position: relative;
	margin-left: 25px;
	margin-top: 95px;
	margin-bottom: 65px;
	width: 700px;
	min-height: 600px; */
	margin: 0 10px;
}

/* 砂浜の写真 */
#sunahama-photo {
	/* position: absolute;
	left: 450px;
	top: 0px; */
	text-align: center;
	margin: 0 0 30px 0;
}

h3 {
	height: 70px;
	font-size: 14pt;
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
	padding: 10px 0 0 0;
}

#about {
	line-height: 32px;
	font-size: 12pt;
	margin-top: 0;
	margin-bottom: 40px;
	/* width: 440px; */
}

#sunabi {
	margin: 4px 0 20px 0;
}

#sunabitempo {
	/* margin-left: 40px;
	margin-top: 20px;
	margin-bottom: 20px; */
	margin: 20px 2px 20px 2px;
	text-align: center;
}




#contact-box {
	margin-left: 56px;
	margin-top: 20px;
}

#contact-box p {
	float: left;
	color: #3faeea;
	margin-left: 14px;
	font-size: 10pt;
}

#contact_box h3 {
	float: left;
	padding: 0;
	margin-left: 14px;
	margin-top: 16px;
	margin-bottom: 0;
	font-size: 11pt;
	color: #3faeea;
	height: 22px;
}

/* リンク（通常） */
#contact-box a:link
{
	text-decoration:none;		/* 表示形式 : アンダーライン無し */
	color:#3faeea;
}
/* リンク（既に見たリンク） */
#contact-box a:visited
{
	text-decoration:none;		/* 表示形式 : アンダーライン無し */
	color:#3faeea;
}
/* リンク（選択時） */
#contact-box a:active
{
	text-decoration:none;		/* 表示形式 : アンダーライン無し */
	color:#3faeea;
}

/* リンク（リンク上にポインタがある時） */
#contact-box a:hover
{
/*	text-decoration:underline;*/	/* 表示形式 : アンダーラインあり */
	text-decoration:none;		/* 表示形式 : アンダーライン無し */
	color:#ff3333;
}




/*
h3 {
	font-size: 15pt;
	font-weight: lighter;
	height: 28px;
	border-left: solid 5px #3faeea;
	margin-top: -10px;
	margin-bottom: 18px;
	padding-left: 10px;
	padding-top: 8px;
}

h3 span {
	position: relative;
}
*/
#description {
	position: relative;
	height: 50px;
}

/* 参加イラスト */
#sanka_illust {
	position: absolute;
	left: 586px;
	top: 5px;
}

/* 作品募集中 */
#sankabosyu {
	position: absolute;
	left: 20px;
	top: -15px;
}

/* カメラ小僧 */
#kamerakozou {
	position: absolute;
	left: 80px;
	top: -10px;
}

/* .sanka-category-box .sanka-picture {
	float: left;
	width: 205px;
}

.sanka-category-box .sanka-leaflet {
	float: left;
	width: 113px;
}

.sanka-category-box div {
	float: left;
	width: 253px;
}

.sanka-category-box .sanka-description {
	height: 132px;
	font-size: 9pt;
	line-height: 140%;
	width: 250px;
}

.sanka-category-box .sanka-bosyu {
	float: left;
	width: 129px;
	padding-left: 12px;
	padding-top: 20px;
}

.sanka-category-box .sanka-picture-one {
	float: left;
	width: 318px;
}

.tensen {
	margin-top: 20px;
}

.bottom-margin {
	margin-bottom: 10px;
} */




@media (min-width: 560px) {

	.about-contents-box {
		display: flex;
	}

	.about-contents-box div {
		flex: 1;
	}

	#sunahama-photo {
		/* position: absolute;
		left: 450px;
		top: 0px; */
		text-align: right;
		margin: 14px 0 30px 0;
		Width: 210px;
	}



}



@media (min-width: 1123px) {

	.main-content {
		width: 705px;
		padding: 75px 0 0 0;
	}



}
