@charset "utf-8";

.mb10{
	margin-bottom: 10px !important;
}
.mb20{
	margin-bottom: 20px !important;
}
.mb30{
	margin-bottom: 30px !important;
}
.mb40{
	margin-bottom: 40px !important;
}
.mb60{
	margin-bottom: 60px !important;
}
.mb80{
	margin-bottom: 80px !important;
}

h3.ttl01 span small{
	padding-left: 1em;
	font-size: 70%;
}


main ol{
	display: block;
	margin: 0 auto 30px;
}
main ol>li{
	display: block;
	margin: 0 auto 10px;
	margin-left: 1em;
	text-indent: -1em;
	font-size: 140%;
	line-height: 160%;
}
main ol>li:before{
	content: '・';
	font-size: 100%;
}
main ol>li.pc:before{
	content: none;
}
main ol.cap>li{
	color: #009de4;
}



main p.cap,
main span.cap,
main strong.cap{
	color: #009de4;
}
main p.ttl05{
	margin: 0 auto 15px;
	border-bottom: 1px solid #009de4;
	font-weight: bold;
	padding: 0 0 5px;
	font-size: 160%;
}
main p.img{
	line-height: 0;
	margin: 0 auto 20px;
}

main .txl{
	text-align: left !important;
}
main .txc{
	text-align: center !important;
}
main .txr{
	text-align: right !important;
}



main table{
	width: 100%;
}
main table.fixed{
	table-layout: fixed;
}
main table.table3{
	background: #eee !important;
}
main table .top{
	background: #999 !important;
	color: #fff !important;
}
main table .ttl{
	background: #EEE !important;
}
main table th,
main table td{
	font-size: 120% !important;
	color: #333;
	line-height: 140%;
	padding: 8px;
	border: 1px solid #ccc;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
}
main table td>span{
	font-size: 100%;
}
main table tr th{
	background: #E8E8E8;
	font-weight: bold;
}
main table .top th,
main table .top td{
	color: #fff;
}
main sup{
	vertical-align: top;
	position: relative;
	top: -0.3em;
	font-size: 80%;
}


@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	main{
		width: 100%;
		float: none;
		padding: 0 15px 60px;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	main p.txc{
		text-align: left !important;
	}
	main .txr{
		text-align: left !important;
	}
	
	
	
	main table{
		display: block;
		overflow: auto;
	}
	main table tbody{
		width: 100%;
		display: table;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}