/* ===========================
ページ全体
============================== */
body {
	font-family: 'arial','メイリオ','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',Meiryo,'ＭＳ Ｐゴシック'sans-serif,; 
	vertical-align: top;
	font-size: 16px;
}

tr, td {
	font-size: 14px;
	line-height: 1;
}

@media screen and (max-width: 760px){
body {
	font-size: 12px;
}
}

/* ===========================
line
============================== */
hr.line{
	border-top: 1px solid #C0C0C0;
}

hr.line2{
	height: 10px;
	border: 0px none;
	box-shadow: 0 -10px 10px -10px #00ACEF inset;
	width: 96%;
}

hr.line3 {
	height: 24px;
	border: 0px none;
	width: 100%;
}

hr.line4 {
	height: 24px;
	border: 0px none;
	box-shadow: 0 24px 24px -24px #0068AE inset;
	width: 100%;
}



/* ===========================
slogo stitle sslogo
============================== */
.s_logo {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	z-index: 1;
}	

#stitle{
	margin-left: 15%;
	width: 355px;
	height: 75px;
	background: url(../img/logo.png);
	background-size: cover;
}

/* ===========================
s_contents
============================== */
.s_contents {
	position: relative;
	margin-left: 15%;
	margin-right: 15%;
	box-shadow: 0 0 8px gray;
	color: #333333;
	font-size: 12px;
	width: 900px;
	background-color:#FFFFE6;
}
	
	
/* ===========================
k_contents
============================== */
.k_cts {
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}

/* ===========================
gototop
============================== */
#gototop {
	position: fixed; /* 要素の位置を固定する */
	bottom: 0; /* 基準の位置を画面の一番下に指定する */
	right: 0; /* 基準の位置を画面の一番右に指定する */
	z-index: 1000;
}

/* ===========================
table
============================== */
table {
  margin: 0 auto;
  width: 600px;
}


/* ===========================
表示・非表示
============================== */
#dis_p {
	display: block;
	}
#dis_s {
	display: none;
	}

@media screen and (max-width: 760px){
.s_logo {
	margin-left: 3%;
	margin-right: 3%;
}

#dis_s {
	display: block;
}
#dis_p {
	display: none;
}

.s_contents {
	margin-left: 8px;
	margin-right: 8px;
	width: auto;
}

.k_cts {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
}

#stitle{
	margin-left: 5%;
	width: 177px;
	height: 37px;
}
table {
  width: 98%;
}
}

