﻿@charset "utf-8";
@import url("/css/style.css");
/* CSS Document */
body	{-ms-grid-rows: auto auto auto}
body	{grid-template-rows: auto auto auto}
/* 本文欄全体の設定 */
.list	{-ms-grid-column: 2;
	-ms-grid-row: 2}
.list	{grid-column-start: 2;
	grid-row-start: 2;}
.bot	{-ms-grid-row: 3}