@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 figure{
	text-align: center;
}
#contents section dl {
}
#contents section dl dt {
 float: left;
 width: 6em;
	color: #938D3A;
}
#contents section dl dd {
 padding-left: 1em;
 overflow: hidden;
 margin-bottom: 0.5em;
}
/* @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 */
