/* Y'S GEAR | マリンオーディオ KMR-355U : layout.css */


.contentsWidth { padding: 0 10px; }
.contentsWidth > p { margin: 20px 0; }
.contentsWidth > p + p {
	font-size: 14px;
	font-size: 1.4rem;
	margin-top: -10px;
	text-align: right; }


/*======================================================================*
   [ point ]
 *======================================================================*/

#point { margin: 0 0 14px -6px; }
#point li a {
	background: #ecf4fa;
	border: 3px solid #bbd5eb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #3079b0;
	display: block;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 6px 6px;
	padding: 15px 0;
	text-align: center;
	width: 310px; }
#point li a:hover, #point li a:active {
	border-color: #4894ce;
	text-decoration: none; }
#point li span {
	background: #ecf4fa;
	border: 3px solid #bbd5eb;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #3079b0;
	display: block;
	float: left;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin: 0 0 6px 6px;
	padding: 15px 0;
	text-align: center;
	width: 310px; }

/*======================================================================*
   [ contentsInner ]
 *======================================================================*/

.contentsInner {
	border: 5px solid #cdcdcd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	line-height: 160%; }
#feature h3, 
#spec h3 {
	background: url(../img/bg_ttl.gif) left bottom repeat-x #4692cc;
	color: #ffffff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 24px;
	margin: 0 0 20px 0;
	padding: 12px 15px 10px 15px; }


/*======================================================================*
   [ section ]
 *======================================================================*/

#feature .section {
	border-top: 1px dashed #bbbbbb;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 15px 20px 15px;
	padding: 20px 0 0 0; }
#feature .section.clearfix { padding-right: 195px; }
#feature h3 + .section {
	border: none;
	padding-top: 0 !important; }

#feature .section h4 {
	border-left: 5px solid #4894ce;
	color: #000000;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px; }
#feature .section h4 span {
	color: #666666;
	font-size: 14px;
	font-size: 1.4rem; }

#feature .section p sup {
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem; }

#feature .section dl {
	background: #ecf4fa;
	margin: 10px 0 0 0;
	padding: 10px 15px; }
#feature .section dt {
	color: #4894ce;
	font-weight: bold;
	margin: 0 0 5px 0; }
#feature .section dt sup {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: normal; }

#feature .section .note {
	background: #efefef;
	color: #666666;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 10px 0 0 0;
	padding: 5px 15px 10px 15px; }
#feature .section .note li {
	line-height: 120%;
	margin: 5px 0 0 2.5em;
	text-indent: -2.5em; }

#feature .section > img {
	float: right;
	margin: 0 -195px 0 15px; }


/*======================================================================*
   [ ac ]
 *======================================================================*/

#ac {
	background: #ecf4fa;
	margin: 30px 0 0 0;
	padding: 20px; }

#ac h4 {
	color: #4894ce;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold; }

#ac li {
	float: left;
	margin: 15px 15px 15px 20px;
	width: 420px; }
#ac li.cb { clear: both; }
#ac li strong {
	color: #3079b0;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
	margin: 0 0 5px 0;
	text-indent: -1em; }
#ac li strong + br { display: none; }
#ac li img {
	margin: 5px 5px 2px 0;
	vertical-align: text-bottom; }
#ac li span {
	font-size: 11px;
	font-size: 1.1rem; }


/*======================================================================*
   [ spec ]
 *======================================================================*/

#spec table, 
#spec th, 
#spec td {
	border: 1px solid #cdcdcd;
	border-collapse: collapse; }
#spec table {
	float: left;
	margin: 0 15px 15px 15px;
	width: 445px; }
#spec table.cb { clear: both; }
#spec th, 
#spec td { padding: 5px 10px; }
#spec th {
	background: #efefef;
	width: 40%; }
#spec caption {
	font-weight: bold;
	text-align: left; }

#spec p {
	clear: both;
	margin: 15px; }

