body {
	height :100%;
}
table tr th {
	border:none;
	background-color:transparent;
	text-align:center;
}
table tr td {
	border:none;
	background-color:transparent;
	text-align:center;
}
table .inner_table {
	margin-left: auto;
	margin-right: auto;
}
a img:hover {
	opacity:0.6;
}

table tbody tr th {
    border: none !important;
}

#sk_main {
    font-size: 12px;
    color: #666;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
.box_center {
    width: 500px;
    margin: 0 auto;
}
#info_area {
    /* display: none; */
    text-align: left;
}
#info_area .info {
    text-align: left;
    font-size: 12px;
    width: 500px;
    height: 150px;
    overflow: auto;
    border: solid 1px #ddd;
    border-radius: 2px;
}
#note_area {
    /* display: none; */
    text-align: center;
    font-size: 11px;
    margin-top: 10px;
    /* border: dashed 1px #888; */
    padding: 0 10px;
    color: #666;
}

a img:hover {
	opacity:0.6;
}



/* ▼外枠▼ */
div.info {
   padding: 5px;             /* 内側の余白 */
   background:white;
}
div.info .info_wrapper:not(:last-child) {
	border-bottom:1px solid lightgray;
}
div.info .info_title{
   padding-top:1px;
   padding-left:2px;
   font-size: 14px;
}

/* ▼ノート内部▼ */
div.info p {
   line-height: 18px;
   margin: 0px;
   color:#1f3134;
}

div.info .info_contents{
   font-size: 11px;
   padding-left:5px;
   padding-right:5px;
   color:#53727d;
}

div.info p span.dt {
   font-size: 11px;
   color: #393f4c;
}

div.info .info_wrapper:hover {
  background-color: #ebf6f7; /* 背景色 */
}
