@charset "utf-8";
/*
	Theme Name: diver_child
	Template: diver
	Description:  Diverの子テーマです。
	Theme URI: http://tan-taka.com/diver/
	Author: Takato Takagi
 */

/* フォントの設定 */

body,p,h2, h3,h4,post-title,post-substr,widgettitle,a{
	font-family:"Hiragino Maru Gothic ProN", "HG丸ｺﾞｼｯｸM-PRO", HGMaruGothicMPRO, "ヒラギノ角ゴPro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ ゴシック",sans-serif;
}

/* 目次のcss */

#toc_container {
  margin-bottom: 40px;
  padding: 15px 7px;
  background: #fff;
  border: 5px solid #e1eff4;
  border-radius: 2px;
  color: #666; }

#toc_container .toc_title {
  text-align: center;
  margin-bottom: 25px;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0px;
  font-size: 1.7em;
  border-bottom: 2px solid #dedede; }

#toc_container .toc_list {
  list-style-type: none !important;
  counter-reset: li;
  padding-left: 2em !important;
  padding-right: 0 !important;
}

#toc_container .toc_list > li {
  position: relative;
  margin-bottom: 15px;
  margin-left: 6px;
  line-height: 1.3em;
  font-size: 0.9em; }

#toc_container .toc_list > li:after {
  counter-increment: li;
  content: "0" counter(li) "|";
  position: absolute;
  left: -40px;
  top: 0px;
  background: none;
  font-size: 1.4em;
  letter-spacing: -1px;
  color: #008db7; }

#toc_container .toc_list > li a {
  text-decoration: none !important; }

#toc_container .toc_list > li a:hover {
  text-decoration: underline !important; }

#toc_container .toc_list > li ul {
  list-style-type: disc;
  margin-top: 15px;
  padding: 0px !important;
  color: #008db7; }

#toc_container .toc_list > li > ul li {
  font-size: 0.9em;
  margin-bottom: 8px; }

@media only screen and (min-width: 641px) {
  #toc_container {
    padding: 15px 40px; }

  #toc_container .toc_title {
    font-size: 1.5em; }

  #toc_container .toc_list > li {
    margin-bottom: 18px;
    margin-left: 12px;
    font-size: 1em; }

  #toc_container .toc_list > li:after {
    left: -48px;
    top: -1px;
    font-size: 26px; } }

/* ボタンのcss */

.square_btn{
    display: inline-block;
    padding: 0.5em 1em;
    text-decoration: none;
    border-radius: 4px;
    color: #ffffff !important;
	 background-color: #51a8ff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    border-bottom: solid 3px #0582ff;
  }

.square_btn:active{
    -ms-transform: translateY(4px);
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

.square_btn:hover{
  opacity: .7;
  text-decoration: underline;
}

.square_btn:after{
    font-family: 'FontAwesome';
    content: '\f08e';
    font-size: .9em;
    margin: 0 3px 0 2px;	
}

/* 共通のテーブルのbrの削除 */
.remove_br br{
	display: none;
}

/* テーブルタグのスクロール */
.table_scroll {
  overflow: auto;
  white-space: nowrap;
}

.rank_more_link a:after{
  font-family: 'FontAwesome';
}

.rank_more_link:hover{
  opacity: .5;
}

.rank_buy_link a:after{
  font-family: 'FontAwesome';
}

.rank_img:hover{
	opacity: .5;
}

.left a::before{
  font-family: 'FontAwesome';
}
.right a::after{
  font-family: 'FontAwesome';
}

/* コメント欄のメアドとサイトを削除 */

.comment-form-email {
	display: none;
}
.comment-form-url {
	display: none;
}

/* アフィリンクのテキスト */
.af_text a:hover {
	text-decoration: underline;
	color: #ff7f7f!important;
}
 .af_btn_icon:after{
    font-family: 'FontAwesome';
    content: '\f08e';
    font-size: .9em;
    margin: 0 3px 0 2px;
} 

/* テーブルの改行 */

table {
  word-break: break-all;
}

/* ページランクの矢印マーク */
a.next.page-numbers:before{
  content:"\f101";
  font-family: 'FontAwesome';
}

a.prev.page-numbers:before{
  content:"\f100";
  font-family: 'FontAwesome';
}

a.next1.page-numbers:before{
  content:"\f105";
  font-family: 'FontAwesome';
}

a.prev1.page-numbers:before{
  content:"\f104";
  font-family: 'FontAwesome';
}
