@charset "UTF-8";

.comment{
	width: 98%;
	font-size: 0.9em;
	line-height: 1.5;
	margin: 0.5em auto;
	padding: 0;
	}

.syubetu_menu{
 margin: 0.3em auto 0.5em;
 padding: 0;
}

.syubetu_menu li{
 font-size: 1.1em;
 font-weight: 600;
 letter-spacing: 0.05em;
 list-style: none;
 float:none;
 display: block;
background: #1aaadf;
 border: 2px  solid #042762; 
 border-radius: 6px;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #fff;
 text-align: center;
 width: 300px;
 line-height: 1.5em;
 margin: 0.3em 0;
 }
 
.syubetu_menu li a{
 color: #fff;
 display: block;
 text-decoration: none;
 padding: 0.5em 0;
 }



/*スマートフォンタイプ（480px以下）*/
 @media only screen and (max-width: 480px) {
 
.syubetu_menu{
 margin: 0.3em auto 0.5em;
 padding: 0;
}

.syubetu_menu li{
 font-size: 1.1em;
 font-weight: 600;
 letter-spacing: 0.05em;
 list-style: none;
 float:none;
 display: block;
background: #1aaadf;
 border: 2px  solid #042762; 
 border-radius: 6px;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 color: #fff;
 text-align: center;
 width: 100%;
 line-height: 1.5em;
 margin: 0.3em auto;
 }
 
.syubetu_menu li a{
 color: #fff;
 display: block;
 text-decoration: none;
 padding: 0.5em 0;
 }
 
 


}

/*タブレットタイプ*/
@media only screen and  (min-width: 481px) and (max-width: 768px) {


}