@charset "utf-8";

#header .inner {
  height:120px;
}
#header .logo a {
  width:222px;
  height:98px;
  text-indent: 100%;
    white-space: nowrap;
  margin-top:5px;
  overflow: hidden;
  background:url(/common/images/v1/common/logo.png) no-repeat;
}
#header .logo {
  float: left;
  display: inline;
  margin-bottom:10px;
}
#header .logo a {
  display: block;
}

/* ヘッダーバナー */
#header .header-banner{
float:left;
width:435px;
margin:10px 0 0 23px;
}

#header .header-info img{width:435px;height:75px;}

/* トップお知らせ */
#header .header-info{
  float:right;
  color:#fff;
  font-size:12px;
  padding:10px;
  margin-top:30px;
}
#header .header-info ul li{
  list-style:none;
}
#header .header-info ul li .date{
  margin-right:10px;
}
#header .header-info a{
  color:#888;
  font-size:13px;
}
#header .header-info a:hover{
  color:#fff;
}

/* グローバルナビ */
#sitenav {
  height: 40px;
  position: relative;
  z-index: 100;
  font-family: 'Oswald', sans-serif;
  background-color:#222;
}
#sitenav .inner{
  width:1000px;
  margin:0 auto;
}
#nav_global {
  font-size: 0;
  list-style-type: none;
  width:680px;
  height: 40px;
  float: left;
}
#nav_global li {
  position: relative;
  display: inline-block;

}
#nav_global li.nav9 {
  float:right;
  height:40px;
}
#nav_global li a {
  height: 40px;
  width:130px;
  display: block;
  color:#fff;
}
#nav_global li a.main{
  font-size:18px;
  line-height:40px;
  text-align:center;
  background-color:#222;
  box-sizing:border-box;
}
#nav_global li a.main:hover{
  background-color:#606060;
  border-bottom:solid 4px #fff;
}
#nav_global li a.main-s{
  font-size:12px;
  line-height:30px;
  text-align:center;
  background-color:#222;
  margin-top:5px;
  height:30px !important;
  color:#999;
}
#nav_global li a.main-s:hover{color:#fff;}

#nav_global ul.submenu {
  font-size: 0;
  list-style-type: none;
  height: auto;
  display: none;
  float: none;
  position: absolute;
  left: 0;
  top: 40px;
}
#nav_global ul.submenu li a {
  font-size: 14px;
  width: 175px !important;
  display: block;
  color: #fff;
  border-top: 1px solid #606060;
  background: #222 none;
  padding: 10px 10px 10px 30px;
  width: auto;
  height: auto;
  text-indent: 0;
  position:relative;
}
#nav_global ul.submenu li a::before{
  content:"";
  display:block;
  position:absolute;
  top:15px;
  left:15px;
  border-left:solid 5px #606060;
  border-left-color: inherit;
  border-top:solid 5px transparent;
  border-right:solid 5px transparent;
  border-bottom:solid 5px transparent;
}

/* SNS */
#nav_sns {
  font-size: 0; 
  text-align: right;
  position: absolute;
  right: 0;
  top:80px;
}
#nav_sns li,
#nav_sns li a {
  width:26px;
  height:26px;
}
#nav_sns li {
  font-size: 12px;
  margin-left: 5px;
  display: inline-block;
  *display: inline;
  *zoom:1;
}
#nav_sns li.tw.japan{
background:url(/common/images/v1/common/btns_sns_links_ssize.png) 0 0 no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-position:0 0;
  float:left;
}
#nav_sns li a {
  background:url(/common/images/v1/common/btns_sns_links_ssize.png) 0 0 no-repeat;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#nav_sns li.tw a {
  background-position:0 0;
}
#nav_sns li.fb a {
  background-position:-26px 0;
}
#nav_sns li.tumblr a {
  background-position:-52px 0;
}
#nav_sns li.google a {
  background-position:-78px 0;
}
#nav_sns li.scloud a {
  background-position:-104px 0;
}
#nav_sns li.yt a {
  background-position:-130px 0;
}
#nav_sns li.rss a {
  background-position:-156px 0;
}
#rss_menu{
/* 2014-03-15 */
  display:none;
  position:absolute;
  z-index:200;
  right:5px;
  top:20px;
  width:200px;
  background-color:#222;
}
#rss_menu ul{
}
#rss_menu ul li{
  width:100%;
  font-size: 12px;
  list-style:none;
  text-align:left;
}
#rss_menu ul li a{
  color: #fff;
  border-top: 1px solid #606060;
  background: #222 none;
  padding: 10px;
  width: auto;
  height: auto;
  text-indent: 0;
  display:block;
}
#rss_menu ul.genre .icon_arrow{
  margin-top:0.4em;
}

/* 検索フォーム */
#header-nav-search{
  background-color:#222;
  float: right;
  padding:5px;
}
.searchform {
  background: #4F4D4D;
  width: 290px;
  height: 30px;
  overflow: hidden;
}
.searchform.main{
  width:100%;
  margin:7px 0 10px 0;
  float:none;
  height:27px;
  padding:4px 0px;
}

.searchform .form_input,
.searchform .form_input input {
  line-height: 30px;
}
.searchform .form_input {
  position: relative;
  width: 220px;
  float: left;
}
.searchform.main .form_input{
  width:650px;
  /* 2014-03-15 */
  background:none;
}
.searchform .form_input_active {
  background-image: none;
}
.searchform .form_input input {
  color: #fff;
  font-size: 14px;
  line-height: 36px\9;
  border-width: 0;
  background: transparent none;
  padding: 0 0 0 6px;
  width: 210px;
}
.searchform.main .form_input input{
width:630px;
}

.searchform .form_btn,
.searchform .form_btn input {
  margin-bottom: 0;
  width: 20px;
  height:20px;
}
.searchform .form_btn {
  background: url(/common/images/v1/common/icon_search.png) 50% 50% no-repeat;
  padding: 4px; 
  float: right;
}
.searchform .form_btn input {
  border-width: 0; 
  background: transparent none;
  display: block;
  cursor: pointer;
  text-indent:-1000em;
}

.search-attention{
color:#fff;
margin-bottom:10px;
clear:both;
}
.search-attention.tags,
.search-attention.author{
background-color:#4F4D4D;
padding:4px 0 4px 6px;
height:27px;
}
.search-attention.tags p,
.search-attention.author p{
height:27px;
line-height:27px;
}
.list-attention{
color:#fff;
margin-top:60px;
margin-bottom:20px;
}

/* footer */
#footer {
  text-align: center;
  background-color:#222;
  border-top:solid 1px #333;
}
#footer .footer-block{
  margin:0 auto;
  padding:40px 0;
  width:1000px;
}
#footer .pagetop {
  margin: 0 auto;
  width: 204px;
}
#footer #footer-inner{
  position:relative;
  padding:15px 50px;
}
#footer-inner .small-logo{
  clear:both;
  float:right;
  margin-top:25px;
}
#footer-inner .small-logo a {
  width:100px;
  height:45px;
  text-indent: -1000em;
    white-space: nowrap;
  background:url(/common/images/v1/common/logo-s.png) no-repeat;
  display:block;
}
#footer .footer_block.left{
  padding:20px 0 20px 25px;
}
#footer .footer_block.right{
  padding:20px 25px 20px 0;
}
#footer .inner {
  font-size: 0;
  text-align: left;
  margin: 0 auto;
  padding:0;
  overflow: hidden;
  _zoom:1;
}
#footer .inner .nav {
  font-size: 14px;
  text-align: left;
  line-height: 140%;
  padding: 0;
  vertical-align: top;
  float:left;
  width:25%;
  box-sizing:border-box;
}
#footer .inner #footer_nav_genre.nav{
width:100%;
}
#footer .inner #footer_nav_genres {
  margin-right: 0;
}
#footer .inner .nav,
#footer .inner .nav h5,
#footer .inner .nav a {
  color: #fff;
}
#footer .inner .nav ul li a:hover,
#footer .inner .nav h5 a:hover{
  color:#707070;
}
#footer .inner .nav h5 {
  border-bottom:solid 1px #606060;
  padding-bottom:.5em;
  font-size:16px;
}
#footer .inner .nav ul {
  margin-top: 8px;
  margin-left: 10px;
}
#footer .inner .nav ul.main-menu{
  margin-left:0;
}
#footer .inner .nav ul li {
  list-style-type: none;
  margin-top: 10px;
  padding: 0;
}
#footer .inner .nav ul li a.icon {
  background-position: 0 0.2em;
  *background-position: 0 0.4em;
  background-repeat: no-repeat;
  padding-left: 12px;
}
#footer .inner_bottom{
  border-top:solid 1px #606060;
}
#footer .inner_bottom,#footer .inner_middle {
  margin-top: 35px;
}
#footer .inner_bottom .nav {
  padding-right: 6px;
}
#footer .inner_bottom .nav ul {
  margin-top: 0;
  margin-left: 0;
}
#copyright {
  color: #fff;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  background-color: #000;
  margin-top: 15px;
  width: 100%;
  height: 50px;
  clear:both;
}
/* フッタのナビブロック */
#footer-nav-left{float:left;}
#footer-nav-right{float:right;}
