@charset "utf-8";
/* CSS Document */

/*  ----------------------　全体設定　------------------------- */

/*  ----------------------
　　　　大枠設定
------------------------- */
.contents {
	margin-top: 20px;
	margin-bottom: 30px;
}
/*  ----------------------
　　　　DIV設定
------------------------- */
.toiawase {
	text-align: center;
}
.toiawase img {
	width: 100%;
	max-width: 270px;
	margin-bottom: 5%;
}
.backnumber {
	width: 100%;
	padding-top: 30px;
	padding-bottom: 10px;
}
/* 画像関連 */
.boxA-a img {
	width: 100%;
	margin: 5px 0;
}
.boxA-b img {
	width: 100%;
}
.backnumber img {
	width: 100%;
}
.system img {
	width: 100%;
}
.boxA-c, .boxA-d img {
	width: 100%;
	margin-bottom: 5px;
}
.boxA-c, .boxA-d p {
	padding-bottom: 10px;
}
/*  見出し設定 */
h2 {
	font-size: 18px;
	color: #91B91E;
}
section h3 {
	font-size: 16px;
	color: #91B91E;
	font-weight : normal;
	margin-top: 15px;
	margin-bottom: 5px;
}
/*  テーブル設定 */
.system table {
	width: 100%;
	margin-top: 2%;
	background-color: #fff;
	vertical-align: top;
	font-size: 92%;
}
.system td {
	border: 2px #fff solid;
	padding: 5px;
}
.system th {
	border: 2px #fff solid;
	padding: 5px;
	vertical-align: top;
	background-color: #91B91E;
	color: #fff;
}
.system-iro {
	background-color: #eef5dd;
}
.system-20 {
	width: 20%;
}
.system-15 {
	width: 15%;
}
.system-425 {
	width: 42.5%;
}
.system-f01 {
	color: #91B91E;
}
.textR {
	margin-top: 3px;
	text-align: right;
}

/*  -----------　画面サイズ 374px 以下　 -------------- */
/* max-width: ブラウザ幅が 指定した 374px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 374px) {
.system table {
	font-size: 86%;
}
}

/*  -----------　画面サイズ 599px 以下　 -------------- */
/* max-width: ブラウザ幅が 指定した 599px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 599px) {
.box1-b {
	font-size: 86%
}
.box2-b {
	font-size: 86%
}
.boxA-b img {
	margin-top: 5px;
}
}

/*  -----------　画面サイズ 600px 以上　 -------------- */
/*  min-width ブラウザ幅が指定した 600px よりも大きい時に適用される。*/
@media screen and (min-width: 600px) {
.noneSP {
	display: none
}
/* box1-aとbox2-aとbox3-aを横に並べる */
.boxA-a:after {
	content: "";
	display: block;
	clear: both
}
.box1-a {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.box2-a {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.box3-a {
	float: left;
	width: 30%;
}
/* box1-cとbox2-cを横に並べる */
.boxA-c:after {
	content: "";
	display: block;
	clear: both
}
.box1-c {
	float: left;
	width: 18%;
	margin-right: 2%;
}
.box2-c {
	float: right;
	width: 80%;
}
/* box1-dとbox2-dを横に並べる */
.boxA-d:after {
	content: "";
	display: block;
	clear: both
}
.box1-d {
	float: left;
	width: 37%;
	margin-right: 3%;
}
.box2-d {
	float: right;
	width: 60%;
}
}

/*  -----------　画面サイズ 999px  以下　-------------- */
/* max-width: ブラウザ幅が 指定した 999px 以下の時にスタイルが適用される。 */
@media screen and (max-width: 999px) {
.noneTB {
	display: none
}
}

/*  -----------　画面サイズ 1000px 以上　 -------------- */
/*  min-width ブラウザ幅が指定した幅よりも大きい時に適用される。*/
@media screen and (min-width: 1000px) {
.noneFT {
	display: none
}
}
