@charset "utf-8";
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

body {
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/**
 * base layout style
 */
div#contents {
  width: 960px;
  margin: 0 auto;
}

div#main {
  width: 663px;
  float: right;
  margin-bottom: 4em;
}

div#nav {
  width: 253px;
  float: left;
  margin-bottom: 4em;
}

div#globalFooter {
  background: #2F94C4;
  clear: both;
}

div#globalNav {
  background: #2F94C4;
  min-height: 80px;
  border-bottom: solid 2px #FFE324;
}

div#topicPath {
  width: 960px;
  margin: 0 auto 1em;
  clear: both;
  *zoom: 1;
}

div#topicPath:before,
div#topicPath:after {
  content: " ";
  display: table;
}

div#topicPath:after {
  clear: both;
}

/**
 * globalNav style
 */
div#globalNav ul {
  width: 960px;
  margin: 0 auto;
  padding: 0;
}

div#topicPath ul {
  padding: 0;
}

div#topicPath ul li {
  margin: 0;
  float: left;
  display: inline;
  font-size: 13px;
  padding: 0 0.4em 0 0;
}

div#topicPath ul li:first-child {
  background: url(../common/ico_home.png) no-repeat left center;
  padding-left: 22px;
}

div#topicPath ul li:after {
  content: ">>";
  font-size: 9px;
  padding-left: 0.4em;
}

div#topicPath ul li:last-child:after {
  content: "";
}

/**
 * header style
 */
p#logo {
  width: 960px;
  margin: 0 auto;
  padding: 0.5em 0 0.5em;
}

div#globalHeader {
  position: relative;
}

div#headNav {
  position: absolute;
  right: 0;
  top: 0;
}

div#globalHeader:before,
div#globalHeader:after {
  content: " ";
  display: table;
}

div#globalHeader:after {
  clear: both;
}

div#globalHeader {
  *zoom: 1;
}

div#headNav a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

div#headNav a:hover img.active {
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  cursor: default;
}

div#searchBox {
  background: #2F94C4;
  float: right;
  display: inline;
  width: 444px;
  padding: 0.3em 0.5em 0.3em 0;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-bottomleft: 8px;
}

div#searchBox p {
  float: left;
  display: inline;
  padding: 0 0 0 10px;
  margin: 0;
}

div#searchBox p.typ {
  padding: 5px 6px 0 10px;
}

div#searchBox ul {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
  list-style: none;
}

div#searchBox ul li {
  float: left;
  display: inline;
  padding: 0 1px;
  margin: 0;
}

div#searchBox form {
  margin: -12px 0 0 -3px;
}

div#searchBox input[type="image"] {
  position: relative;
  top: 10px;
  margin-left: 5px;
}

div#headNav dl {
  padding: 68px 0 0 0;
  margin: 0;
}

div#headNav dt {
  float: left;
  display: inline;
  padding: 4px 0 0 0;
  margin: 0 20px 0 0;
}

div#headNav dd {
  float: left;
  display: inline;
  padding: 0;
  margin: 0;
}

/**
 * navigation style
 */
div#globalNav li {
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline;
  border-right: solid 1px #76B9D8;
  margin-right: -1px;
}

div#globalNav li.hear {
  background: #237BB3;
}

div#globalNav li:first-child {
  border-left: solid 1px #76B9D8;
  margin-left: -1px;
}

div#globalNav li a {
  display: table-cell;
  vertical-align: middle;
  height: 79px;
  text-align: center;
  width: 160px;
}

div#globalNav li a:hover {
  background: #5CAFD8;
}

dl#localNav {
  margin: 0 0 1em;
  padding: 0;
}

dl#localNav dt {
  border: solid 4px #F0F0F0;
  font-size: 16px;
  padding: 1.5em;
  font-weight: bold;
  margin-bottom: 0.3em;
}

dl#localNav dt.on {
  background: #F0F0F0;
}

dl#localNav dt a {
  color: #000;
  text-decoration: none;
  display: block;
  background: url(../common/ico_arrow.png) no-repeat 96% center;
  margin: -1.5em;
  padding: 1.5em;
}

dl#localNav dt a:hover,
dl#localNav dt.hear a {
  background: #f0f0f0 url(../common/ico_arrow.png) no-repeat 96% center;
}

dl#localNav dd {
  border: solid 4px #F0F0F0;
  margin: 0 0 0.3em;
  background: url(../common/ico_arrow.png) no-repeat 96% center;
}

dl#localNav dd a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 1em 1.5em;
  font-size: 16px;
}

dl#localNav dd a:hover,
dl#localNav dd.hear a {
  background: #f0f0f0 url(../common/ico_arrow.png) no-repeat 96% center;
}

div#nav p.all {
  position: relative;
  text-align: right;
  top: -3.6em;
  margin-bottom: -2.2em !important;
}

div#nav p.all a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

ul.bnr {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.bnr li {
  margin: 0 0 1em;
  padding: 0;
}

/**
 * footer style
 */
ul#footNav {
  width: 960px;
  text-align: center;
  padding: 1em 0 0 0;
  margin: 0 auto;
  list-style: none;
  line-height: 1;
}

ul#footNav li {
  display: inline;
  padding: 0 1.3em 0.25em 0;
  margin: 0 1em 0 0;
  border-right: solid 1px #74B7D7;
  line-height: 1;
  font-size:0.9em;
}

ul#footNav li:first-child {
  border-left: solid 1px #74B7D7;
  padding: 0 1.3em 0.25em 1em;
}

ul#footNav li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

p#copyright {
  width: 960px;
  text-align: center;
  margin: 0 auto 0;
  padding: 1em 0 6em 0;
}

/**
 * general style
 */
div#contents.general h1,
div#contents.news h1 {
  background: url(../common/bg_mid_title.png) no-repeat;
  min-height: 96px;
  font-size: 31px;
  padding: 55px 1em 0;
  margin: 0 0 1.11em;
}

div#contents.general h1.imgTtl {
  background: none;
  padding: 0 0 0;
  margin: 0 0 1.11em;
}

div#contents.general h1.under {
  margin: 0 0 0;
  padding: 0;
  background: #FFF;
  border: none;
  min-height: 15px;
}

div#contents.general p {
  line-height: 1.77;
  margin-bottom: 1.88em;
}

img.rOver:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

div#contents.general #main ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.88em;
}

div#contents.general #main ul li {
  background: url(../common/ico_arrow_000.png) no-repeat left center;
  margin: 0;
  padding: 0 0 0 1em;
}

div#contents.general #main table {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

div#contents.general #main table th {
  border-bottom: solid 1px #CCC;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  padding: 1.15em;
  background: #F9F9F9;
  border-right: solid 1px #CCC;
}

div#contents.general #main table td {
  border-bottom: solid 1px #CCC;
  border-right: solid 1px #CCC;
  padding: 1.15em;
  background: #FFF;
}

div#contents.general #main tr.odd td img,
div#contents.general #main tr.even td img {
  vertical-align: top;
  margin-right: 0.55em;
}

div#contents #main table.associationTable {
  margin-bottom: 3em;
}

div#contents #main table.associationTable tr.odd th,
div#contents #main table.associationTable tr.even th {
  border-right: solid 1px #CCC;
  width: 20%;
}

div#contents #main table.associationTable td {
  vertical-align: middle;
  line-height: 52px;
}

div#contents #main table.associationTable th {
  line-height: 52px;
}

div#contents #main table.associationTable td span img {
  height: 52px;
  vertical-align: middle;
}

div#contents #main table.otherTable {
  margin-bottom: 3em;
}

div#contents #main table.otherTable th {
  line-height: 52px;
  background: #FFF;
  text-align: center;
  vertical-align: middle;
}

div#contents #main table.otherTable th span {
  display: block;
  text-align: center;
}

div#contents #main table.otherTable td {
  background: #F9F9F9;
}

div#contents.general a.external:after {
  content: url(../common/ico_ex_link.png);
  padding-left: 0.5em;
  position: relative;
  top: 0.1em;
}

p.update {
  padding: 0.8em 0;
  border-bottom: dashed 1px #999;
  text-align: right;
  font-size: 14px;
}

div#contents.general div#main div#qAndA h2 {
  background: #f3f3f3 url(../img/ico_Q.png) no-repeat 0.75em center;
  border-bottom: solid 2px #2F94C4;
  padding: 0.8em 1em 0.8em 4em;
  font-size: 16px;
}

div#contents.general div#main div#qAndA p {
  background: url(../img/ico_A.png) no-repeat 0.75em 0.5em;
  padding-left: 4em;
}

div#contents.general div#main div#qAndA ul {
  margin-left: 4em;
}

/**
 * top page style
 */
div#contents.general div#main h2#topNews {
  margin: 0 0 1.75em;
  padding: 0;
  background: #FFF;
  border: none;
}

dl.genNews {
  padding: 0 0 2.53em;
}

dl.genNews dt {
  float: left;
  margin: 0 0.5em 0 0;
  font-weight: bold;
}

dl.genNews dd {
  margin: 0 0 0.47em 11.5em;
}

dl.genNews dt.news:before {
  content: "お知らせ";
  float: left;
  background: #5FCF58;
  font-size: 12px;
  color: #FFF;
  display: table-cell;
  width: 68px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: 4px;
  clear: left;
  font-weight: normal;
}

dl.genNews dt.event:before {
  content: "イベント";
  float: left;
  background: #EF7A34;
  font-size: 12px;
  color: #FFF;
  display: table-cell;
  width: 68px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: 4px;
  clear: left;
  font-weight: normal;
}

div#main p.allTop {
  position: relative;
}
div#main p.allTop a {
  position: absolute;
  top: -70px;
  right: 0;
  display: inline-block;
}

/*div#main p.allTop{
	position:relative;
	text-align:right;
	top:-70px;
	margin-bottom:-45px;
}*/
div#main p.allTop a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}

/**
 * news page style
 */
div#contents.news div#important h2,
div#contents.general div#important h2 {
  padding: 0.5em 1.2em !important;
  border-bottom: solid 4px #E64C3B !important;
  margin: 0 !important;
  background: #FFF !important;
}

div#important dl {
  border-bottom: solid 3px #F0F0F0;
  border-right: solid 3px #F0F0F0;
  border-left: solid 3px #F0F0F0;
  padding: 1em 1.2em 0.53em;
  margin: 0 0 3em;
}

div#important dl dt {
  float: left;
  margin: 0 0.5em 0 0;
  font-weight: bold;
}

div#important dl dt.important:before {
  content: "重要";
  float: left;
  background: #E74C3C;
  font-size: 12px;
  color: #FFF;
  display: table-cell;
  width: 68px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: 4px;
  clear: left;
  font-weight: normal;
}

div#important dl dd {
  margin: 0 0 0.47em 11.5em;
}

div#important dl dd a {
  color: #E64C3B;
}

div.updateList,
div.newsList,
div.eventList {
  border: solid 4px #F0F0F0;
  margin-bottom: 1em;
  position: relative;
  z-index: 10;
}

div.newsList {
  border: solid 4px #5FCF58;
}

div.eventList {
  border: solid 4px #EF7A34;
}

div.updateList dl,
div.newsList dl,
div.eventList dl {
  padding: 1em 1.2em 0.53em;
}

div.updateList dl dt,
div.newsList dl dt,
div.eventList dl dt {
  float: left;
  margin: 0 0.5em 0 0;
  font-weight: bold;
}

div.updateList dl dt.event:before,
div.newsList dl dt.event:before,
div.eventList dl dt.event:before {
  content: "イベント";
  float: left;
  background: #EF7A34;
  font-size: 12px;
  color: #FFF;
  display: table-cell;
  width: 68px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: 4px;
  clear: left;
  font-weight: normal;
}

div.updateList dl dt.news:before,
div.newsList dl dt.news:before,
div.eventList dl dt.news:before {
  content: "お知らせ";
  float: left;
  background: #5FCF58;
  font-size: 12px;
  color: #FFF;
  display: table-cell;
  width: 68px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: 4px;
  clear: left;
  font-weight: normal;
}

div.updateList dl dt.research:before,
div.newsList dl dt.research:before,
div.eventList dl dt.research:before {
  content: "調査研究";
  float: left;
  background: #EF7A34;
  font-size: 12px;
  color: #FFF;
  display: table-cell;
  width: 68px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: 4px;
  clear: left;
  font-weight: normal;
}

div.updateList dl dt.report:before,
div.newsList dl dt.report:before,
div.eventList dl dt.report:before {
  content: "活動報告";
  float: left;
  background: #5FCF58;
  font-size: 12px;
  color: #FFF;
  display: table-cell;
  width: 68px;
  height: 16px;
  text-align: center;
  vertical-align: middle;
  margin-right: 1em;
  position: relative;
  top: 4px;
  clear: left;
  font-weight: normal;
}

div.updateList dl dd,
div.newsList dl dd,
div.eventList dl dd {
  margin: 0 0 0.47em 11.5em;
}

div.updateList dl dd.pdfi a,
div.newsList dl dd.pdfi a,
div.eventList dl dd.pdfi a {
  background: url(../common/ico_pdf.gif) no-repeat right center;
  padding-right: 25px;
  padding-top: 2px;
  line-height: 1.5;
}

div#contents.general #main ul#switch {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#contents.general #main ul#switch li {
  padding: 0 0 0;
  margin: 0 8px 0 0;
  text-align: center;
  float: left;
  position: relative;
  z-index: 1;
}

div#contents.general #main ul#switch li#navUpdate {
  background: #FFF;
}

div#contents.general #main ul#switch li#navUpdate.on {
  border-bottom: none;
  position: relative;
  z-index: 100;
}

div#contents.general #main ul#switch li#navNews {
  background: #5FCF58;
  border-bottom: none;
}

div#contents.general #main ul#switch li#navNews.on {
  border-bottom: none;
  position: relative;
  z-index: 100;
}

div#contents.general #main ul#switch li#navEvent {
  background: #EF7A34;
  border-bottom: none;
}

div#contents.general #main ul#switch li#navEvent.on {
  border-bottom: none;
  position: relative;
  z-index: 100;
}

div#contents.association #main ul#switch {
  margin: 0;
  padding: 0;
  list-style: none;
}

div#contents.association #main ul#switch li {
  padding: 10px 0 0;
  margin: 0 8px -4px 0;
  width: 202px;
  text-align: center;
  float: left;
  height: 47px;
  position: relative;
  z-index: 1;
}

div#contents.association #main ul#switch li#navUpdate {
  background: #FFF;
}

div#contents.association #main ul#switch li#navUpdate.on {
  border-bottom: none;
  position: relative;
  z-index: 100;
}

div#contents.association #main ul#switch li#navNews {
  background: #5FCF58;
  border-bottom: none;
}

div#contents.association #main ul#switch li#navNews.on {
  border-bottom: none;
  position: relative;
  z-index: 100;
}

div#contents.association #main ul#switch li#navEvent {
  background: #EF7A34;
  border-bottom: none;
}

div#contents.association #main ul#switch li#navEvent.on {
  border-bottom: none;
  position: relative;
  z-index: 100;
}

.disnon {
  display: none;
}

.select {
  display: block;
}

div#contents.general div#navAssociation ul {
  width: 400px;
  margin: 0 0 0 0;
  float: left;
}

div#contents.general div#navAssociation p {
  float: right;
  display: inline;
  margin: 0 0 1em;
  padding: 0;
}

div#contents.general div#navAssociation ul li {
  background: url(../common/ico_under.png) no-repeat left center;
  float: left;
  width: 22%;
  font-size: 16px;
  margin: 0 0 0.5em;
  padding: 0 0 0 10px;
}

/* entry */
div#contents.general div#main h1#entryTtl,
div#contents.association div#main h1#entryTtl {
  padding: 0;
  margin: 0;
  background: #F3F3F3;
  min-height: 1em;
  border-top: solid 20px #F3F3F3;
  border-bottom: solid 20px #F3F3F3;
}

div#contents.general div#main h1#entryTtl span,
div#contents.association div#main h1#entryTtl span {
  padding: 0.2em 0.5em;
  margin: 0;
  background: #F3F3F3;
  border-left: solid 10px #2F94C4;
  display: block;
}

div#contents.general div#main h2 {
  background: #F3F3F3;
  border-bottom: solid 2px #2F94C4;
  padding: 0.8em 1em;
  font-size: 16px;
}

div#contents.general div#main h3 {
  padding: 0.3em 0;
  border-bottom: dotted 2px #2F94C4;
}

/**
 * association page style
 */
div#contents.association h1 {
  background: url(../common/bg_mid_title.png) no-repeat;
  min-height: 96px;
  font-size: 31px;
  padding: 55px 1em 0;
  margin: 0 0 1.11em;
}

div#contents.association div#main h2 {
  background: #F3F3F3;
  border-bottom: solid 2px #2F94C4;
  padding: 0.8em 1em;
  font-size: 16px;
  clear: both;
}
/*
div#contents.association div#main h3 {
  font-size: 1em;
  line-height: 1.77;
  margin-bottom: 0.33em;
}
*/
div#contents.association div#main h3 {
  padding: 0.3em 0;
  border-bottom: dotted 2px #2F94C4;
}

div#contents.association p {
  line-height: 1.77;
  margin-bottom: 1.88em;
}

div#contents.association div.itr dl {
  float: right;
  width: 320px;
  margin: 0 0 3em 1.5em;
}

div#contents.association div.itr dl img,
div#contents.association div.itrCap dl img {
  width: 320px;
}

div#contents.association div.itr dl dt,
div#contents.association div.itrCap dl dt {
  text-align: right;
  margin: 0 0 0.5em;
}

div#contents.association div.itr dl dd,
div#contents.association div.itrCap dl dd {
  background: #F3F3F3;
  padding: 0.5em;
  margin: 0;
}

div#contents.association div.itrCap dl {
  float: right;
  width: 320px;
}

div#contents.association div.itrCap dl:first-child {
  float: left;
}

div#contents.association p.backAll,
div#contents.general p.backAll {
  text-align: right;
  font-size: 14px;
  background: url(../common/ico_d_arrow_right.png) no-repeat left center;
  display: inline;
  float: right;
  padding: 0 0 0 1em;
  margin: 0 0 2em;
}

div#contents.association div.pins,
div#contents.general div.pins {
  position: relative;
}

div#contents.association div.pins ul,
div#contents.general div.pins ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  position: absolute;
  right: 2em;
  top: -135px;
}

div#contents.association div.pins ul li,
div#contents.general div.pins ul li {
  display: inline;
  padding: 0.5em;
  margin: 0;
}

div#nav h3 {
  padding: 0;
  margin: 0 0 0.7em;
}

div#nav dl.news {
  padding: 0;
  margin: 0 0 3em;
}

div#nav dl.news dt {
  font-weight: bold;
  font-sizd: 14px;
  padding: 0 0.5em;
  margin: 0;
}

div#nav dl.news dd {
  font-sizd: 14px;
  padding: 0 0.5em 0.8em;
  margin: 0 0 0.8em;
  border-bottom: dashed 1px #DFDFDF;
}

div#nav ul.archive {
  padding: 0;
  margin: 0 0 3em;
  list-style: none;
}

div#nav ul.archive li {
  padding: 0 0.5em 0.25em;
  margin: 0 0 0.25em;
  border-bottom: dashed 1px #DFDFDF;
}

div#nav dl.profile {
  padding: 0;
  margin: 0 0 3em;
}

div#nav dl.profile dt {
  font-weight: bold;
  font-size: 14px;
  padding: 0 0.5em;
  margin: 0;
}

div#nav dl.profile dd {
  font-size: 14px;
  padding: 0 0.5em 0.8em;
  margin: 0 0 0.8em;
  border-bottom: dashed 1px #DFDFDF;
}

div#nav dl.profile dd:last-child {
  border-bottom: none;
}

div#main p.date {
  font-size: 14px;
  border-bottom: dashed 1px #DFDFDF;
  padding: 0.8em 2.2em;
  margin: 0 0 1em;
  font-weight: bold;
}

div#main div.entry {
  border-bottom: dashed 1px #DFDFDF;
  margin-bottom: 1em;
}

div#contents.general #main div.tag ul,
div#contents.association #main div.tag ul {
  padding: 0;
  margin: 0;
  display: inline;
}

div#contents.general #main div.tag ul li,
div#contents.association #main div.tag ul li {
  display: inline;
  background: none;
  margin-right: 0.5em;
}

div#main div.social {
  position: relative;
}

div#main div.social div.inner {
  display: inline;
  position: absolute;
  top: -50px;
  right: 0;
}

div#main div.social div.footInner {
  display: inline;
  position: absolute;
  right: 0;
  top: 1em;
}

div#main div.social div.fb-like {
  margin-right: 0.6em;
  position: relative;
  top: -5px;
}

/**/
div#main div.socialBlog {
  position: relative;
  padding-bottom: 5px;
}

div#main div.socialBlog div.inner {
  display: inline;
  position: absolute;
  top: -25px;
  right: 0;
}

div#main div.socialBlog div.footInner {
  display: inline;
  position: absolute;
  right: 0;
  top: 1em;
}

div#main div.socialBlog div.fb-like {
  margin-right: 0.6em;
  position: relative;
  top: -5px;
}

p.badgeAsn {
  padding: 0.15em 0.15em 0.2em;
  font-weight: bold;
  line-height: 66px !important;
  font-size: 28px !important;
  margin-bottom: 0.5em !important;
}

p.badgeAsn img {
  position: relative;
  top: -3px;
}

p.badgeAsnBnr {
  padding: 0.4em;
  text-align: center;
  font-size: 28px !important;
  margin-bottom: 0.5em !important;
  line-height: 1 !important;
}

/**
 * one column page style
 */
div#contents.oneColumn div#main {
  float: none;
  width: 100%;
  padding-bottom: 4em;
}

div#contents.oneColumn div#main:before,
div#contents.oneColumn div#main:after {
  content: " ";
  display: table;
}

div#contents.oneColumn div#main:after {
  clear: both;
}

div#contents.oneColumn div#main {
  *zoom: 1;
}

div#contents.oneColumn div#main h1 {
  font-size: 40px;
  padding: 0 0 18px;
  line-height: 1;
  margin: 1em 0;
  background: url(../common/bg_ttl_line.png) no-repeat left bottom;
}

div#contents.oneColumn div#main h2 {
  background: #F3F3F3;
  border-bottom: solid 2px #2F94C4;
  padding: 0.8em 1em;
  font-size: 16px;
}

div#contents.oneColumn div#main p {
  line-height: 1.77;
  margin-bottom: 1.88em;
}

div#contents.oneColumn #main ul {
  list-style: none;
  padding: 0;
  margin-bottom: 1.88em;
}

div#contents.oneColumn #main ul li {
  background: url(../common/ico_arrow_000.png) no-repeat left center;
  margin: 0;
  padding: 0 0 0 1em;
}

div#contents.oneColumn #main table {
  border-collapse: collapse;
  width: 100%;
  border-top: solid 1px #CCC;
  border-left: solid 1px #CCC;
  border-right: solid 1px #CCC;
}

div#contents.oneColumn #main table th {
  border-bottom: solid 1px #CCC;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: top;
  text-align: left;
  padding: 1.15em;
  background: #F9F9F9;
  border-right: solid 1px #CCC;
}

div#contents.oneColumn #main table td {
  border-bottom: solid 1px #CCC;
  border-right: solid 1px #CCC;
  padding: 1.15em;
  background: #FFF;
}

div#contents.oneColumn #main tr.odd th,
div#contents.oneColumn #main tr.odd td {
  background: #F9F9F9;
}

div#contents.oneColumn #main tr.even th,
div#contents.oneColumn #main tr.even td {
  background: #FFF;
}

dl.sitemap {
  width: 300px;
  float: left;
  margin-right: 15px;
}

dl.sitemap dt {
  border: solid 5px #F0F0F0;
  padding: 0.8em 1em;
  margin: 0 0 0.75em;
  background: url(../common/ico_arrow_sitemap.png) no-repeat 95% center;
}

dl.sitemap dd {
  padding: 0;
  margin: 0 1.2em;
  line-height: 2;
}

.clearLeft {
  clear: left;
}

div#badgetop ul {
  list-style: none;
  margin: 1em -16px 0 0;
  padding: 0;
}

div#badgetop ul li {
  border: solid 1px #DFDFDF;
  text-align: center;
  min-height: 132px;
  margin: 0 5px 0.5em 0 !important;
  padding: 0.25em 0.1em !important;
  list-style: none !important;
  background: none !important;
  float: left;
  width: 100px;
  font-size: 0.9em;
}

div#badgetop ul li span {
  display: block;
  text-align: center;
  padding-bottom: 0.5em;
}

/* ==========================================================================
   Plugin
   ========================================================================== */
#slide {
  height: 550px;
  margin-bottom: 2em;
  overflow: hidden;
}

.bx-viewport {
  overflow: visible !important;
}

#slide ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#slide ul li {
  padding: 0;
}

#slide ul li a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

p.contentNav {
  text-align: right;
  margin: -1.5em 1em 0;
}

ul.contentNav {
  padding: 0 !important;
  margin: 0 !important;
  text-align: center !important;
}

ul.contentNav li {
  display: inline !important;
  background: none !important;
  padding: 0 0.2em !important;
  margin: 0 !important;
}

p#returnToTop {
  text-align: right;
  right: 1em;
  bottom: 1em;
  position: fixed;
  display: none;
}



/* translate */
div#google_translate_element{
	position:absolute;
	top:12px;
	right:469px;	
}
div#globalNav li a {
	color:#FFF;
}
ul#footNav li a{
	color:#FFF;
	font-size:0.9em;
}
p#copyright {
    margin: 0 auto 0;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*----------------------------------------------

  pc

-----------------------------------------------*/
#nav .bnr li img {
  width: 100%;
  height: auto;
}

#slide ul {
  display: none;
}

.pc_page .bx-viewport {
  width: 100% !important;
  width: 1200px !important;
}
.pc_page #slide ul li {
  width: 960px !important;
  margin-right: 15px;
}

input.w130 {
  width: 160px;
}

/*----------------------------------------------

  sp

-----------------------------------------------*/
.sp {
  display: none;
}

.sp_page .pc {
  display: none;
}
.sp_page .sp {
  display: block;
}
.sp_page table {
  font-size: 13px;
}
.sp_page table td, .sp_page table th {
  padding: 10px 5px !important;
}
.sp_page p#logo {
  padding: 10px 12px;
  width: auto;
}
.sp_page p#logo img {
  width: 96px;
  height: 59px;
}
.sp_page div#searchBox {
  display: none;
}
.sp_page div#google_translate_element{
	position:absolute;
	top:9px;
	right:2px;	
	font-size:11px;
}
.sp_page div#headNav dl {
  padding-top: 0;
  position: absolute;
  top: 5px;
  right: 128px;
  text-align: right;
  line-height: 2;
    width: 200px;
}
.sp_page div#headNav dl dt {
  margin-right: 0;
  margin-left: 5px;
  padding-top: 0;
  float: none;
  font-size:11px;
}
.sp_page div#headNav dl dd {
  font-size:12px;
  float:none;
  margin-right:-115px;
  margin-top:15px;
    position: absolute;
    top: 18px;
    right: 0;
}
.sp_page div#headNav dl dd img {
  height: 31px;
}
.sp_page div#contents {
  width: 100%;
}
.sp_page div#contents.general h1,
.sp_page div#contents.news h1,
.sp_page div#contents.association h1 {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-size: cover;
  min-height: 73px;
  font-size: 18px;
  padding: 26px 0 0 20px;
  margin: 0 0 15px 0;
  width: 100%;
}
.sp_page div#contents.general h1.under,
.sp_page div#contents.news h1.under,
.sp_page div#contents.association h1.under {
  padding: 10px 0 0 0;
  margin-bottom: 14px;
  min-height: 0;
}
.sp_page div#contents.general h1.imgTtl,
.sp_page div#contents.news h1.imgTtl {
  padding: 0;
  min-height: 0;
}
.sp_page div#main {
  margin-bottom: 20px;
  width: 100%;
  float: none;
}
.sp_page div#main img {
  max-width: 100%;
  height: auto;
}
.sp_page div#main > div:first-child,
.sp_page div#main .itr,
.sp_page div#main .itrAdd,
.sp_page div#main .itrCap {
  padding-left: 10px;
  padding-right: 10px;
  *zoom: 1;
}
.sp_page div#main > div:first-child:after,
.sp_page div#main .itr:after,
.sp_page div#main .itrAdd:after,
.sp_page div#main .itrCap:after {
  content: "";
  display: block;
  clear: both;
}
.sp_page div#main .contents-body {
  padding: 0 10px;
}
.sp_page div#main p.date {
  border-bottom: none;
  padding: 10px 10px;
  margin: 0;
}
.sp_page div#main div.social {
  padding: 5px 10px 10px 10px;
  border-bottom: dashed 1px #DFDFDF;
}
.sp_page div#main div.social div.footInner {
  display: block;
  position: static;
}
.sp_page div#main div.social div.inner {
  position: static;
}
.sp_page div#main div.socialBlog {
  padding: 5px 10px 10px 10px;
}
.sp_page div#main div.socialBlog div.footInner {
  display: block;
  position: static;
}
.sp_page div#main div.socialBlog div.inner {
  position: static;
}
.sp_page .genNews dt,
.sp_page .updateList dl dt,
.sp_page .eventList dl dt,
.sp_page .newsList dl dt {
  margin-bottom: 4px;
  padding-top: 8px;
  float: none;
  font-size: 13px;
  font-weight: normal;
}
.sp_page .genNews dt:before,
.sp_page .updateList dl dt:before,
.sp_page .eventList dl dt:before,
.sp_page .newsList dl dt:before {
  top: 0 !important;
}
.sp_page .genNews dd,
.sp_page .updateList dl dd,
.sp_page .eventList dl dd,
.sp_page .newsList dl dd {
  padding-bottom: 10px;
  border-bottom: dashed 1px #DFDFDF;
  margin-left: 0;
  font-size: 13px;
}
.sp_page div#nav {
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  float: none;
}
.sp_page div#nav h3 {
  background-image: url("../common/sp/bg_border_gray.png");
  background-repeat: repeat-x;
  background-position: bottom;
}
.sp_page div#nav .news {
  margin-bottom: 10px;
}
.sp_page div#nav > iframe {
  width: 100% !important;
}
.sp_page div#nav .bnr li img {
  width: 100%;
}
.sp_page div#nav .sp_bnr_half {
  margin-bottom: 10px;
  float: left;
  width: 49%;
}
.sp_page div#nav .sp_bnr_half img {
  width: 100%;
  height: auto;
}
.sp_page div#nav .sp_bnr_half:nth-child(odd) {
  margin-right: 2%;
}
.sp_page div#nav .sp.all {
  margin-bottom: 3em !important;
  border-radius: 5px;
  position: static;
  background-color: #F0F0F0;
  text-align: center;
  font-size: 13px;
}
.sp_page div#nav .sp.all a {
  padding: 5px;
  display: block;
  color: #000;
}
.sp_page div#nav .sp.all span {
  padding-right: 16px;
  background-image: url("../common/sp/ico_arrow_sp.png");
  background-repeat: no-repeat;
  background-size: 9px 10px;
  background-position: right center;
}
.sp_page div#globalNav {
  min-height: 0;
  height: auto;
}
.sp_page div#globalNav ul {
  *zoom: 1;
  width: 100%;
}
.sp_page div#globalNav ul:after {
  content: "";
  display: block;
  clear: both;
}
.sp_page div#globalNav li {
  margin-right: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: 1px solid #76B9D8;
  display: table;
  width: 33%;
  text-align: center;
}
.sp_page div#globalNav li:first-child {
  border-left: 0;
  margin-left: 0;
}
.sp_page div#globalNav li:nth-child(3n-1) {
  width: 34%;
}
.sp_page div#globalNav li:nth-child(3n) {
  border-right: none;
}
.sp_page div#globalNav a {
  margin: 0 auto;
  width: 106px;
  height: 38px;
  text-align: center;
  font-size:11px;
}
.sp_page div#globalNav a img {
  -moz-transform: scale(0.7, 0.7);
  -webkit-transform: scale(0.7, 0.7);
  -o-transform: scale(0.7, 0.7);
  -ms-transform: scale(0.7, 0.7);
  transform: scale(0.7, 0.7);
  max-width: 106px;
  height: auto;
}
.sp_page div#topicPath {
  padding-left: 10px;
  padding-right: 10px;
  margin: 10px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
}
.sp_page div#topicPath ul {
  margin: 0;
}
.sp_page div#topicPath li {
  float: none;
  font-size: 11px;
}
.sp_page p#returnToTop {
  margin-bottom: 0;
  position: static;
  background-image: url("../common/sp/pagetop_sp.png");
  background-repeat: no-repeat;
  background-size: 87px 11px;
  background-position: center;
  background-color: #F0F0F0;
  display: block;
}
.sp_page p#returnToTop a {
  display: block;
  height: 40px;
}
.sp_page p#returnToTop img {
  display: none;
}
.sp_page ul#footNav {
  padding-top: 14px;
  width: 100%;
  text-align: center;
}
.sp_page ul#footNav li {
  padding: 0 10px 0 10px;
  margin: 0 0 14px 0;
  float: none;
  display: inline-block;
}
.sp_page ul#footNav img {
  width: auto;
  height: 11px;
}
.sp_page p#copyright {
  margin: 0;
  padding-top: 4px;
  padding-bottom: 10px;
  width: auto;
  text-align: center;
}
.sp_page div#contents.association div#main h1#entryTtl {
  border-top: solid 10px #F3F3F3;
  border-bottom: solid 10px #F3F3F3;
  font-size: 18px;
}
.sp_page div#contents.association div#main h1#entryTtl span {
  border-left: solid 5px #2F94C4;
}
.sp_page .sp-title-margin {
  margin-left: 4%;
  margin-right: 4%;
  max-width: 92% !important;
}
.sp_page #topNews {
  margin-bottom: 15px !important;
}
.sp_page div#contents.association div.pins ul,
.sp_page div#contents.general div.pins ul {
  top: -78px;
  right: 20px;
}
.sp_page div#contents.association div.pins img,
.sp_page div#contents.general div.pins img {
  height: 50px;
}
.sp_page div#contents.oneColumn div#main h1 {
  font-size: 18px;
}
.sp_page div#contents.association div.itr dl img,
.sp_page div#contents.association div.itrCap dl img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.sp_page div#contents.association div.itr dl,
.sp_page div#contents.association div.itrCap dl {
  margin: 0;
  float: none;
  width: 100%;
}
.sp_page div#contents.association div.itr dl dt,
.sp_page div#contents.association div.itrCap dl dt {
  text-align: center;
}
.sp_page div#contents.association div.itrCap dl ~ dl {
  margin-top: 15px;
}
.sp_page div#contents.general #main ul#switch li {
  margin: 0;
  width: 33%;
}
.sp_page div#contents.general #main ul#switch #navUpdate {
  margin-left: 0.5%;
}
.sp_page div#main div.entry {
  padding: 10px;
}
.sp_page div#main div.entry p {
  margin-top: 0;
  font-size: 13px;
}
.sp_page div#main div.entry img {
  max-width: 100%;
  height: auto;
}
.sp_page div#contents #main .sp-table {
  border: none;
  margin: 0 10px;
  display: block;
  width: auto;
}
.sp_page div#contents #main .sp-table th {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0.8em 1em !important;
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #2F94C4;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
.sp_page div#contents #main .sp-table td {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 15px 0 25px 0 !important;
  border-right: none;
  border-bottom: none;
  display: block;
  font-size: 14px;
}
.sp_page div#contents #main .sp-table-network-list {
  margin: 0;
  clear: both;
}
.sp_page div#contents #main .sp-table-network-list tbody {
  display: block;
  width: 100%;
}
.sp_page div#contents #main .sp-table-network-list tr {
  *zoom: 1;
  display: block;
}
.sp_page div#contents #main .sp-table-network-list tr:after {
  content: "";
  display: block;
  clear: both;
}
.sp_page div#contents #main .sp-table-network-list th {
  margin-top: 30px;
  margin-bottom: 10px;
  padding: 12px 10px 10px 10px !important;
  border-right: none !important;
  width: 100% !important;
  clear: both;
  line-height: 1.5;
}
.sp_page div#contents #main .sp-table-network-list td {
  margin-top: -1px;
  border-top: 1px solid #ccc;
  border-collapse: collapse;
  float: left;
  min-height: 75px;
  line-height: 1.5;
}
.sp_page div#contents #main .sp-table-network-list td span {
  float: left;
}
.sp_page div#contents #main .sp-table-network-list td:nth-of-type(odd) {
  padding: 10px 10px !important;
  width: 70%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.sp_page div#contents #main .sp-table-network-list td:nth-of-type(even) {
  padding: 22px 0 0 0 !important;
  width: 30%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  line-height: 1.5;
}
.sp_page div#contents #main .sp-table-network-list td:nth-of-type(even) img {
  max-width: 20px;
  margin: 0 4px;
}
.sp_page dl.sitemap {
  width: 100%;
}
.sp_page.top_page div#badgetop .contentNav {
  margin: 0;
}
.sp_page.top_page div#badgetop .contentNav a {
  padding: 10px;
  border-radius: 5px;
  display: block;
  background-color: #F0F0F0;
  text-align: center;
  font-size: 13px;
}
.sp_page.top_page div#badgetop ul {
  display: none;
}
.sp_page.top_page #slide {
  margin-bottom: 0;
  overflow: hidden;
  height: auto;
  max-height: 238px;
}
.sp_page.top_page #slide .bx-controls-direction {
  display: none;
}
.sp_page.top_page .bx-wrapper .bx-viewport {
  left: 0 !important;
}
.sp_page.top_page #slide ul li img {
  width: 100%;
}
.sp_page.top_page .general #main {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
.sp_page.top_page .general .allTop {
  display: none;
}
.sp_page.top_page #topNews {
  margin-bottom: 5px !important;
}
.sp_page.top_page .genNews {
  margin-top: 0;
  padding-bottom: 0;
}
.sp_page.top_page .sp.all {
  margin-bottom: 3em !important;
  border-radius: 5px;
  position: static;
  background-color: #F0F0F0;
  text-align: center;
  font-size: 13px;
}
.sp_page.top_page .sp.all a {
  padding: 5px;
  display: block;
  color: #000;
}
.sp_page.top_page .sp.all span {
  padding-right: 16px;
  background-image: url("../common/sp/ico_arrow_sp.png");
  background-repeat: no-repeat;
  background-size: 9px 10px;
  background-position: right center;
}
.sp_page p.update {
  margin: 0 0 20px 0 !important;
  padding: 0 0 10px 0;
  font-size: 13px;
  text-align: left;
}
.sp_page div#contents.general div#navAssociation ul {
  width: 100%;
  margin-bottom: 10px;
}
.sp_page div#contents.general div#navAssociation li {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 33%;
  margin: 0 0 10px 0;
  padding-right: 10px;
  font-size: 14px;
}
.sp_page div#contents.general div#navAssociation p {
  margin-bottom: 20px;
  text-align: center;
  float: none;
  display: block;
}
.sp_page .otherTable {
  display: block;
  border: none !important;
}
.sp_page .otherTable tr {
  width: 100%;
  display: block;
}
.sp_page .otherTable th {
  padding: 15px 10px !important;
  margin-top: -1px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: none !important;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  text-align: left !important;
  line-height: 1.5 !important;
}
.sp_page .otherTable th span {
  text-align: left !important;
}
.sp_page .otherTable th img {
  max-width: 100px;
}
.sp_page .otherTable td {
  padding: 0 !important;
  border-left: 1px solid #ccc;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  display: block;
  background-color: #fff !important;
}
.sp_page .otherTable td div {
  border-top: 1px dashed #bbb;
  margin: 0 10px;
  padding: 15px 0;
}

.page-top
{
	display: none ;
	margin: 0 ;
	padding: 0 ;
}
 
.page-top p
{
	margin: 0 ;
	padding: 0 ;

	position: fixed ;
	right: 16px ;
	bottom: 16px ;
}
 
.move-page-top
{
	display: block ;
	background: #2F94C4 ;
	width: 50px ;
	height: 50px ;
	cursor: pointer ;

	color: #fff ;
	line-height: 50px ;
	text-decoration: none ;
	text-align: center ;

	-webkit-transition:all 0.3s ;
	-moz-transition:all 0.3s ;
	transition:all 0.3s ;
}


@media screen and ( min-width:1130px )
{
	.move-page-top:hover
	{
		opacity: 0.85 ;
	}
}


/*-------------------------------------

media query

--------------------------------------*/
@media screen and (max-width: 320px) {
  .sp_page.top_page #slide {
    max-height: 200px;
  }
}
