@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);


/* レスポンシブWEB対応 (PCサイト向け)
------------------------------------------------------------*/
@media print, screen and (min-width : 1025px ){


/* リセットスタイル
------------------------------------------------------------*/

/* CSS Document */

*{
	margin: 0;
	padding: 0;
	border: none;
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
/* ここまで */


/* レイアウト
------------------------------------------------------------*/

body {
	font-family: "游ゴシック Medium", "游ゴシック", "Yu Gothic", 'Open Sans', 'Noto Sans Japanese', serif;	/* Web font指定 */	/* Web font指定 */	/* Web font指定 */
	font-weight: 500;
	margin: 0;
	padding: 0;
	color: #000;
	margin-top:0px;
	background:#fff;
	overflow-x: hidden;	/* 横スクロールバー非表示 */
	min-width:1200px;
}

p {
	font-family: "游ゴシック Medium", "游ゴシック", "Yu Gothic", 'Open Sans', 'Noto Sans Japanese', serif;	/* Web font指定 */	/* Web font指定 */
	font-weight: 500;
}

.wrap{
	width:100%;
	overflow: hidden;
}
	
/* ページトップボタン（右下）
------------------------------------------------------------*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;

	z-index:100;
}
 
#pageTop a {
  display: block;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  width: 35px;
  height: 35px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}
 
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}

/* ナビゲーション要素 */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
}

#headerNav{
	display:block;
	overflow:hidden;
	width: 1200px;
	height:57px;
	background-position: center top;
	background-repeat: no-repeat;
	background: repeat-x 100%;
	margin:0 auto;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;

}
a:hover img{
	opacity:0.8;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=80);
	transition: .2s;
}

.slicknav_menu {	/* PCサイトではスマホナビを非表示に */
	display:none;
}

/* ヘッダー内要素
------------------------------------------------------------*/

/* メイン背景要素 */

/* TOP用背景 */
#header{
	display:block;
	overflow:hidden;
	width: 100%;
	height: 806px;
	margin:0 auto;

	/* background:url(../img/kari/main.jpg); */ /* メイン画像を背景設定に */
	background:url(../img/top/header_bg.jpg); /* メイン画像を背景設定に */
	background-position: center top;
	position: relative;
}

/* 下層用背景 */
#header_k_abt{	/* recruit */
	display:block;
	overflow:hidden;
	width: 100%;
	height: 491px;
	margin:0 auto;
	background:url(../img/recruit/main_cover.jpg); /* メイン画像を背景設定に */
	background-position: center;
	position: relative;
}
#header_k_cpy{	/* company */
	display:block;
	overflow:hidden;
	width: 100%;
	height: 492px;
	margin:0 auto;
	background:url(../img/company/main_cover.jpg); /* メイン画像を背景設定に */
	background-position: center top;
	position: relative;
}
#header_k_cnt{	/* Contact */
	display:block;
	overflow:hidden;
	width: 100%;
	height: 492px;
	margin:0 auto;
	background:url(../img/contact/main_cover.jpg); /* メイン画像を背景設定に */
	background-position: center;
	position: relative;
}
#header_k_cnt2{	/* Contact 確認画面 */
	display:block;
	overflow:hidden;
	width: 100%;
	height: 70px;
	margin:0 auto;
	/* background:url(../img/contact/main_cover.jpg); */ /* メイン画像を背景設定に */
	background:#000;
	background-position: center;
	position: relative;
}


#menu_bg{
	width: 100%;
	height: 100px;
	/* background-color: #FFF; */
	/* background-color: rgba( 255, 255, 255, 0.65 ); */
	float: left;
}
#h_menu{
	position:relative;
	top:30px;

	float:right;

	z-index:100;
} 
#h_menu ul{
}
#h_menu ul li {
	text-align: center;
	float:left;

	width:100px;
	color:#fff;

	margin: 0px 5px;
} 
#h_menu ul li.top {
	width:60px;
} 
#h_menu ul li.online {
	width:130px;
	margin-left:30px;
} 

#h_menu li{	height: 32px;	}
#h_menu ul li a {
	font-size: 14px;
	font-weight:bold;
	text-decoration: none;
	color: #fff; 	
	float: left;
	transition: .3s;
	text-align: center;
}
#h_menu ul li a:hover{ 
	padding-bottom: 3px;
	border-bottom: dotted 1px #000;	
	opacity: 0.6;

	text-decoration:underline;
}
	.rubi{
		clear:both;
		font-size: 11px;
		padding-top: 10px;
		text-decoration: none;
		color: #000;
	}

.hnavi{
}

#logo_pc{	/* PC用ロゴ表示 */
	position:relative;
	top:20px;
	left:0px;

	width:149px;
	height:26px;

	float:left;
	z-index:100;
}
#logo_sp{	/* スマホ用ロゴ非表示 */
	display:none;
}

.catch{
	position:relative;
	top:44px;
	left:440px;
}

/* 各セクションの最大幅指定 */

.section{
	width: 100%;
	max-width: 3000px;
	min-width: 1100px;
	position: relative;
	margin: 0 auto;
	padding:0px 0px 0px 0px;
}

/* 各セクションのコンテンツ幅指定 */

.inner{	/* 1100px */
	position:relative;

	width: 1100px;
	margin: 0 auto;

	height:auto;
	min-height: 50px;
}
.inner_wide{	/* 1100px */
	position:relative;

	width: 100%;
	margin: 0 auto;

	height:auto;
	min-height: 50px;
}

.inner1128{	/* 1128px */
	width: 1128px;
	margin: 0 auto;

	height:auto;
	min-height: 50px;
}
.inner1152{	/* 1152px */
	width: 1152px;
	height:auto;
	margin: 0 auto;
	position: relative;
	min-height: 50px;
}

.inner img{
	display:block;
}
.secline{
	border-top: 4px solid #333333;
	width:1100px;
	margin: 0 auto;
}

/* なるだけ使用しない */

.h2-h6del {
	position:absolute;
	left:-9999px;
}

.link_eff img:hover{
	opacity:0.8;	/*Firefox, Opera, Chrome, Safari*/
	filter: alpha(opacity=80);
}

/* TOP メインコンテンツ
------------------------------------------------------------*/

/* 各セクションの高さ・背景設定 */

.s1 {	/* NEWS */
	width:100%;
	min-height: 385px;
	display:block;
	overflow:hidden;
	margin-bottom:70px;

	/* background:url(../img/kari/news.jpg); */ /* メイン画像を背景設定に */
	background:url(../img/top/news_bg.jpg); /* メイン画像を背景設定に */
	background-position:top center;
}

.s2 {	/* CONCEPT & COMPANY */
	width:100%;
	height: 1225px;
	display:block;
	overflow:hidden;

	/* background:url(../img/kari/concept_company.jpg); */ /* メイン画像を背景設定に */
	background:url(../img/top/s2_bg.jpg); /* メイン画像を背景設定に */
	background-position:top center;
	background-repeat:no-repeat;
}

.s3 {	/* SHOP INTRODUCTION */
	width:100%;
	min-height: 540px;
	background-position:top;
	display:block;
	overflow:hidden;

	/* background:url(../img/kari/introduction.jpg); */ /* メイン画像を背景設定に */
	background:url(../img/top/intro_bg.jpg); /* メイン画像を背景設定に */
}

.s4 {	/* RECRUIT  */
	width:100%;
	min-height: 660px;
	background-position:top;
	display:block;
	overflow:hidden;

	/* background:url(../img/kari/recruit.jpg); */ /* メイン画像を背景設定に */
	background:#fff;
}

.s5 {	/* WORK */
	width:100%;
	min-height: 142px;
	background:#000;
	display:block;
	overflow:hidden;
	background-position: center top;
}

.s6 {	/* CONTACT  */
	width:100%;
	min-height: 415px;
	background-position:top;
	display:block;
	overflow:hidden;

	background:#DED122;
}


/* 下層 コンテンツ 求人情報
------------------------------------------------------------*/

/* 各セクションの高さ・背景設定 */

.s11 {	/* VISION */
	width:100%;
	height: 1100px;
	display:block;
	overflow:hidden;
	margin-bottom:0px;

	/* background:url(../img/kari/rt_vision.jpg); */ /* メイン画像を背景設定に */
	background:url(../img/recruit/rt_bg.jpg); /* メイン画像を背景設定に */
	background-position:top center;
	background-repeat:repeat-x;
}
.s12 {	/* SHOP INFO */
	width:100%;
	min-height: 678px;
	display:block;
	overflow:hidden;
	margin-bottom:0px;

	/* background:url(../img/kari/rt_shopinfo.jpg); */ /* メイン画像を背景設定に */
	/* background:url(../img/top/news_bg.jpg); */ /* メイン画像を背景設定に */
	background:#fff;
	background-position:top center;
}
.s13 {	/* FEATURES */
	width:100%;
	min-height: 943px;
	display:block;
	overflow:hidden;
	margin-bottom:0px;

	/* background:url(../img/kari/rt_feature.jpg); */ /* メイン画像を背景設定に */
	background:url(../img/recruit/features_bg.jpg); /* メイン画像を背景設定に */
	background-position:top center;
}
.s14 {	/* MENU */
	width:100%;
	height: 1200px;
	display:block;
	overflow:hidden;
	margin-bottom:0px;

	/* background:url(../img/kari/rt_menu.jpg); */ /* メイン画像を背景設定に */
	background:url(../img/recruit/menu_bg.jpg); /* メイン画像を背景設定に */
	background-size:cover;
	background-position:top center;
}
.s15 {	/* STAFF VOICE */
	width:100%;
	min-height: 657px;
	display:block;
	overflow:hidden;
	margin-bottom:0px;

	/* background:url(../img/kari/rt_staffvoice.jpg); */ /* メイン画像を背景設定に */
	/* background:url(../img/top/news_bg.jpg); */ /* メイン画像を背景設定に */
	background:#E0D22B;
	background-position:top center;
}
.s16 {	/* RECRUIT */
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:90px;

	/* background:url(../img/kari/rt_recruit.jpg); */ /* メイン画像を背景設定に */
	/* background:url(../img/top/news_bg.jpg); */ /* メイン画像を背景設定に */
	background-position:top center;
}
.s17 {	/* ABOUT THE FT */
	width:100%;
	display:block;
	overflow:hidden;
	padding-bottom:60px;

	/* background:url(../img/kari/rt_about.jpg); */ /* メイン画像を背景設定に */
	/* background:url(../img/top/news_bg.jpg); */ /* メイン画像を背景設定に */
	background:#E0D22B;
	background-position:top center;
}
.s18 {	/* RECRUIT DATA */
	width:100%;
	display:block;
	overflow:hidden;
	margin-bottom:70px;

	/* background:url(../img/kari/rt_recruitdata.jpg); */ /* メイン画像を背景設定に */
	/* background:url(../img/top/news_bg.jpg); */ /* メイン画像を背景設定に */
	background-position:top center;
}

.s21 {	/* CONCEPT */
	width:100%;
	display:block;
	overflow:hidden;
	margin-bottom:0px;

	/* background:url(../img/kari/rt_vision.jpg); */ /* メイン画像を背景設定に */
	background:#fff;
	background-position:top center;
	background-repeat:repeat-x;
}

.s22 {	/* CONCEPT */
	width:100%;
	min-height: 1400px;
	display:block;
	overflow:hidden;
	margin-bottom:80px;

	background:url(../img/company/cp_company_foot.png); /* メイン画像を背景設定に */
	background-position:bottom center;
	background-repeat:repeat-x;
}


/* s共通設定 */

.clear {
	clear:both;
}

/* s1の個別設定  NEWS */

#news_title{
	position:relative;
	top:100px;
	left:60px;

	width: 194px;
	height:198px;
	/* background-image:url(../img/top/news_title.png); */
	/* background-repeat: no-repeat; */

	float:left;
}


#news_area{
	position:relative;
	top:100px;
	left:160px;

	float:left;

	width: 720px;
	height: auto;
}
#text_area{
	width: 700px;
	height: 50px;
	/* border-bottom: 1px solid #000000; */
	float: left;
}

.news_area_date{
	width: 112px;
	font-size:14px;
	color: #fff;
	float: left;
	padding-top: 20px;
}

.news_area_text{
	width:520px;
	font-size:14px;
	line-height:1.4;
	color: #fff;
	float: left;
	padding-top: 20px;
}
.news_area_text a{
	color:#fff;
	text-decoration:underline;
}
.news_area_text a:hover{
	text-decoration:none;
}
.news_area_text a:link{
	color:#fff;
}
.news_area_text a:visited{
	color:#fff;
}

.click_here{
		width: 30px;
		height: 30px;
		background:url(../img/share/read_more.png) no-repeat;
		text-indent: -9999px;	float: left;
		margin-left: 768px;margin-top: -20px;
}

/* s1の個別設定  NEWS */
	
/* s2の個別設定  SERVICE */

#service_title{
	/* background-image:url(../img/top/service_title.png); */
	/* background-repeat: no-repeat; */
	margin-top:20px;

	position:relative;
	top:20px;
	left:-50px;
}

.h_img{
	position:relative;
	padding-top:16px;
}
.f_img{
	position:relative;
	top:-30px;

	padding-top:0px;
}

ul.s2thumbnail {
	width:972px;
	margin: 0 auto;
}
ul.s2thumbnail li {
	width: 244px;
	margin:40px;
	float: left;
}
ul.s2thumbnail li p{
	font-size:14px;
	text-align:center;
	color:#000;
	line-height:1.7;
}

.title_con{
	width:614px;
	margin: 0 auto;
	padding-top:90px;
}
.btn_more{
	width:230px;
	margin: 0 auto;

	margin-top:40px;
}
.sigunature{
	position:relative;
	left:640px;
}

.item01{
	position:relative;
	top:-1200px;
	left:-250px;

	z-index:10;
}
.item02{
	position:relative;
	top:-1190px;
	right:-1010px;

	z-index:10;
}
.item03{
	position:relative;
	top:-1730px;
	left:-220px;

	z-index:10;
}
.item04{
	position:relative;
	top:-1400px;
	left:-180px;

	z-index:10;
}

@keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}
 
@-webkit-keyframes bodyFadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

/* s2の個別設定 SERVICE */


/* s3の個別設定 COMPANY INFOMATION */

#company_title{
	width: 600px;
	height:70px;
	margin-top:24px;
	margin:0 auto;
	padding-top:80px;
}

#top_thum{
	width:1128px;
	float:left;

}

ul.s3thumbnail {
	width:1014px;
	margin: 0 auto;
}
ul.s3thumbnail li {
	width: 218px;
	margin:60px;
	float: left;
}
ul.s3thumbnail li p{
	font-size:14px;
	text-align:center;
	color:#fff;
	line-height:2.0;

	margin-top:10px;
}


/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	min-height: 1px;
}

/* s3の個別設定 COMPANY INFOMATION*/

	
/* s4の個別設定  ACCESS MAP*/

.access_title{
	width: 600px;
	height:70px;
	margin-top:24px;
	margin:0 auto;
	padding-top:80px;
}


#map_area{
	width: 752px;
	height: 500px;
	margin-top: 36px;
	float: left;

	margin-right:28px;
}
#map_about{
	float: left;

	width: 320px;
	height: 500px;
	margin-top: 36px;
	/* background-image: url(../img/top/map_about.png); */
	background-color:#333333
}	
#map_about img.title{
	margin:0 auto;
	margin-top:49px;
}
#map_about .text_area{
	width: 256px;
	height: 70px;
	padding-top: 20px;
	margin-left: 25px;
	margin-right: 25px;
}
#map_about .text_area p{
	font-size: 14px;
	color: #FFF;
	line-height: 1.7;
}
#map_about .text_area a{
	font-size: 14px;
	color: #FFF;
	line-height: 1.7;
}
#map_about .text_area a:hover{
	text-decoration:underline;
}

.gmap{
	width:752px;
	height:500px;
	frameborder:0;
	border:0;
}

ul.s4thumbnail {
	width:1050px;
	margin: 0 auto;
	margin-top:30px;
}
ul.s4thumbnail li {
	width: 270px;
	margin:40px;
	float: left;
}
ul.s4thumbnail li p{
	font-size:14px;
	text-align:center;
	color:#000;
	line-height:1.7;
}

/* s4の個別設定 ACCESS MAP*/


/* s5の個別設定 WORK / footer */

#footer_thum{
	width:1152px;
	padding-top: 56px;
}
ul.thumbnail2 {
	width: 100%;
	min-width: 1152px; 
	margin: 0;
	padding: 0px;
	list-style-type: none;
}
ul.thumbnail2 li {
	width: 330px; 
	float: left;
	margin:0px 27px;
}

ul.thumbnail2 dl {
	width:330px;
	margin: 0 auto; 
	font-size: 11px;
}

ul.thumbnail2 dt {
　　height: 110px;  
}

/* --- clearfix --- */
.clearFix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearFix {
	min-height: 1px;
}

/* s5の個別設定 WORK / footer*/	

/* s6の個別設定 */

#contact_title{
	width: 600px;
	height:70px;
	margin:0 auto;

	padding-top:90px;
}

.contact_box{
	width:900px;
	margin:0 auto;
	padding-top:40px;

	text-align:center;
	line-height:1.7;
	font-size:14px;
}

.btn_contact{
	clear:both;
	width:230px;
	margin:0 auto;
	padding-top:50px;
}

/* s6の個別設定 */


/* s11の個別設定 */

.s11_title{
	width: 600px;
	margin: 0 auto;
	margin-top:102px;
}
.s11_catch{
	width:730px;
	padding-top:29px;
	padding-left:42px;
}
.s11_logo{
	position:absolute;
	top:330px;
	left:450px;

	z-index:100;
}
.s11_img01{
	position:absolute;
	top:170px;
	right:55px;

	z-index:1;
}
.s11_img02{
	position:absolute;
	top:366px;
	left:50px;

	z-index:1;
}
.s11_img03{
	position:absolute;
	top:493px;
	right:122px;

	z-index:1;
}
.s11_line{
	position:absolute;
	top:900px;
	right:122px;

	z-index:1;
}
p.vision{
	position:relative;
	top:440px;
	left:50px;

	width:540px;

	line-height:1.7;
	font-weight:bold;
}

#shop_title{
	width: 600px;
	height:70px;
	margin:0 auto;
	padding-top:84px;
}

p.shopcatch{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	letter-spacing:0.2em;
}

/* s11の個別設定 */

/* s13の個別設定 */

.space{
	margin-bottom:0px;
}

ul.s13thumbnail {
	width:1050px;
	margin: 0 auto;
	margin-top:30px;
}
ul.s13thumbnail li {
	width: 270px;
	margin:40px;
	float: left;
}
ul.s13thumbnail li h3{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	letter-spacing:0.2em;
	line-height:1.6;

	margin-bottom:12px;
}
ul.s13thumbnail li p{
	font-size:14px;
	font-weight:500;
	text-align:left;
	color:#000;
	line-height:1.7;
}

/* s13の個別設定 */

/* s14の個別設定 */

ul.s14thumbnail {
	width:1356px;
	margin: 0 auto;
	margin-top:30px;
}
ul.s14thumbnail li {
	width: 299px;
	margin:20px;
	float: left;
}
ul.s14thumbnail li h3{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:1.7;

	margin-bottom:10px;
}
ul.s14thumbnail li p{
	font-size:14px;
	font-weight:500;
	text-align:left;
	color:#000;
	line-height:1.7;
}

.pointer01{
	width:205px;
	margin:0 auto;

	position:absolute;
	top:-50px;
	right:100px;

	z-index:100;
}
.pointer02{
	width:232px;
	margin:0 auto;

	position:absolute;
	top:890px;
	left:260px;

	z-index:100;
}

/* s14の個別設定 */

/* s15の個別設定 */

ul.s15thumbnail {
	width:1050px;
	margin: 0 auto;
	margin-top:30px;
}
ul.s15thumbnail li {
	width: 270px;
	margin:40px;
	float: left;
}
ul.s15thumbnail li h3{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	line-height:1.7;

	margin-bottom:10px;
}
ul.s15thumbnail li p{
	font-size:14px;
	font-weight:500;
	text-align:left;
	color:#000;
	line-height:1.7;
}

/* s15の個別設定 */

/* s16の個別設定 */

.shopinfobox{
	height:500px;
	width:1000px;
	margin:0 auto;
	margin-top:60px;

	background:#CCDDED;

	/* border:#000 solid 1px; */
}
.shopinfobox2{
	height:700px;
	width:1000px;
	margin:0 auto;
	margin-top:60px;

	background:#CCDDED;

	/* border:#000 solid 1px; */
}

.shopinfolbox{
	float:left;
	width:460px;
}
.shopinforbox{
	float:left;
	width:540px;
}
.shopimg{
	padding:50px;
}
.shoptitle{
	padding-top:50px;
	padding-bottom:30px;
}
.shopinforbox h2{
	line-height:1.7;
}
.shopinforbox p{
	line-height:1.7;
	font-size:14px;
}
.shopinfostitle{
	width:490px;
	border-top: dotted #969696 2px;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom: dotted #969696 2px;
	margin-bottom:20px;
}
table.shopdata{
	font-size:14px;
	text-align:left;
	line-height:1.7;
}
table.shopdata tr{
}
table.shopdata th{
	width:80px;
	padding:4px;
	line-height:1.3;
	vertical-align:top;
}
table.shopdata td{
	width:400px;
	padding:4px;
	line-height:1.3;
}
table.shopdata td a{
	color:#000;
}
table.shopdata td a:hover{
	color:#000;
	text-decoration: underline;
}

/* s16の個別設定 */

/* s17の個別設定 */

.futurebox{
	width:740px;
	margin:0 auto;
	margin-top:40px;
}
.futurebox p{
	text-align:center;
	line-height:2.0;
}

/* s17の個別設定 */

/* s18の個別設定 */

.rdatabox{
	width:1000px;
	height:520px;

	margin:0 auto;
	margin-top:60px;
	padding-top:20px;

	border: dotted #000 1px;
}
.rdatalbox{
	float:left;
	width:400px;
	padding:0px;
	padding-left:80px;
	padding-right:40px;
}
.rdatalbox h3{
	font-weight:bold;
	font-size:14px;
	padding-top:20px;
	padding-bottom:5px;
}
.rdatalbox p{
	font-size:14px;
	line-height:1.7;
}
.rdatarbox{
	float:left;
	width:440px;
	padding:0px;
	padding-left:0px;
}
.rdatarbox h3{
	font-weight:bold;
	font-size:14px;
	padding-top:20px;
	padding-bottom:5px;
}
.rdatarbox p{
	font-size:14px;
	line-height:1.7;
}
.rdata2lbox{
	float:left;
	width:450px;
	padding-top:100px;
	padding-left:50px;
}
.rdata2lbox h3{
	font-weight:bold;
	font-size:16px;
	padding-top:0px;
	padding-bottom:10px;
}
.rdata2lbox h4{
	font-weight:bold;
	font-size:15px;
	padding-top:0px;
	padding-bottom:10px;
}
.rdata2lbox p{
	font-size:14px;
	line-height:1.7;
}
.rdata2lbox p.title{
	font-weight:bold;
}

.rdata2rbox{
	float:left;
	width:450px;
	padding-top:100px;
	padding-left:50px;
}
.rdata2rbox h3{
	font-weight:bold;
	font-size:16px;
	padding-top:0px;
	padding-bottom:5px;
}
.rdata2rbox h4{
	font-weight:bold;
	font-size:15px;
	padding-top:0px;
	padding-bottom:10px;
}
.rdata2rbox p{
	font-size:14px;
	line-height:1.7;
}

/* s18の個別設定 */

/* s21の個別設定 */

.s21_title{
	width: 600px;
	margin: 0 auto;
	margin-top:102px;
	margin-bottom:37px;
}
.s21_body{
	width: 1000px;
	margin: 0 auto;
}
.s21_name{
	width: 600px;
	margin: 0 auto;
	margin-bottom:40px;
}
.s21_concept{
	width: 880px;
	margin: 0 auto;
}
.greetbox{
	width:1000px;
	height:auto;
	margin: 0 auto;
	background:#ccb721;
	padding-bottom:120px;
}
.greetinbox{
	position:relative;
	width:680px;
	height:auto;
	margin: 0 auto;
	padding:50px;
	background:#fff;
	background-image: url(../img/company/cp_conpect_inbox_bg.png);
	background-repeat:no-repeat;
	background-position:center;
}
.greetinbox p{
	text-align:center;
	line-height:2.0;
}
.greetinbox_cth01{
	position:absolute;
	top:556px;
	left:64px;
}
.greetinbox_cth02{
	position:absolute;
	top:866px;
	right:15px;
}

.s21_greettitle{
	padding:40px 0px;
	margin:0 auto;
}
.greetasai{
	float:left;
	margin-right:40px;
}
.greetinsp{
	height:30px;
}

/* s21の個別設定 */

/* s22の個別設定 */

ul.s22thumbnail {
	width:1920px;
	margin: 0 auto;
	margin-top:30px;
}
ul.s22thumbnail li {
	width: 640px;
	margin:0px;
	float: left;
}

/* s22の個別設定 */


/* 下層 メインコンテンツ
------------------------------------------------------------*/

/* 各セクションの高さ・背景設定 */

.ks1 {	/* About */
	/* width:1128px; */
	/* min-height: 326px; */
	background-position:top;
	display:block;
	overflow:hidden;
	margin-top: 80px;
	margin-bottom:140px;
}

/* 下層共通 */	
#k_title{
	text-align:center;
	font-size:28px;
	font-weight:bold;
	margin:0px 0px 0px 0px;
}
#k_stitle{
	text-align:center;
	font-size:14px;
	margin:20px 0px 40px 0px;
}
#k_dsctitle{
	text-align:left;
	font-size:14px;
	line-height:1.7;

	width:37%;
	margin:40px auto 60px auto;
}
.k_ctgtitle{
	clear:both;
	text-align:left;
	font-size:16px;
	font-weight:bold;
	line-height:1.7;
	padding:40px 0px 0px 14px;
}

/* About */	
h4.about_h4t{
	text-align:center;
	font-weight:bold;
	font-size:20px;
	line-height:2.0;
	margin:40px 0px 20px;
}
h4.about_h4st{
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:1.7;

	width:61%;
	margin:40px auto 10px;
}
p.about{
	text-align:left;
	font-size:14px;
	line-height:1.8;

	width:69%;
	margin: 0 auto;
}

/* Flow */
h5.flow_title{
	text-align:center;
	font-size:24px;
	font-weight:bold;
	line-height:1.0;
	margin:40px 0px 0px 0px;

	text-decoration:underline;
}
h6.flow_stitle{
	text-align:center;
	font-size:14px;
	line-height:1.8;
	margin:0px 0px 20px 0px;
}
p.flow{
	text-align:center;
	font-size:14px;
	line-height:1.8;
}
.flow_under{	/* 下向き矢印 */
	text-align:center;
	margin-top:40px;
}
.ks1 a {
	color:#000;
}
.ks1 a:hover {
	text-decoration:underline;
}
.ks1 a.contact {
	color:#000;
	font-size:30px;
	line-height:1.7;
	font-weight:bold;
}

/* Service */

/* Service -> Furniture Manufacture */

/* Service -> Bussiness */

/* Service -> Office Design */

/* Equipment */
table#eqp_tbl{
	width:100%;
	margin:0 auto;
	margin-bottom:80px;
}
table#eqp_tbl tr{
}
table#eqp_tbl th{
	width:30%;
	border:solid 1px #333333;
	font-size:14px;
	padding:20px;
	text-align:left;
}
table#eqp_tbl td{
	width:20%;
	border:solid 1px #333333;
	font-size:14px;
	padding:20px;
	text-align:left;
}
table#eqp_tbl .eqp_ttitle{
	font-weight:bold;
}

/* Company */

.k_enkaku_title{
	clear:both;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:60px 0px 30px 0px;
}

table#enkaku_tbl{
	width:30%;
	margin:0 auto;
	margin-bottom:80px;
}
table#enkaku_tbl tr{
}
table#enkaku_tbl th{
	width:120px;
	font-size:14px;
	padding:10px;
	text-align:left;
}
table#enkaku_tbl td{
	font-size:14px;
	line-height:1.7;
	padding:10px;
	text-align:left;
}

.k_cpy_title{
	clear:both;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:60px 0px 30px 0px;
}
.k_cpy_stitle{
	text-align:center;
	font-size:14px;
	padding:10px 0px 40px 0px;
}

table#cpy_tbl{
	width:50%;
	margin:0 auto;
	margin-bottom:80px;
}
table#cpy_tbl tr{
}
table#cpy_tbl th{
	font-size:14px;
	padding:10px;
	text-align:left;
}
table#cpy_tbl td{
	font-size:14px;
	line-height:1.7;
	padding:10px;
	text-align:left;
}

#entaku{
	width:320px;
	margin:0 auto;
}
#entaku p{
	font-size:14px;
	line-height:2.4;
}

/* Access Map */
.acs_gmap{
	width:1100px;
	height:500px;
	margin-left:14px;
	margin-right:14px;
	margin-bottom:20px;
}

/* Contact */
table#cnt_tbl{
	width:80%;
	margin:0 auto;
	margin-bottom:80px;
}
table#cnt_tbl tr{
}
table#cnt_tbl th{
	width:25%;
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
	font-size:14px;
	padding:20px;
	text-align:left;
}
table#cnt_tbl td{
	border-top:solid 1px #333333;
	border-bottom:solid 1px #333333;
	font-size:14px;
	line-height:1.7;
	padding:20px;
	text-align:left;
}
table#cnt_tbl .confirm{
	clear:both;
	color:red;
	font-weight:bold;
	line-height:1.7;
}
table#cnt_tbl td.noneborder{
	border:none;
	font-size:14px;
	padding:20px;
	text-align:left;
}
table#cnt_tbl td p{
	line-height:1.7;
}

table#cnt_tbl input{
	color:#000000;
	background-color: #EAEAEA;
	border: 1px #AAAAAA double;
	border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
}

input.w100{	width:70px; }
input.w250{	width:250px; }
textarea.w350{	width:80%; }

textarea{
	color:#000;
	background-color: #EAEAEA;
	border: 1px #AAAAAA double;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

select{
	color:#000;
	background-color: #EAEAEA;
	border: 1px #AAAAAA double; 
	border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   /* Firefox用 */  
}

.bottonA{
	background-color:#042045;
	font-weight:bold;
	margin-bottom:0px;
	line-height: 42px;
	padding:0px 10px;
	color:#FFFFFF;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	text-align:center;
}

.bottonB {
	position: relative;
	background-color: #E80932 !important;
	border-radius: 4px;
	color: #fff !important;
	line-height: 42px;
	-webkit-transition: none;
	transition: none;
	padding:0px 10px;
	font-weight:bold;
}
.bottonB:hover {
	background-color: #CB2124;
}
.bottonB:active {
	top: 3px;
	box-shadow: none;
}

.bottonC{
	background-color:#7B7070;
	font-weight:bold;
	margin-bottom:0px;
	padding:10px;
	color:#FFFFFF;
	border-radius: 5px;        /* CSS3草案 */
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
	text-align:center;
	}

.hissu{
	float:right;
	display: block;
	height: 14px;
	width: 31px;
	background-image: url(../img/contact/icon_cnt_hissu.png);
	background-repeat: no-repeat;
}


/* フッター
*****************************************************/

#footer{
	position:relative;
	overflow:hidden;
	width: 100%;
	height:auto;
	margin:0 auto;
	background-position:top;
}

#footer_logo{
	width:129px;
	height:23px;

	position:relative;
	top:20px;
	left:10px;

	z-index:100;
}

/* ナビゲーション部分*/

#footerNavBg{
	float:right;

	display:block;
	overflow:hidden;
	text-align: right;
	width: 800px;

	position:relative;
	padding-top:0px;
}

#f_menu{
    margin: 0px 26px;	
} 

#f_menu ul{
    padding: 0px; 	
    margin: 0px;
} 

#f_menu ul li {
    display: inline;
} 
	#f_menu li{
		margin-right: 28px;
	}

#f_menu ul li a { 
	font-size: 14px;
	letter-spacing: px;
	text-decoration: none;
	color: #fff; 	 position: relative;
 	transition: .3s;
} 

#f_menu ul li a:hover{ 
	padding-bottom: 3px;
    border-bottom: dotted 1px #fff;	 
	opacity: 0.6;

	text-decoration:underline;
}


/* コピーライト部分 */

#copyright{
	width:1100px;
	height: 15px;
	padding-top:80px;
}

#copyright p{
	font-size:12px;
	letter-spacing:0.1em;
	text-align:right;
	color:#FFF;
	margin-right:50px;
	
}
#copyright a{color: #000;}
#copyright a:hover{color: #ff749d;}


/* レスポンシブWEB対応 (PCサイト向け)
------------------------------------------------------------*/

}
