/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Base === */

body {
}

.layout {

	max-width: 960px;

	margin: 0 auto;
	/*
	overflow: hidden;
	*/
}

/* ==== Backgraund === */

#wrap {

	background: url(../images/common/wrap_bg.jpg) top center;

	background-size: auto;

	background-attachment: fixed;

	box-shadow: inset 0 -8px 8px rgba(0,0,0,0.40);

	height: 300px;

}

/* ==== Header === */

#hd {

	height: 100px;

	position: relative;

}

/* ==== Navigation === */

#nav {

	position: absolute;

	right: -10px;

	bottom: 40px;

}

#nav ul {

}

#nav li {

	float: left;

	margin-left: 5px;

}

#nav li a {

	padding: 4px 6px;

	color: #fff;

	text-decoration: none;

	display: block;

	text-align: center;

	font-size: 15px;

	font-weight: normal;

	text-shadow : 1px 1px 1px rgba(0,0,0,0.9);

	background: #bb1111;

	border: 1px solid #fff;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

	border-radius: 0px;

}

#nav li a:hover {

	color: #bb1111;

	background: #fff;

	border: 1px solid #fff;

	border-radius: 20px;

	text-shadow : 1px 1px 1px rgba(255,255,255,0.8);

	box-shadow: inset 0 0 6px rgba(0,0,0,0.80);

}

.current {

	color: #bb1111!important;

	background: #fff!important;

	border: 1px solid #fff!important;

	border-radius: 20px!important;

	text-shadow : 1px 1px 1px rgba(255,255,255,0.8)!important;

	box-shadow: inset 0 0 6px rgba(0,0,0,0.80)!important;

}

#menu {

	display: none;

}

/* ==== Content === */

#con_bg {

	background: url(../images/common/con_bg.jpg) repeat-x top center;

}

#con {

}

#sidenav {

	width: 23%;

	max-width: 220px;

	float: left;

	margin-top: 20px;

}

#sidenav ul {

	padding: 0px;

}

#sidenav li {

}

#sidenav li a {

	width: 100%;

	box-sizing: border-box;

	height: auto;

	padding: 12px 5px 5px 23px;

	display: block;

	text-decoration: none;

	background: url(../images/common/sidenav_icon.png) no-repeat 6px 16px;

	font-size: 12px;

	color: #333333;

	border-bottom: dotted 1px #CCC;

}

#main {

	width: 75%;

	max-width: 720px;

	float: right;

	margin-top: 20px;

}

/* 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 img {

	max-width: 100%

}

#main a img {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

#main a img:hover, .shrink:focus, .shrink:active {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}

/* ==== Footer === */

#ft {

	margin-top: 20px;

	padding-top: 35px;

	padding-bottom: 35px;

	text-align: center;

	color: #fff;

	background: #bb1111;

}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

}

h1 {
	font-size: 40px;
	position: absolute;

	top: 25px;

	left: 0px;

	line-height: 1.0em;

}

h1 a {

	color: #fff!important;

	text-decoration: none;

	text-shadow: 2px 2px 2px rgba(0,0,0,0.80);

}

h1 span {

	display: block;

	font-size: 0.65em;



}

h2 {

	color: #bb1111;

	border-bottom: 3px double #bb1111;

	font-size: 34px;

	font-weight: normal;

	height: 80px;

	padding: 0.9em 0 0.0em 0.5em;

}


/*
h2 {

	color: white;

	border-bottom: 3px double white;

	background: #bb1111;

	font-size: 34px;

	font-weight: normal;

	height: 80px;

	padding: 0.7em 0 0.0em 0.5em;
}
*/
#sidenav h2 {

	color: #bb1111;

	border:none;

	border-bottom: 1px solid #bb1111;

	background: none;

	text-align: left;

	font-size: 16px;

	font-weight: bold;

	padding: 8px;

	height: 30px;

}

h3 {

	margin: 0.8em 0 0.4em 0;

	font-size: 1.3em;

	font-weight: bold;

	color: #fff;

	height: 40px;

	padding: 0.65em 0 0.0em 1.5em;

	background: url(../images/common/h3_bg.png) left center no-repeat;

}


h4 {

	font-size: 1.2em;

	font-weight: normal;

	padding: 0.0em 0 0.0em 0.4em;

	border-left: 5px double #bb1111;

	margin: 0.6em 0 0.4em 0;

}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Index === */

#i_img {

}

#i_img img {

	width: 100%;

}

#i_main {

	width: 75%;

	max-width: 720px;

	float: left;

	margin-top: 20px;

}

#i_news {

	height: 300px;

	overflow: auto;

	border: none;

}

#i_news table {

}

#i_news table td {

	vertical-align: top;

	font-size: 0.8em;

	padding: 10px;

}

#i_news table tr {

	border-bottom: 1px dotted #CCC;

}

#i_news table td.date {

	width: 125px;

	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;

	padding-left: 20px;

}

#i_bnr {

	margin-top: 20px;

	width: 23%;

	max-width: 220px;

	float: right;

	background: #bb1111;

}

#i_bnr ul {

}

#i_bnr li {

	float: left;

	border-bottom: 1px solid #fff;

	width: 100%;

}

#i_bnr li a {

	display: block;

	width: 100%;

	text-decoration: none;

	color: #fff;

	padding: 15px 0 15px 30px;

	border: 1px solid #bb1111;

	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

}

#i_bnr li a:hover {

	color: #000;

	background: url(../images/common/bnr_bg.png) 8px center no-repeat #fff;

}

/*----pagetop----*/

#page-top {

	position: fixed;

	bottom: 10px;

	right: 20px;

	font-size: 77%;

}

#page-top a {

	background: #bb1111;

	border: #fff 1px solid;

	text-decoration: none;

	color: #fff;

	width: 120px;

	padding: 20px 0;

	text-align: center;

	display: block;

	border-radius: 5px;

}

#page-top a:hover {

	text-decoration: none;

}


/*
  ’Ç‰ÁCSS
*/

ul li ul{
	position: absolute;
	display:none;
}
ul li ul li{
	display: block;
	clear: both;
}

#nav li ul li {
	margin:0px;
}

#nav li ul li a {
	background:#803232;
}


.contents-flex {
	display:flex;
}

.contents-flex img {
	margin-left:20px;
}

.t_border{
	border-top: 1px solid #D7D7D7;
	border-left: 1px solid #D7D7D7;
	margin:10px 0;
}
.t_border td{
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	padding: 10px;
	vertical-align: top;
}
.t_border th{
	border-right: 1px solid #D7D7D7;
	border-bottom: 1px solid #D7D7D7;
	background-color: #E7E7E7;
	text-align: center;
	font-weight: bold;
	padding: 10px;
}

.t_border02 {}
.t_border02 td {
	padding: 5px;
	border-bottom: 1px dotted #D7D7D7;
}
.t_border02 th {
	padding: 5px;
	border-bottom: 1px dotted #D7D7D7;
	text-align: left;
	font-weight: bold;
}

.i_pdf {
	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px dotted #D7D7D7;
	width: 100%;
}
}