@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */



/*================== index.html =================*/
.home_td {
	margin-left: -15px !important;
}
.home_td .box {
	float: left;
	width: 180px;
	margin: 0 0 15px 15px !important;
}

@media screen and (min-width: 469px) and (max-width: 768px){
	.home_td {
		margin-left: -3.0303% !important;
	}
	.home_td .box {
		float: left;
		width: 30.3030%;
		margin: 0 0 3.0303% 3.0303% !important;
	}
}

@media only screen and (max-width: 468px){
	.home_td {
		margin-left: 0 !important;
	}
	.home_td .box {
		float: none;
		width: 100%;
		margin:0 0 20px 0 !important;
	}
	.allboard .fltL,.allboard .fltR{
		width: 100%;
		float: none;
		padding: 20px;
	}
	.board_left,.board_right{
		width: 100% !important;
		margin-left: 0 !important;
	}
}



/*================== ○○○○.html =================*/
@media screen and (min-width: 469px) and (max-width: 768px){
}
@media only screen and (max-width: 468px){
}



/*================== sitemap =================*/
.map {padding: 30px 0;}
.map ul li {
	border-left: 3px solid #ddd;
	margin-bottom: 20px;
	list-style: none;
	padding-left: 10px;
}
.map ul li a {text-decoration: none;}



/*================== midashi =================*/
.midashi{
	background: url(../images/common/midashi.png) repeat-y;
	line-height: 83px;
	border-radius: 5px;
	padding: 5px;
}
.midashi h2{
	padding: 0 20px;
	border-radius: 5px;
	border: 2px dashed #fff;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
.sub_midashi{
	border-bottom: 2px dotted #3c8ce6;
	letter-spacing: 0.1em;
}
.sub_midashi h3{
	font-size: 20px;
	line-height: 20px;
	color: #333;
	font-weight: normal;
}

@media screen and (min-width: 469px) and (max-width: 768px){
}

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



/*================== tablecustom =================*/
@media only screen and (max-width: 468px){
	.tblcustom tr:first-child {
	    display: none;
	}
	.tblcustom tr td {
	    border: none !important;
	    display: block;
	    padding: 0 !important;
	    background-color: #efefef;
	}
	.tblcustom tr {
	    border-bottom: 1px solid #f00 !important;
	}
	.tblcustom tr td:before {
	    clear:left;
	    float: left;
	    display: block;
	    content: attr(data-th);
	    padding: 5px 10px !important;
	    width: 30% !important;
	}
	.tblcustom tr td > div {
	    background-color: #fff;
	    overflow: hidden;
	    padding: 5px 10px !important;
	}
}