 @charset "utf-8";
/****
 *
 * </common/css/common.css>
 *
 ****/

@import url("/company/profile/history/common/base/css/reset.css");
@import url("/company/profile/history/common/base/css/header.css?20171220");
@import url("/company/profile/history/common/base/css/body.css");
@import url("/company/profile/history/common/base/css/footer.css");
@import url("/company/profile/history/common/base/css/module/block.css");
@import url("/company/profile/history/common/base/css/module/heading.css");
@import url("/company/profile/history/common/base/css/module/table.css");

html {
	overflow-y: scroll;
}

body {
	background: #cedde2 url(../image/bg_bottom_body.gif) repeat-x 0 0;
	color: #333333;
	font-size: 12px;
	*font-size: 75%;
	font-size: 75%\9;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height: 1.5;
	text-align: center;
}

em {
	font-style: normal;
}

strong {
	font-weight: bold;
}

sup{
	vertical-align:0.3em;
	line-height:1.0;
}

table th,
table td,
table caption {
	_font-size: 75%;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	line-height: 1.5;
}

a:link {
	color: #1c85a5;
	text-decoration: underline;
}

a:visited {
	color: #69789c;
	text-decoration: underline;
}

a:active,
a:hover {
	color: #2ba6cc;
	text-decoration: none;
}

hr {
	display: none;
}

/*  Common Class
---------------------------------------------------------- */
/* font */
.red {
	color: #f22525;
}
.gray {
	color: #828282;
}
.blue{
	color:#124a71;
}
.i01{
	font-style:italic;
}
.qualify {
	font-size: 91.6%;
	line-height: 1.09;
}
.minimal {
	font-size: 75%;
}
.noindent{
	text-indent:0 !important;
}
.line {
	text-decoration:underline;
}

/* align */
.leftAlign{
	text-align: left;
}
.rightAlign{
	text-align: right;
}
.centerAlign{
	text-align: center;
}
.vBottom {
	vertical-align: bottom;
}
.vMiddle {
	vertical-align: middle;
}
.vTop {
	vertical-align: top;
}
.v02 {
	vertical-align: -0.2em;
}

/* margin */
.noMargin {
	margin: 0 !important;
}
.top0 {
	margin-top: 0px !important;
}
.top5 {
	margin-top: 5px !important;
}
.top20 {
	margin-top: 15px !important;
}
.bottom00 {
	margin-bottom: 0 !important;
}
.bottom05 {
	margin-bottom: 5px !important;
}
.bottom06 {
	margin-bottom: 6px !important;
}
.bottom07 {
	margin-bottom: 7px !important;
}
.bottom10 {
	margin-bottom: 10px !important;
}
.bottom15 {
	margin-bottom: 15px !important;
}
.bottom20 {
	margin-bottom: 15px !important;
}
.bottom25 {
	margin-bottom: 25px !important;
}
.bottom35 {
	margin-bottom: 35px !important;
}
.bottom40 {
	margin-bottom: 40px !important;
}
.left1em {
	margin-left: 1em !important;
}
.left00 {
	margin-left: 0 !important;
}
.left05 {
	margin-left: 5px !important;
}
.left10 {
	margin-left: 10px !important;
}
.left15 {
	margin-left: 15px !important;
}
.left20 {
	margin-left: 20px !important;
}
.left25 {
	margin-left: 25px !important;
}
.left30 {
	margin-left: 30px !important;
}
.left34 {
	margin-left: 34px !important;
}
.left35 {
	margin-left: 35px !important;
}
.left48 {
	margin-left: 48px !important;
}
.left70 {
	margin-left: 70px !important;
}
.left3em {
	margin-left: 3.716em !important;
}
.pt3 {
	padding-top: 3px !important;
}

/* block */
.left{
	float:left;
}
.right{
	float:right;
}
div.auralNav {
	position: absolute;
	top: 0;
	right: 0;
}

/*  Clearfix
---------------------------------------------------------- */
.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/*\*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/**/
