@charset "utf-8";
/* @group Reset */


/* @group Contents */
#contents {
	text-align: left;
}
#contents div#slide-show {
	margin-bottom: 2em;
}
#contents section{
	padding: 0 1em 2em;
}
#contents section section{
	padding: 0 0 1em;
}
/* @end */

/*500px*/
@media screen and (min-width : 500px) {


/*768px*/
@media screen and (min-width : 768px) {

#contents section{
	padding: 0 8em 2em;
}
#contents section figure{
	float: right;
	margin: 0 0 0 1em;
}
}

/*1024px*/
@media screen and (min-width : 1024px) {

#contents section{
	padding: 0 12em 3em;
}
}
/* @end */
