@charset "UTF-8";
/* CSS Document */

/*概要のテーブル*/
/*section table { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }*/
 
/*----------------------------------------------------
  .demo01
----------------------------------------------------*/
.demo01{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.demo01 th  {
	width: 150px;
	text-align: left;
	padding: 15px;
	background-color: #e5e5e5;
	border: solid 1px #717071;
}
.demo01 td{
	padding: 15px;
	border: solid 1px #717071;
}

.demo01 ul{
	margin-left: 20px
}
.demo01 li{
	margin: 5px 0;
}

.demo01 .ninzuu{
	margin-left: 0px;
	list-style: none;
}
.demo01 .ninzuu li{
	margin: 0;
	display: inline-block;
}
.recruitbutton{
	text-align: center;
}
/* ボタンのスタイル */
.button {
	font-family: "mincho";
	letter-spacing: 0.05em;
	font-size: 1.2em;
    width: 250px;
	height: 40px;
	border-radius: 20px;
    /*height: 40px;*/
    text-align: center;
	color: #fff;
	background-color:#00B1FF;
	margin: 10px auto;
}
/* マウスオーバー時のカラー */
.button:hover {
    background-color: rgba(255,255,255,0.8);
} 
/* リンク領域のスタイル */
.button-a {
	padding: 7px;
	color: #fff;
    display: block;
    /*padding: 11px 0;*/
    text-align: center;
	text-decoration: none;
}
/* マウスホバー時のカラー*/
.button:hover {
    background-color: #009FE8;
}

.phone{
	display: none;
}

.chingin{
	width: 140px;
	display: inline-block;
}

.nichiji{
	width: 22px;
	text-align: right;
	display: inline-block;
}
 
@media only screen and (max-width:480px){
    .demo01 {
		width: 100%;
	}
	.demo01 th{
		padding: 5px 15px;
	}
    .demo01 th,
    .demo01 td{
		width: 100%;
		display: block;
		border-top: none;
    }
	.demo01 tr:first-child th {
		border-top: 1px solid #717071;
	}
	.phone{
	display: block;
	}
}
@media screen and (max-width: 640px) {
	.demo01{
		width: 100%;
		border-collapse: collapse;
		border-spacing: 0;
	}
	.demo01 .ninzuu li{
		margin: 2px 0;
		display: inline-block;
	}
}
.recruit {
	width: 90%;
	margin: 0 auto;
}
