@charset "utf-8";
/* common_pc_v3.css 1.0.0 */

/* table of contents
==========================

HTML5 display definitions
reset
globalNavi
footer
ad

==========================
*/

/* HTML5 display definitions
==========================
/*
* Corrects block display not defined in IE6/7/8/9 & FF3
*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
/*
* Corrects inline-block display not defined in IE6/7/8/9 & FF3
*/
audio, canvas, video {
  display: inline-block;
 *display: inline;
 *zoom: 1;
}
/* reset
==================== */
body, input, textarea, select {
  margin: 0;
  padding: 0;
  font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, p, blockquote, pre, div, figure {
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
caption {
  text-align: left;
}
select, input, textarea, pre, code, kbd, var, ins, del, samp {
  font-size: 100%;
}
address, cite, dfn, em, strong, var, th, ins, del, samp {
  font-weight: normal;
  font-style: normal;
}
fieldset, img {
  border: none;
}
hr.separation {
  display: none;
}
button {
  border:none;
  background:none;
  padding:0;
  margin:0;
  width:auto;
  line-height:1;
  font-size:0
}
button:hover {
  cursor:pointer
}
img {
  vertical-align: middle;
}
#contents {
background: #f7f7f8 url("../images/bg_gronav_white_v2.png?141008") repeat-x 0 -1px;
}

/* globalNavi
==========================*/
#contents-header{
	position: relative;
	z-index: 2;
	/*background: #efefef url("../../bg_gronav_white.png") repeat-x 0 -10px;*/
}
/* search */
#contents-header .search {
  border-top: 1px solid #e8e8ea;
  background: #F7F7F8;
  font-size: 76%;
 /zoom:1;
 position: relative;
 z-index:1;
}
#contents-header .search:after {
  content: "";
  display: table;
  clear: both;
}
#contents-header .search a:link {
  color: #069;
}
#contents-header .search .advanced{
	float: left;
}
#contents-header .search .advanced.hide a{
  display: none;
}
#contents-header .search .advanced a{
	margin: 7px 0;
	background-image: url(../../ic_header_sprite.png);
	text-indent: -9999px;
overflow: hidden;
display: block;
border: 1px solid #CDCDCD;
border-radius: 3px;
background-color: #fff;
background-position: 2px -161px;
width: 24px;
height: 24px;
}
#contents-header input.searchInput {
  margin: 0px 32px 0 0;
  padding-left: 5px;
  vertical-align: middle;
  height: 24px;
  line-height: 24px;
  width: 288px;
  color: #3f3f3f;
  border: 0;
  overflow: hidden;
  background: url(../../ic_header_sprite.png) no-repeat transparent right -279px;
  -webkit-appearance :normal;
}
#contents-header input.searchInput::-webkit-input-placeholder {
  color: #D0D0D0;
}
#contents-header input.searchInput:-moz-placeholder {
  color: #D0D0D0;
}
#contents-header input.searchInput:-ms-input-placeholder {
  color: #D0D0D0;
}
:root *> #contents-header .searchInput {
  vertical-align: middle;
}
#contents-header .search #searchButton {
position: absolute;
top: 0;
right: 0;
}
#contents-header .search #searchButton input {
	background-image: url(../../ic_header_sprite.png);
	text-indent: -9999px;
	overflow: hidden;
	background-position: -1px 0;
	background-color: #fff;
	display: block;
	width: 32px;
	height: 24px;
	border: none;
	cursor: pointer;
}
#contents-header .search #searchButton input:active {
  border-bottom: 1px solid #FFECB1;
  border-top: 1px solid #B59226;
}
#contents-header .search form a {
  vertical-align: middle;
}
#contents-header .search .mynews {
  float: right;
  padding-right: 1.2em;
}
#contents-header .search .mynews a {
  vertical-align: middle;
}
#contents-header .search .personalInfo{
	float: right
}
#contents-header .search .personalInfo li {
	float: left;
	height: 40px;
	border-left: 1px solid #e8e8ea;
	line-height: 24px;
}
#contents-header .search .personalInfo li:hover{
	background: #fff;
}
#contents-header .search .personalInfo li a {
	display: inline-block;
	/display: inline;
	/zoom:1;
	vertical-align: middle;
}
#contents-header .search .personalInfo li.myPage {
	padding-left: 10px;
}
#contents-header .search .personalInfo li.myPage a {
	margin: 7px 10px 7px 0;
}
#contents-header .search .personalInfo li .update {
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	background: #fff;
	padding: 0 5px;
}
#contents-header .search .personalInfo li.purchase a {
	padding: 7px 20px;
}
#contents-header .search .personalInfo li.setting a {
	background-image: url(../../ic_header_sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background-position: 5px -74px;
	padding: 7px 15px;
	width: 20px;
	height: 20px;
}

/*/サーチボタン*/
/*サーチボックス*/
#contents-header .searchWrapper {
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	background: #fff;
	position: relative;
	background-position: right -285px;
	float: left;
	margin: 7px 7px 7px 10px;

}

#contents-header #globalNav {
  font-size: 87.5%;
  z-index: 0;
  overflow: hidden;
}

#contents-header #globalNav #gnPri {
  *zoom: 1;
  background: #44739C;
  background: -webkit-linear-gradient(#44739c 0%, #436f92 100%);
  background: linear-gradient(#44739c 0%, #436f92 100%);
  color: #fff;
  text-shadow: 0px 1px 0 rgba(0, 0, 0, 0.3);
  border-right: 1px #4A7DA2 solid;
}

#contents-header #globalNav #gnPri:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#contents-header #globalNav #gnPri a,
#contents-header #globalNav #gnPri a:hover,
#contents-header #globalNav #gnPri a:visited,
#contents-header #globalNav #gnPri a:active {
  color: #fff;
}

#contents-header #globalNav #gnPri li {
  float: left;
}

#contents-header #globalNav #gnPri li:first-child a {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contents-header #globalNav #gnPri li:last-child {
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08);
}

#contents-header #globalNav #gnPri li#gnPriFeed {
  float: right;
}

#contents-header #globalNav #gnPri li#gnPriFeed a {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-right: none;
}

#contents-header #globalNav #gnPri li a {
  display: block;
  padding: 8px 21px 6px;
  border-right: 1px #3A6181 solid;
  -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08);
  box-shadow: 1px 0 0 rgba(255, 255, 255, 0.08);
}

#contents-header #globalNav #gnPri li a:hover {
  border-right: 1px #3A6181 solid;
  background-color: #5590b5;
  background-color: -webkit-linear-gradient(#5590b5 0%, #548bad 100%);
  background-color: linear-gradient(#5590b5 0%, #548bad 100%);
  -webit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

#contents-header #globalNav #gnPri li.current a {
  border-right: 1px #3A3E49 solid;
  background: #404552;
}

#contents-header #globalNav #gnPri li.current a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #404552;
}

#contents-header #globalNav .gnSecWrap, #contents-header #globalNav .lnSecWrap #lnSec {
  *zoom: 1;
  position: relative;
  /position: static;
  border-bottom: 1px #e1e1e1 solid;
  background: #fff;
  z-index: 0;
}

#contents-header #globalNav .gnSecWrap:after, #contents-header #globalNav .lnSecWrap #lnSec:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#contents-header #globalNav .gnSecWrap a, #contents-header #globalNav .lnSecWrap #lnSec a,
#contents-header #globalNav .gnSecWrap a:visited,
#contents-header #globalNav .lnSecWrap #lnSec a:visited,
#contents-header #globalNav .gnSecWrap a:active,
#contents-header #globalNav .lnSecWrap #lnSec a:active {
  color: #4E5665;
}

#contents-header #globalNav .gnSecWrap #gnSec, #contents-header #globalNav .lnSecWrap #lnSec #gnSec {
  padding: 0 5px;
  position: relative;
  /position: static;
  bottom: -1px;
}

#contents-header #globalNav .gnSecWrap li, #contents-header #globalNav .lnSecWrap #lnSec li {
  float: left;
  padding: 0 7px;
  background: url("../../separate15.gif") no-repeat center right;
}

#contents-header #globalNav .gnSecWrap li:last-child, #contents-header #globalNav .lnSecWrap #lnSec li:last-child {
  background: none;
}

#contents-header #globalNav .gnSecWrap li a, #contents-header #globalNav .lnSecWrap #lnSec li a {
  border-color: #476E9A !important;
  border-bottom: 0 solid;
  height: 40px;
  /height: 25px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  line-height: 1;
  padding: 14px 8px 0;
  /padding: 11px 10px 0;
  transition: all .12s ease-in-out;
  font-weight: bold;
}

#contents-header #globalNav .gnSecWrap li a:hover, #contents-header #globalNav .lnSecWrap #lnSec li a:hover {
  border-bottom-width: 4px;
  color: #131924;
  text-decoration: none;
}

#contents-header #globalNav .gnSecWrap li a .sep, #contents-header #globalNav .lnSecWrap #lnSec li a .sep {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  color: #fff;
  font-size: 62.5%;
}

#contents-header #globalNav .gnSecWrap li.current a, #contents-header #globalNav .lnSecWrap #lnSec li.current a {
  border-bottom-width: 4px;
  color: #131924;
}

#contents-header #globalNav .gnSecWrap #gnSecSub, #contents-header #globalNav .lnSecWrap #lnSec #gnSecSub {
  float: right;
}

#contents-header #globalNav .lnSecWrap {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
/* line 766, _sass/common_pc_v2.scss */
#contents-header #globalNav .lnSecWrap #lnSec {
  padding-left: 4px;
}

/* footer
==========================*/
#footer {
  background-color: #fff;
}
/* uft-min.css 1.0.0 */
#uft {
  padding:10px 0;
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
  text-align:center;
}
/* footer-min.css 1.0.0 */
#footer {
  text-align:center;
}
#footer address {
  padding:10px 0 20px;
  font-size:small;
  line-height:1.4;
}
/* .yjChview */

.yjChviewWrap {
  text-align: center;
  margin: 10px 0;
}
.yjChview {
  display: inline-block;
  padding: 10px 30px;
  border: 1px solid #e7e7e7;
  background: #f9f9f9;
  text-align: center;
}
.yjChview dl, .yjChview dd, .yjChview p {
  margin: 0;
}
.yjChview dl dt, .yjChview dl dd {
  display: inline;
  font-size: 14px;
  line-height: 1.2em;
}
.yjChview dl dt {
  padding-right: 0.2em;
}
.yjChview dl dd span {
  font-weight: bold;
}
.yjChview dl dd:after {
  content: "\ff5c";
}
.yjChview dl dd.end:after {
  content: "";
}
/* AD
==========================*/
/* ad.css 1.0.0 */
#EMG, #EMG2, #EMG3 {
  width: 100%;
  margin: 0 auto 0;
}
#EMG {/* EMG2,3には現状brがくっついて配信されてくるため、CSSで下余白をつけてない。 */
  margin: 0 auto 20px;
}
#EMG table, #EMG2 table, #EMG3 table {
  margin: 0 auto;
  min-height: 90px;
 /height: 90px;
}
#EMG .yjEmgDate td, #EMG2 .yjEmgDate td, #EMG3 .yjEmgDate td {
  padding: 3px 0;
}
#EMG .yjEmgText, #EMG2 .yjEmgText, #EMG3 .yjEmgText {
  padding-top: 3px;
}
#EMG .yjEmgInfo, #EMG2 .yjEmgInfo, #EMG3 .yjEmgInfo {
  padding-bottom: 3px;
}
#EMG strong, #EMG2 strong, #EMG3 strong {
  font-weight: bold;
}
#EMG .yjSt, #EMG2 .yjSt, #EMG3 .yjSt {
  font-size: 84%;
}
#LREC {
  width: 300px;
  margin: 0 auto 20px;
}
@media print {
#LREC {
  display: none;
}
}

.pageTop {
position: fixed;
display: block;
width: 53px;
height: 50px;
right: 0;
bottom: 40px;
opacity: 0.5;
-ms-filter: "alpha(Opacity=50)";
}

.pageTop a{
    display: block;
    width: 53px;
    height: 50px;
    text-indent: -9999px;
    background: #000 url(https://s.yimg.jp/images/bloom/v201212/ic_arrow_pagetop.png) no-repeat 50% 50%;
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -ms-border-radius: 5px 0 0 5px;
    -o-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

/* icon */
.photoIcon, .newIcon, .liveIcon, .videoIcon ,.icPay{
  background-image:url("../../pc/ic_heading_sprite.png");
  background-repeat: no-repeat;
  display:inline-block;
  text-indent:-9999px;
  overflow: hidden;
  margin-left:4px;
  line-height: 1.2em;
}
.newIcon {
  background-position: left 0;
  width:27px;
  height:12px;
}
.liveIcon {
  background-position: left -50px;
  width:27px;
  height:12px;
}
.photoIcon {
  background-position: left -100px;
  width:14px;
  height:12px;
}
.videoIcon {
  background-position: left -150px;
  width:14px;
  height:12px;
}
.icPay{
  background-position: left -200px;
  width:26px;
  height:13px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .photoIcon, .newIcon, .liveIcon, .videoIcon ,.icPay{
    background-image: url("../../pc/ic_heading_sprite_2x.png");
    -webkit-background-size: 26px 213px;
    background-size: 26px 213px;
  }
  #contents-header input.searchInput {
    background: url(../../ic_header_sprite_2x.png) no-repeat transparent right -279px;
    background-size: 40px auto;
  }
  #contents-header .search #searchButton input {
  	background-image: url(../../ic_header_sprite_2x.png);
    background-size: 40px auto;
  }
  #contents-header .search .advanced a{
  	background-image: url(../../ic_header_sprite_2x.png);
    background-size: 40px auto;
  }