@charset "utf-8";
	@media screen and (max-width: 480px){
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

#contents {
	width: 100%; 
	background:#ffffff;
	margin: 0 auto 70px; 
	border: 1px solid #000000;	
}

#title {
	padding:0;
	margin-top:30px;
}
#title h1 {	
	color:#222222;
	line-height:2;
	font-size:28px;
}


#honbun {
	background-color:#fff;
	margin:20px 10px 60px;
	text-align:left;
	color:#222222;
	line-height:1.5;
	font-size:14px;
	
}
#end_table {
	background-color:#fff;
	position:relative;
	height:20px;
	margin:0;
	text-align:center;
	color:#222222;
	background:#ff7800;
	
}
.modoru {
	display:inline-block;
		list-style:none;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	width:60px;
	height:60px;
    color: #000;
		border-radius:60px 60px 0 0;
	-moz-border-radius:60px 60px 0 0;
     -webkit-border-radius:60px 60px 0 0;
	 -o-border-radius:60px 60px 0 0;
	-ms-border-radius:60px 60px 0 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #f3ce00));
background: -webkit-linear-gradient(#f3ce00, #ff7800);
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);
	
}
.modoru1 {
	display:inline-block;
		list-style:none;
	position:absolute;
	bottom:0;
	left:42%;
	margin:0;
	width:60px;
	height:60px;
    color: #000;
		border-radius:60px 60px 0 0;
	-moz-border-radius:60px 60px 0 0;
     -webkit-border-radius:60px 60px 0 0;
	 -o-border-radius:60px 60px 0 0;
	-ms-border-radius:60px 60px 0 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #f3ce00));
background: -webkit-linear-gradient(#f3ce00, #ff7800);
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);
	
}
.modoru2{
	display:inline-block;
		list-style:none;
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
	width:60px;
	height:60px;
    color: #000;
		border-radius:60px 60px 0 0;
	-moz-border-radius:60px 60px 0 0;
     -webkit-border-radius:60px 60px 0 0;
	 -o-border-radius:60px 60px 0 0;
	-ms-border-radius:60px 60px 0 0;
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #ff7800), color-stop(0.00, #f3ce00));
background: -webkit-linear-gradient(#f3ce00, #ff7800);
background: -moz-linear-gradient(#f3ce00, #ff7800);
background: -o-linear-gradient(#f3ce00, #ff7800);
background: -ms-linear-gradient(#f3ce00, #ff7800);
background: linear-gradient(#f3ce00, #ff7800);

	
}

.btn_moji{
	font-size:15px;
	text-shadow: #fff 0px 1px 1px;
	margin:20px 0 15px;
	}
	
a .modoru:hover,a .modoru1:hover,a .modoru2:hover
{
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f3ce00), color-stop(0.00, #f3ce00#ff7800));
background: -webkit-linear-gradient(#ff7800, #f3ce00);
background: -moz-linear-gradient(#ff7800, #f3ce00);
background: -o-linear-gradient(#ff7800, #f3ce00);
background: -ms-linear-gradient(#ff7800, #f3ce00);
background: linear-gradient(#ff7800, #f3ce00);

	}

	}