@charset "UTF-8";

/* About This CSS File -----------------------------------------------
name: import.css
information: CSSファイルのインポート
date: 2012.01.06
--------------------------------------------------------------------*/

@import url("reset.css");
@import url("base.css");
@import url("styles.css");
@import url("../js/fancybox/jquery.fancybox-1.3.4.css");
@import url("gnav_onlinestore.css");

.newopen {
	color: #F00;
}
.rubi {
	font-size: 9px;
}
.rubi {
	font-size: 9px;
}
#wrapper #companyContent #lectureContent {
}
.grandlink1 {
	width: 800px;
	margin-top: 1100px;
}
#wrapper #companyContent #lectureContent ol li {
	display: block;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

/*--追加ボタン-*/
#header #button {
	float: right;
	width: 675px;
	margin-top: 20px;
	height: 22px;
}
.jp a {
	background-image: url(../images/common/J_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	display: inline-block;
	height: 22px;
	width: 65px;
}
.links {
	float: right;
	width: 65px;
	padding-left: 5px;
}
.jp a:hover {
	background-image: url(../images/common/J_button.gif);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	vertical-align: middle;
	display: inline-block;
	height: 22px;
	width: 65px;
}
.en a {
	background-image: url(../images/common/E_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	display: inline-block;
	height: 22px;
	width: 65px;
}
.en a:hover {
	background-image: url(../images/common/E_button.gif);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	vertical-align: middle;
	display: inline-block;
	height: 22px;
	width: 65px;
}
.ch a {
	background-image: url(../images/common/C_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	vertical-align: middle;
	display: inline-block;
	height: 22px;
	width: 65px;
}
.ch a:hover {
	background-image: url(../images/common/C_button.gif);
	background-repeat: no-repeat;
	background-position: 0px -23px;
	vertical-align: middle;
	display: inline-block;
	height: 22px;
	width: 65px;
}
.links em {
	visibility: hidden;
}
.r_blck {
	float:right;
	margin-right:35px;
}

/*--店舗案内に年末年始営業時間お知らせリンク作るため-*/
#wrapper #locationContent .mainArea .nenmatu {
	font-size: 16px;
	color: #F00;
	margin-top: 10px;
}


#companyContent #effortContent ul{
	margin: 0 auto;
}


/*--親切大賞画像2つのときの設定↓--*/
/*--#companyContent #effortContent .prize li{
	width: 300px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 50px;
	padding-left: 110px;
}--*/

/*--親切大賞画像3つのときの設定↓--*/
/*--#companyContent #effortContent .prize li{
	width: 300px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}

/*--親切大賞画像3つのときの設定↓--*/
#companyContent #effortContent .prize li{
	width: 300px;
	float: left;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 10px;
	padding-left: 10px;
}


/*--親切大賞画像用カコミケイ設定↓--*/
#companyContent #effortContent .prize li img{
	border: 1px solid silver;
}

/*--親切大賞画像用カコミケイ設定↓　1位がひとつの時の設定--*/
#companyContent #effortContent .prize01 li img{
	border: 1px solid silver;
}



/*--現場の声設定--*/
.genba-komidashi {
	font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;
	font-size: 22px;
	font-weight: bold;
	height: 28px;
}

.genba-honmon {
	text-align: justify;
}

#right {
	float: right;
}
.zentensyoukai {
	margin-top: -14px;
} 
.anshinsengenh2 {
	margin-top: -14px;
} 

/*--TOPに戻るボタン--*/
.topBtn {
  position:fixed; /*固定*/
  bottom:20px; /*場所を右下に移動*/
  right:20px; /*場所を右下に移動*/
	z-index: 100;
  display:block; /*aタグをblock要素に変更*/
  background-color:rgba(0,0,0,0.5);
  color:#ffffff;
  text-decoration:none;
  font-weight:bold;
  font-size:11px;
  width:60px;
  height:60px;
  text-align:center;
  line-height:22px;
  border-radius:30px;
  padding-top:30px;
  box-sizing:border-box;
}
.topBtn:before {
  content:'\25B2';
  position:absolute;
  top:10px;
  left:0;
  width:100%;
	color:#ffffff;
  text-align:center;
  font-size:20px;
	text-decoration: none;
}
.topBtn:hover {
  opacity:0.7;
}
html{
  scroll-behavior: smooth;
}

/*--サイトマップレイアウト変更--*/
.buken_sitemap {
	margin-bottom:25px;
		}
.sitemap_buke {
	margin-bottom:30px;
	}
	.site_map_syusei{
		display: flex;
		width: 100%;
		margin-top:20px;
		}
		.site_map_syusei1{
		margin-right:110px;
		}
			.site_map_syusei2{
		margin-top:-5px;
		}