/*----------------------------------------------------------------------------******************************************************************************PC******************************************************************************----------------------------------------------------------------------------*/
@media screen and (min-width: 769px){
/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
body {
}
.layout {
	max-width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Backgraund === */
#wrap {
	background: #fff;
	border-top: 3px solid #003166;
}
/* ==== Header === */
#hd {
	height: 80px;
	position: relative;
}
#hd .language {
    position: absolute;
    top: 25px;
    right: 0;
    width: 220px;
}
#hd .language ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex
}
#hd .language ul li {
	width: calc(100% / 2 - 10px);
	margin: 0 5px;
}
#hd .language ul li a {
	display:block;
	color:#fff;
	background:#114277;
	padding:5px 15px;
	text-align: center;
	text-decoration:none;
	border:1px solid #003166;
	-webkit-transition:All 0.5s ease;
	transition:All 0.5s ease
}
#hd .language ul li a:hover {
	border:1px solid #003166;
	background:#fff;
	color: #003166
}
/* ==== Navigation === */
#nav {
	width:100%;
	overflow:hidden;
}
#nav ul {
}
#nav li {
	float: left;
	width: 100%;
	line-height: 50px;
}
#nav li:last-child {
}
#nav li a {
	color: #000;
	text-decoration: none;
	display: block;
	padding-left:10px;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #003166;
	letter-spacing:0.1em;
	-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;
}
#nav li a:hover {
	letter-spacing:0.2em;
	border-left: 6px solid #003166;
}
.current {
}
#nav li:nth-child(n+6) {
	float: left;
	margin-bottom: 4px;
	width:100%;
	border: none;
	line-height:0;
}
#nav li:nth-child(n+6) a {
	display: block;
	line-height:20px;
	width: 100%;
	text-shadow: none;
	text-decoration: none;
	color: #000;
	font-weight:normal;
	padding: 10px 0 10px 30px;
	border-bottom: 1px solid #000000;
	background: url(../images/common/bnr_bg.png) 8px center no-repeat #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;
}
#nav li:nth-child(n+6) a:hover {
}

#nav li:nth-child(6) {
	margin-top: 20px;
}


#menu {
	display:none;
}
/* ==== Content === */
#con_bg {
	background: url(../images/common/con_bg.jpg) repeat-x top center;
}
#con {
}

#side{
	width:23%;
	float:left;
	margin-top:20px;
}

#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%;
	height: auto;
}
#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: 25px;
	padding-bottom: 25px;
	text-align: center;
	color: #fff;
	background: #003166;
}
.ft_language {
	display:none
}
/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
}
h1 {
	position: absolute;
	top: 25px;
	left: 0px;
	line-height: 1.0em;
}
h1 a {
	color: #000!important;
	text-decoration: none;
}
h1 span {
	display: block;
	font-size: 0.65em;
}
h2 {
	color: #333;
	border-bottom:4px double #003166;
	border-top:4px double #003166;
	font-size: 34px;
	font-weight:normal;
	padding: 0.7em 0 0.7em 0.5em;
	line-height: 1.2;
}
#sidenav h2 {
	color: #fff;
	border:1px solid #003166;
	text-align: center;
	font-size: 16px;
	font-weight:bold;
	padding:10px;
	height:50px;
	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);
	background: url(../images/nav_bag.png) top center #003166;
}
h3 {
	margin: 0.8em 0 0.4em 0;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0.6em 0 0.6em 0.8em;
	border-left:8px double #114277;
	background:#003166;
	color:#fff;
}
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 .flexslider{
		margin:0;
	}
#i_img img {
	width: 100%;
}
#i_main {
	width:75%;
	max-width: 720px;
	float: right;
	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;
}
#bnr {
	margin-top: 20px;
	width:100%;
	max-width: 220px;
	float: right;
}
#bnr ul {
}
#bnr li {
	float: left;
	margin-bottom: 4px;
	width:100%;
}
#bnr li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #000;
	padding: 15px 0 15px 30px;
	border-bottom: 1px solid #dd0000;
	background: url(../images/common/bnr_bg.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;
}
#bnr li a:hover {
	color: #fff;
	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #dd0000;
}
#side_bnr {
    margin: 20px 0;
}
#side_bnr li {
    margin: 0 0 10px;
}
#side_bnr li a {
    display: block;
    border: 1px solid #CCC;
    text-align: center;
	-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;
}
#side_bnr li a:hover{
    opacity: 0.8;
}
#side_bnr_sp {
		display: none
}
	
/* ==== research === */
.research_movie_box {
	padding: 10px 0 30px;
	text-align: center;
}

/* ==== member === */
.member_img {
	float: left;
	width: 150px;
	margin: 0 10px;
	padding: 3px;
	border: 1px solid #DDD;
}
.member_list {
	width: 100%;
	margin: 15px 0!important;
}
.member_list th {
	width: 33.3%;
}

/* ==== access === */
#access_map {
	margin: 20px 0 10px
}

/*----pagetop----*/
#page-top {
	position: fixed;
	bottom: 5px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #000;
	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;
}
}

