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


#frame_simple{
	width: 100%;
	border-top-left-radius: 20px 20px;
	border-top-right-radius: 20px 20px;
	background-color: #FFF;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	box-shadow: 5px 5px 10px #999999;
	border: 1px solid #898989;
}
header {
	 border-bottom: 4px solid rgba(23,91,157,1.00);
}
header a img {
    padding-top: 1em;
    padding-left: 1em;
    padding-bottom: 1em;
   
}


#contents {
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 30px;
    padding-left: 10px;
    margin: 0px;
}

#contents h1 {
    font-size: 1.5em;
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-family: Osaka-mono, "MS Gothic", monospace;
}

#contents h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 1.5em;
	margin-bottom: 1em;
	color: #175B9D;
}
#contents h3 {
	margin-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 15px;
	padding-left: 7px;
	border-left: 5px solid #575757;
}
#contents ol {
    list-style-type: none;
    padding-left: 2em;
}
#contents ol li {
    padding-bottom: 5px;
    list-style-type: decimal;
    font-size: 0.9em;}
p {
    font-size: 0.9em;
    margin-left: 0px;
}
ul {
    padding-left: 25px;
    list-style-type: circle;
}
ul li {
    list-style-type: disc;
    margin-bottom: 1em;
    font-size: 0.9em;
    line-height: 130%;
    color: rgba(58,58,58,1.00);
}
#contents dl dt {
    margin-bottom: 1em;
}
#contents dl dd {
    color: rgba(60,60,60,1.00);
    line-height: 130%;
    font-size: 0.9em;
    margin-bottom: 1em;
}
#contents .close {
    text-align: center;
    margin-top: 2em;
}



footer {
	color: #FFF;
	background-color: #555;
	clear: both;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
}


footer p {
	color: #FFF;
	font-size: 1em;
	text-align: center;
}
footer a {
	color: #FFF;
	font-size: 13px;
	text-align: left;
	text-decoration: none;
}

footer a:hover {
	color: #FFF;
	text-decoration: underline;
}



footer a #email {
	vertical-align: middle;
}
footer img {
	vertical-align: middle;
}
#frame_simple header .margin {
    margin-top: 1em;
    margin-bottom: 1em;
}
.about_us {
	width: 100%;
}
.about_us tbody tr {
	margin-bottom: 1em;
}
#contents .about_us tr {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
tbody tr th {
	width: 30%;
	text-align: left;
	margin-right: 1em;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E9E9E9;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
tbody tr td {
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: 12px;
	line-height: 150%;
}
.about_us {
	border-collapse: collapse
}
.about_us, th, td {
  border: solid 1px black;
  /*実線 1px 黒*/
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
 タブレット向け以上：769px～960px
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/
@media only screen and (min-width: 769px) {
	
	#frame_simple {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
	}
header img {
    margin-left: 2em;
    margin-bottom: auto;
    margin-top: auto;
}
#contents  {
    padding-left: 2em;
    padding-right: 2em;
}
#contents h1 {
    margin-top: 1.5em;
    margin-bottom: 1em;
    color: #4F4F4F;
    font-family: Osaka-mono, "MS Gothic", monospace;
    font-weight: normal;
}
.about_us tbody tr {
	margin-bottom: 1em;
}
#contents .about_us tr {
	padding-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
tbody tr th {
	width: 10em;
	text-align: left;
	margin-right: 1em;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E9E9E9;
	padding-left: 5px;
	padding-right: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
tbody tr td {
	padding-left: 10px;
	padding-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: 12px;
	line-height: 150%;
}
.about_us {
	border-collapse: collapse
}
.about_us, th, td {
  border: solid 1px black;
  /*実線 1px 黒*/
}
   
	
}
