@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
}

#side #sidenavi li{
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3";
}

.bold {font-weight: bold;}
.mt10 {margin-top: 10px;}
.mt5 {margin-top: 5px;}
.bt_01 {border-top: solid 1px #ccc;}
.bb_01 {border-bottom: solid 1px #ccc;}
.mb05 {margin-bottom: 5px;}

.left_wrap {
	width: 175px;
	font-size: 13px;
}

.left_wrap li {
	margin: 0;
}

.title_bl {
	background: #015472;
	color: #fff;
	font-weight: bold;
	padding: 14px 2px 10px 10px;
	margin-top: 3px !important;
}

.title_bl_common {
	background: #005cca;
	color: #fff;
	font-weight: bold;
	padding: 14px 2px 10px 10px;
	margin-top: 3px;
}

.title_bl_common img {
	margin: -10px 0px -6px 18px;
}

.title_or {
	background: #ff7101;
	color: #fff;
	font-weight: bold;
	padding: 14px 2px 10px 10px;
}

.title_or img {
	margin: -10px 0 -7px 14px;
}

#side .title_re {
	background: #e60012;
	color: #fff;
	font-weight: bold;
	padding: 14px 2px 10px 10px;
}

#side .title_gy {
	background: #999;
	color: #fff;
	font-weight: bold;
	padding: 14px 2px 10px 10px;
	clear: both;
	overflow: hidden;
}

#side .title_gy img {
	margin: -3px 26px -6px 0px;
	float: right;
}

#side .title_pn {
	background: #ff6e6d;
	color: #fff;
	font-weight: bold;
	padding: 14px 2px 10px 10px;
	clear: both;
	overflow: hidden;
}

#side .title_gr {
	background: #1f9a2c;
	color: #fff !important;
	font-weight: bold;
}

#side .title_gr .imakoko {
	color: #fff !important;
	line-height: 1.4;
}

.navi_link_box {
	/*justify-content: center;*/
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
}

.navi_link_box a {
	color: #333 !important;
	display: block;
	padding: 11px 2px 8px 10px; 
	text-decoration: none;
}

#side .title_gr a {
	color: #fff !important;
}

#side .title_gr a:hover {
	color: #E60012 !important;
}

.no_link {
	padding: 12px 2px 8px 10px;
}

.navi_link_box a:hover {
	background: #eee;
	color: #E60012 !important;
	text-decoration: underline;
}

.navi_link_box li {
	position: relative;
	border-bottom: solid 1px #ececec;
}

.navi_link_box li:last-child {
	border-bottom: solid 1px #ccc;
}

.navi_link_box span {
	display: block;
	line-height: 2;
}

li.indent:before {
	content: url(https://www.sunrefre.jp/img/main_side_navi/new/ico_arrow.png);
	position: absolute;
	padding-left: 1em;
	top: 47% !important; /*IE9未満とかプレフィックス使ってもだめなブラウザやOS対応*/
	top: -webkit-calc(100% - 3px);/*Chrome19~25対応*/
	top: -moz-calc(100% - 3px);/*Firefox4~15対応*/
	top: calc(100% - 3px);  
}

li.indent a {
	padding-left: 2em;
}

#side .imakoko {
	font-weight:bold;
	color:red !important; 
	padding: 11px 2px 8px 10px; 
	line-height: 1.4 !important;
}

#side li.indent .imakoko {
	padding-left: 2em;
}

/*.indent {
	text-indent: 1em;
}

.indent a:before {
	content: url(https://www.sunrefre.jp/img/main_side_navi/new/ico_arrow.png);
	position: absolute;
	bottom: 17px;
	left: 0;
}*/

.ico_position {
	position: absolute;
	top: 16px;
	left: 12px;
}

.ico_indent {
	text-indent: 1.5em;
}

.top_back {
	background: #f9f8e5;
}

.ico_blank {
	margin: 0 0 5px 4px;
}

.ico_ranking {
	margin: 0px 0px 5px 7px;
}

div#sidenavi {
	background-image : url(none);
}


