@charset "utf-8";

.gleen_point{
	color:#c7ccd0;
}

.company_main{
	width:100%;
}
#main{
	line-height: 1.8;
}

.category{
	font-size: 140%;
}


	.company_main > li:nth-child(2n) {
		float: right; }
	.company_main > li:nth-child(2n + 1) {
		clear: left;}

.company_main:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.company_main li{
	float: left;
	width: 48.5%;
	border: 1px solid #999;
	margin-bottom:20px;
}

.company_main li a{
	display:block;
	border-left: 15px solid #B9D2ED;
	padding:20px;
	text-align:center;
	font-size:18px;
}

.tbl_company tr > td:first-child{
	white-space: nowrap;
}

.tbl_company tr > td:first-child span{
	display:inline-block;
	width:2.5em;
	text-align:right;
}

.message_box:after {
	content: "";
	display: block;
	clear: both;
	height: 0;
}

.message_box figure{
	float:left;
	width:180px;
}
.message_box figure img{
	width:180px;
}
.message_box .message_txbox{
	float:right;
	width: 380px;
	line-height: 1.8;
}



@media screen and (max-width: 768px){

.company_main > li:nth-child(2n) {
	float: none; }
.company_main > li:nth-child(2n + 1) {
	clear: none;}


.company_main li{
	float: none;
	width: 100%;
	border: 1px solid #999;
	margin-bottom:10px;
}

.company_main li a{
	display:block;
	border-left: 15px solid #B9D2ED;
	padding:20px;
	text-align:center;
	font-size:18px;
}

.tbl_company td {
    padding:15px 10px;
}

.tbl_company tr > td:first-child{
}

.tbl_company tr > td:first-child span{
	display:block;
	width:auto;
	text-align:left;
}


.message_box figure{
	float:none;
	width:100%;
	text-align:center;
}
.message_box figure img{
	width:100%;
	max-width:225px;
}
.message_box .message_txbox{
	margin-top:40px;
	float:none;
	width: 100%;
}



}
