@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700,900|Noto+Serif+SC:400,600,900|Raleway:200,300,400,600,700,900|Pacifico|Roboto+Slab);


*{
	margin:0;
	padding:0;
	font-style:normal;
	border:0;
	zoom:1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;}

html{
  height:100%;
}
html>/**/body{
  overflow:-moz-scrollbars-vertical;
}
html:first-child body{
  min-height:100%;
  padding-bottom:1px;
}

body{
	margin:0;
	padding:0;
	border:0;
	color:#eeeeee;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Noto Sans JP","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	font-size:16px;
	background-color:#1e1e1e;}

body {
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

.aligncenter{text-align:center;}
.alignleft{text-align:left;}
.alignright{text-align:right;}

.floatleft{float:left;}
.floatright{float:right;}

.txt_xlarge{font-size:140%;}
.txt_large{font-size:120%;}
.txt_normal{font-size:100%;}
.txt_small{font-size:80%;}
.txt_xsmall{font-size:60%;}

img.fullsize{width:100%;height:auto;}

img.halfsize{width:45%;height:auto;}

a{text-decoration:none;}

strong{font-weight:bold;}
em{font-weight:bold;
color:#939;}



/*-----------------------------------------------------------
header:ヘッダー
-----------------------------------------------------------*/
header{
	position:fixed;
	width:100%;
	height:50px;
	background:rgba(40,40,40,1);
box-shadow:0 1px 1px rgba(125,125,125,0.1);
	z-index:999;}

	header h1{
		width:400px;
		height:50px;
		float:left;
		margin-left:20px;
		overflow:hidden;}

		header h1 a{
			display:block;
			width:400px;
			height:50px;
margin:-3px auto 0;
			background-image: url("img/logo_labo.png");
			background-position:50% 50%;
			background-size:contain;
			background-repeat:no-repeat;
			overflow:hidden;
			text-indent:100%;
			white-space:nowrap;}

	#menu-box{
		float:left;
		height:50px;
margin-left:40px;}

	#menu-box ul{
		width:100%;
		height:50px;
		list-style:none;}

	#menu-box ul li{
		float:left;
		height:50px;
transition:1s;}

	#menu-box ul li:last-child{}

		#menu-box ul li a{
			height:50px;
			line-height:50px;
			padding:0 2em;
			font-size:small;
			color:#eee;	
			font-family: 'Roboto Slab', serif;
			text-decoration:none;}

		#menu-box ul li:hover{
			background:rgba(90,90,90,1);}


#toggle {
	display: none;
}
 
/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width:900px) {

header{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;}

	header h1{
		width:200px;
		height:50px;
	line-height:50px;
		margin-left:10px;}

		header h1 a{width:100%;}

	#menu-box{
		width:100%;}

	#menu {
		display: none;
	}

	#toggle {
display: block;
position:fixed;
width:100%;}

	#toggle a{
		display: block;
		position:fixed;
		top:0;
		right:10px;
		text-align:center;
		font-size:x-large;
		line-height:50px;
		text-decoration: none;
		overflow:hidden;
	color:#c03;}

	#menu-box{
margin-left:0px;}	
	
	#menu-box ul{}

	#menu-box ul li{
		float:none;
		margin-left:0;
		border-top:1px solid rgba(255,255,255,0.5);}

	#menu-box ul li:last-child{
		margin-right:0;}

		#menu-box ul li a{
			display:block;
			width:100%;
			background:rgba(50,50,50,0.8);
			color:#fff;
			z-index:99999;
				transition:1s;}

		#menu-box ul li a:hover{
			background:rgba(50,50,50,0.9);}

}


/*-- MOVIE --*/

#movie{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	background:url("img/bg.png");
	position:relative;
	top: 0;
	left: 0;
	z-index: 2;
	vertical-align: bottom;}

video {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	position:relative;
	right: 0;
	top: 0;
	z-index:1;
	vertical-align: bottom;}

#movie img{
	position: absolute;
	width:400px;
	height:200px;
  	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
	z-index:9;
	text-align:center;}
	
@media(max-width: 768px){

#movie img{display:none;}
	
	video{
		margin-top:50px;}

}



/*---------------------------------------------------------------------------------
FOOTER
---------------------------------------------------------------------------------*/

footer{
	width:100%;
	margin:40px auto 0;}

	footer ul#footnav{
		max-width:1000px;
		width:50%;
		margin:0 auto;
		padding:40px;}

			footer ul#footnav li{
			display:inline-block;
			margin-right:0.5em;
			margin-bottom:1em;}

		footer ul#footnav li a{
			display:block;
			white-space: nowrap;
			padding:0.5em 1em;
			margin-bottom:0.5em;
			border:1px solid #666;
			font-size:small;
			color:#666;
			transition:0.5s;
text-shadow:0 1px 1px rgba(0,0,0,0.2);
box-shadow:0 1px 1px rgba(0,0,0,0.2);}

		footer ul#footnav li a:hover{
			background:rgba(255,255,255,0.2);}

	footer div{
		color:#fff;
		margin:0 auto;
		padding:0 0 40px;
		font-size:x-small;
text-shadow:0 1px 1px rgba(0,0,0,0.2);}


footer img{
	display:block;
	width:30%;
	height:auto;
	margin:0 auto;
	transition:0.5s;
filter:drop-shadow(0 1px 1px rgba(0,0,0,0.2));}




/* 画面サイズが768px以下の場合に適用 */
@media only screen and (max-width:768px) {
	footer ul#footnav{
		width:100%;
		padding:0;
		margin-bottom:40px;
		border-top:1px solid #666}

		footer ul#footnav li{
			display:block;
			width:100%;
			margin-right:0em;
			margin-bottom:0em;
			border-bottom:1px solid #666;}

		footer ul#footnav li a{
			display:block;
			width:100%;
			height:100%;
			padding:1em;
			margin-bottom:0em;
border:0;
			font-size:small;
			color:#666;
			transition:1s;}

		footer ul#footnav li a:hover{
			background:rgba(255,255,255,0.1);}

footer img{
	width:80%;}

}


/*-----------------------------------------------------------
pagetop:先頭へ戻る
-----------------------------------------------------------*/

#pageTop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 40px;
	line-height:40px;
}

@media(max-width: 768px){
#pageTop{
	bottom: 10px;
	right: 10px;
	font-size: 20px;
}
}

#pageTop a {
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
transition: 0.5s;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
	text-align: center;
	display: block;
	opacity:0.6;
	color:#fff;
}
#pageTop a:hover {
	opacity:0.9;}



/*-----------------------------------------------------------
INDEX
-----------------------------------------------------------*/
#indexpage #main{
	width:100%;
	margin:100px auto;
}

#indexpage #main h2{
	font-size:200%;
	font-family:serif;
	font-weight:600;
	margin-bottom:40px;
	text-align:center;
}

#indexpage #main h3{
	font-size:150%;
	font-family:serif;
	font-weight:400;
	margin-bottom:20px;
	text-align:left;
}

#logo_coffee{
	width:25%;
	margin-bottom:40px;}

#indexpage #main p{
	font-size:small;
	line-height:2em;
	margin:0 auto 100px;
	text-align:left;
}

#indexpage #main img{
	width:100%;
	margin:0 auto 40px;
}

@media only screen and (max-width:900px) {

	#logo_coffee{
	width:50%;}

#indexpage #main h3{
	text-align:center;
}

	#indexpage #main p{
	width:90%;
}

	
}




.linkmore{
margin-bottom:100px;
}

.linkmore a{
	border:1px solid #fff;
	padding:1em;
color:#fff;
}


@media only screen and (max-width:900px) {
	
#newslist .newsset{
	float:none;
	width:100%;}

#newslist .newsset:nth-child(even){
	float:none;}
	
	
}


#sub{
	max-width:900px;
	width:90%;
	margin:0 auto 0;}

#sub img{
	width:50%;}

#sub p{
	font-size:x-small;
	text-align:left;
	margin:0 auto 20px;}

#sub table{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #fff;}

#sub table th{
	width:40%;}

#sub table th,#sub table td{
	text-align:left;
	padding:0.5em;
	border-bottom:1px solid #fff;}

@media only screen and (max-width:900px) {
#sub table th,#sub table td{
	display:block;
	width:100%;}


}


/*-----------------------------------------------------------
PAGE
-----------------------------------------------------------*/

#page #head{
	width:100%;
	height:50px;
	overflow:hidden;}

/*-----------------------------------------------------------
CONTENTS
-----------------------------------------------------------*/
#contents{
width:80%;
max-width:900px;
margin:0 auto;}

section{
	margin-bottom:100px;
}

#page h2{
	margin:40px auto;
	letter-spacing:0.3em;
	font-size:x-small;
	font-weight:300;}

	#page h2 ruby{
		display:block;
		font-size:xx-large;
		font-weight:700;
		font-family:'Raleway', sans-serif;
		margin-bottom:0.5em;
text-transform:uppercase;}



	#page h3{
		font-size:x-small;
		font-weight:normal;
		text-align:center;
		margin:6em 0;}

	#page h3 ruby{
		display:block;
		font-size:x-large;
		font-family:'Pacifico';
		margin-right:0.5em;
text-transform:capitalize;}

	#page h4{
		font-size:small;
		font-weight:normal;
		text-align:left;
		margin:2em auto;}

	#page h4 ruby{
		font-size:x-large;
		font-family: 'Roboto Slab', serif;
text-transform:capitalize;
word-break:normal;
margin-right:1em;}




	#page p{
		text-align:left;
		line-height:1.8em;
		margin-bottom:1em;}

	#page p.alignright{
		text-align:right;}

.whitebox{
	border:1px solid #fff;
	border-radius:4px;
	margin:40px auto;
	padding:2em;
}
















#page footer{
	margin:0 auto 0;}


section .fullsize{
	margin-bottom:40px;}



.linkset a{	
	display:inline-block;
	padding:0.5em 1em;
	margin:0.5em;
	vertical-align: middle;
	border-radius:1.5em;
	transition:1s;}






#page section dl{
		text-align:left;
		margin-bottom:1em;}

	#page section dl dt{
		font-size:large;
		font-weight:bold;}

	#page section dl dd{
		margin-bottom:2em;}

#page section ul{
		text-align:left;
		margin-bottom:1em;
		margin-left:2em;}

#page section ul.notice{
		background:#fff;
		padding:1em;
		font-size:small;
		text-align:left;
		margin-bottom:2em;
		margin-left:0;
		list-style-position:inside;}

#formbuttons{}
#formbuttons p{
	margin:0 auto 20px;}



/*--FORM--*/

input[type="text"],
input[type="email"],
textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}
textarea {
    width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
texture:focus {
    box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

input[type="text"],
input[type="email"]{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 50%;}

input[type="text"]:focus,
input[type="email"]:focus{
    width:80%;
}

input.sysNextSubmit {
	font-size:large;
    border-radius: 0;   
    background: -moz-linear-gradient(top, #FFF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EEE));
    border: 1px solid #DDD;
    color: #111;
    padding: 10px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
input.sysNextSubmit:hover {
    background: -moz-linear-gradient(top, #EFEFEF 0%, #EEE);
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#EEE));}


input[type="checkbox"]{
	transform: scale(1.5);}

@media(max-width: 768px){
	input[type="text"],
	input[type="email"]{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    width: 100%;}

input[type="text"]:focus,
input[type="email"]{
    width:100%;
}
}





#page #contents section div.postlist{
	margin-bottom:40px;}

#page #contents section div.postlist .posttitle{
text-align:left;
font-size:x-large;
margin:2em auto;
}

#page #contents section div.postlist .posttitle a{
color:#fff;}
#page #contents section div.postlist .posttitle a:hover{
opacity:0.7;}


#page #contents section div.postlist .postimg{
	width:100%;
	height:400px;
	overflow:hidden;
border:1px solid #fff;
margin-bottom:30px;
}

#page #contents section div.postlist img{
width:100%;
}

.postimg-full{
width:100%;
margin-bottom:30px;
}

#page #contents section div.postlist img:hover{
opacity:0.7;}

#page #contents section div.postlist .postdate{
text-align:right;
font-size:small;
margin-bottom:2em;
}

#page #contents section div.postlist .postcontent{
text-align:left;
margin-bottom:2em;
padding-bottom:2em;
border-bottom:1px solid #ccc;
}

#page #contents section div.postlist .postcontent .more-link{color:#666;
}

#page #contents section div.postlist h3{
text-align:left;
margin-bottom:2em;
padding-bottom:2em;
border-bottom:1px solid #ccc;
font-size:x-large;
}

#page #contents section div.postlist .postcontent ol,
#page #contents section div.postlist .postcontent ul{
margin-left:2em;
}

.size-full{
	width:100%;
	height:auto;}


.navigation{
	text-align:center;}
	
	.navigation h2{display:none;}

.nav-links{}

.nav-previous,
.nav-next{
	display:block;
	width:100%;
	margin-bottom:1em;
	padding:0.5em 1em;
	border-radius:4px;}

.meta-nav{display:none;}


span.page-numbers{
	border:1px solid #ccc;
	padding:0.5em;
	border-radius:4px;
	color:#aaa;
	}

a.page-numbers{
	background:#fff;
	border:1px solid #ccc;
	padding:0.5em;
	border-radius:4px;
	}

.next{}





/**
 * 12.0 Content
 */

.secondary {
	background-color: #fff;
	display: none;
	padding: 0 7.6923%;
}

.secondary.toggled-on {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
	display: block;
}

.widget-area {
	margin: 9.09090% auto 0;
}

.site-footer {
	background-color: #fff;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 3.84615% 7.6923%;
}


/**
 * 12.1 Posts and pages
 */

.hentry {
	background-color: #fff;
	padding-top: 7.6923%;
	position: relative;
}

.hentry.has-post-thumbnail {
	padding-top: 0;
}

.hentry.sticky:not(.has-post-thumbnail) {
	padding-top: -webkit-calc(7.6923% + 24px);
	padding-top: calc(7.6923% + 24px);
}

.hentry + .hentry {
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.post-thumbnail {
	border: 0;
	display: block;
	margin-bottom: 2.4em;
}
.post-thumbnail img {
	display: block;
	margin: 0 auto;
}

a.post-thumbnail:hover,
a.post-thumbnail:focus {
	opacity: 0.85;
}

.entry-header {
	padding: 0 7.6923%;
}

.entry-title {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-bottom: 0.9231em;
}

.entry-content,
.entry-summary {
	padding: 0 7.6923% 7.6923%;
}

.entry-content > :last-child,
.entry-summary > :last-child {
	margin-bottom: 0;
}

.entry-content,
.entry-summary,
.page-content,
.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-content h1,
.entry-summary h1,
.page-content h1,
.comment-content h1 {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1.1538;
	margin-top: 1.8462em;
	margin-bottom: 0.9231em;
}

.entry-content h2,
.entry-summary h2,
.page-content h2,
.comment-content h2 {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.3636;
	margin-top: 2.1818em;
	margin-bottom: 1.0909em;
}

.entry-content h3,
.entry-summary h3,
.page-content h3,
.comment-content h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-top: 2.6667em;
	margin-bottom: 1.3333em;
}

.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6,
.page-content h4,
.page-content h5,
.page-content h6,
.comment-content h4,
.comment-content h5,
.comment-content h6 {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-top: 3.2em;
	margin-bottom: 1.6em;
}

.entry-content h5,
.entry-content h6,
.entry-summary h5,
.entry-summary h6,
.page-content h5,
.page-content h6,
.comment-content h5,
.comment-content h6 {
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.entry-summary > h1:first-child,
.entry-summary > h2:first-child,
.entry-summary > h3:first-child,
.entry-summary > h4:first-child,
.entry-summary > h5:first-child,
.entry-summary > h6:first-child,
.page-content > h1:first-child,
.page-content > h2:first-child,
.page-content > h3:first-child,
.page-content > h4:first-child,
.page-content > h5:first-child,
.page-content > h6:first-child,
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
	margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a,
.pingback .comment-body > a {
	border-bottom: 1px solid #333;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
.page-content a:hover,
.page-content a:focus,
.comment-content a:hover,
.comment-content a:focus,
.pingback .comment-body > a:hover,
.pingback .comment-body > a:focus {
	border-bottom: 0;
}

.entry-content a img,
.entry-summary a img,
.page-content a img,
.comment-content a img {
	display: block;
}

.entry-content .more-link,
.entry-summary .more-link:after {
	white-space: nowrap;
}

.entry-content .more-link:after,
.entry-summary .more-link:after {
	content: "\f429";
	font-size: 16px;
	position: relative;
	top: 5px;
}

.author-info {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	margin: 0 7.6923%;
	padding: 7.6923% 0;
}

.author-info .avatar {
	float: left;
	height: 36px;
	margin: 0 1.6em 1.6em 0;
	width: 36px;
}

.author-heading {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.author-title {
	clear: none;
}

.author-bio {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	overflow: hidden;
	padding-bottom: 1px;
}

.author-description {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.author-description a {
	border-bottom: 1px solid #333;
}

.author-description a:hover,
.author-description a:focus {
	border-bottom: 0;
}

.author-description > :last-child {
	margin-bottom: 0;
}

.author-link {
	white-space: nowrap;
}

.author-link:after {
	content: "\f429";
	position: relative;
	top: 1px;
}

.entry-footer {
	background-color: #f7f7f7;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 3.8461% 7.6923%;
}

.entry-footer a {
	border-bottom: 1px solid transparent;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.entry-footer a:hover {
	border-bottom: 1px solid #333;
}

.entry-footer a:hover,
.entry-footer a:focus {
	color: #333;
}

.sticky-post {
	background-color: #333;
	color: #fff;
	font-weight: 700;
	letter-spacing: 0.04em;
	padding: 0.25em 0.5em;
	position: absolute;
	top: 0;
	text-transform: uppercase;
}

.updated:not(.published) {
	display: none;
}

.sticky .posted-on {
	display: none;
}

.posted-on:before,
.byline:before,
.cat-links:before,
.tags-links:before,
.comments-link:before,
.entry-format:before,
.edit-link:before,
.full-size-link:before {
	margin-right: 2px;
	position: relative;
}

.posted-on,
.byline,
.cat-links,
.tags-links,
.comments-link,
.entry-format,
.full-size-link {
	margin-right: 1em;
}

.format-aside .entry-format:before {
	content: "\f101";
}

.format-image .entry-format:before {
	content: "\f473";
}

.format-gallery .entry-format:before {
	content: "\f103";
}

.format-video .entry-format:before {
	content: "\f104";
}

.format-status .entry-format:before {
	content: "\f105";
}

.format-quote .entry-format:before {
	content: "\f106";
}

.format-link .entry-format:before {
	content: "\f107";
}

.format-chat .entry-format:before {
	content: "\f108";
}

.format-audio .entry-format:before {
	content: "\f109";
}

.posted-on:before {
	content: "\f307";
}

.byline:before {
	content: "\f304";
}

.cat-links:before {
	content: "\f301";
}

.tags-links:before {
	content: "\f302";
}

.comments-link:before {
	content: "\f300";
}

.full-size-link:before {
	content: "\f402";
}

.edit-link:before {
	content: "\f411";
}

.comments-link,
.edit-link {
	white-space: nowrap;
}

.page-header {
	background-color: #fff;
	border-bottom: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.page-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.taxonomy-description {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	padding-top: 0.4em;
}

.taxonomy-description a {
	border-bottom: 1px solid #333;
}

.taxonomy-description a:hover,
.taxonomy-description a:focus {
	border-bottom: 0;
}

.taxonomy-description > :last-child {
	margin-bottom: 0;
}

.page-content {
	background-color: #fff;
	padding: 7.6923%;
}

.page-content > :last-child {
	margin-bottom: 0;
}

.page-links {
	clear: both;
	font-family: "Noto Sans", sans-serif;
	margin-bottom: 1.3333em;
}

.page-links a,
.page-links > span {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	height: 2em;
	line-height: 2;
	margin: 0 0.3333em 0.3333em 0;
	text-align: center;
	width: 2em;
}

.page-links a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
	background-color: #333;
	border-color: #333;
	color: #fff;
}

.page-links a:hover,
.page-links a:focus {
	background-color: #707070;
	background-color: rgba(51, 51, 51, 0.7);
	border-color: transparent;
	color: #fff;
}

.page-links > .page-links-title {
	border: 0;
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	height: auto;
	margin: 0;
	padding-right: 0.5em;
	width: auto;
}

.entry-attachment {
	margin-bottom: 1.6em;
}

.type-attachment .entry-title {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

.entry-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
	line-height: 1.5;
	padding-top: 0.5em;
	word-wrap: break-word;
}

.entry-caption > :last-child {
	margin-bottom: 0;
}


/**
 * 12.2 Post Formats
 */

.format-aside .entry-title,
.format-image .entry-title,
.format-video .entry-title,
.format-quote .entry-title,
.format-gallery .entry-title,
.format-status .entry-title,
.format-link .entry-title,
.format-audio .entry-title,
.format-chat .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
	margin-bottom: 1.3333em;
}

.format-link .entry-title a:after {
	content: "\f442";
	font-size: 24px;
	height: 24px;
	position: relative;
	top: 0;
	width: 24px;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title {
	display: none;
}





/**
 * 14.2 Galleries
 */

.gallery {
	margin-bottom: 1.6em;
}

.gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon img {
	margin: 0 auto;
	padding:0;
}

.gallery-caption {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: block;
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



.gallery,.gallery-item{
	overflow:hidden;
	width:100%;}

.gallery img{}


.more-link{font-size:small;}


div#president{
	width:100%;
	margin-top:40px;
	margin-bottom:100px;
}

div#president img{
	width:25%;
	height:auto;
	margin-bottom:20px;
	border-radius:4px;
}

div#president p{
	text-align:center;
	font-family:serif;
}

div#president table{
	width:50%;
	border-collapse:collapse;
	margin:40px auto;
	border-top:1px solid #fff;
}

div#president table th,div#president table td{
	border-bottom:1px solid #fff;
	padding:1em;
}


@media only screen and (max-width:900px) {
	div#president img{
	width:50%;}

	div#president table{
	width:100%;
}

}

td a{
	color:#fff;
	text-decoration:underline;
}


.postcontent a{
	color:#fff;
	font-weight:bold;
	text-decoration:underline;
}

/*---------------------------------------------------------------------------------
CLEARFIX-HACK
---------------------------------------------------------------------------------*/

#menuset:after,#navset:after,#footnav:after,#footbanner:after,.ch:after,
#pickup:after,#newslist:after,#videolist:after,#memberlist:after,#movie:after,#photo:after,.profileblk:after,
.cdset:after,#cdlist:after,#bannerarea div:after{
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}

#menuset,#navset,#footnav,#footbanner,.ch,#pickup,#newslist,#videolist,#memberlist,#movie,#photo,.profileblk,.cdset,#cdlist,#bannerarea div{display: inline-block;}

/* Hides from IE-mac \*/
* html #menuset,* html #navset,* html #footnav,* html #footbanner,* html .ch,* html #pickup,* html #newslist,* html #videolist,* html #memberlist,
* html #movie,* html #photo,* html .profileblk,* html .cdset,* html #cdlist,* html #bannerarea div{height: 1%;}
#menuset,#navset,#footnav,#footbanner,.ch,#pickup,#newslist,#videolist,#memberlist,#movie,#photo,.profileblk,.cdset,#cdlist,#bannerarea div{display: block;}
/* End hide from IE-mac */
