@charset "UTF-8";

/*
	YUI 3.8.0 (build 5744)
	Copyright 2012 Yahoo! Inc. All rights reserved.
	Licensed under the BSD License.
	http://yuilibrary.com/license/

	Font-size Adjustment
	
	77% = 10px	| 	123.1% = 16px	|	167% = 22px	
	85% = 11px	|	131% = 17px		|	174% = 23px
	93% = 12px	|	138.5% = 18px	|	182% = 24px
	100% = 13px	|	146.5% = 19px	|	189% = 25px
	108% = 14px	|	153.9% = 20px	|	197% = 26px
	116% = 15px	|	161.6% = 21px	|

*/

/*
	Suggested Order

	display
	position
	float
	clear

	width
	height

	margin (top, right, bottom, left)
	padding (top, right, bottom, left)

	list-style (type, image, position)

	border
	background (color, image, repeat, attachment, position)

	color
	font (family, style, variant, weight, stretch, size)
	
	text-indent
	text-decoration
	text-align
	vertical-align
	white-space
	other text
	content
*/

/* @group Reset Style*/

html {
	background: transparent;
	color: #000000;
	}

body,
h1,h2,h3,h4,h5,h6,
p,
div,
dl,dt,dd,
ul,ol,li,
pre,code,
form,fieldset,legend,input,textarea,
blockquote,
th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
	}

fieldset,img {
	border: 0;
	}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
	}

ol,ul {
	list-style: none;
	list-style-position: outside;
	}
	
caption,th {
	text-align: left;
	}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	}

q:before,q:after {
	content:'';
	}

abbr,acronym {
	border:0;
	font-variant:normal;
	}

sup {
	vertical-align: text-top;
	}

sub {
	vertical-align: text-bottom;
	}

input, textarea, select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	}

/* @end */

/* @group Text Module */

strong {
	font-weight: bold;
	}

pre,code,kbd,samp,tt {
	font-family: "Courier New", Courier, mono;
	}

select,input,button,textarea {
	font-size: 99%;
	}

.uppercase {
	text-transform: uppercase;
	}

.notice {
	}

.require {
	}

.bullet {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.lang-ja {
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	}

.lang-en {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;	
	}

/* @end */

/* @group Hypertext Module */

a {
	color: #282828;
	text-decoration: none;
}

main a {
	color: #00a4b8;
	text-decoration: underline;
	}
	
a:link {
	}

a:visited {
	}

main a:hover {
	color: #2a7d82;
	text-decoration: none;
}

a:active {
	}

/* @end */

/* @group Style Modules */

/* @group column module */

.columns {
	}

.columns:after {
    content:" ";
    display:block;
    clear:both;
}

.columns .column {
	float: left;
	}

@media only screen and (min-width: 640px) {
	.columns.half .column {
	    box-sizing: border-box;
	    width: 50%;
	    height: 100%;
	}
	.columns.half .column:first-child {
	    padding-right: 10px;
	}
	.columns.half .column:last-child {
	    padding-left: 10px;
	}
	
}


@media only screen and (max-width: 639px) {
	.columns .column {
		float: none;
	}
	.columns.half .column:last-child {
	    margin-top: 30px;
	}
	
}

.clear {
    clear: both;
}
	
/* @end */
/* @end */

/* @group clearfix */

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
	}

/* @end */

/* @group separator */

div.separator {
	}

div.separator hr {
	display: none;
	}

/* @end */



/* @group Structure */

/* @group Structure Elements */

html {
	}

body {
	font: 13px/1 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Meiryo','メイリオ','Osaka','ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
	}

@media only screen and (min-width: 640px) {
	html {
		min-width: 1000px;
	}
}

/* @end */


/* @end */

/* @group Definition Elements */

/* @group Container */

main {
	display: block;
	color: #282828;
	line-height: 1.5;
	}


/* @group #btn-top */

#btn-top {/* Kimura */
	position: fixed;
	bottom: 15px;
	right: 20px;
}

#btn-top a {/* Kimura */
	display: block;
	width: 40px;
	height: 40px;
	opacity: .6;
}
#btn-top a img{/* Kimura */
    display: block;
    width: auto;
    height: auto;
}
#btn-top a:hover {
	opacity: 1;
}

/* @group for Mobile / ~640px */
@media only screen and (max-width: 639px) {
	#btn-top {
		bottom: 5px;
		right: 5px;
	}
}
/* @end */

/* @end */

/* @end */


/* @end */





/* @group #global-header */


#global-header div {
	position: relative;
	z-index: 1000;
}

#global-header a {
	text-decoration: none;
}

#global-nav ul li.category ul.category-links li li a:before {
	content: "- ";
}
	

@media only screen and (min-width: 640px) {
	#global-header {
		width: 980px;
		/*min-height: 198px;*/
		min-height: 196px;
		margin: 0 auto;
	}
	
	.home #global-header {
		width: 980px;
		min-height: 210px;
		margin: 0 auto;
	}
	
	#global-header .title,
	#global-header .btn {
		display: none;
	}

	#site-title {
		position: absolute;
		top: 10px;
		left: 2px;
	}
	#site-title a {
		display: block;
		width: 187px;
		height: 125px;
        position: relative;
	}
	
	#site-title-p {
		position: absolute;
		top: 10px;
		left: 2px;
	}
	#site-title-p a {/* Kimura*/
		display: block;
		width: 187px;
		height: 125px;
	}
    #global-header span.backhome{/* Kimura*/
        font-size: 11px;
        position: absolute;
        left: 180px;
        top: 110px;
    }
    #global-header span.backhome img{/* Kimura*/
        vertical-align: middle;
    }
    #global-header span.backhome span{/* Kimura*/
        display: inline-block;
        vertical-align: middle;
    }
	/*#site-title a:hover {
	   */
	/*#site-title a:hover img {
	    opacity: .7;
	}
	.home #site-title a:hover {
	    background: none;
	    cursor: default;
	}
	.home #site-title a:hover img {
	    opacity: 1;
	}*/
	
	#site-title-p a:hover img {
	    opacity: .7;
	}
	.home #site-title-p a:hover {
	    background: none;
	    cursor: default;
	}
	.home #site-title-p a:hover img {
	    opacity: 1;
	}
	
	
    #global-header div.logo-area:hover span.backhome span{/* Kimura*/
        color: #00A4B8;
    }
	
	#nav-toggle {
		display: none;
	}
	#global-nav {
		position: absolute;
		top: 138px;
		left: 0;
	}
	
	#global-nav li.category {/* Kimura*/
		position: absolute;
		top: 0;
		/*min-height: 52px*/              /*ナビ　高さ*/
		min-height: 48px;
		cursor: pointer;
	}
	
	#global-nav li.information {/* Kimura*/
		left: 0;
        width: 140px;
	}
    #global-nav li.information a p{/* Kimura*/
        width: 90px;
    }
	.home #global-nav li.category > span,
	#global-nav li.category.current > span,
	.information #global-nav li.information > span,
	.lecture_event #global-nav li.lecture_event > span,
	.library #global-nav li.library > span,
	.consult #global-nav li.consult > span,
	.publish #global-nav li.publish > span,
	.about #global-nav li.about > span {
		opacity: 1;
	}
	.information #global-nav li.information:before,
	.lecture_event #global-nav li.lecture_event:before,
	.library #global-nav li.library:before,
	.consult #global-nav li.consult:before,
	.publish #global-nav li.publish:before,
	.about #global-nav li.about:before {
		content: "";
		position: absolute;
		bottom: -10px;
		left: 50%;
		margin-left: -9px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 12px 12px 12px;
		border-color: transparent transparent #f9f9f9 transparent;
		z-index: 0;
	}
	.information #global-nav li.information:after,
	.lecture_event #global-nav li.lecture_event:after,
	.library #global-nav li.library:after,
	.consult #global-nav li.consult:after,
	.publish #global-nav li.publish:after,
	.about #global-nav li.about:after {
		content: "";
		position: absolute;
		bottom: -9px;
		left: 50%;
		margin-left: -10px;
		width: 0px;
		height: 0px;
		border-style: solid;
		border-width: 0 13px 13px 13px;
		border-color: transparent transparent rgba(0,0,0,.4) transparent;
		z-index: -1;
	}
    #global-nav li.category > a{/* Kimura*/
        position: absolute;
        display: block;
        padding: 0;
        top: 1px;
        right: 8px;
    }
    #global-nav li a img{/* Kimura*/
        float: left;
    }
    #global-nav li a p{/* Kimura*/
        width: auto;
        margin: 0;
    }
    #global-nav li:hover a span{/* Kimura*/
        color: #00A4B8;
    }
	
	#global-nav li.lecture_event {/* Kimura*/
		left: 140px;
        width: 188px;
	}
    #global-nav li.lecture_event a p{/* Kimura*/
        width: 137px;
    }
	#global-nav li.library {/* Kimura*/
		left: 328px;
        width: 168px;
	}
    #global-nav li.library a p{/* Kimura*/
        width: 112px;
    }
	#global-nav li.consult {/* Kimura*/
		left: 496px;
        width: 140px;
	}
    #global-nav li.consult a p{/* Kimura*/
        width: 83px;
    }
	#global-nav li.publish {/* Kimura*/
		left: 626px;
        width: 124px;
	}
    #global-nav li.publish a p{/* Kimura*/
        width: 71px;
    }
	#global-nav li.about {/* Kimura*/
		left: 750px;
        width: 230px;
	}
    #global-nav li.about a p{/* Kimura*/
        width: 182px;
    }
    #global-nav li.category span:first-of-type {/* Kimura*/
        font-size: 21px;
        font-weight: bold;
        font-family: 'arial black';
        letter-spacing: -0.05em;
        display: inline-block;
        margin: 0 0 2px 0;
	}
    #global-nav li.category span:first-of-type span.f_s{/* Kimura*/
        font-size: 16px;
    }
    #global-nav li.category span:last-of-type{/* Kimura*/
        font-size: 12px;
        font-weight: bold;
    }
	
	#global-nav .category-links {
		display: none;
		box-sizing: border-box;
		position: relative;
		top: 0;
		width: 100%;
		text-indent: 0;
		background: rgba(255,255,255,1);
		line-height: 1.3;
		border: 1px solid rgba(0,0,0,.1);
		border-radius: 0 0 4px 4px;
		padding-bottom: 4px;
		box-shadow: 0px 2px 10px rgba(0,0,0,.1);
		z-index: 100;
	}
	
	#global-nav li.information .category-links {
		left: -20px;
		width: 200px;
	}
	#global-nav li.library .category-links {
		left: -10px;
		width: 188px;
	}
	#global-nav li.consult .category-links {
		left: -40px;
		width: 230px;
	}
	#global-nav li.publish .category-links {
		left: -30px;
		width: 204px;
	}
	
	#global-nav li.current .category-links {
		display: block;
		border-top: 4px solid #b6d941;
/*		border-top: 4px solid #66c6cc;*/
	}
	
	#global-nav .category-links li a {
		display: block;
		padding: 16px 10px;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	#global-nav .category-links li a:hover {
		background-color: #fdfaca;
	}
	#global-nav .category-links li:last-child a {
		border-bottom: none;
	}
	
	#global-nav .consult .category-links li a {
		padding: 16px 10px;
		border-bottom: none;
	}
	#global-nav .consult .category-links li li a {
		padding: 8px 10px 8px 20px;
		border-bottom: none;
	}
	#global-nav .consult .category-links > li {
		padding-bottom: 8px;
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
	#global-nav .consult .category-links > li:first-child {
		padding-bottom: 0;
	}
	#global-nav .consult .category-links > li:last-child {
		border-bottom: none;
	}
	
	
	#sub-nav .association {/* Kimura*/
		position: absolute;
		top: 60px;
		right: 104px;
		font-size: 92%;
		padding-left: 16px;
		background: url(../img/global/nav-arrow.png) no-repeat 3px 50%;
        border: 1px solid #CC31A3;
        border-radius: 4px;
        padding: 6px 10px 4px 16px;
	}
    #sub-nav .association a {/* Kimura*/
        color: #CC31A3;
    }
	#sub-nav .association a:hover {
		text-decoration: underline;
	}
	
	#sub-nav li {
		position: absolute;
		top: 95px;
	}
	#sub-nav li a {/* Kimura*/
		display: block;
		height: 30px;
        border-radius: 4px;
        box-sizing: border-box;
        padding: 6px 6px;
        overflow: hidden;
        letter-spacing: -0.05em;
	}
     #sub-nav li a img{/* Kimura*/
        float: left;
    }
    #sub-nav li a span{/* Kimura*/
        position: relative;
        top: 2px;
        left: 4px;
        font-size: 12px;
        font-weight: bold;
        font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
    }
	
	#sub-nav li a:hover {
		border-radius: 4px;
	    box-shadow: rgba(0,0,0,0.2) 0 3px 8px;
	}
	
	#sub-nav li.contact {/* Kimura*/
		left: 321px;
	}
	#sub-nav li.contact a {/* Kimura*/
		width: 82px;
		border: 1px solid #c0c0c0;
	}
	#sub-nav li.access {/* Kimura*/
		left: 412px;
	}
	#sub-nav li.access a {/* Kimura*/
		width: 88px;
        border: 1px solid #c0c0c0;
	}
	#sub-nav li.time {/* Kimura*/
		left: 509px;
	}
	#sub-nav li.time a {/* Kimura*/
		width: 123px;
        border: 1px solid #c0c0c0;
	}
	#sub-nav li.reservation {/* Kimura*/
		left: 641px;
	}
	#sub-nav li.reservation a {/* Kimura*/
		width: 118px;
        border: 1px solid #c0c0c0;
	}
	#sub-nav li.document {/* Kimura*/
		left: 768px;
	}
	#sub-nav li.document a {/* Kimura*/
		width: 84px;
        border: 1px solid #c0c0c0;
	}
    #sub-nav li.sitemap {/* Kimura*/
		left: 861px;
	}
	#sub-nav li.sitemap a {/* Kimura*/
		width: 106px;
        border: 1px solid #c0c0c0;
	}
	#sub-nav li.twitter {/* Kimura*/
		left: 886px;
        top: 58px;
	}
	#sub-nav li.twitter a {/* Kimura*/
		width: 30px;
		opacity: .9;
        padding: 0;
	}
    #sub-nav li.twitter a span{/* Kimura*/
        display: none;
    }
	#sub-nav li.facebook {/* Kimura*/
		left: 914px;
        top: 58px;
       
	}
	#sub-nav li.facebook a {/* Kimura*/
		width: 30px;
		opacity: .9;
         padding: 0;
	}
    #sub-nav li.facebook a span{/* Kimura*/
        display: none;
    }
	#sub-nav li.store {/* Kimura*/
		left: 941px;
        top: 58px;
       
	}
	#sub-nav li.store a {/* Kimura*/
		width: 30px;
		opacity: .9;
         padding: 0;
	}
    #sub-nav li.store a span{/* Kimura*/
        display: none;
    }
	#sub-nav li.twitter a:hover,
	#sub-nav li.facebook a:hover,
	#sub-nav li.store a:hover{
		box-shadow: none;
		opacity: 1;
	}
	#sub-nav-footer {
		display: none;
	}
	
	#sub-nav-sp{
		display: none;
	}
}

@media only screen and (max-width: 639px) {
	#global-header {
		position: relative;
		width: 100%;
		min-height: auto;
/*		border-bottom: 1px solid #d4d4d4;*/
	}
	#site-title {
		padding: 0 0 10px 10px;
	}
	#site-title a {
		display: block;
		/*text-indent: -9999px;*/
		width: 196px;
		height: 70px;
		/*background: url(../img/global/site-title_m.png) no-repeat 0 0;*/
	}
    
    #global-header span.backhome{/* Kimura */
        display: none;
    }
	/* Toggle Button */
	
	#nav-toggle{}
	
	#nav-toggle {
	    position: absolute;
	    top: 16px;
	    right: 10px;
	    cursor: pointer;
	    opacity: 1;
        z-index: 1000;
	}
    .open #nav-toggle img.open-button{/* Kimura*/
        display: none;
    }
    .open #nav-toggle img.close-button{/* Kimura*/
        display: block;
		border: 2px solid #fff;
		border-radius: 15%;
    }
    #nav-toggle img.open-button{/* Kimura*/
        display: block;
		border: 2px solid #fff;
		border-radius: 15%;
    }
    #nav-toggle img.close-button{/* Kimura*/
        display: none;
    }
    #nav-toggle span{
        font-size: 11px;
        margin: 2px 0 0 0;
        text-align: center;
        color: #555;
    }
    .open #nav-toggle span.open-text{
        display: none;
    }
    .open #nav-toggle span.close-text{
        display: block;
    }
    #nav-toggle span.open-text{
        display: block;
    }
    #nav-toggle span.close-text{
        display: none;
    }
	#nav-toggle:hover,#nav-toggle:focus {
		opacity: 1;
	}
	
	#global-header .navigation {
		display: none;
		font-size: 107%;
		line-height: 1.2;
		background: #f2f2f2;
	}
	.open #global-header .navigation {
		display: block;
	}
	.open #page-body {
		display: none;
	}
	
	#global-header .navigation  a:hover {
		background: #fdfaca;
	}

	#global-nav {
		display: none;
	}
	.open #global-header #global-nav {
		display: block;
	}
	#global-nav .category-links:after,
	#global-nav .category-links ul:after,
	#sub-nav ul:after ,
	#sub-nav-footer ul:after {
	    content:" ";
	    display:block;
	    clear:both;
	}
	#global-nav li.category span:first-of-type {/* Kimura */
		font-weight: bold;
	}
	#global-nav li.category span:first-of-type {/* Kimura */
		display: block;
		padding: 12px 20px 10px;
		background: #f5f5f5;
	}
    #global-nav li.category span:last-of-type{/* Kimura */
        display: none;
    }
    #global-nav li.category img{/* Kimura */
        display: none;
	}
	#global-nav .category-links li a,
	#sub-nav a ,
	#sub-nav-sp a ,
	#sub-nav-footer a {
		display: block;
		box-sizing: border-box;
		padding: 12px 20px 10px;
	}
	#global-nav li a {
/*		padding: 4px 10px;*/
	}
	#global-nav li.category {
		position: relative;
		z-index: 10;
		margin-top: -1px;
		padding-bottom: 5px;
		clear: both;
		background: #f2f2f2;
		border-top: 1px solid #e9e9e9;
	}
	
	#global-nav li.category li {
		background: #ffffff;
	}
	#global-nav .category-links li,
	#sub-nav li ,
	#sub-nav-footer li,
	#sub-nav-sp li  {
		margin-top: -1px;
		box-sizing: border-box;
/*		float: left;
		width: 50%;*/
	}
	#global-nav .category-links li a,
	#sub-nav li a ,
	#sub-nav-footer li a,
	#sub-nav-sp li a {
		border-top: 1px solid #e9e9e9;
		border-bottom: 1px solid #e9e9e9;
	}
    #sub-nav li a img{
        display: none;
    }
	#sub-nav li:last-child a ,
	#sub-nav-footer li:last-child a,
	#sub-nav-sp li:last-child a {
		border-bottom: none;
	}
	#global-nav .consult .category-links li li a {
		color: #666666;
	}
	#global-nav .consult .category-links li li:nth-of-type(odd) {
		border-right: 1px solid #e9e9e9;
	}
	
	#sub-nav ,
	#sub-nav-footer,
	#sub-nav-sp {
		background: #ffffff;
	}
	#sub-nav .association {
		display: none;
	}

	#global-header .title {
		padding: 12px 20px 10px;
		color: #ffffff;
	}
	#global-nav .title {
		background: #b6d941;
	}
	#sub-nav .title ,
	#sub-nav-footer .title {
		background: #7e7e7e;
	}

	#global-header .btn {
		border-top: 1px solid #d4d4d4;
		padding: 10px 0;
		text-align: center;
	}
	#global-header .btn a {
		display: inline-block;
		padding: 7px 20px 5px;
		margin: 0 auto;
		color: #ffffff;
		background: #7e7e7e;
		cursor: pointer;
		border-radius: 4px;
	}
	#global-header .btn a:hover {
		color: #ffffff;
		background: #7e7e7e;
	}
	
	#sub-nav{
		display: none;
	}
	
	#sub-nav-sp
	#sub-nav-sp .association {
		display: none;
	}

	#sub-nav-sp .title {
		background: #7e7e7e;
	}
	
}
/* @end */

/* @group #page-body */

#page-body {
	display: block;
	min-height: 500px;
}

/* @group for Pc / 640px~ */
@media only screen and (min-width: 640px) {
	#page-body {
		font-size: 123.1%;
	}
	
	#page-body .section {
		padding: 60px 0;
		border-bottom: 1px solid rgba(0,0,0,.2);
	}
	
	#page-body .inner {
		width: 980px;
		margin: 0 auto;
	}
	
	#page-body .content > .inner {
		width: 980px;
	}
	

}
/* @end */


/* for Mobile / ~640px */
@media only screen and (max-width: 639px) {
	#page-body {
		font-size: 107%;
	}
	#page-body section {
		padding: 30px 10px 50px;
		border-bottom: 1px solid rgba(0,0,0,.4);
	}
	#page-body #about {
		padding: 50px 10px 30px;
		border-bottom: none;
	}
	
}
	
/* @end */

/* @group #global-footer */

#global-footer {
	color: #282828;
	border-top: 1px solid rgba(0,0,0,.2);
}
#global-footer a {
	display: inline-block;
	color: #282828;
	text-decoration: none;
}

#global-footer #sitemap a:hover,
#global-footer .others a:hover,
#global-footer #sitemap a:focus,
#global-footer .others a:focus {
	text-decoration: underline;
}

#sitemap {
	background: #efefef;
	font-size: 107%;
	line-height: 1.3;
	}

#sitemap .inner {
    width: 980px;
    margin: 0 auto;
    padding: 60px 0;
}

#sitemap div.f_header {/* Kimura */
    overflow: hidden;
}
#sitemap h2 {/* Kimura */
    display: inline-block;
    padding-right: 1em;
    font-weight: bold;
    font-size: 114%;
    float: left;
}
#sitemap p.association {/* Kimura */
    display: inline-block;
    font-weight: normal;
    padding-left: 16px;
    background: url(../img/global/nav-arrow.png) no-repeat 2px 50%;
    background-color: #fff;
    border-radius: 4px;
    padding: 6px 12px 4px 16px;
    line-height: 1;
    border: 1px solid #CC31A3;
    color: #CC31A3;
    float: right;
}
#sitemap p.association a{
    color: #CC31A3;
}


#global-footer .others {
	border-top: 1px solid rgba(0,0,0,.2);
/*	border-bottom: 1px solid rgba(0,0,0,.2);*/
}
#global-footer .others {
    margin-top: 20px;
    padding-top: 20px;	
}
#global-footer .others:after {
    content:" ";
    display:block;
    clear:both;
}
#global-footer .others li {
    float: left;
    padding-right: 40px;
}
#global-footer .others li a {
    display: inline-block;
}
#global-footer .others li:last-child {
    padding-right: 0;
}

	
#sitemap .columns {
    margin-top: 20px;
}	

#sitemap .column {/* Kimura*/
    width: 130px;
	padding-right: 30px;
}
#sitemap .column:last-child {
	padding-right: 0;
}

#sitemap div.column > ul > ul > li {/* Kimura*/
	margin-top: 5px;
}

#sitemap div.column > ul > li {
	padding-bottom: 5px;
	font-weight: bold;
}	

#global-footer .footer {
	position: relative;
	width: 980px;
	margin: 20px auto;
}

#global-footer .footer a:hover {/* Kimura */
	border-radius: 4px;
    overflow: visible;
}

#global-footer .inline {
	float: right;
}

#global-footer .inline li {/* Kimura*/
	display: inline;
	margin: 0 10px 0 0;
}
#global-footer .inline li.policy a,
#global-footer .inline li.regulations a,
#global-footer .inline li.contact a,
#global-footer .inline li.home a
{/* Kimura*/
    padding: 8px 8px;
    border-radius: 4px;
    border: 1px solid #C0C0C0;
}
#global-footer .inline li a span{
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
	
#copyright {/* Kimura*/
	line-height: 30px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
    display: inline;
	}

#copyright a:hover, #copyright a:focus{
	text-decoration: underline;
}

@media only screen and (max-width: 639px) {
	#sitemap {
		display: none;
	}
	#global-footer .footer {
		width: 100%;
		margin: 10px 0 20px;
        display:-webkit-box;   
        display: -webkit-flex;
        display:-ms-flexbox;
        display: flex;
        -webkit-flex-wrap:wrap;
        -ms-flex-wrap:wrap;
        flex-wrap:wrap;
        justify-content: center;
	}
	
	#global-footer .inline {
		text-align: center;
		float: none;
        order: 2;
	}
	
	/*#global-footer .btn .twitter,
	#global-footer .btn .facebook {
		display: none;
	}*/
	#global-footer .inline li {
		display: inline-block;
		margin: 10px 5px 0 5px;
	}
	#copyright {
		margin-top: 5px;
		margin-bottom: 10px;
		font-size: 85%;
		line-height: 1.2;
		text-align: center;
        display: block;
        order: 1;
	}
}

@media only screen and (min-width: 640px) {
	#global-footer .btn .home{
		display: none;
	}
}
	

/* @end */


/* @group Module */


main .content {
	margin-top: 40px;
	min-height: 200px;
}
main .content:last-child {
	padding-bottom: 80px;
}

.content div.top {
	margin-top: 0;
	padding-top: 0;
}
#page-body .content .inner > header:first-child,
#page-body .content .inner > div:first-child {
	margin-top: 0;
    padding-top: 0;
}

@media only screen and (max-width: 639px) {
	main .content {
		margin-top: 40px;
		padding: 0 10px;
	}
	main .content:last-child {
		padding-bottom: 60px;
	}
}

/* for header */
.content header {
	padding-bottom: 30px;
}
.content.articles article header {
	padding-bottom: 0;
}
#page-body .content .inner > header.blockade:first-child,
#page-body .content .inner > div.blockade:first-child {
	padding-top: 24px;
}

header.blockade {
	margin-bottom: 30px;
	padding-bottom: 22px;
}
.report-article header.blockade {
	margin-bottom: 50px;
}

@media only screen and (max-width: 639px) {
	header.blockade {
		margin-bottom: 10px;
	}
}


/* for .block */
.content .block {
	margin: 0;
	padding: 30px 0;
}
.content .block:last-child {
	padding-bottom: 0;
}
.lecture_event .content .lead {
	margin-top: 0;
	padding-top: 20px;
}

.content .block .block {
    clear: both;
}

@media only screen and (max-width: 639px) {
/*	.content .block {
		padding: 15px 0;
	}*/
}


.block-inner {
	padding: 0 5px;
	line-height: 1.8;
}

h2 + .block-inner {
	padding: 20px 5px 0;
}
@media only screen and (max-width: 639px) {
	h2 + .block-inner {
		padding-top: 10px;
	}
}


/* for clearfix */
.event-article .lead:after,
.event-article .lecturer:after,
.block-inner:after,
.book:after,
.page-title:after,
.blockade:after {
    content:" ";
    display:block;
    clear:both;
}


/* float */
.fL,
.img-L {
	float: left;
	clear: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.fR,
.img-R {
	float: right;
	clear: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

p.photoS.fR,
p.photoS.fL {
	margin-top: 0;
	margin-bottom: 20px;
}

p.photoS.fR img,
p.photoS.fL img {
	display: inline-block;
	max-width: 300px;
}

.content .mtz {
	margin-top: 0;
}
.content .mts {
	margin-top: 10px;
}
.content .mbz {
	margin-bottom: 0;
}
.content .mbs {
	margin-bottom: 10px;
}
.content .mb {
	margin-bottom: 20px;
}

.content .mt,
.content .note.mt,
p.photoS.fR.mt,
p.photoS.fL.mt {
	margin-top: 20px;
}

.content .mtl {
	margin-top: 40px;
}

@media only screen and (min-width: 640px) {
	.content .mr {
		margin-right: 20px;
	}
	.content .pr {
		padding-right: 20px;
	}
	
	.content .tac {
		text-align: center;
	}
	.content .tac img {
		display: inline-block;
	}
}
@media only screen and (max-width: 639px) {
	p.photoS.fR,
	p.photoS.fL,
	.img-R,
	.img-L {
		float: none;
		margin: 0 auto 20px;
		text-align: center;
	}
	.img-R,
	.img-L {
	    width: 100%;
	    height: auto;
	}
}
@media only screen and (max-width: 330px) {
	p.photoS.fR img,
	p.photoS.fL img {
		display: block;
/*		width: 100%;*/
/*		height: auto;*/
	}
	.book p.photoS.fR,
	.book p.photoS.fL {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	.book p.photoS.fR img,
	.book p.photoS.fL img {
		display: inline-block;
		width: 80px;
		height: auto;
	}
/*	.fixPhoto img {
		width: 100%;
		height: auto;
	}*/
}




/* font : base 6.25*/
.content p,
.content table {
	margin-top: 20px;
	line-height: 1.7;
}

.content ul,
.content ol,
.content dl {
	margin-top: 16px;
}


.content .note {
	margin-top: 10px;
	margin-left: 1.2em;
	text-indent: -1.2em;
	font-size: 87.5%;
	color: #808080;
	line-height: 1.5;
}

.content ul.note,
.content ol.note {
    margin-top: 20px;
    margin-left: 0;
    text-indent: 0;
}
.content ul.note li,
.content ol.note li {
    margin-left: 1.2em;
    text-indent: -1.2em;
}

.content .btn .note {
 	margin-top: 0;
    margin-left: 0;
    text-indent: 0;
}

.content h2 .note,
.content h3 .note {
    font-size: 70%;
    font-weight: normal;
}

p.photo {
	margin-top: 20px;
}

.home p.photo {
    padding-bottom: 20px;
}

.photo {
	line-height: 0;
	font-size: 1px;
}
.photo img,
.photoS img {
	display: block;
	vertical-align: bottom;
	box-shadow: 0 0 0 1px rgba(0,0,0,.1);
}

@media only screen and (min-width: 640px) {
	.content .mtz {
		margin-top: 0;
	}
}
@media only screen and (max-width: 639px) {
	p.photo img {
		width: 100%;
	}
	p.photo.as {
	    text-align: center;
	}
	p.photo.as img {
		width: auto;
		display: inline-block;
	}
}


.content ul,
.content ol {
	margin-left: 1.6em;
}
.content ul li {
	padding: 2px 0;
	list-style: disc;
}
.content ol li {
	padding: 2px 0;
	list-style: decimal;
}
.content ul.no,
.content ol.no {
	margin-left: 0;
}
.content ul.no li,
.content ol.no li {
	list-style: none;
}

.content dt {
	font-weight: bold;
}

.content table {
	width: 100%;
}
.content table {
	border-top: 1px solid rgba(0,0,0,.4);
}
.articles table {
	border-top: none;
}
.content table th {
	vertical-align: top;
	border-right: 1px solid rgba(0,0,0,.1);
}
.content table th,
.content table td {
	padding: 12px 20px 10px;
	border-bottom: 1px solid rgba(0,0,0,.4);
}
.articles table th,
.articles table td {
	padding: 0;
	border-bottom: none;
	border-right: none;
}

.content table td {
	border-right: 1px solid rgba(0,0,0,.1);
}
.content table td:last-child {
	border-right: none;
}

.content table th {
	background: #f5f5f5;
}
.content table thead th {
    background: #f5f5f5;
    font-weight: bold;
}
.articles table th {
	background: none;
	padding-right: 10px;
	white-space: nowrap;
}
.form table th {
	border-right: 4px solid #c6da87;
}
.form table th {
	font-weight: bold;
	vertical-align: top;
	white-space: nowrap;
}

.form table td input[type="text"] {
	padding: 2px;
	width: 500px;
}
.form table td input.age {
	width: 60px;
}
.form table td input.postal-code {
	width: 160px;
}
.form table td textarea {
	box-sizing: border-box;
	padding: 2px;
	width: 500px;
	max-width: 500px;
	min-height: 80px;
	border: 1px solid #d4d4d4;
}

.contact table tr:last-child textarea {
	min-height: 300px;
}

label {
	display: inline-block;
}

/* @group .table-scroll */

.content .table-scroll {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.content .table-scroll table {
    font-size: 87.5%;
    word-break: keep-all;
    white-space: nowrap;
}
.content .table-scroll span {
    font-size: 75%;
}
.content .table-scroll span.price,
.content .table-scroll span.tac {
    display: block;
    font-size: 100%;
    text-align: right;
}
.content .table-scroll span.tac {
    text-align: center;
}
.content .table-scroll .time {
    display: block;
}
.content .table-scroll .price:before {
    content: "¥";
    padding-right: .2em;
}
.content .table-scroll .unit {
    padding-left: .2em;
}

.content .table-scroll sup {
    position: relative;
    top: -2px;
}
.content .table-scroll .none {
    display: block;
    text-align: center;
}
.content .table-scroll table th,
.content .table-scroll table td {
	padding: 6px 10px 6px;
	border: 1px solid #d4d4d4;
}
.content .table-scroll table td:empty {
}

/* @end */

@media only screen and (max-width: 639px) {
	.content table th,
	.content table td {
		display: block;
		border-right: none;
	}
	.content .table-scroll table th,
	.content .table-scroll table td {
		display: table-cell;
	}
	.content table td input[type="text"],
	.content table td textarea {
		width: 100%;
		max-width: 100%;
	}
	.content table td input.age {
		width: 60px;
	}
	.content table td input.postal-code {
		width: 160px;
	}
}

#floor {
	margin: 40px 0 0;
}

#floor th a {
	text-decoration: none;
}
#floor ul {
	margin-top: 0;
}
#floor ul li {
	margin-right: 10px;
	display: inline-block;
}
#floor ul li::before {
	content: "・";
}



.content h1, .content h2, .content h3, .content h4, .content h5 {
	font-weight: bold;
	margin-top: 40px;
	line-height: 1.3;
}
.article > h1, .article > h2, .article > h3, .article > h4, .article > h5,
.content > h1, .content > h2, .content > h3, .content > h4, .content > h5,
.content div > h1, .content div > h2, .content div > h3, .content div > h4, .content div > h5 {
	margin-top: 0;
}
.articles h1 {
	margin-top: 10px;
}



@media only screen and (min-width: 640px) {
	/* base 6.25 */
	.content h1 {
		font-size: 175%; /* 28px */
		padding: 0 5px 5px;
		border-bottom: 6px solid #c6da87;
	}
	.content h2 {
		font-size: 162.5%; /* 26px */
		padding: 0 5px 5px;
		border-bottom: 4px solid #f7c5c8;
	}
	.content h3 {
		font-size: 137.5%; /* 22px */
	}
	.content h4 {
		font-size: 112.5%; /* 22px */
	}
}

@media only screen and (max-width: 639px) {
	/* base 7.14 */
	.content h1 {
		font-size: 171%; /* 24px */
		padding: 0 5px 10px;
		border-bottom: 4px solid #c6da87;
	}
	.content h2 {
		font-size: 157%; /* 22px */
		padding: 0 5px;
		border-bottom: 4px solid #f7c5c8;
	}
	.content h3 {
		font-size: 142.8%; /* 20px */
	}
	.content h4 {
		font-size: 114.24%; /* 16px */
	}
}

.content h3.square,
.content h4.square {
    padding-left: 21px;
}
.content h3.square:before,
.content h4.square:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 2px;
    width: 20px;
    height: 20px;
    margin-right: 6px;
    margin-left: -21px;
    background: #f7c5c8;
}

.content h3.line,
.content h4.line {
	position: relative;
	overflow: hidden;
}
.content h3.line span,
.content h4.line span {
	display: inline-block;
	padding-right: 10px;
	background: #ffffff;
}
.content h3.line:after,
.content h4.line:after {
	position: absolute;
	top: 50%;
	content: '';
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,.2);
}

/* @group .block-columns */

.block-columns .block h1 {
	margin-top: 0;
	margin-bottom: 30px;
}

.block-columns .nav {
	margin: 0;
}
.block-columns .nav li.cat {
	padding: 0;
}
.block-columns .nav li ul {
    margin-top: 0;
    padding-bottom: 20px;
}
.block-columns .nav li li {
    list-style: disc;
    color: #d4d4d4;
    margin-left: 1em;
}
.block-columns .nav .cat > a {
	display: block;
	padding: 10px 10px 10px 22px;
	opacity: .7;
	background: url(../img/global/link-arrow.png) no-repeat 4px 50%;
	color: rgb(40,40,40);
	text-decoration: none;
}
.block-columns .nav .cat.current > a {
    opacity: 1;
}
.block-columns .cat > a:hover {
    opacity: 1;
    text-decoration: underline;
}

.block-columns .nav .cat li a {
    display: block;
    padding: 5px;
    background: none;
    text-decoration: none;
}

.block-columns .nav .cat li a:hover {
    text-decoration: underline;
}


@media only screen and (min-width: 640px) {
	.block-columns .column:first-child {
		width: 660px;
		padding-right: 20px;
		border-right: 1px solid #d4d4d4;
	}
	.block-columns .column:last-child {
		width: 280px;
	    margin-left: -1px;
	    padding-left: 19px;
		border-left: 1px solid #d4d4d4;
	}
}

@media only screen and (max-width: 639px) {
	.block-columns .column:last-child {
		margin-top: 30px;
		padding-top: 30px;
		border-top: 1px solid #d4d4d4;
	}
}

/* @end */


/* @group header #category-title */

#category-title {
}

#category-title {
	background: #f9f9f9;
	border-top: 1px solid rgba(0,0,0,.4);
	border-bottom: 1px solid rgba(0,0,0,.4);
/*	border-bottom: 4px solid #b6d941;*/
}
#category-title .inner {
	box-sizing: border-box;
	padding: 18px 10px 16px;
}
#category-title .inner {
}
#category-title .page-title {
	font-size: 208%;
	font-weight: bold;
	line-height: 1.2;
    min-height: 40px;
}
#category-title .sub-title {
    margin-top: 2px;
}
#category-title p {
	margin-top: 10px;
}
#category-title p.link {
    margin-top: 0;
}
#category-title p.link a:hover {
	color: #000000;
	/*font-weight: bold;*/
	/*background: none;*/
	background-color: #FFFF66;
}
#category-title p.icn {
    margin-top: 0;
}


@media only screen and (min-width: 640px) {
	#category-title .page-title .cat {
		display: none;
	}
}
@media only screen and (max-width: 639px) {
    #category-title .inner {
	    padding: 18px 10px 14px;
    }
	#category-title .page-title .cat {
		display: block;
		font-size: 50%;
		color: rgba(0,0,0,.5);
	}
	
}


/* @end */

/* @group #category-nav */

#category-nav li a,
#category-nav li span {
    display: block;
    color: #282828;
	background: #ffffff;
	text-decoration: none;
    }
#category-nav li a.current {
	cursor: default;
}
#category-nav li a:hover {
	background: #f9f9f9;
	font-weight: bold;
}
#category-nav li a.current:hover {
	cursor: default;
}
#category-nav li a.current.hover {
    cursor: default;
}
#category-nav li a.current.hover:hover {
	background: #ffffff;
}


@media only screen and (min-width: 640px) {
	#category-nav {
		margin-top: -1px;
		border-top: 1px solid #d4d4d4;
		border-bottom: 1px solid rgba(0,0,0,.6);
	}
	#category-nav ul {
		display: table;
		margin: 0;
		width: 100%;
	}
	#category-nav li {
		box-sizing: border-box;
		display: table-cell;
		list-style: none;
		text-align: center;
		border-right: 1px solid #d4d4d4;
	}
	#category-nav li:first-child {
		border-left: 1px solid #d4d4d4;
	}
	#category-nav li:last-child {
	    border-right: 1px solid #d4d4d4;
	}
	#category-nav li a.current,
	.top #category-nav li.top span,
	.confirm #category-nav li.confirm span,
	.complete #category-nav li.complete span {
		color: #282828;
		text-decoration: none;
		font-weight: bold;
	}    
	
	#category-nav li a,
	#category-nav li span {
	    display: block;
		padding: 10px 0 8px;
	    }
	#category-nav li a.current {
	    margin-top: -1px;
	    padding: 11px 0 8px;
	    background-color: #f9f9f9;
		border-top: 1px solid #e9e9e9;
	}
	#category-nav li em {
		display: block;
	}
	#category-nav li a:hover,
	#category-nav li span:hover {
	}
	
}
@media only screen and (max-width: 639px) {
	#category-nav li a {
		padding: 10px;
		border-bottom: 1px solid rgba(0,0,0,.4);
	}
	#category-nav li a.current  {
		color: #749900;
		font-weight: bold;
	}
}



/* @end */



/* @group for_icon */

p.meta {
	margin: 0;
	color: #4f4f4f;
}

.meta .date {
	margin-right: 10px;
	opacity: .9;
	vertical-align: bottom;
}

.meta .icn {
	display: inline-block;
	box-sizing: border-box;
	min-width: 38px;
	margin-left: 6px;
	padding: 4px 4px 1px 4px;
	text-align: center;
	color: #ffffff;
	background: #808080;
	border-radius: 3px;
	line-height: 1;
	font-size: 86%;
}

/*.lecture_event .meta .icn,
.topics .meta .icn {
    margin-right: 10px;
	padding: 6px 6px 3px 6px;
	font-size: 100%;
}*/

.meta .icn-new {
	background: #f15d69;
	color: #ffffff;
	text-transform: uppercase;
}
.meta .icn-nursery {
	color: #f15d69;
	background: #ffffff;
	box-shadow: 0 0 0 1px #f15d69 inset;
}
.meta .icn-add {
	background: #808080;
}
/*.meta .icn-wings {
    padding-left: 24px;
	background: #00a4b8 url(../img/global/icn-wings.png) no-repeat 2px 50%;
}*/
.meta .icn-wings-only {
    overflow: hidden;
    text-indent: -9999px;
    min-width: 0;
    width: 22px;
	background: #00a4b8 url(../img/global/icn-wings.png) no-repeat 50% 50%;
	vertical-align: sub;
}
.meta .icn-ribbon {
	background: #f08ab0;
}


/* @end */

/* @group .article-list */

.lecture_event .report-all .article-list {
	padding-top: 0;
}

.article-list {
	margin: 10px 0 0;
}

.article-list a {
	color: #282828;
	text-decoration: none;
}
.article-list a:hover .title {
	color: #282828;
	background: #fdfaca;
}
.article-list article a {
	display: block;
	padding: 16px 5px 14px;
}
.home .article-list article {
	border-bottom: 1px dotted rgba(0,0,0,.2);
}
.home .article-list article:last-child {
	border-bottom: none;
}
.article-list article .title {
	display: block;
	margin: 4px 0 0;
	font-size: 114%;
}

.lecture_event .article-list article,
.topics .article-list article {
    margin: 30px 0px;
}
.lecture_event .article-list article a,
.topics .article-list article a {
    padding: 0;
}
.lecture_event .article-list article .meta,
.topics .article-list article .meta {
    display: table-cell;
}
.lecture_event .article-list article .date,
.topics .article-list article .date {
    /* display: table-cell; */ /* tomo editid 0924. */
    margin: 0;
    padding: 0 12px 0 20px;
    font-weight: bold;
    font-size: 112.5%;
    color: #666666;
}
.lecture_event article a:hover .date,
.topics article a:hover .date {
    color: #000000;
}

.lecture_event .article-list article .title,
.topics .article-list article .title {
    margin-top: 6px;
    padding: 10px 20px 8px;
	font-size: 122%;
	border: 1px solid rgba(0,0,0,.2);
    border-radius: 4px;
}

.lecture_event .article-list article .title,
.topics .article-list article .title {
	color: #111111;
}
.lecture_event .article-list article .releaseyear {
	font-size: 0.8em;
	color: #888;
    font-weight: normal;
}

/* @end */


/* @group .books */

.books {
}

.books .book {
	box-sizing: border-box;
	margin: 20px 0 0;
	border: 1px solid rgba(0,0,0,.3);
}

.books .book .column {	
	box-sizing: border-box;
	padding: 20px;
}

.books .book .thumb {
	background: #f5f5f5;
}

.books .book .photoS {
	margin: 0;
	text-align: center;
}
.books .book .photoS img {
	display: inline-block;
	max-width: 170px;
	max-height: 200px;
}

.books .book h2 {
	margin-top: 5px;
	padding: 0;
	font-size: 137.5%;
	border-bottom: none;
}
.books .book .author {
	margin-top: 0;
}
.books .book .description {
	font-size: 93.75%;
}

.books .book .publisher {
	margin-top: 0;
	font-size: 87.5%;
	color: #808080;
}



@media only screen and (min-width: 640px) {
	.books .book .column {	
		width: 768px;
	}
	.books .book .thumb {
		/*width: 210px;*/
		width: 200px;
		border-right: 1px solid rgba(0,0,0,.1);
	}
	
}

@media only screen and (max-width: 639px) {
	.books .book .thumb {
		border-bottom: 1px solid rgba(0,0,0,.1);
	}
}

/* @end */



/* @group .book-list */

#current-number .book {
	margin-top: 40px;
}

.book-list {
}

.book-list .book {
	box-sizing: border-box;
	margin: 10px 5px 0;
	width: 235px;
	border: 1px solid rgba(0,0,0,.4);
}

/*.book-list .book a,
.book-list .book > div {
	display: block;
	padding: 15px 10px 10px;
	color: #282828;
	text-decoration: none;
}*/

.book-list .book a,
.book-list .book > div {
	display: block;
	padding: 0px 10px 15px 10px;
	color: #282828;
	text-decoration: none;
}

.book-list .book a:hover {
	color: #282828;
	background: #fdfaca;
}

.book-list .book .photoS {
	margin: 0;
	padding-top:15px;
	text-align: center;
}
.book-list .book .photoS img {
	display: inline-block;
	max-width: 213px;
	max-height: 170px;
}

.book-list .book h2 {
	margin-top: 15px;
	font-size: 100%;
	border-bottom: none;
}
.book-list .book .date {
	text-align: center;
}

.book-list .book .pdf {
	margin-top: 15px;
	padding-top: 10px;
	text-align: center;
	border-top: 1px solid rgba(0,0,0,.2);
}



@media only screen and (max-width: 639px) {
	#current-number .book,
	#current-number .book {
		margin-top: 20px;
	}
	.book-list .book:first-child {
		margin-top: 0;
	}
	.book-list .book {
		width: 100%;
		margin: 10px 0;
	}
}

/* @end */


/* @group .btn */

.btns {
	margin: 20px 0 0;
}
.form .btn {
	margin: 40px 0 0;
	text-align: center;
}

p.btn {
	margin: 0;
}

.btn-img {
	font-size: 1px;
	line-height: 1;
}

.btn-img a {
	display: inline-block;
}

.btn-img img {/* Kimura */
	vertical-align: middle;
}

.btn a {
	color: #282828;
	text-decoration: none;
}
.btn a:hover,
.form .btn input:hover,
.btn a:focus,
.form .btn input:focus
 {
	overflow: hidden;
	color: #282828;
	box-shadow: rgba(0,0,0,0.4) 0 3px 8px;
}
.btn-default a:hover,
.btn-em a:hover {
	border-radius: 6px;
}

.btn-default a,
.btn-em a,
.form .btn input {
	position: relative;
	display: block;
	box-sizing: border-box;
	margin: 10px 0 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding: 0 58px 0 10px; /* 48px */
	text-align: center;
	vertical-align: middle;
	border: 1px solid rgba(0,0,0,.4);
	border-radius: 6px;
	cursor: pointer;
	background-color: #ffffff;
}
.form .btn input {
	border: 1px solid rgba(0,0,0,.4);
}

.form .btn input {
	font-weight: bold;
	background: #ffffff url(../img/global/btn-default.png) no-repeat right 0;
}
.form .btn input.bk {
	padding: 0 10px 0 58px; /* 48px */
	background: #ffffff url(../img/global/btn-bk.png) no-repeat 0 0;
}

.btn-default a:after {
	position: absolute;
	right: 0;
	content: url(../img/global/btn-default.png);
}
.btn-em a:after {
	position: absolute;
	right: 0;
	content: url(../img/global/btn-em.png);
}

.columns.btns .column {
	box-sizing: border-box;
	width: 50%;
	margin-top: 10px;
}

.columns.btns .column:nth-of-type(odd) {
	padding-right: 10px;
}
.columns.btns .column:nth-of-type(even) {
	padding-left: 10px;
}

@media only screen and (max-width: 639px) {
	.columns.btns .column {
		width: 100%;
	}
	.columns.btns .column:nth-of-type(odd) {
		padding-right: 0;
	}
	.columns.btns .column:nth-of-type(even) {
		padding-left: 0;
	}
}


/* @end */

/* @group .link */

p.link {
	margin-top: 10px;
}

.link a {
	display: inline-block;
	padding: 2px;
/*	margin-right: 1em;*/
	color: rgba(0,0,0,.6);
	text-decoration: none;
}
.link a:hover {
	color: rgba(0,0,0,.8);
	background-color: #fdfaca;
}
/*.link-gr a {
	display: inline-block;
	color: #83b324;
	font-weight: bold;
}
.link-gr a:hover {
	color: #70991f;
}*/

.link-gr a {
	color: #6c8034;
}
.link-gr a:hover {
	color: #6c8034;
}


.link a:after {
	content: ' >';
}

p.link-bk {
	margin-top: 8px;
}

.link-bk input {
	display: block;
	text-indent: -9999px;
	width: 138px;
	height: 30px;
	border: none;
	background: url('../img/global/btn-back.png') no-repeat left top;
	cursor: pointer;
}
.link-bk input:hover {
	background: #fdfaca url('../img/global/btn-back.png') no-repeat left top;
}

.link-bk a:before {
	content: '< ';
}
.link-bk a:after {
	content: none;
}

.link .ex_link {
	padding-left: 20px;
	background-image: url('../img/global/icn-exlink.png');
	background-repeat: no-repeat;
	background-position: 3px 10px;
}
.link .ex_link:hover {
}

.link-google .ex_link {
	background-position: 3px 50%;
}

@media only screen and (max-width: 639px) {
	.link .ex_link {
		background-position: 3px 6px;
	}
	.link-google .ex_link {
		background-position: 3px 45%;
	}
}


/* @end */

/* @group Google Map */

/* iframe要素のオリジナルサイズ（横幅&amp;高さ）からアスペクト比を算出してpadding設定 / HD動画（16:9）の場合は、100 / 16 * 9 = 56.25% */
/*3.5 * 1*/
.iframe-wrap {
	position: relative;
	height: 0;
	padding-top: 28.57%;
	}

.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


/* @end */

/* @group .article */

.articles article {
	position: relative;
}
.articles .meta {
	margin-left: 5px;
}

.articles article .fb-like {
	position: absolute;
	top: 0;
	right: 5px;
}


@media only screen and (max-width: 639px) {
	.articles article .fb-like {
		position: relative;
		top: 0;
		left: 5px;
		margin-bottom: 5px;
	}
}

.articles table td {
	padding-bottom: 20px;
}

.articles .lecturer {
	padding: 20px 0;
	border-bottom: 1px solid rgba(0,0,0,.4);
}
.articles .lecturer:first-child {
	padding-top: 0;
}
.articles .lecturer:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
.articles .profile {
	font-size: 87.5%;
}
.articles .profile p {
	margin-top: 10px;
}

/* @end */


.blockade {
	margin: 20px 0 0;
	padding: 24px 25px 20px;
	border: 1px solid rgba(0,0,0,.4);
}
@media only screen and (max-width: 639px) {
	.blockade {
	    padding-left: 15px;
	    padding-right: 15px;
	}
}

/* @group .blockade */

.blockade p {
	margin-top: 10px;
}
.blockade > p:first-child {
	margin-top: 0;
}
.notice {
	background: #f9f9f9;
/*	color: #444444;*/
}
.nursery {
	background: #ffffff;
	border: 1px solid rgba(241,93,105,.5);
}
.nursery h4 {
	color: #f15d69;
}
.message {
	background: #f9f9f9;
}

.blockade .block {
	padding: 15px 0;
}

/* @end */

.need {
	color: rgba(241,93,105,1);
}
h4 .need {
	font-weight: normal;
}

.number strong {
    display: inline-block;
    white-space: nowrap;
	font-size: 175%;
	color: #f15d69;
	padding-left: 34px;
	min-height: 28px;
	background: url(../img/global/icn-tel_fill.png) no-repeat left 50%;
}

.access .number strong {
/*    padding-top: 6px;*/
}

.fax .number strong {
	padding-left: 40px;
	background: url(../img/global/icn-fax_fill.png) no-repeat left 50%;
}


.icn-img {
	vertical-align: middle;
	position: relative;
}
.icn-doc {
    position: relative;
    top: -2px;
    
}
.icn-doc img {
	vertical-align: middle;
}
.btn .icn-img {
	top: -2px;
}

h2 .icn-img {
	top: -4px;
}

.page-title.has-icn span {
	display: inline-block;
	margin-right: 10px;
}

.page-title.has-icn span img {
	vertical-align: middle;
	position: relative;
}

.page-title.has-icn strong {
	position: relative;
	top: 2px;
}

@media only screen and (max-width: 639px) {
	.page-title.has-icn {
		display: table;
	}
	.page-title.has-icn span,
	.page-title.has-icn strong {
		display: table-cell;
		vertical-align: middle;
	}
	.page-title.has-icn strong {
		padding-left: 10px;
	}
}


/* @group .pagination */

.pagination:after {
    content:" ";
    display:block;
    clear:both;
}

.pagination {
	margin-top: 40px;
	padding-bottom: 40px;
	text-align: center;
}

.pagination p,
.pagination ol,
.pagination ol li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}

.pagination p,
.pagination ol li {
}

.pagination a {
	color: #282828;
	text-decoration: none;
}
.pagination p a,
.pagination ol li a {
	display: inline-block;
	padding: 4px 2px 2px;
	cursor: pointer;
}

.pagination ol li a {
	border: 1px solid #d4d4d4;
	min-width: 2em;
	text-align: center;
}

.pagination a.current,
.pagination a.current:hover {
	color: #ffffff;
	background: #b6d941;
	cursor: default;
	border: 1px solid #bebebe;
}

.pagination ol li a:hover {
	color: #000000;
	background: #fdfaca;
}
.pagination p a:hover {
	color: #000000;
	text-decoration: underline;
}

/*@media only screen and (max-width: 639px) {
	.pagination ol {
		display: none;
	}
}*/

/* @end */

/* @group .form */

.form .error {
	margin-top: 5px;
	display: block;
	color: #e61728;
	font-size: 93.75%;
}

/* @end */

/* @group Categories */

/* @group .report */

.report .block-inner {
	position: relative;
}
.report .block-inner .key {
	margin-top: 0;
	position: absolute;
	top: 20px;
	right: 0;
	font-size: 400%;
	font-weight: bold;
	line-height: 1.1;
	color: rgba(247,197,200,.5);
}

/* @end */

/* @group .information */

.information h2 .room {
    vertical-align: middle;
    font-size: 53.846153846%;
    color: #999999;
    font-weight: normal;
}

@media only screen and (min-width: 640px) {
    .information .info-all .inner > .block {
        background: #fff2f2;
        margin: 30px 0 0;
        padding: 22px 20px 20px;
        border: 1px solid #ffd6cc;
/*        border-radius:10px;*/
    }
    .information .info-all .block-inner {
		position: relative;
		margin-top: 18px;
        padding: 20px;
        background: #ffffff;
        border: 1px solid #ffd6cc;
    }
   .information .info-all .block-inner > p {
   		margin-top: 0;
   }    
    .information .info-all .blockade {
        background: #ffffff;
        margin-top: 40px;
        padding: 0;
        border: none;
    }
    .information .info-all .block:first-child {
        padding-top: 28px;
    }
    .information .info-all h2 {
    	padding: 0 20px 0;
        border-bottom: none;
/*        color: #ff4d4d;*/
    }
    .information .info-all .block:not(#printed-copy) .photoS {
        margin-bottom: 0;
    }
    .information #page-body .info-all .block-inner .btn {
        position: absolute;
        bottom: 20px;
        width: 570px;
    }
    .information #floor .block-inner {
    	padding: 20px 10px;
    }
    .information #floor .modal-call .column {
    	padding: 0 10px;
    	width: 208px;
    	border-right: 1px solid rgba(0,0,0,.2);
    }
    .information #floor .modal-call .column:last-child {
    	border-right: none;
    }
}

/* @end */

/* @group .lecture_event */


@media only screen and (min-width: 640px) {
    .lecture_event .apply h2 {
        padding-bottom: 0;
    }
}

/* @end */

/* @group .faq */

.faq .block {
    border-bottom: 1px solid rgba(0,0,0,.4);
}
.faq .block:last-child {
    border-bottom: none;
}
.faq .block h2 {
    padding: 0;
    border-bottom: none;
}
.faq .block .question {
	box-sizing: border-box;
    padding-top: 5px;
    padding-left: 60px;
    min-height: 44px;
    background: url('../img/info/icn-question.png') no-repeat left 0;
}
.faq .block .answer {
 	box-sizing: border-box;
    margin: 20px 0 0;
    padding-top: 8px;
    padding-left: 60px;
    min-height: 44px;
    background: url('../img/info/icn-answer.png') no-repeat left 0;
}
.faq .block .answer p:first-child {
    margin-top: 0;
}

@media only screen and (max-width: 639px) {
    .faq .block h2 {
        padding: 2px 0 0;
    }
	.faq .block .question {
	    padding-top: 6px;
	}
}

/* @end */

@media only screen and (min-width: 40px) {
   .mailmag form input[type=text] {
	    width: 400px;
	}
}

@media only screen and (max-width: 639px) {
   .mailmag form input[type=text]  {
	    width: 100%;
	    margin-bottom: 6px;
	}
}


/* @group for modal */

@media only screen and (min-width: 640px) {
	.modal-overlay {
	    z-index: 2;
	    display:none; /*jsでフェードインされるまでdisplay:none*/
	    position:fixed;
	    top:0;
	    left:0;
	    bottom: 0;
	    right: 0;
	    width:100%;
	    height:100%;
	    background-color:rgba(0,0,0,.8)}
	a.modal-open:hover {cursor:pointer}
	.modal-content {
	    position: fixed;
	    display:none;
	    z-index:3;
	    margin: 20px;
	    padding: 20px;
	    border-radius: 10px;
	    background: #fff;
	    max-width: 500px;
	    max-height: 500px;
	}
	.modal-content img { width: 100%; height: auto;}
	.modal-content p { margin-top: 0; max-width:460px; text-align:left}
	
	.modal-inner {
		position: relative;
	}
}

@media only screen and (max-width: 639px) {
   /*.modal-call  {
   		display: none;
	}*/
	.modal-call h3.pc,.modal-call p.floor_pc{
		display: none;
		}
	#floor .block-inner .modal-inner p{
		margin:0;}
	
	.modal-content {
		margin-top: 20px;
	}
	#floor .modal-content .block-inner p,.modal-inner p{
		margin:0;}
	
	.modal-content p {
		margin-top: 0;
	}
	.modal-content img {
		width: 100%;
	} 
	
}



/* @end */


/* 文字の修飾-181101 */
/* ------- 181101 ----------- */


/*  文字の前後のマーク　*/
.m-star::before {
	/* ★---- */
	content: "\02605";
	padding-right: 0.2em;
}

.m-star2::before {
	/* ★----★ */
	content: "\02605";
	padding-right: 0.2em;
}

.m-star2::after {
	/* ★----★ */
	content: "\02605";
	padding-left: 0.2em;
}



.m-w-star::before {
	/* ☆---- */
	content: "\02606";
	padding-right: 0.2em;
}

.m-w-star2::before {
	/* ☆----☆ */
	content: "\02606";
	padding-right: 0.2em;
}

.m-w-star2::after {
	/* ☆----☆ */
	content: "\02606";
	padding-left: 0.2em;
}



.m-shikaku::before {
	/* ■---- */
	content: "\025A0";
	padding-right: 0.2em;
}

.m-shikaku2::before {
	/* ■----■ */
	content: "\025A0";
	padding-right: 0.2em;
}

.m-shikaku2::after {
	/* ■----■ */
	content: "\025A0";
	padding-left: 0.2em;
}


.m-w-shikaku::before {
	/* □---- */
	content: "\02610";
	padding-right: 0.2em;
}

.m-w-shikaku2::before {
	/* □----□ */
	content: "\02610";
	padding-right: 0.2em;
}

.m-w-shikaku2::after {
	/* □----□ */
	content: "\02610";
	padding-left: 0.2em;
}




.m-maru::before {
	/* ●---- */
	content: "\025CF";
	padding-right: 0.2em;
}

.m-maru2::before {
	/* ●----● */
	content: "\025CF";
	padding-right: 0.2em;
}

.m-maru2::after {
	/* ●----● */
	content: "\025CF";
	padding-left: 0.2em;
}

.m-w-maru::before {
	/* ◯---- */
	content: "\025CB";
	padding-right: 0.2em;
}

.m-w-maru2::before {
	/* ◯----◯ */
	content: "\025CB";
	padding-right: 0.2em;
}

.m-w-maru2::after {
	/* ◯----◯ */
	content: "\025CB";
	padding-left: 0.2em;
}



.m-dia::before {
	/* ◆---- */
	content: "\025C6";
	padding-right: 0.2em;
}

.m-dia2::before {
	/* ◆----◆ */
	content: "\025C6";
	padding-right: 0.2em;
}

.m-dia2::after {
	/* ◆----◆ */
	content: "\025C6";
	padding-left: 0.2em;
}


.m-w-dia::before {
	/* ◇---- */
	content: "\025C7";
	padding-right: 0.2em;
}

.m-w-dia2::before {
	/* ◇----◇ */
	content: "\025C7";
	padding-right: 0.2em;
}

.m-w-dia2::after {
	/* ◇----◇ */
	content: "\025C7";
	padding-left: 0.2em;
}



/* 文字の前後のかっこ　*/

.kakko-kagi::before {
	/* ＜----＞ */
	content: "＜";
	padding-right: 0.2em;
}

.kakko-kagi::after {
	/* ＜----＞ */
	content: "＞";
	padding-left: 0.2em;
}


.kakko-kagi-s::before {
	/* <----> */
	content: "<";
	padding-right: 0.2em;
}

.kakko-kagi-s::after {
	/* <----> */
	content: ">";
	padding-left: 0.2em;
}


.kakko-kagi-w::before {
	/* 《----》 */
	content: "《";
	padding-right: 0.2em;
}

.kakko-kagi-w::after {
	/* 《----》 */
	content: "》";
	padding-left: 0.2em;
}


.kakko-kagi-ws::before {
	/* ≪----≫  */
	content: "≪";
	padding-right: 0.2em;
}

.kakko-kagi-ws::after {
	/* ≪----≫  */
	content: " ≫";
	padding-left: 0.2em;
}

.kakko-sumi::before {
	/* 《----》  */
	content: "【";
	padding-right: 0.2em;
}

.kakko-sumi::after {
	/* 《----》  */
	content: "】";
	padding-left: 0.2em;
}

.kakko-kaku::before {
	/* ----］  */
	content: "［";
	padding-right: 0.2em;
}

.kakko-kaku::after {
	/* ［----］  */
	content: "］";
	padding-left: 0.2em;
}


/* ---その他の文字の修飾---　*/

.m-bold {
	font-weight: bold;
}

.gyoake-1{
	margin-bottom:1em !important;}
	
.gyoake-2{
	margin-bottom:2em !important;}
	
.gyoake-ue1{
	margin-top:1em !important;}
	
.gyoake-ue2{
	margin-top:2em !important;}
	
	
.gyoake-3{
	margin-bottom:3em;}
	
.mojiake-1{					/*文字間1*/
	letter-spacing:1em;}
	
.mojiake-2{					/*文字間2*/
	letter-spacing:2em;}
	
.m-1mojiake{					/*文字先頭1文字下げ*/
	padding-left: 1em !important;} 
	
.m-2mojiake{					/*文字先頭2字下げ*/
	padding-left: 2em !important;} 
.m-3mojiake{					/*文字先頭3字下げ*/
	padding-left: 3em !important;} 
.m-4mojiake{					/*文字先頭4字下げ*/
	padding-left: 4em !important;} 
.m-5mojiake{					/*文字先頭5字下げ*/
	padding-left: 5em !important;} 
	
	/*色*/
.m-blue{color:#196DDC;}

.blue{color:#196DDC;}
.red{color:#DD0000;}

.ms-85{font-size:0.85em !important;} /*フォントサイズ　0.85倍*/
.ms-120{font-size:1.2em !important;} /*フォントサイズ　1.2倍*/
.ms-150{font-size:1.5em !important;} /*フォントサイズ　1.5倍*/
.ms-200{font-size:2em !important;} /*フォントサイズ　2倍*/

/* 20210805 */
.applyother strong{ font-size: 120%;}
/* ------- /181101 ----------- */

