@charset "utf-8";

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : about.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */

div.column:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
div.column {
	display: inline-block;
}
* html div.column {
	height: 1%;
}
div.column {
	display: block;
}


/* ********************************************************************************
 * ■Wonder chefについて
 * file path : /about/index.html
 * body class name : body.about
 * ******************************************************************************** */

body.about div#container {
	width: 1000px;
	margin:0 auto;
	background: url(images/about_content_bg.jpg) 100% 100% no-repeat;
}

/* div#content
 * ******************************************************************************** */
body.about div#content {
	padding-bottom: 53px;
}
/* h1 */
body.about div#content h1 {
	margin: 60px 0 40px;
}
/* h2 */
body.about div#content h2 {
	margin-bottom: 25px;
}
/* p.text1 */
body.about div#content p.text1 {
	margin-bottom: 40px;
	line-height: 1.7;
}
/* dl */
body.about div#content dl {
	margin-bottom: 70px;
}
body.about div#content dl dt {
	margin-bottom: 10px;
}
body.about div#content dl dd {
	width: 535px;
	margin-bottom: 25px;
	line-height: 1.7;
}
/* dd.text2 */
body.about div#content dl dd.text2 {
	width: 500px;
}

/* div#footer
 * ******************************************************************************** */
div#footer {
	margin-top: -53px;
}
