@charset "utf-8";
/*-----------------------------------------------------
 スマートフォン向けのレイアウトの指定：～480px
-----------------------------------------------------*/
@media screen and (max-width: 480px) {
/* -----------------------------------------------------------
HTML5 Basic layout
----------------------------------------------------------- */
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック  Medium', meiryo, sans-serif;
	color: #333333;
	line-height: 1.7;
	_display: inline;
	_zoom: 1;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	height: 100%;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	padding: 0px;
}

html {
	font-size: 100%;
	width:100%;
	height: 100%;
	overflow-y: scroll;
	margin: 0;  
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

img { 
    max-width: 100%; 
    height:auto;
}

/* -----------------------------------------------------------
SP非表示
----------------------------------------------------------- */
.sp {
	display: none;
}

#nav_pc {
	display: none;
}

header {
	display: none;
}

footer ul {
	display: none;
}

#feature ul {
	display: none;
}

/* -----------------------------------------------------------
■PageTOP
----------------------------------------------------------- */

.pagetop {
	display: none;
	position: fixed;
	bottom: 50px;
	right: 10px;
}
.pagetop a {
	display: block;
	width: 37px;
	height: 37px;
	background-color: rgba(153,153,153,0.5);
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 37px;
}

/* -----------------------------------------------------------
ナビゲーション
----------------------------------------------------------- */
#nav_sp {
	width: 100%;
	background-position: left top;
	background-repeat: repeat-x;
	background-color: rgba(95, 56, 73, 0.9);
	z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 400;
}

#nav_sp .inner {
	width: 100%;
	height: auto;
	min-height: 48px;
	/* 以下を変えると横100% */
	padding: 0 4.6875%;
	color: #FFF;
}

#menu {
    width: 16px;
    height: 15px;
    display: block;
    position: absolute;
    top: 18px;
    right: 4.6875%;
}

#menu button {
    text-indent: -9999px;
    vertical-align: top;
    width: 20px;
    height: 15px;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

#menu button span {
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	top: 7px;
	right: 0;
	background-color: #FFFFFF;
}

#menu button span:before {
	content: '';
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	top: -7px;
	left: 0;
	background-color: #FFFFFF;
}

#menu button span:after {
	content: '';
	width: 20px;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: -7px;
	background-color: #FFFFFF;
}

#menu button.open span {
    height: 0;
    background-color: transparent;
}

#menu button.open span:before {
	top: 0;
	background-color: #FFFFFF;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu button.open span:after {
	top: 0;
	background-color: #FFFFFF;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

/* menuの下 */
#headerIn {
	margin-top: 20px;
	display: none;
}

/* nav */
nav {
	position: static;
}

#gNavi {
	font-size:18px;
    text-align: left;
    margin-left: 0;
}

#gNavi li {
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin-left: 0;
}

#gNavi li a {
    color: #FFF;
    display: block;
    padding: 17px 0;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}
 
#gNavi li a.hover {
	background-color: rgba(255, 255, 255, 0.2);
	text-decoration: none;
}

#gNavi li a.current {
	color: #191E28;
    padding-bottom: 17px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    background-color: rgba(77, 228, 255, 0.85);
}

/* -----------------------------------------------------------
お問い合わせ?ENGLISH?検索フォーム
----------------------------------------------------------- */
#headerLink {
	text-align: center;
	width: auto;
	top: 0;
	right: 0;
	margin-top: 30px;
	padding-bottom: 30px;
	position: static;
}

#headerLink li {
	font-size: 15px;
	text-align: left;
	vertical-align: middle;
	margin-left: 20px;
	display: inline-block;
	margin-bottom: 10px;
}

#headerLink li#searchBox {
    width: 100%;
    height: 40px;
    font-size: 14px;
    margin: 15px auto 0;
    padding: 13px 10px;
    display: block;
	position: relative;
	overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

#headerLink li#searchBox button {
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	text-align: right;
	vertical-align: bottom;
	line-height: 15px;
	width: 16px;
	height: 16px;
	padding: 0;
	margin-left: 0;
	position: absolute;
	top: 5px;
	left: 6px;
	cursor: pointer;
	border: none;
	background-color: transparent;
	outline: none;
	opacity: 0.6;
	z-index: 2;
}

#headerLink li#searchBox button:after {
	position: relative;
	top: -2px;
	left: -2px;
}

#headerLink li#searchBox input {
    width: 100%;
    padding-left: 10px;
	color: #FFF;
	font-size: 14px;
	vertical-align: top;
	height: 18px;
	line-height: 15px;
	position: relative;
	display: inline-block;
	border: none;
	background-color: transparent;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#headerLink li#searchBox input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

#headerLink li#searchBox input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

#headerLink li#searchBox.focus button {
	opacity: 1;
}

#headerLink a {
	color: #FFFFFF;
	text-decoration: none;
}

/* -----------------------------------------------------------
オリジナル
----------------------------------------------------------- */
footer {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	text-align: center;
}

footer .inner {
	width: 98%;
	height: 90px;
	padding-top: 20px;

}

#information {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #FEF6F8;
}

#information .inner{
	width: 98%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#eventinformation{
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#eventinformation .inner{
	width: 98%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#feature {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-color: #FFFBEE;
}

#feature .inner{
	width: 98%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 10px;
}

#contents {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}

#contents .inner{
	width: 90%;
	margin-left : auto;
	margin-right : auto;
	margin-bottom: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
}

#contents .cts {
	width: 100%;
}

#contents .side {
	width: 100%;
}

#contents .cts_sub {
	width: 100%;
}

#contents .side_sub {
	width: 100%;
}


#contents h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.5;
	text-align: center;
	background-image: url(/icjs/common/img/cnt_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #F19DB5;
}

#contents h2 {
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	letter-spacing: 0.1em;
}

#contents h3 {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	font-size:130%;
    margin-bottom:30px;
  position: relative;
  padding: .5em .75em;
  background-color: #f0f0f0;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}

#contents h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;
}

#contents h4 {
  padding:10px;
margin-bottom:20px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	font-size:110%;
      background-color: #faf5e4;
}

#contents h5 {
  position: relative;
  padding-bottom: .3em;
  border-bottom: 4px solid #ccc;
  font-size:120%;
  margin-bottom:20px;
 padding-left:10px;
}

#contents h5::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #AC718B;
}

#information h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.5;
	text-align: center;
	background-image: url(/icjs/common/img/cnt_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #F19DB5;
}

#information h2 {
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	letter-spacing: 0.1em;
}

#eventinformation h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.5;
	text-align: center;
	background-image: url(/icjs/common/img/cnt_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #81CDE4;
}

#eventinformation h2 {
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	letter-spacing: 0.1em;
}

#feature h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 35px;
	line-height: 1.5;
	text-align: center;
	background-image: url(/icjs/common/img/cnt_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #F9C499;
}

#feature h2 {
	font-size: 80%;
	text-align: center;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	letter-spacing: 0.1em;
}

#img_frame {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(/icjs/images/index/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#img_frame .inner{
	width: 100%;
	height: 200px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 48px;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
}

#img_frame img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}


#subimg_frame {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
	background-image: url(/icjs/images/about/sub_image.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
}

#subimg_frame .inner{
	width: 100%;
	height: 150px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 48px;
	margin-bottom: 0px;
	text-align: left;
	position: relative;
}

#subimg_frame h1{
	position: absolute;
	top: 50%;
	margin: -0.6em;
	margin-left: 20px;
	font-size: 140%;
}

#information table {
	width: 100%;
	margin-top: 15px;
	border-spacing: 10px;
}

#information table th {
	background-color: #955673;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	color: #FFF;
}

#information table td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}

#eventinformation ul {
	width: 100%;
	height: auto;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#eventinformation ul li {
	margin-bottom: 20px;
	text-align: center;
}

.btnOver_y {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
	width: 98%;
}

.btnOver_y a {
	background-color: #F8C499;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_y a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.btnOver_b {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
	width: 98%;
}

.btnOver_b a {
	background-color: #81CDE4;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_b a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.btnOver_r {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
	width: 98%;
}

.btnOver_r a {
	background-color: #F19DB5;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_r a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.btnOver_rj {
	text-align: center;
	font-weight: 500;
	font-size: 120%;
	width: 98%;
}

.btnOver_rj a {
	background-color: #F19DB5;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_rj a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

#eventinformation .event_tle {
	font-size: 100%;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #0061A7;
}

#footerFloatingMenu {
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0.1px;
	z-index: 9999;
	padding: 0;
}

#footerFloatingMenu .inner {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footerFloatingMenu  a {
	width: 100%;
	background-color: rgba(95, 56, 73, 0.95);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 120%;
	margin-left: auto;
	display: block;
	color: #FFF;
}

#footerFloatingMenu  a:hover {
    cursor:pointer;
    filter: alpha(opacity=90);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=90)";  /* ie 8 */
    -moz-opacity:0.9;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.9;              /* Safari 1.x */
    opacity:0.9;
    zoom:1;
	text-decoration: none;
}

.carousel {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}

.carousel-cell {
	width: 80%;
	height: auto;
	margin-right: 10px;
	text-align: center;
	margin-bottom: 5px;
}

.carousel-cell img {
	margin-bottom: 10px;
}

/*! Flickity v2.0.7
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FFFBEE;
}

.flickity-prev-next-button:hover {
	background-color: #FFFBEE;
}

.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #F8C499;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
	background-color: #81CDE4;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.blog_cat {
	font-size: 130%;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	background-color: #AC718B;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F8E4E3;
}

ul.blog_basic {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul.blog_basic li {
	margin-bottom: 7px;
}

ul.blog_list_yearly {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ul.blog_list_yearly li {
	float: left;
	margin-bottom: 10px;
	position: relative;
	position: relative;
	margin-right: 30px;
}

ul.blog_list_yearly li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.newevent {
	padding: 0px;
	width: 100%;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

ul.newevent li {
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.newevent li span {
	display: block;
	color: #AC718B;
	font-weight: 500;
}

.side_sub aside {
	width: 100%;
	height: auto;
	float: left;
	padding-bottom: 10px;
}

.side_sub aside ul {
	width: 100%;
	height: auto;
	float: left;
}

.side_sub aside ul li {
	display: inline;
	list-style-type: none;
}

.side_sub aside ul li a:link {
	height: auto;
	float: left;
	padding-top: 17px;
	padding-bottom: 17px;
	text-indent: 10px;
	padding-left: 5px;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.side_sub aside ul li a:visited {
	height: auto;
	float: left;
	padding-top: 17px;
	padding-bottom: 17px;
	text-indent: 10px;
	padding-left: 5px;
	width: 100%;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.side_sub aside ul li a:hover {
	height: auto;
	float: left;
	padding-top: 17px;
	padding-bottom: 17px;
	text-indent: 10px;
	padding-left: 5px;
	width: 100%;
	color: #3071B9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.eventtitle {
	font-size: 125%;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AC718B;
	padding-bottom: 25px;
}

table.blog_list {
	width: 100%;
	margin-top: 15px;
	border-spacing: 10px;
}

table.blog_list th {
	background-color: #955673;
	margin-top: 0px;
	margin-bottom: 0px;
	vertical-align: middle;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	display: block;
	color: #FFF;
}

table.blog_list td {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	display: block;
}

ul.publication {
width:100%;
}

ul.publication li {
width:44%;
margin-left:3%;
margin-right:3%;
float:left;
text-align:center;
font-size:75%;
}

ul.publication img {
margin-bottom:15px;
}

ul.online {
width:100%;
}

ul.online li {
width:100%;
margin:10px;
text-align:center;
}

dl.style01 {
margin:0;
padding:0;
}

dl.style01 dt{
margin:0
padding:0;
font-weight:bold;
}

dl.style01 dd{
margin-left:20px;
margin-bottom:10px;
padding:0;
}

ul.publication_index {
}

ul.publication_index li {
    float:left;
    width:100%;
    height:auto;
float:left;
    padding:10px;
display: table;
margin:5px;
background-color:#f9f7f3;
}

ul.publication_index li p {
display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

ul.publication_index li a {
display:block;

}

}

/*-----------------------------------------------------
 パソコン向けのレイアウトの指定：480px～
-----------------------------------------------------*/
@media print, screen and (min-width: 480px) {
/* -----------------------------------------------------------
HTML5 Basic layout
----------------------------------------------------------- */
body {
	color: #000000;
	line-height: 1.7;
	min-width: 1024px;
	_display: inline;
	_zoom: 1;
	text-align: justify;
	text-justify: inter-ideograph;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0px;
	font-size: 15px;
}

html {
	font-size: 100%;
	width:100%;
	height: 100%;
	overflow-y: scroll;
	margin: 0;  
}

.btnOver_y {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
}

.btnOver_y a {
	background-color: #F8C499;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_y a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.btnOver_b {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
}

.btnOver_b a {
	background-color: #81CDE4;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_b a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.btnOver_r {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
}

.btnOver_r a {
	background-color: #F19DB5;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_r a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.btnOver_rj {
	text-align: center;
	font-weight: 500;
	font-size: 120%;
}

.btnOver_rj a {
	background-color: #F19DB5;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_rj a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

/* -----------------------------------------------------------
オリジナル
----------------------------------------------------------- */
header {
	margin: 0px;
	padding: 0px;
}

header .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 100px;
}

header .logo {
	float: left;
	width: 300px;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 10px;
}

header .navigation {
	height: 80px;
	width: 700px;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}

header ul.primary {
	margin: 0px;
	padding: 0px;
	font-size: 80%;
	text-align: right;
}

header ul.primary li {
	display: inline;
	list-style-type: none;
	margin-right: 5px;
	padding-left: 10px;
}

header ul.primary li+li {

}

header ul.sub {
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
	padding: 0px;
	font-size: 88%;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
text-align:center;
}

header ul.sub li {
	float: left;
	display:inline;
	list-style-type:none;
	margin-right: 10px;
	padding-left: 10px;
text-align:center;
}

header ul.sub li+li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
    text-align:center;
}

header ul.sub li span{
	text-align: center;
	color: #666;
	font-size: 70%;
	font-family: 'Abhaya Libre', serif;
	font-weight: 400;
	display: block;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header dl {
	margin: 0px;
	padding: 0px;
}

header dl dt {
	height: 30px;
	float: left;
	padding: 0px;
	width: 120px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

header dl dd {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

header dl dt input {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	line-height: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #999;
	font-size: 80%;
	width: 130px;
	margin-left: 5px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: rgba(255,255,255,0.1);
}

header input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}

header input::-ms-clear {
    visibility:hidden
}

footer {
	padding: 0px;
	font-size: 85%;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

footer .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 15px;
	padding-bottom: 40px;
}

footer small {
	text-align: center;
}

footer ul {
	padding-top: 20px;
	padding-bottom: 10px;
	text-align: right;
}

footer ul li {
	display:inline;
	list-style-type:none;
	margin-right: 10px;
	padding-left: 10px;
}

footer ul li+li {
	border-left:1px solid #999;
}

#nav_pc {
	margin: 0px;
	padding: 0px;

}

#nav_pc .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 45px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

#nav_pc ul {
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
	font-size: 13pt;
	letter-spacing: 1.5px;
	font-weight: 500;
	text-align: center;
}

#nav_pc ul li {
	float: left;
	display:inline;
	list-style-type:none;
	margin-right: 15px;
	padding-left: 15px;
	text-align: center;
}

#nav_pc ul li+li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
    text-align: center;
}

#nav_pc ul li span{
	text-align: center;
	color: #999;
	font-size: 70%;
	font-family: 'Abhaya Libre', serif;
	font-weight: 400;
	display: block;
	padding: 0px;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
    text-align: center;
}

#nav_pc dl {
	margin: 0px;
	padding: 0px;
}

#nav_pc dl dt {
	height: 30px;
	float: left;
	padding: 0px;
	width: 170px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

#nav_pc dl dd {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#nav_pc dl dt input {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 30px;
	line-height: 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #999;
	font-size: 90%;
	width: 190px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background: rgba(255,255,255,0.1);
}

#nav_pc input[type="text"], 
input[type="password"], 
textarea, 
select {
    outline: none;
}

#nav_pc input::-ms-clear {
    visibility:hidden
}

#img_frame {
	margin: 0px;
	padding: 0px;
	background-image: url(/icjs/images/index/main_img.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}

#img_frame .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 500px;
	padding: 0px;
	text-align: center;
	position: relative;
}

#img_frame img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 300;
}

#subimg_frame {
	margin: 0px;
	padding: 0px;
	background-image: url(/icjs/images/about/sub_image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	letter-spacing: 4px;

}

#subimg_frame .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 200px;
	padding: 0px;
	font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",  "游明朝", YuMincho, "HG明朝E", "メイリオ", Meiryo, Arial, Helvetica, sans-serif;
	position: relative;
}

#subimg_frame h1{
	position: absolute;
	top: 100px;
	width: 1000px;
	margin: -1em;
	left: 31px;
	font-size: 200%;
}


#information {
	margin: 0px;
	padding: 0px;
	background-color: #FEF6F8;
}

#information .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

#eventinformation {
	margin: 0px;
	padding: 0px;
}

#eventinformation .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
}

#feature {
	margin: 0px;
	padding: 0px;
	background-color: #FFFBEE;
}

#feature .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
}

#contents h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	background-image: url(/icjs/common/img/cnt_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #F19DB5;
}

#contents h2 {
	font-size: 90%;
	text-align: center;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 25px;
	margin-left: 0;
	letter-spacing: 0.1em;
}

#contents h3 {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	font-size:130%;
    margin-bottom:30px;
  position: relative;
  padding: .5em .75em;
  background-color: #f0f0f0;
  border-radius: 6px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .1) inset;
}

#contents h3::after {
  position: absolute;
  top: 100%;
  left: 30px;
  content: '';
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 15px solid #f0f0f0;
}

#contents h4 {
  padding:10px;
margin-bottom:20px;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	font-size:110%;
      background-color: #faf5e4;
}

#contents h5 {
  position: relative;
  padding-bottom: .3em;
  border-bottom: 4px solid #ccc;
  font-size:120%;
  margin-bottom:20px;
 padding-left:10px;
}

#contents h5::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 4px;
  background-color: #AC718B;
}


#information h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	background-image: url(/icjs/common/img/cnt_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #F19DB5;
}

#information h2 {
	font-size: 90%;
	text-align: center;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	letter-spacing: 0.1em;
}

#eventinformation h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	background-image: url(/icjs/common/img/cnt_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #81CDE4;
}

#eventinformation h2 {
	font-size: 90%;
	text-align: center;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	letter-spacing: 0.1em;
}

#feature h1 {
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 40px;
	line-height: 1.5;
	text-align: center;
	background-image: url(/icjs/common/img/cnt_ttl_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	color: #F8C499;
}

#feature h2 {
	font-size: 90%;
	text-align: center;
	font-weight: normal;
	margin-right: 0;
	margin-bottom: 30px;
	margin-left: 0;
	letter-spacing: 0.1em;
}

/* -----------------------------------------------------------
PC非表示
----------------------------------------------------------- */
.pc {
	display: none;
}

#menu {
	display: none;
}

#headerLink {
	display: none;
}

#nav_sp {
	display:none;
}

#nav_sp nav {
	display:none;
}

#nav_sp nav .inner{
	display:none;
}

nav ul#gNavi {
	display:none;
}

#headerIn {
	display:none;
}

.carousel {
	display: none;
}

/*-----------------------------------------------------
 PCスタイル
-----------------------------------------------------*/
#information table {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 1000px;
	border-spacing: 10px;
}

#information table th {
	font-family: "Abhaya Libre", serif;
	font-weight: 400;
	padding: 5px;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F19DB5;
	font-size: 120%;
	vertical-align: middle;
	background-color: #FEF6F8;
	color: #000;
}

#information table td {
	width: 842px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	vertical-align: middle;
}

#eventinformation table {
	font-size: 85%;
	margin-bottom: 20px;
}

#eventinformation table th {
	width: 170px;
	padding: 10px;
	vertical-align: top;
	color: #000;
}

#eventinformation table td {
	width: 280px;
	padding: 10px;
}

#eventinformation .event_tle {
	font-size: 140%;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	padding-top: 7px;
	padding-bottom: 10px;
	line-height: 20px;
	color: #0061A7;
}

#feature ul {
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	width: 1000px;
	font-size: 100%;
}

#feature ul li {
	float: left;
	width: 230px;
	text-align: center;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
}

#feature ul img {
	margin-bottom: 15px;
	font-weight: bold;
}

#contents {
	margin: 0px;
	padding: 0px;
}

#contents .inner{
	width: 1000px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

#contents .side {
	float: left;
	width: 300px;
	font-size: 90%;
}

#contents .cts {
	float: left;
	width: 650px;
	padding-right: 50px;
}

#contents .side_sub {
	float: left;
	width: 200px;
	font-size: 90%;
}

#contents .cts_sub {
	float: left;
	width: 750px;
	padding-right: 50px;
}
.btnOver_y {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
}

.btnOver_y a {
	background-color: #F8C499;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_y a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.btnOver_b {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
	width: 100%;
}

.btnOver_b a {
	background-color: #81CDE4;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_b a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.btnOver_r {
	text-align: center;
	font-family: "Abhaya Libre", serif;
	font-weight: 500;
	font-size: 120%;
	width: 100%;
	height: auto;
}

.btnOver_r a {
	background-color: #F19DB5;
	display: block;
	width: 200px;
	color: #fff;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0;
	margin-left: auto;
	display: block;
}

.btnOver_r a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.1);
	transform: translate3d(0, 0, 0);
}

#footerFloatingMenu {
	display: block;
	width: 100%;
	position: fixed;
	left: 0px;
	bottom: 0.1px;
	z-index: 9999;
	padding: 0;
}

#footerFloatingMenu .inner {
	width: 1000px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footerFloatingMenu  a {
	width: 170px;
	background-color: rgba(95, 56, 73, 0.95);
	text-align: center;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: 'Abhaya Libre', serif;
	font-weight: 500;
	font-size: 120%;
	margin-left: auto;
	border-top-left-radius: 7px;  /* 左上 */
	border-top-right-radius: 7px; /* 右上 */
	-webkit-border-top-left-radius: 7px;
	-webkit-border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	display: block;
	color: #FFF;
}

#footerFloatingMenu  a:hover {
    cursor:pointer;
    filter: alpha(opacity=60);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=60)";  /* ie 8 */
    -moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.7;              /* Safari 1.x */
    opacity:0.7;
    zoom:1;
	text-decoration: none;
}

.blog_cat {
	font-size: 115%;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 500;
	color: #FFFFFF;
	padding: 7px;
	margin-bottom: 10px;
	background-color: #AC718B;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F8E4E3;
}

ul.blog_basic {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

ul.blog_basic li {
	margin-bottom: 7px;
}

ul.blog_list_yearly {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ul.blog_list_yearly li {
	float: left;
	width: 95px;
	margin-bottom: 10px;
	position: relative;
	position: relative;
}

ul.blog_list_yearly li::after {
	display: block;
	content: '';
	position: absolute;
	top: .5em;
	left: -1em;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

ul.newevent {
	padding: 0px;
	width: 300px;
	text-align: justify;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

ul.newevent li {
	line-height: 1.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.newevent li span {
	display: block;
	color: #AC718B;
	font-weight: 500;
}

.eventtitle {
	font-size: 145%;
	font-family: "Noto Sans Japanese", sans-serif;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 25px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #AC718B;
	padding-bottom: 25px;
}

table.blog_list {
line-height:1.5em;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 650px;
	border-spacing: 10px;
}

table.blog_list th {
	font-family: "Abhaya Libre", serif;
	font-weight: 400;
	padding: 5px;
	width: 100px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F19DB5;
	font-size: 120%;
	vertical-align: middle;
	color: #000;
}

table.blog_list td {
	width: 550px;
	padding-top: 7px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 30px;
	vertical-align: middle;
}

ul.publication {
width:750px;
margin-bottom:20px;
}

ul.publication li {
width:250px;
text-align:center;
float:left;
}

ul.publication li img {
margin-bottom:10px;
}

ul.online {
width:1000px;
margin-bottom:20px;
}

ul.online li {
width:333px;
text-align:center;
float:left;
}

ul.online li img {
margin-bottom:10px;
}

dl.style01 {
margin:0;
padding:0;
}

dl.style01 dt{
margin:0
padding:0;
font-weight:bold;
}

dl.style01 dd{
margin-left:20px;
margin-bottom:10px;
padding:0;
}

/* -----------------------------------------------------------
■PageTOP
----------------------------------------------------------- */

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 55px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	background-color: #CCCCCC;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 50px;
}

#cts01 {
margin-top:-200px;
 padding-top:200px;
}
            
#cts02 {
margin-top:-200px;
 padding-top:200px;
}

#cts03 {
margin-top:-200px;
 padding-top:200px;
}
          
#cts04 {
margin-top:-200px;
 padding-top:200px;
}

#cts05 {
margin-top:-200px;
 padding-top:200px;
}

#cts06 {
margin-top:-200px;
 padding-top:200px;
}

#activityreports_c {
margin-top:-100px;
 padding-top:100px;
}

#activityreports_d {
margin-top:-100px;
 padding-top:100px;
}

.side_sub aside {
	width: 250px;
	height: auto;
	float: left;
	padding-bottom: 30px;
}

.side_sub aside ul {
	width: 250px;
	height: auto;
	float: left;
}

.side_sub aside ul li {
	display: inline;
	list-style-type: none;
}

.side_sub aside ul li a:link {
	height: auto;
	float: left;
	padding-top: 17px;
	padding-bottom: 17px;
	text-indent: 10px;
	padding-left: 5px;
	width: 242px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.side_sub aside ul li a:visited {
	height: auto;
	float: left;
	padding-top: 17px;
	padding-bottom: 17px;
	text-indent: 10px;
	padding-left: 5px;
	width: 242px;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
}

.side_sub aside ul li a:hover {
	height: auto;
	float: left;
	padding-top: 17px;
	padding-bottom: 17px;
	text-indent: 10px;
	padding-left: 5px;
	width: 242px;
	color: #3071B9;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000;
    background-color:#FCFCFC:
}

ul.publication_index {
}

ul.publication_index li {
    float:left;
    width:215px;
    height:215px;
    padding:10px;
display: table;
margin:5px;
background-color:#f9f7f3;
}

ul.publication_index li p {
display: table-cell;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}

ul.publication_index li a {
display:block;

}


}
