/*
==========================================================
マイクロシャフト
==========================================================
*/

@media print, screen and (min-width: 641px) { 

#contents h3 {
	font-size: 18px;
	color: #000;
	background-color: #eee;
	text-align: left;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: both;
}

.contentsmenu {
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	padding: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	border-collapse:collapse;
	margin-bottom: 40px;
}
.contentsmenu li a {
	padding: 1%;
	float: left;
	width: 46%;
	text-align: center;
	border: 1px solid #CCC;
	display: table-cell;
	color: #000;
	text-decoration: none;
}
.contentsmenu li a:hover {
	background-color: #707087;
	color: #FFF;
}
.contentsmenu li a.active {
	background-color: #707087;
	color: #FFF;
}

#contents .inner .leed {
	font-size: 18px;
	font-weight: bold;
	color: #D4686D;
	text-align: center;
	margin-bottom: 20px;
}
h3 span {
	font-weight: normal;
	margin-left: 40px;
	font-size: 15px;
}
#contents .box .left {
	width: 50%;
	border-collapse:collapse;
}
#contents .box .left tr th {
	padding: 8px;
	border: 1px solid #CCC;
	width: 50%;
	background-color: #F7F7F7;
}
#contents .box .left tr .head {
	background-color: #EEE;
}
#contents .box .left tr td {
	text-align: center;
	padding: 8px;
	border: 1px solid #CCC;
}
#contents .box .right ul {
	margin-bottom: 30px;
	list-style-type: disc;
}
#contents .box .right dl dd .case {
	width: 100%;
	border-collapse:collapse;
}
#contents .box .right dl dd .case tr td {
	padding: 8px;
	border: 1px solid #CCC;
}
h4 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	text-indent: 15px;
	margin-bottom: 20px;
}
#contents .box .a1 {
	border-collapse:collapse;
	width: 100%;
}
#contents .box .a1 tr th {
	background-color: #EEE;
	width: 50%;
}
.a1 th,.a1 td {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: center;
}
#contents .p1 li {
	margin-bottom: 5px;
}
#contents .box .a1 tr td img {
	margin-left: 20px;
}
#contents .box .a1 tr td p {
	display: list-item;
}
.a1 tr .head {
	width: 100%;
}
#contents .box .ph {
	float: left;
	width: 30%;
	text-align: center;
}
}

@media screen and (max-width: 640px) { 

#contents h3 {
	font-size: 18px;
	color: #000;
	background-color: #eee;
	text-align: left;
	text-indent: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	clear: both;
	line-height: 1.5em;
}
.box p,section p {
	text-align: left;
}


#contents .contentsmenu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: table;
	table-layout: fixed;
	border-collapse: collapse;
	padding: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
	border-collapse:collapse;
	margin-bottom: 20px;
}
#contents .contentsmenu li a {
	padding: 1%;
	float: left;
	width: 50%;
	text-align: center;
	border: 1px solid #CCC;
	display: table-cell;
	color: #000;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.5em;
	height: 50px;
	box-sizing: border-box;
}
#contents .contentsmenu li a.pdd {
	line-height: 36px!important;
}

.contentsmenu li a:hover {
	background-color: #707087;
	color: #FFF;
}
.contentsmenu li a.active {
	background-color: #707087;
color: #FFF!important;
}

#contents .inner .leed {
	font-size: 17px;
	font-weight: bold;
	color: #D4686D;
	text-align: center;
	margin-bottom: 20px;
}
h3 span {
	font-weight: normal;
	margin-left: 40px;
	font-size: 15px;
}
#contents .box .left {
	width: 50%;
	border-collapse:collapse;
}
#contents .box .left tr th {
	padding: 8px;
	border: 1px solid #CCC;
	width: 50%;
	background-color: #F7F7F7;
}
#contents .box .left tr .head {
	background-color: #EEE;
}
#contents .box .left tr td {
	text-align: center;
	padding: 8px;
	border: 1px solid #CCC;
}
#contents .box .right ul {
	margin-bottom: 30px;
	list-style-type: disc;
}
#contents .box .right dl dd .case {
	width: 100%;
	border-collapse:collapse;
}
#contents .box .right dl dd .case tr td {
	padding: 8px;
	border: 1px solid #CCC;
}
h4 {
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #000;
	text-indent: 15px;
	margin-bottom: 20px;
}
#contents .box .a1 {
	border-collapse:collapse;
	width: 100%;
}
#contents .box .a1 tr th {
	background-color: #EEE;
	width: 50%;
}
.a1 th,.a1 td {
	border: 1px solid #CCC;
	padding: 8px;
	text-align: center;
}
#contents .p1 li {
	margin-bottom: 5px;
}
#contents .box .a1 tr td img {
	width: 90%;
}
#contents .box .a1 tr td p {
	display: list-item;
}
.a1 tr .head {
	width: 100%;
}
#contents .box .ph {
	float: left;
	width: 30%;
	text-align: center;
	margin-right: 10px;
}
}


 @media print {
.sphd {
	display: block;
}
.pchd {
	display: block;
}
.no_print{
        display: none;
    }
}
