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

#main_visual img{
	width:100%;
}

.contents{
	width:94%;
	margin:20px auto 50px;
}

/*ここからテーブル*/
.text_box{
	width:100%;
	margin:10px auto 20px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	font-size:93%;
}

.com_tbl th {
    padding: 7px 4px 7px 4px;
    text-align:center;
	vertical-align:middle;
    width:23%;
	color:#fff;
	background-color:#eb6877;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	letter-spacing:1px;
}

.com_tbl td{
	padding:10px 5px;
	color:#535353;
	border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.com_tbl td a{
	color:#535353;
	text-decoration:underline;
}




.title{
	color: #F99;
    padding-top: 10px;
    text-align: center;
    font-size: 200%;
    font-weight: normal;
}

.company_text{
	color:#535353;
	padding:10px;
}

.pic img{
	display:block;
	width:70%;
	margin:20px auto;
}
