/* ドキュメント全体
======================================================= */
BODY	{					/* ドキュメント全体 */
	font-family:"メイリオ",Meiryo,sans-serif,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN";	/* フォントファミリー：ゴシック系 */
	font-style:normal;			/* フォントスタイル：標準 */
	font-weight:normal;			/* 文字太さ：標準 */
	text-align:left;			/* 文字揃え */
	line-height:165%;			/* 行幅 */
	text-indent:0pt;			/* インデント：0pt */
	margin:auto;				/* マージン一括指定：全体を中心に */
	}





/* TOP_インフォメーション
======================================================= */
.top_info	{
	width:100%;				/* 表示の横幅 */
	height:100%;				/* 表示の縦幅 */
	background-color:#ffffff;		/* 背景色 */
	line-height:150%;			/* 行幅 */
	padding:15px 15px;			/* パディング：天地15、左右15 */
	}
	
.medatsu	{
	color:red;
	font-waight:bold;
	font-size:80%;
	}
	
.uchikeshi	 {
	text-decoration: line-through;
	}

/*PCで無効*/
.pc_none{
    display: none;
}

/*スマートフォンで無効*/
@media screen and (max-width:768px) {
    .sp_none{
        display: none;
    }