@media
only screen and (max-width : 768px){
	
body{
  -webkit-text-size-adjust : none;
}

html{
	overflow-y: scroll;
	overflow-x: hidden;
}

html,body{
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/*textarea,input{ max-width: 95%; }*/

input[type="submit"],input[type="image"],
input[type="reset"],input[type="button"],
input[type="file"]{ max-width: none; }

●画像サイズの調整*/
img {
	height: auto;
	max-width: 100%;
}

.single .authorbox .author-newpost li, .related-box li {
    height: 240px;
    overflow: hidden;
}















	
	
	
	
	
	
	
	
}