﻿table.sekishou_table {

}

table.sekishou_table td {
	text-align: center;
	width: 100%;

}

table.sekishou_table td.menu_td {

}

table.sekishou_table ul {
	margin:0;
    padding:0;
	list-style-type: none;
/* 	margin-left: 75px;
	width: 150; */
}

table.sekishou_table ul li {
	margin-bottom:10px;
}

table.sekishou_table ul li img {
/* 	margin: 0px;
	margin-right: 100px; */
}

table.sekishou_table ul li h2.menu_title {
    text-align: center;
    font-size: 0.8em;
    width: 150px;
    padding: 2px;
    background-color: #000000;
    color: #ffffff;
    margin: 0 auto;
    width: 300px;
}
table.maruya_table td {
	text-align: center;
	width: 100%;

}

table.maruya_table td.menu_td {

}

table.maruya_table ul {
	list-style-type: none;
	width: 150;
	padding: 0 0 0 20px;
}

table.maruya_table ul li {

}

table.maruya_table ul li img {
	margin: 0px;
/* 	margin-right: 100px; */
}

/*20200311メンテナンス変更*/
a.btn-menu{
	width: 75%;
	padding: 9%;
	color: #fff;
	display: block;
	margin: 40px auto 0;
	text-align: center;
	text-decoration:none;
	background-color:#3b302e;
	border-radius: 8px;
	position: absolute;
	bottom:35px;
	left:0;
	right:0;
}
a.btn-menu:hover{
	background-color:#6c5854;
}
a.btn-menu span{
	background:url('./img/icn_pdf.png') no-repeat left center;
	padding-left:30px;
}
td.td-parent{
	position: relative;
	padding-bottom: 150px;
}

/*--------------------------------------
メインバナーコメント
---------------------------------------*/
td.main-left{
	vertical-align: bottom;
}
.main-caution{
	background-color:rgba(255,255,255,0.9);
	padding:20px;
	border-radius: 8px;
	width: 300px;
	margin:0 auto 10px;
}
.main-caution h2{
	font-size:1em;
	margin:8px 0;
	padding:0;
}
.main-caution ul{
	margin:0;
	padding:0;
	margin-left:20px;
	font-size:0.9em;

	font-weight: bold;
}
.main-caution ul.ul-above{
	margin-bottom:15px;
}
.main-caution p{
	font-weight: bold;
	font-size:0.9em;
}


