@charset "utf-8";
/* CSS Document */


/*内容*/

div#yoyaku-rule {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 80px;
	text-align: left;
	font-size: 12px;
	color: #333;
	line-height: 2em;
	letter-spacing: 0.15em;
	font-family: 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
hr {
	border-top: 2px dotted #eee;
	width: 80%;
	margin: 70px 10% 50px;
}
div#yoyaku-rule #top {
	width: 480px;
	margin: 0 auto;
}
div#yoyaku-rule #target {
	width: 460px;
	margin: 0 auto;
}
div#yoyaku-rule #att {
	width: 520px;
	margin: 0 auto;
}
div#yoyaku-rule #att ul{
	list-style:none;
	background-color:rgba(217,217,217,.75);
	width:80%;
	padding:40px 10% 35px;
	margin-top:20px;
}
div#yoyaku-rule #att ul li{
	padding:5px 0% 5px;
}



/*テーブル*/

div#yoyaku-rule table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 auto;
}
div#yoyaku-rule th,td {
	margin: 0;
	padding: 0;
}
div#yoyaku-rule table img {
	vertical-align: top;
}



div#yoyaku-rule #rule table {
	cellspacing: 0;
	cellpadding: 0;
	width: 80%;
	align: center;
	border: 1px solid #ccc;
	margin: 50px auto;
}

div#yoyaku-rule #rule th {
	border: 1px solid #ccc;
	line-height: 2.0em;
	letter-spacing: 0.2em;
	text-align: center;
	font-size: 13px;
	font-weight: normal;
	padding: 26px 26px;
}


div#yoyaku-rule #rule td {
	border: 1px solid #ccc;
	text-align: left;
	font-size: 11px;
	letter-spacing: 0.2em;
	padding: 18px 100px 18px 20px;
	line-height: 2.0em;
}




/*フォント*/
div#yoyaku-rule .fo5 {
	color: #C00;
	text-decoration: underline;
}
div#yoyaku-rule #att ul li.fo8{
	padding:12px 0% 8px;
}






/*閉じるボタン*/

<script>
function sample() {
window.close();
}
</script>


.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  padding: 5px;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 15px;
}
.button:hover {
  background-color: #59b1eb;
}


div#yoyaku-rule .bo1 {
	text-align: center;
}




/*レスポンシブ*/


@media screen and (max-width: 736px) {
	
div#yoyaku-rule #rule table {
	width: 95%;
}


div#yoyaku-rule #rule th {
	border:none;
	background-color: eee;
	letter-spacing: 0.1em;
	font-size: 11px;
	padding: 16px auto;
	display: block;
    text-align: center;
}

div#yoyaku-rule #rule th br{
	display: none;


}


div#yoyaku-rule #rule td {
	border:none;
	font-size: 10px;
    line-height: 2.0em;
	letter-spacing: 0.1em;
	padding: 20px 20px;
	display: block;
    text-align: left;
}



}




