@charset "utf-8";
/* ===================================================================
CSS information
 file name  :layout.css
=================================================================== */
body {
	color: #222;
	line-height: 1.6;
	background: #fff;
	font-size: 92%;
}
#mainvisual {
	display: block;
	width: 960px;
	margin: 0 auto 10px;
	position: relative;
}
.deco {
	border-radius: 4px;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #000;
	 -webkit-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #000;
    -moz-box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #000;
}
#announce {
	position: absolute;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	text-shadow: 1px 1px 0 rgba(0,0,0,.2);
	letter-spacing: 1px;
}
#announce h1 {
	font-size: 24px;
}
/* Prettier Links */
a {
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
a:link { color: #111; }
a:visited { color: #111; }
a:hover { color: #3a81dc; }
a:active { color: #afeeee; }

/* header
------------------------------------------ */
#top {
	height: 70px;
	background-color: #fff;
}
#header {
	position: relative;
}
#header h1 {
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.2;
	padding-top: 15px;
}
.contact-tel {
	position: absolute;
	top: 20px;
	right: 0;
}

/* nav
------------------------------------------ */
nav {
	height: 36px;
	background: #f3f3f3;
	border-top: 3px solid #2f69d6;
}
nav:not(:target) {
	border-bottom: 2px solid #f3f3f3\9;
}
nav ul {
	width: 960px;
	background: url(../img/nav/nav-bg.png) no-repeat;
	height: 36px;
}
nav li {
	width: 160px;
	float: left;
	text-align: center;
	line-height: 36px;
	letter-spacing: 1px;
}
nav li a {
	text-decoration: none;
	display: inline-block;
	width: 160px;
	height: 36px;
	position: relative;
}
nav li a:hover {
	border-bottom: 2px solid #f3ae3d;
}
nav li a:hover:before {
	content: " ";
	position: absolute;
	left: 47%;
	bottom: -12px;
	border: 6px solid transparent;
	border-top: 6px solid #f3ae3d;
}
nav li a:hover:after {
	content: " ";
	position: absolute;
	left: 47%;
	bottom: -12px;
	border: 6px solid transparent;
	border-top: 6px solid #f3ae3d;
}
body#home li.home a,
body#guide li.guide a,
body#list li.list a,
body#member li.member a,
body#byelaw li.byelaw a,
body#sponsor li.sponsor a {
	border-bottom: 2px solid #3a81dc;
}

body#home li.home a:before,
body#guide li.guide a:before,
body#list li.list a:before,
body#member li.member a:before,
body#byelaw li.byelaw a:before,
body#sponsor li.sponsor a:before {
	content: " ";
	position: absolute;
	left: 47%;
	bottom: -12px;
	border: 6px solid transparent;
	border-top: 6px solid #3a81dc;
}
body#home li.home a:after,
body#guide li.guide a:after,
body#list li.list a:after,
body#member li.member a:after,
body#byelaw li.byelaw a:after,
body#sponsor li.sponsor a:after {
	content: " ";
	position: absolute;
	left: 47%;
	bottom: -12px;
	border: 6px solid transparent;
	border-top: 6px solid #3a81dc;
}
/* container
------------------------------------------ */
#container {
	width: 100%;
	background-image: url(../img/item/bg.new.png), -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #C9E0F2),
		color-stop(0.75, #FFFFFF)
	);
	background-image: url(../img/item/bg.new.png), -o-linear-gradient(bottom, #C9E0F2 0%, #FFFFFF 75%);
	background-image: url(../img/item/bg.new.png), -moz-linear-gradient(bottom, #C9E0F2 0%, #FFFFFF 75%);
	background-image: url(../img/item/bg.new.png), -webkit-linear-gradient(bottom, #C9E0F2 0%, #FFFFFF 75%);
	background-image: url(../img/item/bg.new.png), linear-gradient(to bottom, #C9E0F2 0%, #FFFFFF 75%);
	background-image: url(../img/item/bg.new.png), -ms-linear-gradient(top, #C9E0F2 0%, #FFFFFF 75%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9e0f2', endColorstr='#ffffff',GradientType=0 );/* IE6-9 */

	padding-top: 10px;
}



/* page
------------------------------------------ */
#page {
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	background-color: #fff;
	padding-bottom: 70px;/* +pagetop height */
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	box-shadow:0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #000;
}
h2.page-title {
	background: url(../img/share/h2-bg.gif) no-repeat;
	width: 960px;
	height: 91px;
	margin: 0 auto;
	text-indent: 70px;
	line-height: 110px;
}
*:first-child+html h2.page-title {
	padding-top: 30px;
}

.pageInner {
	width: 860px;
	/* padding: 30px; */
	margin: 0 auto;
	padding-top: 30px;
}
/* h2.ico-grad {
	background:  url(../img/item/ico_h2_2.png) left center no-repeat;
	border-bottom: 3px solid #dadada;
	height: 30px;
	line-height: 34px;
	font-size: 110%;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 20px;
} */
 h2.ico-grad {
	background:  url(../img/item/h2_line_bg.png) left bottom no-repeat;
	height: 45px;
	line-height: 45px;
	font-size: 110%;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 30px;
}

h2.f-h2 {
	background:  url(../img/item/ico_h2.png) left center no-repeat;
	border-bottom: 3px solid #dadada;
	height: 30px;
	line-height: 34px;
	font-size: 100%;
	letter-spacing: 1px;
	font-weight: bold;
	padding-left: 18px;
	margin-bottom: 15px;
}
/* entry */
.enter a {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 5px;
	border: 1px solid #fffe62;
	background: #ffd029;
	background: -moz-linear-gradient(top,  #ffd029 0%, #ffa84b 50%, #ff8330 51%, #ffb843 100%);
	background: -webkit-linear-gradient(top,  #ffd029 0%,#ffa84b 50%,#ff8330 51%,#ffb843 100%);
	background: linear-gradient(to bottom,  #ffd029 0%,#ffa84b 50%,#ff8330 51%,#ffb843 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd029', endColorstr='#ffb843',GradientType=0 );
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
	letter-spacing: 1px;
}.enter a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* viewing 2021-02-19 */
.viewing a {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 5px;
	border: 1px solid #9ed3e7;
	background: #b7deed;
	background: -moz-linear-gradient(top,  #b7deed 0%, #71ceef 50%, #21b4e2 51%, #b7deed 100%);
	background: -webkit-linear-gradient(top,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
	background: linear-gradient(to bottom,  #b7deed 0%,#71ceef 50%,#21b4e2 51%,#b7deed 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#b7deed',GradientType=0 );

	width: 100%;
	box-sizing: border-box;
	text-align: center;
	
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
	letter-spacing: 1px;
}.viewing a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/* program download */
.program a {
	display: block;
	padding-top: 1em;
	padding-bottom: 1em;
	border-radius: 5px;
	background: #1e5799;
	background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%);
	background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
	
	font-size: 1em;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	font-weight: 600;
	letter-spacing: 1px;
}.program a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.manual a {
	display: block;
	padding-top: .5em;
	padding-bottom: .5em;
	border-radius: 5px;
	background: #1e90ff;
	text-decoration: none;
	font-weight: normal;
	transition: all .3s ease-in;
	color: #fff;
	font-size: .85em;
}
.manual a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* footer
------------------------------------------ */
#bottom {
	background: #f3f3f3;
}
#footer {
	width: 930px;
	margin: 0 auto;
	padding: 20px;
	display: teble;
	text-align: left;
	position: relative;
	font-size: .9em;
}
/* patetop
------------------------------------------ */
#pagetop {
	position: absolute;
	top: -25px;
	left: 830px;
	height: 25px;
	background: #f3f3f3;
	padding: 0 25px 0 20px;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}
#pagetop i {
	color: orange;
	font-size: 90%;
}
#f-contents {
	overflow: hidden;
	_zoom: 1;
	margin-bottom: 15px;
}
.f-left {
	float: left;
	width: 450px
}
.f-right {
	float: right;
	width: 430px;
	overflow: hidden;
	_zoom:1;
}
.f-left dl {
	padding-left: 15px;
	overflow: hidden;
	_zoom: 1;
}
.f-left dt {
	width: 110px;
	float: left;
	clear: both;
}
.f-left dd {
	width: 320px;
	padding-left: 110px;
	margin-bottom: 8px;
}
.f-left span {
	display: inline-block;
	margin-right: 15px;
}
.office {
	/* width: 215px;
	float: left; */
	padding-left: 15px;
	margin-bottom: 15px;
}
.stuff {
	padding-left: 15px;
	/* width: 215px;
	float: right; */
}

/* ie7 */
	*:first-child+html .links {
		float: left;
		width: 560px;
	}
	*:first-child+html .site-addr {
		float: right;
		width: 360px;
	}
.copyright {
	background: #3a81dc;
	text-align: center;
	height: 80px;
	line-height: 80px;
	color: #fff;
	font-size: 90%;
}


/* common parts */
.cont-width {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: 1px solid #ccc;
	box-shadow: none;
	border-radius: 17px;
	text-decoration: none;
	padding: 5px 40px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #969696), color-stop(1.00, #fff));
	background: -webkit-linear-gradient(#969696, #fff);
	background: -moz-linear-gradient(#969696, #fff);
	background: -o-linear-gradient(#969696, #fff);
	background: -ms-linear-gradient(#969696, #fff);
	background: linear-gradient(#969696, #fff);
}


.note {
	color: #C00;
	font-size: .9em;
}
.imgbtm {
	vertical-align: bottom;
}
ul.ind {
	font-size: 90%;
}ul.ind li {
	padding-left: 1em;
	text-indent: -1em;
}
.bg-info {
	background-color: #d0fff0;
}
.inline-block {
	display: inline-block;
	padding: 0 .5em 0 .5em;
}