@charset "utf-8";

/*********************************************
  ****
  /style.css
*********************************************/

@import "../common/css/base.css";


/*==================================
  Main Layout
==================================*/
/*--body--*/



/*--main--*/

#contents h2 { padding-bottom:10px; clear:both; font-size: 0px; line-height: 0px; }
#contents h3 {padding-bottom:10px;clear:both;font-size: 0px; line-height: 0px;}
#contents h4 {padding:0px 20px 10px 30px;clear:both;font-size: 0px; line-height: 0px;}
#contents p {padding:0px 20px 1.5em 30px;}

table{border-collapse: collapse;border-spacing: 0;font-size:1em; margin:0px 30px 20px 40px;width:600px; }
table th {white-space: nowrap; padding: 10px; background-color: #F2F2F2; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC;}
table td {padding: 10px; border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #CCC; }


#header-nav{
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	padding: 40px 0 0 195px;
	list-style: none;
}
@media(max-width: 768px){
	#header-nav{
		display: none;
	}
}