@charset "UTF-8";
/* CSS Document */
/* COMMON
---------------------------------------------------------- */

/* helper */
.is-pc {
	display: block !important;
}

@media screen and (max-width: 767px) {
	.is-pc {
		display: none !important;
	}
}


a:hover {
	text-decoration: none !important;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

#pageTop {
	position: fixed;
	bottom: 80px;
	right: 20px;
	z-index: 100;
}

.text-green3 {
	color: #0f9572;
}

.text-green3:link, .text-green3:visited {
	color: #0f9572;
}

/* HEAD
---------------------------------------------------------- */
#headWrap {
	width: 100%;
	background: #fff;
	z-index: 100 !important;
}

#headInner {
	position: relative;
	width: 1050px;
	margin: 0 auto;
	height: 100px;
}

#headInner .box_banners {
	display: none !important;
}


#headInner h1 {
	position: absolute;
	top: 9px;
	left: 0;
}

#headInner p.tag {
	position: absolute;
	left: 154px;
	top: 17px;
	font-size: 12px;
}

#headInner ul {
	position: absolute;
	right: 0;
	border-left: 1px solid #c7c5c6;
}

#headInner ul li {
	min-width: 80px;
	float: left;
	padding: 12px 8px 17px 8px;
	border-right: 1px solid #c7c5c6;
}

#headInner ul li a {
	line-height: 1;
	font-size: 11px;
	color: #151515;
	font-weight: bold;
	text-decoration: none;
}

#headInner .login_date {
	position: absolute;
	bottom: 10px;
	right: 0;
	font-size: 12px;
}

/* CONTENTS */
#contWrap {
	width: 100%;
	min-width: 1050px;
	padding: 25px 0 0 0;
	background: #f5fff8 url(../images/bg.jpg) repeat-y center top;
	text-align: left;
}

#selectpage #contWrap {
	background-image: none;
}

#top_topimg {
	width: 100%;
	min-width: 1100px;
	height: 300px;
	margin: 0 0 -265px 0;
	background: no-repeat url(../images/resona-top-image.jpg) #a9d2ee center top;
}

#contInner {
	width: 1050px;
	margin: 0 auto;
}

#contL {
	width: 214px;
	float: left;
	margin-left: 0;
	margin-bottom: 80px;
	padding: 0 0 5px 0;
}

#contR {
	width: 735px;
	float: right;
	margin-bottom: 80px;
	text-align: left;
	overflow: hidden;
}

/* contL
---------------------------------------------------------- */
#contL .box_name {
	box-sizing: border-box;
	padding: 28px 22px 24px 22px;
	background-color: #f3a62d;
}

#contL .box_name p {
	color: #ffffff;
	line-height: 1.5;
	font-size: 14px;
}

#contL .box_name p em {
	display: block;
	margin: 0 0 0 0;
	font-size: 18px;
	font-style: normal;
}

#contL .box_menu {
	display: block;
	box-sizing: border-box;
	width: 214px;
	margin: 0 auto;
	background-color: #fff;
	padding-inline: 12px;
	padding-bottom: 19px;
	padding-top: 14px;
}

#contL .box_menu li {
	display: block;
	padding: 14px 0 14px 10px;
	border-bottom: 1px solid #bfbfbf;
}

#contL .box_menu li:first-child {
	border-top: 1px solid #bfbfbf;
}

#contL .box_menu li .round_btn {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	text-align: center;
	border-radius: 1000px;
	background-color: #f3a62d;
	width: 158px;
	padding: 8px 0;
	margin: auto;
}

#contL .box_menu li a {
	display: block;
	position: relative;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-decoration: none;
	font-size: 13px;
	color: #333;
	font-weight: bold;
	padding-left: 1.3em;
}

#contL .box_menu li a:before {
	position: absolute;
	top: 0.1em;
	left: 0;
	content: "◆";
	font-size: 10px;
}

#contL .box_menu li a.new:after {
	content: "NEW";
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	right: 18px;
	display: block;
	width: 30px;
	height: 16px;
	background-color: #ff0000;
	color: #ffffff;
	font-size: 10px;
	line-height: 16px;
	text-align: center;
}

#contL .box_banners {
	display: block;
	width: 214px;
	margin-top: 10px;
	box-sizing: border-box;
}

#contL .box_banners li {
	display: block;
	background-color: #fff;
}

#contL .box_banners li:not(:first-child) {
	margin-top: 5px;
}

#contL .box_banners li:first-child a{
	border: 1px solid #2ba372;
}

#contL .box_banners li:last-child a{
	border: 1px solid #f3a62e;
}

#contL .box_banners li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-left: 15px;
	font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", "ＭＳ 明朝", "MS Mincho", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	text-decoration: none;
	font-weight: bold;
}

#contL .box_banners li a:link,
#contL .box_banners li a:visited {
	color: inherit;
}

#contL .box_banners li a p {
	font-size: 13px;
}

#contL .box_banners li a p .small {
	font-size: 11px;
	display: block;
}

#contL .box_banners li a img {
	width: 47px;
	height: auto;
	flex-shrink: 0;
}


#contL .box_cd {
	box-sizing: border-box;
	width: 202px;
	height: 80px;
	margin: 0 auto 5px auto;
	padding: 14px 14px;
	text-align: center;
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	line-height: 13px;
}

#contL .box_cd em {
	display: block;
	float: left;
	width: 50%;
	font-style: normal;
	font-size: 26px;
	text-align: right;
}

#contL .box_cd1 {
	background-image: url(../images/snav_cd1_bg.gif);
}

#contL .box_cd2 {
	background-image: url(../images/snav_cd2_bg.gif);
}

#contL .box_cd span {
	display: block;
	float: right;
	width: 46%;
	font-style: normal;
	font-size: 26px;
	text-align: left;
}

#contL .box_cd span.entryTxt {
	display: inherit;
	float: none;
	width: auto;
	font-style: normal;
	font-size: 11px;
	text-align: center;
	padding: 0 0 8px;
}

/* Related Link
----------------------------------------------------------
#relatedLink {
	width:740px;
	border:5px solid #efba34;
	margin-top:60px;
	background:#fff;
	padding-bottom:20px;
	}
#relatedLink .ttl {
	display:block;
	border-bottom:1px solid #efba34;
	padding:10px;
	}
#relatedLink dl {
	padding:15px 0 0 40px;}
#relatedLink dl dt {
	background:url(/shinsotsu/common/img/arrow_or.gif) no-repeat 5px 7px;
	padding-left: 18px;
	}
#relatedLink dl dd { padding-left:20px;}		 */
/* FOOT
---------------------------------------------------------- */
#foot {
	background: #f7f7f7;
	width: 100%;
}

#footInner {
	margin: 0 auto;
	width: 1000px;
	padding: 20px 0;
}

#footInner h3 {
	text-align: center;
	padding-bottom: 15px;
}

#footInner p {
	text-align: center;
}

#footInner .sns {
	width: 205px;
	margin: 0 auto;
}

#footInner .sns ul {
	overflow: hidden;
	margin-right: -10px;
	zoom: 1;
	width: 205px;
}

#footInner .sns ul li {
	float: left;
	margin-right: 10px;
	display: inline;
	width: 36px;
}

#footLink {
	background: #fff;
}

#footLink #footLinkInner {
	margin: 0 auto;
	width: 1040px;
	padding: 20px 0;
}

#footLink #footLinkInner dl {
	float: left;
}

#footLink #footLinkInner dl dt {
	float: left;
	*padding-top: 2px;
	/* IE7 and below */
}

#footLink #footLinkInner dl dd {
	float: left;
	padding: 8px 0 0 20px;
	*padding: 0px 0 0 20px;
	/* IE7 and below */
}

#footLink #footLinkInner p.txt {
	float: left;
	padding: 10px 0 0 15px;
	*padding: 0px 0 0 15px;
	color: #909090;
	font-size: 10px;
	letter-spacing: 0.05em;
	/* IE7 and below */
}

#footLink #footLinkInner .copy {
	display: block;
	float: right;
	padding-top: 7px;
	*padding-top: 0px;
	/* IE7 and below */
}
/*# sourceMappingURL=common.css.map */
