<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* =======================================

	CommonElements

======================================= */
@import url(23c16c34c1cc46fda90786ca935a9d28.css);
@font-face {
	font-family: 'astmax';
	src:  url('fonts/astmax.eot?clfz81');
	src:  url('/static/fonts/astmax.eot') format('embedded-opentype'),
		url('/static/fonts/astmax.ttf') format('truetype'),
		url('/static/fonts/astmax.woff') format('woff'),
		url('/static/fonts/astmax.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'astmax' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-blank:before {
	content: "\e900";
}

body {
	position: relative;
	font-size: 14px;
	line-height: 1.6;
	color: #222;
	text-align: center;
	background: #fff;
	word-wrap : break-word;
	overflow-wrap : break-word;
	overflow: hidden;
	font-family: 'ヒラギノ角ゴ ProN W3','Hiragino Kaku Gothic ProN', Meiryo, メイリオ,  sans-serif;
}

a { transition: all 0.3s ease-out; }
a:link { text-decoration:none; color: #222;}
a:visited { text-decoration:none; color: #222;}
a:active { text-decoration:none; color: #222;}
/* PC hover */
@media only screen and (min-width: 769px){
	a:hover { text-decoration:none; color: #115cab;}
}

.container {
	background: transparent url(/static/images/cont_btm_bg.png) left bottom no-repeat;
}
main &gt; section {
	overflow: hidden;
	padding: 0 0 60px;
}
.cont_base {
	width: 90%;
	max-width: 1140px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
main h3 {
	position: relative;
	font-size: 2.14em;
	padding: 0 0 1em;
	line-height: 1.2;
	font-family: Roboto;
}
main h3 .initial {
	color: #004ea2;
}
main h3:before {
	content: '';
	display: block;
	width: 1000px;
	height: 3px;
	background: #004ea2;
	position: absolute;
	top: 0.7em;
	left: -2.9%;
	margin-left: -1000px;
}
main h3 small {
	color: #adadad;
	font-size: 0.6em;
	display: block;
	padding: 0.6em 0 0;
}

@media only screen and (max-width: 768px) {
	body{
		min-width: 320px;
		font-size: 12px;
	}
	.container {
		background-size: 60%;
	}
	main &gt; section {
		padding: 0 0 50px;
	}
	.cont_base {
		width: 90%;
	}
	.cont_base.sp_full {
		width: 100%;
	}
	.cont_base.sp_full h3 {
		padding-left: 5%;
	}
	.cont_base.sp_full h3:before {
		left: 2.9%;
	}
}

.left {
	float: left;
}
.right {
	float: right;
}
.sp {
	display: none;
}


@media only screen and (max-width: 768px) {
	img {
		max-width: 100%;
	}
	.sp {
		display: block;
	}
	.pc {
		display: none;
	}
}


/* ------------------------------------
	HEADER
------------------------------------ */
body &gt; header {
	width: 100%;
	height: 96px;
	text-align: left;
	position: relative;
	padding: 0 2%;
	background: #fff;
}

.header_logo {
	height: 96px;
	line-height: 96px;
	display: inline-block;
}
.header_logo a {
	transition: all 0s ease-out;
}
.header_logo img {
	max-width: 100%;
	vertical-align: middle;
}


/* 	#global
------------------------------------ */
#global {
	position: absolute;
	right: 2%;
	bottom: 0;
	text-align: right;
}
#global &gt; ul {
	letter-spacing: -1em;
}
#global &gt; ul * {
	letter-spacing: 0;
}
#global &gt; ul &gt; li {
	display: inline-block;
	transition: all 0.3s ease-out;
	position: relative;
	vertical-align: top;
	text-align: center;
}
#global &gt; ul &gt; li:before {
	content: '';
	display: block;
	width: 1px;
	height: 30px;
	background: #ddd;
	position: absolute;
	left: 0;
}
#global &gt; ul &gt; li &gt; a {
	display: block;
	height: 51px;
	padding: 10px 30px;
	border-bottom: 5px solid transparent;
	position: relative;
	line-height: 1;
	font-size: 1.07em;
	height: 52px;
}
#global &gt; ul &gt; li.active a {
	border-color: #004ea2;
}
#global &gt; ul &gt; li &gt; a:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 3px 0 3px;
	border-color: #004ea2 transparent transparent transparent;
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
#global &gt; ul &gt; li.business &gt; a:before {
	transform: rotate(30deg);
}

#global &gt; ul &gt; li.contact:before,
#global &gt; ul &gt; li.contact &gt; a:before {
	content: none;
}
#global &gt; ul &gt; li.contact &gt; a {
	border: 1px solid #004ea2;
	background: #004ea2;
	color: #fff;
	padding: 12px 30px 9px;
	height: auto;
}


#global &gt; ul &gt; li ul {
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	background: #004ea2;
	color: #fff;
	text-align: left;
	width: 280px;
	padding: 10px 0;
	z-index: 100;
}
#global &gt; ul &gt; li ul:before {
	content: '';
	background: transparent no-repeat center top;
	background-size: cover;
	opacity: 0.2;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 102;
}
#global &gt; ul &gt; li.company ul:before { background-image: url(/static/images/menu_company_bg.jpg); }
#global &gt; ul &gt; li.group ul:before { background-image: url(/static/images/menu_company_bg.jpg); }
#global &gt; ul &gt; li.ir ul:before { background-image: url(/static/images/menu_company_bg.jpg); }
#global &gt; ul &gt; li ul li {
	z-index: 103;
	position: relative;
}
#global &gt; ul &gt; li ul li a {
	color: #fff;
	padding: 10px 20px 10px 40px;
	display: block;
	text-indent: -20px;
}
#global &gt; ul &gt; li ul li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 14px;
}


/* PC hover */
@media only screen and (min-width: 769px){
	#global &gt; ul &gt; li:hover a {
		border-color: #004ea2;
	}
	#global &gt; ul &gt; li.contact &gt; a:hover {
		color: #004ea2;
		background: #fff;
	}
}


/* 	#global_sub
------------------------------------ */
#global_sub {
	position: absolute;
	right: 2%;
	top: 10px;
	text-align: right;
	font-size: 0.92em;
}
#global_sub ul {
	letter-spacing: -1em;
}
#global_sub ul * {
	letter-spacing: 0;
}
#global_sub ul li {
	display: inline-block;
	padding: 0 0 0 30px;
}
#global_sub ul li a {
	position: relative;
}
#global_sub ul li a:before {
	content: '';
	width: 8px;
	height: 8px;
	border-top: 2px solid #004ea2;
	border-right: 2px solid #004ea2;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
}


/* PC hover */
@media only screen and (min-width: 769px){
	#global_sub ul li a:hover {
		text-decoration: underline;
	}
}


/* 	header responsive
------------------------------------ */
@media only screen and (max-width: 1020px) {
	body &gt; header {
		height: auto;
		text-align: center;
		height: 120px;
	}
	.header_logo {
		height: 68px;
		text-align: left;
		line-height: 68px;
		display: block;
	}
	.header_logo img {
		height: 44px;
		width: auto;
	}
	#global_sub ul li {
		padding: 15px 0 0 30px;
	}
	#global {
		position: static;
		right: 0;
		bottom: 0;
		text-align: right;
	}
	#global &gt; ul &gt; li {
		width: 20%;
	}
	#global &gt; ul &gt; li &gt; a {
		display: block;
		height: 52px;
		padding: 10px 0px;
		white-space: nowrap;
	}
}
@media only screen and (max-width: 768px) {
	body &gt; header {
		height: 68px;
		text-align: left;
	}
}



/* =====================================
	RWD MENU
===================================== */
@media only screen and (max-width: 768px) {
	#global,
	#global_sub { display: none;}

	#rwdMenuWrap {
		width: 100%;
		min-width: 320px;
		position: absolute;
		top: 63px;
		left: 0;
		font-size: 1.25em;
	}
	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 0;
		overflow: visible;
		position: relative;
		top: 0;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn {
		width: 34px;
		height: 34px;
		position: absolute;
		top: -48px;
		right: 3%;
		z-index: 1001;
		color: #004ea2;
		padding: 20px 0 0;
		text-decoration: none;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span {
		width: 34px;
		height: 3px;
		background-color: #004ea2;
		transition: all 0.2s linear;
		position: absolute;
		left: 0;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn,
	#rwdMenuWrap #switchBtnArea #switchBtn span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
		top:3px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
		top:15px;
		transform: scale(1);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
		top: 27px;
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
		top: 0 !important;
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
		top:15px;
		-webkit-transform: translateY(0) rotate(45deg);
		transform: translateY(0) rotate(45deg);
	}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
		opacity: 0;
	}
	#rwdMenuWrap .menu {
		width: 100%;
		display: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999;
		background: #004ea2;
		z-index: 901;
		padding: 0 5%;
	}
	#rwdMenuWrap .menu:before {
		content: '';
		background: transparent url(/static/images/menu_sp_bg.jpg) no-repeat center top;
		background-size: cover;
		opacity: 0.2;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 902;
	}
	#rwdMenuWrap .menu ul {
		z-index: 903;
		position: relative;
	}
	#rwdMenuWrap .menu a {
		width: 100%;
		padding: 15px 50px 15px 25px;
		display: block;
		position: relative;
		text-align: left;
		text-decoration: none;
		border-bottom: rgba(255,255,255,0.3) 1px solid;
		color: #fff;
	}
	#rwdMenuWrap .menu ul li a:before {
		content: '';
		width: 6px;
		height: 6px;
		display: block;
		margin-top: -3px;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		position: absolute;
		top: 50%;
		left: 0;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#rwdMenuWrap .menu ul li br {
		display: none;
	}
	#rwdMenuWrap .menu ul li ul {
		display: none;
	}

}


/* ------------------------------------
	FOOTER
------------------------------------ */
body &gt; footer .inner {
	margin: 0 auto;
}

/* #footer_top
------------------------------------ */
#footer_top {
	background: #004ea2 url(/static/images/footer_bg.jpg) center top no-repeat;
	background-size: cover;
	color: #fff;
}
#footer_top .inner {
	display: flex;
	width: 100%;
	max-width: 980px;
	min-height: 216px;
	padding: 40px 0;
}
#footer_top section {
	width: 50%;
	padding: 0 3.5% 70px;
	text-align: left;
	position: relative;
}
#footer_top .contact {
	border-right: 1px solid rgba(255,255,255,0.5);
}
#footer_top h3 {
	font-size: 1.42em;
	padding: 0 0 0 34px;
	background: transparent left center no-repeat;
}
#footer_top .contact h3 { background-image: url(/static/images/icon_contact.png); }
#footer_top .recruit h3 { background-image: url(/static/images/icon_recruit.png); }
#footer_top p {
	padding: 0 0 1em;
}
#footer_top a {
	display: block;
	width: 86%;
	height: 62px;
	line-height: 62px;
	color: #fff;
	text-align: center;
	border: 2px solid #fff;
	position: absolute;
	left: 7%;
	bottom: 0;
	font-family: Roboto;
}
#footer_top a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	margin-top: -2px;
}

/* PC hover */
@media only screen and (min-width: 769px){
	#footer_top a:hover {
		background: #fff;
		color: #004ea2;
	}
	#footer_top a:hover:before {
		border-color: #004ea2;
	}
}

@media only screen and (max-width: 768px) {
	#footer_top .inner {
		display: block;
		height: auto;
		padding: 30px 5%;
	}
	#footer_top section {
		display: block;
		width: 100%;
		padding: 0;
	}
	#footer_top a {
		position: relative;
		width: 100%;
		left: auto;
		height: auto;
		line-height: 1;
		padding: 12px;
	}
	#footer_top .contact {
		border-right: none;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		padding: 0 0 20px;
		margin: 0 auto 20px;
	}
}


/* #footer_btm
------------------------------------ */
#footer_btm {
	background: #242424;
	color: #696969;
	text-align: right;
}
#footer_btm .inner {
	height: 118px;
	position: relative;
	padding: 30px 3.5% 0;
	max-width: 1040px;
}
#footer_btm .footer_logo {
	height: 118px;
	position: absolute;
	left: 3.5%;
	top: 0;
	padding: 35px 0 0;
	max-width: 25%;
}
#footer_btm .footer_logo img {
	max-width: 100%;
}

#footer_btm ul {
	display: inline-block;
	border-bottom: 1px solid #494949;
	padding: 0 0 12px;
}
#footer_btm ul li {
	display: inline-block;
	padding: 0 0 0 1.4em;
}
#footer_btm ul li a {
	line-height: 1;
	color: #fff;
}
#footer_btm ul li a:before {
	content: '';
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	vertical-align: middle;
	display: inline-block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-right: 10px;
	margin-top: -2px;
}
#footer_btm .jpx {
	float: right;
	margin: 4px 0 0 10px;
}
#footer_btm .copyright {
	display: block;
	padding: 12px 0 0;
}

/* PC hover */
@media only screen and (min-width: 769px){
	#footer_btm ul li a:hover {
		text-decoration: underline;
	}
}

@media only screen and (max-width: 960px) {
	#footer_btm ul {
		font-size: 0.85em;
	}
	#footer_btm .footer_logo {
		max-width: 22%;
	}
	#footer_btm ul li {
		padding: 0 0 0 1em;
	}
}

@media only screen and (max-width: 768px) {
	#footer_btm {
		text-align: left;
	}
	#footer_btm .inner {
		height: auto;
		padding: 0;
		text-align: center;
	}
	#footer_btm .footer_logo {
		height: auto;
		position: relative;
		left: auto;
		top: auto;
		padding: 20px 0;
		margin: 0 auto;
		max-width: 60%;
	}
	#footer_btm ul {
		display: block;
		padding: 0 5%;
		font-size: 1em;
		border-top: 1px solid #494949;
	}
	#footer_btm ul li {
		display: block;
		padding: 0;
		border-bottom: 1px solid #494949;
	}
	#footer_btm ul li:last-child {
		border-bottom: none;
	}
	#footer_btm ul li a {
		display: block;
		padding: 1em 0;
	}
	#footer_btm ul li a:before {
		float: left;
		margin-top: 4px;
	}

	#footer_btm .jpx {
		float: none;
		margin: 0px;
	}
	#footer_btm .jpx img {
		display: block;
		margin: 20px auto 10px;
	}
	#footer_btm .copyright {
		padding: 1em;
	}
}



/* ------------------------------------
	PAGE TOP
------------------------------------ */
#back_to_top {
	position: fixed;
	display: none;
	right: 5px;
	bottom: 5px;
	width: 120px;
	height: 120px;
	color: #fff;
	z-index: 901;
	transition: all 0s ease-out;
}
#back_to_top:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 27px;
	border-left: 1px solid #fff;
	right: 34px;
	top: 35px;
	transition: all 0.3s ease-out;
	z-index: 910;
}

#back_to_top:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 120px 120px;
	border-color: transparent transparent #004ea2 transparent;
	transition: all 0.3s ease-out;
	z-index: 902;
}

#back_to_top:hover:before {
	height: 12px;
}
#back_to_top:hover:after {
	border-color: transparent transparent #1f6ec4 transparent;
}
#back_to_top span {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 10px;
	width: 70px;
	z-index: 909;
	font-family: Roboto;
}

@media only screen and (max-width: 768px) {
	#back_to_top {
		display: none;
	}
}



/* ---------------------------------------

	Parts

--------------------------------------- */

/* ------------------------------------
	.btn_area
------------------------------------ */
.btn_area a {
	background: #004ea2;
	border: 1px solid #004ea2;
	color: #fff;
	line-height: 1;
	padding: 0.8em 1.5em;
	text-align: center;
	display: inline-block;
}

/* PC hover */
@media only screen and (min-width: 769px){
	.btn_area a:hover {
		background: #fff;
		color: #004ea2;
		display: block;
	}
}

@media only screen and (max-width: 768px) {
}


/* ------------------------------------
	.news_list
------------------------------------ */
.news_list li {
	border-bottom: 1px solid #ccc;
	position: relative;
	padding: 10px 0 10px 200px;
}
.news_list li.empty {
	padding: 10px 0;
}
.news_list li a {
	text-decoration: none;
	display: block;
}
.news_list li .date {
	position: absolute;
	top: 10px;
	left: 0;
	color: #8e8e8e;
}
.news_list li .label {
	position: absolute;
	top: 10px;
	left: 100px;
	background: #ccc;
	color: #fff;
	font-size: 0.78em;
	text-align: center;
	width: 80px;
	height: 20px;
	line-height: 20px;
}
/**ラベルの色**/
.news_list li .label.pr, #type li.pr a {
	background: #CD804C;
	border-color: #CD804C;
}
.news_list li .label.irlib, #type li.irlib a {
	background: #924ccd;
	border-color: #924ccd;
}
.news_list li .label.timely, #type li.timely a {
	background: #6784bc;
	border-color: #6784bc;
}
.news_list li .label.result, #type li.result a {
	background: #ce0000;
	border-color: #ce0000;
}
.news_list li .label.statutory, #type li.statutory a {
	background: #1b8016;
	border-color: #1b8016;
}
.news_list li .label.news, #type li.news a{
	background: #76a9f3;
	border-color: #76a9f3;
}
.news_list li p,
.news_list li a {
	display: block;
	width: 100%;
	padding: 0 10% 0 0;
	position: relative;
	font-size: 1.07em;
}
.news_list li a:after {
	position: absolute;
	content: '';
	width: 11px;
	height: 11px;
	border-top: 2px solid #004ea2;
	border-right: 2px solid #004ea2;
	display: block;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 4%;
	top: 50%;
	margin-top: -7px;
}

@media only screen and (max-width: 768px) {
	.news_list li {
		padding: 10px 0;
	}
	.news_list li .date,
	.news_list li .label {
		position: relative;
		top: auto;
		left: auto;
		display: inline-block;
	}
	.news_list li .date {
		padding-right: 10px;
	}
	.news_list li a,.news_list li p {
		padding: 1% 10% 0 0;
	}
}


/* ------------------------------------
	.cont_index
------------------------------------ */
.cont_index {
	letter-spacing: -1em;
}
.cont_index li {
	letter-spacing: 0;
	display: inline-block;
	width: 23.5%;
	margin: 20px 2% 0 0;
	vertical-align: top;
	border: 1px solid #dedede;
}
.cont_index li:nth-child(-n+4) {
	margin-top: 0;
}
.cont_index li:nth-child(4n) {
	margin-right: 0;
}
.cont_index li a {
	display: block;
	position: relative;
}
.cont_index li a {
	width: 100%;
	height: 100px;
	padding: 24px 3% 0 6%;
	line-height: 1.2;
	background: #f9f9f9;
	color: #444;
}
.cont_index li a span {
	color: #004ea2;
	font-size: 1.42em;
	font-weight: bold;
	display: block;
	padding: 0 0 8px;
	transition: all 0.3s ease-out;
}
.cont_index li a:before {
	position: absolute;
	content: '';
	display: block;
	width: 30px;
	height: 0;
	border-top: 1px solid #bbb;
	top: 65px;
	right: 7%;
}
.cont_index li a:after {
	position: absolute;
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-top: 1px solid #bbb;
	border-right: 1px solid #bbb;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 60px;
	right: 7.1%;
}

/* PC hover */
@media only screen and (min-width: 769px){
	.cont_index li a:hover {
		background: #004ea2;
		color: #fff;
	}
	.cont_index li a:hover span {
		color: #fff;
	}

	.cont_index li.stock a:hover span:after {
		color: #fff;
	}
}

@media only screen and (max-width: 980px) {
	.cont_index li:nth-child(-n+4) {
		margin-top: 20px;
	}
	.cont_index li:nth-child(-n+2) {
		margin-top: 0;
	}
	.cont_index li {
		width: 49%;
	}
	.cont_index li:nth-child(even) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 768px) {
	.cont_index {
		border-top: 1px solid #dedede;
	}
	.cont_index li {
		width: 50%;
		margin-top: 0;
		margin-right: 0;
		border-width: 0;
		border-bottom-width: 1px;
	}
	.cont_index li:nth-child(odd) {
		border-right-width: 1px;
	}
	.cont_index li:nth-child(odd):last-child {
		width: 100%;
		border-right-width: 0;
	}
	.cont_index li:nth-child(-n+4) {
		margin-top: 0;
	}
	.cont_index li:last-of-type:nth-of-type(odd) a{
		padding-left:3%;
	}
	.cont_index li:last-of-type:nth-of-type(odd) a:before {
		right: 3.5%;
	}
	.cont_index li:last-of-type:nth-of-type(odd) a:after {
		right: 3.6%;
	}
}
/* =====================================
	ClearFixElements
===================================== */
.cf:after {
	content: " ";
	display: block;
	clear: both;
}
</pre></body></html>