@-webkit-keyframes h3_anime {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); }
  20% {
    -webkit-transform: scale(1.1) rotate(90deg);
            transform: scale(1.1) rotate(90deg); }
  40% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }
@keyframes h3_anime {
  0% {
    -webkit-transform: scale(1) rotate(0);
            transform: scale(1) rotate(0); }
  20% {
    -webkit-transform: scale(1.1) rotate(90deg);
            transform: scale(1.1) rotate(90deg); }
  40% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg); } }
/*----------------------------------------------------------------------------
******************************************************************************
Layout
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Base === */
/* line 14, style.scss */
body {
  /*background: url(http://www.sanken.osaka-u.ac.jp/labs/nano/k_net_new/images/body_bg.jpg);*/ }

/* line 17, style.scss */
.layout {
  width: 960px;
  margin: 0 auto;
  overflow: hidden; }

/* ==== Backgraund === */
/* line 23, style.scss */
#wrap {
  background: url(../images/wrap_bg.jpg) repeat-x; }

/* ==== Header === */
/* line 27, style.scss */
#hd {
  height: 115px;
  position: relative
  /*background: url(http://www.sanken.osaka-u.ac.jp/labs/nano/k_net_new/images/hd_bg.jpg) no-repeat;*/ }

/* ==== Navigation === */
/* line 33, style.scss */
#nav {
  background: url(../images/nav_bg.jpg) no-repeat;
  overflow: hidden; }

/* line 39, style.scss */
#nav li {
  float: left; }
  #nav li span {
  display: none; }
#nav li.nav_sp {
  display: none; }

/* line 42, style.scss */
#nav a img.current {
  opacity: 0;
  filter: alpha(Opacity=0); }

/* line 48, style.scss */
#side {
  width: 220px;
  float: left;
  background: url(../images/nav_bg.jpg) no-repeat;
  overflow: hidden; }
#side h2 {
  display: none; }
  
/* line 54, style.scss */
#side_nav {
  background: url(../images/nav_bg02.jpg) no-repeat; }

/* line 57, style.scss */
#side_nav ul {
  overflow: hidden; }

/* line 60, style.scss */
#side_nav li {
  margin-bottom: 4px; }

/* line 63, style.scss */
#side_nav a img.current {
  opacity: 0; }

/* ==== Content === */
/* line 69, style.scss */
#con {
  margin-top: 20px; }

/* line 72, style.scss */
#main {
  width: 720px;
  float: right; }
#main #i_img ul li {
  list-style: none; }

/* ol,ul */
/* line 77, style.scss */
#main ol, #main ul {
  padding: 5px 0px 5px 25px; }

/* line 80, style.scss */
#main ul {
  list-style-type: disc; }

/* line 83, style.scss */
#main ol li, #main ul li {
  padding: 5px 0px; }

/* table */
/* line 87, style.scss */
#main table {
  margin: 10px 0px; }

/* line 90, style.scss */
#main table th, #main table td {
  padding: 5px; }

/* img */
/* line 94, style.scss */

/* ==== Footer === */
/* line 109, style.scss */
#ft {
  margin-top: 40px;
  padding-top: 35px;
  padding-bottom: 35px;
  text-align: center;
  background: url(../images/ft_bg.jpg);
  color: #fff; }

/*----------------------------------------------------------------------------
******************************************************************************
Head
******************************************************************************
----------------------------------------------------------------------------*/
/* line 124, style.scss */
h1 {
  position: absolute;
  top: 9px;
  left: 0; }

/* line 129, style.scss */
h1:hover {
  opacity: 0.6;
  filter: alpha(Opacity=60); }

/* line 133, style.scss */
h2 {
  margin: 0 0 20px 0;
  font-size: 2.3em;
  font-weight: normal;
  color: #111;
  height: 80px;
  padding: .5em 0 0 .6em;
  background: url(../images/h2_bg.jpg) left center no-repeat; }

/* line 142, style.scss */
h3 {
  margin: 30px 0 15px 0;
  font-size: 1.3em;
  font-weight: normal;
  height: 44px;
  padding: .45em 0 0 2.6em;
  background: url(../images/h3_bg.jpg) left center no-repeat;
  clear: both;
  color: #fff;
  position: relative; }
  /* line 152, style.scss */
  h3:after {
    content: "";
    background: url(../images/h3_icon.png) left center no-repeat;
    position: absolute;
    top: 7px;
    left: 12px;
    height: 26px;
    width: 27px;
    -webkit-animation: h3_anime 4s infinite;
            animation: h3_anime 4s infinite; }

/* line 163, style.scss */
h2 + h3 {
  margin-top: 0; }

/* line 166, style.scss */
h4 {
  font-size: 1.2em;
  padding: .2em 0 .1em 0;
  margin: .7em 0 .5em 0;
  clear: both; }

/* line 172, style.scss */
h5 {
  font-size: 1.1em;
  margin: 5px 0px;
  clear: both; }

/* line 177, style.scss */
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {
  margin: 0;
  padding: 0;
  background: none;
  border: none; }

/*----------------------------------------------------------------------------
******************************************************************************
Original
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== Common === */
/* line 189, style.scss */
.txt_idt1 {
  text-indent: 1em; }

/* line 190, style.scss */
.txt_idt2 {
  text-indent: 2em; }

/* line 191, style.scss */
.txt_idt3 {
  text-indent: 3em; }

/* line 192, style.scss */
.txt_idt4 {
  text-indent: 4em; }

/* line 193, style.scss */
.txt_idt5 {
  text-indent: 5em; }

/* line 194, style.scss */
.width_001em {
  width: 1em !important; }

/* line 195, style.scss */
.width_002em {
  width: 2em !important; }

/* line 196, style.scss */
.width_003em {
  width: 3em !important; }

/* line 197, style.scss */
.width_004em {
  width: 4em !important; }

/* line 198, style.scss */
.width_005em {
  width: 5em !important; }

/* line 199, style.scss */
.width_006em {
  width: 6em !important; }

/* line 200, style.scss */
.width_007em {
  width: 7em !important; }

/* line 201, style.scss */
.width_008em {
  width: 8em !important; }

/* line 202, style.scss */
.width_009em {
  width: 9em !important; }

/* line 203, style.scss */
.width_010em {
  width: 10em !important; }

/* line 204, style.scss */
.width_015em {
  width: 15em !important; }

/* line 205, style.scss */
.width_020em {
  width: 20em !important; }

/* line 206, style.scss */
.width_030em {
  width: 30em !important; }

/* line 207, style.scss */
.margin_L2_2em {
  margin-left: 2.2em; }

/* line 208, style.scss */
.margin_L5em {
  margin-left: 5em; }

/* line 209, style.scss */
.margin_L6em {
  margin-left: 6em; }

/* line 211, style.scss */
#main p {
  line-height: 1.7em;
  text-indent: 1em; }

/* line 212, style.scss */
#main p.noind {
  text-indent: 0; }

/* line 213, style.scss */
.table_cell {
  display: table; }

/* line 214, style.scss */
.table_cell dt, .table_cell dd {
  display: table-cell; }

/* line 216, style.scss */
dl.float_L_dl dt {
  float: left;
  clear: left;
  margin-right: 15px; }

/* line 221, style.scss */
dl.float_L_dl dd {
  float: left; }

/* ==== Index === */
/* line 228, style.scss */
#i_news {
  height: 150px;
  overflow: auto; }

/* line 232, style.scss */
#i_news table, #i_news02 table {
  width: 100%;
  margin: 0; }

/* line 236, style.scss */
#i_news table td {
  vertical-align: top;
  font-size: .9em;
  padding: 10px 0;
  border-bottom: 1px dotted #bbb; }

/* line 242, style.scss */
#i_news table td.date {
  width: 15.5em;
  color: #0098E5;
  background: url(../images/common/news_icon.png) 10px 14px no-repeat;
  padding-left: 30px; }

/* line 248, style.scss */
#i_news02 {
  height: 200px;
  overflow: auto; }

/* line 252, style.scss */
#i_news02 table td {
  vertical-align: top;
  padding: 10px 0;
  border-bottom: 1px dotted #bbb; }

/* line 257, style.scss */
#i_news02 table td.date {
  width: 15.5em;
  color: #0098E5;
  background: url(../images/common/news_icon.png) 10px 14px no-repeat;
  padding-left: 30px; }

/* line 263, style.scss */
#i_bnr {
  margin-top: 20px;
  width: 220px;
  float: right;
  margin-left: 20px; }

/* line 269, style.scss */
#form_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 218px;
  height: 100px;
  background: url(../images/form_bg.jpg) no-repeat; }

/* line 277, style.scss */
#form_btn img {
  position: absolute;
  bottom: 15px;
  right: 22px; }

/* line 282, style.scss */
img[src*="logo"] {
  position: absolute;
  top: 10px;
  left: 440px; }

/* line 287, style.scss */
img[src*="description"] {
  position: absolute;
  top: 69px;
  left: 0; }

/*----i_info----*/
/* line 294, style.scss */
#i_info {
  box-sizing: border-box;
  margin: 20px 0;
  padding: 40px 0 10px 10px;
  border: #5B99FF 1px solid;
  background: url(../images/i_info.jpg) center top no-repeat;
  border-radius: 3px; }

/* line 302, style.scss */
#i_info .float_L {
  height: 3em; }

#i_info #i_mail_sp {
	display: none;
}
/* line 305, style.scss */
.ft13 {
  font-size: 13px; }

/*----i_link----*/
/* line 309, style.scss */
#i_link tr {
  border-bottom: 1px solid #ccc; }

/* line 312, style.scss */
#i_link td {
  padding: 5px 0;
  text-align: center;
  vertical-align: middle; }

/* line 317, style.scss */
#i_link a img, #form_btn a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; }

/* line 323, style.scss */
#i_link a:hover img, #form_btn a:hover img {
  opacity: .7; }

/*----pagetop----*/
/* line 327, style.scss */
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%; }

/* line 333, style.scss */
#page-top a {
  background: #545ff1;
  text-decoration: none;
  color: #fff;
  width: 90px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 5px; }

/* line 343, style.scss */
#page-top a:hover {
  text-decoration: none; }

/* organization */
/* line 347, style.scss */
#main table.org {
  width: 98%;
  margin: 10px auto 20px auto;
  border-collapse: separate;
  border-spacing: 5px; }

/* line 353, style.scss */
.org th, .org td {
  text-align: center;
  padding: 20px; }

/* line 357, style.scss */
.org th {
  width: 2em;
  padding: 10px;
  font-weight: bold;
  background: #5B99FF;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.2em; }

/* line 366, style.scss */
.org td {
  border: 1px solid #bbb; }

/* line 369, style.scss */
.org2 th {
  background: #e74847; }

.org_sp,
.org2_sp {
	display: none;
}

/* line 372, style.scss */
dl.history {
  overflow: hidden; }

/* line 375, style.scss */
.history dt {
  background: url(../images/sidenav_icon.png) no-repeat 6px 6px;
  color: #0098E5;
  padding-left: 22px;
  width: 14em; }

/* line 381, style.scss */
.history dd {
  padding-bottom: 10px; }

#i_img{
	background:url(../images/i_img/i_img_bg.png) left top no-repeat;
	width:720px;
	height:540px;
	position:relative;
}

.i_img_nav_01,.i_img_nav_02,.i_img_nav_03,.i_img_nav_04,.i_img_nav_05,.i_img_nav_06,.i_img_nav_07,.i_img_nav_08{
	position:absolute;
	width:165px;
	z-index:1;
	opacity:0.8;
	-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_img_nav_01:hover,.i_img_nav_02:hover,.i_img_nav_03:hover,.i_img_nav_04:hover,.i_img_nav_05:hover,.i_img_nav_06:hover,.i_img_nav_07:hover,.i_img_nav_08:hover{
	width:250px;
	z-index:100;
	background: rgba(42,72,129,0.90);
	padding:10px;
	box-shadow:0 0 12px rgba(255,255,255,0.50);
	opacity:1.0;
}
.i_img_nav_01{
	left:20px;
	top:20px;
}
.i_img_nav_02{
	left:20px;
	top:155px;
}
.i_img_nav_03{
	left:20px;
	bottom:143px;
}
.i_img_nav_04{
	left:20px;
	bottom:20px;
}
.i_img_nav_05{
	right:20px;
	top:20px;
}
.i_img_nav_06{
	right:20px;
	top:145px;
}
.i_img_nav_07{
	right:20px;
	bottom:145px;
}
.i_img_nav_08{
	right:20px;
	bottom:20px;
}
.br:before {
	content: "\A" ;
	white-space: pre ;
}