@charset "utf-8";
.outline {
	max-width:1000px;
	margin:0px auto;
}

.tal { text-align: left; }
.tac { text-align: center; }
.tar { text-align: right; }

.news{margin-bottom:50px;}

#list{
    margin-bottom:40px;
	line-height:110%;
	padding-bottom:10px;
	border-bottom:5px solid #CCCCCC;
	}	
	
#list ul{
    padding:0px;
	margin:0px;

	}	
	
#list li{
    width:700px;
	height:60px;
	padding:0px;
	margin:0px;
	list-style-type:none;
	border-bottom:1px dotted #999999;
	padding-top:10px;
	}
	
	

	
.photo{
    margin-bottom:50px;
	}	
	
.photo ul{
    padding:0px;
	margin:0px;

	}	
	
.photo li{
	margin: 0px;
	display: inline;
	font-size:0px;list-style:none;

	}
		
	
.photo li img{
	margin:5px;
}
	
	
	
/*gaiyou*/
.table_itiran {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	font-weight:normal;
	margin-bottom:5px;
	color:#333333;
	}
.table_itiran tr,
.table_itiran td {
	padding: 10px;
	border: 1px solid #999999;
	}
	
.table_itiran tr.ta_left,
.table_itiran td.ta_left{
	font-weight:bold;
	color:#000000;
	background:#EBEBEB;
	text-align:center;
	width:200px;
	}
	
.table_itiran tr.name,
.table_itiran td.name{
    font-weight:bold;
	width:200px;
	}
	
.table_itiran tr.add,
.table_itiran td.add{
	width:350px;
	}				
			
.table_itiran li{
    list-style-type: disc;
	list-style-position: outside;
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dotted #EBEBEB;
	}





.tb {
	border-collapse: collapse;
	border-spacing: 0px;
}

.tb th,
.tb td{
	border: 1px solid #aaa;
	font-size: 16px;
	padding: 0.5rem 1rem;
}

.tb th {
	text-align: center;
	background-color: #eee;
}
/* ---------------------------------------------
	dl, dt, dd
---------------------------------------------- */
dl, dt, dd {
	box-sizing: border-box;
	border: 1px none #ddd;
}
dt, dd {
	margin: 0;
	border-top-style: solid;
}
dl {
	display: flex;
	flex-wrap: wrap;
	border-style: none none solid none;
	margin:2.5rem 0;
}
dt {
	font-weight: bold;
	padding: 1rem 1rem 1rem 1rem;
	background-color: #eee;
}
dd {
	padding: 1rem;
}
dd ul,
dd ul li:last-child {
	margin: 0;
}
dl:after {
	content: "";
	clear: both;
	display: block;
}
dl.dt_w8 dt { width: 8rem; }
dl.dt_w8 dd { width: calc(100% - 8rem); }
dl.dt_w9 dt { width: 9rem; }
dl.dt_w9 dd { width: calc(100% - 9rem); }
dl.dt_w10 dt { width: 10rem; }
dl.dt_w10 dd { width: calc(100% - 10rem); }
dl.dt_w12 dt { width: 12rem; }
dl.dt_w12 dd { width: calc(100% - 12rem); }
dl.dt_w16 dt { width: 16rem; }
dl.dt_w16 dd { width: calc(100% - 16rem); }
dl.dt_w17 dt { width: 17rem; }
dl.dt_w17 dd { width: calc(100% - 17rem); }

/*====================================
	PC	768px以下
=====================================*/
@media screen and (max-width: 768px) {
	header #logo {
		max-width: 70%;
	}
	.outline {
		max-width: 100%;
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}
	header #logo{
		margin-left: 1rem;
		}
	header h1{
		margin-left: 1rem;
	}

	.sec{
		max-width:100%;
		margin:25px 0px;
		line-height:170%;
		}
	}
	/*====================================
	スマホ	425px以下
=====================================*/
@media screen and (max-width: 425px) {

}