@charset "utf-8";
/*
Theme Name: The 67th Annual Meeting of the Nagano Society for Dialysis Therapy
Version: 1.0beta
Author: Tomofumi Aizawa
*/

/*
"Noto Sans JP" licensed under the SIL Open Font License
"Noto Serif JP" licensed under the SIL Open Font License
http://www.nagano-dialysis.jp/67th/
*/

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*-----------------------------------------------------
	base
------------------------------------------------------*/

html {
	font-size: 62.5%;
}
body {
	color: #333;
	line-height: 1.75;
	text-align: center;
	font-family: sans-serif;
	letter-spacing: .1em;
	border-top: 4px solid #6babd9;
}
a {
	color: #00a0cf;
	-moz-transition: all 1s ease;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}
img, iframe, object {
	max-width: 100%;
}
img {
	height: auto;
}
a img {
	-moz-transition: opacity 1s ease-out;
	-webkit-transition: opacity 1s ease-out;
	transition: opacity 1s ease-out;
}
a:hover img {
	-moz-opacity: 0.6;
	-webkit-opacity: 0.6;
	opacity: 0.6;
}

/*-----------------------------------------------------
	layout
------------------------------------------------------*/

/* header */

header .top {
	width: 900px;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: right;
	font-size: 0;
	border-bottom: 1px solid #e7e7e7;
}
header .top li {
	font-size: 1.2rem;
	display: inline-block;
	margin-left: 1em;
}
header .top li:before {
	font-family: "dashicons";
	content: "\f139";
	margin-right: 0.25em;
	vertical-align: middle;
}
header .middle {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	font-family: 'Noto Sans JP', sans-serif;
	padding: 1em 0;
}
header .middle .logo {
	float: left;
}
header .middle address {
	font-weight: 500;
	font-size: 3em;
}
header .middle address:after {
	font-family: "dashicons";
	content: "\f525";
	vertical-align: bottom;
	font-size: 2.75rem;
}
header .middle address a {
	color: #333;
	text-decoration: none;
}
header .middle p {
	font-weight: 300;
	font-size: 1.3em;
	display: inline-block;
}
header .middle p a {
	background: #6babd9;
	color: #fff;
	display: block;
	padding: 0.25em 1em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	text-decoration: none;
}
header .middle p a:hover {
	background: #3a94d0;
}
header .middle p a:after {
	font-family: "dashicons";
	content: "\f465";
	margin-left: 0.25em;
	vertical-align: middle;
}
header .bottom {
	border-bottom: 1px solid #e7e7e7;
}
header .bottom nav {
	width: 900px;
	margin: 0 auto;
}

/* nav */

nav ul {
	display: table;
	width: 100%;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.6em;
	line-height: 1.5;
}
nav ul li {
	display: table-cell;
	position: relative;
}
nav ul li a {
	display: block;
	padding: 0.25em 0;
	color: #333;
	text-decoration: none;
	border-left: 1px solid rgba(0,0,0,0.15);
}
nav ul li:last-child a {
	border-right: 1px solid rgba(0,0,0,0.15);
}
nav ul li a span {
	display: block;
}
nav ul li a .menu_description {
	font-weight: 300;
	font-size: 1.2rem;
}
nav ul li a:hover {
	background: #3a94d0;
	color: #fff;
	text-decoration: none;
}
nav ul li ul {
	font-family: sans-serif;
	font-weight: normal;
	font-size: 1.3rem;
	display: none;
	margin: 0;
	text-align: left;
	width: auto;
	position: absolute;
	z-index: 10;
	padding: 0.5em;
	background: url('images/bg_00.png') repeat;
}
nav ul li ul li {
	display: block;
	white-space: nowrap;
}
nav ul li ul li a {
	padding: 0.5em 1em;
	background: #fff;
	color: #333;
	border-left: none;
}
nav ul li ul li:last-child a {
	border-right: none;
}
nav ul li ul li a span {
	display: inline;
}
nav ul li ul li ul {
	top: 0;
	left: 100%;
	padding: 0 0 0 0.5em;
}
nav ul li:hover > ul {
	display: block;
}

/* main */

main {
	background: -moz-linear-gradient(top, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 75px);
	background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 75px);
	background: linear-gradient(to bottom, rgba(0,0,0,0.05) 0%, rgba(0,0,0,0) 75px);
	padding: 3em 0;
	display: block;
}
main > .inner {
	width: 900px;
	height: auto;
	margin: 0 auto;
	text-align: left;
}

/* article */

main > .inner article {
	width: 640px;
	float: right;
}
.home main > .inner article {
	width: 630px;
}

/* aside */

main > .inner aside {
	width: 238px;
	float: left;
}
.home main > .inner aside {
	width: 250px;
}

/* footer */

footer > small {
	display: block;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 1.2em;
	padding: 1em 0;
}
footer .top {
	border-top: 1px solid #077fbb;
	background: #f2f2f2;
	padding: 2em 0;
}
footer .top h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	width: 900px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.6em;
}
footer .top h2:before {
	content: '.';
	font-size: 0;
	display: inline-block;
	width: 4px;
	height: 6px;
	background-image: url('images/icon_03.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-right: 0.5rem;
	vertical-align: middle;
}
footer .top h2:after {
	content: '.';
	font-size: 0;
	display: block;
	margin-top: 0.25rem;
	height: 2px;
	background: -moz-linear-gradient(left, #0178ba 50%, #6babdb 50%, #6babdb 100%);
	background: -webkit-linear-gradient(right, #0178ba 50%, #6babdb 50%, #6babdb 100%);
	background: linear-gradient(to right, #0178ba 50%, #6babdb 50%, #6babdb 100%);
	width: 100%;
}
footer .top .inner {
	width: 900px;
	margin: 0 auto;
	text-align: right;
	padding: 1em 0;
}
footer .top .inner address {
	font-size: 1.3em;
	float: left;
	text-align: left;
}
footer .top .inner ul {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-size: 0;
}
footer .top .inner ul li {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 0.5em;
}
footer .top .inner ul li a {
	background: #6babd9;
	color: #fff;
	display: block;
	padding: 0.25em 1em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	text-decoration: none;
}
footer .top .inner ul li a:hover {
	background: #3a94d0;
}
footer .top .inner ul li a:after {
	font-family: "dashicons";
	margin-left: 0.25em;
	vertical-align: middle;
}
footer .top .inner ul .link a:after {
	content: "\f504";
}
footer .top .inner ul .contact a:after {
	content: "\f465";
}
footer .top > ul {
	width: 900px;
	margin: 0 auto;
	clear: both;
	font-size: 0;
	color: #808080;
	padding: 1rem 0;
	border-bottom: #808080 dotted 1px;
	border-top: #808080 dotted 1px;
}
footer .top > ul li {
	font-size: 1.2rem;
	display: inline-block;
}
footer .top > ul li:after {
	content: '|';
	margin: 0 0.5em;
}
footer .top > ul li:last-child:after {
	content: none;
	margin: 0;
}

/*-----------------------------------------------------
	module
------------------------------------------------------*/

/* hgroup */

main > .inner #hgroup {
	margin: 0 auto 3em auto;
	background: url('images/bg_00.gif') no-repeat;
	-moz-box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
	box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
	color: #fff;
	padding: 2em 1em;
}
main > .inner #hgroup h1 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	font-size: 2.4em;
}
main > .inner #hgroup h1:after {
	content: '.';
	font-size: 0;
	display: block;
	height: 1px;
	width: 100%;
	background: -moz-linear-gradient(left, #6babdb 50%, #ffffff 50%, #ffffff 100%);
	background: -webkit-linear-gradient(right, #6babdb 50%, #ffffff 50%, #ffffff 100%);
	background: linear-gradient(to right, #6babdb 50%, #ffffff 50%, #ffffff 100%);
}
main > .inner #hgroup p, main > .inner #hgroup time {
	display: block;
	padding-top: 0.5em;
	font-size: 1.3em;
}
main > .inner #hgroup time:before {
	font-family: "dashicons";
	content: "\f469";
	vertical-align: bottom;
}

/* bread */

main > .inner #bread {
	padding: 1rem 0;
	margin-top: -3rem;
	font-size: 0;
}
main > .inner #bread li {
	display: inline-block;
	font-size: 1.2rem;
}
main > .inner #bread li:after {
	font-family: "dashicons";
	content: "\f345";
	margin: 0 0.5em;
	vertical-align: middle;
}
main > .inner #bread li:last-child:after {
	content: none;
}

/* pagelink */

article > #pagelink {
	margin-bottom: 3rem;
	font-size: 0;
	text-align: center;
	font-weight: 500;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.5;
}
article > #pagelink li {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 0.25em;
	background: #6babd9;
	color: #fff;
	padding: 0.25em 0.5em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	min-width: 1em;
}
article > #pagelink li a {
	display: block;
	background: #3a94d0;
	color: #fff;
	text-decoration: none;
	margin: -0.25em -0.5em;
	padding: 0.25em 0.5em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	min-width: 1em;
}
article > #pagelink li a:hover {
	background: none;
}

/* nocomments */

article > .nocomments {
	display: none;
}

/* taxonomies */

article > #taxonomies {
	font-size: 0;
	line-height: 1.5;
	padding: 3rem 0;
}
article > #pagelink ~ #taxonomies {
	margin-top: -3rem;
}
article > #taxonomies li {
	font-size: 1.3rem;
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
}
article > #taxonomies li a {
	display: block;
	color: #fff;
	padding: 0.25em 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-decoration: none;
	background: #6babd9;
}
article > #taxonomies li a:hover {
	background: #3a94d0;
}
article > #taxonomies li a:before {
	font-family: "dashicons";
	content: "\f323";
	margin-right: 0.25em;
	font-size: 1.2rem;
}
article > #taxonomies li a[rel*="category"]:before {
	content: "\f318";
}

/* post_link */

article > #post_link {
	margin-top: -3rem;
	padding: 3rem 0;
	font-weight: 400;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 0;
	text-align: center;
}
article > #post_link li {
	font-size: 1.6rem;
	display: inline-block;
	margin: 0 0.5em;
}
article > #post_link li a[rel="prev"]:before, article > #post_link li a[rel="next"]:after {
	font-size: 1.4rem;
	font-family: "dashicons";
}
article > #post_link li a[rel="prev"]:before {
	content: "\f340";
}
article > #post_link li a[rel="next"]:after {
	content: "\f344";
}

/* pagetop */

body > #pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	background: rgba(107,171,217,0.5);
	color: #fff;
	padding: 1em;
	cursor: pointer;
	-moz-box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
	box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
body > #pagetop:hover {
	background: rgba(107,171,217,1);
}
body > #pagetop p:before {
	font-family: "dashicons";
	content: "\f343";
	display: block;
	font-size: 1.6em;
}

/* emergency */

#emergency {
	margin: 0 auto 20px auto;
	padding: 20px 0;
	width: 896px;
	border: 2px solid #80a6d3;
	-moz-border-radius: 0.5em;
	-khtml-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	-o-border-radius: 0.5em;
	-ms-border-radius: 0.5em;
	border-radius: 0.5em;
	text-align: left;
}
#emergency h2 {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 20px 0.5em 20px;
}
#emergency dl {
	font-size: 16px;
	line-height: 1.5;
	width: 100%;
	display: table;
	margin: 0 20px;
}
#emergency dl dt {
	display: table-cell;
	width: 150px;
	font-weight: bold;
}
#emergency dl dd {
	display: table-cell;
}
#emergency dl dd strong {
	font-weight: bold;
}
#emergency dl dd span {
	color: #f00;
}
#emergency p {
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
#emergency p a:after {
	content: ' »';
}



/*-----------------------------------------------------
	archives
------------------------------------------------------*/

article > .archives {
	margin-bottom: 3em;
}

/* post */

article > .archives .post {
	padding: 2em 0;
	border-bottom: 1px dotted #999;
}
article > .archives .post img {
	width: 100px;
	height: 100px;
	float: left;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
article > .archives .post h2 {
	margin: 0 0 1rem 12.5rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8em;
}
article > .archives .post h2 sup {
	font-size: 50%;
	vertical-align: top;
	color: #f33;
	margin-left: 0.25em;
}
article > .archives .post time {
	font-size: 1.4em;
	display: block;
	margin: 0 0 1rem 12.5rem;
}
article > .archives .post time:before {
	font-family: "dashicons";
	content: "\f469";
	margin-right: 0.25em;
	vertical-align: bottom;
}
article > .archives .post ul {
	font-size: 0;
	margin-left: 12.5rem;
	line-height: 1.5;
}
article > .archives .post ul li {
	font-size: 1.2rem;
	display: inline-block;
	margin: 0 0.5em 0.5em 0;
}
article > .archives .post ul li a {
	display: block;
	color: #fff;
	padding: 0.25em 1em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	text-decoration: none;
	background: #6babd9;
}
article > .archives .post ul li a:hover {
	background: #3a94d0;
}
article > .archives .post ul li a:before {
	font-family: "dashicons";
	content: "\f323";
	margin-right: 0.25em;
	font-size: 1.2rem;
}
article > .archives .post ul li a[rel*="category"]:before {
	content: "\f318";
}

/* page-numbers */

article > .page-numbers {
	padding: 3rem 0;
	font-size: 0;
	line-height: 1.5;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	margin-top: -3rem;
	text-align: center;
}
article > .page-numbers li {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 0.25em;
}
article > .page-numbers li .current {
	display: block;
	background: #3a94d0;
	color: #fff;
	padding: 0.25em 0.5em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	min-width: 1em;
}
article > .page-numbers li a {
	display: block;
	background: #6babd9;
	color: #fff;
	text-decoration: none;
	padding: 0.25em 0.5em;
	-moz-border-radius: 1em;
	-webkit-border-radius: 1em;
	border-radius: 1em;
	min-width: 1em;
}
article > .page-numbers li a:hover {
	background: #3a94d0;
}
article > .page-numbers li .prev, article > .page-numbers li .next {
	padding: 0.25em 1em;
}

/*-----------------------------------------------------
	section
------------------------------------------------------*/

.home main > .inner section {
	margin-bottom: 3em;
}

/* sign */

.home main > .inner #sign {
	-moz-box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
	box-shadow: 0 0 0.75em rgba(0,0,0,0.25);
}
.home main > .inner #sign h2 {
	font-size: 0;
}

/* sticky */

.home main .inner #sticky {
	border: #D4E3EC solid 2px;
	text-align: center;
	padding: 1.5em 3em;
}
.home main > .inner #sticky h2 {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.8em;
	font-weight: 500;
}
.home main > .inner #sticky .textwidget {
	font-size: 1.6em;
}
.home main > .inner #sticky .textwidget p a:after {
	font-family: "dashicons";
	content: "\f344";
}

/* pickup */

.home main > .inner #pickup {
	text-align: center;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}
.home main > .inner #pickup a {
	display: block;
	width: 32%;
	float: left;
	margin-right: 2%;
	-moz-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(bottom, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	text-decoration: none;
	padding: 1em 0;
}
.home main > .inner #pickup a:last-of-type {
	margin-right: 0;
}
.home main > .inner #pickup a:hover {
	background: #f9f9f9;
}
.home main > .inner #pickup a h3 {
	font-size: 2.1em;
	color: #333;
}
.home main > .inner #pickup a:hover h3 {
	color: #4277c0;
}
.home main > .inner #pickup a img {
	margin: 0.5em 0;
}
.home main > .inner #pickup a p {
	font-size: 1.4em;
	background: #6babd9;
	color: #fff;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 0.25em 1em;
	margin: 0 2em;
}
.home main > .inner #pickup a p:after {
	font-family: "dashicons";
	content: "\f344";
	margin-left: 0.25em;
	vertical-align: middle;
}
.home main > .inner #pickup a:hover p {
	background: #3a94d0;
}

/* recent */

.home main > .inner article #recent {
	text-align: left;
}
.home main > .inner article #recent .title {
	display: table;
	margin-bottom: 1em;
	border: 1px solid #d5d5d5;
	background: -moz-linear-gradient(bottom, #eeeeee 50%, #ffffff 100%);
	background: -webkit-linear-gradient(bottom, #eeeeee 50%, #ffffff 100%);
	background: linear-gradient(to bottom, #eeeeee 50%, #ffffff 100%);
	width: 100%;
	font-size: 1.6em;
}
.home main > .inner article #recent .title h2 {
	display: table-cell;
	padding: 0.25em 0.5em;
	vertical-align: middle;
}
.home main > .inner article #recent .title h2:before {
	content: '.';
	font-size: 0;
	display: inline-block;
	width: 4px;
	height: 6px;
	background-image: url('images/icon_03.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-right: 0.5rem;
	vertical-align: middle;
}
.home main > .inner article #recent .title p {
	display: table-cell;
	border-left: 1px solid #d5d5d5;
	vertical-align: middle;
	font-size: 1.4rem;
	text-align: center;
	max-width: 50px;
}
.home main > .inner article #recent .title p a {
	color: #333;
}
.home main > .inner article #recent .title p a:before {
	font-family: "dashicons";
}
.home main > .inner article #recent .title .cat a:before {
	content: "\f203";
}
.home main > .inner article #recent .title .rss a:before {
	content: "\f303";
}
.home main > .inner article #recent .post {
	width: 100%;
	display: table;
	border-bottom: #666 dotted 1px;
	font-size: 1.3em;
}
.home main > .inner article #recent .post time {
	display: table-cell;
	padding: 0.5em 0;
	width: 140px;
	vertical-align: top;
}
.home main > .inner article #recent .post time:before {
	font-family: "dashicons";
	content: "\f469";
	vertical-align: bottom;
}
.home main > .inner article #recent .post h3 {
	display: table-cell;
	padding: 0.5em 0;
	vertical-align: top;
}
.home main > .inner article #recent .post h3 sup {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #f00;
	font-size: 50%;
	vertical-align: top;
}

/* download */

.home main > .inner article #download .inner {
	width: 100%;
	display: table;
	table-layout: fixed;
}
.home main > .inner article #download .inner dl {
	display: table-cell;
	vertical-align: top;
	text-align: center;
}
.home main > .inner article #download .inner dl dd {
	font-size: 1.3em;
}

/*-----------------------------------------------------
	widget
------------------------------------------------------*/

aside .widget {
	margin-bottom: 2em;
}

/* guide */

aside .widget.guide {
	border: #D4E3EC solid 2px;
	background: -moz-linear-gradient(top, #ffffff 0%, #e6e6e6 100%);
	background: -webkit-linear-gradient(bottom, #ffffff 0%, #e6e6e6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e6e6e6 100%);
	padding: 1em 2em;
}
aside .widget.guide > a {
	display: block;
	margin: -1em -2em 1em -2em;
	color: #333;
	text-decoration: none;
	padding: 1em 2em;
}
aside .widget.guide > a:hover {
	background: #369;
	color: #fff;
}
aside .widget.guide > a h3 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	font-size: 1.8em;
	line-height: 1.5;
}
aside .widget.guide > a h3:before {
	font-family: "dashicons";
	content: "\f345";
	float: right;
}
aside .widget.guide > a h3 span {
	font-weight: 400;
	font-size: 1.2rem;
	color: #6babd9;
	display: block;
}
aside .widget.guide img {
	float: right;
}
aside .widget.guide p, aside .widget.guide address {
	font-size: 1.1em;
}
aside .widget.guide .more {
	font-size: 1.2em;
	margin-top: 0.25em;
}
aside .widget.guide .more a {
	padding: 0.15em 0.75em;
	color: #fff;
	background: #6babd9;
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
aside .widget.guide .more a:hover {
	background: #3a94d0;
}
aside .widget.guide .more a:after {
	font-family: "dashicons";
	content: "\f230";
	vertical-align: middle;
}

/* banner */

aside .widget.banner ul {
	font-size: 1.3em;
}
aside .widget.banner ul li {
	margin-bottom: 1rem;
}
aside .widget.banner ul li:last-child {
	margin-bottom: 0;
}

/* download */

aside .widget.download {
	text-align: center;
	font-size: 1.4em;
}

/* button */

aside .widget.button {
	text-align: center;
}
aside .widget.button p {
	font-size: 1.6em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
}
aside .widget.button p a {
	border: 1px solid #369;
	color: #369;
	display: block;
	padding: 2rem 0;
	text-decoration: none;
}
aside .widget.button p a:after {
	font-family: "dashicons";
	content: "\f330";
	vertical-align: bottom;
}
aside .widget.button p a:hover {
	background: #369;
	color: #fff;
}

/*-----------------------------------------------------
	entry
------------------------------------------------------*/

.entry {
	font-size: 1.4em;
	text-align: left;
}
.entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 1em;
}
.entry h2 {
	font-size: 2.1rem;
	padding: 0 0.5em;
	border: 1px solid #ccc;
	background: -moz-linear-gradient(top, #e6e6e6 0%, #fff 100%);
	background: -webkit-linear-gradient(top, #e6e6e6 0%,#fff 100%);
	background: linear-gradient(to bottom, #e6e6e6 0%,#fff 100%);
}
.entry h2:before {
	content: '.';
	font-size: 0;
	display: inline-block;
	width: 4px;
	height: 6px;
	background-image: url('images/icon_03.gif');
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin-right: 0.5rem;
	vertical-align: middle;
}
.entry h3 {
	font-size: 2.1rem;
	color: #1057a3;
	padding-bottom: 0.25em;
	border-bottom: 1px dotted #1057a3;
}
.entry h4 {
	font-size: 1.8rem;
}
.entry h5 {
	font-size: 1.6rem;
}
.entry p, .entry address, .entry dl, .entry table, .entry pre, .entry figure {
	margin-bottom: 3em;
}
.entry pre {
	font-family: monospace;
	white-space: pre-wrap;
}
.entry ul {
	list-style: disc;
}
.entry ol {
	list-style: decimal;
}
.entry ul, .entry ol {
	margin-bottom: 3em;
	margin-left: 2em;
}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
	margin-bottom: 0;
}
.entry dl dt, .entry table caption, .entry table th, .entry strong {
	font-weight: bold;
}
.entry table caption, .entry table th, .entry table td {
	text-align: left;
}
.entry em, .entry cite {
	font-style: italic;
}
.entry sup {
	font-size: 50%;
	vertical-align: top;
}
.entry sub {
	font-size: 50%;
	vertical-align: bottom;
}
.entry blockquote {
	padding: 0 1.5em;
	font-family: serif;
}
.entry blockquote:before {
	font-family: "dashicons";
	content: "\f205";
	float: left;
	margin-left: -1.5em;
}
.entry blockquote cite {
	margin: -1.5em 0 2em 0;
	font-family: sans-serif;
	display: block;
}

/*-----------------------------------------------------
	custom
------------------------------------------------------*/

/* program_a */

.entry .program_a table th, .entry .program_a table td {
	padding: 0.5em;
	border: 1px solid #999;
}
.entry .program_a table th {
	background: #eee;
	text-align: center;
	white-space: nowrap;
}

/* program_a */

.entry .program_a {
	margin-bottom: 20px;
}
.entry .program_a table {
	font-size: 13px;
	width: 100%;
}
.entry .program_a table caption {
	font-size: 14px;
	padding: 0;
	border: 0;
	text-align: left;
}
.entry .program_a table thead {
	background: #eee;
}
.entry .program_a table th {
	white-space: nowrap;
	vertical-align: middle;
	padding: 0.5em;
	border: 1px solid #999;
}
.entry .program_a table tr td {
	vertical-align: middle;
	padding: 0.5em;
	border: 1px solid #999;
}
.entry .program_a table tr td:first-child {
	text-align: center;
	background: #ffc;
	width: 2em;
}
.entry .program_a table tr td:nth-child(2) {
	width: 250px;
}
.entry .program_a table tr td:nth-child(3) {
	white-space: nowrap;
	width: 6em;
}

/* chairman_a */

.entry .chairman_a table th, .entry .chairman_a table td {
	padding: 0.5em;
	border: 1px solid #999;
}
.entry .chairman_a table th {
	background: #eee;
	text-align: center;
}

/* ad_e */

.entry .ad_e {
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #2a73ba;
}
.entry .ad_e h5 { margin-bottom: 0; }
.entry .ad_e ul {
	margin-bottom: 0;
	list-style: none;
	margin-left: 0;
}
.entry .ad_e ul li { padding-left: 1.25em; }
.entry .ad_e ul li:before {
	content: '※';
	width: 1.25em;
	margin-left: -1.25em;
	float: left;
}

/* ad_d */

.entry .ad_d {
	margin-bottom: 2em;
	padding: 1em;
	border: 1px solid #2a73ba;
}
.entry .ad_d h5, .entry .ad_d ul { margin-bottom: 0; }

/* ad_c */

.entry .ad_c p { padding-left: 1.25em; }
.entry .ad_c p:before {
	content: '※';
	width: 1.25em;
	margin-left: -1.25em;
	float: left;
}
.entry .ad_c ul {
	list-style: none;
	margin-left: 0;
}
.entry .ad_c ul li { padding-left: 1.25em; }
.entry .ad_c ul li:before {
	content: '※';
	width: 1.25em;
	margin-left: -1.25em;
	float: left;
}

/* ad_b */

.entry .ad_b { margin-bottom: 2em; }
.entry .ad_b table { margin-bottom: 1em; }
.entry .ad_b table th, .entry .ad_b table td {
	padding: 0.5em;
	border: 1px solid #999;
}
.entry .ad_b table th {
	background: #eee;
	text-align: center;
	font-weight: normal;
}
.entry .ad_b table tr td:nth-child(2) {
	text-align: center;
	font-weight: bold;
}
.entry .ad_b table tr td:last-child { text-align: center; }
.entry .ad_b p { margin-bottom: 0; }

/* ad_a */

.entry .ad_a {
	border: 1px solid #f00;
	padding: 1em;
	text-align: center;
	margin-bottom: 2em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
.entry .ad_a p:only-child, .entry .ad_a p:last-child { margin-bottom: 0; }
.entry .ad_a p strong { font-size: 18px; }

/* entry_a */

.entry .entry_a {
	text-align: center;
	padding: 10px 30px;
	margin: 0 0 30px -10px;
	border: 1px solid #36c;
}
.entry .entry_a p { margin-bottom: 5px; }
.entry .entry_a ul {
	font-size: 12px;
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	text-align: left;
}
.entry .entry_a ul li { padding-left: 1em; }
.entry .entry_a ul li a { font-size: 14px; }
.entry .entry_a ul li:before {
	font-size: 14px;
	content: '■';
	float: left;
	color: #2972b9;
	width: 1em;
	margin-left: -1em;
}

/* participant_c */

.entry .participant_c table {
	width: 100%;
}
.entry .participant_c table th { background: #eee; }
.entry .participant_c table td { white-space: nowrap; }

/* participant_b */

.entry .participant_b table {
	width: 100%;
	table-layout: fixed;
}
.entry .participant_b table th { background: #eee; }

/* participant_a */

.entry .participant_a { margin-top: -2em; }
.entry .participant_a table th { background: #eee; }

/* access_a */

.entry .access_a { margin-top: -2em; }
.entry .access_a p {
	padding-left: 1.5em;
	text-indent: -1.5em;
}
.entry .access_a p:before {
	content: '※';
	float: left;
	width: 1.5em;
}

/* participant_b */

.entry .participant_b ol li ul {
	list-style: none;
	margin-left: 0;
}
.entry .participant_b ol li ul li { padding-left: 1.5em; }
.entry .participant_b ol li ul li:before {
	content: '＊';
	float: left;
	width: 1.5em;
	margin-left: -1.5em;
}

/* announce_a */

.entry .announce_a ol ul {
	list-style: none;
	margin-left: 0;
}
.entry .announce_a ol ul li { padding-left: 1.5em; }
.entry .announce_a ol ul li:before {
	content: '■';
	float: left;
	width: 1.5em;
	margin-left: -1.5em;
}
.entry .announce_a address {
	border: 1px solid #069;
	padding: 0.5em 2em;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

/* schedule_a */

.entry .schedule_a table {
	line-height: 1.5;
	font-size: 1.3rem;
	width: 100%;
}
.entry .schedule_a table th, .entry .schedule_a table td {
	border: 1px solid #999;
}
.entry .schedule_a table th:first-child {
	border: 0;
}
.entry .schedule_a table th:not(:first-child) {
	width: 28%;
	text-align: center;
	background: #eee;
}
.entry .schedule_a table td:first-child {
	border: 0;
	text-align: center;
	width: 11%;
}
.entry .schedule_a table td:nth-child(2) {
	line-height: 2;
	padding: 1em 0;
	text-align: center;
	width: 5%;
}
.entry .schedule_a table .session {
	position: relative;
	border-left: 1px dashed #999;
	border-right: 1px dashed #999;
}
.entry .schedule_a table .session ul {
	margin-bottom: 0;
	margin-left: 0;
}
.entry .schedule_a table .session ul li {
	display: block;
	background: #eee;
	padding: 0.25em 0;
	text-align: center;
	position: absolute;
	width: 168px;
	left: 5px;
	-moz-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0px 0 3px rgba(0,0,0,0.25);
	box-shadow: 0px 0 3px rgba(0,0,0,0.25);
}
.entry .schedule_a table .session .one li:first-child {
	top: 78px;
	padding: 11px 0;
}
.entry .schedule_a table .session .one li:nth-child(2) {
	top: 157px;
	padding: 6px 0;
}
.entry .schedule_a table .session .one li:nth-child(3) {
	background: aliceblue;
	top: 208px;
	padding: 17px 0;
}
.entry .schedule_a table .session .one li:nth-child(4) {
	background: aliceblue;
	top: 314px;
	padding: 17px 0;
}
.entry .schedule_a table .session .one li:nth-child(5) {
	background: aliceblue;
	top: 430px;
	padding: 17px 0;
}
.entry .schedule_a table .session .one li:nth-child(6) {
	background: navajowhite;
	top: 537px;
	padding: 59px 0;
}
.entry .schedule_a table .session .one li:nth-child(7) {
	background: honeydew;
	top: 694px;
	padding: 40px 0;
}
.entry .schedule_a table .session .one li:nth-child(8) {
	background: palegoldenrod;
	top: 812px;
	padding: 22px 0;
}
.entry .schedule_a table .session .one li:nth-child(9) {
	background: navajowhite;
	top: 914px;
	padding: 60px 0;
}
.entry .schedule_a table .session .one li:nth-child(10) {
	background: aliceblue;
	top: 1099px;
	padding: 16px 0;
}
.entry .schedule_a table .session .one li:nth-child(11) {
	background: aliceblue;
	top: 1203px;
	padding: 24px 0;
}
.entry .schedule_a table .session .one li:nth-child(12) {
	top: 1308px;
	padding: 4px 0;
}
.entry .schedule_a table .session .two li:first-child {
	background: mistyrose;
	top: 208px;
	padding: 17px 0;
}
.entry .schedule_a table .session .two li:nth-child(2) {
	background: mistyrose;
	top: 314px;
	padding: 23px 0;
}
.entry .schedule_a table .session .two li:nth-child(3) {
	background: mistyrose;
	top: 430px;
	padding: 17px 0;
}
.entry .schedule_a table .session .two li:nth-child(4) {
	background: palegoldenrod;
	top: 705px;
	padding: 18px 0;
}
.entry .schedule_a table .session .two li:nth-child(5) {
	background: mistyrose;
	top: 1099px;
	padding: 16px 0;
}
.entry .schedule_a table .session .two li:nth-child(6) {
	background: mistyrose;
	top: 1203px;
	padding: 16px 0;
}
.entry .schedule_a table .session .three li:first-child {
	top: 208px;
	padding: 465px 0;
}

/* participant_a */

.entry .participant_a {
	padding: 15px;
	text-align: center;
}
.entry .participant_a p {
	margin-bottom: 0;
}

/* submission_a */

.entry .submission_a {
	margin-bottom: 30px;
}
.entry .submission_a p {
	font-size: 16px;
	margin-bottom: 0;
}
.entry .submission_a p .size24 {
	font-size: 24px;
}
.entry .submission_a p .size30 {
	font-size: 30px;
}

/* submission_b */

.entry .submission_b {
	margin-bottom: 30px;
}
.entry .submission_b ul {
	margin-bottom: 0;
	margin-left: 0;
	list-style: none;
}
.entry .submission_b ul li {
	padding-left: 1.25em;
}
.entry .submission_b ul li:before {
	content: '※';
	margin-right: 0.25em;
	margin-left: -0.85em;
}

/* submission_c */

.entry .submission_c {
	text-align: center;
	padding: 10px;
	margin: 0 30px 30px 30px;
	border: 1px solid #36c;
}
.entry .submission_c h4 {
	font-weight: bold;
	font-size: 18px;
	margin-left: 0;
	border-bottom: 0;
	margin-bottom: 5px;
}
.entry .submission_c p {
	margin-bottom: 0;
}

/* submission_d */

.entry .submission_d {
	margin-bottom: 30px;
	padding: 10px 0;
	border-top: 1px dotted #4674b7;
	border-bottom: 1px dotted #4674b7;
}
.entry .submission_d dl {
	display: table;
	margin-bottom: 0;
}
.entry .submission_d dl dt {
	display: table-cell;
	padding: 0.25em 0.5em;
	width: 100px;
}
.entry .submission_d dl dd {
	display: table-cell;
	padding: 0.25em 0.5em;
}

/* submission_e */

.entry .submission_e {
	margin-bottom: 0;
}
.entry .submission_e ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
	padding: 15px;
	text-align: center;
}
.entry .submission_e ul li a:before {
	content: url('images/icon_04.png');
	margin-left: 0.25em;
}

/* submission_f */

.entry .submission_f {
	margin-bottom: 30px;
	padding: 10px 0;
	border-bottom: 1px dotted #4674b7;
	border-top: 1px dotted #4674b7;
}
.entry .submission_f h4 {
	font-weight: bold;
	font-size: 14px;
	margin-left: 0;
	border-bottom: 0;
	margin-bottom: 0;
}
.entry .submission_f address {
	margin-left: 1em;
	margin-bottom: 10px;
}
.entry .submission_f p {
	margin-left: 1em;
	margin-bottom: 0;
}

/* guide_a */

.entry .guide_a {
	margin-bottom: 30px;
}
.entry .guide_a dl {
	display: table;
	margin-bottom: 20px;
}
.entry .guide_a dl dt {
	font-weight: normal;
	color: #2a73ba;
	width: 65px;
	padding: 0.25em 0.5em;
	display: table-cell;
	border: 1px solid #2a73ba;
	vertical-align: middle;
}
.entry .guide_a dl dd {
	display: table-cell;
	padding: 0.25em 1em;
}
.entry .guide_a dl dd p {
	margin-bottom: 0;
}
.entry .guide_a dl dd ol {
	margin-bottom: 0;
	margin-left: 65px;
	display: inline-block;
}
.entry .guide_a dl dd ol li .block {
	display: block;
	text-align: right;
}

/* greeting_a */

.entry .greeting_a {
	background: url('images/bg_04.gif') no-repeat 75% 100%;
	margin-bottom: 30px;
	padding-bottom: 15px;
	text-align: right;
}
.entry .greeting_a img {
	float: left;
}
.entry .greeting_a h3 {
	font-size: 18px;
	border: 0;
	background: none;
	padding-left: 0;
	margin-left: 0;
	padding-top: 20px;
}
.entry .greeting_a h3:before {
	content: none;
	margin-right: 0;
	float: none;
	margin-top: 0;
}
.entry .greeting_a h4 {
	font-size: 13px;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: 0;
}
.entry .greeting_a h4 strong {
	font-size: 21px;
	font-weight: normal;
	margin-left: 1em;
}
.entry .greeting_a p {
	font-size: 13px;
	margin-bottom: 0;
}

/* greeting_b */

.entry .greeting_b {
	margin-bottom: 20px;
}
.entry .greeting_b h3 {
	font-weight: bold;
	color: #333;
	border: 0;
	background: none;
	padding-left: 0;
	margin-left: 0;
}
.entry .greeting_b h3:before {
	content: none;
	margin-right: 0;
	float: none;
	margin-top: 0;
}

/*-----------------------------------------------------
	class
------------------------------------------------------*/

/* clearfix */

.clearfix:after {
	content: '.';
	height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
}

/*-----------------------------------------------------
	default
------------------------------------------------------*/

/* image */

img.alignright, img.alignleft {
	display: inline;
}

/* captions */

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
.alignright {
	float: right;
	margin-left: 1em;
}
.wp-caption {
	text-align: center;
}
.wp-caption p.wp-caption-text {
	margin-bottom: 0;
}

/*-----------------------------------------------------
	Google Fonts
------------------------------------------------------*/
/*
	font-family: 'Noto Sans JP', sans-serif;
	font-family: 'Noto Serif JP', serif;
*/
