/*--------------------------------------------------
  リセット
--------------------------------------------------*/
#main-contents {
	font-size: 92.3%;
	line-height: 1.6;
	margin-bottom: 30px;
}
#main-contents img {
	vertical-align: middle;
}
#main-contents a:hover {
	color: #3399cc;
	text-decoration: none;
}
#main-contents a:hover img {
	filter: alpha(opacity=75);
	opacity: 0.75;
}



/*--------------------------------------------------
  レイアウト
--------------------------------------------------*/
/* feature01 */
.feature01 {
	background: url(../img/feature01.png) no-repeat;
	height: 383px;
	margin-top: 20px;
	position: relative;
	width: 700px;
}

.feature01 h3 { position: absolute;	left: 20px;	top: 85px; }

.feature01 .txt { position: absolute;	left: 20px;	top: 130px; }
.feature01 .txt p {
	border-top: 1px dashed #e0a425;
	margin-bottom: 10px;
	padding-top: 10px;
}

.feature01 .pic { position: absolute;	right: 15px;	top: 70px; }


/* feature02 */
.feature02 {
	margin-top: 20px;
}

.feature02 .sec {
	margin-top: 5px;
	position: relative;
}
	.feature02 .sec.n01 {
	background: url(../img/feature02_sec01.png) no-repeat;
	height: 110px;
	width: 700px;
	}
	.feature02 .sec.n02 {
	background: url(../img/feature02_sec02.png) no-repeat;
	height: 165px;
	width: 700px;
	}
	.feature02 .sec.n03 {
	background: url(../img/feature02_sec03.png) no-repeat;
	height: 130px;
	width: 700px;
	}
	.feature02 .sec.n04 {
	background: url(../img/feature02_sec04.png) no-repeat;
	height: 145px;
	width: 700px;
	}

.feature02 .sec h3 { position: absolute;	left: 15px;	top: 12px; }

.feature02 .sec p { position: absolute;	left: 15px;	top: 40px; }

.feature02 .sec .pic { position: absolute;	right: 15px;	top: 10px; }
	.feature02 .sec.n01 .pic { top: 15px; }
	.feature02 .sec.n02 .pic { top: 15px; }
	.feature02 .sec.n03 .pic { top: 35px; }


/* feature03 */
.feature03 {
	background: url(../img/feature03.png) no-repeat;
	height: 680px;
	line-height: 1.4;
	margin: 20px 0 20px;
	position: relative;
	width: 700px;
}

.feature03 .sec {
	background: #fff;
	height: 600px;
/*	padding: 0 10px;	*/
/*	position: relative;	*/
	width: 338px;
}
	.feature03 .sec.n01 { position: absolute;	left: 10px;	top: 70px; }
	.feature03 .sec.n02 { position: absolute;	right: 10px;	top: 70px; }

.feature03 .sec .wrap { margin: 0 8px; }

/*.feature03 .sec img { margin-left: -10px; }	*/
/*.feature03 .sec p { margin-top: 5px; }*/


.feature03 h4 {
	border-bottom: 1px solid #666;
	padding-bottom: 1px;
	margin: 10px 0 5px;
}
.feature03 h4 span {
	background: #e9eed4;
	border-left: 5px solid #9db43e;
	display: block;
	font-size: 108.3%;
	font-weight: bold;
	padding: 4px 8px 2px;
}

.feature03 p .note {
	display: inline-block;
	font-size: 83.3%;
/*	line-height: 1.2;	*/
	margin-left: 2em;
}

p.note {
	font-size: 83.3%;
}
/**************************************
iFrame
**************************************/
div.toiawase{
	clear:both;
	width:100%;
	text-align:center;
}
div.toiawase iframe{
	width: 610px;
	height: 150px;
	text-align: center;
}
/*--------------------------------------------------
ソリューションへ戻るボタン
--------------------------------------------------*/
.back-index{
	width: 700px;
	float: left;
	clear: both;
	text-align: center;
	margin: -5px 0 25px;
}
.back-index img{
}
/* タブレット */
/* ## Tablet Style  ###################################################################################################### */
@media screen and (min-width: 500px) and (max-width: 799px){
	img.full {
		height: auto;
		width: 100%;
	}
	.feature01 {
		background-size: 100%;
		height: 413px;
	}
	
	.feature02 .sec.n01 { background-size: 100% 110px; }
	.feature02 .sec.n02 { background-size: 100% 165px; }
	.feature02 .sec.n03 { background-size: 100% 130px; }
	.feature02 .sec.n04 { background-size: 100% 145px; }
	
	.feature03 {
		background-size: 100% 680px;
	}
	.feature03 .sec {
		width: 45%;
	}
	.feature03 .sec.n01 { left: 25px; }
	.feature03 .sec.n02 { right: 25px; }
	.feature03 .sec h3 img {
		width: 100%;
	}
/**************************************
iFrame
**************************************/
div.toiawase{
	clear:both;
	width:700px;
	text-align:center;
}
div.toiawase iframe{
	width: 610px;
	height: 150px;
	text-align: center;
}
}
