﻿@charset "Shift-JIS";

/* グリッドガイド */

.boxH	{
	background-color: #gaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: center;
	line-height: 36px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	font-size: 24px;
	}


.boxF	{
	background-color: #gaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: center;
	line-height: 20px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	font-size: 16px;
	}

.boxS	{
	background-color: #gaa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: center;
	line-height: 70px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	font-size: 12px;
/*	max-width: 1140px;*/
	margin-left: auto;
	margin-right: auto;
	}

.box1	{
	color: #000000;
	background-color: #faa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: left;
	line-height: 16px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	font-size: 12px;
/*	max-width: 1140px;*/
	margin-left: auto;
	margin-right: auto;
	}

.box2	{
	border: solid 4px #faa;
	color: #000000;
	background-color: #fee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: left;
	line-height: 16px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 12px;
/*	max-width: 1140px;
	margin-left: auto;
	margin-right: auto;
	overflow-wrap: anywhere;
	word-wrap: anywhere;
	white-space: nowrap;*/

	}

.box3	{
	color: #000000;
	background-color: #faa;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: left;
	line-height: 16px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-weight: bold;
	font-size: 12px;
/*	max-width: 1140px;*/
	margin-left: auto;
	margin-right: auto;
	}

.box4	{
	border: solid 4px #faa;
	color: #000000;
	background-color: #fee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	text-align: center;
	line-height: 15px;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	font-size: 12px;
/*	max-width: 1140px;*/
	margin-left: auto;
	margin-right: auto;
	}


