@charset "utf-8";

/*
	title
-------------------------------------------------------------------- */
#contents  {
    color: ＃000;
}
#contents section {
	padding: 50px 0;
	line-height: 200%;
}

#contents h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 20px;
}

#contents h5 {
	border-left: 5px solid #111;
	color: #000;
	
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-left: 10px;
	margin: 0 0 20px 10px;
}

#contents h6 {
	background: #EEE;
	color: #000;
	
	font-size: 15px;
	letter-spacing: 0.1em;
	padding: 10px;
	margin-bottom: 20px;
}

/* common */

.inr ol {
	list-style-type: disc;
	list-style-position: inside;
}



/* table */

dl.table01 {
	width: 402px;
	margin: 20px 0;
	border: 1px solid #CCC;
}

dl.table01 dt,
dl.table01 dd {
	width: 200px;
	float: left;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #CCC;
}

dl.table01 dt {
	clear: left;
}

dl.table02 {
	width: 90%;
	margin: 0 5% 60px;
	font-size: 12px;
	border-top: 2px solid #CCC;
}

dl.table02 dt {
	border-top: 2px solid #EEE;
	
	width: 25%;
	float: left;
	clear: left;
	padding: 20px 0;	
}

dl.table02 dd {
	border-top: 2px solid #EEE;
	
	width: 75%;
	float: left;
	padding: 20px 0;
}




/* SP */
@media screen and (max-width:640px){

/*
	title
-------------------------------------------------------------------- */

#contents {
	line-height: 160%;
}

#contents h3 {	
	font-size: 20px;
	padding-left: 10px;
	margin: 0 2% 20px;
}

#contents h5 {	
	font-size: 15px;
	letter-spacing: 0.1em;
	padding-left: 10px;
	margin: 0 2% 20px;
}

#contents h6 {
	font-size: 13px;
	letter-spacing: 0.1em;
	padding: 10px;
	margin-bottom: 5px;
}

/* common */

#contents section {
	padding-bottom: 40px;
}

.inr p,
.inr ol {
	width: 90%;
	margin: 0 5%;
}

.guide_inr_s {
	padding: 0 2%;
}

.guide_inr article {
	margin-bottom: 40px;
	font-size: 10px;
}





/*
	menu
-------------------------------------------------------------------- */

#guide_menu h4 {
	font-size: 13px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#guide_menu {
	background: #EfEfEf;
	display: table;
	width: 96%;
	
	margin: 0 2% 40px;
}

#guide_menu .guide_menu_inr {
	display: table-cell;
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 2%;
}

#guide_menu li {
	list-style-type: disc;
	list-style-position: inside;
}




/* table */

dl.table01 {
	width: 90%;
	margin: 20px 5%;
}

dl.table01 dt,
dl.table01 dd {
	width: 50%;
}

dl.table02 {
	width: 100%;
	margin: 0 0 60px;
	font-size: 11px;
	border-top: none;
}

dl.table02 dt {
	background: #EEE;
	border-top: none;
	
	width: 100%;
	float: none;
	clear: none;
	padding: 5px 10px;	
}

dl.table02 dd {
	border-top: none;
	
	width: 100%;
	float: none;
	padding: 5px 10px;
}

}









