@charset "utf-8";


/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::

	file name : info.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * CLEARFIX
 * ******************************************************************************** */

body.info div#content div#column2 ol.points li dl:after,
body.info div#content div#column3 ul.usage:after {
	content:".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
body.info div#content div#column2 ol.points li dl,
body.info div#content div#column3 ul.usage {
	display: inline-block;
}
* html body.info div#content div#column2 ol.points li dl,
* html body.info div#content div#column3 ul.usage {
	height: 1%;
}
body.info div#content div#column2 ol.points li dl,
body.info div#content div#column3 ul.usage {
	display: block;
}


/* ********************************************************************************
 * ■圧力鍋の使用に関するご注意
 * file path : /info/index.html
 * body class name : body.info
 * ******************************************************************************** */

/* div#content
 * ******************************************************************************** */
/* h1 */
body.info div#content h1 {
	margin: 60px 0 30px;
}
/* div.column
 * -------------------------------------------------------------------------------- */
body.info div#content div.column {
	margin: 0 10px;
}
/* div#column1
 * -------------------------------------------------------------------------------- */
/* p.note */
body.info div#content div#column1 p.note {
	margin-bottom: 25px;
	line-height: 1.7;
}
/* div#column2
 * -------------------------------------------------------------------------------- */
/* h2 */
body.info div#content div#column2 h2 {
	margin-bottom: 25px;
}
/* p.note */
body.info div#content div#column2 p.note {
	margin: 0 0 40px 40px;
	line-height: 1.7;
}
/* ol.points
------------------------------------------------------------*/
body.info div#content div#column2 ol.points {
	margin: 0 0 0 40px;
}
body.info div#content div#column2 ol.points li {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9eae9;
}
/* li.last */
body.info div#content div#column2 ol.points li.last {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
}
/* dl */
body.info div#content div#column2 ol.points li dl dt,
body.info div#content div#column2 ol.points li dl dd {
	float: left;
	width: 450px;
}
body.info div#content div#column2 ol.points li dl dt {
	margin-bottom: 10px;
}
body.info div#content div#column2 ol.points li dl dd {
	line-height: 1.5;
}
/* dd.img */
body.info div#content div#column2 ol.points li dl dd.img {
	float: right;
	width: auto;
}
/* div#column3
 * -------------------------------------------------------------------------------- */
/* h2 */
body.info div#content div#column3 h2 {
	margin-bottom: 40px;
}
/* h3 */
body.info div#content div#column3 h3 {
	margin-bottom: 35px;
}
/* ul.usage
------------------------------------------------------------*/
body.info div#content div#column3 ul.usage {
	width: 580px;
	margin: 0 0 25px 100px;
	padding-bottom: 20px;
	border-bottom: 1px solid #e9eae9;
}
/* ul.last */
body.info div#content div#column3 ul.last {
	margin-bottom: 25px;
	padding-bottom: 0;
	border-bottom: none;
}
body.info div#content div#column3 ul.usage li {
	width: 255px;
	line-height: 1.5;
}
/* p.returnPageTop
------------------------------------------------------------*/
body.info div#content p.returnPageTop {
	margin: 15px 10px 40px auto;
}

