@charset "utf-8";
.side_menu{
	text-align: left;
}
.side_menu li{
	/*margin-bottom: 0.5em;*/
	line-height: 120%;
	border-bottom: solid 1px #5edacc;
	padding: 5px 0 0;
}

.side_menu li:nth-child(1){
	/*border-top: solid 1px #2155AB;*/
	border-top: solid 1px #5edacc;
}
.side_menu .arrow {
	display: block;
	margin-top: 0.5em;
	padding: 5px 20px 5px;
	background: url(../images/arrow.png) no-repeat center right;
	border-top: dotted 1px #DBDBEA;
	text-align: right;
}

.side_menu li a:focus .arrow,
.side_menu li a:active .arrow,
.side_menu li a:hover .arrow{
	border-top: dotted 1px #5edacc;
}

#siteHeader .side_menu li a:focus,
#siteHeader .side_menu li a:active,
#siteHeader .side_menu li a:hover{
	color: #5edacc;
}
#content .subtitle{
	font-size:87%;	
}

/* for smartphone */
@media screen and (max-width: 767px) {
.side_menu{
	margin: 4em 1em 1em;
	font-size: 87%;
}
.side_menu li{
	padding: 5px;
	background: url(../images/arrow.png) no-repeat center right;
}
.side_menu br{
	display: none;	
}
.side_menu .arrow{
	display: inline-block;
	margin-top: 0;
	padding: 0 20px;
	color: #999;
	font-size: 87%;
	border-top: none;
	background: none;	
}
.side_menu li a:focus .arrow,
.side_menu li a:active .arrow,
.side_menu li a:hover .arrow{
	border-top: none;
}
	
	}
/* for smartphone and tablet */
@media screen and (min-width: 480px) and (max-width: 767px) {
	.side_menu{
	margin: 0 1em 1em;
	clear:both;
	font-size: 87%;
}
}
@media screen and (min-width: 768px){
.side_menu{
	margin: 5em 1em auto 2em;
}
}
#content{
	padding-right:1em;
}

#content h1{
	display: block;
	/*margin-bottom: 1em;*/
	padding: 1.2em 1em 1.7em;
	border-bottom: solid #000033 1px;
	box-shadow: 0 1px #000033, 0 2px #ffffff, 0 7px #000033;
	font-weight: bold;
}
#content h2{
	display: block;
	margin: 1.5em 1em 0;
	padding: 0.5em 0.5em 0.5em;
	border-left: solid #5edacc 4px;
		
}
#content h3{
	display: block;
	margin: 0.5em 0.8em 0;
	padding: 0 1em 0;
	font-weight: normal;
	color:#177974;
}

#media-index #content table{
	width:95%;
	margin: 1em auto;
	border-top: dotted #ccc 1px;
}

#media-index #content table tr{
	border-bottom: dotted #ccc 1px;
}

#media-index #content table td:nth-child(3n+1){
    width: 20%;
	paddign-right: 2em;
    white-space:nowrap;
}
#media-index #content table td:nth-child(3n+2){
    width: 57%;
}
#media-index #content table td:nth-child(3n+3){
    width: 23%;
	white-space: nowrap;
}

#media-index #content table td{
	padding: 1em 0.5em;	
	vertical-align:text-top;
}

#media-index #content table td a {
    /*text-decoration: underline;*/
	border-bottom: dotted #00559B 1px;
	padding-right: 13px;
	background:#F0F7F8 url(../images/arrow2.png) right center no-repeat;
	color: #00559B;
 }

#media-index #content table td a:focus {
    border-bottom: dotted #5ED9CC 1px;
}

#media-index #content table td a:active,
#media-index #content table td a:hover {
    border-bottom: dotted #5ED9CC 1px;
}

#media-index #content table td a:visited {
    border-bottom: dotted #5ED9CC 1px;
}	

@media screen and (max-width: 767px) {
body{font-size: 16px;}
h1, h2, h3, h4, h5 {font-size: 100%;}
p {font-size: 100%;}
th, td, li {font-size: 100%;}
.left,
.right{
	clear:both;	
}
#content{
	padding:0 0.5em;
}
#content h1{
	padding: 1.2em 0.2em 1.7em;
}
#media-index #content table{
	width:100%;
	margin:0;
}
#media-index #content table tr{
	width:100%;
}
#media-index #content table td{
	display: block;
	width:100%;
	vertical-align: text-top;
    box-sizing: border-box;
}
#media-index #content table td a{
    width:98%;
}
#media-index #content table td:nth-child(3n+1){
    width: 100%;
	padding: 0.3em 0 0;
}
#media-index #content table td:nth-child(3n+2){
    width: 100%;
	padding: 0.3em 0;
}
#media-index #content table td:nth-child(3n+3){
    width: 100%;
	padding-top:0;
	padding-left: 0;
}
#media-index #content table td br{
    display: none;
}
}
