@charset "utf-8";
/*////////////// IndexCSS Document //////////////*/

/* ===============================================
 listArea
=============================================== */

.listArea {
	border-bottom: solid 1px #CECECE;
}
.listArea a {
	min-height: 55px;
	padding: 0 30px 0 7px;
	color: inherit;
}
.listArea li {
	padding: 5px 0;
	background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/instruction/arrow_right_gray001.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-size: 20px 12px;
	position: relative;
}
.listArea li+li {
	border-top: solid 1px #CECECE;
}

/* newWindow（別窓表示）------------------*/
.listArea .newWindow {
	background-image: url("http://smp.his-j.com/cmn/img/kanto/icon/instruction/box_gray001.png");
	background-position: 97% 50%;
	background-size: 15px 13px;
}

/* listArea.tbArea（画像部分）------------------*/
.listArea .tbArea {
	width: 70px;
	position: absolute;
	top: 7px;
}

/* listArea.●（テキスト部分）------------------*/
.listArea .titleArea.subheading,
.listArea .descText {
	margin-left: 75px;
}
.listArea .titleArea.subheading {
}
.listArea .descText {
	font-size: 1.0rem;
}