@charset "utf-8";

/* .left_menuの構成 */
.left_menu ul {
	width: 180px;
	list-style-position: inside;
	list-style-image: url(../image/sankaku.jpg);
}

/* .contentsの構成 */
.contents {
	width: 698px;
	float: right;
	height: auto;
	background-color: transparent;
	margin-left: 10px;
}
.contents a {
	color: #004AC5;
}

.contents h2{
	margin-top: 10px;
	font-size: 16px;
	text-align: center;
}
.contents h3 {
	margin-top: 15px;
}

.contents table {
	margin-bottom: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

.contents table th {
	font-size: 16px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 2px;
	border-top-color: #004AC5;
	color: #333333;
	font-weight: bold;
}
.contents table td {
	font-size: 12px;
	border: 1px solid #666;
}
.contents table a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.gazou_link {
	width: 100px;
	height: 100px;
}
.contents p {
	font-size: 13px;
	text-align: center;
}
.fl_box {
	width: 520px!important;
	margin-left: 100px;
	height: auto;
	margin-top: 20px;
}

.top_line{
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto;
}
@media (max-device-width: 580px) {
    .fl_box {
        /*width: 75%!important;*/
        margin-left: 0;
    }
    /*
    .top_line{
        width: 55px;
    }
    */
}

.flexbox{
    display: flex;
    align-items: center;
}

.big {
	color: #FF0000;
}
.top_16px {
	font-size: 16px;
	font-weight: bold;
	height: 18px;
	margin-top: 5px;
}

.ttt{
	margin-top:20px;
	}