@charset "UTF-8";



/*-----05：セクションの共通スタイル------*/
.section {
	width: 100%;
	height: 400px;
	position: relative;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/*-----06：セクション内部の共通スタイル------*/
.sectionContent {
	width: 900px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
}


/*-----10：ギャラリーのボタン------*/
a.bx-prev {
	display: block;
	position: absolute;
	left: -60px;
	top: 170px;
}
a.bx-next {
	display: block;
	position: absolute;
	right: -60px;
	top: 170px;
}

/*-----11：ギャラリーのキャプション------*/
div.bx-captions {
	text-align: center;
	color: #80c5f4;
	margin-top: 15px;
}


ol,ul {
	list-style: none;
}

img {
	vertical-align: bottom;
}

fieldset,img {
	border: 0;
}
body {
}

