@charset "UTF-8"
/* CSS Document */
body {
	font-family: "メイリオ,sans-serif";
}
@media all and (min-width: 768px){
	#wrapper {
		width: 960px;
		margin: 40px auto;
		padding: 40px 80px;
	}

	/* リンク　*/
	ul {
		font-size: 0;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	li {
		display: inline-block;
		font-size: 15px;
		width: 25%;
	}  

	/*　メイン　*/
	h1 {
		padding: 10px;
		font-family: MS Mincho;
		font-size: 200%;
	}

	table {
		margin: 20px;
	}

	caption {
		padding: 10px;
		font-family: Meiryo;
		font-size: 130%;
	}


	tr {
		width: 100%;
	}

	th {
		border-bottom: solid 3px;
		padding:15px;
		text-align: center;
		color: #444;
	}

	td {
		border-bottom: solid 1px;
		padding:25px;
		text-align: center;
		line-height: 20px;
	}

	#hijokin {
		margin-top: 50px;
		margin-bottom: 100px;
	}


	/*　お問合せボタン　*/
	#contact {
		width: 100%
		padding: 10px 0;
		position: fixed;
		right: 0;
		bottom: 0;
		background-color: #f0f8ff;
	}

	dt {
		font-weight: bold;
		font-size: 130%;
		padding: 5px;
		margin-top: 10px;
		text-align: center;
	}

	dd {
		display: inline-block;
		border: solid 5px;
		border-color: #66cdaa;
		border-radius: 10px;
		padding: 10px;
		margin: 18px;
		font-size: 120%;
		font-weight: bold;
		background-color: #98fb98;
	}
}
@media all and (min-width: 0px) and (max-width: 768px){
	#wrapper {
		width: calc(100% - 30px);
		padding: 20px 15px 100px;
	}

	/* リンク　*/
	ul {
		font-size: 0;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	li {
		display: inline-block;
		font-size: 12px;
		margin-left: 10px;
	}
	li:first-child {
		margin-left: 0;
	}

	/*　メイン　*/
	h1 {
		padding: 10px;
		font-family: MS Mincho;
		font-size: 160%;
		text-align: center;
	}

	table {
		margin: 0px 0 20px;
	}

	caption {
		padding: 10px;
		font-family: Meiryo;
		font-size: 120%;
		line-height: 1.4;
	}


	tr {
		width: 100%;
	}

	th {
		border-bottom: solid 3px;
		padding:10px;
		text-align: center;
		color: #444;
		width: 50px;
		font-size: 12px;
	}

	td {
		border-bottom: solid 1px;
		padding:10px;
		text-align: left;
		line-height: 20px;
		font-size: 12px;
	}

	#hijokin {
		margin-top: 50px;
	}


	/*　お問合せボタン　*/
	#contact {
		width: 100%;
		padding: 5px 0 15px;
		position: fixed;
		right: 0;
		bottom: 0;
		background-color: #f0f8ff;
		text-align: center;
	}

	dt {
		font-weight: bold;
		font-size: 110%;
		text-align: center;
		margin-top: 10px;
	}

	dd {
		display: inline-block;
		border: solid 5px;
		border-color: #66cdaa;
		border-radius: 10px;
		padding: 5px;
		font-size: 120%;
		font-weight: bold;
		background-color: #98fb98;
		margin-top: 10px;
	}
}
