@charset "utf-8";
/* CSS Document */


/*見出し*/
#header h1{
	font-size:15px;
	color:#333;
	margin-bottom:8px;
}

h2{
	font-size:18px;
	line-height:1.6em;
	margin: 0px auto 10px;
	padding: 10px;
}

h3{
	font-size:16px;
	line-height:1.6em;
	text-align: left;
}

h4{
	font-size:18px;
	line-height:1.6em;
}


/*大枠*/
body{
	letter-spacing:0.1em;
	width:100%;
	font-size: 16px;
	line-height: 25px;
	text-align: left;
	margin: 0px auto;
	background-image: url(../images/common/bg.jpg);
	background-repeat:repeat-y;
}

#wrapper{
	width:100%;
	margin:0 auto;
}

.btn{
	width:97%;
	text-align:center;
	margin: 0px auto;
}

.page_title{
	padding:30px 0 20px;
}
.next{
	margin:40px auto;
}

#footer{
	text-align:center;
	margin: 20px 0px 0px;
	padding-bottom:20px;
	font-size:12px;
}

.c-both{
	clear:both;
	display:block;
	visibility:hidden;
}

.spece{
	height:20px;
}

/* ----------common---------- */

.contents_bnr{
	text-align: left;
	margin:40px auto 10px 5px;
	width: 50%;
}

img {
	width: 100%;
	vertical-align: bottom;
}

.clear_both{
	clear:both;
}

.txt{
	margin: 0px 20px;
	text-align: left;
}
/* ----------index.html---------- */

/* アコーディオンメニュー */

.accordion{
	width: 100%;
	margin:0 auto;
	text-align:left;
}

ul.accordion ul {
	display:none;
}

ul.accordion li{
	list-style:none;
}

ul.accordion li ul li p{
	padding:15px;
}

ul.accordion li ul li{
	background:#fff;
	font-size:14px;
	border-bottom:#708090 solid 1px;
	list-style:none;
	color:#333;
}


ul.accordion li ul li a{
	text-decoration:none;
	color:#333;
}


ul.accordion li ul li ul li{
	background:#DCEFEE;
	color:#333;
	font-size:12px;
	padding:12px;
	list-style:none;
	border-bottom:solid #fff 1px;
}


ul.accordion li ul li ul li a{
	text-decoration:none;
	color:#333;
	
}

/* アコーディオンメニュー */

dl.accordion dt{
	text-align:left;
	font-size:18px;
}

dl.accordion dd{
	width:90%;
	margin:20px auto;
	text-align:left;
	display:none;
}

.philosophy_title{
	font-size: 18px;
	color: #AA0000;
	font-weight: bold;
}

/* トピックス */

#topics_wrapper{
}


.topics{
	margin: 0px auto 40px;
}

ul.topics {
width: 95%;
height: 300px;
overflow-y: scroll;
}
.navi {
	display: block;
	position: relative;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #D9D9D6;
	background: #FFF;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
	text-align: left;
}


.navi a{
}


.navi a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #4D4D4D;
	border-right: solid 2px #4D4D4D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.navi2{
	display: block;
	position: relative;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #D9D9D6;
	background: #FFF;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: bold;
	line-height: 21px;
	text-decoration: none;
	text-align: left;
}

.navi2 a:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 6px;
	height: 6px;
	margin: -4px 0 0 0;
	border-top: solid 2px #4D4D4D;
	border-right: solid 2px #4D4D4D;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.naviday{
	width: 10px;
	color: #AA0000;
	clear: both;
	margin: 0px 10px 0px 0px;
}

/* ピックアップ */

#pickup_wrapper{
	text-align:center;
}
.pickup img{
	width:65%;
	margin:5px 0;
	}
/* バナー */

#banner_wrapper{
	margin: 0px auto 40px;
}

.banner ul{
	display:table;
	table-layout: fixed;
	width:100%;
}

.banner li{
	display:table-cell;
	text-align:center;
}

.banner li a{
	display:block;
}

/* 設立の志 */

.foundation_bg1{
	padding: 20px 0px;
	background: url(../images/foundation/img_5.gif);
	background-repeat: no-repeat;
	background-size: 100% auto;
}

/* お客様へ */

.forguest_bg1{
	padding: 0px 10px;
	background: url(../images/forguest/forguest_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: bottom;
	text-align: left;
}

.forguest_bg2{
	padding: 0px 10px;
	background: url(../images/forguest/forguest_bg2.gif);
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-position: bottom;
	text-align: left;
}

/* 感謝祭 */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.thxday_table{
	text-align: left;
}

.thxday_co ul{
	display:table;
	table-layout: fixed;
	width:100%;
}

.thxday_co li{
	display: table-cell;
	text-align: left;
}

.thxday_co li a{
	display:block;
}


/*募集要項*/
.recruit_detail{
	margin:20px auto;
	width:95%;
	text-align:left;
	
}

.media_img{
	width: 100px;
	float: left;
	margin: 0px 5px 0px 0px;
}

.media_txt{
	overflow: hidden;
}

.recruit_detail table{
	width:100%;
}

.recruit_detail th{
	width:25%;
	background:url(../images/bk_gray.png) repeat ;
	padding:10px;
	border:solid #666 1px;
}

.recruit_detail td{
	padding:10px;
	border:solid #666 1px;
	line-height:1.4em;
	font-size:14px;
}

/*フォーム*/

.contact_bg{
	background-color: #FFFFFF;
}