@charset "utf-8";

/* links2.css for links.html 差分(641-960px) */
/* お役立ちリンク---------------------------------*/
/* main contents area (1paine)---------------------*/
#contents {
	width: calc(100% - 20px);
	margin: 0 0;
	padding: 10px 10px 0 10px;
}

#contents h1 {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 3px;

	background-size: 100% 100%;
	font-size: 1.6em;
}

#contents h1 img {
	width: auto;
	height: 20px;
	margin-bottom: 2px;
}

#contents ol {
}

#contents ol li {
	margin-left: 5em;
	line-height: 1.75em;
	list-style-type: decimal;
	font-size: 1.1em;
}

#contents p {
	width: calc(100% - 20px);
	margin: 10px auto;
	padding: 0 0;
	line-height: 1.5em;
	font-size: 1.1em;
}

#contents p img {
	width: 100%;
}



/* 一覧表 */
#contents #cntnt1 {
	width: calc(100% - 40px);
	margin: 0 0;
	padding: 20px 10px;
	text-align: left;
	font-size: 1.0em;
	color: #000;
}

#contents #cntnt1 ul {
	margin: 0 0 15px 10px;
}

#contents #cntnt1 ul li {
	display: block;
	float: left;
/*	height: 2.5em;*/
	line-height: 1.25em;
	list-style-type: none;
	border-bottom: solid 2px #808080;
}

#contents #cntnt1 ul li.m11t {
	width: calc(38% - 1px);
	border-top: solid 1px #000;
	border-bottom: none;
	border-right: solid 1px #808080;
}

#contents #cntnt1 ul li.m12t {
	width: calc(32% - 1px);
	border-top: solid 1px #000;
	border-bottom: none;
	border-right: solid 1px #808080;
}

#contents #cntnt1 ul li.m13t {
	width: calc(30% - 0px);
	border-top: solid 1px #000;
	border-bottom: none;
	border-right: none;
}

#contents #cntnt1 ul li.m14t {
	width: 100%;
	border-top: solid 1px #808080;
	text-align: center;
	border-bottom: solid 2px #000;
}

#contents #cntnt1 ul li.m11 {
	width: calc(38% - 0.5em - 1px);
	height: 2.5em;
	border-bottom: none;
	border-right: solid 1px #808080;
}

#contents #cntnt1 ul li.m12 {
	width: calc(32% - 0.5em - 1px);
	height: 2.5em;
	border-bottom: none;
	border-right: solid 1px #808080;
}

#contents #cntnt1 ul li.m13 {
	width: calc(30% - 0.5em - 0px);
	height: 2.5em;
	border-bottom: none;
	border-right: none;
}

#contents #cntnt1 ul li.m14 {
	width: calc(100% - 0.5em);
	height: 2.5em;
	border-top: solid 1px #808080;
	border-bottom: solid 2px #000;
}
