@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	W/Cミータ - 製品概要

	/summary/css/summary.css

	contents:
		1. content
			1-1. sec1

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	1. content

------------------------------------------------------------------------------*/

/*	1-1. sec1
------------------------------------------------------------------------------*/

#content .sec1 {
	position: relative;
	min-height: 169px;
}

#content .sec1 h3 {
	margin: 0 0 14px 230px;
	padding: 0;
	color: #600;
	font-size: 18px;
	background: none;
	border: none;
}

#content .sec1 p {
	margin: 0 0 0 230px;
}

#content .sec1 figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 230px;
	text-align: center;
}

#content .sec1 figure img {
	display: inline;
}


/*	1-2. sec2
------------------------------------------------------------------------------*/

#content .sec2 th {
	width: 120px;
}


/*	1-2. sec3
------------------------------------------------------------------------------*/

#content .sec3 th {
	width: 120px;
}


/*	1-2. sec4
------------------------------------------------------------------------------*/

#content .sec4 table {
	margin: 0 0 40px;
}

#content .sec4 td {
	width: 175px;
	text-align: center;
}

#content .sec4 thead .mt400 {
	background-color: #FFEFBF;
	
}

#content .sec4 tbody .mt400 {
	background-color: #FFFAEB;
	
}

#content .sec4 .refinement:before {
	content: '▲';
	position: absolute;
	top: -20px;
	left: 175px;
	font-size: 20px;
	color: #600;
}

#content .sec4 .refinement {
	position: relative;
	padding: 10px;
	background-color: #600;
}

#content .sec4 dl {
	padding: 15px;
	color: #600;
	background-color: #FFF;
}

#content .sec4 dt {
	display: block;
	float: left;
	margin: 0 20px 0 0;
	height: 50px;
	font-size: 18px;
}

#content .sec4 dd {
}





