@CHARSET "utf-8";
.top_login	{
	display: inline-block;
	width: 100px;
	height: 35px;
	background-color: #DDD;
	line-height: 35px;
	text-align: center;
	color: #333;
	font-size: 14px;
}

.entry_guide	{
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.entry_error	{
	width: 350px;
	margin: auto;
	text-align: left;
}

/*------------------------------------------------------------------------------
	TOPページ
------------------------------------------------------------------------------*/
.top_wrapper	{
	min-height: 100vh;
	position: relative;
	box-sizing: border-box;
	font-size: 12px;
}

#header_wrap	{
	background-color: #091B29;
	border-bottom: 1px solid #5D6A73;
}

#header {
	width: 1120px;
	height: 60px;
	margin: 0 auto;
	position: relative;
}

#header .clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	font-size: 0.1em;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}
#header .clearfix {
	display:inline-block;
}

#header .clearfix {
	display:block;
}

#logo_image {
	position: absolute;
	margin: 0;
	padding: 0;
	line-height: 100%;
	top: 12px;
	left: 12px;
}

.title_bar	{
	background-color: #091B29;
}

.title_bar_inner	{
	width: 1120px;
	height: 58px;
	margin: 0 auto;
	color: #FFFFFF;
}

.title_bar h2 {
	display: inline-block;
	height: 58px;
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	line-height: 58px;
	font-size: 15px;
}

.title_bar h2 a {
	color: #FFFFFF;
}

.title_bar h2 a:hover {
	color: #00A2D9;
}

.title_bar h3 {
	display: inline-block;
	height: 58px;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	color: #00A2D9;
	line-height: 58px;
	font-size: 15px;
}

.title_bar h3::before {
	content: "";
	display: inline-block;
	width: 1px;
	border-left: 1px dotted	#aaa;
	height: 16px;
	margin: auto 15px auto 0;
}

.title_bar p {
	display: inline-block;
	height: 58px;
	margin: 0 0 0 15px;
	padding: 0;
	color: #FFFFFF;
	line-height: 58px;
	font-size: 12px;
}


.top_contents	{
/*	width: 1120px;
	margin: 0 auto;*/
}

.top_login_area	{
	background-color: #F2F2F2;
	padding: 80px 0;
}

.btn_lg	{
	width: 250px;
	display: inline-block;
	font-size: 12px;
	padding: 10px 0;
	border: 0;
	cursor: pointer;
	text-align: center;
	background-color: #091B29;
	color: white;
}

.btn_lg:hover {
	background-color:
	#00A2D9;
}


.form_box input[type="text"], input[type="password"], .form_box textarea {
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	outline: none;
}

.index_ttl	{
	position: relative;
	background: url(../image/default/dot.gif) repeat-x left bottom;
}

.index_ttl_bar	{
	font-weight: bold;
	padding: 5px 0;
	font-size: 16px;
}

.index_ttl_btn	{
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	color: #FFF;
	background-color: #00A2D9;
	padding: 5px;
	transition-property: background;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

.index_ttl_btn:hover	{
	background-color: #75DCFF;
}

.index_ttl_btn a	{
	color: #FFF;
}

.news_date .date	{
	width: 90px;
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
}

/*------------------------------------------------------------------------------
	News
------------------------------------------------------------------------------*/
.industry_type_icon {
	color: #888;
	font-size: 16px;
	line-height: 15px;
	vertical-align: top;
	margin-right: 2px;
}

.page_top_btn a, .page_top_btn a:hover, .page_top_btn span {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
	padding: 13px 15px;
	line-height: 100%;
	margin: 0 4px 4px 0;
	background: #bbb;
	display: block;
	border-radius: 3px;
	transition-property: background;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}

p.page_top_btn a, p.page_top_btn a:hover {
	display: inline-block;
	padding: 10px 15px;
}

.page_top_btn a:hover {
	color: #fff;
	background: #00a2d9;
	text-decoration: none;
}
