@charset "UTF-8";
/* CSS Document */
/*************************************** common.css ***************************************/
/* for Mobile */
@media screen and (max-width: 599px) {
/* Mobileで表示するものに適用 */

/* 追加 */
header {
  background-image:  none;
  background-repeat: repeat-x;
  height:  inherit;
}
.headBar {
  height:  inherit;
  background-color:  inherit;
  background-image: none;
  background-image: none;
  background-repeat: no-repeat;
  background-size: 960px 130px;
  background-position: 0 0;
}
.headBar {
  overflow: hidden;
  position:  inherit;
  width:  auto;
}
.logo {
  margin-left: 0;
}
.headBarLogo {
  padding-top: 0px;
  width: inherit;
}
main {
  margin: 0 auto;
  overflow: hidden;
  position:   static;
  width: auto;
}
article, .main {
  float: none;
  width: auto;
}
aside {
  float: none;
  width: auto;
}
footer ul {
  float:none;
    margin-left:0;
    width: auto;
}
/* 追加 */

.swMobile {
  display: inline;
}
/* PCで表示するものに適用 */
.swPc {
  display: none;
}
/* header */
.headBar {
  background-color: #fb8c00;
  height: 40px;
  margin-bottom: 0;
  display: block;
}
.tagline {
  position: absolute;
  top: 45px;
  left: 10px;
  font-size: 12px;
}
.logo {
  width: 130px;
  height: 30px;
  margin-top: 5px;
  background-size: 130px 30px;
}
.logo-force {
  background-image: url(../images/logo_mobile.svg) !important;
}
.remodal .remodal-logo {
  width: 130px;
  height: 30px;
  margin-top: 5px;
  background-size: 130px 30px;
}

article {
  min-width: 290px;
}
article, .main {
  min-width: 290px;
}
ul.breadcrumb {
 margin-left: 10px;
    margin-right: 10px;
}

.contentPage .snsArea {
  margin:0 10px;
  padding: 1em 0;
  overflow:hidden;
}

.profileWriter {
margin: 30px 10px 30px 10px;
}
.btnMoreLogin {
margin: 0 10px;
}


.remodal .block {
  width:auto;
  float:none;
}


.remodal input {
    width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  display:block;
  margin:10px auto 15px ;
}

.remodal h2 {
  font-size:18px;
}

.phL .caption , .phR .caption {
  float:none;

}

#srchBox {
   width: auto;
      margin: 30px 0 0;
}
#srchBox #srch {
  text-align:center;
}

#srchBox #srch #srchForm .txt {
  width:auto;

}
dl.search {
margin:10px;
}

dl.search dt {
  margin-bottom:10px;
}
dl.search dd {

  margin-bottom:10px;
}
.main > p.list {
  margin:10px;
}
/** 0706本番反映するためコメントアウトしました iioka
.enq {
    padding: 0 10px 10px;
}

.enq h2.h201 {
    padding: 5px 10px 5px 10px;
    margin: 0 -10px;
    font-size: 16px;
	line-height:1.4;
}
.enq h2.h201::before {
	display:none;
}
*/


}

/* for Mobile and Tablet */
@media screen and (max-width: 959px) {
/* 表示・非表示の切り替え */
.headBarNavi, .follow, .login, .search h2, .keywords , aside .ranking {
  display: none;
}
section.news, section.event {
  display: none;
}
article > h1, .main > h1 {
  margin-left: 10px;
}
.headBarLogo {
  margin-left: 10px;
}
.logo {
  margin-left: 0;
}
.btnMobileMenu {
  display: block;
  position:absolute;
  top: 4px;
  right: 15px;
}
.btnMobileMenu img {
  width: 32px;
  height: 32px;
  background-size: 32px;
  background-image: url(../images/btnMenu.svg);
  background-image: url(../images/btnMenu_ie.png)\9;
}
.headBar {
  display: block;
}
.mobile-arena {
  display: block;
  margin-top:10px;
}

.pc-arena {
    display: none;
}

.searchBox {
  position:  absolute;
  top: 9px;
  right: 60px;
  width: 100px;
  height: 22px;
  background-color: rgba(255,255,255,0.3);
  background-image: url(../images/search.svg);
  background-image: url(../images/search.png)\9;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: 5px 1px;
  background-position: right 5px top 1px;
  border: none;
  border-radius: 11px;
  padding: 0 10px;
  text-align: right;
}
.searchBox:focus {
  background-color: rgba(255,255,255,1);
}
.topPage section > ul {
  padding-left: 30px;
  padding-right: 10px;
}
.ad {
  padding-top: 50px;
  margin: 0 auto;
    width: 300px;
}
.ranking h2 {
  padding-left: 10px;
}
.ranking ol {
  padding: 0 10px;
}

.pickup ul {
  padding: 0 10px;
}
/* 追加 */
.follow, .search {
  background-color: inherit;
  border-top: none;
  margin: 0;
  padding-bottom: 0;
  text-align: inherit;
}

.remodal {
    width: auto;
    min-height: inherit;
}

dl.search {
margin:10px;
}

dl.search dt {
  margin-bottom:10px;
}
dl.search dd {

  margin-bottom:10px;
}

.main > p.list {
  margin:10px;
}

/*リニューアル用*/
header .container , nav.themenav , .categorynav , .slider-pro, .dropmenu {
  display:none;
}

.sp-thumbnail-description  {
  display:none;
}
.sp-thumbnail-title {
  font-weight:normal;
  font-size:12px;
}

.topPage .ranking  li a img{
  width:120px;
  margin-right:5px;
  float:left;
}
.topPage .ranking h2 {
  font-size: 14px;
  line-height: 20px;
  padding: 2px 0 0 0;
  padding: 3px 5px 0 5px\9;
  margin: 0;
  background-color: #fff;
}


.topPage .ranking h3 {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.4;
    padding: 5px;
  overflow:hidden;
}
.topPage .ranking  li {
   overflow: hidden;
    position: relative;
    width:  inherit;
  border-top:none;
    float: none;
  background:none;
  border-bottom:1px solid #eee;
}


.contentPage.special ul li a img {
  width:120px;
}
.contentPage.special ul li {
 margin: 5px 10px;
 padding-bottom:5px;
}

}

/* for Tablet and PC*/
@media screen and (min-width: 600px) {
/* 表示・非表示の切り替え */
.tagline {
  display: block;
}
/* header */
header {
  height: auto;
}
.headBar {
  background-color: #fb8c00;
  height: 40px;
  margin-bottom: 0;
  display: block;
  background-image:none;
}

.searchBox {
  top: 54px;
  right: 60px;
  width: 200px;
}
#srchBox #srch #srchForm .txt {
  width:auto;

}
.headBarLogo {
  padding-top: 7px;
}
.logo {
  width: 130px;
  height: 30px;
  margin-top: 5px;
  background-size: 130px 30px;
  background-image: url(../images/logo_mobile.svg);
}
header .tagline {
  font-size: 12px;
}
/* footer */
footer nav {
  /*float clear*/
  overflow: hidden;
  position: relative;
  zoom:1;
}
footer ul:first-child {
  margin-left:0;
}
footer ul {
  width: 22%;
  margin-left: 4%;
  float: left;
}
/* 追加 */
.headBar {
  margin: 0 auto;
  overflow: hidden;
  position:  inherit;
  width: auto;
}
main {
  margin: 0 auto;
  overflow: hidden;
  width:  auto;
}
article, .main {
  float: none;
  width:  auto;
}
aside {
  float: none;
  width: auto;
}

#srchBox {
   width: auto;
      margin: 30px 0 0;
}
#srchBox #srch {
  text-align:center;
}
.contentPage.special figure {
  margin-top:30px;
}

}

/* for PC */
@media screen and (min-width: 960px) {
/* モバイルメニュー用設定解除 */
html, body {
  height: auto;
}
/* 修正2015-0409　.logo追加*/
.logo {
  margin-left: 65px;
}
/* 表示・非表示の切り替え */
.headBarNavi, .login, .follow, .search, .keywords {
  display: block;
}
.btnMobileMenu , .headBar {
  display: none;
}
.logo {
  background-image: none;
    height: auto;
    margin-top: 0;
    width: auto;
}
/* box layout */
main {
  width: 960px;
  margin: 0 auto;
  /*float clear*/
  overflow: hidden;
  position:  static;
  zoom:1;
}
article {
  float: left;
  width: 620px;
}
aside {
  float: right;
  width: 300px;
}
article, .main {
  float: left;
  width: 620px;
}
/* header */
.headBar {
  width: 960px;
  margin: 0 auto;
  /*float clear*/
  overflow: hidden;
  position: relative;
  zoom:1;
}
.headBarLogo {
  float: left;
  padding-left: 0;
}
.headBarNavi {
  float: right;
  padding-top: 7px;
  padding-right: 0;
  text-align: right;
}
header ul {
  padding: 0;
}
header li {
  display: inline;
  list-style: none;
  margin-right: 5px;
}
.categoryList {
  font-size: 12px;
  font-weight: normal;
}
.themeList {
  margin-top: 26px;
  font-size: 14px;
  font-weight: bold;
}
.themeList li {
  margin-left: 15px;
}
a:visited {
  color: #000;
}
/* login */
.login {
  margin-top: 30px;
  /*float clear*/
  overflow: hidden;
  position: relative;
  zoom:1;
}
.login a {
  display: block;
  float: left;
  width: 140px;
  padding: 20px 10px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 5px;
}
.btnSignUp {
  background-color: #ff9800;
  margin-right: 10px;
}
.btnLogin {
  background-color: #9ccc65;
}
/* follow and search */
.follow, .search {
  margin: 30px 0;
  padding-bottom: 10px;
  background-color: #eee;
  border-top: 2px solid #fb8c00;
  text-align: center;
}
.follow h2, .search h2 {
  padding-top: 10px;
  font-size:14px;
}
.follow p {
  text-align: center;
}
.searchBox {
  display: block;
  width: 250px;
  margin: 0 auto 10px auto;
  border-radius: 5px;
}
.keywords li {
  margin-bottom: 0.5em;
}
.contentPage.special figure {
  margin-top:0;
}

}

/* for minimum */
/* Win最小時 */
@media screen and (max-width: 350px) {
.tagline {
  font-size: 10px;
}
.searchBox {
  width: 60px;
}
}
@media screen and (max-width: 310px) {
.tagline, .searchBox {
  display: none;
}
}


/*************************************** top.css ***************************************/
/* for mobile */
@media screen and (max-width: 599px) {
/* 表示・非表示の切り替え */
.carousel, .people, .keyword {
  display: none;
}
section ul {
  padding-left: 1.5em;
  padding-right: 10px;
}
.topPage .topics {
  margin-top: 0;
}
.topics ul {
  padding: 0;
}
.topics li, #recommend li , .oldtopics li {
  list-style: none;
  height: auto;
  margin: 5px 10px;
  padding: 0;
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: 120px 90px;
  background-position: 0 20px;
  background-image: none\9 !important;
  border-radius:0;
}

.horizon .topics li {
  height:auto;
}
.topics ul li a img , #recommend ul li a img, .oldtopics li a img , .topPage .ranking  li a img{
  width:120px;
  margin-right:5px;
  float:left;
}

.topPage .ranking  li {
   overflow: hidden;
    position: relative;
}

.topPage .topicTheme , .recommendTheme {
  height: 20px;
  margin: 0;
  padding: 0;
  font-size: 12px;
  background-color: #ccc;
  color: #000;
}
.topics ul li h2 , .oldtopics ul li h2 , .topPage .ranking h2 {
  font-size: 14px;
  line-height: 20px;
  padding: 2px 0 0 0;
  padding: 3px 5px 0 5px\9;
  margin: 0;
  background-color: #fff;
}


.topPage .ranking h3 {
  display:none;
}
.topPage .topicPerson {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
.topPage .topicSocial {
  display: none;
}

 section.backnumber h2 {
   margin:0 10px;
 }
.event {
  background-color: #eee;
}

/* 追加 */
.topics li ,.horizon .topics li , #recommend li , .oldtopics li, .topPage .ranking li {
  width:  inherit;
  border-top:none;
    float: none;
  background:none;
  border-bottom:1px solid #eee;
  }
.topics li:nth-child(3n) ,.horizon .topics li:nth-child(2n)  , #recommend li:nth-child(3n) , .oldtopics li:nth-child(4n)  {
    margin-right: 10px;
}

#recommend h2 {
   margin: 5px 10px;
}

}
/* fot Mobile and Tablet */
@media screen and (max-width: 959px) {
section h2 {
  padding-left: 10px;
}
}

/* fot Tablet and PC*/
@media screen and (min-width: 600px) {
article section , .main section {
  padding-bottom: 0;
}

/* carousel */
.carousel  {
  display:none;
}
/* topics */
.topPage .topics , #recommend , .topPage .oldtopics {
  width: 95%;
  margin: 0 auto;
}
.topPage .topics li , .topPage .oldtopics li {
  height:auto;
}
.horizon .topics {
  width: 95%;
  margin: 0 auto;
}
}

/*************************************** list.css ***************************************/

/* fot Mobile */
@media screen and (max-width: 599px) {
article > h1 , .main > h1 {
  font-size: 18px;
}
article > p, .listLead , .main > p, .listLead {
  margin: 0 0 2em 10px;
}
.listPage .topics li {
  list-style: none;
  height: 90px;
  margin: 5px 10px;
  padding: 20px 0 0;
  background-repeat: no-repeat;
  background-color: #eee;
  background-size: 120px 90px;
  background-position: 0 20px;
  background-image: none\9 !important;
  border-radius: 3px;
  overflow: hidden;
}
.listPage .topics li a img {
    float: left;
    width: 120px;
  margin-right:2px;
}
.listPage .topicTheme , .horizon .topicTheme {
  padding: 0;
  font-size: 12px;
  background-color: #ccc;
  color: #000;
  margin: -21px 0 0;
}
.listPage .topics h2 {
  font-size: 14px;
  line-height: 20px;
  padding: 3px 0 0 125px;
  padding: 3px 5px 0 5px\9;
  margin: 0;
}
.listPage .topicPerson {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}
.listPage .topicSum {
  display: none;
}
.listPage .topicSocial {
  display: none;
}
.horizon .topics li {
   margin: 5px 10px;
    padding: 20px 0 0;
}
.horizon .topics li figure {
  width:120px;
  height:90px;
  float:left;
}
.horizon .topics h2 {
  height:auto;
  padding: 3px 0 0 125px;
  overflow:inherit;
}

}

/* fot Mobile and Tablet */
@media screen and (max-width: 959px) {
article > h1 , .main > h1 {
  margin: 10px;
}
.profilePage > h2, .profileData {
  margin-left: 10px;
}

}


/* fot tablet and PC*/
@media screen and (min-width: 600px) {
.listPage .topicPerson {
  font-size: 12px;
  font-weight: normal;
}
.listPage .topics li {
margin: 5px 10px;
}

.horizon .topics li figure {
  width:350px;
}
.horizon .topics li figure img {
    clip: rect(0px, 350px, 149px, 0px);

}


}

/* for PC */
@media screen and (min-width: 959px) {
.listPage .topics li {
  margin-left: 0;
  margin-right: 0;
}
}
/*************************************** contents.css ***************************************/
/* fot Mobile */
@media screen and (max-width: 599px) {
.contentPage h1, .contentPage > p, .contentPage section > p,  .contentPage .floatBox p, .contentPage > h2, .contentPage section > h2, .contentPage .person, .contentPage > h3, .contentPage section >h3, .contentPage h4, .contentPage blockquote,  .contentPage .seriesInfo{
  margin-left: 10px;
  margin-right: 10px;
}
.contentPage > h1 {
  font-size: 24px;
  line-height: 32px;
}

.contentPage > h1.pr {
    margin-left: 10px;
  margin-right: 10px;
  margin-top:0;
}

.pr-icon {
      margin-left: 10px;
  margin-right: 10px;
}

.contentPage h2 {
  font-size: 20px;
  line-height: 28px;
}
.contentPage h3 {
  font-size: 16px;
  line-height: 20px;
}
.contentPage blockquote {
  padding: 60px 20px 10px 20px;
}
.photo {
  margin-left: 0;
  margin-right: 0;
}
figcaption, .caption, caption {
  margin-right: 10px;
}

figure {
    margin-left: 0;
}

.phL img {
  float:none;
  margin-right: auto;
}
.phR img {
    float: none;
    margin-left: auto;
}
.related, .column {
    margin-left: 0px;
}
.floatBox {
  margin-left: 0;
}
.floatBox ul, .floatBox ol {
  margin: 1em 0 0 0;
}
.floatBox p, .floatBox li {
  margin: 0;
  padding: 0;
}
.floatLeft40 {
  width: auto;
  float: none;
}
.floatRight40 {
  width: auto;
  float: none;
}
.floatLeft50 {
  width: auto;
  float: none;
}
.floatRight50 {
  width: auto;
  float: none;
}
.floatLeft60 {
  width: auto;
  float: none;
}
.floatRight60 {
  width: auto;
  float: none;
}

.snsArea li.bookmark .balloon:hover {
	position: relative;
	background: #fff;
	border: 1px solid #F29200;
    color: #F29200;
}
.snsArea li.bookmark .balloon:hover:after, .snsArea li.bookmark .balloon:hover:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.snsArea li.bookmark .balloon:hover:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 4px;
	margin-top: -4px;
}
.snsArea li.bookmark .balloon:hover:before {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 5px;
	margin-top: -5px;
}
.snsArea .bookmark-icon:hover::before {
  color: #F29200;
  font-family: fontawesome;
  content: "\f097";
  margin-right: .5em;
  display: inline-block;
}

.snsArea li.bookmark .balloon.selected {
	position: relative;
	background: #F29200;
	border: 1px solid #F29200;
    color: #fff;
}
.snsArea li.bookmark .balloon.selected:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.snsArea li.bookmark .balloon.selected:after  {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 4px;
	margin-top: -4px;
}
.snsArea li.bookmark .balloon.selected:before {
	border-color: rgba(242, 146, 0, 0);
	border-right-color: #F29200;
	border-width: 5px;
	margin-top: -5px;
}

.snsArea .bookmark-icon::before {
  color: #F29200;
  font-family: fontawesome;
  content: "\f097";
  margin-right: .5em;
  display: inline-block;
    width: auto;
    height: auto;
}

.snsArea .bookmark-icon.selected::before {
  color: #F29200;
  font-family: fontawesome;
  content: "\f02e";
  margin-right: .5em;
  display: inline-block;
        width: auto;
    height: auto;
}

}

/* fot Mobile and Tablet */
@media screen and (max-width: 599px) {
  table.job th, table.job td {
    display: block;
    width: 100%;
}
table.job th,table.job td
 {
  border:none;
}
}

/* fot tablet and PC*/
@media screen and (min-width: 600px) {
article , .contentPage.job  {
    margin: auto;
    width: 620px;
  max-width: 95%;
}


}


/* for PC */
@media screen and (min-width: 959px) {
article , .contentPage.job  {
    margin: auto;
    width: 620px;
  max-width: 100%;
}
}