@charset "utf-8";
html {
    ont-family: sans-serif;
  -webkit-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
	}

body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  margin: .67em 0;
  font-size: 2em;
}
mark {
  color: #000;
  background: #ff0;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -.5em;
}
sub {
  bottom: -.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  height: 0;
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  margin: 0 2px;
}
legend {
  padding: 0;
  border: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;

    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html {
  font-size: 62.5%;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #428bca;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
          transition: all .2s ease-in-out;
}
.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}


.img-responsive { 
  display: block;
  max-width: 100%;
  height: auto;
  margin:0 auto;}


/* layout */
.section { padding:0 10px;}
.section-inner { margin:20px 0;}
.box-tbl { display:table; width:100%;border-collapse: collapse;}
.box-tbl .cell { display:table-cell; vertical-align:top}

/* text */
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

.text-muted {color: #999;}
.text-caution { color:#FF0033;}
.text-notice { color:#F90;}
.text-success { color:#093;}
.text-info { color:#577995;}


/* list-menu*/
ul.list-menu li,
ul.list-menu-2col li {
	border-bottom:1px solid #272625;
	box-sizing:border-box;
	background:url(../images/common/menu-arrow.png) no-repeat;
	background-size:20px;
	background-position:right;
}
ul.list-menu li a:link,
ul.list-menu-2col li a:link{
	padding:12px 10px;
	display:block;
	text-decoration:none;
}

ul.list-menu-2col li {
	width:50%;
	float:left;
}

ul.list-menu-2col li:nth-child(odd){
	border-right:1px solid #272625;
}


/* icon */
.icon {	background:url(../images/gnb_footer/icon.png) no-repeat;width:25px; height:24px; display:inline-block; background-size:300px; vertical-align:middle; margin-right:5px;}
.icon.gray {background:url(../images/gnb_footer/icon_gray.png);background-size:300px;}
.icon.icon-mypage { background-position:-5px -5px; }
.icon.icon-playdata { background-position:-3px -35px;}
.icon.icon-playnavi { background-position:-3px -65px;}
.icon.icon-homeshop { background-position:-3px -95px;}
.icon.icon-club { background-position:-3px -124px;}
.icon.icon-itemshop { background-position:-3px -153px;}
.icon.icon-tc { background-position:-3px -184px;}
.icon.icon-mystory { background-position:-3px -215px;}
.icon.icon-mailbox { background-position:-3px -245px;}
.icon.icon-setting { background-position:-3px -275px;}
.icon.icon-faq {background-position:-33px -92px;}
.icon.icon-guide { background-position:-33px -2px; }
.icon.icon-logout{ background-position:-31px -32px;}
.icon.icon-account { background-position:-31px -152px;}
.icon.arrow-left { background-position:-33px -242px;}
.icon.arrow-right { background-position:-33px -272px;}
.icon.arrow-up {  background-position:-95px 0; }
.icon.icon-league {  background-position:-62px -153px }
.icon.icon-shopsearch { background-position:-62px -92px}
.icon.icon-ranking { background-position:-62px -61px}
.icon.icon-perfect { background-position:-62px -183px}
.icon.icon-event { background-position:-62px -123px}
.icon.icon-volt { background-position:-62px -32px}
.icon.icon-bell {background-position:-62px -4px}
.icon.icon-beginner {background-position:-32px -123px}
.icon.icon-checkboard {background-position:-32px -184px; }
.icon.icon-link {background-position:-64px -214px;}
.icon.icon-vd  {background-position:-93px -123px}

.account .icon-checkboard,
.account .icon-account,
.account .icon-beginner{display:block; margin:0 auto;}

/*button*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}


.btn-action {
  color: #fff !important;
  background-color: #ffa200;
  border-color: #e68200;
}
.btn-action:hover,
.btn-action:focus,
.btn-action:active
{
  color: #fff;
  background-color: #ca9423;
  border-color: #b98312;
}
.btn-action:active,
.btn-action.active {
  background-image: none;
}

.btn-del {
  color: #fff !important;
  background-color: #6a6d74;
  border-color: #4c4e54;
}
.btn-del:hover,
.btn-del:focus,
.btn-del:active{
  color: #fff;
  background-color: #4c4e54;
  border-color: #323337;
}

.btn.arrow {position:relative; padding-right:20px;}
.btn.arrow:after {
	font-size:14px;
	width:14px;height:18px;
	display:block;
	position:absolute;
	right:5px;
	top:0; bottom:0;
	margin:auto;
	font-family: 'Glyphicons Halflings';
	content: "\e080";
	}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}

.btn-sm{
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
	}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

/*color */

.highlight { color:#FF3300; font-weight:bold;}


/*select */
.selectWrap {
background: rgb(255,255,255);
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1)));
background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 );
    border: 1px solid #cccccc;
    box-sizing: border-box;
    height: 40px;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.selectWrap:before {
	font-size:8px; color:#6a6d74;
	height:40px;
	line-height:40px;
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:0;
	border-left:1px solid #e6e1e1;
	width:30px; text-align:center;
	content:'▼';}

.selectWrap select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 10; opacity: 0;
}

.selectWrap span.select {
    color:#333;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 25px 0 10px;
    font-size:14px;
    font-weight:bold;
}

select {
    background: url("../images/common/blt_select.png") no-repeat scroll right top / 28px auto #f7f9fa;
    border: 1px solid #d2d7d9;
    border-radius: 0;
    color: #333;
    height: 30px;
}

.playdata-category .selectWrap {
	border-bottom:3px solid #F03;
	color:#F03;
	margin:20px 0;
}

.select-small .selectWrap {
    height:30px;
}
.select-small .selectWrap:before {
	font-size:8px; color:#6a6d74;
	height:30px;
	line-height:30px;
	padding:0;
	width:30px;
	}
.select-small .selectWrap span.select {
    height: 30px;
    line-height: 30px;
    padding: 0 25px 0 10px;
	font-size:14px;
}
.select-small .selectWrap select {
    height: 30px;
}


/*modal*/
.sr-only {
    border: 0 none;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
     -moz-transition:    -moz-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  background:#F43237;
  border-radius:6px 6px 0 0;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.section.playdata h4.modal-title { margin:0; padding:0; color:#FFFFFF;}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  padding: 10px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media screen and (min-width: 769px){
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media screen and (min-width: 769px){
  .modal-lg {
    width: 900px;
  }
}



/*paging*/
.paging-previous, .paging-next {
    text-align: center;
    width: 20%;
}
.paging-previous a, .paging-next a {
    border: 1px solid #e6e1e1;
    color: #666666;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
.paging-page {
    text-align: center;
}
.paging-page a:link, .paging-page a:visited {
    color: #333333;
    display: inline-block;
    margin-right: 5px;
    padding: 5px;
    text-decoration: none;
}
.paging-page a.active:link, .paging-page a.active:visited {
    background: none repeat scroll 0 0 #fffae5;
    color: #f8b62b;
    font-weight: bold;
}


/* table */
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-list{ border-bottom: 1px solid #ddd;}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table tr.opened { background:#f3f3f3;}


.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/** tabel*/
table.border {
	border-top:1px solid #e6e1e1;
	border-right:1px solid #e6e1e1;
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
	border-sizing:border-box;
	margin-bottom:10px;
	}
 table.border td,
 table.border th{
	border-left:1px solid #e6e1e1;
	border-bottom:1px solid #e6e1e1;
	padding:0.3em 0.3em;
	font-size:14px;
}
 table.border.stripe tr:nth-child(2n-1){ background-color:#f3f4f4;}
 table.border.info th{
	 font-size:12px;
	 background:#F7F7F7;
	 color:#4c4e54; font-weight:bold;
	 }


table.border th{
	color:#344575;
	/* background:#f3f4f4; */
	vertical-align:top;
	line-height:120%;
	padding:0.5em 0.3em;
	}
table.border th.head{background:#9499a7; color:#FFF}

table.border th.sub{
	background:#344575; color:#ffffff;
	}
table.border th.small{
	font-size:12px;
	}
table.border td.data{
	text-align:right;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	}
table.border td.data.center{
	text-align:center;
	}



/* breadcrumb */
.container.breadcrumb { margin-bottom:20px; clear:both;}
.breadcrumb ul { padding:20px 0 0 0; text-align:right;}
.breadcrumb ul li { display:inline-block; font-size:12px;} 
.breadcrumb ul li:after {
	content:" > ";
	} 
.breadcrumb ul li:last-child:after {
	content:"";
	} 


/* form */
label {
    display: inline;
}


input.styled{
    display: none;
}
/*
.form-checkbox + label {
	background:url(../img/ico_check_off.png) no-repeat;
	background-size:20px auto;
	height:20px; width:20px;
    display: inline-block;
    position: relative;
	vertical-align:middle;
	text-indent:100%;
	overflow:hidden;
}

.form-checkbox + label:active, .form-checkbox:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
  
.form-checkbox:checked + label {
    background:url(../img/ico_check_on.png) no-repeat;
    background-size:20px auto;
     height:20px; width:20px;
}
*/

/* */
.playnavi-list span.checkbox_check{
 background: url("../images/common/bg_check_playnavi.png") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
 margin-top:5px;
}


/*
.form-radio + label {
	background:url(../img/ico_radio_off.png) no-repeat;
	background-size:20px auto;
	height:20px; min-width:20px;
    display: inline-block;
    position: relative;
	vertical-align:middle;
	text-indent:25px;
}

.form-radio + label:active, .form-radio:checked + label:active {
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}
  
.form-radio:checked + label {
    background:url(../img/ico_radio_on.png) no-repeat;
    background-size:20px auto;
    height:20px;
}
*/

input[type="text"],
input[type="password"] {
	max-width:100%; border:1px solid #cccccc;
	border-radius:5px;
	box-shadow:none;
	padding:5px;
	 -webkit-appearance: none;
	 font-size:16px;
	}

input[type="file"] {
    display: block;
    margin: 0;
    opacity: 0;
    width: 100%;
    font-size: 0;
    height: 0;
    overflow: hidden;
    width: 0;
}

textarea.form-textarea { width:100%;}

/*navi-toggle*/
.navi-toggle ul {
	display:table; width:100%;
	box-sizing:border-box;
	table-layout:fixed;
	border:1px solid #e6e1e1;
	margin-top:20px;
	} 
.navi-toggle ul li {
	display:table-cell;
	border-right:1px solid #e6e1e1;
	font-size:14px;
	} 
.navi-toggle ul li:last-child {
	border-right:none;
	}
.navi-toggle ul a {
	display:block; padding:5px;
	text-decoration:none;
	text-align:center;
	background:#f7f7f7;
	color:#6a6d74;
	
	} 
.navi-toggle ul a.active {
	background:#FFFFFF;
	font-weight:bold; color:#F43237;
	margin-bottom:-1px;
	border-bottom:1px solid #FFF;} 



/*box */
.box-info { background:#f7f7f7; border:1px solid #e9e9e9; margin:10px 0; border-radius:5px;}
.box-info h5,
.section.playdata .box-info h5,
.section .box-info h5 { margin:0; padding:10px; font-weight:bold; border-bottom:1px solid #e9e9e9; color:#384465;}
.box-info p { margin:0; padding:10px; font-size:12px; line-height:140%; color:#5a5d65}

.box-point { background:#4c4e54;}
.box-point .infosub { color:#b5bac7;}
table.border.box-point,
table.border.box-point td { border-color:#262830;}
table.border.box-point  td.data { color:#ffcc00; font-size:22px;}

.section .box-info h5.toggle-link { padding:0; position:relative; border-bottom-width:0;}
.section .box-info h5.toggle-link.open {border-bottom-width:1px;}
.toggle-link a:link,
.toggle-link a:visited{ padding:10px; display:block; color:#384465;}
.toggle-link a .glyphicon-chevron-down{ position:absolute; right:10px; top:10px;}
.toggle-link.open a .glyphicon-chevron-down{
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	}
.toggle-content{ display:none;}


/* icon font */
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('fonts/glyphicons-halflings-regular.eot');
  src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  url('fonts/glyphicons-halflings-regular.woff') format('woff'),
  url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
  url('fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}


.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  display: table;
  content: " ";
  }
.clearfix:after,
.container:after  {
  clear: both;
  }

/* layout overwrite */
#wrap{position:relative; width:100%; overflow:hidden; background:#ffffff;}
header{position:static; height:auto; background:none;}
header h1 .flag{position:absolute; top:15px; left:45px; width:28px;}
header menu{position:absolute; top:15px; width:88px; height:18px;}
header menu a{float:left; text-align:center;}
header menu.leftMenu{left:0;}
header menu.rightMenu{right:0;}
.more{position:inherit; top:auto; right:auto; display:inherit; height:auto; padding:0; line-height:auto; background:none;}
footer{padding:0; background:none}
footer .logo{display:block}
.btn_login{display:block; height:auto; margin:auto; font-size:inherit; color:#fff; text-align:center; -webkit-text-stroke-width:.02em; text-shadow:1px 1px 2px rgba(0, 0, 0, .2); box-shadow:none; background:none;}
header menu.leftMenu a,
header menu.rightMenu a{width:auto;}
.bbs_list li .pic{ width:70px;}
.bbs_list li .pic img{width:70px;}
.news .bbs_list li .pic img{width:100px; height:74px;}
.bbs_list li .pic{position:static; width:70px; height:auto; overflow:visible; border:none;}
.bbs_list li .pic img{position:static; top:0; left:0; width:70px; height:auto;}
.bbs_list li dl{line-height:1.5; float:none; padding-left:10px;}
.ppv {
    background:#F7F7F7;
    border-radius: 7px;
    margin: 30px auto;
    overflow: hidden;
    padding: 0;
    text-align: center;
    width: 270px;
	border:1px solid #CCC;
}
.ppv dt {
    background:none;
    border:none;
    border-radius: 3px;
    color: #F43237;
    height: auto;
    line-height: 20px;
    margin: 0 auto;
    text-align: center;
    width: auto;
	padding:10px 0; font-weight:bold;
}
.ppv dd {
    border-bottom: 1px solid #cccccc;
    color: #000;
    font-size: 1em;
    line-height: 1.4;
    padding: 0 8px 25px;
}
.ppv dd.btn {
    border-bottom: 0 none;
    border-top: 1px solid #fff;
    padding: 0;
}
.ppv dd.btn a {
    background:none;
    box-shadow:none;
    color: #F43237;
}

.checkbox_check, .radio_check {
    background: url("../images/common/bg_check2.png") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    margin: 0 5px 0 0;
    vertical-align: middle;
    width: 20px;
}
.radio_check {
    background: url("../images/common/bg_radio2.png") no-repeat scroll 0 0 / 20px auto rgba(0, 0, 0, 0);
}

/* for japan news class by hic 20140510 ------------------------------------- */
.section .jp_news { padding-bottom:2em;}
.section .jp_news img.img-responsive { margin:0 auto; display:block; max-width:100%;}
.section .jp_news h2,
.section .jp_news h3,
.section .jp_news h4,
.section .jp_news h5,
.section .jp_news a.btn{ margin:1em 0; padding:0; float:none;}
.section .jp_news h2,
.section .jp_news h2 a.btn { font-size:20px; font-weight:bold;}
.section .jp_news h3,
.section .jp_news h3 a.btn { font-size:18px; font-weight:bold;}
.section .jp_news h4,
.section .jp_news h4 a.btn { font-size:16px; font-weight:bold;}
.section .jp_news h5,
.section .jp_news h5 a.btn { font-size:14px; font-weight:bold;}
.section .jp_news p { margin:1em 0; line-height:160%;}

.section .jp_news hr.line { display:block; border:none; border-top:1px solid #CCC; margin:2em 0}
.section .jp_news .text-center { text-align:center;}
.section .jp_news .text-right { text-align:right;}
.section .jp_news .text-left { text-align:left;}

/*font color*/
.section .jp_news .f-blue { color:#09F;}
.section .jp_news .f-green { color:#009933;}
.section .jp_news .f-pink { color:#F6C;}
.section .jp_news .f-red { color:#F03;}

/*list*/
.section .jp_news ul,.jp_news ol {margin:1em 0}
.section .jp_news li { margin-left:20px; margin-bottom:0.3em;}
.section .jp_news ul li{list-style:disc outside;}
.section .jp_news ol li{list-style:decimal outside;}

/*link*/
.section .jp_news a:link, .jp_news a:visited{ text-decoration:underline; color:#333333;}
.section .jp_news a:hover, .jp_news a:active{ text-decoration:none; color:#999999;}
.section .jp_news a.btn{ background:#e5f8fd; padding:0.3em 0.5em; display:inline-block; border:1px solid #98d4e4; text-decoration:none; color:#0fa8d0; border-radius:0.3em}
.section .jp_news a.btn:hover{ background:#98d4e4; border:1px solid #98d4e4; text-decoration:none; color:#0fa8d0;}

/*layout */
.section .jp_news .border { border:1px solid #CCC;}
.section .jp_news .tbl-box { display:table; width:100%; table-layout:fixed; margin:1em 0}
.section .jp_news .cell { display:table-cell; vertical-align:top;}
@media screen and (max-width: 769px){
.section  .jp_news .cell { display:block}
}
/*color box */
.section  .jp_news .box-info,
.section .jp_news  .box-notice,
.section .jp_news .box-danger { border:1px solid #CCC; padding:0 1em; margin:1em 0; background:#f5f5f5}
.section .jp_news  .box-notice { border:1px solid #f0e05d; background:#fffdf0; }
.section .jp_news  .box-danger { border:1px solid #ff8787; background:#ffeeee; }
