@charset "UTF-8";
@font-face{
	font-family : "Arial Black" ;
	src : local("Arial Black") , url("../other/Arial Black.ttf") format("truetype") ;
}
@font-face{
	font-family : "Arial" ;
	src : local("Arial") , url("../other/Arial.ttf") format("truetype") ;
}
@font-face{
	font-family : "BEBAS" ;
	src : local("bebas") , url("../other/BEBAS.ttf") format("truetype") ;
}

.arial { font-family: "Arial", "sans-serif"; }
.arialB { font-family: "Arial Black", "sans-serif"; }
.bebas { font-family: "BEBAS", "sans-serif"; }



.inner {
  width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .inner {
    width: auto;
  }
}

img, object {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none !important;
}

a.external {
  display: inline-block;
  padding-right: 13px;
  background: url(../images/icon-outside-white.png) no-repeat right center;
}

@media screen and (max-width: 1000px) {
  iframe {
    width: auto;
  }
}

.image {
  font-size: 0;
  line-height: 0;
}


#header {
  border-top: 3px solid #fa0f55;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1000px) {
  #header {
    border-bottom: 2px solid #b4b4b4;
  }
}

#header #header-inner {
  padding: 11px 0 6px;
  zoom: 1;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1000px) {
  #header #header-inner {
    padding: 0;
  }
}

#header #header-inner .logo {
  float: left;
}

@media screen and (max-width: 1000px) {
  #header #header-inner .logo {
    float: none;
    width: 235px;
    margin: 10px 0 10px 10px;
  }
}

#header #header-inner #btn-menu {
  display: none;
}

@media screen and (max-width: 1000px) {
  #header #header-inner #btn-menu {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 54px;
    height: 100%;
    border-left: 1px solid #dddddd;
    cursor: pointer;
    background-image: url(../images/icon-menu.png);
    background-size: 54px 108px;
    background-position: 0 0;
  }
  #header #header-inner #btn-menu.open {
    background-position: 0 -54px;
    background-color: #3f3f3f;
  }
}

#header #header-inner #header-link {
  float: right;
  text-align: right;
  color: #000;
  font-family: "MS P Gothic","ＭＳ Ｐゴシック",'Noto Sans Japanese', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
}

@media screen and (max-width: 1000px) {
  #header #header-inner #header-link {
    display: none;
  }
}

#header #header-inner #header-link a:link, #header #header-inner #header-link a:visited {
  color: #000;
}

#header #header-inner #header-link a:hover, #header #header-inner #header-link a:active {
  color: #fa0f55;
  text-decoration: underline;
}

#header #header-inner #header-link ul {
  clear: both;
  font-size: 0;
  line-height: 0;
  text-align: right;
}

#header #header-inner #header-link ul li {
  display: inline-block;
}

#header #header-inner #header-link ul:nth-of-type(1) {
  margin-bottom: 6px;
}

#header #header-inner #header-link ul:nth-of-type(1) li {
  font-size: 10px;
  line-height: 1.6em;
}

#header #header-inner #header-link ul:nth-of-type(1) li a {
  display: inline-block;
}

#header #header-inner #header-link ul:nth-of-type(1) li:nth-of-type(1) a {
  padding-left: 10px;
  background: url(../images/icon-arrow-red-xs.png) no-repeat left center;
}

#header #header-inner #header-link ul:nth-of-type(1) li:nth-of-type(2) {
  font-size: 11px;
  line-height: 1.6em;
  margin-left: 10px;
  border-left: 1px solid #dbdbdb;
}

#header #header-inner #header-link ul:nth-of-type(1) li:nth-of-type(2) a {
  padding-left: 27px;
  background: url(../images/icon-outside-red.png) no-repeat 10px center;
}

#header #header-inner #header-link ul:nth-of-type(2) {
	margin-top: -20px;
  margin-bottom: 4px;
}

#header #header-inner #header-link ul:nth-of-type(2) li {
  font-size: 13px;
  line-height: 1.6em;
}

#header #header-inner #header-link ul:nth-of-type(2) li a {
  display: inline-block;
  padding-left: 13px;
  background: url(../images/icon-arrow-red-s.png) no-repeat left center;
}

#header #header-inner #header-link ul:nth-of-type(2) li:nth-of-type(1) {
	display: block;
}
#header #header-inner #header-link ul:nth-of-type(2) li:nth-of-type(3) {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #dbdbdb;
}


#header #gnavi {
  border-top: 6px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
}

@media screen and (max-width: 1000px) {
  #header #gnavi {
    display: none;
    border: none;
    background: #3f3f3f;
    padding: 15px 10px;
  }
  #header #gnavi.open {
    display: block;
  }
}

#header #gnavi #btn-menuclose {
  display: none;
}

@media screen and (max-width: 1000px) {
  #header #gnavi #btn-menuclose {
    position: relative;
    display: block !important;
    height: auto;
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    background: #6e6e6e;
    margin-top: 15px;
    cursor: pointer;
    color: #fff;
  }
  #header #gnavi #btn-menuclose:before {
    content: "";
    width: 15px;
    height: 15px;
    background: url(../img/common/icon-close.png) no-repeat;
    background-size: 15px 15px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
    top: -1px;
  }
}

#header #gnavi ul li {
  width: 15%;
  height: 62px;
  position: relative;
  float: left;
  text-align: center;
}

#header #gnavi ul li:nth-of-type(8) {
  width: 25%;
}

#header #gnavi ul li:nth-of-type(8):after {
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #dbdbdb;
  right: 0;
  top: 0;
}

#header #gnavi ul li:before {
  width: 1px;
  height: 100%;
  position: absolute;
  content: "";
  display: block;
  background: #dbdbdb;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1000px) {
  #header #gnavi ul li {
    width: auto !important;
    height: auto;
    clear: both;
    float: none;
    text-align: left;
    margin-bottom: 3px;
  }
  #header #gnavi ul li:last-child {
    margin-bottom: 0;
  }
  #header #gnavi ul li:after,
  #header #gnavi ul li:before {
    display: none !important;
  }
}

#header #gnavi ul li a {
  display: block;
  text-align: center;
  width: 100%;
  height: 62px;
  font-family: 'Noto Sans Japanese', "Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","MS P Gothic","ＭＳ Ｐゴシック",sans-serif;
}

@media screen and (max-width: 1000px) {
  #header #gnavi ul li a {
    height: auto;
    text-align: left;
    border-radius: 4px;
    padding: 10px;
    font-weight: 400;
  }
  #header #gnavi ul li a:after {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../img/common/icon-arrow-white.png) no-repeat;
    background-size: 9px 15px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}

#header #gnavi ul li a span {
  display: block;
  line-height: 1.4em;
  letter-spacing: 1px;
  cursor: pointer;
}

#header #gnavi ul li a span:nth-of-type(1) {
  font-size: 16px;
  padding-top: 8px;
}

@media screen and (max-width: 1000px) {
  #header #gnavi ul li a span:nth-of-type(1) {
    padding-top: 0;
  }
}

#header #gnavi ul li a span:nth-of-type(2) {
  font-size: 13px;
  line-height: 1.6em;
  font-weight: 400;
  color: #a5a5a5;
  padding-top: 3px;
}

@media screen and (max-width: 1000px) {
  #header #gnavi ul li a span:nth-of-type(2) {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  #header #gnavi ul li a:link, #header #gnavi ul li a:visited {
    background: #6e6e6e;
    color: #fff;
  }
}

#header #gnavi ul li a:hover, #header #gnavi ul li a:active {
  color: #e6233b;
}

@media screen and (max-width: 1000px) {
  #header #gnavi ul li a:hover, #header #gnavi ul li a:active {
    background: #6e6e6e;
    color: #fff;
  }
}

#header #gnavi ul li.current a:link, #header #gnavi ul li.current a:visited, #header #gnavi ul li.current a:hover, #header #gnavi ul li.current a:active {
  background: #e6233b;
  color: #fff;
}


#font-control {
  cursor: pointer;
  font-size: 13px;
  line-height: 1.6em;
  border: 1px solid #cacaca;
  border-radius: 2px;
  display: inline-block;
  padding: 3px 8px 3px 28px;
  background-image: url(../images/icon-plus.png);
  background-repeat: no-repeat;
  background-position: 8px center;
  transition: 0.2s;
}

#font-control:hover {
  background-color: #fcf0f1;
}

.font-l #font-control {
  background-image: url(../images/icon-minus.png);
}

.pc-hide {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pc-hide {
    display: inherit;
  }
}

#footer #footer-link01 {
  background: #6e6e6e;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link01 {
    padding: 0 10px;
    background: none;
  }
}

#footer #footer-link01 .inner {
  padding: 30px 0;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link01 .inner {
    padding: 0;
  }
}

#footer #footer-link01 .inner dl {
  zoom: 1;
  overflow: hidden;
  padding: 6px 0;
  border-top: 1px solid #898989;
  border-bottom: 1px solid #898989;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link01 .inner dl {
    border: none;
    padding: 0;
  }
}

#footer #footer-link01 .inner dl dt {
  float: left;
  font-size: 16px;
  line-height: 1.6em;
  font-weight: bold;
  width: 20%;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link01 .inner dl dt {
    width: auto;
    float: none;
    clear: both;
    background: #6e6e6e;
    padding: 12px 10px;
    border-bottom: 1px solid #4a4a4a;
    border-top: 1px solid #7f7f7f;
    position: relative;
    cursor: pointer;
  }
  #footer #footer-link01 .inner dl dt br {
    display: none;
  }
  #footer #footer-link01 .inner dl dt:after {
    width: 50px;
    height: 100%;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    background: #7f7f7f url(../images/icon-plus-l.png) no-repeat center center;
    background-size: 20px 20px;
  }
  #footer #footer-link01 .inner dl dt.open:after {
    background-image: url(../images/icon-minus-l.png);
  }
}

#footer #footer-link01 .inner dl dd {
  zoom: 1;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link01 .inner dl dd.slidedown {
    display: none;
  }
  #footer #footer-link01 .inner dl dd.slidedown.open {
    display: block;
  }
}

#footer #footer-link01 .inner dl dd ul li {
  display: inline-block;
  white-space: nowrap;
  font-size: 13px;
  line-height: 1.8em;
}

#footer #footer-link01 .inner dl dd ul li a:link, #footer #footer-link01 .inner dl dd ul li a:visited {
  color: #fff;
  text-decoration: none;
}

#footer #footer-link01 .inner dl dd ul li a:hover, #footer #footer-link01 .inner dl dd ul li a:active {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link01 .inner dl dd ul li {
    display: block;
    clear: both;
    font-size: 16px;
    line-height: 1.6em;
    background: #3f3f3f;
    white-space: inherit;
  }
  #footer #footer-link01 .inner dl dd ul li strong {
    display: block;
    padding: 10px;
  }
  #footer #footer-link01 .inner dl dd ul li span {
    display: none;
  }
  #footer #footer-link01 .inner dl dd ul li a {
    display: block;
    clear: both;
    clear: both;
    font-size: 16px;
    line-height: 1.6em;
    padding: 10px;
    position: relative;
  }
  #footer #footer-link01 .inner dl dd ul li a:link, #footer #footer-link01 .inner dl dd ul li a:visited, #footer #footer-link01 .inner dl dd ul li a:hover, #footer #footer-link01 .inner dl dd ul li a:active {
    background: #6e6e6e;
    text-decoration: none;
  }
  #footer #footer-link01 .inner dl dd ul li a:before {
    content: "";
    width: 10px;
    height: 15px;
    background: url(../images/icon-arrow-white.png) no-repeat;
    background-size: 9px 15px;
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}

@media screen and (max-width: 1000px) {
  #footer #footer-link01 .inner dl dd div ul li {
    border-bottom: 1px solid #6a6a6a;
  }
  #footer #footer-link01 .inner dl dd div ul li:last-child {
    border-bottom: none;
  }
  #footer #footer-link01 .inner dl dd div ul li a:link, #footer #footer-link01 .inner dl dd div ul li a:visited, #footer #footer-link01 .inner dl dd div ul li a:hover, #footer #footer-link01 .inner dl dd div ul li a:active {
    background: #3f3f3f;
    text-decoration: none;
  }
}

#footer #footer-link02 {
  padding: 23px 0 8px;
  border-bottom: 6px solid #e6233b;
}
@media screen and (min-width: 741px)  {
	#footer #footer-link02 {
		border-top:1px solid #AAA;
	}
}

@media screen and (max-width: 1000px) {
  #footer #footer-link02 {
    padding-top: 0px;
  }
}

#footer #footer-link02 ul {
  font-size: 0;
  line-height: 0;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link02 ul {
    display: none;
  }
}

#footer #footer-link02 ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2em;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #4d4d4f;
}

#footer #footer-link02 ul li:last-child {
  border-right: none;
}

#footer #footer-link02 ul li a:link, #footer #footer-link02 ul li a:visited {
  color: #4d4d4f;
}

#footer #footer-link02 ul li a:hover, #footer #footer-link02 ul li a:active {
  color: #4d4d4f;
  text-decoration: underline;
}

#footer #footer-link03 {
  padding: 5px 0 14px;
}

#footer #footer-link03 ul {
  font-size: 0;
  line-height: 0;
  margin-bottom: 12px;
}

#footer #footer-link03 ul li {
  display: inline-block;
  font-size: 12px;
  line-height: 1.2em;
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #4d4d4f;
}

#footer #footer-link03 ul li:last-child {
  border-right: none;
}

#footer #footer-link03 ul li a:link, #footer #footer-link03 ul li a:visited {
  color: #4d4d4f;
}

#footer #footer-link03 ul li a:hover, #footer #footer-link03 ul li a:active {
  color: #4d4d4f;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link03 ul {
    text-align: center;
  }
  #footer #footer-link03 ul li {
    font-size: 10px;
    line-height: 1.2em;
    margin-right: 5px;
    padding-right: 5px;
  }
}

#footer #footer-link03 #copyright {
  font-size: 11px;
  line-height: 1.2em;
  text-align: right;
  clear: both;
}

#footer #footer-link03 #copyright br {
  display: none;
}

@media screen and (max-width: 1000px) {
  #footer #footer-link03 #copyright {
    text-align: center;
    font-size: 10px;
    line-height: 1.4em;
  }
  #footer #footer-link03 #copyright br {
    display: inherit;
  }
}

.btn {
  display: inline-block;
}

.btn.pt-a {
  padding: 10px 80px;
  border: 1px solid #989898;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 107%;
  line-height: 1.6em;
}
.bg_lYellow .btn.pt-a {
	background-color: #fafadf!important;
}

@media screen and (max-width: 1000px) {
  .btn.pt-a {
    padding: 10px 50px;
  }
}

.btn.pt-a:link, .btn.pt-a:visited, .btn.pt-a:hover, .btn.pt-a:active {
  color: #000;
  background: #fff;
}

.btn.pt-a:hover {
  opacity: 0.5;
}

.btn.pt-a:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-black.png) no-repeat center center;
}

.btn.pt-b {
  border-radius: 2px;
  padding: 16px 30px;
  box-shadow: 3px 3px 0 rgba(96, 122, 0, 0.9);
  position: relative;
  font-size: 114%;
  line-height: 1.6em;
  font-weight: 300;
}

.btn.pt-b:link, .btn.pt-b:visited, .btn.pt-b:hover, .btn.pt-b:active {
  background: #95b622;
  color: #fff;
}

.btn.pt-b:hover {
  opacity: 0.5;
}

.btn.pt-c {
  border-radius: 2px;
  padding: 16px 30px;
  box-shadow: 3px 3px 0 rgba(26, 105, 42, 0.9);
  position: relative;
  font-size: 114%;
  line-height: 1.6em;
  font-weight: 300;
}

.btn.pt-c:link, .btn.pt-c:visited, .btn.pt-c:hover, .btn.pt-c:active {
  background: #45a85a;
  color: #fff;
}

.btn.pt-c:hover {
  opacity: 0.5;
}

.btn.pt-d {
  border-radius: 2px;
  padding: 10px 80px;
  position: relative;
  font-size: 114%;
  line-height: 1.6em;
  font-weight: 300;
}

.btn.pt-d:link, .btn.pt-d:visited, .btn.pt-d:hover, .btn.pt-d:active {
  background: #0083c7;
  color: #fff;
}

.btn.pt-d:hover {
  opacity: 0.8;
}

.btn.pt-e {
  padding: 10px 30px 10px 40px;
  border: 1px solid #989898;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  font-size: 107%;
  line-height: 1.6em;
}

.btn.pt-e:link, .btn.pt-e:visited, .btn.pt-e:hover, .btn.pt-e:active {
  color: #000;
  background: #fff;
}

.btn.pt-e:hover {
  opacity: 0.5;
}

.btn.pt-e:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-black.png) no-repeat center center;
  transform: scale(-1, 1);
}

.btn.pt-f {
  border-radius: 2px;
  padding: 16px 30px;
  box-shadow: 3px 3px 0 rgba(26, 105, 42, 0.9);
  position: relative;
  font-size: 114%;
  line-height: 1.6em;
  font-weight: 300;
}

.btn.pt-f:link, .btn.pt-f:visited, .btn.pt-f:hover, .btn.pt-f:active {
  background: #dbf1ff;
  color: #000;
}

.btn.pt-f:hover {
  opacity: 0.5;
}

.btn.pt-f:after {
  content: "";
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
  width: 15px;
  height: 15px;
  background: url(../images/icon-arrow-black.png) no-repeat center center;
}

#news-list {
  border-top: 1px solid #e8e8e8;
}

#news-list li {
  border-bottom: 1px solid #e8e8e8;
}

#news-list li div {
  display: block;
  padding: 20px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 1000px) {
  #news-list li div {
    white-space: inherit;
  }
  #news-list li div a {
    display: block;
    padding-top: 10px;
  }
}

.date {
  display: inline-block;
  width: 8em;
}

.cat {
  display: inline-block;
  margin-right: 10px;
}

.cat a {
  display: inline-block;
  width: 8em;
  text-align: center;
  padding: 2px 0;
  font-size: 80%;
  line-height: 1.6em;
}

@media screen and (max-width: 1000px) {
  .cat a {
    display: inline-block !important;
    padding: 2px 0 !important;
  }
}

.cat a:link, .cat a:visited {
  color: #fff;
  text-decoration: none;
}

.cat a:hover, .cat a:active {
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
}

.cat a.cat01 {
  background: #83d6ee;
}

.cat a.cat02 {
  background: #f0be6e;
}

.cat a.cat03 {
  background: #7bd38e;
}

.cat a.cat04 {
  background: #b37bd3;
}

.link-list h3 {
  border-top: 5px solid #e6233b;
  padding: 8px 15px 8px 10px;
  font-weight: 500;
  font-size:107%;
  border-bottom: 1px solid #CCC;
}

.link-list ul li {
  border-bottom: 1px dotted #CCC;
}

.link-list ul li:nth-child(odd) {
  background: #f7f7f7;
}
.link-list ul li.on {
  background: #888 !important;
}
.link-list ul li.on a {
  color: #fff !important;
  font-weight:400;
}

.link-list ul li.active {
  font-weight: 600;
  color: #e42840;
}

.link-list ul li a, .link-list ul li span {
  cursor: pointer;
  display: block;
  padding: 8px 20px;
  position: relative;
  font-size: 93%;
  line-height: 1.6em;
}

.link-list ul li a:after, .link-list ul li a {
	display:block;
}
.link-list ul li a:after, .link-list ul li span:after {
  content: "";
  display: block;
  position: absolute;
  right: 7px;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 11px;
  height: 11px;
  background: url(../images/icon-arrow-gray.png) no-repeat center center;
  background-size:contain;
  transition:0.2s;
}
.link-list ul li.on a:after, .link-list ul li.on span:after {
  display:none !important;
}
.link-list ul li a:hover:after, .link-list ul li a:hover span:after {
  right: 4px !important;
}

.link-list ul li a:link, .link-list ul li a:visited, .link-list ul li span:link, .link-list ul li span:visited {
  text-decoration: none;
}

.link-list ul li a:hover, .link-list ul li a:active, .link-list ul li span:hover, .link-list ul li span:active {
  text-decoration: none;
}

#topicpath {
  background: #f2f2f2;
  color: #666;
}

#topicpath .inner {
  font-size: 67%;
  line-height: 1.6em;
  padding: 5px 0;
}

#topicpath .inner a:link, #topicpath .inner a:visited {
  color: #666;
  text-decoration: none;
}

#topicpath .inner a:hover, #topicpath .inner a:active {
  color: #666;
  text-decoration: underline;
}

@media screen and (max-width: 1000px) {
  #topicpath .inner {
    padding: 5px 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}

#wrapper {
  padding: 80px 0 100px;
}

#wrapper #main {
  width: 720px;
  float: right;
}

#wrapper #sub {
  width: 240px;
  float: left;
}

@media screen and (max-width: 1000px) {
  #wrapper {
    padding: 30px 10px;
  }
  #wrapper #main {
    float: none;
    clear: both;
    margin: 0 auto;
  }
  #wrapper #sub {
    padding-top: 30px;
    width: 740px;
    float: none;
    clear: both;
    margin: 0 auto;
  }
}

@media screen and (max-width: 740px) {
  #wrapper #main,
  #wrapper #sub {
    width: auto;
  }
}

.article-wrapper .article-header {
  padding-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

.article-wrapper .article-header .article-ttl {
  font-size: 147%;
  line-height: 1.6em;
  font-weight: 200;
}

.article-wrapper .article-body p, .article-wrapper .article-body ul, .article-wrapper .article-body ol, .article-wrapper .article-body blockquate {
  margin-bottom: 1em;
}

.article-wrapper .article-body p:last-child, .article-wrapper .article-body ul:last-child, .article-wrapper .article-body ol:last-child, .article-wrapper .article-body blockquate:last-child {
  margin-bottom: 0;
}

.article-wrapper .article-footer {
  padding: 20px 0;
  background: #fafafa;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.common-text h2 {
  font-size: 173%;
  line-height: 1.6em;
  padding-top: 1em;
  margin-bottom: 1em;
}

.common-text h2:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .common-text h2 {
    font-size: 22px;
    line-height: 1.6em;
  }
}

.common-text h3 {
  font-size: 147%;
  line-height: 1.6em;
  padding-top: 1em;
  margin-bottom: 1em;
  font-weight: 300;
}

.common-text h3:first-child {
  padding-top: 0;
}

@media screen and (max-width: 1000px) {
  .common-text h3 {
    font-size: 18px;
    line-height: 1.6em;
  }
}

.common-text p, .common-text ul, .common-text ol {
  font-size: 107%;
  line-height: 1.8em;
  margin-bottom: 1em;
}

.common-text p:last-child, .common-text ul:last-child, .common-text ol:last-child {
  margin-bottom: 0;
}

.common-text ul {
  list-style: disc outside;
  padding-left: 30px;
}

.tab-wrapper .tab {
  font-size: 0;
  zoom: 1;
  overflow: hidden;
}

.tab-wrapper .tab li {
  display: block;
  width: 50%;
  font-size: 16px;
  line-height: 1.6em;
  cursor: pointer;
  float: left;
}

@media screen and (max-width: 1000px) {
  .tab-wrapper .tab li img {
    width: 70%;
    height: auto;
  }
}

.tab-wrapper .tab li div {
  min-height: 80px;
  padding: 20px 0 0;
  text-align: center;
  border-top: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  position: relative;
}

.tab-wrapper .tab li div:after {
  width: 100%;
  height: 1px;
  display: block;
  content: "";
  background: #e8e8e8;
  position: absolute;
  left: 0;
  bottom: 0;
}

.tab-wrapper .tab li:last-child div {
  border-right: 1px solid #e8e8e8;
}

.tab-wrapper .tab li.active div:after {
  display: none;
}



/* // infoListWrap //
----------------------------------------------- */
.infoListWrap {

}
.infoListWrap .notice{
	border:1px solid #912525;
	line-height:1.6;
	font-size:90%;
	padding:10px;
	color:#912525;
	margin-bottom:20px;
}
.infoListWrap .item {
	border-bottom:1px solid #DDD;
	display:table;
	width:100%;
	font-size:94%;
	line-height:1.8;
}
.infoListWrap .item:first-of-type {
	border-top:1px solid #DDD;
}

.infoListWrap .item .date {
	display:table-cell;
	width:22%;
	padding:15px;
	text-align:center;
}
.infoListWrap .item .tx {
	display:table-cell;
	width:78%;
	padding:15px;
}

#InformationArticle .infoListWrap .item .date {
	padding:0;
	text-align:left;
	margin-bottom:0
}
#InformationArticle .infoListWrap .item .tx {
	width:85%;
	padding:0;
}
#InformationArticle .infoListWrap .item {
	padding:10px 0;
}

@media screen and (max-width: 740px)  {
	.infoListWrap .item .date {
		display:block !important;
		font-size:12px !important;
		margin-bottom:5px !important;
		width:100% !important;
		padding:0 !important;
		text-align:left !important;
	}
	.infoListWrap .item .tx {
		width:100% !important;
		display:block !important;
		font-size: 13px !important;
		line-height:1.6 !important;
		padding:0 !important;
	}
	.infoListWrap .item {
		padding:10px 0 !important;
	}
	.infoListWrap .item .tx .place {
		display: inline-block !important;
		font-size: 80% !important;
		padding: 4px 4px !important;
		margin-right: 4px !important;
	}

	.infoListWrap .item .tx em:before  {
		top:10px !important;
	}

}

.infoListWrap .item .tx em {
	position:relative;
	display:block;
	padding-left:16px;
}
.infoListWrap .item .tx em:before {
	position:absolute;
	left:0px;
	top:50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size:110%;
	content:'\f105';
	font-family: FontAwesome;
	color:#444;
	transition:0.2s;
}
.infoListWrap .item:hover .tx em:before {
	left:3px;
}
.infoListWrap .item .tx .place {
	display:inline-block;
	font-size:85%;
	line-height:1;
	background-color:#CCC;
	color:#FFF;
	padding:5px 8px;
	margin-right:10px;
}

.infoListWrap .btn {
	text-align:center;
	margin-top:30px;
	display:block;
}
.infoListWrap .btn a {
	display:inline-block;
	width:300px;
}


.infoCateTitle {
	margin-bottom:25px;
	border-bottom:1px solid #ddd;
}
.infoCateTitle em {
	font-weight:400;
	font-size:128%;
	line-height:1;
	display:inline-block;
	border-bottom:3px solid #000;
	padding:0 10px 14px;
}

/* // InformationArticle //
----------------------------------------------- */
#InformationArticle .frame {
	border:1px solid #DDD;
	padding:30px 45px;
}
#InformationArticle .tag {
	text-align:left;
	margin-bottom:15px;
}
#InformationArticle .tag li {
	display:inline-block;
	line-height:1;
	font-size:11px;
	padding:4px 10px;
	border:0px solid #BBB;
	background-color:#DDD;
	color:#FFF;
	position:relative;
	z-index:7;
	margin-right:10px;
}
#InformationArticle .title {
	font-weight:400;
	font-size:25px;
	line-height:1.5;
	border-bottom:1px solid #CCC;
	margin-bottom:30px;
	position:relative;
	z-index:6;
}
#InformationArticle .title em {
	display:inline-block;
	border-bottom:3px solid #E6233B;
	padding: 0 10px 10px;
	position:relative;
	top:2px;
	z-index:8;
}

#InformationArticle .date {
	font-size:85%;
	line-height:1;
	margin-bottom:20px;
	position:relative;
	z-index:6;
	text-align:right;
	display:block;
	width:100%;
}
#InformationArticle .bodyWrap p {
	margin-bottom:15px;
}
#InformationArticle .bodyWrap p.image {
	margin-top:40px;
	margin-bottom:40px;
	text-align:center;
}
#InformationArticle .bodyWrap p.image img {
	max-width:90%;
	min-width:50%;
}
#InformationArticle .backBtn {
	margin-top:40px;
	text-align:center;
}

#InformationArticle .freeArea {
}

#InformationArticle .freeArea h1 {
	line-height:1.7;
	font-size:130%;
	font-weight:500;
	margin-bottom:15px;
}
#InformationArticle .freeArea h2 {
	line-height:1.7;
	font-size:120%;
	font-weight:400;
	margin-bottom:10px;
}
#InformationArticle .freeArea h3 {
	line-height:1.7;
	font-size:110%;
	font-weight:200;
	margin-bottom:4px;
}

#InformationArticle .freeArea img {
	width:auto;
	display:block;
}
#InformationArticle .freeArea img.alignright {
	margin:0 0 0 auto;
}
#InformationArticle .freeArea img.aligncenter {
	margin:0 auto 0 auto;
}
#InformationArticle .freeArea img.alignleft {
	margin:0 auto 0 0;
}

@media screen and (max-width: 740px)  {
	/* // InformationArticle //
	----------------------------------------------- */
	#InformationArticle .frame {
		padding:15px 15px;
	}
	#InformationArticle .tag {
		margin-bottom:9px;
	}
	#InformationArticle .tag li {
		font-size:10px;
		padding:4px 7px;
	}
	#InformationArticle .title {
		font-size:19px;
		line-height:1.4;
		margin-bottom:22px;
	}
	#InformationArticle .title em {
		padding: 0 0px 10px;
		top:2px;
	}
	#InformationArticle .title:after{
		background-size:100% auto;
		width:90px;
		height:90px;
		left:-17px;
	}
	#InformationArticle .date {
		margin-bottom:15px;
	}
	#InformationArticle .bodyWrap p {
		margin-bottom:15px;
		line-height:1.8;
	}
	#InformationArticle .bodyWrap p.image {
		margin-top:28px;
		margin-bottom:28px;
		text-align:center;
	}
	#InformationArticle .bodyWrap p.image img {
		max-width:100%;
		min-width:70%;
	}
	#InformationArticle .backBtn {
		margin-top:30px;
	}

	#InformationArticle .freeArea {
	}



	#InformationArticle .freeArea img {
		width:100%;
		display:block;
	}
	#InformationArticle .freeArea img.alignright {
		margin:0 0 0 auto;
	}
	#InformationArticle .freeArea img.aligncenter {
		margin:0 auto 0 auto;
	}
	#InformationArticle .freeArea img.alignleft {
		margin:0 auto 0 0;
	}

}
