/* CSS Document */
.company_box{
	background:#fcfcfc;
	border: 1px solid #e7e7e7;
	line-height: 25px;
	overflow: hidden;
	padding: 30px;
}

.line01 {
border-bottom:1px dotted #ccc;
padding:10px 5px;
margin-left:35px;
}
.td01 {
border-left:2px solid #51b2d5;
padding:0 0 0 10px;
}
.sub_tit {
	font-size: 14px;
	font-weight: bold;
	width: 200px;
}
.date {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 2px;
}
#com1 {
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 165%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
}

#com2 {
	color: #4495DA;
	text-decoration: underline;
}
#com2 a:hover {
	text-decoration: none;
}

.menber_logo{
	margin:10px;
	display: inline;
	vertical-align:middle;
}
/*add 2016-10-13*/
.noL{ float:none;}
.tabview .tablist{ margin-top:15px;}
.clear{ clear:both;}
.tabview .tablist li{ float:left; cursor:pointer; color:#fff; font-weight:bold; text-align:center; font-size:18px; background:#51b2d5; width:120px; padding:15px 0; margin-right:5px;}
.tabview .tablist li:last-child{ margin-right:auto;}
.tabview .tablist li.active,.tabview .tablist li:hover{ background:#8ecde4;}
.tabview .tabs{ margin-top:12px; display:none;}