@charset "Shift_JIS";

#ghcontainer {padding-bottom: 0px;}
#contents {width: 100% !important;text-align: center;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;margin: 0 !important;padding: 0 !important;}

/* --------------------------------------------------------------------
	#safety_header
-------------------------------------------------------------------- */
#safety_header {
	width: 100%;
	padding: 8px 0 0 0;
	margin: 0;
	text-align: center;
	position: relative;
	background-image: url(../images/header_bg.gif);
	background-repeat: repeat-x;
	background-position: 50% 0;
}
#safety_header .safety_header_title {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 1px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
#safety_header .safety_header_title_text1 {
	display: block;
	-webkit-order: 0;
	-webkit-box-ordinal-group: 1;
	-ms-flex-order: 0;
	order: 0;
}
#safety_header .safety_header_title_text2 {
	display: block;
	-webkit-order: -1;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}
#safety_header .safety_header_link1 {
	display: inline-block;
	width: 172px;
	height: 60px;
	text-align: left;
	background-color: transparent;
	background-image: url(../../common3/images/header_title_1.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
#safety_header .safety_header_link2 {
	display: inline-block;
	width: 172px;
	height: 60px;
	text-align: left;
	background-color: transparent;
	background-image: url(../../common3/images/header_title_2.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}
#safety_header .safety_logo {
	display: inline-block;
	width: 40px;
	height: 34px;
	text-align: left;
	background-color: transparent;
	background-image: url(../../common3/images/header_logo.gif);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
}


/* --------------------------------------------------------------------
	#safety_wrapper
-------------------------------------------------------------------- */
#safety_wrapper {
	min-width: 320px;
	width: 100%;
	margin-top: 6px;
	text-align: center;
	font-family: "Hiragino Kaku Gothic ProN", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, sans-serif;
}
#safety_wrapper p {
	font-size: 16px;
	line-height: 1.7;
	color: #666666;
	margin: 0;
	padding: 0;
}
#safety_wrapper p.caution {
	font-size: 13px;
	line-height: 1.4;
	padding-top: 10px;
}
#safety_wrapper .mainframe {
	margin: 0 0 0 0;
}
#safety_wrapper .column {
	width: 100%;
	max-width: 980px;
	padding: 0;
	margin: 0 auto;
	position: relative;
	text-align: left;
}

#safety_wrapper .title_area {
	display: block;
	margin: 0 auto 35px auto;
}
#safety_wrapper .title_area_body {
	display: block;
	max-width: 1440px;
	margin: 0 auto;
}
#safety_wrapper .title_area_body_text {
	display: block;
	height: 0;
	margin: 0;
	text-align: left;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
}

#safety_wrapper .lead_area {
	padding: 0 30px;
	margin: 35px auto;
	text-align: left;
}

/* --------------------------------------------------------------------
	.safety_nav
-------------------------------------------------------------------- */
#safety_wrapper .safety_nav {
	width: auto;
	padding: 0 30px;
	margin: 35px auto 28px auto;
	text-align: left;
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
#safety_wrapper .safety_nav_item {
	display: block;
	width: 22.5%; /* 207/920*100 */
	margin-bottom: 32px;
}
#safety_wrapper .safety_nav_item:active,
#safety_wrapper .safety_nav_item:hover,
#safety_wrapper .safety_nav_item:focus,
#safety_wrapper .safety_nav_item:visited {
	opacity: 0.7;
}
#safety_wrapper .safety_nav_item_text {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	color: #777777;
	background-color: #ffffff;
	border: 2px solid #888888;
	border-radius: 8px;
}
#safety_wrapper .safety_nav_item_text.safety_nav_item_text--active {
	color: #ffffff;
	background-color: #888888;
}
#safety_wrapper .safety_nav_item_text:active,
#safety_wrapper .safety_nav_item_text:hover,
#safety_wrapper .safety_nav_item_text:focus,
#safety_wrapper .safety_nav_item_text:visited {
	text-decoration: none;
	color: #777777;
}
#safety_wrapper .safety_nav_item_text.safety_nav_item_text--active:active,
#safety_wrapper .safety_nav_item_text.safety_nav_item_text--active:hover,
#safety_wrapper .safety_nav_item_text.safety_nav_item_text--active:focus,
#safety_wrapper .safety_nav_item_text.safety_nav_item_text--active:visited {
	text-decoration: none;
	color: #ffffff;
}
#safety_wrapper .safety_nav_item_text .icon {
	display: block;
	width: 22px;
	height: 13px;
	margin-left: 10px;
	background-image: url(../../common3/images/arrow_down_default.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 100%;
}
#safety_wrapper .safety_nav_item_text.safety_nav_item_text--active .icon {
	background-image: url(../../common3/images/arrow_down_active.png);
}
#safety_wrapper .safety_nav_item_text span {
	display: block;
	padding: 10px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: inherit;
}

/* --------------------------------------------------------------------
	.safety_posts
-------------------------------------------------------------------- */
#safety_wrapper .safety_posts {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
}
#safety_wrapper .safety_posts_item {
	display: block;
	width: 48.6734693878%; /* 477/980*100% */
}
#safety_wrapper .posts_item {
	display: block;
	min-height: 130px;
	margin-bottom: 26px;
}
#safety_wrapper .posts_item_body {
	display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-items: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #ffffff;
	background-color: #888888;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#safety_wrapper .posts_item_body:active,
#safety_wrapper .posts_item_body:hover,
#safety_wrapper .posts_item_body:focus,
#safety_wrapper .posts_item_body:visited {
	color: #ffffff;
	text-decoration: none;
	opacity: 0.7;
}
#safety_wrapper .posts_item_body:active[href="javascript:;"],
#safety_wrapper .posts_item_body:hover[href="javascript:;"],
#safety_wrapper .posts_item_body:focus[href="javascript:;"],
#safety_wrapper .posts_item_body:visited[href="javascript:;"] {
	color: #ffffff;
	opacity: 1;
	cursor: default;
}
#safety_wrapper .posts_item_body_text_container {
	position: relative;
	width: 100%;
	overflow: hidden;
}
#safety_wrapper .posts_item_body_thumbnail_container {
	position: relative;
	-webkit-order: -1;
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}


#safety_wrapper .posts_item_title {
	padding: 10px 10px 0 10px;
	color: inherit;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 1.4;
}
#safety_wrapper .posts_item_title.cor {
	text-overflow: clip;
	white-space: normal;
}
#safety_wrapper .posts_item_title span.focus{font-size: 18px;line-height: 1.2;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: block;margin: 0px;padding: 0px;}
#safety_wrapper .posts_item_title span.focus_A{font-size: 18px;line-height: 1.2;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: block;margin: 0px;padding: 0px 0px 5px 0px;}
#safety_wrapper .posts_item_title span.focus_B{font-size: 18px;line-height: 1.2;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: block;margin: 0px;padding: 3px 0px 0px 0px;}
#safety_wrapper .posts_item_title span.focus_C{font-size: 18px;line-height: 1.2;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;display: block;margin: 0px;padding: 3px 0px 5px 0px;}
#safety_wrapper .posts_item_title.pack{letter-spacing: -0.05em}

#safety_wrapper .posts_item_title .small {
	font-size: 14px;
	line-height: 1.4;
}
#safety_wrapper .posts_item_text {
	margin: 0px auto 0px auto;
	padding: 0 10px;
	color: inherit;
	font-size: 14px;
	line-height: 1.4;
}
#safety_wrapper .posts_item_label {
	position: absolute;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}


#safety_wrapper .posts_item_label.posts_item_label--new {
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url(../../common3/images/new.png);
}
#safety_wrapper .posts_item_label.posts_item_label--new2 {
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-image: url(../../images3/new2.png);
}
#safety_wrapper .posts_item_label.posts_item_label--movie {
	top: 50%;
	left: 50%;
	width: 76px;
	height: 76px;
	margin-top: -38px;
	margin-left: -38px;
	background-image: url(../../common3/images/movie.png);
}
#safety_wrapper .posts_item_category {
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	font-size: 10px;
	letter-spacing: 0.15em;
}
#safety_wrapper .posts_item_datetime {
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
	padding: 5px 10px;
	font-size: 10px;
	text-align: right;
}
#safety_wrapper .posts_item_thumbnail {
	display: block;
	max-width: 166px;
}
#safety_wrapper .posts_item_footer {
	margin: 8px auto 0px auto;
}
#safety_wrapper .posts_item_footer_text {
	font-size: 13px;
	font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
	line-height: 1.5;
}
#safety_wrapper .posts_item_footer_text .link {
	color: #006da7;
	white-space: nowrap;
}
#safety_wrapper .posts_item_footer_text .link:before {
	display: inline-block;
	margin-left: 0.15em;
	margin-right: 0.15em;
	content: ">";
	font-size: 1.3em;
	line-height: 1;
}
#safety_wrapper .posts_item_footer_text .link:active,
#safety_wrapper .posts_item_footer_text .link:hover,
#safety_wrapper .posts_item_footer_text .link:focus,
#safety_wrapper .posts_item_footer_text .link:visited {
	text-decoration: underline;
	opacity: 0.7;
}

/* --------------------------------------------------------------------
	.safety_page_back
-------------------------------------------------------------------- */
#safety_wrapper .safety_page_back {
	display: block;
}
#safety_wrapper .safety_page_back_text {
	display: block;
	margin: 10px auto 0px auto;
	text-align: center;
}
#safety_wrapper .safety_page_back_link {
	display: inline-block;
	width: 50px;
	height: 82px;
	background-image: url(../../common3/images/page_back.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100%;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
}

/* --------------------------------------------------------------------
	#safety_footer
-------------------------------------------------------------------- */
#safety_foot_box {
	width: 100%;
	position: relative;
	clear: both;
}
#safety_foot_box #safety-page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 101;
}
#safety_foot_box #safety-page-top a:hover {
	filter: alpha(opacity=50);
	opacity: 0.5;
}

/* --------------------------------------------------------------------
	汎用スタイル
-------------------------------------------------------------------- */
#safety_wrapper .red {
	color: #cc0000;
}
#safety_wrapper .bgGray {
	background-color: #c6c6c6;
}
#safety_wrapper a {
	color: #cc0000;
	text-decoration: none;
}
#safety_wrapper a:hover {
	color: #cc0000;
	text-decoration: underline;
}
#safety_wrapper .fL {
	float: left;
}
#safety_wrapper .fR {
	float: right;
}
.sp {
	display: none;
}
.pc {
	display: block;
}
.kerning_open {
	margin-left: -0.5em;
}
.kerning_close {
	letter-spacing: -0.5em;
}
#safety_wrapper .posts_item_title br.sp-on {display: none;}

@media only screen and (max-width: 736px) {
	html {
		font-size: 80%;
	}
	body {
		font-size: 100% !important;
		-webkit-text-size-adjust: 100%;
	}

	/* --------------------------------------------------------------------
		#safety_wrapper
	-------------------------------------------------------------------- */
	#safety_wrapper {
		margin-top: 8px;
	}
	#safety_wrapper p {
		font-size: 1.2rem;
	}
	#safety_wrapper p.caution {
		font-size: 1rem;
	}
	#safety_wrapper .mainframe {
		margin: 0 0 15px 0;
	}
	#safety_wrapper .column {
		width: 92%;
		margin: 0 4% 0 4%;
	}

	#safety_wrapper .lead_area {
		width: auto;
		margin: 25px 0;
		padding-left: 0;
		padding-right: 0;
	}

	/* --------------------------------------------------------------------
		.safety_nav
	-------------------------------------------------------------------- */
	#safety_wrapper .safety_nav {
		padding-left: 0;
		padding-right: 0;
	}
	#safety_wrapper .safety_nav_item {
		width: 46.95652173%; /* 324/690*100 */
		margin-bottom: 11px;
		padding: 10px 0;
	}
	#safety_wrapper .safety_nav_item_text {
		height: 4em;
	}
	#safety_wrapper .safety_nav_item_text span {
		width: 100%;
		font-size: 16px;
		line-height: 1.1;
		overflow: visible;
		text-overflow: clip;
		white-space: normal;
	}

	/* --------------------------------------------------------------------
		.safety_posts_item
	-------------------------------------------------------------------- */
	#safety_wrapper .safety_posts_item {width: 100%;min-height: 0;margin-bottom: 10px;}
	#safety_wrapper .posts_item_thumbnail {width: 140px;margin: 0px;padding: 0px;}
	#safety_wrapper .posts_item_title {padding: 10px 10px 0 10px;font-size: 1.2rem;line-height: 1.5;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
	#safety_wrapper .posts_item_title span.focus{font-size: 1.5rem;line-height: 1.3;padding: 0px;}
	#safety_wrapper .posts_item_title span.focus_A{font-size: 1.5rem;line-height: 1.3;padding: 0px 0px 3px 0px;}
	#safety_wrapper .posts_item_title span.focus_B{font-size: 1.5rem;line-height: 1.3;padding: 3px 0px 0px 0px;}
	#safety_wrapper .posts_item_title span.focus_C{font-size: 1.5rem;line-height: 1.2;padding: 2px 0px 2px 0px;}
	#safety_wrapper .posts_item_text {font-size: 1.2rem;line-height: 1.5;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
	#safety_wrapper .posts_item_category {font-size: 1.0rem;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
	#safety_wrapper .posts_item_datetime {font-size: 1.0rem;font-weight: bold;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
	
	/* --------------------------------------------------------------------
		#safety_footer
	-------------------------------------------------------------------- */
	#safety_foot_box {
		display: none;
	}

	/* --------------------------------------------------------------------
		汎用スタイル
	-------------------------------------------------------------------- */
	#safety_wrapper img {
		width: 100%;
	}
	#safety_wrapper #pageTop {
		display: none;
	}
	#page-top img {
		display: none;
	}

	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	
	#safety_wrapper .link_non a {-webkit-tap-highlight-color:rgba(0,0,0,0);}
	#safety_wrapper .posts_item_title br.tab-non {display: none;}
}

@media only screen and (max-width: 414px) {
	/* --------------------------------------------------------------------
		.safety_posts_item
	-------------------------------------------------------------------- */
	#safety_wrapper .posts_item_thumbnail {width: 120px;margin: 0px;padding: 0px;}
	#safety_wrapper .posts_item_title {font-size: 0.9rem;line-height: 1.4;}
	#safety_wrapper .posts_item_title span.focus{font-size: 1.2rem;line-height: 1.3;padding: 0px;}
	#safety_wrapper .posts_item_title span.focus_A{font-size: 1.2rem;line-height: 1.3;padding: 0px 0px 3px 0px;}
	#safety_wrapper .posts_item_title span.focus_B{font-size: 1.2rem;line-height: 1.3;padding: 3px 0px 0px 0px;}
	#safety_wrapper .posts_item_title span.focus_C{font-size: 1.2rem;line-height: 1.2;padding: 2px 0px 2px 0px;}
	#safety_wrapper .posts_item_text {font-size: 0.9rem;line-height: 1.4;}
	#safety_wrapper .posts_item_category {font-size: 0.8rem;}
	#safety_wrapper .posts_item_datetime {font-size: 0.8rem;}
	#safety_wrapper .posts_item_title br.tab-non {display: block;}
	#safety_wrapper .posts_item_title br.sp-non {display: none;}

}

@media only screen and (max-width: 375px) {
	/* --------------------------------------------------------------------
		.safety_posts_item
	-------------------------------------------------------------------- */
	#safety_wrapper .posts_item_title {font-size: 0.88rem;line-height: 1.4;}
	#safety_wrapper .posts_item_title span.focus{font-size: 1.2rem;line-height: 1.3;padding: 0px;}
	#safety_wrapper .posts_item_title span.focus_A{font-size: 1.2rem;line-height: 1.3;padding: 0px 0px 2px 0px;}
	#safety_wrapper .posts_item_title span.focus_A.plus{font-size: 1.1rem;line-height: 1.2;padding: 0px 0px 2px 0px;}
	#safety_wrapper .posts_item_title span.focus_B{font-size: 1.2rem;line-height: 1.3;padding: 2px 0px 0px 0px;}
	#safety_wrapper .posts_item_title span.focus_C{font-size: 1.2rem;line-height: 1.2;padding: 1px 0px 1px 0px;}
	#safety_wrapper .posts_item_text {font-size: 0.88rem;line-height: 1.4;}
	#safety_wrapper .posts_item_title br.sp-non2 {display: none;}
	#safety_wrapper .posts_item_title br.sp-on {display: block;}
	
	#safety_wrapper .posts_item_title.plus {padding: 7px 10px 0 10px;}

}

@media only screen and (max-width: 320px) {
	/* --------------------------------------------------------------------
		.safety_posts_item
	-------------------------------------------------------------------- */
	#safety_wrapper .posts_item_title {font-size: 0.7rem;line-height: 1.4;}
	#safety_wrapper .posts_item_title span.focus{font-size: 0.9rem;line-height: 1.3;padding: 0px;}
	#safety_wrapper .posts_item_title span.focus_A{font-size: 0.9rem;line-height: 1.3;padding: 0px 0px 3px 0px;}
	#safety_wrapper .posts_item_title span.focus_A.plus{font-size: 0.9rem;line-height: 1.3;padding: 0px 0px 3px 0px;}
	#safety_wrapper .posts_item_title span.focus_B{font-size: 0.9rem;line-height: 1.3;padding: 3px 0px 0px 0px;}
	#safety_wrapper .posts_item_title span.focus_C{font-size: 0.9rem;line-height: 1.3;padding: 2px 0px 2px 0px;}
	#safety_wrapper .posts_item_text {font-size: 0.7rem;line-height: 1.4;}
	#safety_wrapper .posts_item_category {font-size: 0.7rem;line-height: 1.1;}
	#safety_wrapper .posts_item_datetime {font-size: 0.7rem;line-height: 1.1;}
	#safety_wrapper .posts_item_title br.tab-non {display: block;}
	#safety_wrapper .posts_item_title.plus {padding: 10px 10px 0 10px;}
}

/* --------------------------------------------------------------------
	modal
-------------------------------------------------------------------- */
.lity-iframe .lity-container {
	max-width: 800px;
}
.lity-close,
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
	position: absolute;
	top: -36px;
	text-align: left;
	background-color: transparent;
	background-image: url(../../common3/images/modal_close.png);
	background-position: 50%;
	background-repeat: no-repeat;
	text-indent: 110%;
	white-space: nowrap;
	overflow: hidden;
}
