@charset "utf-8";

/* ======PC用の設定====== */
@media only screen and (min-width: 1025px) {
article {
	width: 100%;
}

article h2 {
	clear: both;
	background-image: linear-gradient(#f1f1f1 50%, #e5e5e5 50%, #e5e5e5);
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.normal section {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.normal section img {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.normal section img {
	box-sizing: border-box;	/*box-sizingプロパティはborder-boxと指定することで枠線と枠内の余白が横幅に含まれる*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.normal section ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 15px;
}
}

/* ======タブレット用の設定====== */
@media only screen and (min-width: 768px)  and (max-width: 1024px) {
article {
	width: 97%;
	padding-right: 1.5%;
	padding-bottom: 10px;
	padding-left: 1.5%;
}

article h2 {
	clear: both;
	background-image: linear-gradient(#f1f1f1 50%, #e5e5e5 50%, #e5e5e5);
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.normal section {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.normal section img {
	border: 1px solid #ccc;
	float: left;
	margin-right: 15px;
	height: auto;
	width: 50%;
}

.normal section img {
	box-sizing: border-box;	/*box-sizingプロパティはborder-boxと指定することで枠線と枠内の余白が横幅に含まれる*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.normal section ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 15px;
}
}

/* ======スマホ用の設定====== */
@media only screen and (max-width: 767px) {
article {
	width: 100%;
}

article h2 {
	clear: both;
	background-image: linear-gradient(#f1f1f1 50%, #e5e5e5 50%, #e5e5e5);
	padding: 10px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	display: block;
	text-decoration: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.normal section {
	clear: both;
	margin-bottom: 15px;
	overflow: hidden;
}

.normal section img {
	border: 1px solid #ccc;
	height: auto;
	width: 100%;
	margin-bottom: 15px;
}

.normal section img {
	box-sizing: border-box;	/*box-sizingプロパティはborder-boxと指定することで枠線と枠内の余白が横幅に含まれる*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.normal section ul {
	list-style-type: disc;
	list-style-position: inside;
	padding-bottom: 15px;
}
}
