@charset "UTF-8";
/*------------------------------------------------------------
	ルーペルの特長
------------------------------------------------------------*/

/* category
---------------------------*/
#about #main_title {
	background-image: url(../../common/images/series_title_bg.jpg);
}
#about #main_title .title {
	padding: 42px 0 32px;
}
#about #main_title .title h1 {
	width: 325px;
	height: 46px;
	background-image: url(../images/about_title.png);
}



/* レイアウト
---------------------------*/
#about .leadText img,
#about .leadText p {
	margin-bottom: 20px;
}
#about .leadText img.fr {
	clear: both;
	margin-left: 10px;
}
#about .leadText img.fl {
	clear: both;
	margin-right: 10px;
}

#about .systemBlock {
	clear: both;
}

#about .systemBlock ul.systemBox {
	border-top: 1px solid #dddddd;
}
#about .systemBlock .systemBox li {
	background: url(../images/system_image_line.png) repeat-y right 20px top 0;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #dddddd;
	padding: 20px;
	display: table;
	width: 100%;
	box-sizing: border-box;
}
#about .systemBlock .systemBox li:first-child {
	background-repeat: no-repeat !important;
	background-position: right 20px top 80px !important;
}
#about .systemBlock .systemBox li:last-child {
	background-repeat: no-repeat !important;
	background-position: right 20px bottom 80px !important;
}
#about .systemBlock .systemBox li:nth-of-type(even) {
	background-color: #fafafa;
}
#about .systemBlock .systemBox li:nth-of-type(odd) {
	background-color: #ececec;
}
#about .systemBlock .systemBox li dl {
	display: table-cell;
	vertical-align: top;
	padding-right: 20px;
	box-sizing: border-box;
}
#about .systemBlock .systemBox li dl dd p + p {
	margin-top: 10px;
}
#about .systemBlock .systemBox li dl dd p em {
	font-style: normal;
	font-weight: bold;
}
#about .systemBlock .systemBox li aside {
	display: table-cell;
	vertical-align: top;
	width: 120px;
}

#about .systemBlock .systemBox li p.pse {
	display: table-cell;
	vertical-align: middle;
}

#about .systemBlock .systemBox li p.pse span {
	display: inline-block;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
			box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
#about .systemBlock .systemBox li p.pse a {
	width: 320px;
	height: 90px;
	display: block;
	background: no-repeat #fff;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-transition: box-shadow 0.15s, background-color 0.3s;
			transition: box-shadow 0.15s, background-color 0.3s;
	
	background-image: url(../../images/system_pse_btn.png);
	-webkit-box-shadow: inset 0px 0px 0px 1px #9cd8ca;
			box-shadow: inset 0px 0px 0px 1px #9cd8ca;
	border: #56bfa8 1px solid\0/;	/* for IE8 */
}
#about .systemBlock .systemBox li p.pse a:hover {
	-webkit-box-shadow: inset 0px 0px 0px 1px #56bfa8;
			box-shadow: inset 0px 0px 0px 1px #56bfa8;
	background-color: #dff4ef;
}