@charset "utf-8";

/* ---------------------------------------------------------
  HTML5+CSS3 初期化
----------------------------------------------------------*/
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-style:normal;
  font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
  overflow-y: scroll;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
  list-style: none;
}

table{
  border-collapse: collapse; 
  border-spacing:0;
}

caption, th{
  text-align: left;
}

a:focus {
	outline: none;
}

a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*?*//*/
	height: auto;
	overflow: hidden;
	/**/
}

body {
  background-color: #ffffe5;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 12px;
  line-height: 1.3;
  font-weight: normal;
  color: #333;
}

div#wrapper {
  margin: 20px auto 60px;
  width: 984px;
  overflow: hidden;
  zoom: 1;
}

/* --- リンク色 */
a {
  color: #0066cc;
}
a:hover {
  color: #ee5a00;
}


/* ---------------------------------------------------------
  Header
----------------------------------------------------------*/
header {
  height: 128px;
  background: url(../img/bg_header.png) repeat-x center top;
  overflow: hidden;
  zoom: 1;
}
header div#header {
  margin: 0 auto;
  width: 984px;
  position: relative;
}
  header h1 {
    margin-bottom: 8px;
    padding-top: 18px;
    line-height: 1;
    text-align: center;
  }
    header h1 a:hover img {
    	filter: alpha(opacity=100);
    	-moz-opacity: 1;
    	opacity: 1;
    }
  header div#logo {
    margin-bottom: 8px;
    padding-top: 18px;
    line-height: 1;
    text-align: center;
  }
  header p#siteName {
    margin-bottom: 0;
    text-align: center;
  }

/* --- 会員登録 */
header ul.member {
  margin-top: -7px;
  margin-bottom: 5px;
  text-align: right;
}
  header ul.member li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 14px;
    line-height: 22px;
  }
  header ul.member li.signUpGame {
    background: url(../img/icon_post02.png) no-repeat left top;
    background-size: 16px 22px;
    padding-left: 20px;
  }
  header ul.member li.signUpReviewer {
    background: url(../img/icon_kanban04.png) no-repeat left top;
    background-size: 22px 22px;
    padding-left: 28px;
  }
  header ul.member li.signIn {
    background: url(../img/icon_name.png) no-repeat left top;
    background-size: 20px 22px;
    padding-left: 26px;
  }
  header ul.member li.signOut {
    background: url(../img/icon_haka.png) no-repeat left top;
    background-size: 18px 22px;
    padding-left: 23px;
  }
  header ul.member li.gamePost {
    background: url(../img/icon_post.png) no-repeat left top;
    background-size: 14px 22px;
    padding-left: 21px;
  }
  header ul.member li.userName {
    background: url(../img/icon_chara04.png) no-repeat left top;
    background-size: 18px 22px;
    padding-left: 25px;
    font-weight: bold;
    color: #fff;
  }
    header ul.member li a {
      text-decoration: none;
      font-weight: bold;
      color: #fff;
    }
      header ul.member li a:hover {
        color: #ee5a00;
        text-decoration: underline;
      }

/* --- サイト説明文 */
header p.desc {
  position: absolute;
  top: 84px;
  margin-bottom: 0;
  height: 34px;
  background: url(../img/icon_treasurebox.png) no-repeat left center;
  background-size: 21px 22px;
  padding-left: 30px;
  line-height: 34px;
  font-weight: bold;
  color: #fff;
}
header p.desc strong {
  font-weight: bold;
}

/* --- スマートフォンゲームズへのリンク */
header div#spgLink {
  position: absolute;
  top: 2px;
  right: 0;
  margin-bottom: 0;
}
  header div#spgLink a:hover img {
  	filter: alpha(opacity=100);
  	-moz-opacity: 1;
  	opacity: 1;
  }



/* Search Area
-------------------------------------------- */
#header div#fsearch {
  float: right;
  margin-top: 1px;
	width: 300px;
	vertical-align: bottom;
}
  #header div#fsearch input[type="button"], #header div#fsearch input[type="submit"] {
    -webkit-appearance: none;
  }
  #header div#fsearch input.fs-search {
    width: 209px;
    height: 16px;
    border: solid 1px #8a5338;
	  border-right: none;
	  border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    line-height: 1;
    vertical-align: top;
    padding: 4px 5px;
    font-family: Arial, sans-serif;
    color: #555;
  }
    #header div#fsearch input.fs-search:focus {
      -moz-box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
      -webkit-box-shadow: inset 1px 4px 9px -6px rgba(0, 0, 0, 0.5);
      box-shadow: inset 1px 4px 9px -6px rgba(0,0,0,0.5);
      outline: 0;
    }
  #header div#fsearch input.fs-submit {
    width: 79px;
    height: 26px;
    border: solid 1px #8a5338;
    border-left: none;
  	border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    background-color: #8a5338;
    vertical-align: top;
    line-height: 1;
    font-family: Arial, sans-serif;
    font-size: 12px;
    color: #fff;
  }
    #header div#fsearch input.fs-submit:hover {
      border-color: #0f99c4;
      background-color: #0f99c4;
      cursor: pointer;
    }

div#fs-result-msg h1 {
  margin-bottom: 5px;
  border-bottom: solid 1px #8a5338;
  padding-bottom: 5px;
  font-size: 150%;
  font-weight: bold;
  text-align: center;
}
div#fs-result-msg p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
}
div#fs-result-msg p.detailSearchLink {
  margin: 1em auto !important;
  width: 94%;
  border-bottom: dashed 1px #aaa;
  padding-bottom: 1em !important;
}
  div#fs-result-msg p.detailSearchLink a {
    display: block;
    width: 100%;
    line-height: 18px;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
  }
  div#fs-result-msg p.detailSearchLink a:before {
    background: url(../img/icon_yajirushi.png) no-repeat left top;
    background-size: 16px 18px;
    content: " ";
    padding-left: 24px;
  }
  div#fs-result-msg p.detailSearchLink a:hover {
    text-decoration: underline;
  }
div#fs-result-msg ul.jsonSortBy {
  margin: 5px 2%;
  width: 96%;
  text-align: center;
}
  div#fs-result-msg ul.jsonSortBy li {
    display: inline;
    padding: 0 5px;
  }

div#fs-result ul#searchResultList {
  margin: 0 auto;
  width: 96%;
  text-align: center;
}
  div#fs-result ul#searchResultList li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 15px 0;
    vertical-align: top;
  }
  div#fs-result ul#searchResultList li a {
    display: block;
    width: 164px;
    padding: 0 9px;
    text-decoration: none;
  }
    div#fs-result ul#searchResultList li a img {
      border: solid 1px #ddd;
      border-top: none;
    }
    div#fs-result ul#searchResultList li a span.access {
      display: block;
      line-height: 1;
      font-size: 12px;
      color: #333;
    }
      div#fs-result ul#searchResultList li a span.access span {
        padding-right: 0.2em;
        font-size: 18px;
      }
      div#fs-result ul#searchResultList li a span.access i {
        padding-right: .5em;
        font-size: 13px;
        color: #11a6d6;
      }
    div#fs-result ul#searchResultList li a span.dl {
      display: block;
      margin-bottom: 3px;
      height: 18px;
      line-height: 1;
      font-size: 12px;
      color: #333;
    }
      div#fs-result ul#searchResultList li a span.dl span {
        padding-right: 0.2em;
        font-size: 18px;
      }
      div#fs-result ul#searchResultList li a span.dl i {
        padding-right: .5em;
        font-size: 13px;
        color: #ab0505;
      }
    div#fs-result ul#searchResultList li a span.point {
      display: block;
      font-size: 13px;
      color: #333;
    }
      div#fs-result ul#searchResultList li a span.point span {
        padding-left: 0.2em;
        font-weight: bold;
        font-size: 15px;
        color: #d6280c;
      }
    div#fs-result ul#searchResultList li a span.nopoint {
      display: block;
      padding: 0.2em 0;
      font-size: 12px;
      color: #333;
    }
    div#fs-result ul#searchResultList li a span.title {
      display: block;
      margin: 5px;
      line-height: 1.4;
      vertical-align: middle;
      font-weight: bold;
      font-size: 120%;
    }
    div#fs-result ul#searchResultList li a span.desc {
      display: block;
      padding: 0 5px;
      line-height: 1.2;
      text-align: left;
      color: #333;
    }

/* --- ページネーション */
div#fs-paginate {
  margin: 20px 0;
  border-top: solid 1px #11a6d7;
  padding-top: 10px;
  text-align: center;
  overflow: hidden;
}
  div#fs-paginate li {
    display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0;
		padding: 0;
  }
	div#fs-paginate li a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 0.2em 0.5em;
		padding: 0.5em 1em;
		-moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    border-radius: 3px;         /* CSS3 */
    border: 1px #c1c1b3 solid;     /* 枠線の装飾 */
		background-color: #c1c1b3;
		text-decoration: none;
		vertical-align: bottom;
		list-style: none;
		font-size: 16px;
		cursor: pointer;
		color: #fff;
	}
	div#fs-paginate li a:hover {
	  background-color: #11a6d7;
	  border: 1px #11a6d7 solid;
	}
	div#fs-paginate li span.delimiter {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 0.2em 0.5em;
		padding: 0.5em;
		text-decoration: none;
		vertical-align: bottom;
		list-style: none;
		font-size: 16px;
		color: #c1c1b3;
	}
	div#fs-paginate li.fs-current a {
	  background-color: #11a6d7;
	  border: 1px #11a6d7 solid;
	  font-weight: bold;
	  color: #fff;
	}
	div#fs-paginate li.fs-current span.current {
	  display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 0.2em 0.5em;
		padding: 0.5em 1em;
		-moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    border-radius: 3px;         /* CSS3 */
		text-decoration: none;
		vertical-align: bottom;
		list-style: none;
		font-size: 17px;
	  background-color: #11a6d7;
	  border: 1px #11a6d7 solid;
	  font-weight: bold;
	  color: #fff;
	}


/* ---------------------------------------------------------
  SideArea
----------------------------------------------------------*/
div#sideArea {
  float: right;
  width: 300px;
}



/* Category Link
-------------------------------------------- */
ul#category {
  margin-bottom: 20px;
}
  ul#category li {
    clear: right;
    width: 300px;
    margin-bottom: 0.5em;
  }
  ul#category li.newgame {
    background: url(../img/icon_category_newgame.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.roleplaying {
    background: url(../img/icon_category_rpg.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.adventure {
    background: url(../img/icon_category_adv.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.simulation {
    background: url(../img/icon_category_sim.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.action {
    background: url(../img/icon_category_act.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.fighting {
    background: url(../img/icon_category_fig.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.shooting {
    background: url(../img/icon_category_sht.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.puzzle {
    background: url(../img/icon_category_puz.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.browser {
    background: url(../img/icon_category_brs.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.onlinegame {
    background: url(../img/icon_category_ong.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.elog {
    background: url(../img/icon_category_elog.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.foreign {
    background: url(../img/icon_category_for.png) no-repeat left center;
    background-size: 28px 28px;
  }
  ul#category li.spapp {
    background: url(../img/icon_category_spp.png) no-repeat left center;
    background-size: 28px 28px;
  }
    ul#category li a {
      display: block;
      width: 262px;
      height: 30px;
      padding-left: 38px;
      line-height: 31px;
      text-decoration: none;
      font-size: 15px;
      font-weight: bold;
    }
    ul#category li a:hover {
      text-decoration: underline;
    }
      ul#category li a span {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        float: right;
        font-size: 12px;
        color: #333;
      }


/* Genre Navigation
-------------------------------------------- */
div#sideArea nav h2 {
  margin-bottom: 15px;
  padding-left: 60px;
  line-height: 31px;
  font-size: 130%;
  font-weight: bold;
}
div#sideArea nav h2.searchGame {
  background: url(../img/icon_kirikabu.png) no-repeat left top;
}
div#sideArea nav h2.ranking100 {
  background: url(../img/icon_ranking100.png) no-repeat left top;
}
div#genreSearch ul {
    margin-left: 5px;
    margin-bottom: 2em;
  }
  div#genreSearch li {
    margin-bottom: 0.75em;
    margin-left: 0.5em;
  }
    div#genreSearch li a {
      display: block;
      width: 100%;
      height: 30px;
      padding-left: 45px;
      line-height: 30px;
      font-size: 15px;
      font-weight: bold;
      text-decoration: none;
    }
      div#genreSearch li a.downloaded {
        background: url(../img/icon_side_downloaded.png) no-repeat left center;
        background-size: 30px 30px;
      }
      div#genreSearch li a.played {
        background: url(../img/icon_side_played.png) no-repeat left center;
        background-size: 30px 30px;
      }
      div#genreSearch li a.viewed {
        background: url(../img/icon_side_viewed.png) no-repeat left center;
        background-size: 30px 30px;
      }
      div#genreSearch li a.thumbsup {
        background: url(../img/icon_side_thumbsup.png) no-repeat left center;
        background-size: 30px 30px;
      }
      div#genreSearch li a.genre {
        background: url(../img/icon_side_genre.png) no-repeat left center;
        background-size: 30px 30px;
      }
      div#genreSearch li a.atmosphere {
        background: url(../img/icon_side_atmosphere.png) no-repeat left center;
        background-size: 30px 30px;
      }
      div#genreSearch li a.system {
        background: url(../img/icon_side_system.png) no-repeat left center;
        background-size: 30px 30px;
      }
      div#genreSearch li a.tool {
        background: url(../img/icon_side_tool.png) no-repeat left center;
        background-size: 30px 30px;
      }
      div#genreSearch li a.os {
        background: url(../img/icon_side_os.png) no-repeat left center;
        background-size: 30px 30px;
      }
        div#genreSearch li a:hover {
          text-decoration: underline;
        }
  div#genreSearch p {
    margin-bottom: 10px;
    margin-left: 1em;
  }
    div#genreSearch p a {
      display: block;
      width: 100%;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
    }
    div#genreSearch p a:before {
      background: url(../img/icon_yajirushi.png) no-repeat left top;
      background-size: 16px 18px;
      content: " ";
      padding-left: 24px;
    }
      div#genreSearch p a:hover {
        text-decoration: underline;
      }


/* Banner Link
-------------------------------------------- */
div#sideArea ul.banner {
  margin: 20px 0 10px;
}
  div#sideArea ul.banner li {
    margin-bottom: 5px;
  }


/* Donation Banner Link
-------------------------------------------- */
div#sideArea div.donationBanner {
  margin: 0 auto 20px;
  text-align: center;
}

/* Best10 Link
-------------------------------------------- */
div#sideArea div.best10SidePR {
  margin: 0 auto 20px;
  width: 95%;
  background-color: #f3e3a9;
  border: solid 1px #d7ad39;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2%;
}
  div#sideArea div.best10SidePR h2 {
    margin-bottom: 0;
    background: none;
    padding-left: 0;
    line-height: 1.6;
    text-align: center;
  }
  div#sideArea div.best10SidePR p {
    margin: 0 5px 5px;
    font-weight: bold;
    font-size: 13px;
  }
  div#sideArea div.best10SidePR a {
    display: block;
    text-align: center;
  }

/* Tweet Link
-------------------------------------------- */
div#sideArea p.tweetLink {
  margin-bottom: 30px;
  line-height: 1.6;
  border: solid 3px #55acee;
  border-radius: 10px;        /* CSS3草案 */  
  -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
  -moz-border-radius: 10px;   /* Firefox用 */ 
  padding: 1em;
  font-size: 14px;
  font-weight: bold;
}
  div#sideArea p.tweetLink a {
    font-weight: bold;
  }

/* Ad Banner Area
-------------------------------------------- */
div.adSideTop300x250 {
  margin-bottom: 20px;
}
div.adSide300x250 {
  margin-bottom: 20px;
}

div.adSide300x600 {
  margin-bottom: 20px;
}


/* 商業リンク
-------------------------------------------- */
div.commercialLink {
  margin-bottom: 20px;
}
div.commercialLink h2 {
  margin-bottom: 15px;
  background: url(../img/icon_kirikabu.png) no-repeat left top;
  padding-left: 60px;
  line-height: 31px;
  font-size: 130%;
  font-weight: bold;
}
div.commercialLink ul {
    margin-left: 5px;
    margin-bottom: 2em;
  }
  div.commercialLink ul li {
    margin-bottom: 10px;
    margin-left: 1em;
  }
    div.commercialLink ul li a {
      display: block;
      width: 100%;
      font-size: 14px;
      font-weight: bold;
      text-decoration: none;
      color: #0066cc !important;
    }
    div.commercialLink ul li a:before {
      background: url(../img/icon_yajirushi.png) no-repeat left top;
      background-size: 16px 18px;
      content: " ";
      padding-left: 24px;
    }
      div.commercialLink ul li a:hover {
        text-decoration: underline;
        color: #ee5a00 !important;
      }



/* サイト内全文検索
-------------------------------------------- */
form#msearch {
  margin: 15px auto;
  width: 300px;
  border-top: dotted 1px #b28657;
  padding-top: 15px;
	vertical-align: bottom;
}
  form#msearch input {
    border: 0;
    padding: 4px 5px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    color: #555;
    border: solid 1px #15aeec;
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: inner 0 0 4px rgba(0, 0, 0, 0.2);
    margin: 0 0 20px;
    width: 198px;
  }
    form#msearch input:focus {
      outline: 0;
    }
  form#msearch a.button {
  	display: inline-block;
  	width: 90px;
  	height: 26px;
  	text-align: center;
  	text-decoration: none;
  	line-height: 25px;
  	outline: none;
  	border: 1px solid #15aeec;
  	background-color: #49c0f0;
  	background-image: -webkit-linear-gradient(top, #49c0f0, #2cafe3);
  	background-image: linear-gradient(to bottom, #49c0f0, #2cafe3);
  	border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
  	color: #fff;
  	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
  	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-transition: all .3s;
  	transition: all .3s;
  	vertical-align: top;
  	font-size: 12px;
  }
    form#msearch a.button::before,
    form#msearch a.button::after {
    	position: absolute;
    	z-index: -1;
    	display: block;
    	content: '';
    	-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
    	-webkit-transition: all .3s;
    	transition: all .3s;
    }
    form#msearch a.button:hover {
    	border:1px solid #1090c3;
    	background-color: #1ab0ec;
    	background-image: -webkit-linear-gradient(top, #1ab0ec, #1a92c2);
    	background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2);
    	color: #fff;
    }
    form#msearch a.button:active {
    	background: #1a92c2;
    	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .2);
    	color: #1679a1;
    	text-shadow: 0 1px 1px rgba(255, 255, 255, .5);
    }


/* ---------------------------------------------------------
  Footer Area
----------------------------------------------------------*/
div#footerArea {
  clear: both;
  background: url(../img/bg_footer.png) repeat-x center top;
  padding-top: 40px;
}

footer {
  margin: 0 auto;
  width: 984px;
}



/* Footer About Link
-------------------------------------------- */
footer ul#footerAboutLink {
  margin-bottom: 2em;
  width: 100%;
  text-align: center;
}
  footer ul#footerAboutLink li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 1em;
    background: url(../img/icon_kusa.png) no-repeat left center;
    padding-left: 24px;
    padding-right: 1em;
    font-size: 13px;
  }
    footer ul#footerAboutLink li a {
      text-decoration: none;
    }


/* CopyRight
-------------------------------------------- */
footer p.copyright {
  clear: both;
  margin-bottom: 1em;
  text-align: center;
}
  footer p.copyright a {
    text-decoration: none;
  }


/* ---------------------------------------------------------
  Parts
----------------------------------------------------------*/

/* easyページネーション
-------------------------------------------- */
ol#pagination{
  margin: 0 auto 30px;
  width: 80%;
  text-align: left;
  overflow: hidden;
}
	ol#pagination li {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 0.2em 0.5em;
		padding: 0.5em 1em;
		-moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    border-radius: 3px;         /* CSS3 */
    border: 1px #c1c1b3 solid;     /* 枠線の装飾 */
		background-color: #c1c1b3;
		list-style: none;
		cursor: pointer;
		color: #fff;
	}
	ol#pagination li:hover {
	  background-color: #11a6d7;
	  border: 1px #11a6d7 solid;
	}
	ol#pagination li.current {
	  background-color: #11a6d7;
	  border: 1px #11a6d7 solid;
	  font-weight: bold;
	  color: #fff;
	}

/* pageNaviページネーション
-------------------------------------------- */
div.pageNavi {
  margin: 0 auto 30px;
  width: 80%;
  text-align: left;
  overflow: hidden;
}
	div.pageNavi a {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 0 0.5em;
		padding: 0.5em 1em;
		-moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    border-radius: 3px;         /* CSS3 */
    border: 1px #c1c1b3 solid;     /* 枠線の装飾 */
		background-color: #c1c1b3;
		text-decoration: none;
		list-style: none;
		cursor: pointer;
		color: #fff;
	}
  	div.pageNavi a:hover {
  	  background-color: #11a6d7;
  	  border: 1px #11a6d7 solid;
  	}
  div.pageNavi span {
		display: inline-block;
		*display: inline;
		*zoom: 1;
		margin: 0 0 0.5em;
		padding: 0.5em 1em;
		-moz-border-radius: 3px;    /* Firefox */
    -webkit-border-radius: 3px; /* Safari,Chrome */
    border-radius: 3px;         /* CSS3 */
    border: 1px #11a6d7 solid;     /* 枠線の装飾 */
		background-color: #11a6d7;
		list-style: none;
		font-weight: bold;
		cursor: pointer;
		color: #fff;
	}



/* 5 Star Rating
-------------------------------------------- */
.mtCommentRating,
.star-btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    margin: 0;
    padding: 0;
    width: 160px;
    height: 32px;
    overflow: hidden;
    background: url(../img/rating-star_sp.png) no-repeat right top;
    zoom: 1;
}
.mtCommentRating span,
.star-btn .text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}
.mtCommentRating.star_5 { background-position: 0 0; }
.mtCommentRating.star_4 { background-position: -32px 0; }
.mtCommentRating.star_3 { background-position: -64px 0; }
.mtCommentRating.star_2 { background-position: -96px 0; }
.mtCommentRating.star_1 { background-position: -128px 0; }
.mtCommentRating.star_4dot5 { background-position: 0 -32px; }
.mtCommentRating.star_3dot5 { background-position: -32px -32px; }
.mtCommentRating.star_2dot5 { background-position: -64px -32px; }
.mtCommentRating.star_1dot5 { background-position: -96px -32px; }
.mtCommentRating.star_0dot5 { background-position: -128px -32px; }

.star-btn .btn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    position: relative;
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
    background: transparent;
    zoom: 1;
}



/* ---------------------------------------------------------
  ソーシャルボタン
----------------------------------------------------------*/
/* --- 横並び型 */
ul.socialBoxInline {
  clear: left;
  margin: 0 9px 5px;
  width: 390px;
  border: solid 1px #ccc;
  background-color: #f7f7f7;
  padding: 5px 5px 0;
  text-align: left;
}
  ul.socialBoxInline li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 5px;
    vertical-align: top;
  }
  ul.socialBoxInline li.googleplus {
    width: 65px !important;
  }

ul.socialBoxInline li.twitter .arrow_box {
	position: relative;
	margin-left: 5px;
	background: #fff;
	border: 1px solid #aaccdd;
	height: 18px;
	line-height: 18px;
	padding: 0 5px;
	text-decoration: none;
  color: #333;
  display: inline-block;
  text-align: center;
	border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  vertical-align: top;
  font-size: 8px;
}
ul.socialBoxInline li.twitter .arrow_box:after, ul.socialBoxInline li.twitter .arrow_box:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
ul.socialBoxInline li.twitter .arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 3px;
	margin-top: -3px;
}
ul.socialBoxInline li.twitter .arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-right-color: #aaccdd;
	border-width: 4px;
	margin-top: -4px;
}


/* --- BOX型 */
ul.socialBoxVertical {
  margin: 0 0 20px;
  width: 298px;
  border: solid 1px #ccc;
  background-color: #f7f7f7;
  padding: 5px 0 3px;
  text-align: center;
}
  ul.socialBoxVertical li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
  }
  ul.socialBoxVertical li.twitter {
    width: 75px;
  }
  ul.socialBoxVertical li.twitter .arrow_box {
    position: relative;
    background: #fff;
    border: 1px solid #aaccdd;
    margin-bottom: 5px;
    text-align: center;
    font-size: 11px;
    height: 33px;
    line-height: 33px;
    display: block;
    text-decoration: none;
    color: #333;
    border-radius: 3px;
    font-family: "Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  }
  ul.socialBoxVertical li.twitter .arrow_box:after, ul.socialBoxVertical li.twitter .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
   
  ul.socialBoxVertical li.twitter .arrow_box:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #fff;
    border-width: 3px;
    margin-left: -3px;
  }
  ul.socialBoxVertical li.twitter .arrow_box:before {
    border-color: rgba(221, 221, 221, 0);
    border-top-color: #aaccdd;
    border-width: 4px;
    margin-left: -4px;
  }


ul.socialSideVertical {
  margin: 20px auto 10px;
  width: 176px;
  text-align: center;
}
  ul.socialSideVertical li {
    display: inline;
    padding: 3px;
  }


/* レスポンシブ対応型
-------------------------------------------- */
div.snsButton {
  margin: 0 auto 2em;
  width: 98%;
  overflow: hidden;
  text-align: center;
}
div.snsButton h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 0.5em;
  padding: 0 36px;
  font-size: 1.5em;
  font-weight: bold;
}
div.snsButton h3:before, div.snsButton h3:after {
  content: '';
  position: absolute;
  top: 40%;
  display: inline-block;
  width: 1.5em;
  height: 4px;
  background-color: black;
}
div.snsButton h3:before {
  -moz-transform: rotate(60deg);
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  left:0;
}
div.snsButton h3:after {
  -moz-transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  transform: rotate(-60deg);
  right: 0;
}

div.snsButton ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
div.snsButton ul li a {
	display: block;
	width: 88%;
	margin: 2% 6%;
	padding: 2% 0;
	text-align: center;
	color: #ffffff;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -moz-border-radius: 0.5em;
}
div.snsButton ul li a:hover {
	opacity: 0.8;
}
div.snsButton ul:after {
	content: "";
	display: block;
	clear: both;
}
div.snsButton ul li {
	float: left;
	width: 25%;
}
div.snsButton ul li i {
  padding-right: 0.25em;
  font-size: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
div.snsButton ul a.share-tw {
	background-color: #55acee;
}
div.snsButton ul a.share-fb {
	background-color: #3b5998;
}
div.snsButton ul a.share-gp {
	background-color: #dd4b39;
}
div.snsButton ul a.share-hb {
	background-color: #008fde;
}
div.snsButton ul a.share-hb i.hatena {
	font-family: Verdana;
	background-color: #008fde;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
div.snsButton ul a.share-ln {
	background-color: #00B900;
}
div.snsButton ul a.share-ml {
	background-color: #555;
}


/* --- ネタバレ隠し */
span.netabare {
  display: block;
  margin: 1.5em auto;
  width: 10em;
  white-space: nowrap;
  cursor: pointer;
  padding: 0.5em 1em;
  /*IE6 IE7 */
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffa035, endcolorstr=#ff8300));
  /* IE8 IE9 */
  -ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffa035, endcolorstr=#ff8300))";
  zoom: 1;
  background-image:-moz-linear-gradient(
  top,
  #ffa035 0%,
  #ff8300);
  background-image:-webkit-gradient(
  linear,left top,left bottom,
  from(#ffa035),
  to(#ff8300));
  background: linear-gradient(to bottom, #ffa035, #ff8300);/* IE10+, W3C */
  border-radius: 25px;
  text-align: center;
  text-shadow:-1px -1px #555;
  font-weight: bold;
  color: #fff;
}