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

/*マージンをリセット、書体の設定*/
body,
h1, h2, h3, h4, h5, h6, p, div, ul, li, dl, dt, dd, table, th, td{
font-family:

"ヒラギノ角ゴ pro W3",
"Hiragino kakugo Gothic Pro W3",

"sans-self";
margin:0px;
padding:0px;
color: #333333;
line-height: 1;
font-size:12px;
}

/*画像の縦位置を下に*/
img {
	vertical-align: bottom;
}

/*リストのマークを非表示*/
ol,ul,li {
	list-style-type: none;
}

/*リンク画像のボーダーを非表示*/
a img {
	border: none;

}

/*画像のボーダーを非表示*/
img {
	border:0;
}

/*テーブルのボーダを1重に*/
table {
border-collapse: collapse;
border-spacing:0;
width:100%;
}

#bskaiin9{
	margin-bottom:20px;
}

/*20180411追加*/
#kaiin_lp{
	width:100%;
}

/*20181031追加*/
#satei{
	display: none;
}

    @media (max-width: 600px) {
	.kantan_member th,
	.kantan_member td {
		display: block;
		text-align: left;
		width: 100%;
	}
	.kantan_member td { text-align:center; vertical-align:middle; }

	#bskaiin4{
	  transform: rotate( 90deg );
	  width:40px;
	}

	#companyT{
width: 100%;
table-layout: fixed;
word-break: break-all;
word-wrap: break-all;
}
	#companyT th{
		width:60px;
	}
}