@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  font: 62.5%/2 "メイリオ", "Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka,sans-serif;
  color: #4C4C4C;
  -webkit-text-size-adjust: 100%;
}

img {
  vertical-align: top;
  max-width: 100%;
}

sup {
  vertical-align: super;
  font-size: xx-small;
}

sub {
  vertical-align: sub;
  font-size: xx-small;
}

body > .outline {
  font-size: 1.6em;
}

.sub_part {
  color: #dddddd;
}

/*--------------------------------------
  パーツモジュール
--------------------------------------*/
/* 見出し
--------------------------------------*/
.mod-article > .mod-headline {
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-article > .mod-section > .mod-headline {
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-article > .mod-section > .mod-section > .mod-headline {
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-article > .mod-section > .mod-section > .mod-section > .mod-headline {
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-article > .mod-section > .mod-section > .mod-section > .mod-section > .mod-headline {
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-article > .mod-section > .mod-section > .mod-section > .mod-section > .mod-section > .mod-headline {
  font-weight: bold;
  margin-bottom: 15px;
}

/* リンク
------------------------------------------------------- */
a {
  color: #4C4C4C;
  text-decoration: underline;
}
a:visited {
  color: #4C4C4C;
}
a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #31A8E0;
}
a[target="_blank"]:after {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -20px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
}
a.pdf:after, ul.mod-list.-link > li a.pdf:after {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -60px no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-left: 5px;
  vertical-align: middle;
}
a.noicon[target="_blank"]:after {
  display: none !important;
}

.sub_part a {
  color: #ffcc00;
  text-decoration: underline;
}
.sub_part a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #ffd633;
}
.sub_part a:visited {
  color: #cca300;
}
.sub_part a[target="_blank"]:after {
  content: "";
  background: url('../../common/images/sprites/common.png') -14px -167px no-repeat;
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 5px;
  vertical-align: middle;
}
.sub_part a.pdf:after, .sub_part ul.mod-list.-link > li a.pdf:after, ul.mod-list.-link > li .sub_part a.pdf:after {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -60px no-repeat;
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-left: 5px;
  vertical-align: middle;
}
.sub_part a.noicon[target="_blank"]:after {
  content: none;
}

/* ボタン
------------------------------------------------------- */
.mod-button > a {
  display: block;
  margin: 0 !important;
}

/* リスト
------------------------------------------------------- */
ul.mod-list > li, ol.mod-list > li {
  padding-left: 1.5em;
}

ul.mod-list.-dot > li {
  margin: 0.5em 0;
  list-style-type: none;
}
ul.mod-list.-dot > li:before {
  content: '・';
  font-size: larger;
  font-weight: bold;
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-left: -1.5em;
  vertical-align: middle;
}

ul.mod-list.-note {
  color: #7f7f7f;
}
ul.mod-list.-note > li {
  margin: 0.5em 0;
  list-style-type: none;
}
ul.mod-list.-note > li:before {
  content: '※';
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-left: -1.5em;
  vertical-align: middle;
}

ol.mod-list.-num {
  counter-reset: olcount 0;
}
ol.mod-list.-num > li {
  margin: 0.5em 0;
  list-style-type: none;
}
ol.mod-list.-num > li:before {
  content: counter(olcount,decimal) ". ";
  counter-increment: olcount 1;
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-left: -1.5em;
}

ol.mod-list.-num.-note {
  counter-reset: olcount 0;
  color: #7f7f7f;
}
ol.mod-list.-num.-note > li {
  margin: 0.5em 0;
  list-style-type: none;
}
ol.mod-list.-num.-note > li:before {
  content: "※" counter(olcount,decimal) ". ";
  counter-increment: olcount 1;
  display: inline-block;
  min-width: 1.5em;
  text-align: right;
  margin-left: -1.5em;
}

ul.mod-list.-link > li {
  margin: 0.5em 0;
}
ul.mod-list.-link > li a {
  margin-left: -10px;
}
ul.mod-list.-link > li a:before {
  content: "";
  background: url('../../common/images/sprites/common.png') -10px -20px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
ul.mod-list.-link > li.up {
  padding: 0 10px;
}
ul.mod-list.-link > li.up a {
  margin: 0;
}
ul.mod-list.-link > li.up a:before {
  content: "";
  background: url('../../common/images/sprites/common.png') -10px -10px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
ul.mod-list.-link > li.down {
  padding: 0 10px;
}
ul.mod-list.-link > li.down a {
  margin: 0;
}
ul.mod-list.-link > li.down a:before {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -50px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
ul.mod-list.-link > li.prev {
  padding: 0 10px;
}
ul.mod-list.-link > li.prev a {
  margin: 0;
}
ul.mod-list.-link > li.prev a:before {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -10px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
ul.mod-list.-link > li.next {
  padding: 0 10px;
}
ul.mod-list.-link > li.next a {
  margin: 0;
}
ul.mod-list.-link > li.next a:before {
  content: none;
}
ul.mod-list.-link > li.next a:after {
  content: "";
  background: url('../../common/images/sprites/common.png') -10px -40px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

.sub_part ul.mod-list.-link > li a {
  margin-left: -10px;
}
.sub_part ul.mod-list.-link > li a:before {
  background: url('../../common/images/sprites/common.png') -10px -30px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
}
.sub_part ul.mod-list.-link > li.up {
  padding: 0 10px;
}
.sub_part ul.mod-list.-link > li.up a {
  margin: 0;
}
.sub_part ul.mod-list.-link > li.up a:before {
  content: "";
  background: url('../../common/images/sprites/common.png') -10px 0 no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.sub_part ul.mod-list.-link > li.down {
  padding: 0 10px;
}
.sub_part ul.mod-list.-link > li.down a {
  margin: 0;
}
.sub_part ul.mod-list.-link > li.down a:before {
  content: "";
  background: url('../../common/images/sprites/common.png') -10px -50px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.sub_part ul.mod-list.-link > li.prev {
  padding: 0 10px;
}
.sub_part ul.mod-list.-link > li.prev a {
  margin: 0;
}
.sub_part ul.mod-list.-link > li.prev a:before {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -30px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}
.sub_part ul.mod-list.-link > li.next {
  padding: 0 10px;
}
.sub_part ul.mod-list.-link > li.next a {
  margin: 0;
}
.sub_part ul.mod-list.-link > li.next a:before {
  content: none;
}
.sub_part ul.mod-list.-link > li.next a:after {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -40px no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
}

ul.mod-list.-date > li {
  margin: 0.5em 0;
}
ul.mod-list.-date > li > span.date {
  float: left;
  padding-right: 10px;
}
ul.mod-list.-date > li > div {
  overflow: hidden;
}

ul.mod-list.-horizontal > li,
ol.mod-list.-horizontal > li,
ol.mod-list.-num.-note.-horizontal > li {
  display: inline-block;
}

/* テキスト
--------------------------------------*/
p.mod-para {
  margin: 0 0 1em;
}
p.mod-para.-lead {
  margin: 0 0 1em;
  font-size: 1em;
}

p.mod-caption {
  margin: 0.5em 0 0;
  font-size: 0.875em;
  line-height: 1.5em;
}

.mod-bold {
  font-weight: bold;
}

.mod-strong {
  color: #aa0000;
  font-weight: bold;
}

.mod-accent {
  color: #BF62EB;
}

.mod-attention {
  color: #aa0000 !important;
}

/* セクション
------------------------------------------------------- */
.mod-article {
  margin-bottom: -50px;
}

.mod-section {
  margin: 0 0 50px 0;
}

/* 画像
------------------------------------------------------- */
p.mod-image {
  text-align: center;
}
p.mod-image > img {
  display: inline-block;
  border: none;
}

/* table
------------------------------------------------------- */
table.mod-table th, table.mod-table td {
  border: 1px solid #7f7f7f;
  padding: 5px 10px;
  background: white;
  line-height: 1.5em;
  color: #4C4C4C;
}
table.mod-table th {
  background: #dddddd;
  color: #4C4C4C;
}
table.mod-table thead th {
  background: #aaaaaa;
  color: #4C4C4C;
}

/* mod-dl
------------------------------------------------------- */
dl.mod-dl {
  margin-bottom: 20px;
}
dl.mod-dl > dd {
  color: #4C4C4C;
}
dl.mod-dl > dt {
  color: #4C4C4C;
}
dl.mod-dl.-block {
  border: 1px solid #7f7f7f;
}
dl.mod-dl.-block > dd {
  padding: 5px 10px;
  background: white;
  border-top: 1px dotted #7f7f7f;
  line-height: 1.5em;
}
dl.mod-dl.-block > dd + dt {
  border-top: 1px solid #7f7f7f;
}
dl.mod-dl.-block > dt {
  padding: 5px 10px;
  background: #dddddd;
  line-height: 1.5em;
}
dl.mod-dl.-block > dt + dd {
  border-top: 1px solid #7f7f7f;
}

/* margin
------------------------------------------------------- */
.st-rm {
  margin: 0 !important;
}

.st-rmTop {
  margin-top: 0 !important;
}

.st-rmBottom {
  margin-bottom: 0 !important;
}

.st-rmLeft {
  margin-left: 0 !important;
}

.st-rmRight {
  margin-right: 0 !important;
}

.st-addTopXS {
  margin-top: 3px !important;
}

.st-addTopSS {
  margin-top: 5px !important;
}

.st-addTopS {
  margin-top: 10px !important;
}

.st-addTopM {
  margin-top: 15px !important;
}

.st-addTopL {
  margin-top: 20px !important;
}

.st-addTopLL {
  margin-top: 30px !important;
}

.st-addTopXL {
  margin-top: 50px !important;
}

.st-addBottomXS {
  margin-bottom: 3px !important;
}

.st-addBottomSS {
  margin-bottom: 5px !important;
}

.st-addBottomS {
  margin-bottom: 10px !important;
}

.st-addBottomM {
  margin-bottom: 15px !important;
}

.st-addBottomL {
  margin-bottom: 20px !important;
}

.st-addBottomLL {
  margin-bottom: 30px !important;
}

.st-addBottomXL {
  margin-bottom: 50px !important;
}

.st-addLeftXS {
  margin-left: 3px !important;
}

.st-addLeftSS {
  margin-left: 5px !important;
}

.st-addLeftS {
  margin-left: 10px !important;
}

.st-addLeftM {
  margin-left: 15px !important;
}

.st-addLeftL {
  margin-left: 20px !important;
}

.st-addLeftLL {
  margin-left: 30px !important;
}

.st-addLeftXL {
  margin-left: 50px !important;
}

.st-addRightXS {
  margin-right: 3px !important;
}

.st-addRightSS {
  margin-right: 5px !important;
}

.st-addRightS {
  margin-right: 10px !important;
}

.st-addRightM {
  margin-right: 15px !important;
}

.st-addRightL {
  margin-right: 20px !important;
}

.st-addRightLL {
  margin-right: 30px !important;
}

.st-addRightXL {
  margin-right: 50px !important;
}

/* padding
------------------------------------------------------- */
.st-rmPad {
  padding: 0 !important;
}

.st-rmPadTop {
  padding-top: 0 !important;
}

.st-rmPadBottom {
  padding-bottom: 0 !important;
}

.st-rmPadLeft {
  padding-left: 0 !important;
}

.st-rmPadRight {
  padding-right: 0 !important;
}

.st-addPadTopXS {
  padding-top: 3px !important;
}

.st-addPadTopSS {
  padding-top: 5px !important;
}

.st-addPadTopS {
  padding-top: 10px !important;
}

.st-addPadTopM {
  padding-top: 15px !important;
}

.st-addPadTopL {
  padding-top: 20px !important;
}

.st-addPadTopLL {
  padding-top: 30px !important;
}

.st-addPadTopXL {
  padding-top: 50px !important;
}

.st-addPadBottomXS {
  padding-bottom: 3px !important;
}

.st-addPadBottomSS {
  padding-bottom: 5px !important;
}

.st-addPadBottomS {
  padding-bottom: 10px !important;
}

.st-addPadBottomM {
  padding-bottom: 15px !important;
}

.st-addPadBottomL {
  padding-bottom: 20px !important;
}

.st-addPadBottomLL {
  padding-bottom: 30px !important;
}

.st-addPadBottomXL {
  padding-bottom: 50px !important;
}

.st-addPadLeftXS {
  padding-left: 3px !important;
}

.st-addPadLeftSS {
  padding-left: 5px !important;
}

.st-addPadLeftS {
  padding-left: 10px !important;
}

.st-addPadLeftM {
  padding-left: 15px !important;
}

.st-addPadLeftL {
  padding-left: 20px !important;
}

.st-addPadLeftLL {
  padding-left: 30px !important;
}

.st-addPadLeftXL {
  padding-left: 50px !important;
}

.st-addPadRightXS {
  padding-right: 3px !important;
}

.st-addPadRightSS {
  padding-right: 5px !important;
}

.st-addPadRightS {
  padding-right: 10px !important;
}

.st-addPadRightM {
  padding-right: 15px !important;
}

.st-addPadRightL {
  padding-right: 20px !important;
}

.st-addPadRightLL {
  padding-right: 30px !important;
}

.st-addPadRightXL {
  padding-right: 50px !important;
}

/* position
------------------------------------------------------- */
.st-blockCenter {
  margin-left: auto !important;
  margin-right: auto !important;
}

.st-blockLeft {
  margin-left: 0 !important;
  margin-right: auto !important;
}

.st-blockRight {
  margin-left: auto !important;
  margin-right: 0 !important;
}

.st-floatLeft {
  float: left  !important;
}

.st-floatRight {
  float: right !important;
}

.st-clearfix {
  *zoom: 1;
}
.st-clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.st-inlineCenter {
  text-align: center !important;
}

.st-inlineLeft {
  text-align: left   !important;
}

.st-inlineRight {
  text-align: right  !important;
}

.colorA {
  color: #4C4C4C;
}

.colorB {
  color: #dddddd;
}

.colorC {
  color: #BF62EB;
}

.colorA-l {
  color: #7f7f7f;
}

.colorB-l {
  color: white;
}

.colorC-l {
  color: #e4bcf7;
}

.colorA-d {
  color: #191919;
}

.colorB-d {
  color: #aaaaaa;
}

.colorC-d {
  color: #931acd;
}

#modalCont p.title {
  margin: 20px 0 10px;
  font-weight: bold;
  font-size: larger;
  color: #fff;
}

.outline .outline-header {
  display: block;
}
.outline .outline-body {
  display: block;
}
.outline .outline-body .outline-body-contents {
  display: block;
}
.outline .outline-body .outline-body-contents .outline-body-contents-main {
  padding: 20px;
  display: block;
}
.outline .outline-body .outline-body-contents .outline-body-contents-navi {
  display: block;
}
.outline .outline-body .outline-body-aside {
  display: block;
}
.outline .outline-footer {
  display: block;
}

.sub_part {
  background: #ffffff !important;
}

.mod-headline.lv1 {
  font-size: 1.25em;
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-headline.lv2 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
}
.mod-headline.lv3 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  border-width: 0 0 1px 0;
}
.mod-headline.lv3 > span {
  border-width: 0 0 0 0;
  padding: 0 0 0 0;
  border-left: solid #ccc;
  padding-left: 5px;
}
.mod-headline.lv4 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  border-width: 0 0 1px 0;
}
.mod-headline.lv5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
  border: none;
}
.mod-headline.lv5 > span {
  border-width: 0 0 0 0;
  padding: 0 0 0 0;
  border-left: 5px solid #ccc;
  padding-left: 5px;
}
.mod-headline.lv6 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 15px;
  border: none;
}

.mod-frame {
  padding: 0 20px;
}
.mod-frame .top {
  padding: 20px 0;
  position: relative;
}
.mod-frame .top:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/frameT.png) repeat-x;
}
.mod-frame .top:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  background: url(../images/frameB.png) repeat-x;
}
.mod-frame .top .sideBG {
  position: relative;
  margin: 0 -20px;
  padding: 0 20px;
}
.mod-frame .top .sideBG:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url(../images/frameL.png) repeat-y;
}
.mod-frame .top .sideBG:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: url(../images/frameR.png) repeat-y;
}
.mod-frame .top .topC {
  position: relative;
}
.mod-frame .top .topC:before {
  position: absolute;
  top: -20px;
  left: -20px;
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -107px no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.mod-frame .top .topC:after {
  position: absolute;
  top: -20px;
  right: -20px;
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -127px no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.mod-frame .top .bottomC {
  position: relative;
}
.mod-frame .top .bottomC:before {
  position: absolute;
  bottom: -20px;
  left: -20px;
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -147px no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.mod-frame .top .bottomC:after {
  position: absolute;
  bottom: -20px;
  right: -20px;
  content: "";
  background: url('../../common/images/sprites/common.png') 0 -87px no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}
.mod-frame .top .body {
  padding: 10px 10px;
}
.mod-frame .body {
  background: #fff;
}

.mod-para.-lead {
  font-weight: bold !important;
  line-height: 1.8em;
}

body > script + img {
  display: none;
}

#sns ul {
  letter-spacing: -.40em;
  /* 文字間を詰めて隙間を削除する */
}
#sns ul li {
  letter-spacing: normal;
  /* 文字間を通常に戻す */
  display: inline-block;
  width: 120px;
  height: 20px;
  overflow: hidden;
}

dl.mod-dl {
  margin-bottom: 10px !important;
}

ul.mod-list.-link > li {
  padding-left: 0;
}

ul.mod-list.-link > li a {
  margin-left: 0;
}

ul.mod-list.-link > li a:before {
  content: none !important;
  background: transparent !important;
}

.mod-block {
  background: #fff3c8;
  padding: 10px;
  margin-bottom: 20px;
  -moz-box-shadow: 0px 0px 10px #fee899 inset;
  -webkit-box-shadow: 0px 0px 10px #fee899 inset;
  box-shadow: 0px 0px 10px #fee899 inset;
}

.fsS {
  font-size: smaller;
  line-height: 1.5em;
  color: #666666;
}

.mod-list.-note {
  font-size: 0.75em;
  color: #333;
}

.mod-para.-lead {
  font-weight: normal !important;
  margin-bottom: 60px !important;
}

.mod-faq {
  border-bottom: 2px dotted #BCBCBC;
  margin-bottom: 30px;
}
.mod-faq dt {
  position: relative;
  padding: 0 0 35px 60px;
  min-height: 50px;
  text-decoration: underline;
}
.mod-faq dt:hover {
  cursor: pointer;
  color: #31A8E0;
}
.mod-faq dt:before {
  content: "";
  background: url(/ex/poketoru/common/images/icon-q-pc.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}
.mod-faq dd {
  position: relative;
  padding: 0 0 30px 60px;
}
.mod-faq dd:before {
  content: "";
  background: url(/ex/poketoru/common/images/icon-a-pc.png);
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  -moz-background-size: 50px 50px;
  -o-background-size: 50px 50px;
  -webkit-background-size: 50px 50px;
  background-size: 50px 50px;
}

.iconType1 {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  width: 7em;
  color: #444;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #A3D9F5;
}

.iconType2 {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  width: 7em;
  color: #444;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #F8D344;
}

.iconType3 {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  width: 7em;
  color: #444;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #90E5D0;
}

.iconType4 {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  width: 7em;
  color: #444;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #F7C5BE;
}

.iconType5 {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  width: 7em;
  color: #444;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #E3B67B;
}

.iconType6 {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  width: 7em;
  color: #444;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #E8D3E6;
}

.iconType-important {
  display: inline-block;
  padding: 5px;
  margin: 0 5px;
  width: 7em;
  color: #444;
  text-align: center;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1em;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #F24A4A;
  width: 3em;
  position: relative;
  color: #fff;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a[target="_blank"]:hover:after {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 0 no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
}

ul.mod-list.-link > li a:before {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border: 5px solid #4C4C4C;
  border-width: 5px;
  border-color: transparent transparent transparent #4C4C4C;
}
ul.mod-list.-link > li a:hover:before {
  border-color: transparent transparent transparent #31A8E0;
}

.mod-button {
  display: inline-block;
  border: 3px solid #CEEBFB;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #fff;
}
.mod-button > a {
  padding: 5px 50px;
  color: #31A8E0;
  text-decoration: none;
  display: block;
}
.mod-button > a:before {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border: 5px solid #31A8E0;
  border-width: 5px;
  border-color: transparent transparent transparent #31A8E0;
}
.mod-button > a.nolink,
.mod-button > span {
  padding: 5px 50px;
  color: #4C4C4C;
  text-decoration: none;
  display: block;
  background: #ddd;
  cursor: default;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.mod-button > a.nolink:before,
.mod-button > span:before {
  content: "";
  display: none !important;
}
.mod-button a[target="_blank"]:after {
  content: "";
  background: url('../../common/images/sprites/common.png') 0 0 no-repeat;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  vertical-align: middle;
}
.mod-button:hover {
  background: #CEEBFB;
}

.mod-list.-date li {
  padding: 1px 0;
  margin: 0 !important;
  width: 100%;
  background: #FFF;
}
.mod-list.-date li.important {
  background: #FFFDE4;
}
.mod-list.-date li > div {
  width: 900px;
  margin: auto;
  padding: 20px 0;
  padding-left: 0px;
  border-bottom: 2px dotted #BCBCBC;
}
.mod-list.-date li > div .date {
  float: left;
  margin-right: 15px;
  color: #9B9B9B;
  font-size: 0.875em;
}
.mod-list.-date li > div .sub-text {
  overflow: hidden;
}

.mod-pager {
  text-align: center;
  margin: 50px auto;
}
.mod-pager .mod-button {
  margin: 0 5px;
}
.mod-pager .mod-button.-prev a:before {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  width: 0;
  height: 0;
  border: 5px solid #31A8E0;
  border-width: 5px;
  border-color: transparent #31A8E0 transparent transparent;
}
.mod-pager .mod-button.-next a:before {
  content: "" !important;
  display: none;
}
.mod-pager .mod-button.-next a:after {
  content: "" !important;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 0;
  height: 0;
  border: 5px solid #31A8E0;
  border-width: 5px;
  border-color: transparent transparent transparent #31A8E0;
}
.mod-pager .showPc .mod-button a, .mod-pager .showPc .mod-button span {
  padding: 5px 15px;
}
.mod-pager .showPc .mod-button a:before {
  content: "";
  display: none;
}

.mod-newsHeadline .sub-update {
  color: #9B9B9B;
  vertical-align: middle;
  margin-right: 10px;
}
.mod-newsHeadline h2 {
  padding-left: 35px;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.4em;
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 2px dotted #4C4C4C;
  position: relative;
}
.mod-newsHeadline h2:before {
  content: url(/ex/poketoru/common/images/icon-monbo.png);
  position: absolute;
  top: 0;
  left: 0;
}

.mod-clHeadline {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  margin-bottom: 30px;
}
.mod-clHeadline:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  left: 8px;
  border: 4px solid #fff;
  border-width: 4px 0 0 4px;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 0 0 0;
}
.mod-clHeadline:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 8px;
  right: 8px;
  border: 4px solid #fff;
  border-width: 4px 4px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0;
  border-radius: 0 5px 0 0;
}
.mod-clHeadline > .sub {
  padding: 10px;
  text-align: center;
  font-size: 1em;
  font-weight: bold;
  color: #fff;
}
.mod-clHeadline > .sub:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 8px;
  left: 8px;
  border: 4px solid #fff;
  border-width: 0 0 4px 4px;
  -moz-border-radius: 0 0 0 5px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 5px;
}
.mod-clHeadline > .sub:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  bottom: 8px;
  right: 8px;
  border: 4px solid #fff;
  border-width: 0 4px 4px 0;
  -moz-border-radius: 0 0 5px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 5px 0;
}
.mod-clHeadline.-ct01 {
  background: #F24B4B;
}
.mod-clHeadline.-ct02 {
  background: #46B56B;
}
.mod-clHeadline.-ct03 {
  background: #0071C2;
}
.mod-clHeadline.-ct04 {
  background: #FCC300;
}

.cms-content p {
  margin: 30px 0;
}
.cms-content .mod-list.link {
  margin: 60px;
}
.cms-content strong {
  font-weight: bold;
}

.cms-content table[border="1"] th,
.cms-content table[border="1"] td {
  border:1px solid black;
  padding:.3em .5em;
}
.cms-content table[border="1"] th {
  background:#ccc;
  font-weight:bold;
}

.status {
  background: #72C7F0;
  padding: 5px;
  text-align: center;
}
.status a {
  color: #fff;
  font-size: 85%;
}
.status a:before {
  content: "";
  display: inline-block;
  width: 21px;
  height: 15px;
  background: url(/ex/poketoru/common/images/icon-network.png);
  vertical-align: middle;
  margin-right: 10px;
}
.status a:after, .status a:hover:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/ex/poketoru/common/images/icon-blankwindow.png);
  vertical-align: middle;
  margin-left: 10px;
}

.st-inlineCenter.-bannerArea {
  padding: 30px 0;
  margin-bottom: 40px;
  background: #72C7F0;
}

.mod-grid.-news > .x1of3 > .inner .mod-image {
  width: 100%;
}

#top .mod-grid.-news .cell.x1of3 a[target="_blank"]:after {
  display: none;
}
