@charset "shift_jis";


/*--------------------------------------
    CLEARFIX
--------------------------------------*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix { zoom:1;}
.clear { clear: both;}

.hscap_color {
	color:#FF0000;
}
.font_small {
	font-size: 11px;
}

.tm00 { margin-top: 0 !important; }
.tm05 { margin-top: 5px !important; }
.tm10 { margin-top: 10px !important; }
.tm15 { margin-top: 15px !important; }
.tm18 { margin-top: 18px !important; }
.tm20 { margin-top: 20px !important; }
.tm25 { margin-top: 25px !important; }
.tm30 { margin-top: 30px !important; }
.tm35 { margin-top: 35px !important; }
.tm40 { margin-top: 40px !important; }
.tm45 { margin-top: 45px !important; }
.tm50 { margin-top: 50px !important; }
.tm55 { margin-top: 55px !important; }
.tm60 { margin-top: 60px !important; }
.tm65 { margin-top: 65px !important; }
.tm70 { margin-top: 70px !important; }
.tm75 { margin-top: 75px !important; }
.tm80 { margin-top: 80px !important; }
.tm85 { margin-top: 85px !important; }
.tm90 { margin-top: 90px !important; }
.tm95 { margin-top: 95px !important; }
.tm100 { margin-top: 100px !important; }

.lm00 { margin-left: 0 !important; }
.lm05 { margin-left: 5px !important; }
.lm10 { margin-left: 10px !important; }
.lm15 { margin-left: 15px !important; }
.lm18 { margin-left: 18px !important; }
.lm20 { margin-left: 20px !important; }
.lm25 { margin-left: 25px !important; }
.lm30 { margin-left: 30px !important; }
.lm35 { margin-left: 35px !important; }
.lm40 { margin-left: 40px !important; }
.lm45 { margin-left: 45px !important; }
.lm50 { margin-left: 50px !important; }
.lm55 { margin-left: 55px !important; }
.lm60 { margin-left: 60px !important; }
.lm65 { margin-left: 65px !important; }
.lm70 { margin-left: 70px !important; }
.lm75 { margin-left: 75px !important; }
.lm80 { margin-left: 80px !important; }
.lm85 { margin-left: 85px !important; }
.lm90 { margin-left: 90px !important; }
.lm95 { margin-left: 95px !important; }
.lm100 { margin-left: 100px !important; }

.rm00 { margin-right: 0 !important; }
.rm05 { margin-right: 5px !important; }
.rm10 { margin-right: 10px !important; }
.rm15 { margin-right: 15px !important; }
.rm18 { margin-right: 18px !important; }
.rm20 { margin-right: 20px !important; }
.rm25 { margin-right: 25px !important; }
.rm30 { margin-right: 30px !important; }
.rm35 { margin-right: 35px !important; }
.rm40 { margin-right: 40px !important; }
.rm45 { margin-right: 45px !important; }
.rm50 { margin-right: 50px !important; }
.rm55 { margin-right: 55px !important; }
.rm60 { margin-right: 60px !important; }
.rm65 { margin-right: 65px !important; }
.rm70 { margin-right: 70px !important; }
.rm75 { margin-right: 75px !important; }
.rm80 { margin-right: 80px !important; }
.rm85 { margin-right: 85px !important; }
.rm90 { margin-right: 90px !important; }
.rm95 { margin-right: 95px !important; }
.rm100 { margin-right: 100px !important; }

.bm00 { margin-bottom: 0 !important; }
.bm05 { margin-bottom: 5px !important; }
.bm10 { margin-bottom: 10px !important; }
.bm15 { margin-bottom: 15px !important; }
.bm18 { margin-bottom: 18px !important; }
.bm20 { margin-bottom: 20px !important; }
.bm25 { margin-bottom: 25px !important; }
.bm30 { margin-bottom: 30px !important; }
.bm32 { margin-bottom: 32px !important; }
.bm35 { margin-bottom: 35px !important; }
.bm40 { margin-bottom: 40px !important; }
.bm45 { margin-bottom: 45px !important; }
.bm50 { margin-bottom: 50px !important; }
.bm55 { margin-bottom: 55px !important; }
.bm60 { margin-bottom: 60px !important; }
.bm65 { margin-bottom: 65px !important; }
.bm70 { margin-bottom: 70px !important; }
.bm75 { margin-bottom: 75px !important; }
.bm80 { margin-bottom: 80px !important; }
.bm85 { margin-bottom: 85px !important; }
.bm90 { margin-bottom: 90px !important; }
.bm95 { margin-bottom: 95px !important; }
.bm100 { margin-bottom: 100px !important; }

.lh_100 { line-height: 100%; }
.lh_normal { line-height: 175%; }
.lh_note { line-height: 154%; }
.lh_long { line-height: 212%; }
.lh_short { line-height: 105%; }


/*--------------------------------------
    flexbox common
--------------------------------------*/
.content_flex_outer,
.content_flex_outer_sppc {
	width: auto;
	display: -ms-flexbox;
    display: flex;
	justify-content: space-between;
}
/*flex only*/
.display_flex {
	display: -ms-flexbox;
    display: flex;
}
/*flex column*/
.display_flex_column {
	display: -ms-flexbox;
    display: flex;
	flex-direction: column;
}
/*order*/
.flex_order_m1 { order: -1;}
.flex_order_p1 { order: 1;}
/*wrap*/
.display_wrap {
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.flex_space_between {
	justify-content: space-between;
}
.display_wrap > li {
	width: 50%;
}
.justify_center {
	justify-content: center !important;
}
.justify_start {
	justify-content: flex-start !important;
}
/*flexbox align_self_center*/
.align_self_center {
	-ms-flex-item-align: center;
	align-self: center;
}
/*flexbox align_self_endiΚuwθ:bottomj*/
.align_self_end {
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.display_none {	display: none; }

/*list*/
.disc_li > li {
	margin: 0 0 3px 1em !important;
	padding: 5px 0 !important;
	list-style: disc !important;
	line-height: 155% !important;
	text-align: left !important;
	border-bottom: none !important;
	background-image: none !important;
}
.disc_li.bottom_none > li {
	margin: 0 0 0 1em !important;
	padding: 0 0 !important;
}

.win_icon {
	margin-right: 4px;
	padding-right: 15px;
	background: url("../images/win_icon.png") 100% 0.3em no-repeat;
}

.f_left {
	float: left;
}
.f_right {
	float: right;
}

.text_left {
	text-align: left;
}
.text_right {
	text-align: right;
}
.text_center {
	text-align: center;
}

.category_link_btn a {
	margin: 0 0 0;
	padding: 2px 6px 2px 18px;
	position: relative;
	font-size: 85%;
	line-height: 100%;
	text-decoration: none;
	color: #666;
	border: 1px solid #aaa;
	border-radius: 3px;
}
.category_link_btn a:before {
	content: "";
	margin: auto 0;
	position: absolute;
	top: -1px;
	bottom: 0;
	left: 6px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 4px 0 4px 6.9px;
	border-color: transparent transparent transparent #20272e;
}
.category_link_btn a:hover {
	background-color: #eee;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}

.ac_btn {
	cursor: pointer;
	margin: 5px 0 0 0;
	padding: 7px 100px 7px 10px;
	display: inline-block;
	font-weight: bold;
	position: relative;
	border: 1px solid #C01920;
	background-color: #ffffff;
}
.pageclass_calendar .ac_btn,
.pageclass_index .ac_btn {
	margin: 15px 0 0 0;
	width: auto;
	display: block;
}
.pageclass_index .ac_btn {
	padding: 10px 100px 10px 15px;
	color: #fff;
	border: 1px solid #FF7FA6;
	background-color: #FF7FA6;
	border-radius: 4px;
}
.pageclass_index .ac_btn:before {
	color: #fff;
	border: 1px solid #fff;
}
.ac_btn:after {
	content: "";
	margin: auto 0;
	position: absolute;
	top: -6px;
	bottom: 0;
	right: 15px;
	display: block;
	width: 10px;
	height: 10px;
	border-right: 2px solid #C01920;
	border-bottom: 2px solid #C01920;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.ac_btn_on.ac_btn:after {
	top: 3px;
	-moz-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.ac_btn:before {
	content: "Click";
	margin: auto 0;
	position: absolute;
	display: block;
	width: 40px;
	height: 20px;
	line-height: 20px;
	top: 0;
	bottom: 0;
	right: 45px;
	text-align: center;
	color: #C01920;
	font-size: 12px;
	border: 1px solid #C01920;
}
.ac_btn_on.ac_btn {
	background-color: #eee;
}
.ac_btn:hover {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.news_hidden {
	display: none;
	margin: 10px 0;
}
.news_jan_box table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  font-size: 13px;
}
.news_jan_box th,
.news_jan_box td {
	padding: 5px 7px 5px 7px;
}
.news_jan_box .tb_head th {
	color: #FFFFFF;
	font-weight: normal;
	text-align: center;
	background-color: #666666;
	border-left: 1px solid #333;
	border-top: 1px solid #333;
}
.news_jan_box .tb_head th:last-child {
	 border-right: 1px solid #333;
}
.news_jan_box td {
	border-bottom: 1px solid #b3b3b3;
}
.news_jan_box tr td:nth-of-type(1) {
	text-align: center;
	border-left: 1px solid #b3b3b3;
	border-right: 1px dotted #b3b3b3;
}
.news_jan_box td:last-child {
	border-right: 1px solid #b3b3b3;
}

.calendarbtn a {
	margin: 15px auto;
	padding: 15px 20px;
	display: block;
	width: 400px;
	color: #fff;
	letter-spacing: 1px;
	font-size: 114%;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	background: #C01920;
	border-radius: 4px;
	border-bottom: 2px solid #900010;
}
.calendarbtn a:hover {
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	opacity: 0.5;
}

.la_tit_inner {
	padding: 5px 5px;
	line-height: 100%;
}
.languagelink_btn {
	margin: 0 0 5px;
	display: inline-block;
}
.languagelink_btn .linkbtn_inner {
	margin: 0 5px 0 0;
	float: left;
}
.languagelink_btn a {
	padding: 5px 5px;
	width: 65px;
	display: inline-block;
	text-align: center;
	color: #fff;
	line-height: 100%;
	font-size: 95%;
	text-decoration: none;
	background: #ff7fa6;
	border-radius: 4px;
}
.languagelink_btn a:hover {
	transition: all 300ms ease-out;
	opacity: 0.45;
	filter: alpha(opacity=45);
}
.info_in_tweetbox {
	margin: 15px 0 0;
	width: 260px;
}
.info_in_tweetbox:nth-of-type(odd) {
	float: left;
}
.info_in_tweetbox:nth-of-type(even) {
	float: right;
}
.info_in_tweetbox .twitter-timeline {
	width: 100% !important;
}
.info_in_tweetbox .in_tweetframe {
	width: 260px !important;
}

.recruit_box tr {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #bbb;
}
.recruit_box th {
	padding: 10px 15px;
	width: 100px;
	text-align: left;
	font-weight: normal;
	color: #222;
	background: #ddd;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}
.recruit_box td {
	padding: 10 15px;
	border-bottom: 1px solid #bbb;
}
.recruit_box tr:first-child td {
	font-size: 20px;
	font-weight: bold;
}
.recruit_box .disc_li {
	margin: 0 0 0;
	padding-left: 10px;
}
.recruit_box .disc_li > li {
	margin: 0 0 0 1em !important;
	padding: 0 0 0 0 !important;
}

.recruit_close {
	margin: 30px auto 0;
	padding: 20px 0;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	background: #ededed;
	border-radius: 6px;
}

/*--------------------------------------
    table normalize
--------------------------------------*/
.recruit_box table {
  border-collapse: collapse;
  border-spacing: 0;
}

#pimg {
	margin: 15px 0 0;
	width:100%;
}
#pimg-main {
	width: 475px;
	height: 475px;
	overflow: hidden;
	float: right;
}
#pimg ul {
	list-style:none;
	padding:0;
	margin:0;
	width: 85px;
	text-align:center;
	float: left;
}
#pimg ul li {
	margin: 0 0 5px 0;
	display:block;
	width:80px;
	height:80px;
	border:1px solid #eee;
	overflow: hidden;
}
#pimg ul li img {
	position: relative;
	top: -10px;
	left: -40px;
	width: 150px;
	height: auto;
	text-align: center;
}

#pimg.type_3 ul {
	list-style:none;
	padding:0;
	margin:0;
	width: 76px;
	text-align:center;
	float: left;
}
#pimg.type_3 ul li {
	margin: 0 0 5px 0;
	display:block;
	width:68px;
	height:68px;
	border:1px solid #eee;
	overflow: hidden;
}
#pimg.type_3 ul li img {
	position: relative;
	top: -10px;
	left: -40px;
	width: 150px;
	height: auto;
	text-align: center;
}
#pimg .th_big li {
	width: 70px;
	height: 90px;
	border:1px solid #aaa;
}
#pimg .th_big li img {
	position: relative;
	margin: 0 0;
	top: -22px;
	left: -118px;
	width: 300px;
	height: auto;
	text-align: center;
}
#pimg-main.type_3 {
	width: 475px;
	height: 475px;
	overflow: hidden;
	float: right;
	border: 2px solid #eee;
}

#pimg ul li:hover {
	transition: all 300ms ease-out;
	opacity: 0.55;
	filter: alpha(opacity=55);
}
#pimg .item_tokuten {
	position: relative;
	border:1px solid #cc0000;
}
#pimg .item_tokuten:before {
	content: "ΑTζ";
	margin: 0 0 0;
	padding: 2px 5px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
	font-weight: bold;
	font-size: 10px;
	color: #ffffff;
	background: #cc0000;
	z-index: 99;
}
.product_ud_box > dl dt {
	padding: 10px 0;
	width: 8em;
	text-align: center;
	color: #fff;
	background: #666666;
	float: left;
}
.product_ud_box > dl dd {
	margin: 0 0 0 8em;
	padding: 10px 10px;
	background: #fafafa;
}
.product_ud_box .inner_text {
	padding: 20px 25px;
	border: 1px solid #eee;
}
.product_ud_maintit {
	padding: 10px 10px;
	background: #fafafa;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	border-left: 15px solid #666666;
}

#btn_area_bannerSet02 {
	background-image: url(../images/menu_bg_space.gif);
}
#btn_area_bannerSet02 .btn_area {
	background-image: none;
}
.ud_mini_tit {
	padding: 7px 0 5px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.tokuten_box {
	margin: 15px 0;
	padding: 15px 20px;
	background: #f7f7f7;
}
.tokuten_box .tokuten_cap {
	margin: 0 0 10px;
	padding: 0 0 3px;
	font-size: 14px;
	color: #333;
	font-weight: bold;
	border-bottom: 1px solid #CC0000;
}
.cojp_page_btn {
	margin: 0 0 0;
}
.store_btn {
	margin: 10px 0 0;
}
.store_btn a,
.cojp_page_btn a {
	margin: 0 auto 5px;
	padding: 18px 15px 18px 5px;
	display: block;
	width: 460px;
	height: auto;
	line-height: 120%;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 6px;
	box-shadow: 0 3px 0 0 rgb(70 48 142 / 15%);
	/*border: 1px solid #eee;
	box-shadow: 0 3px 0 0 rgb(70 48 142 / 15%);*/
}
.store_btn a {
	color: #C31B22;
	background: #fff url("../images/store_link_img01.png") 92% 50% no-repeat;
	background-size: 30px;
}
.cojp_page_btn a {
	color: #4d4d4d;
	background: #fff url("../images/web_link_img01.png") 91% 50% no-repeat;
	background-size: 28px;
}
.store_btn a:hover,
.cojp_page_btn a:hover {
	transition: all 150ms ease-out;
	opacity: 0.55;
	filter: alpha(opacity=55);
	box-shadow: 0 0 0 0 rgb(70 48 142 / 15%);
}
.ud_btn_area {
	margin: 5px 0 25px;
	padding: 25px 15px;
	background: #F7F7F7;
	border-radius: 6px;
	/*border: 4px solid #c1c1c1;*/
}

/*NNn¨mηΉe[u*/
.news_calendar_box table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  font-size: 13px;
}
.news_calendar_box th,
.news_calendar_box td {
	padding: 10px 7px 10px 7px;
}
.news_calendar_box td {
	vertical-align: middle;
}
.news_calendar_box .top_cell {
	vertical-align: top;
}
.news_calendar_box .tb_head th {
	font-weight: normal;
	text-align: center;
	font-size: 11px;
	line-height: 130%;
	border-right: 1px solid #666666;
	border-top: 1px solid #666666;
}
.news_calendar_box .tb_head th:nth-of-type(1) {
	width: 100px;
	color: #333;
	background-color: #eaeaea;
	border-left: 1px solid #666666;
}
.news_calendar_box .tb_head th:nth-of-type(2) {
	width: 50px;
	color: #333;
	background-color: #eaeaea;
}
.news_calendar_box .tb_head th:nth-of-type(3) {
	color: #333;
	background-color: #eaeaea;
}
.news_calendar_box .tb_head th:last-child {
	width: 120px;
	color: #333;
	background-color: #eaeaea;
}
.news_calendar_box td {
	border-bottom: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
.news_calendar_box tr td:nth-of-type(1) {
	padding: 5px 7px 5px 7px;
	text-align: center;
	font-size: 11px;
	border-left: 1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
}
.news_calendar_box tr:nth-of-type(2) td:nth-of-type(2) {
	font-size: 11px;
	text-align: left;
	line-height: 160%;
	background: #fafafa;
}
.news_calendar_box td:last-child {
	border-right: 1px solid #b3b3b3;
}

.news_calendar_box .tag_open {
	margin: 0 0 0;
	padding: 5px 7px;
	display: block;
	text-align: center;
	font-weight: bold;
	color: #333;
	background: #fdfdfd;
	border-radius: 6px;
	box-shadow: 0 1px 3px 0 rgb(220 220 220 / 70%);
}
.news_calendar_box .tag_open.off {
	background: #eeeeee;
}
.accent_color_red {
	color: #CC0000;
}
.news_calendar_box .open_comment {
	margin: 10px 0 10px;
	padding: 10px 14px;
	font-size: 11px;
	background: #fcfcfc;
}
.news_calendar_box .table_list {	
	font-size: 11px;
}
.news_calendar_box .table_list li {
	padding: 0 0 0 !important;
	line-height: 160% !important;
}
.news_calendar_box .normaltext {
	font-size: 11px;
}

/*form*/
.exclamation_icon {
	padding: 15px 0 10px 45px;
	position: relative;
}
.exclamation_icon:before {
	content: "";
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 8px;
	width: 30px;
	height: 30px;
	background: url("../product_inquiry/images/exclamation_icon.png") 0 0 no-repeat;
	background-size: 30px;
}
.product_inquiry_box {
	margin: 0 10px 15px;
	padding: 20px 25px;
	background: rgba(255,255,255,0.9);
	border-radius: 6px;
}
.product_inquiry_inner em {
	margin: 0 3px 0;
	padding: 3px 7px;
	position: relative;
	font-weight: bold;
	color: #C31B22;
	font-style: normal;
	/*border-bottom: double 3px #C31B22;*/
	/*background: rgba(239, 207, 97, 0.8);*/
}
.product_inquiry_inner em > span {
	position: relative;
	z-index: 90;
}
.product_inquiry_inner em:before {
	content: "";
	position: absolute;
	bottom: 4px;
	left: 0;
	display: block;
	width: 100%;
	height: 6px;
	background: rgba(239, 207, 97, 0.8);
}
.product_inquiry_inner p {
	margin: 0 0 15px;
	line-height: 175% !important;
}
.subtitle_form {
	margin: 15px 0 25px;
	padding: 15px 10px;
	text-align: center;
	color: #C31B22;
	font-weight: normal;
	font-family: 'CI',Meiryo,'qMmpS Pro W3','Hiragino Kaku Gothic Pro','lr oSVbN',sans-serif;
	font-size: 15px;
	text-shadow: 0 0 1px #999;
	/*border-right: 12px solid #C31B22;
	border-left: 12px solid #C31B22;*/
	/*border-top: 2px solid #C31B22;
	border-bottom: 2px solid #C31B22;*/
	background: rgba(255,255,255,0.95);
	box-shadow: 0 2px 3px 0 rgb(220 220 220 / 80%);

}
.info_text_box .disc_li {
	margin: 0 0 0;
	padding-left: 10px;
}
.info_text_box .disc_li > li {
	margin: 0 0 0 1em !important;
	padding: 0 0 0 0 !important;
}

.info_text_box {
	margin: 15px 0 30px;
	padding: 30px 15px;
	display: block;
	/*text-align: center;*/
	/*font-weight: bold;*/
	color: #333;
	background: #f2f2f2;
	border-radius: 10px;
	box-shadow: 0 1px 3px 0 rgb(220 220 220 / 70%);
}
.info_text_box p {
	font-weight: normal;
}
.info_text_inner {
	margin: 0 0 30px;
	padding: 0 0 25px;
	border-bottom: 1px dashed #ddd;
}
.form_info_link {
	display: block;
}
.form_info_link a {
	margin: 15px auto;
	padding: 18px 15px 18px 30px;
	width: 470px;
	display: block;
	color: #C01920;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0 3px 0 0 rgb(70 48 142 / 15%);
}
.form_info_link .a_icon_mail {
	background-image: url("../inquiry/images/icon_mail.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 10px 50%;
}
.form_info_link a:hover {
	transition: all 150ms ease-out;
	opacity: 0.55;
	filter: alpha(opacity=55);
}

.form_info_link.type_news a {
	margin: 0 0 30px;
	padding: 8px 15px 8px 40px;
	width: 190px;
	font-size: 11px;
	border: 2px solid rgb(70 48 142 / 15%);
	box-shadow: 0 2px 0 0 rgb(70 48 142 / 15%);
}

/*ud WF note*/
/*info*/
.info_area_inner {
	margin: 0 0 0;
	padding: 10px 0;
	background: #f2f2f2;
}
.info_area_text {
	margin: 0 15px 0;
}
.info_area_text dl {
	margin: 0 0 5px 0;
	display: table;
	font-size: 14px;
}
.info_area_text dt {
	margin: 0 0 0 0;
	padding: 0 0 0 12px;
	display: table-cell;
	width: 190px;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	background: #fff;
	border-left: 6px solid #c11920;
}
.info_area_text dd {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
	display: table-cell;
}
.info_area_text dd a {
	font-weight: bold;
}
.ud_event_box {
	padding: 0 0 15px 0;
	/*border-bottom: 2px solid #eee;*/
}
.soon_tag {
	margin: 0 0 3px 0;
	padding: 2px 5px;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	background: #CC0000;
}
