@charset "UTF-8";
/*----------------------------------------------//*/
/* *Media Queries								//*/
/*----------------------------------------------//*/
/*tab*/
/*sp*/
/* ベースレイアウト */
/* ワイドレイアウト */
/* フォント　日本語フォント */
/* フォント　英語フォント */
/* フォントのベースサイズ*/
/* Clearfix */
/* Opacity */
/* Hover animation */
/* 黒いボタン */
/* グレーボタン */
/* ホワイトボタン */
/* 緑ボタン */
/* フォントサイズ*/
/* @include fsz(任意のサイズ,親要素のサイズ); ※px不要*/
/* 値を振り分け - choiceValue*/
/* @include cV(プロパティ,pc幅,tab~sp幅); or @include cV(プロパティ,pc幅,tab幅,sp幅);*/
/* ===================================================================
CSS information

 file name  :owner.css
 author     :Ability Consultant
style info  :オーナー様
=================================================================== */
/* -----------------------------------------------------------
	メイン画像
----------------------------------------------------------- */
.con_lower_kv .box_lower_kv {
  /*pc & tab*/
  /*sp*/
}
@media only screen and (min-width: 768px) {
  .con_lower_kv .box_lower_kv {
		background: url(../owner/images/img_main-pc.jpg) no-repeat;
  }
}
@media print {
  .con_lower_kv .box_lower_kv {
		background: url(../owner/images/img_main-pc.jpg) no-repeat;
  }
}
.ie8 .con_lower_kv .box_lower_kv {
	background: url(../owner/images/img_main-pc.jpg) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_lower_kv .box_lower_kv {
		background: url(../owner/images/img_main-pc.jpg) no-repeat;
  }
}

/*	.con_mainimg　	メインスライド
----------------------------------------------------------- */
.con_mainimg {
	margin-bottom: 40px;
	padding-top: 55px;
	width: 100%;
	height: 170px;
	background: url(../owner/images/bg_owner.jpg) 0 0 repeat;
}

/*----------------------------------------------------
	.con_login 		ログイン画面
----------------------------------------------------*/
.con_login {
	margin: 100px auto 100px;
	width: 1000px;
}
.con_login h3 {
	text-align: center;
	margin-bottom: 40px;
}
.con_login form {
	width: 350px;
	margin: 0 auto;
}
.con_login form dl .err {
	display: none;
	color: #C00;
	margin-bottom: 10px;
}
.con_login form dl dt {
	width: 90px;
	float: left;
	font-weight: bold;
}
.con_login form dl dd {
	margin-bottom: 10px;
}
.con_login form dl dd input {
	width: 250px;
	padding: 5px 10px;
}
.con_login form dl .btn_login {
	clear: both;
	margin-top: 20px;
}
.con_login form dl .btn_login button {
	width: 170px;
	margin: 0 auto;
	border: none;
	padding: 0.4em 0.8em;
	display: block;
	background: #484848;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.con_login form dl .btn_login button i {
	text-align: right;
	color: #fff;
	position: absolute;
	top: 28%;
	right: 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.con_login form dl .btn_login button:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.con_login form dl .btn_login button:hover i {
	right: 5px;
}

/* お問い合わせエラー表示 */
.err {
	color: #9a0030;
	font-weight: bold;
}

/*----------------------------------------------------
	.con_contact		ログインページのお問い合わせ
----------------------------------------------------*/
.con_contact .wrp {
	margin: 100px auto 100px;
	width: 1000px;
	width: 650px;
	text-align: center;
}
.con_contact .wrp h4 {
	text-align: center;
	margin-bottom: 20px;
}
.con_contact .wrp .box_bg {
	padding: 20px;
	background: #f6f6f6;
	overflow: hidden;
	*zoom: 1;
}
.con_contact .wrp .box_tel {
	width: 300px;
	float: left;
}
.con_contact .wrp .box_tel p {
	text-align: center;
	font-size: 85%;
	line-height: 1.3;
}
.con_contact .wrp .box_tel p .txt_tel {
	font-family: "Times New Roman", serif;
	font-size: 240%;
}
.con_contact .wrp .box_mail {
	width: 250px;
	float: left;
	text-align: center;
	padding-top: 25px;
}
.con_contact .wrp .box_mail a {
	padding: 0.4em 0.8em;
	display: block;
	background: #484848;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.con_contact .wrp .box_mail a i {
	text-align: right;
	color: #fff;
	position: absolute;
	top: 28%;
	right: 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}
.con_contact .wrp .box_mail a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
	opacity: 0.8;
}
.con_contact .wrp .box_mail a:hover i {
	right: 5px;
}

/*----------------------------------------------------
	.con_information　	お知らせ
----------------------------------------------------*/
.con_information {
	margin-bottom: 80px;
	padding-top: 0;
	border-top: none;
	padding-bottom: 80px;
	border-bottom: 1px solid #eff4f8;
}

/*----------------------------------------------------
	.m_page　	ページメニュー
----------------------------------------------------*/
.m_page ul {
	text-align: center;
}
.m_page ul li {
	display: inline-block;
	float: none;
}

.m_page ul li.m_page_own_ben a {
	background-image: url(../owner/images/m_page_own_ben.png);
	width: 186px;
}
.m_page ul li.m_page_own_ben a.active {
	background-position: 0 -36px;
}

.m_page ul li.m_page_own_rat a {
	background-image: url(../owner/images/m_page_own_rat.png);
	width: 126px;
}
.m_page ul li.m_page_own_rat a.active {
	background-position: 0 -36px;
}

.m_page ul li.m_page_own_bus a {
	background-image: url(../owner/images/m_page_own_bus.png);
	width: 135px;
}
.m_page ul li.m_page_own_bus a.active {
	background-position: 0 -36px;
}

.m_page ul li.m_page_own_ame a {
	background-image: url(../owner/images/m_page_own_ame.png);
	width: 260px;
}
.m_page ul li.m_page_own_ame a.active {
	background-position: 0 -36px;
}

.m_page ul li.m_page_own_ser a {
	background-image: url(../owner/images/m_page_own_ser.png);
	width: 267px;
}
.m_page ul li.m_page_own_ser a.active {
	background-position: 0 -36px;
}

/*----------------------------------------------------
	.con_info		ログインページのお問い合わせ
----------------------------------------------------*/
.con_info {
	margin: 0 auto 100px auto;
	width: 1000px;
	overflow: hidden;
}
.con_info h3 {
	margin-bottom: 30px;
	text-align: center;
}
.con_info h4 {
	margin-bottom: 20px;
	line-height: 1.5em;
	font-size: 120%;
}
.con_info h4.mgnone {
	margin-bottom: 0 !important;
}
.con_info .box_inner {
	padding-top: 30px;
	overflow: hidden;
}
.con_info .box_inner h5 {
	margin-bottom: 20px;
}
.con_info .box_inner .box_table {
	width: 480px;
	float: left;
}
.con_info .box_inner .box_table table.center th, .con_info .box_inner .box_table table.center td {
	text-align: center;
}
.con_info .box_inner .box_txt {
	width: 480px;
	float: right;
}
.con_info .box_inner .box_txt.pdd {
	padding-top: 40px;
}
.con_info .box_inner dl {
	margin-bottom: 40px;
}
.con_info .box_inner dl dt {
	margin-bottom: 10px;
	line-height: 1.5em;
	font-size: 120%;
}
.con_info .box_inner dl dd {
	padding-left: 15px;
}
.con_info .box_inner .txt_att {
	padding-top: 30px;
	font-size: 90%;
	clear: both;
}
.con_info .box_inner .map {
	padding-top: 30px;
}
.con_info table {
	margin-bottom: 30px;
}
.con_info table th {
	width: 150px;
}
.con_info table th.th02 {
	border-right: 1px solid #cacaca;
}
