﻿@charset "utf-8";


/* Article */

h1.title,.info,.contain,.author,.read{max-width:680px;}
h1.title{padding:.1rem .1rem 0;font-size:.2rem;color:#333;line-height:.3rem;font-weight:normal;text-align:left;}
.contain{margin:0 .1rem;text-align: left;}
.contain p{margin:0 0 .1rem;font-size:.16rem;line-height:.24rem;word-wrap:break-word;word-break:break-all;}
.contain img{max-width:100%;height:auto;margin:5px auto;}
.reg {line-height:.26rem;margin-top: .1rem;}
.reg strong {display:block;line-height:.3rem;font-weight: normal;}

@media screen and (min-width: 681px){
	h1.title,.contain{margin:0 auto;}
}
