@charset "UTF-8";
@font-face {
  font-family: 'gsiteicon';
  src: url("/pts/fonts/gsiteicon.eot?-kkayyn");
  src: url("/pts/fonts/gsiteicon.eot?#iefix-kkayyn") format("embedded-opentype"), url("/pts/fonts/gsiteicon.woff?-kkayyn") format("woff"), url("/pts/fonts/gsiteicon.ttf?-kkayyn") format("truetype"), url("/pts/fonts/gsiteicon.svg?-kkayyn#gsiteicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* common
------------------------------------------------------------*/
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

h1 {
  margin: 0 0 10px;
}

h2, h3, h4, h5 {
  line-height: 1.4;
  zoom: 1;
}

p, ul, ol, dl {
  /*	margin: 0 0 15px;*/
  margin: 0;
  line-height: 1.6;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0;
}

button {
  border: none;
}

table {
  width: 100%;
  margin: 0 0 15px;
}

caption {
  font-weight: bold;
  text-align: left;
}

hr {
  display: none;
}

img {
  border: none;
  vertical-align: bottom;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

em {
  font-weight: bold;
  font-style: normal;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: top;
  /* 2012.04.25 wmorioka update
  line-height: 1.8;
  */
  line-height: 1;
  font-size: x-small;
}

del {
  text-decoration: line-through;
}

ins {
  color: #C00;
}

a:link {
  /*	color: #96252B;*/
  color: #F60;
  text-decoration: none;
  transition: color 0.1s 0s linear;
  -webkit-transition: color 0.1s 0s linear;
  -moz-transition: color 0.1s 0s linear;
}

a:visited {
  /*	color: #96252B;*/
  color: #F60;
  text-decoration: none;
}

a:hover {
  /*	color: #C00;*/
  color: #FF944C;
  text-decoration: underline;
}

img.loading {
  position: relative;
  left: 50%;
  top: 50%;
}

/* structure
------------------------------------------------------------*/
body {
  background: #333;
  min-width: 1000px;
}

#wrapper {
  position: relative;
  background: #000;
  /*----------------------------------------------------------
  	background customize */
  /*	CMSで出力 => background.css
  	background-color: #FFF;
  	background: #000 url(/pts/images/common/bg_sample.jpg) no-repeat 50% 0;
  */
  /*----------------------------------------------------------*/
}

#header {
  position: relative;
  background: #000;
  zoom: 1;
  z-index: 10;
}

#header_inner {
  min-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  height: 90px;
}

#menu {
  background: #F27900;
  height: 60px;
  position: relative;
  z-index: 10;
}

#page_contents {
  width: 1000px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  background-color: #FFF;
}

#page_contents #main #content {
  padding: 0 0 50px;
}

#page_contents.column1 #main #content {
  width: 750px;
  margin: 0 auto;
}

#page_contents.column1 #main #content.full {
  width: auto;
  margin: 0 50px;
}

#page_contents #main #content h1 {
  border-bottom: 2px solid #F27900;
  margin: 0 0 20px;
  padding-bottom: 5px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  background: none;
  height: auto;
  width: auto;
  text-indent: 0;
}

#ticket_for_today #page_contents #main #content h1::before,
#page_contents #main #content h1:before {
  background: url(/pts/images/common/icn_h1.png) no-repeat;
  content: '';
  width: 75px;
  height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

#page_contents.column1 #main #content h1 {
  font-size: 14px;
  border-bottom: 2px solid #F27900;
}

#page_contents.column1 #main #content.full h1 {
}

#page_contents #main #content h1 .en {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  font-size: 40px;
  color: #F27900;
}

#page_contents #main #content h1 .en.narrow {
  letter-spacing: 0.05em;
}

#page_contents.column2 #main #content {
  width: 540px;
  float: right;
  padding-right: 125px;
}

#page_contents.column2 #main #content h1 {
  margin: 0 -105px 20px;
}

#page_contents.column2 #main #content.full {
  width: 750px;
  float: right;
  padding-right: 25px;
}

#page_contents.column2_left #main {
  width: 775px;
  float: left;
}

#page_contents.column2_left #main #content {
  padding-left: 25px;
}

#page_contents.column2 #main #content.full h1 {
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 5px;
}

#page_contents.column2 #nav {
  float: left;
  width: 200px;
  position: relative;
  border: 1px solid #CCC;
  border-bottom: none;
  border-left: none;
  margin-bottom: 60px;
}

#page_contents:after,
#page_contents #main:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#bottom {
  clear: both;
  position: relative;
  zoom: 1;
}

#footer {
  background: #000;
  padding: 70px 0;
}

/* header
------------------------------------------------------------*/
#header .site_title {
  position: absolute;
  width: 100%;
  top: 15px;
  left: 0;
  margin: 0;
  text-align: center;
}

#header .site_title a {
  display: inline-block;
  white-space: nowrap;
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  color: #F27900;
  font-size: 14px;
  letter-spacing: 0.4em;
  text-decoration: none;
}

#header .site_title a img {
  display: block;
  width: 150px;
  margin: 0 auto 6px;
}

#header .utility ul {
  /*
  JSで動的に言語リンクを表示する際、ちらつくのでmarginを調整
  最初は言語リンクはない状態なので、マージンを多めに取っておき、
  リンクを表示した後は、 #header .utility .header_links ul が適用される仕組み
   */
}

#header .utility ul li {
  list-style: none;
  margin: 0;
  line-height: 16px;
  font-size: 12px;
  font-weight: bold;
  float: left;
}

#header .header_links img#icn_header_home {
  position: absolute;
  top: 3px;
  left: 10px;
}

#header .utility .header_links ul.nav {
  position: absolute;
  top: 10px;
  right: 180px;
}

#header .utility .header_links ul.languages {
  position: absolute;
  top: 10px;
  left: 50px;
}

#header .utility .header_links ul.languages li:before {
  content: '/';
  display: inline-block;
  margin: 0 10px;
  color: #F27900;
}

#header .utility .header_links ul.languages li:first-child:before {
  display: none;
}

#header .utility ul li.sitemap {
  margin-left: 7px;
  border-left: 1px solid #ddd;
  padding-left: 5px;
}

#header .utility ul li.mygpo_login img {
  vertical-align: middle;
  transition: opacity 0.1s 0s linear;
  -webkit-transition: opacity 0.1s 0s linear;
  -moz-transition: opacity 0.1s 0s linear;
}

#header .utility ul li:first-child,
#header .utility ul li.firstChild {
  border-left: none;
  padding-left: 0;
}

#header .utility ul li a {
  color: #FFF;
}

#header .utility ul li a:hover {
  color: #999;
  text-decoration: none;
}

#header .utility ul li.mygpo_login a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
}

#header .utility .banner {
  position: absolute;
  top: 3px;
  right: 3px;
}

#header .utility .banner p.officialPartner {
  margin: 0;
  width: 170px;
  height: 82px;
  background: url(/pts/images/common/logo_officialpartner.png) no-repeat;
  text-indent: -9999px;
}

/* SNS button*/
#header ul.header_snsList {
  position: absolute;
  top: 44px;
  left: 10px;
}

#header ul.header_snsList li {
  width: 30px;
  height: 30px;
  margin-right: 4px;
  display: inline-block;
}

#header ul.header_snsList li:last-child {
  margin-right: 0;
}

/* menu
------------------------------------------------------------*/
#menu ul#global_nav {
  min-width: 1000px;
  height: 60px;
  text-align: center;
  white-space: nowrap;
  position: relative;
}

#menu ul#global_nav:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#menu ul#global_nav li {
  list-style: none;
  margin: 0 10px;
  color: #000;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  padding: 15px 0 0;
  height: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: opacity 0.1s 0s linear;
  -webkit-transition: opacity 0.1s 0s linear;
  -moz-transition: opacity 0.1s 0s linear;
  vertical-align: top;
}

#menu ul#global_nav li .en {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 20px;
  color: #EEE;
  padding: 0 0 3px;
  transition: color 0.1s 0s linear;
  -webkit-transition: color 0.1s 0s linear;
  -moz-transition: color 0.1s 0s linear;
}

#menu ul#global_nav li span .en:after {
  font-family: 'gsiteicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #FFF;
  content: "\e601";
  padding-left: 5px;
  font-size: 16px;
  transition: color 0.1s 0s linear;
  -webkit-transition: color 0.1s 0s linear;
  -moz-transition: color 0.1s 0s linear;
}

#menu ul#global_nav li:hover a .en,
#menu ul#global_nav li:hover > span .en,
#menu ul#global_nav li:hover > span .en:after {
  color: #000;
}

#menu ul#global_nav li a,
#menu ul#global_nav li > span {
  display: inline-block;
  height: 60px;
  color: #000;
  text-decoration: none;
  padding: 7px 0 0;
  margin: -15px 0 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#menu ul#global_nav li > span {
  position: relative;
  overflow: hidden;
}

#menu ul#global_nav li > span:after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 11px 10px;
  border-color: transparent transparent #F2F2F2 transparent;
  left: 50%;
  margin: 0 0 0 -10px;
  bottom: -17px;
  transition: all 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: all 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.2s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
}

#menu ul#global_nav li.on > span:after {
  bottom: -1px;
}

/*#menu ul#global_nav li.off {
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-moz-opacity:0.5;
}*/
#menu ul#global_nav .sub_nav {
  position: absolute;
  top: 60px;
  left: 0;
  background: #F2F2F2;
  box-shadow: 0 5px 1px rgba(0, 0, 0, 0.1);
  width: 100%;
  display: none;
  padding: 20px 0;
}

#menu ul#global_nav .sub_nav li {
  display: inline-block;
  font-weight: normal;
  height: auto;
  white-space: nowrap;
  padding: 0;
}

#menu ul#global_nav .sub_nav li a {
  color: #000;
  height: auto;
  padding: 5px 0;
  margin: 0;
}

#menu ul#global_nav .sub_nav li a:before {
  font-family: 'gsiteicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #FFF;
  content: "\e600";
  display: inline-block;
  margin: 0 7px 0 0;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  background: #F27900;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 0;
}

#menu ul#global_nav .sub_nav li a:hover {
  text-decoration: none;
  color: #F27900;
}

/* topics_path
------------------------------------------------------------*/
.topics_path {
  padding: 10px 20px;
  line-height: 20;
  position: relative;
}

.topics_path p {
  margin: 0;
  color: #F27900;
  font-size: 13px;
  white-space: nowrap;
}

.topics_path p:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

.topics_path p .this_page {
  color: #999;
}

.topics_path p a:first-child {
  display: block;
  zoom: 1;
  float: left;
  margin-left: 5px;
}

.topics_path p a {
  color: #000;
}

.topics_path p a:hover {
  color: #C00;
}

/* sub
------------------------------------------------------------*/
#sub {
  width: 200px;
  float: right;
  margin-top: 60px;
  margin-right: 10px;
}

#ad_regular,
#ad_txt {
  padding: 0 !important;
}

#ad_regular p,
#ad_txt p,
#ad_large p {
  margin: 0 0 6px !important;
  padding: 0 !important;
}

#ad_txt, #ad_large {
  display: none;
}

/* bottom
------------------------------------------------------------*/
#bottom p.pagetop {
  position: fixed;
  right: 30px;
  bottom: -60px;
  width: 60px;
  height: 60px;
  z-index: 50;
  margin: 0;
  -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#bottom p.pagetop.visible {
  bottom: 30px;
}

#bottom p.pagetop a {
  display: block;
  text-indent: -9999px;
  background: #F27900;
  color: #FFF;
  text-decoration: none;
  width: 60px;
  height: 60px;
  border-radius: 70px;
  text-align: center;
  position: relative;
  box-shadow: 0 3px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

#bottom p.pagetop a:after {
  font-family: 'gsiteicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e602";
  font-size: 20px;
  position: absolute;
  text-align: center;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  line-height: 20px;
  display: block;
  text-indent: 0;
  margin: -10px 0 0 -10px;
}

#bottom p.pagetop a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  color: #000;
}

/* footer
------------------------------------------------------------*/
#footer .footer_list {
  width: 1000px;
  margin: 0 auto;
}

#footer .footer_list .nav_list {
  padding: 0 3px;
  margin: 0 0 50px;
}

#footer .footer_list .nav_list > li {
  width: 142px;
  float: left;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #F27900;
  font-weight: bold;
  position: relative;
  line-height: 30px;
}

#footer .footer_list .nav_list > li:before {
  content: '/';
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  font-size: 40px;
  line-height: 30px;
  color: #F27900;
  letter-spacing: 0;
  position: absolute;
  width: 30px;
  height: 30px;
  text-align: center;
  left: -15px;
  top: -0.1em;
}

#footer .footer_list .nav_list > li:first-child:before {
  display: none;
}

#footer .footer_list .nav_list > li a {
  color: #F27900;
}

#footer .footer_list .nav_list > li a:hover {
  color: #EB4219;
  text-decoration: none;
}

#footer .footer_list .nav_list > li ul {
  margin: 30px 0 0;
  padding: 37px 0 0;
  position: relative;
}

#footer .footer_list .nav_list > li ul:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  background: #444;
  border-radius: 7px;
  display: block;
  top: 0;
  left: 50%;
  margin: 0 0 0 -3px;
}

#footer .footer_list .nav_list > li li {
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  margin: 0 0 5px;
}

#footer .footer_list .nav_list > li li a {
  color: #FFF;
}

#footer .footer_list .nav_list > li li a:hover {
  color: #999;
  text-decoration: none;
}

#footer .footer_nav {
  min-width: 1000px;
  position: relative;
}

#footer .nav_list:after,
#footer #footer_nav:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#footer #footer_nav ul {
  margin: 0 0 20px;
  text-align: center;
  border-top: 1px solid #444;
  padding: 80px 0 0;
}

#footer #footer_nav li {
  list-style: none;
  margin: 0;
  padding: 0 10px;
  line-height: 1.2;
  font-size: 12px;
  display: inline-block;
}

#footer #footer_nav li a {
  color: #FFF;
}

#footer #footer_nav li a:hover {
  color: #999;
  text-decoration: none;
}

#footer p.copy {
  font-family: 'Roboto', sans-serif;
  color: #999;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
}

#footer .footer_nav .official_logo,
#footer .footer_nav .official_logo_2 {
  position: absolute;
  top: -32px;
  left: 50%;
  width: 100px;
  text-align: center;
  margin: 0 0 0 -50px;
  background: #000;
}

/* ここから下は既存 */
/*ad*/
div#ad_regular {
  padding-bottom: 3px;
}

div#ad_regular p {
  padding-bottom: 2px;
}

div#ad_large {
  padding-bottom: 3px;
}

div#ad_large p {
  padding-bottom: 2px;
}

div#ad_txt {
  padding-bottom: 3px;
}

div#ad_txt p {
  padding-bottom: 2px;
}

/*article*/
ul.article_list {
  margin: 0px 2em;
}

ol.article_list {
  margin: 0px 2em;
}

ul.article_list li {
  list-style: disc;
}

ol.article_list li {
  list-style: decimal;
}

table.article_table {
  border-collapse: collapse;
  width: auto;
}

table.article_table td, table.article_table th {
  border: 1px #666 solid;
  padding: 5px 3px;
}

table.article_table th {
  text-align: center;
}

table.article_table2 {
  border-collapse: collapse;
  width: auto;
}

table.article_table2 td, table.article_table2 th {
  padding: 3px;
}

table.article_table2 th {
  text-align: center;
}

table.article_table3 {
  border-collapse: collapse;
  width: auto;
}

table.article_table3 td, table.article_table3 th {
  border: 1px #DCDCDC solid;
  padding: 3px;
}

table.article_table3 th {
  text-align: center;
}

/*common*/
.textcenter {
  text-align: center;
  clear: both;
}

.textleft {
  text-align: left;
  clear: both;
}

.textright {
  text-align: right;
  clear: both;
}

/* nav
------------------------------------------------------------*/
#nav div.nav h3 a,
#nav div.nav ul a,
#nav div.nav > ul > li > span {
  display: block;
  color: #000;
  line-height: 1.6;
  text-decoration: none;
  transition: all 0.1s 0s linear;
  -webkit-transition: all 0.1s 0s linear;
  -moz-transition: all 0.1s 0s linear;
}

#nav div.nav h3 a,
#nav div.nav > ul > li > a,
#nav div.nav > ul > li > span {
  background: #F2F2F2;
  border-bottom: 1px solid #CCC;
  padding: 15px 35px 15px 10px;
  font-weight: bold;
  position: relative;
}

#nav div.nav > ul > li > span {
  border-bottom: none;
}

#nav div.nav h3 + ul > li > a {
  background: transparent;
  border-bottom: none;
}

#nav div.nav ul {
  margin: 0;
  background: #FFF;
  position: relative;
  z-index: 2;
}

#nav div.nav h3 + ul {
  margin: -1px 0 0;
  border-bottom: 1px solid #CCC;
}

#nav div.nav ul li ul {
  border-bottom: 1px solid #CCC;
}

#nav div.nav ul li {
  position: relative;
}

#nav div.nav ul li li a,
#nav div.nav h3 + ul li a {
  padding: 8px 10px 8px 25px;
  font-weight: normal;
}

#nav div.nav h3 a:before,
#nav div.nav ul li a:before,
#nav div.nav ul li span:before {
  font-family: 'gsiteicon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  color: #F27900;
  content: "\e600";
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 0;
  position: absolute;
  background: #FFF;
  top: 50%;
  right: 10px;
  margin: -10px 0 0;
}

#nav div.nav ul li span:before {
  content: "\e601";
}

#nav div.nav ul li li a:before,
#nav div.nav h3 + ul li a:before {
  background: transparent;
  right: auto;
  top: auto;
  left: 10px;
  margin: 0;
  width: auto;
  line-height: inherit;
}

#nav div.nav h3 a:hover,
#nav div.nav ul li a:hover {
  color: #FFF;
  background: #F27900;
}

#nav div.nav ul li li a:hover:before,
#nav div.nav h3 + ul li a:hover:before {
  color: #FFF;
}

/* ここからソーシャル */
/* content
------------------------------------------------------------*/
#content h2 {
  font-size: 22px;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 15px;
  text-indent: 0;
  width: auto;
}

#content p.ad {
  margin: 0 0 10px;
}

#content p.note {
  color: #666;
}

/*tab_month*/
.tab_month {
  height: 38px;
}

#gpo_cat .tab_month,
#schedule_cat .tab_month,
#news_cat .tab_month,
#farm_cat .tab_month,
#event_cat .tab_month,
#ticket_cat .tab_month {
  height: 60px;
}

.tab_month ul {
  margin: 0;
}

div.tab_month {
  border-bottom: 2px solid #000;
}

div.tab_month ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}

div.tab_month li {
  display: inline;
  display: table-cell;
  zoom: 1;
  color: #BBB;
  text-align: center;
  padding: 10px 5px 8px;
  font-weight: bold;
}

div.tab_month li a {
  display: block;
  padding: 10px 5px 8px;
  margin: -10px -5px -8px;
  color: #000;
  text-decoration: none;
  transition: all 0.1s 0s linear;
  -webkit-transition: all 0.1s 0s linear;
  -moz-transition: all 0.1s 0s linear;
}

div.tab_month li span {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 26px;
  display: block;
  line-height: 0.9;
}

div.tab_month li a span {
  color: #F27900;
  transition: all 0.1s 0s linear;
  -webkit-transition: all 0.1s 0s linear;
  -moz-transition: all 0.1s 0s linear;
}

div.tab_month li a:hover span {
  color: #FFF;
}

div.tab_month li a:hover {
  background: #F27900;
  color: #FFF;
}

div.tab_month ul.jan li.jan,
div.tab_month ul.feb li.feb,
div.tab_month ul.mar li.mar,
div.tab_month ul.apr li.apr,
div.tab_month ul.may li.may,
div.tab_month ul.jun li.jun,
div.tab_month ul.jul li.jul,
div.tab_month ul.aug li.aug,
div.tab_month ul.sep li.sep,
div.tab_month ul.oct li.oct,
div.tab_month ul.nov li.nov,
div.tab_month ul.dec li.dec {
  background: #000;
  color: #FFF;
}

div.tab_month ul.jan li.jan span,
div.tab_month ul.feb li.feb span,
div.tab_month ul.mar li.mar span,
div.tab_month ul.apr li.apr span,
div.tab_month ul.may li.may span,
div.tab_month ul.jun li.jun span,
div.tab_month ul.jul li.jul span,
div.tab_month ul.aug li.aug span,
div.tab_month ul.sep li.sep span,
div.tab_month ul.oct li.oct span,
div.tab_month ul.nov li.nov span,
div.tab_month ul.dec li.dec span {
  color: #F27900;
}

/* smartPhone Link
------------------------------------------------------------*/
.sphoneLink {
  background: -moz-linear-gradient(center top, #F59C40 45%, #F27B08 55%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.45, #F59C40), color-stop(0.55, #F27B08));
  border: 1px solid #DDD;
  color: #FFF;
  padding: 40px 20px;
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  text-shadow: #000000 -2px -2px 2px;
}

.sphoneLink:hover {
  background: -moz-linear-gradient(center top, #F6A958 45%, #F48F26 55%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.45, #F6A958), color-stop(0.55, #F48F26));
}

.sphoneLink a {
  text-decoration: none;
  color: #FFFFFF;
}

.gs-title {
  height: 2.3em !important;
}

/* 2017リニューアル追加 ------------------------------------------------------------------------- */
.mt0 {
  margin-top: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt60 {
  padding-top: 60px !important;
}

#contents {
  position: relative;
}

#wrapper {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
}

.contentsArea1 {
  border-bottom: 1px solid #ccc;
  background-color: #F3F0E9;
}

.contentsArea2 {
  border-bottom: 1px solid #ccc;
  background-color: #fff;
}

.contentsArea3 {
  border-bottom: 1px solid #ccc;
  background-color: #F7F7F7;
}

.contentsArea4 {
  background-color: #000;
}

.contentsArea5 {
  background-color: #333;
}

.inBox {
  margin: 0;
  padding: 0;
}

.borderBNone {
  border-bottom: none !important;
}

h2.topH2 {
  margin: 0;
  padding: 0;
  font-family: "Roboto Condensed",sans-serif;
  font-size: 40px;
  font-size: 4rem;
  line-height: 1;
  color: #f27900;
  text-align: center;
  font-weight: bold;
}

h3.topH3 {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

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

.inBox {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  min-width: 1000px;
  background-color: #000;
  color: #fff;
  position: relative;
  font-family: "Roboto Condensed",sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
}
header h1 {
  width: 100%;
  margin: 0;
  padding: 7px 0 0 0;
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  line-height: 1.2;
}
header h1 img {
  width: 75px;
  height: auto;
}
header .menu-trigger {
  display: none;
}
header .dropMenu {
  width: 100%;
  z-index: 9999;
  background-color: #000;
  border-top: 1px solid #333;
}
header h1 {
  padding: 10px 0 0 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}
header h1 img {
  width: auto;
}
header .language {
  float: left;
  margin: 0;
  padding: 0;
  background-color: #222;
  position: relative;
  z-index: 1;
  overflow-x: hidden;
}
header .language ul {
  margin: 0;
  padding: 0;
}
header .language ul li {
  float: left;
  padding: 0 15px;
  height: 40px;
  background: url(/pts/images/common/lang_line.png) no-repeat right center;
  line-height: 40px;
  list-style: none;
  font-size: 14px;
  color: #f27900;
}
header .language ul li:last-child {
  background: none;
}
header .language ul li.home {
  float: left;
  width: 40px;
  margin: 0;
  padding: 0;
  text-align: center;
  background: none;
  background-color: #333;
}
header .language ul li.home img {
  margin: 8px 0 0 0;
  vertical-align: top;
}
header .language ul li a {
  color: #fff;
}
header .language .search {
  width: auto;
  margin: 0;
  padding: 0;
}
header .language .search .gsc-input {
  float: left;
  width: 320px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 5px;
  border: 1px solid #333;
  background-color: #222;
  color: #fff;
}
header .language .search .gsc-search-button {
  float: left;
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  background-color: #333;
  border: none;
}
header .gLink {
  float: right;
  position: relative;
  z-index: 1;
  padding: 0;
}
header .snsButton {
  display: none;
}
header .sns {
  float: right;
  margin: 0 24px 0 0;
  padding: 15px 0 0 0;
  position: relative;
  z-index: 1;
  background-color: #000;
}
header .sns .title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  text-align: center;
}
header .sns ul {
  margin: 0;
  padding: 15px 0 0 0;
}
header .sns ul li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
header .sns ul li:last-child {
  margin: 0;
}
header .sns ul li img {
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: top;
}
header .sns ul li a {
  color: #fff;
}
header nav {
  position: relative;
}
header nav .navBorder {
  border-bottom: 1px solid #222;
  position: relative;
  z-index: 1;
}
header nav ul.menu {
  margin: 0;
  padding: 0;
  z-index: 3;
  min-width: 1000px;
  height: 67px;
  overflow: hidden;
  text-align: center;
}
header nav ul.menu li.menuLi {
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 65px;
  list-style: none;
  text-align: left;
  vertical-align: top;
}
header nav ul.menu li.menuLi:last-child {
  margin: 0;
}
header nav ul.menu li.menuLi span {
  display: block;
  height: 100%;
  color: #fff;
  border-bottom: 2px solid #000;
}
header nav ul.menu li.menuLi.rows2 {
  line-height: 1.1;
  font-size: 14px;
}
header nav ul.menu li.menuLi.rows2 span {
  padding: 23px 0 12px 0;
}
@-moz-document url-prefix() {
  header nav ul.menu li.menuLi.rows2 {
    /* fireFox */
  }
  header nav ul.menu li.menuLi.rows2 span {
    padding: 22px 0 12px 0;
  }
}
@supports (-ms-ime-align: auto) {
  header nav ul.menu li.menuLi.rows2 {
    /* Edge */
  }
  header nav ul.menu li.menuLi.rows2 span {
    padding: 23px 0 11px 0;
  }
}
header nav ul.menu li.menuLi.rows2 _:-ms-lang(x), header nav ul.menu li.menuLi.rows2 span {
  /* IE */
  padding: 22px 0 11px 0;
}
header nav ul.menu li.menuLi a {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
header nav ul.menu li.menuLi.active span {
  border-bottom: 2px solid #f27900;
}
header nav ul.menu li.menuLi em {
  display: none;
}
header nav ul.menu li.menuLi .subMenuSp {
  display: none;
}
header nav .subMenu {
  z-index: 10;
  position: absolute;
  top: 67px;
  left: 0;
  width: 100%;
}
header nav .subMenu .contents {
  display: none;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.9);
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#E6000000,EndColorStr=#E6000000);
  /*IE8以下用*/
  border-top: 1px solid #333;
}
header nav .subMenu .contents .subIn {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}
header nav .subMenu .contents .titleArea {
  float: left;
  width: 192px;
  height: 280px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #333;
}
header nav .subMenu .contents .titleArea div {
  display: table-cell;
  width: 192px;
  height: 280px;
  vertical-align: middle;
  text-align: center;
}
header nav .subMenu .contents .titleArea div p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
header nav .subMenu .contents .titleArea div p span {
  font-size: 12px;
}
header nav .subMenu .contents .submenuContents {
  margin: 0 0 0 249px;
}
header nav .subMenu .contents .submenuContents table {
  margin: 48px 0 0 0;
  padding: 0;
  border-collapse: separate;
  color: #fff;
  background-color: #333;
  border-spacing: 1px;
}
header nav .subMenu .contents .submenuContents table.shot {
  width: auto;
}
header nav .subMenu .contents .submenuContents table td {
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background-color: #000;
}
header nav .subMenu .contents .submenuContents table td a {
  color: #fff;
}
header nav .subMenu .contents .submenuContents table td.imgTd {
  width: 230px;
  font-size: 0;
}
header nav .subMenu .contents .submenuContents table td.imgTdSmall {
  width: 180px;
  font-size: 0;
}
header nav .subMenu .contents .submenuContents table td.imgTdSmall img {
  max-width: 180px;
}
header nav .subMenu .contents .submenuContents table td.titleTd {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}
header nav .subMenu .contents .submenuContents table td.otherTd {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}
header .closeButton {
  display: none;
}

header .badge_wrap {
  position: relative;
}

header .badge {
  position: absolute;
  right: -20px;
}

#engine {
  position: absolute;
  top: 41px;
  left: 0;
  height: 40px;
  z-index: 2;
}
#engine #engine_search_obj {
/*
  height: 40px !important;
  width: 350px !important;
  position: static !important;
  top: 0 !important;
  right: 0 !important;
*/
}
#engine #engine_search_obj .cse .gsc-control-cse,
#engine #engine_search_obj .gsc-control-cse {
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box {
  margin-bottom: 0;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-input,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-input {
  padding-right: 0;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box {
  height: 40px;
  background: none;
  border: none;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box .gstl_50,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box .gstl_50 {
  margin: 0;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box .gstl_50 .gsib_a,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box .gstl_50 .gsib_a {
  padding: 0;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box .gstl_50 .gsib_a .gsc-input,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box .gstl_50 .gsib_a .gsc-input {
  width: 310px !important;
  height: 39px !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 5px !important;
  border: 1px solid #333 !important;
  background-color: #222 !important;
  color: #fff;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box .gstl_50 .gsib_b,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-input .gsc-input-box .gstl_50 .gsib_b {
  display: none;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-search-button,
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-search-button-v2,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-search-button,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-search-button-v2 {
  margin: 0;
  padding: 0;
  width: 39px !important;
  height: 39px !important;
  background-color: #333;
  border: none !important;
  font-size: 0;
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-search-button:hover,
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-search-button-v2:hover,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-search-button:hover,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-search-button-v2:hover {
  cursor: pointer;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-search-button.gsc-search-button-v2,
#engine #engine_search_obj .cse .gsc-control-cse table.gsc-search-box .gsc-search-button-v2.gsc-search-button-v2,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-search-button.gsc-search-button-v2,
#engine #engine_search_obj .gsc-control-cse table.gsc-search-box .gsc-search-button-v2.gsc-search-button-v2 {
  padding: 13px;
  width: 13px !important;
  height: 13px !important;
}

.commonButton {
  padding: 50px 0 0 0;
  text-align: center;
}
.commonButton a {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 240px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #f27900;
  color: #fff;
  border: 2px solid #f27900;
  text-decoration: none;
}
.commonButton a:last-child {
  margin: 0;
}
.commonButton a:hover {
  background-color: #fff;
  color: #f27900;
}
.commonButton a.black {
  background-color: #333;
  border: 2px solid #333;
}
.commonButton a.black:hover {
  background-color: #fff;
  color: #333;
}

.commonButton_PS {
  padding: 10px 0 30px 0;
  text-align: center;
}
.commonButton_PS a {
  display: inline-block;
  margin: 0 20px 0 0;
  width: 240px;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  background-color: #f27900;
  color: #fff;
  border: 2px solid #f27900;
  text-decoration: none;
}
.commonButton_PS a:last-child {
  margin: 0;
}
.commonButton_PS a:hover {
  background-color: #fff;
  color: #f27900;
}
.commonButton_PS a.black {
  background-color: #333;
  border: 2px solid #333;
}
.commonButton_PS a.black:hover {
  background-color: #fff;
  color: #333;
}

.officialLink {
  width: 960px;
  margin: 0 auto;
  padding: 40px 0 30px 0;
}
.officialLink li {
  float: left;
  width: 470px;
  margin: 0 20px 0 0;
  padding: 0;
  list-style: none;
}
.officialLink li:last-child {
  margin: 0;
  padding: 0;
}
.officialLink li .title {
  margin: 0;
  padding: 0 0 24px 0;
  font-family: 'Oswald', sans-serif;
  font-size: 15px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.officialLink li .logo {
  display: table-cell;
  width: 470px;
  height: 72px;
  text-align: center;
  background-color: #fff;
  vertical-align: middle;
  padding: 0;
  font-size: 0;
}
.officialLink li .logo img {
  max-height: 50px;
  margin: 0 20px 0 0;
}
.officialLink li .logo img:last-child {
  margin: 0;
}

.footerBnr {
/*  padding: 40px 0 0 0;*/
  position: relative;
  overflow: hidden;
  padding: 30px 0 50px 0;
  width: 1000px;
  margin: 0 auto;
}
.footerBnr.last {
  padding: 0 0 40px 0;
}
.footerBnr ul {
  position: relative;
/*  left: 50%;*/
/*  float: left;*/
  margin: 0;
/*  padding: 10px 0 0 0;*/

text-align: center;

}
.footerBnr ul li {
  position: relative;
/*
  left: -50%;
  float: left;
  margin: 0 20px 0 0;
  padding: 0;
*/
  list-style: none;
  font-size: 0;
  text-align: center;
text-align: center;
    padding: 5px;
    display: inline-block;
}
.footerBnr ul li:last-child {
  margin: 0;
}
.footerBnr ul li img {
  max-height: 50px;
}

.footerBnr2 {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px 0;
  border-top: 1px dotted #ccc;
  position: relative;
  overflow: hidden;
}
.footerBnr2 ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
.footerBnr2 ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.footerBnr2 ul li:last-child {
  margin: 0;
}
.footerBnr2 ul li img {
  max-height: 20px;
}

.footerTextLink {
  padding: 100px 0 0 0;
  position: relative;
  overflow: hidden;
  font-size: 16px;
}
.footerTextLink ul.category {
  position: relative;
  left: 50%;
  float: left;
  margin: 0;
  padding: 0;
}
.footerTextLink ul.category li.categoryLi {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 50px 0 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.footerTextLink ul.category li.categoryLi:last-child {
  margin: 0;
  padding: 0;
}
.footerTextLink ul.category .title {
  margin: 0;
  padding: 0 0 20px 0;
  background: url(/pts/images/top/footer_text_link_title_bg.png) no-repeat bottom center;
  line-height: 1;
  color: #f27900;
  font-weight: bold;
}
.footerTextLink ul.category .title a {
  color: #f27900;
}
.footerTextLink ul.category .title span {
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
.footerTextLink ul.category .title span.active {
  background: none;
}
.footerTextLink ul.category ul {
  margin: 0;
  padding: 25px 0 0 0;
}
.footerTextLink ul.category ul li {
  margin: 0;
  padding: 0 0 20px 0;
  font-size: 14px;
  list-style: none;
}
.footerTextLink ul.category ul li:last-child {
  padding: 0;
}
.footerTextLink ul.category ul li a {
  color: #fff;
}

footer {
  margin: 0;
  padding: 100px 0 0 0;
  color: #fff;
  font-size: 16px;
}
footer .footerIn {
  border-top: 1px solid #333;
  position: relative;
  background-color: #000;
}
footer .logo {
  width: 104px;
  margin: 0 0 0 -52px;
  padding: 0;
  position: absolute;
  top: -32px;
  left: 50%;
  text-align: center;
  background-color: #000;
}
footer .logo img {
  width: auto;
  height: auto;
}
footer .pageTop {
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 20px;
  right: 0;
  z-index: 9999;
  display: none;
}
footer .pageTop img {
  width: auto;
  height: auto;
}
footer .footerLink {
  position: relative;
  overflow: hidden;
}
footer .footerLink ul {
  position: relative;
  left: 50%;
  float: left;
  margin: 100px 0 0 0;
  padding: 0;
}
footer .footerLink ul li {
  position: relative;
  left: -50%;
  float: left;
  margin: 0 30px 0 0;
  padding: 0;
  font-size: 14px;
  list-style: none;
  text-align: center;
}
footer .footerLink ul li:last-child {
  margin: 0;
}
footer .footerLink ul li a {
  color: #fff;
}
footer .copy {
  margin: 110px 0 0 0;
  padding: 0 0 50px 0;
  text-align: center;
  font-size: 11px;
}
