.content{
	width:50%;
	margin:0 auto;
	color:#888;
	font-weight:bold;
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif

}
body{

}
/* iphone 4,5 */
@media screen and (min-width: 320px) and (max-width: 374px) {
   .content{
   	width:100%!important;
   	font-size:10px;
   	h2{
   		font-size:12px;
   	}
   }
}
/* iPhone6 */
@media screen and (min-width: 375px) and (max-width: 413px) {
    .content{
   	width:100%!important;
   	font-size:10px;
   	h2{
   		font-size:12px;
   	}
   }
}

/* iPhone6 Plus */
@media screen and (min-width: 413px) and (max-width: 500px) {
     .content{
   	width:100%!important;
   	font-size:10px;
   	h2{
   		font-size:12px;
   	}
   }
}/* CSS Document */

