@charset "utf-8";

/***************************************************
	company.css
***************************************************/

.yakkanTable{
	width:1000px;
	margin:30px auto;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif ;
	font-size:13px;
}
.yakkanTable table{
	width: 100%;
	margin-bottom:10px;
	border-collapse:collapse;
}
.yakkanTable table.only_pc {
	display: table;
}
.yakkanTable table.only_sp {
	display: none;
}
.yakkanTable table th{
	padding:10px;
	text-align:left;
	font-weight:bold;
	background-color:#f5f5f5;
	border:#ccc 1px solid;
}
.yakkanTable table td {
	padding:10px;
	text-align:left;
	border:#ccc 1px solid;
}
.yakkanTable p{
	text-align:left;
	margin-bottom:5px;
}
.yakkanTable ol {
	margin-bottom: 30px;
}
.yakkanTable ol li{
	margin-bottom:5px;
}
#pdfList li {
	margin-bottom:5px;
}
#pdfList li img {
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1200px){

}
@media only screen and (max-width: 767px) {

.yakkanTable table.only_pc {
	display: none;
}
.yakkanTable table.only_sp {
	display: table;
}
.yakkanTable {
	width: auto;
	margin: 15px 10px;
	font-size:13px;
}
.yakkanTable table{
	width: 100%;
}
.yakkanTable td.left {
	width: 20%;
	text-align: center;
}
.yakkanTable td.left30 {
	width: 30%;
}
.blDo {
	border-bottom: 2px dotted #ccc !important;
}
.blBo {
	border-bottom: 2px solid #ccc !important;
}
}
