/*
Theme Name: 丸喜屋設備株式会社求人サイト
Theme URI:
Description:
Version:1
Author: moon's designer
Author URI: moon.caneko@gmail.com
*/

/*********************************
 * 固定ページ
*********************************/
.page{
	max-width: 1000px;
	margin: 0 auto;
	padding: 40px 20px;
}
.page article{
	background: #fff;
}
.page h1{
	font-size: 32px;
	margin-bottom: 30px;
	line-height: 1.4;
}
.page_content{
	line-height: 2;
	font-size: 16px;
}
.page_content p{
	margin-bottom: 1.5em;
}
.page_content img{
	max-width: 100%;
	height: auto;
}





/***会社概要***/
figure.company_table {
	width:100%;
}
figure.company_table table td {
    border-top: none;
    border-left: none;
    border-right: none;
}
figure.company_table table th {
	width:130px;
	padding: 30px 0px 15px 10px;
	border-top: none;
	border-left: none;
	border-right: none;
}
@media screen and (max-width: 768px) {
	figure.company_table table th{
		width:100%;
		display: block;
		padding-bottom: 0px;
		border-bottom: none;
	}
	figure.company_table table td {
		width:100%;
		display: block;
		padding-top: 0px;
		border-top: none;
	}
}

/***事業内容***/
ul.company_list {
	margin-left:15px;
}
ul.company_list li{
	list-style: disc !important;
}

/***沿革***/
figure.enkaku_table table td {
	padding: 10px 0px 10px 30px;
	vertical-align:top;
    border: none;
}
figure.enkaku_table table th {
	width:130px;
	padding: 10px 0px 10px 10px;
	vertical-align:top;
	border: none;
	text-align:left;
}
figure.enkaku_table table td a { color:#337ab7; }
@media screen and (max-width: 768px) {
	figure.enkaku_table table th{
		width:100%;
		padding-bottom: 0px;
		display: block;
	}
	figure.enkaku_table table td {
		width:100%;
		padding-top: 0px;
		display: block;
	}
}

/***登録・関係機関***/
figure.kikan_table table td {
	padding: 10px 0px 10px 30px;
	vertical-align:top;
    border: none;
}
figure.kikan_table table th {
	width:40%;
	padding: 10px 0px 10px 10px;
	vertical-align:top;
	border: none;
	text-align:left;
}
figure.kikan_table table td a { color:#337ab7; }
@media screen and (max-width: 768px) {
	figure.kikan_table table th{
		width:100%;
		padding-bottom: 0px;
		display: block;
	}
	figure.kikan_table table td {
		width:100%;
		padding-top: 0px;
		display: block;
	}
}






