@charset "utf-8";
/* CSS Document */
._stm_page{
}
._stm_holder, ._stm_boxed{
	padding: 10px;
	background: #fff;
	border-radius: 4px;
	margin-top: 10px;
	overflow: hidden;
}
#_stm_search_box{
	position: relative;
	width: 960px;
	margin: 0px auto;
}
._stm_loader{
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(255,255,255,.8);
	z-index: 100;
}
._stm_loader img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	width: 40px;
	height: 40px;
}
._stm_page_title{
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
._stm_page ._stm_holder,
._stm_page ._stm_boxed{
	padding: 8px;
}
._stm_page ._stm_holder{
	border: 1px solid #d0d0d0;
}
._stm_outer_holder{
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	overflow: hidden;
}
#_stm_slide_holder{
	position: relative;
	width: 100%;
	background: #fff;
}
._stm_tabled{
	display: table;
	width: 100%;
}
._stm_tabled > dt,
._stm_tabled > dd{
	display: table-cell;
	vertical-align: middle;
	position: relative;
}
._stm_tabled > dt{
	width: 100px;
	color: #444;
	font-weight: bold;
}
._stm_table{
	display: table;
	width: 100%;
	border-radius: 4px;
}
._stm_page .ns15-btn_inlined .ns15-btn_inner .ns15-btn_size001{
	min-width: 235px;
}
#_stm_add_btn_top{
	display: table;
	float: right;
	width: 50px;
	border: 1px solid #d0d0d0;
	padding: 0px 10px 0px 5px;
	border-radius: 4px;
	margin-left: 5px;
	vertical-align: middle;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	color: #69b7e7;
	height: 37px;
}
#_stm_add_btn_top._stm_disabled{
	color: #d0d0d0;
}
#_stm_add_btn_top._stm_disabled img{
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	opacity: .5;
}
#_stm_add_btn_top._stm_disabled:hover{
	background: #fff;
	cursor: default;
}
#_stm_add_btn_top span{
	display: table-cell;
	vertical-align: middle;
}
#_stm_add_btn_top span img{
	margin-right: 5px;
	vertical-align: middle;
	margin-top: -2px;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	opacity: 1;
}
._stm_result_num{
	font-size: 18px;
	font-style: normal;
	margin-right: 20px;
	font-weight: normal;
}
._stm_holder_inner-left,
._stm_holder_inner-right{
	display: table-cell;
	vertical-align: middle;
}
._stm_holder_inner-right{
	text-align: right;
	width: 280px;
}
._stm_btn_panel ._stm_holder_inner-right{
	width: 380px;
}
._stm_tab_holder{
	margin-bottom: -5px;
}
._stm_tab_holder:after{
	content: "";
	display: block;
	clear: both;
}
._stm_tab_holder > li{
	display: inline-block;
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
._stm_tab_holder > li:last-child{
	margin-right: 0px;
}
._stm_page #_stm_slide_holder{
	background: #fff;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	margin: 20px 0px 10px 0px;
	position: relative;
	width: auto;
}
#_stm_search_area #_stm_slide_holder{
	border: none;
}
._stm_page #_stm_slide_holder ._stm_holder{
	border: none;
}
._stm_page #_stm_slide_holder > ._stm_holder:first-child{
	margin-top: 0px;
}
#_stm_search_box ._stm_tab_control{
	display: block;
	padding: 5px 20px;
	background: #fff;
	border: 1px solid #d0d0d0;
	text-align: center;
	border-radius: 4px;
	text-decoration: none;
	color: #444;
	font-weight: bold;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	font-size: 13px;
}
#_stm_cat_control ._stm_tab_control{
	position: relative;
}
#_stm_cat_control ._stm_tab_control._stm_selected:after {
	content: "";
	position: absolute;
	border-bottom: none;
	border-left: 15px solid rgba(255, 255, 255, 0);
	border-right: 15px solid rgba(255, 255, 255, 0);
	border-top: 10px solid #69b7e7;
	bottom: -29px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
}
#_stm_search_area div._stm_ovf_vis,
#_stm_search_box div._stm_ovf_vis{
	overflow: visible;
}
#_stm_search_area div._stm_ovf_vis._stm_ovfhide,
#_stm_search_box div._stm_ovf_vis._stm_ovfhide{
	overflow: hidden;
}
#_stm_job_menu_holder ._stm_tab_control{
	padding: 5px 9px;
}
#_stm_search_box ._stm_tab_control._stm_selected{
	border-color: #69b7e7;
	background: #f0f8fc;
}
#_stm_area_holder ._stm_tab_control{
	padding: 5px 25px;
}
._selected_val{
	margin-bottom: -5px;
	padding-top: 5px;
}
._selected_val a,
._stm_main_area{
	display: inline-block;
	font-size: 11px;
	background: #f5f5f5;
	padding: 5px;
	min-width: 45px;
	color: #444;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	float: left;
}
._selected_val a input{
	display: none;
}
._selected_val a:last-child{
	margin-right: 0px;
}
._selected_val a:after{
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	width: 20px;
	background: url(/sol/contents/img/svg/icon/erase.svg) center center #b0b0b0;
	background-size: 18px 18px;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	pointer-events: none;
}
._selected_val a:hover:after{
	right: 0px;
}
._stm_tInput{
	width: 150px;
	padding: 0px 10px;
	height: 37px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	font-size: 14px;		
}
#_stm_free{
	width: 185px;
}
._stm_tInput._stm_tInput_type2{
	width: 450px;
}
._stm_tInput._stm_tInput_type3{
	width: 400px;
}
._stm_select{
	width: 470px;
	padding: 0px 10px;
	height: 32px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	font-size: 14px;	
}
._stm_select._stm_select_type2{
	width: 170px;
}
._stm_select._stm_select_type3{
	width: 400px;
}
._stm_guide{
	font-size: 11px;
}
._stm_inner_tab{
	padding-bottom: 10px;
	border-bottom: 1px solid #d0d0d0;
}
._stm_list_parent{
	padding: 5px 10px;
}
._stm_list_parent_inner{
	background: #f5f5f5;
	margin: 5px 0px;
}
._stm_list_child{
	display: inline-block;
	width: 25%;
	vertical-align: middle;
}
._stm_tokucho ._stm_list_child{
	width: 24%;
}
._stm_gyokai ._stm_list_child{
	width: 24%;
}
._stm_list_child._stm_block{
	display: block;
	width: auto;
}
._stm_list_all{
	border-bottom: 1px dashed #d0d0d0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
._stm_list_parent_inner ._stm_list_child{
	width: 19%;
}
._stm_tab_contents,
._stm_select_contents{
	display: none;
}
#_stm_areas ._stm_tab_contents:first-child{
	display: block;
}
#_stm_search_box label{
	padding: 5px 2px 5px 23px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	line-height: 18px;
}
#_stm_search_box label input[type="checkbox"],
#_stm_search_box label input[type="radio"]{
	width: 18px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
._stm_steps{
	padding: 10px 10px 0px 10px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	text-align: left;
	width: 280px;
	display: inline-block;
	height: 100%;
	margin-bottom: 10px;
}
._stm_steps p{
	height: 50px;
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
._stm_steps h3{
	margin-bottom: 10px;
	font-size: 14px;
}
._stm_steps h3 span{
	font-weight: bold;
	margin-right: 10px;
}
._stm_steps li{
	display: inline-block;
	width: 45%;
}
._stm_sticky{
	position: fixed;
	left: 0px;
	bottom: 0px;
	padding: 10px 0px;
	right: 0px;
	background: #fff;
	z-index: 100;
	box-shadow: 0px -2px 2px rgba(0, 0, 0, .2);
}
._stm_sticky_inner{
	width: 960px;
	margin: 0 auto;
}
._stm_sticky ._selected_val._stm_hide_more{
	max-height: 90px;
	overflow: hidden;
	position: relative;
	padding-right: 70px;
}
._stm_sticky ._selected_val._stm_hide_more:before{
	content: "・・・";
	font-size: 11px;
	background: #f5f5f5;

	padding: 5px;
	min-width: 45px;
	color: #444;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	position: absolute;
	right: 10px;
	bottom: 0px;
}
#_stm_search_box ._stm_clear_btn{
	display: inline-block;
	padding: 3px 5px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	color: #444;
	text-decoration: none;
	font-size: 11px;
	float: right;
}
._stm_tables{
	width: 100%;
	border-top: 1px solid #d0d0d0;
	border-spacing: 0;
	border-collapse: collapse;
}
._stm_tables td,
._stm_tables th{
    border-bottom: 1px solid #e6e6e6;
    padding: 5px 10px;
    text-align: left;
}
._stm_tables th{
	width: 20%;
	background: #f5f5f5;
}
._stm_table_list li{
	display: inline-block;
	width: 30%;
	vertical-align: middle;
}
._stm_table_list._stm_4columns li{
	width: 24%;
}
._stm_table_list li._stm_li_dw{
	width: 60%;
}
._stm_comment{
	font-size: 11px;
	padding: 5px 0px 0px 0px;
}
._stm_station_notice{
  display: inline-block;
  margin-left: 520px;
  font-weight: normal;
}
._stm_station_alert{
  display: inline-block;
  margin: 30px 0 0 520px;
  font-weight: normal;
  width: 170px;
  text-align: center;
  background: #fef0f5;
  padding: 10px 0;
  position: absolute;
}
#_stm_search_box ._stm_help{
	display: inline-block;
	width: 18px;
	height: 18px;
	float: right;
	border-radius: 50%;
	text-align: center;
	line-height: 18px;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	background: #60b5ea;
}
._stm_help_contents{
	position: absolute;
	left: 21%;
	background: #444;
	z-index: 100;
	padding: 10px 15px;
	color: #fff;
	margin-top: -30px;
	max-width: 300px;
	border-radius: 4px;
	opacity: 0;
	visibility: hidden;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform-origin: 0% 5%;
	-webkit-transform-origin: 0% 5%;
	-moz-transform-origin: 0% 5%;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
}
._stm_help_contents._stm_visible{
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}
._stm_help_contents:before{
	content: "";
	position: absolute;
	left: -14px;
	border-top: 10px solid rgba(255, 255, 255, 0);
	border-bottom: 10px solid rgba(255, 255, 255, 0);
	border-left: 7px solid rgba(255, 255, 255, 0);
	border-right: 7px solid #444;
	top: 10px;
}
._stm_help_contents h3{
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}
._stm_help_contents p{
	font-size: 11px;
}
._stm_help_contents dt{
	margin-bottom: 5px;
	font-weight: bold;
}
._stm_help_contents dd{
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 11px;
}
#_stm_freeword,
#_stm_near_station{
	position: relative;
	display: inline-block;
}
._stm_suggest_list{
	position: absolute;
	background: #696969;
	width: 100%;
	top: 50px;
	z-index: 100;
	padding: 5px 0px;
	border-radius: 4px;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	transition: .1s all linear;
	-moz-transition: .1s all linear;
	-webkit-transition: .1s all linear;
	max-width: 300px;
}
._stm_suggest_list._stm_visible{
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
._stm_suggest_list:before{
	content: "";
	position: absolute;
	top: -14px;
	left: 20px;
	border-top: 7px solid rgba(255,255,255,0);
	border-left: 10px solid rgba(255,255,255,0);
	border-right: 10px solid rgba(255,255,255,0);
	border-bottom: 7px solid #696969;
}
._stm_suggest_list ul{
	max-height: 300px;
	overflow-y: auto;
}
._stm_suggest_list li{
	display: block;
	width: auto;
}
._stm_suggest_list a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
._stm_suggest_list a:hover{
	background: #d0d0d0;
}
._stm_free_suggest_list{
	position: absolute;
	background: #696969;

	width: 100%;
	top: 50px;
	z-index: 100;
	padding: 5px 0px;
	border-radius: 4px;
	opacity: 0;
	transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-moz-transform: scaleY(0);
	transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	transition: .1s all linear;
	-moz-transition: .1s all linear;
	-webkit-transition: .1s all linear;
	max-width: 300px;
}
._stm_free_suggest_list._stm_visible{
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-moz-transform: scaleY(1);
}
._stm_free_suggest_list:before{
	content: "";
	position: absolute;
	top: -14px;
	left: 20px;
	border-top: 7px solid rgba(255,255,255,0);
	border-left: 10px solid rgba(255,255,255,0);
	border-right: 10px solid rgba(255,255,255,0);
	border-bottom: 7px solid #696969;
}
._stm_free_suggest_list ul{
	max-height: 400px;
	overflow-y: auto;
}
._stm_free_suggest_list li{
	display: block;
	width: auto;
}
._stm_free_suggest_list a{
	display: block;
	padding: 5px 10px;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
/*COMMON*/
._stm_mwAuto{
	min-width: 0 !important;
}
._stm_spacer{
	display: table-cell;
	width: 10px;
}
._stm_common_h3{
	color: #69b7e7;
	font-size: 18px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #69b7e7;
	margin-bottom: 10px;
}
._stm_mw120{
	min-width: 120px;
}
._stm_top_dashed{
	border-top: 1px dashed #d0d0d0;
}
._stm_invisible{
	display: none;
}
._stm_ovf_visible{
	overflow: visible !important;
}

/* OP21 */
#_stm_search_area ._stm_loader{
	display: none;
}
#_stm_search_area {
	background: #f0f8fb;
	padding: 10px 0px;
}
#_stm_search_area #_stm_search_box{
	margin: -10px auto 0px auto;
}
#_stm_search_area ._stm_page ._stm_holder,
#_stm_search_area ._stm_outer_holder{
	border: none;
}
#_stm_search_area #_stm_slide_holder{
	display: none;
}
#_stm_search_area ._stm_sticky{
	display: none;
}
._stm_eki_error{
	display: none;
	text-align: center;
	padding: 10px;
	color: #f073aa;
	font-weight: bold;
}
._stm_mid_btn_holder{
	text-align: center;
	border: 1px solid #d0d0d0;
	padding: 10px 20px;
	background: #fff;
	border-radius: 4px;
	margin-top: 10px;
}
#_stm_search_area ._stm_page ._stm_mid_btn_holder{
	border: none;
	position: relative;
}
._stm_close_panel{
	display: none;
}
#_stm_search_area ._stm_page ._stm_close_panel{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	border: 1px solid #d0d0d0;
	border-radius: 4px;
	margin-left: 10px;
	background: url(/sol/contents/img/svg/icon/cross_mark.svg) no-repeat 5px center;
	background-size: 10px 10px;
	transition: .1s all linear;
	-webkit-transition: .1s all linear;
	-moz-transition: .1s all linear;
	cursor: pointer;
	cursor: hand;
	padding: 0px 10px 0px 20px;
	color: #444;
	text-decoration: none;
	position: absolute;
	right: 20px;
	top: 18px;
	font-size: 11px;
}
._stm_search_btn_disabled, ._stm_search_btn_disabled:hover{
	opacity: 0.5;
	vertical-align: top;
}
._stm_btm_dashed{
	border-bottom: 1px dashed #d0d0d0 !important;
	padding-bottom: 10px !important;
}
#_stm_all_clear{
	float: none !important;
	margin-top: 3px;
}
#_stm_search_area._stm_simple_search ._stm_simple_search_hide{
	display: none !important;
}
._stm_simple_panel,
._stm_simple_panel._vis{
  width: 940px;
  margin: 0px auto 0px auto;
  /*display: none;*/
  height: 0px;
  padding: 0px;
}
#_stm_search_area #_stm_search_box._invis{
  display: block;
}
#_stm_search_area._stm_fixed ._stm_simple_panel._vis{
  height: auto;
  padding: 10px;
}
#_stm_search_area._stm_fixed #_stm_search_box{
  display: block;
}
#_stm_search_area._stm_fixed #_stm_search_box._invis{
  display: none;
}
._stm_simple_panel ._stm_sticky_inner{
  width: 100%;
}
._stm_simple_panel ._stm_sticky_inner dt{
  display: none;
}
._stm_simple_panel ._stm_sticky_inner dt{
  display: none;
}
._stm_simple_panel ._stm_holder_inner-left{
  position: relative;
}
._stm_simple_panel ._stm_holder_inner-right{
  width: 200px;
  vertical-align: top;
}
._stm_simple_panel ._stm_holder_inner-left{
  position: relative;
  vertical-align: top;
}
._stm_simple_panel ._stm_holder_inner-left:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}
._stm_simple_panel ._selected_val{
  padding-top: 0px;
}

._stm_page ._stm_minimize_btn {
  position: absolute;
  width: 50px;
  height: 25px;
  line-height: 25px;
  font-size: 11px;
  padding: 0px 0px 0px 8px;
  right: 0px;
  bottom: -35px;
  background: url(/sol/contents/img/svg/icon/cross_mark.svg) 40px center no-repeat #f0f8fb;
  background-size: auto 10px;
  border-radius: 0px 0px 4px 4px;
  display: block;
  color: #a1a1a1;
  cursor: pointer;
  cursor: hand;
  transition: .1s all linear;
  -webkit-transition: .1s all linear;
  -moz-transition: .1s all linear;
}
._stm_page._invis ._stm_minimize_btn {
  box-shadow: 0px 1px 2px #d0d0d0;
  display: none;
}
._stm_simple_panel #simple_btn{
  display: inline-block !important;
}
._stm_simple_panel ._stm_search_btn_disabled{
  display: none !important;
}

@media screen and (min-width:641px){
	#_stm_add_btn_top:hover{
		text-decoration: none;
		background: #f0f8fb;
	}
	
	#_stm_search_box ._stm_tab_control:hover{
		background: #f0f8fc;
	}
	#_stm_search_box #_stm_cat_control ._stm_tab_control:not(._stm_selected):hover:after{
		content: "";
		position: absolute;
		border-bottom: none;
		border-left: 15px solid rgba(255, 255, 255, 0);
		border-right: 15px solid rgba(255, 255, 255, 0);
		border-top: 10px solid #c3e2f5;
		bottom: -29px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
	}
}
/* Let's get this party started */
#_stm_search_box ::-webkit-scrollbar {
	width: 12px;
}
 
/* Track */
#_stm_search_box ::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Handle */
#_stm_search_box ::-webkit-scrollbar-thumb {
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #666; 
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
#_stm_search_box ::-webkit-scrollbar-thumb:window-inactive {
	background: #666; 
}
select::-ms-expand {
	background: none;
	border: none;
}

#_stm_freeword_result {
	padding-top: 10px;
	margin-bottom: -10px;
}
#_stm_freeword_result a._stm_invisible,
._selected_val a._stm_invisible{
	display: inline-block !important;
	transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
}
#_stm_freeword_result a,
._selected_val a{
	transition: all ease .2s;
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
}
#_stm_freeword_result a{
	display: inline-block;
	font-size: 11px;
	background: #f5f5f5;
	padding: 5px;
	min-width: 45px;
	color: #444;
	text-decoration: none;
	text-align: center;
	margin-right: 5px;
	margin-bottom: 5px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	float: left;
	cursor: pointer;
	cursor: hand;
}
#_stm_freeword_result a:last-child{
	margin-right: 0px;
}
#_stm_freeword_result a:after{
	content: "";
	position: absolute;
	right: -25px;
	top: 0;
	bottom: 0;
	width: 20px;
	background: url(/sol/contents/img/svg/icon/erase.svg) center center #b0b0b0;
	background-size: 18px 18px;
	transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	pointer-events: none;
}
#_stm_freeword_result a:hover:after{
	right: 0px;
}
._stm_fword_box{
	overflow: visible;
}
._stm_add_message{
	position: fixed;
	right: -230px;
	margin-top: 8px;
    text-align: center;
	background: rgba(68, 68, 68, .8);
    padding: 10px 15px;
    color: #fff;
    z-index: 200;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	vertical-align: middle;
}
._stm_add_message span{
	border: 1px solid #fff;
	border-radius: 50%;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
}
._stm_add_message img{
	width: 10px;
	height: auto;
	vertical-align: middle;
}
._stm_add_message._stm_visible{
	right: 0px;
}

body{
}
#backgroundcolor{
	background: #fff;
}
._footer_area01{
	display: none;
}
.forceBr._footer_area02 .res14-footer-pagetop-area {
    display: none;
}
._stm_cell{
	display: table-cell;
	vertical-align: middle;
}
._fsn_hit_001{
	font-weight: bold;
	color: #444;
}
._fsn_hit_001 span{
	font-size: 20px;
	color: #fa75b2;
	margin-left: 5px;
}
._fsn_hit_002{
	font-size: 11px;
	color: #444;
}
._fsn_hit_002 span{
	color: #fa75b2;
	margin-left: 5px;
}
._fsn_hit_001 span i,
._fsn_hit_002 span i{
	font-style: normal;
}
._stm_btn_panel ._stm_holder_inner-right .ns15-btn_inlined .ns15-btn_inner .ns15-btn_size001{
	min-width: 100px;
}
.res14-footer-pagetop{
	background: #fff;
}
#_stm_search_btn_top{
	position: relative;
}
#_stm_search_btn_top._fsn_is_loading:before{
	content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/sol/contents/img/svg/icon/loading.gif) no-repeat center center rgba(255, 255, 255, 0.5);
    background-size: 20px auto;
    z-index: 1;
}
._cond_label{
	display: block;
    background: #e0f1f9;
    color: #68b7e6;
    width: 89px;
    text-align: center;
    height: 22px;
    line-height: 22px;
    font-size: 11px;
    font-weight: bold;
    border-radius: 2px;
    margin-bottom: 3px;
}
._stm_fixed ._cond_label{
	display: inline-block;
	float: left;
    margin-right: 10px;
    height: 25px;
    line-height: 25px;
}
#_stm_search_area._stm_simple_search div._stm_cell.tAr{
	text-align: left !important;
}
#_stm_search_area._stm_simple_search ._stm_holder_inner-right #_stm_search_btn_top{
	display: inline-block !important;
}
#_stm_search_area._stm_simple_search ._stm_holder_inner-right ._stm_search_btn_disabled{
	display: none !important;
}
#_stm_search_area._stm_simple_search ._stm_holder_inner-right ._stm_search_btn._fsn_is_loading:before{
	display: none !important;
}
