@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Archivo+Black|PT+Sans:400,700|Poppins:400,700');

/**************************
property reset,tool
**************************/

* {
  margin: 0;
  padding: 0;
  line-height: 100%;
  box-sizing: border-box;
}
ul, li {
  list-style-type: none;
}
img {
  border: 0;
}
table, th, td {
  border: none;
}
form {
  display: inline;
}
br.clear, p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0;
}
#contents p.clear {
  clear: both;
  font-size: 0;
  line-height: 0;
  height: 0;
  margin: 0 1em 0;
}
.clear {
  clear: both;
}
.skipmenu {
  position: absolute;
  right: 0pt;
  top: -10em;
}
a {
  overflow: hidden;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  zoom: 1; /* for IE6/7 */
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


body {
  font-family: "PT Sans", sans-serif;
  padding: 0;
  text-align: center;
  min-width: 950px;
}
header {
  background: url(images/headerBack.png) no-repeat center top #009CB8;
  height: 160px;
}
#headerWrap {
  width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
#headerWrap p#siteID {
  float: left;
  margin: 27px 20px 0 47px;
}
#titleArea {
  margin: 27px 0 0 0;
  text-align: left;
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
}
#titleArea #organized {
  color: #004165;
  font-weight: bold;
}
#titleArea p#eventTitle {
  font-family: "Archivo Black", sans-serif;
  font-size: 32px;
  margin-bottom: 6px;
}
#titleArea p#eventTitle span {
  font-size: 26px;
}
#titleArea p#period {
  font-size: 21px;
}

#toggle {
  display: none;
}
nav {
  background: #0a6071;
}
#gNavi {
  width:950px;
  margin:0 auto;
  height:69px;
}
#dropmenu {
  display: block;
}
#gNavi ul li {
  float:left;
}
#gNavi li a {
  background:url(images/gNavi.png) no-repeat;
  height:0;
  display:block;
  padding-top:69px;
  line-height: 2;
  overflow:hidden;
}

li#gNavi1 {width: 68px;}
li#gNavi2 {width: 92px;}
li#gNavi3 {width: 87px;}
li#gNavi4 {width: 90px;}
li#gNavi5 {width: 74px;}
li#gNavi6 {width: 79px;}
li#gNavi7 {width: 111px;}
li#gNavi8 {width: 109px;}
li#gNavi9 {width: 84px;}
li#gNavi10 {width: 91px;}
li#gNavi11 {width: 65px;}

li#gNavi1 a {background-position:0px 0px;}
li#gNavi1 a:hover {background-position:0px -69px;}
li#gNavi2 a {background-position:-68px 0px;}
li#gNavi2 a:hover {background-position:-68px -69px;}
li#gNavi3 a {background-position:-160px 0px;}
li#gNavi3 a:hover {background-position:-160px -69px;}
li#gNavi4 a {background-position:-247px 0px;}
li#gNavi4 a:hover {background-position:-247px -69px;}
li#gNavi5 a {background-position:-337px 0px;}
li#gNavi5 a:hover {background-position:-337px -69px;}
li#gNavi6 a {background-position:-411px 0px;}
li#gNavi6 a:hover {background-position:-411px -69px;}
li#gNavi7 a {background-position:-490px 0px;}
li#gNavi7 a:hover {background-position:-490px -69px;}
li#gNavi8 a {background-position:-601px 0px;}
li#gNavi8 a:hover {background-position:-601px -69px;}
li#gNavi9 a {background-position:-710px 0px;}
li#gNavi9 a:hover {background-position:-710px -69px;}
li#gNavi10 a {background-position:-794px 0px;}
li#gNavi10 a:hover {background-position:-794px -69px;}
li#gNavi11 a {background-position:-885px 0px;}
li#gNavi11 a:hover {background-position:-885px -69px;}

li#gNavi1 a.active {background-position:0 -69px;}
li#gNavi2 a.active {background-position:-68px -69px;}
li#gNavi3 a.active {background-position:-160px -69px;}
li#gNavi4 a.active {background-position:-247px -69px;}
li#gNavi5 a.active {background-position:-337px -69px;}
li#gNavi6 a.active {background-position:-411px -69px;}
li#gNavi7 a.active {background-position:-490px -69px;}
li#gNavi8 a.active {background-position:-601px -69px;}
li#gNavi9 a.active {background-position:-710px -69px;}
li#gNavi10 a.active {background-position:-794px -69px;}
li#gNavi11 a.active {background-position:-885px -69px;}

#dropmenu {
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align:left;
}
#dropmenu li {
	float: left;
	padding: 0;
	position: relative;
}
#dropmenu a {
	height: 69px;
	padding: 0;
	color: #333;
	text-transform: uppercase;
	text-decoration: none;
}
#dropmenu li:hover > a {
	color: #FFF;
}
*html #dropmenu li a:hover /* IE6 */ {
	color: #F00;
}
#dropmenu li:hover > ul {
	display: block;
}
/* Sub-menu */

#dropmenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	top: 69px;
	left: 0;
	z-index: 99999;
}
#dropmenu ul li {
	float: none;
	margin: 0;
	padding: 0;
	display: block;
  border-bottom: 1px solid #CCC;
}
#dropmenu ul li:last-child {
  border-bottom: none;
}
#gNavi ul#dropmenu ul li a {
	min-width:185px;
	padding: 11px 18px;
	height:  auto;
	line-height: 1;
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
  color: #FFF;
	background: rgba(102, 102, 102, 0.9);
}
*html #dropmenu ul a /* IE6 */ {
	height: 10px;
	width: 150px;
}
*:first-child+html #dropmenu ul a /* IE7 */ {
	height: 10px;
	width: 150px;
}
#gNavi ul#dropmenu ul li a:hover {
  background: #666;
}
#dropmenu ul li:first-child a:hover:after {
	border-bottom-color: #DEDFF3;
}
#dropmenu li#gNavi11 ul {
  right: 0;
  left: auto;
}

#contents {
  width: 950px;
  margin: 0 auto;
  min-height: 400px;
  padding: 35px 15px;
  text-align: left;
}

footer {
  background: url(images/footerBack.png) no-repeat center top #00A5C2;
  height: 155px;
}

#footerContents {
  width: 950px;
  margin: 0 auto;
  padding: 15px 0;
  color: #FFF;
  text-align: left;
  position: relative;
}
#footerLeft {
  width: 600px;
}
#footerLeft ul li {
  display: inline-block;
  font-size: 16px;
  padding: 0 15px 0 15px;
  background: url(images/liWhite.png) no-repeat left center;
  margin-bottom: 10px;
}
#footerLeft ul li a {
  color: #FFF;
  text-decoration: none;
}
#footerLeft ul li a:hover {
  color: #E9FB96;
}
#copyright {
  font-size: 14px;
  text-align: right;
  margin-top: 60px;
}
#footerContents::after {
  content: url(images/skytree.png);
  position: absolute;
  bottom: 0;
  right: -45px;
}

#contents h1,
#contents h2,
#contents h3,
#contents h4,
#contents h5,
#contents h6,
#contents p,
#contents li,
#contents th,
#contents td {
  line-height: 180%;
}

#contents h1 {
  font-family: "Poppins", sans-serif;
	font-size: 18px;
  color: #FFF;
  background: #08644C;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 36px;
  margin-bottom: 30px;
}
#contents h2 {
  color:#FF895D;
	font-size: 20px;
	margin-bottom: 20px;
}
#contents h3 {
	font-size:110%;
	color:#333;
	margin:0 0 10px;
}
#contents h4 {
	font-size:110%;
	color:#725DFF;
	margin:0 0 10px;
}
#contents h5 {
	font-size:100%;
	color:#333;
	margin:0 0 10px;
  border-bottom: 1px solid #CCC;
}
#contents h6 {
	font-size:95%;
	color:#333;
	margin:0 0 10px;
}
#contents p {
	font-size:95%;
	line-height:150%;
	margin:0 0 15px;
	text-align: justify;
}

#contents ul {
	margin:0 0 20px 20px;
}

#contents ul li {
	background:url(images/liStandard.png) no-repeat left 6px;
	padding-left:17px;
}

#contents ol {
	margin:0 0 20px 30px;
}

#contents ol li {
	list-style-type:decimal;
	margin-left:0.5em;
}

#contents ol.alpha li {
	list-style-type:lower-alpha;
}

#contents li {
	margin:0 auto 5px;
	line-height:150%;
	font-size:90%;
}

#contents ul li ul {
	margin:5px 0;
	font-size:110%;
}

#contents ul li ul li {
	background:url(images/liRound.png) no-repeat left 6px;
}

#contents ol li ul {
	margin:10px 0;
	font-size:110%;
}

#contents ol li ul li {
	list-style-type:none;
	background:url(images/liRound.png) no-repeat left 6px;
}

#contents dl {
	margin-left:20px;
	font-size:90%;
}
#contents dl.mailform {
  margin-left: 0;
}
#contents dt {
	font-weight:bold;
}

#contents dd {
	margin:10px 0 30px 1em;
	line-height:150%;
}

hr {
	border:dotted #999;
	border-width:1px 0px 0px 0px;
	height:1px;
	overflow:hidden;
	margin:8px 0 16px;
	clear:both;
}

#contents table {
	max-width: 100%;
	margin:0 0 20px;
	border-collapse:collapse;
	border:1px solid #999;
	empty-cells:show ;
	font-size:90%;
}

#contents caption {
	font-size:105%;
	color:#000;
	text-align:left;
	margin-bottom:5px;
}

#contents td,
#contents th {
	border:1px solid #999;
	padding:5px 10px;
	vertical-align:top;
	line-height:130%;
}

#contents th {
	color:#000;
	background:#F3F8F9;
	text-align:left;
  font-weight: normal;
}

#contents th p,
#contents td p {
	margin:0;
	padding:0;
	font-size:100%;
  text-align: left;
}

#contents td ul {
	margin:0;
	padding:0;
	font-size:110%;
}

#contents td ol {
	margin:0 0 0 15px;
	padding:0;
	font-size:110%;
}

#contents th.thCenter {
	text-align:center;
}

#contents th.thRignt {
	text-align:right;
}

#contents table td.vMiddle {
	vertical-align:middle;
}

#contents blockquote {
	color:#333;
	margin:10px 0 10px 40px;
	line-height:150%;
	font-size:90%;
	font-style:italic;
}

.dottedLine {
	border:dotted 2px #999;
	padding:10px 30px;
}
.kakomiSingle {
	margin:0 0 20px;
	border:1px #CCC solid;
	padding:10px 10px 0;
}
#contents .kakomiSingle h2 {
	background:#F5F4F2;
	padding:4px 15px;
	font-size:100%;
	font-weight:normal;
	margin-bottom: 10px;
  color: #001F3B;
  border-radius: 0;
}
#contents .kakomiSingle p {
	margin:0 10px 15px;
}

.textRight {text-align:right;}
.textCenter {text-align:center;}
#contents p.textRight {text-align:right;}
#contents p.textCenter {text-align:center;}

.textRed {color:red;}
.textPurple {color:#6A5ACD;}
.textGreen {color:#20B2AA;}
.textGray {color:#999;}
.textGraySmall {color:#999; font-size:80%;}
.textSmall {font-size:80%;}
.textSmall2 {font-size:70%;}
.textStandard {font-size:90%;}
.textSmallRight {font-size:84%; text-align:right;}
.textBackBlue {color:#FFF; background-color:#036; padding:2px 5px;}
.textLarge {font-size:110%;}
.strike {text-decoration: line-through;}

#contents .textRed {color:red;}
#contents .textPurple {color:#6A5ACD;}
#contents .textGreen {color:#20B2AA;}
#contents .textGray {color:#999;}
#contents .textGraySmall {color:#999; font-size:80%;}
#contents .textSmall {font-size:80%;}
#contents .textSmall2 {font-size:70%;}
#contents .textStandard {font-size:90%;}
#contents .textSmallRight {font-size:84%; text-align:right;}
#contents .textBackBlue {color:#FFF; background-color:#036; padding:2px 5px;}
#contents .textLarge {font-size:110%;}



#contents table.tableBorderNone,
#contents .tableBorderNone th,
#contents .tableBorderNone td {
	border:none;
	padding:0;
}

#contents table.tableBorderNone2,
#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	border:none;
}

#contents .tableBorderNone2 th,
#contents .tableBorderNone2 td {
	padding:10px;
}

#contents table.tableBorderNone3,
#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	border:none;
}

#contents .tableBorderNone3 th,
#contents .tableBorderNone3 td {
	padding:20px;
}
a.pdfLink {
	padding:5px 0 5px 20px;
	background:url(images/pdf.png) no-repeat left 5px;
}
a.wordLink {
	padding:5px 0 5px 22px;
	background:url(images/word.png) no-repeat left 5px;
}
a.excelLink {
	padding:5px 0 5px 22px;
	background:url(images/excel.png) no-repeat left 5px;
}
#contents ul li.pdfLink {
	padding:5px 0 5px 25px;
	background:url(images/pdf.png) no-repeat left 5px;
}
#contents p.comment1 {
	background:url(images/diamonds.gif) no-repeat left 3px;
	padding-left:20px;
}
#contents p.comment2 {
	text-indent:-1em;
	margin-left:2em;
}

.arrowRight {
	background:url(images/arrowRight.gif) no-repeat left center;
	padding-left:20px;
}
.arrowRight2 {
	background:url(images/arrowRight.gif) no-repeat left 7px;
	padding-left:20px;
}

#contents ul.indexMenu {
	overflow: hidden;
}
#contents ul.indexMenu {
	margin: 0 20px 20px;
}
#contents ul.indexMenu li {
	background: none;
	margin-bottom: 10px;
	padding: 0;
}
#contents ul.indexMenu li a {
	border: 1px solid #CCC;
	border-radius: 6px;
	display: block;
	padding: 10px 20px 10px 30px;
	background: url(images/liStandard.png) no-repeat 10px center;
}
#contents ul.indexMenu li a:hover {
	background: url(images/liHover.png) no-repeat 10px center #EEE;
}
#contents ul.indexMenu li ul li {
	margin:5px 0 0 40px;
}
#contents ul.indexMenu li ul li a {
	background:url(images/liStandard.png) no-repeat 10px center;
}


.linkBox {
	background:#F5F4F2;
	padding:20px 20px 15px;
	margin:20px;
}
#contents .linkBox p {
	background:url(images/linkBoxBack.gif) no-repeat right center #FFF;
	border:1px solid #CCC;
	padding:8px 20px;
	margin:0 0 5px;
}
#contents .linkBox p a {
	display:block;
}

.photoAreaL {
	float:left;
	margin:0 20px 30px 0;
}
.photoAreaR {
	float:right;
	margin:0 0 30px 20px;
}
#contents .photoAreaL p, #contents .photoAreaR p {
	margin:0;
	padding:5px;
	background:#EEE;
	font-size:80%;
	line-height:120%;
	color:#333;
}
#contents p.marginZero {
	margin:0;
	padding:1px;
}
#contents p.marginZero img {
	border:4px solid #FFF;
}
#contents p.imgLeft {
	float:left;
	margin-right:20px;
}
#contents p.imgRight {
	float:right;
	margin-left:20px;
}

#home header {
  background: url(images/topHeaderBack.png) no-repeat center top #009CB8;
  height: 347px;
}
#home #eventTitle {
  clear: left;
  margin-left: 47px;
  padding-top: 20px;
}
#home p#organized {
  padding-top: 36px;
  font-size: 24px;
  color: #004165;
  font-size: 38px;
  font-weight: bold;
}
#home p#organized span {
  display: block;
  margin-top: 20px;
  font-size: 58px;
  color: #FFF;
  text-shadow: 2px 2px 6px #000;
}
#titleArea p#organized {
  text-shadow: 1px 1px 3px #fff;
}
#titleArea h1#eventTitle {
  font-family: "Archivo Black", sans-serif;
  font-size: 32px;
  margin-bottom: 6px;
  line-height: 1.1;
}
#titleArea h1#eventTitle span {
  font-size: 30px;
}
#home #titleArea p#period {
  margin-left: 47px;
  margin-top: 10px;
  font-size: 28px;
}

#home #titleArea {
  position: relative;
}
#home #titleArea::after {
  content: url(images/runner.png);
  position: absolute;
  top: 0;
  right: 0;
}

#home #contents h2 {
  font-family: "Poppins", sans-serif;
	font-size: 18px;
  color: #FFF;
  background: #08644C;
  font-weight: normal;
  letter-spacing: 0.1em;
  display: inline-block;
  padding: 4px 20px;
  border-radius: 36px;
  margin-bottom: 20px;
}

#home section {
  overflow: hidden;
}
#home article {
  float: left;
  width: 400px;
}
#home aside {
  float: right;
  width: 500px;
}
#home article table {
  width: 100%;
}
#home article ul {
  margin: 0 0 20px 0;
}
#slideArea {
  box-sizing: border-box;
  border: 1px solid #979797;
  padding: 9px;
  height: 340px;
}
#slideArea img {
  width: 480px;
  height: auto;
}
#contents #slideArea ul,
#contents #slideArea ul li {
  background: none;
  margin: 0;
  padding: 0;
}
#contents form strong {
  color: #F00;
}
#contents p#sendButton {
  text-align: center;
}
#contents form textarea {
  width: 100%;
}
.lColumn {
  float: left;
  width: 50%;
}
.rColumn {
  float: right;
  width: 50%;
}
.columns {
  overflow: hidden;
}

#contents .faq h2 span {
  font-family: "Archivo Black", sans-serif;
  background: #871775;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 10px;
}
#contents .faq h2 {
  color: #000;
  border-bottom: 1px dotted #CCC;
}
#contents .faq p span {
  font-size: 20px;
  font-family: "Archivo Black", sans-serif;
  background: #364bc3;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 16px;
}
#contents .faq p {
  margin-left: 3.6em;
  text-indent: -3.6em;
}
#contents .faq p span.textRed {
  font-size: 100%;
  font-family: "PT Sans", sans-serif;
  background: none;
  color: #F00;
  padding: 0;
  border-radius: 0;
  margin-right: 0;
}
.person {
  overflow: hidden;
  border-bottom: 1px solid #EEE;
  padding: 5px 0;
}
#contents .person p.imgLeft {
  margin: 0 30px 0 0;
  line-height: 0;
}


@media screen and (max-width:479px) {
  body {
    min-width: 100%;
    -webkit-text-size-adjust: 100%;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .pcShow {
    display: none !important;
  }
  header {
    height: auto;
  }

  #headerWrap p#siteID {
    margin: 0 10px 10px 10px;
    width: 20%;
  }
  #headerWrap {
    font-size: 3vw;
  }
  #titleArea p#eventTitle {
    font-size: 3.8vw;
    clear: both;
    margin: 20px 20px 0;
  }
  #titleArea p#eventTitle span {
    font-size: 3vw;
  }
  #titleArea p#period {
    font-size: 3vw;
    margin: 10px 20px;
  }
  #organized {
    padding-top: 7px;
  }

  #dropmenu {
    display: none;
  }
  #gNavi {
    width: 100%;
    height: auto;
  }
  #toggle {
    display: block;
    position: relative;
    margin: 0;
    padding: 10px 2px;
    background: #08644C;
  }
  #dropmenu li ul {
    display: none !important;
  }
  #toggle a {
    display: block;
    position: relative;
    padding: 4px 0 4px;
    border-bottom: 1px solid #444;
    color: #FFF;
    text-align: center;
    text-decoration: none;
  }
  #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 20px;
    height: 19px;
    margin-top: -10px;
    background: #fff;
  }
  #toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #08644C;
  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after {
    margin-top: 2px;
  }
  #menu {
    margin: 0 10px;
  }
  #dropmenu li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #dropmenu li a {
    display: block;
    padding: 8px 0 6px 20px;
    background: #999;
    color: #FFF;
    border-bottom: 1px solid #FFF;
    text-decoration: none;
    text-align: left;
    height: auto;
  }

  #headerWrap {
    width: 100%;
    float: none;
  }
  header h1, header p#siteID {
    margin: 0 20px;
    padding-top: 20px;
  }
  #headerLeft {
    float: none;
  }
  #headerLeft p {
    color: #666;
    font-size: 12px;
    margin: 10px 20px;
    line-height: 1.4;
  }

  #contentsWrap {
    width: 100%;
  }
  #contents {
    float: none;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 2px solid #CCC;
    padding: 35px 5px;
  }
  #contents .tableWrap {
    overflow-x: scroll;
  }
  #contents p,
  #contents h3,
  #contents h4,
  #contents h5,
  #contents h6,
  #contents table,
  #contents .otoiawase {
    margin-left: 10px;
    margin-right: 10px;
  }
  #gmapsWrap {
    padding: 0 10px;
  }
  #contents ul,
  #contents ol {
    margin-right: 10px;
  }

  footer {
    height: auto;
  }
  #footerContents {
    width: 100%;
    padding: 0;
  }
  #footerLeft {
    width: 100%;
    padding: 10px 20px 0;
  }
  #footerLeft ul {
  }
  #footerLeft ul li {
    display: block;
    margin: 10px 0;
    border: 1px solid #FFF;
    border-radius: 20px;
    background: url(images/liWhite.png) no-repeat 10px center;
  }
  #footerLeft ul li a {
    display: block;
    padding: 10px;
  }
  #copyright {
    color: #FFF;
    padding: 10px;
    margin: 0;
    background: #00a5c2;
    text-align: center;
  }
  #home p#organized {
    padding-top: 0;
  }
  #home #titleArea h1#eventTitle {
    margin: 10px;
    padding: 0;
    font-size: 24px;
  }
  #home #titleArea h1#eventTitle span {
    font-size: 20px;
  }
  #home #home #titleArea p#period {
    font-size: 20px;
  }
  #home #titleArea p#period {
    margin: 10px;
    font-size: 22px;
  }
  #home header {
    height: 298px;
  }
  #home article {
    width: 100%;
    float: none;
  }
  #home #contents table,
  #home #contents th,
  #home #contents td {
    border: none;
  }
  #home #contents th,
  #home #contents td {
    display: block;
  }
  #home #contents th {
    border-bottom: 1px solid #CCC;
  }
  #home #contents td {
    padding-left: 20px;
    padding-bottom: 10px;
  }
  #home article .tableWrap {
    margin: 10px;
    overflow-x:inherit;
  }
  #home article table {
    width: 100%;
    margin: 0;
  }
  #home aside {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  #slideArea {
    height: auto;
  }
  .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    width: auto !important;
  }
  .lColumn,
  .rColumn {
    float: none;
    width: 100%;
  }




}
