@charset 'utf-8';
#contents h2 + div {
	padding: 40px 0;
	border-bottom: 5px #e5e5e5 solid;
}
#contents h2 + div p {
	font-size: 180%;
	line-height: 1.833333333333333;
	width: 550px;
	margin: 0 auto;
}
#contents h2 + div + div {
	width: 100%;
	margin: 40px auto;
}
#contents h2 + div + div img {
	margin: 0;
}


#contents div.section {
	padding-bottom: 40px;
	border-bottom: 5px #e5e5e5 solid;
}
#contents div.section.last {
	border: 0 none transparent;
}
#contents div.section p {
	font-size: 160%;
	line-height: 1.875;
	margin: 40px auto;
}



#contents h3 {
	margin: 60px 0 40px;
	border-bottom: 1px solid #CCC;
	font-weight: bold;
}
#contents h4 {
	margin: 40px 0 20px;
	font-weight: bold;
}
#contents h5 {
	margin: 0 0 0.5em 0;
	font-size: 160%;
	font-weight: bold;
}
#contents h6 {
	margin: 0.5em 0;
	font-size: 160%;
	font-weight: bold;
}


#contents div.row {
	overflow:hidden;
	height: auto;
}
#contents div.row + div.row {
	margin-top: 40px;
}
#contents div.row div.col {
	float:left;
}





#contents div.column1 {
	width: 460px;
	margin: 0 0 40px 0;
	padding: 30px;
	border: 1px solid #CCC;
	/* border-radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* END border-radius */
	vertical-align: top;
}
#contents div.col + div.col {
	margin-left: 40px;
}
#contents div.column2 {
	width: 460px;
	border: 1px solid #CCC;
	/* border-radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* END border-radius */
	background-color: #f2f2f2;
}
#contents div.column2 h5 {
	background-color: #1fccc9;
	padding: 10px 30px;
	color: #FFF;
	font-size: 180%;
}
#contents div.column1 p,
#contents div.column2 p {
	margin: 0;
}
#contents div.column2 p {
	padding: 25px 30px;
}



#contents div.cover {
	position: relative;
	display: inline-block;
	padding: 10px 15px 10px 2em;
	background-color: #e5e5e5;
	/* border-radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* END border-radius */
	font-size: 140%;
	vertical-align: middle;
	font-weight: bold;
}
#contents div.cover:before {
	content: "▶";
	position: absolute;
	font-size: 80%;
	color: #808080;
	display: inline-block;
	left: 10px;
	top: 10px;
}



#contents div.material {
	width: 460px;
}
#contents div.material h5 {
	margin: 30px 0;
	padding-bottom: 10px;
	font-size: 200%;
	border-bottom: 1px solid #CCC;
}
#contents div.material p {
	margin-top: 10px;
}



#contents div.step {
	width: 460px;
	margin-top: 20px;
	border: 1px solid #CCC;
	/* border-radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* END border-radius */
	background-color: #f2f2f2;
}
#contents div.step h5 {
	background-color: #1fccc9;
	padding: 10px 30px;
	color: #FFF;
	font-size: 180%;
}
#contents div.step ol {
	padding: 30px 30px 1em 30px;
}
#contents div.step ol li {
	font-size: 160%;
	list-style-type: decimal;
	margin-left: 2em;
	margin-bottom: 1em;
}
#contents div.step ul.att {
	padding: 0 30px 30px 30px
}



#contents div.coc {
	width: 460px;
	margin: 0 0 40px 0;
	padding: 30px;
	border: 1px solid #CCC;
	/* border-radius */
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	/* END border-radius */
}
#contents div.coc h5 {
	margin: 0 0 0.5em 0;
}
#contents div.coc p {
	margin: 0;
}
#contents div.coc p.photo {
	float:right;
}




#contents div.accordion-content {
	height: auto;
	overflow: hidden;
	display: none;
}
#contents div.accordion-content h6 {
}
#contents div.accordion-content p {
	margin: 20px 0;
}

#contents #care div.accordion-content h6 {
	margin-left: 160px;
	padding-top: 30px;
}
#contents #care div.accordion-content h6 + p {
	clear: both;
	padding-top: 10px;
}
#contents #care div.accordion-content p.photo {
	float: left;
	margin: 10px 0 0 0;
}




#contents ul.att {
}
#contents ul.att li {
	font-size: 140%;
	padding-left: 1em;
	margin: 0.5em 0;
}
#contents ul.att li:before {
	content: '※';
	margin-left: -1em;
}



@media (max-width: 600px) {
	#wrapper {
		width: 600px;
	}
	#contents {
		font-size: 13px;
	}
	#contents div.section {
		width: 550px;
		margin-left: auto;
		margin-right: auto;
	}
	#contents div.row + div.row {
		margin-top: 0;
	}
	#contents div.row div.col {
		float:none;
		margin-left: 0;
	}
	#contents div.column1,
	#contents div.column2,
	#contents div.material,
	#contents div.step,
	#contents div.coc {
		width: auto;
	}
	#contents div.column2, 
	#contents div.step {
		margin: 0 0 40px 0;
	}
}











