@charset "utf-8";/* CSS Document */#contents article h2 {	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	width: 617px;	background-color: #f5f5f5;	padding: 10px;	border-left: solid 3px #cc9966;	border-bottom: solid 3px #dcdcdc;}#contents article h3 {	color: #FC0D1B;	border-bottom: dotted 3px #ebb899;}#contents article h4 {	border-bottom: solid 1px #ebb899;}article p img {	text-align: center;	margin: 0 auto;	display:block;}article ul li,article ol li {	margin-left: 25px;	margin-bottom: 7px;}#contents article table {	line-height: 1.5;	margin-bottom: 25px;}#contents article table,#contents article table tr,#contents article table td {	border: solid 1px #cccccc;	padding: 5px;}#contents article table ul,#contents article table ol {	margin-bottom: 0px;}#contents article blockquote {	margin-left: 0px 40px 25px;	padding: 15px 10px 5px;	background-color: #fafae1;	}/******************************★ Media Queries スマフォ表示の設定(599px以下で読み込むcss)******************************************************************************************************************************/@media screen and (max-width: 599px) {	#contents article h2 {	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	width: 100%;	background-color: #f5f5f5;	font-size: 20px;	padding: 10px;	border-left: solid 3px #cc9966;	border-bottom: solid 3px #dcdcdc;}}