/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
	background: url(/kankyo-esd/images/body_bg.jpg);
}

.layout {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
}

/* ==== Backgraund === */
#wrap01 {
	background: url(/kankyo-esd/images/wrap_bg01.png) repeat-x;
}
#wrap02 {
	background: url(/kankyo-esd/images/wrap_bg02.png) repeat-x;
}
/* ==== Header === */
#hd {
	height: 100px;
	position: relative;
	background: url(/kankyo-esd/images/hd_bg.png) no-repeat;
}
/* ==== Navigation === */
#nav {
	height: 55px;
	background: url(/kankyo-esd/images/nav_bg.jpg) no-repeat;
}

#nav ul {}
#nav li {
	float: left;
}
#nav li#activity_sp {
	display: none;
}
#nav li a span {
	display: none;	
}
#nav a img.current {
	opacity: 0;
	filter: alpha(Opacity=0);
}

/* ==== Content === */
#con {}
#sidenav {
	width: 220px;
	background:#FFF;
	box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	
}
#sidenav ul {
	padding: 0px;
}
#sidenav li {
}
#sidenav li a {
	width: 185px;
	height: auto;
	padding: 12px 5px 5px 30px;
	display: block;
	text-decoration: none;
	background: url(/kankyo-esd/images/sidenav_icon.png) no-repeat 14px 16px;
	font-size: 12px;
	color: #555555;
	border-bottom:dotted 1px #CCC;
}

#sidenav li a:hover {
	background: url(/kankyo-esd/images/sidenav_icon.png) no-repeat 16px 16px;
	color: #111111;
	border-bottom:solid 1px #AAA;
}

#main {
	order: 2;
	width: 700px;
	padding:10px;
	margin-right:6px;
	margin-top:20px;
	background:#FFF;
	box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
}
/* ol,ul */
#main ol, #main ul {
	padding: 5px 0px 5px 25px;
}
#main ul {
	list-style-type: disc;
}
#main ol li, #main ul li {
	padding: 5px 0px;
}
/* table */
#main table {
	margin: 10px 0px;
}
#main table th, #main table td {
	padding: 5px;
}
/* img */
#main a img:hover {
	opacity: 0.5;
	filter: alpha(Opacity=50);
}
/* ==== Footer === */
#ft {
	margin-top:10px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	background: url(/kankyo-esd/images/ft_bg.jpg) repeat-x;
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 25px;
	left: 0px;
}
h2 {
	/*
	box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	*/
}
h2#title_sp {
	display: none;
}
h3 {
	font-size: 1.4em;
	font-weight:bold;
	padding: 0.3em 0 0.0em 1.4em;
	margin: 0.8em 0 0.4em 0;
	background: url(/kankyo-esd/images/h3_bg.jpg) left bottom no-repeat;
}
h4 {
	font-size: 1.1em;
	color:#12A79D;
	padding: 0.2em 0 0.0em 0;
	margin: 0.2em 0 0.1em 0;
}
h5 {
	font-size: 1.1em;
	margin: 10px 0px;
}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Index === */
#i_img {
	margin-bottom:20px;
}
#i_news {
	background:#FFF;
	height:480px;
	overflow: auto;
}
#i_news table {
}
#i_news table td {
	vertical-align: top;
	font-size: 0.8em;
	padding: 10px;
	border-bottom: 1px dotted #CCC;
}
#i_news table td.date {
	width: 120px;
}
#i_news div.icon {
	background: url(/kankyo-esd/images/common/news_icon.gif) 0 2px no-repeat;
	padding-left: 15px;
}

#side{
	order: 1;
	width:220px;
	margin: 20px 14px 0 0;
}

#i_contact{
	width:200px;
	padding:10px;
	background:#FFF;
	box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
}
#i_contact p {
	margin: 10px 0;
}
#i_bnr{
	margin-top:10px;
	width:200px;
	padding:10px;
	background:#FFF;
	box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 4px 4px 7px -2px;
}
#i_bnr ul li img {
	width: 100%;
	margin: 5px 0;
}
.pagetop_sp {
	display: none;
}

/*----Other----*/
#iframe_content iframe {
	width: 700px;
	height: 448px;
}
.program_point {
	font-size: 1.3em;
    margin: 0 0 0 30px;
}
.program_voice_text {
	font-size: 1.2em;
	margin: 10px 0 0 20px;
}
.program_voice_img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 20px;
    padding: 0!important;
}
.program_voice_img li {
	width: calc(100% / 2 - 20px);
	margin: 0 10px 10px;
	list-style: none;
}
.program_voice_img li img {
	width: 100%;
}
.program_staff_name {
    color: #00557f!important;
    font-weight: bold!important;
}
.program_staff_name span {
	display: block;
	font-size: 1.3em;
	color: #12A79D;
}
.program_staff_img {
	float: left;
	width: 180px;
	height: 270px;
	margin: 5px 0 0;
}
.program_staff_profile {
	width: 95%;
	
	margin: 5px 15px 10px!important;
}
.program_staff_profile th {
	width: 22%;
}

.teaching_list {
	width: 100%;
}

.activity_facebook {
	width: 500px;
	margin: 0 auto;
}


.teaching_box01,
.teaching_box02,
.teaching_box03{
	width: 100%;
}
.teaching_box01 tr th,
.teaching_box02 tr th,
.teaching_box03 tr th{
	text-align: center;
	color: #fff;
	border: 1px solid #ccc;
	width: 16%;
}
.teaching_box01 tr td,
.teaching_box02 tr td,
.teaching_box03 tr td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 5px!important;
}
.teaching_box01 tr td:last-child,
.teaching_box02 tr td:last-child,
.teaching_box03 tr td:last-child{
	text-align: center;
}

.teaching_box01 *{
	border-color: #2ab572!important;
}
.teaching_box02 *{
	border-color: #ef595b!important;
}
.teaching_box03 *{
	border-color: #5c88c5!important;
}
.teaching_box01 tr th{
	background-color: #2ab572!important;
}

.teaching_box02 tr th{
	background-color: #ef595b!important;
}

.teaching_box03 tr th{
	background-color: #5c88c5!important;
}