@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=EB+Garamond);
#conts:after, #conts .sideConts .popular ul li .inner:after, #conts .sideConts .pr:after, #footer .subNavi ul:after, #footer .subNavi .site:after, #footer .subNavi .site dl:after, #footer .copyright:after, #conts .searchBox form dl:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 1.1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important;
}

.taCenter {
  text-align: center !important;
}

.taRight {
  text-align: right !important;
}

.vTop {
  vertical-align: top !important;
}

.vMiddle {
  vertical-align: middle !important;
}

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important;
}

.fwBold {
  font-weight: bold !important;
}

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
	トラッキングタグの余計なスペースを削除
------------------------------------------------------------*/
.trackTags {
  display: none;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  width: 100%;
  min-width: 1210px;
  /* ウインドウ幅で横スクロール時に背景が切れるバグ対策でコンテンツと同じ幅を指定 */
  line-height: 1.5;
  text-align: center;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

#container {
  margin: 0 auto;
  width: 100%;
  background-color: #F8F7F1;
  text-align: left;
}

#main {
  margin-bottom: 10px;
}
#main:after {
  display: block;
  clear: both;
  content: "";
}

.linkSP {
  margin-left: 220px;
  text-align: center;
}

.linkSP a {
  display: inline-block;
  margin: 10px 0 20px;
  padding: 10px 30px;
  background: #4EA9A7;
  -webkit-border-radius: 15px;
          border-radius: 15px;

  color: #FFF;
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

.twitter_btn{
  width: 100%;
}

.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  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;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 3px;
  margin-left: -3px;
}
.arrow_box:before {
  border-color: rgba(221, 221, 221, 0);
  border-top-color: #ccc;
  border-width: 4px;
  margin-left: -4px;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
  margin-bottom: 20px;
  padding: 10px 0;
  border-bottom: 10px solid #4B3923;
  background: url(../img/common/bg_header01.png);
}
#header .inner {
  margin: 0 auto;
  width: 400px;
  color: #fff;
  position: relative;
}
#header .inner a {
  color: #fff;
}
#header .inner .subCatch {
  margin-bottom: 10px;
  display: block;
  font-size: 110.0%;
  font-weight: normal;
  text-align: center;
  line-height: 1;
}
#header .inner .logo {
  margin: 0 auto;
  width: 265px;
  height: 36px;
  position: relative;
}
#header .inner .logo a span {
  position: absolute;
  bottom: 2px;
  right: 0px;
  text-decoration: none;
}
#header .inner .otherNavi {
  position: absolute;
  top: 0;
  right: -296px;
}
#header .inner .otherNavi li {
  margin-left: 10px;
  display: inline-block;
  font-size: 120%;
  text-align: center;
}
#header .inner .otherNavi li.contact {
  margin-right: 2px;
  padding-right: 5px;
}
#header .inner .otherNavi li a {
  padding-top: 45px;
  height: 15px;
  display: block;
  text-decoration: none;
  background: no-repeat 50% top;
}
#header .inner .otherNavi li a:hover {
  background: no-repeat 50% top;
  color: #FFFFDF;
}
#header .inner .otherNavi li.faq a {
  background-image: url(/img/common/btn_header01_off.png);
}
#header .inner .otherNavi li.faq a:hover {
  background-image: url(/img/common/btn_header01_on.png);
}
#header .inner .otherNavi li.contact a {
  background-image: url(/img/common/btn_header02_off.png);
}
#header .inner .otherNavi li.contact a:hover {
  background-image: url(/img/common/btn_header02_on.png);
}

body.open #header {
  padding-left: 220px;
}

/*------------------------------------------------------------
	パンクズリスト
------------------------------------------------------------*/
#pagePath {
  margin-bottom: 15px;
}
#pagePath li {
  display: inline;
  color: #666;
  font-size: 120%;
}
#pagePath li:before {
  padding: 0 5px;
  content: ">";
}
#pagePath li:first-child {
  margin: 0;
  padding: 0;
  border-right: none;
}
#pagePath li:first-child:before {
  padding: 0;
  content: "";
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
  margin: 0 auto;
  width: 990px;
}
#conts #articleConts {
  width: 670px;
  float: left;
}
#conts #articleConts > .inner {
  margin-bottom: 40px;
  padding: 20px;
  background: #FFF;
  line-height: 1.7;
}

body.open #conts {
  padding-left: 220px;
}

#conts .top {
  background: url(../img/common/btn_footer01.png) 8px 8px;
  right: 20px;
  bottom: 240px;
  text-indent: -9999px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #E1E1E1;
  display: block;
  position: fixed;
  z-index: 9999;
}

#conts .top:hover {
  background-color: #e1e1e1;
}
#conts .top:active {
  background-color: #C5DFDB;
}

#conts .merumagaBnr {
  margin-bottom: 25px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
.menuBtn.open {
  background: url(../img/common/btn_menu01.png) 9px 11px;
  top: 10px;
  left: 10px;
  z-index: 9998;
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #E1E1E1;
  display: block;
  position: absolute;
}
.menuBtn.open:hover {
  background-color: #e1e1e1;
}
.menuBtn.open:active {
  background-color: #C5DFDB;
}

#sideBar {
  width: 199px;
  height: 100%;
  background-color: #fff;
  border-right: 1px solid #E1E1E1;
  float: left;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#sideBar.menuSP {
  position: absolute;
}
#sideBar .inner {
  margin: 50px auto 5px auto;
  padding: 10px 10px 10px 9px;
  width: 179px;
  overflow-y: scroll;
}
#sideBar .inner > dl > dd {
  margin: 0 auto 28px auto;
  width: 163px;
}
#sideBar form dl dt {
  margin-bottom: 2px;
  font-weight: bold;
  font-size: 120%;
}
#sideBar form dl dd {
  overflow: hidden;
}
#sideBar .title {
  margin-bottom: 10px;
  border-bottom: 2px solid #CCC;
  font-size: 140%;
  font-weight: bold;
}
#sideBar .title span {
  margin-bottom: -2px;
  padding-bottom: 8px;
  border-bottom: 2px solid #4EA9A7;
  display: inline-block;
}
#sideBar #gNavi {
  margin-bottom: 10px;
}
#sideBar #gNavi li,
#sideBar .mlmaga li {
  margin-bottom: 9px;
  padding-left: 15px;
  background: url(../img/common/icon_menu01.png) no-repeat 5px 6px;
  font-size: 120%;
}
#sideBar #gNavi li a {
  color: #222;
}
#sideBar #gNavi li a:hover {
  text-decoration: none;
}
#sideBar input,
#sideBar select {
  height: 26px;
  border: none;
  display: inline-block;
}
#sideBar input[type="text"] {
  width: 160px;
  padding: 5px;
}
#sideBar select {
  width: 200px;
  padding: 0 5px;
  cursor: pointer;
}
#sideBar input[type="text"],
#sideBar select {
  margin-bottom: 10px;
  background: url(../img/common/bg_input01.png) no-repeat;
}
#sideBar input[type="submit"] {
  width: 163px;
  height: 33px;
  font-weight: bold;
  cursor: pointer;
}
#sideBar dt.search + dd input[type="submit"] {
  background: url(../img/common/btn_menu03.jpg) no-repeat;
  text-indent: 1em;
}
#sideBar dt.mlmaga + dd p {
  margin: 0 5px 10px;
  font-size: 120%;
}
#sideBar dt.mlmaga + dd input[type="submit"] {
  background: url(../img/common/btn_menu04.jpg) no-repeat;
  text-indent: 1.5em;
}
#sideBar dt.mlmaga + dd ul {
  margin-top: 15px;
}
#sideBar dt.mlmaga + dd ul li {
  margin-bottom: 9px;
  padding-left: 15px;
  background: url(../img/common/icon_menu01.png) no-repeat 5px 6px;
  text-align: left;
}
#sideBar dt.mlmaga + dd ul li a {
  font-size: 120%;
  color: #222;
}
#sideBar dt.mlmaga + dd span.error {
  margin-bottom: 5px;
  color: #C00;
  display: inline-block;
  font-size: 110.0%;
}
#sideBar .about {
  margin-bottom: 0;
  padding: 15px 10px 10px;
  width: 138px;
  background: #fff;
  border: 1px solid #E1E1E1;
  position: absolute;
  bottom: 20px;
  left: 19px;
}
#sideBar .about p {
  margin: 15px 0 5px;
  font-size: 120%;
}
#sideBar .about a {
  font-size: 120%;
}
#sideBar .menuBtn.close {
  background: url(../img/common/btn_menu02.png) 10px 10px;
  top: 10px;
  right: 10px;
  width: 34px;
  height: 34px;
  background-color: #fff;
  background-repeat: no-repeat;
  border: 1px solid #E1E1E1;
  display: block;
  position: absolute;
}
#sideBar .menuBtn.close:hover {
  background-color: #e1e1e1;
}
#sideBar .menuBtn.close:active {
  background-color: #C5DFDB;
}

body.open #sideBar {
  display: block;
}

/*------------------------------------------------------------
	右サイドメニュー
------------------------------------------------------------*/
#conts .sideConts {
  margin-left: 20px;
  width: 300px;
  float: right;
}
#conts .sideConts .popular {
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #FFF;
}
#conts .sideConts .popular > .title01 {
  background: url(/img/articles/icon_articles01.png) no-repeat 0px 0px;
  font-size: 180%;
  margin-bottom: 15px;
  border-bottom: 2px solid #CCC;
  font-weight: bold;
}

#conts .sideConts .popular > .title01 span,
#conts .sideConts .book > .title01 span {
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: -2px;
  border-bottom: 2px solid #4EA9A7;
  display: inline-block;
}
#conts .sideConts .popular > .title01 span,
#conts .sideConts .book > .title01 span {
  padding-left: 30px;
}
#conts .sideConts .popular ul li {
  margin-top: 11px;
  padding-top: 11px;
  border-top: 1px solid #E1E1E1;
}
#conts .sideConts .popular ul li:first-child,
#conts .sideConts .book ul li:first-child {
  margin-top: 0;
  padding-top: 0;
  border: none;
}
#conts .sideConts .popular ul li img {
  float: left;
}
#conts .sideConts .popular ul li .status time {
  display: inline-block;
  margin-top: 5px;
  display: inline-block;
  color: #666;
  font-size: 110.0%;
  float: right;
}
#conts .sideConts .popular ul li .inner .inner {
  width: 190px;
  float: right;
}
#conts .sideConts .popular ul li .seriesTitle {
  color: #3184AC;
  font-size: 110.0%;
  font-weight: bold;
}
#conts .sideConts .popular ul li .title {
  padding-bottom: 5px;
  font-size: 160%;
  line-height: 1.4;
  font-weight: bold;
}
#conts .sideConts .popular ul li .title a {
  color: #222;
}
#conts .sideConts .popular ul li .subTitle {
  color: #999;
  font-size: 130%;
}
#conts .sideConts .popular ul li .author {
  font-size: 120%;
}
#conts .sideConts .pr {
  margin-bottom: 20px;
  padding: 15px 20px;
  background: #FFF;
  border: 1px solid #E1E1E1;
}
#conts .sideConts .pr > .title01 {
  background: url(/img/articles/icon_articles02.png) no-repeat 0px 3px;
  font-size: 180%;
  margin-bottom: 15px;
  border-bottom: 2px solid #CCC;
  font-weight: bold;
}
#conts .sideConts .pr > .title01 span {
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: -2px;
  border-bottom: 2px solid #4EA9A7;
  display: inline-block;
}
#conts .sideConts .pr > .title01 span {
  padding-left: 30px;
}
#conts .sideConts .pr .img {
  float: left;
}
#conts .sideConts .pr .img .status .icon {
  width: 34px;
  background: #06C;
}
#conts .sideConts .pr .inner {
  width: 190px;
  float: right;
  font-size: 120%;
}
#conts .sideConts .pr .title {
  padding-bottom: 5px;
  font-size: 108.33333%;
  line-height: 1.3;
  font-weight: bold;
}
#conts .sideConts .pr .title a {
  color: #222;
}

#conts .sideConts .prBn {
  margin-bottom: 20px;
}

#conts .sideConts .dictionary a {
  margin-bottom: 10px;
  padding: 26px 0 0 70px;
  width: 230px;
  height: 54px;
  display: block;
  background: url(/img/common/btn_menu05.jpg) no-repeat left top;
  color: #333;
  font-size: 180%;
  font-weight: bold;
  text-decoration: none;
}
#conts .sideConts .pr_advert {
  margin-bottom: 20px;
}


/*本の紹介*/
#conts .sideConts h2.bookTtl {
  margin-top: 25px;
  padding-left: 36px;
  background: url(/img/index/icon_index05.png) no-repeat 5px 3px;
}

#conts .sideConts .book > .title01 {
  background: url(/img/index/icon_index05.png) no-repeat 0 3px;
  font-size: 180%;
  margin-bottom: 15px;
  border-bottom: 2px solid #CCC;
  font-weight: bold;
}

#conts .sideConts .book > .title01 span {
  padding-left: 0;
}

#conts .sideConts .book {
  padding: 15px 20px;
  background: #FFF;
}

#conts .sideConts .bookImg {
  float: left;
}

#conts .sideConts .bookImg a:hover img {
  opacity:0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

#conts .sideConts .explanation {
  width: 170px;
  float: right;
}

#conts .sideConts .book ul li {
    margin-top: 11px;
    padding: 20px 15px 10px;
    border-top: 1px solid #E1E1E1;
    position: relative;
}

#conts .sideConts .book ul li .bookNew {
    position: absolute;
    top: -5px;
    left: -5px;
}

#conts .sideConts .book ul li:first-child {
  padding-top: 10px;
    border: none;
}

#conts .sideConts .explanation dt {
  font-size: 130%;
  color: #3183AB;
  font-weight: bold;
}

#conts .sideConts .explanation dt span {
  font-size: 84.6%;
  color: #212121;
  font-weight: normal;
}

#conts .sideConts .explanation dd {
  font-size: 110%;
  color: #999999;
  font-weight: normal;
}

#conts .sideConts section {
  margin-bottom: 25px;
}

#conts .sideConts  .fb-page {
  margin-top: 10px;
  margin-bottom: 20px;
}


/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
  color: #fff;
  position: relative;
  font-size: 110.0%;
}
#footer a {
  color: #fff;
}
#footer .subNavi {
  padding: 30px 30px 25px;
  background: #4B3923;
}
#footer .subNavi ul {
  margin-bottom: 5px;
  overflow: hidden;
}
#footer .subNavi ul li {
  margin: 0 20px 5px 0;
  padding-left: 15px;
  background: url(../img/common/icon_footer01.png) no-repeat 0px 3px;
  /*display: inline-block;*/
  float: left;
}
#footer .subNavi .site dl dt {
  margin-right: 15px;
  float: left;
}
#footer .subNavi .site dl dd {
  padding-left: 147px;
}
#footer .copyright {
  padding: 30px;
  background: #4EA9A7;
}
#footer .copyright address {
  float: left;
  display: block;
  font-style: normal;
}
#footer .copyright small {
  float: right;
  display: block;
  text-align: right;
  font-style: normal;
}

body.open #footer .subNavi,
body.open #footer .copyright {
  padding-left: 220px;
}

a {
  color: #4EA9A7;
}
a:hover {
  color: #91cccb;
  text-decoration: none;
}

form .tipped {
  color: #BBB;
}

/*------------------------------------------------------------
	カテゴリアイコン
------------------------------------------------------------*/
#conts .status .icon {
  margin: 5px 1px 0 0;
  padding: 1px 8px 0;
  height: 15px;
  background: #999;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1.5 !important;
}
#conts .status .icon.new {
  background: #D2596B;
}
#conts .searchBox > h2 {
  font-size: 160%;
  margin-bottom: 15px;
  border-bottom: 2px solid #CCC;
  font-weight: bold;
}
#conts .searchBox > h2 span {
  padding-top: 5px;
  padding-bottom: 8px;
  margin-bottom: -2px;
  border-bottom: 2px solid #4EA9A7;
  display: inline-block;
}
#conts .searchBox form {
  margin-bottom: 30px;
}
#conts .searchBox form dl {
  padding: 20px 15px 10px 15px;
  font-size: 130%;
}
#conts .searchBox form dl dt, #conts .searchBox form dl dd {
  margin-bottom: 20px;
  display: block;
}
#conts .searchBox form dl dt {
  float: left;
  width: 155px;
}
#conts .searchBox form dl dt img {
  padding-right: 5px;
  vertical-align: -0.15em;
}
#conts .searchBox form dl dd {
  margin-left: 176px;
}
#conts .searchBox form dl dd input[type="text"] {
  padding: 5px;
  width: 278px;
  height: 32px;
  border: 1px solid #999;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#conts .searchBox form dl dd select {
  padding: 4px;
  width: 278px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
#conts .searchBox form input[type="submit"] {
  margin: 0 auto;
  width: 220px;
  height: 50px;
  background: url(/img/search/btn_search01_out.png);
  border: none;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
}
#conts .searchBox form input[type="submit"]:hover {
  background: url(/img/search/btn_search01_over.png);
}
