/*
Theme Name: akane
Theme URI: 
Description: 
Version: 1.4
Author: 
Author URI: 
*/


/*===========================================
　共通
===========================================*/

.c_box{
    background-color:#fff;
    padding:14px;
}

.left{
    float:left;
}
.right{
    float:right;
}

.pc { display: block !important; }
.sp { display: none !important; }

.d_between{
	display: flex;
   justify-content:space-between;
}

/*===========================================
　アドセンス
===========================================*/
.ad_header, .ad_footer, .ad_sidenavi{
clear:both;
margin:10px 0 20px;
}

/*===========================================
　もくじの設定
===========================================*/
#toc_container{
padding:10px 20px !important;
}

.toc_list{
background-color:#fff !important;
padding:0px 20px !important;
margin-bottom:0 !important;
}

#toc_container .toc_list li{
display:block !important;
list-style-type:disc !important;
}


/*===========================================
　一覧ページ
===========================================*/


.kiji_wrap{
    margin-bottom:20px;
    padding:10px 0px 20px;
    border-bottom:1px dashed #272727;
	display: flex;
	justify-content: space-between;
}

a .kiji_wrap {
	color:#444444;
	text-decoration:none !important;
}

a :hover.kiji_wrap {
	color:#767676;
}

.kiji_wrap .kiji_img{
	width: 200px;
}

.kiji_detail{
	width:380px;
	margin-left:20px;
}

.kiji_date{
    font-size:11px;
    color:#EA8D71;
}

#fixity dl{
    font-weight:bold;
}

#fixity dt,#fixity dd{
    padding-left:20px;
    border-left:10px solid #97c11f;
}

#fixity dl dt p{
    background-color:#fff713;
    font-size:80%;
    padding:3px 5px;
    margin-right:5px;
}

#fixity dd{
    font-size:260%;
    padding-top:5px;
    font-weight:bold;
    margin-bottom:40px;
    
}

/*===========================================
　投稿ページ
===========================================*/

#c_single h1{
    font-size:20px;
    padding:20px 0px 20px;
    font-weight:bold;
	clear: both;
}

#c_single h2{
    font-size:20px;
    margin:70px 0 40px;
}

#c_single h3{
    margin:30px 0 !important;
	padding: 30px 0 15px;
	color:#7a7a7a;
	font-size:16px;
}

#c_single h4{
    padding:0px 0px 0px 20px;
    font-size:18px;
    margin:40px 0 20px;
    color:#333;
border-left:8px solid #333;
}

#c_single .date{
	font-size: 10px;
	color: #676f40;
	margin:0;
	line-height:24px;
}

#c_single .category{
	font-size: 10px;
}

#c_single .category ul{
	background-color:#444;
	padding:1px 4px;
}

#c_single .category ul li{
	list-style:none;
}

#c_single .category a{
	color: #fff !important;
}

#c_single .eyecatch{
    margin:0px 0 30px;
}

#c_single ul{
padding:15px ;
}

#c_single_wrap{
}

#c_single #c_single_wrap ul{
background-color:#eee;
margin-bottom:20px;
border-radius:10px;
padding-left:40px;
}

#c_single #c_single_wrap ul li{
list-style-type: disc;
}

#c_single ul li{
list-style-type: disc;
margin: 5px 0;
}

#c_single ol{
padding:30px 50px;
list-style-position: inside;
border: 5px solid #F3F3F3;
margin: 10px 0 20px;
}

#c_single ol li{
list-style-type: decimal;
list-style-position:outside;
}

#c_single a{
color:#3282e5;
}

#c_single img{
margin:20px auto 40px;
display: block;
}

#c_single figure {
	margin:20px 0 30px;
}

#c_single figure img{
	margin:0px auto 10px;
	display: block;
}

#c_single figure figcaption{
	font-weight:bold;
	color:#999;
	font-size:12px;
	line-height:16px;
}

h3.related_post_title{
margin-bottom:0 !important;
}

 #c_single dl{
border:3px solid #f3f3f3;
padding:30px;
}

 #c_single dl dt{
font-weight:bold;
padding-bottom:5px;
}

#c_single dl dd{
font-size:90%;
padding-bottom:10px;
}

#c_single .table01{
width:100%;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-collapse:collapse;
}

#c_single .table01 th,#c_single .table01 td{
border-left:1px solid #ccc;
border-top:1px solid #ccc;
text-align:center;
}

#c_single .table01 td{
width:11%;
}

#c_single .table02{
width:100%;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-collapse:collapse;
	margin:20px 0;
}

#c_single .table02 th,#c_single .table02 td{
border-left:1px solid #ccc;
border-top:1px solid #ccc;
text-align:center;
}

#c_single th{
	background-color:#f8ecea;
}

#c_single .table02_t{
	background-color:#f9f9f9;
}
/*文字装飾*/

.txt_small{
	font-size:11px;
	line-height:18px;
}

.txt_red{
	font-weight:bold;
	color:#bf5252;
}

.txt_blue{
	font-weight:bold;
	color:#2576c6;
}

.txt_green{
	font-weight:bold;
	color:#2ba081;
}

.txt_orange{
	font-weight:bold;
	color:#dd7d33;
}

.bk_gray{
	padding:20px;
	background-color:#ededed;
	margin:20px 0;
}

.bk_red{
	padding:20px;
	background-color:#f8ece9;
	margin:20px 0;
}

.bk_blue{
	padding:20px;
	background-color:#e1ebf2;
	margin:20px 0;
}

.waku_gray{
	border:2px solid #dddddd;
	border-radius:5px;
	padding:20px;
	margin:20px 0;
}

.waku_red{
	border:2px solid #e24111;
	border-radius:5px;
	padding:20px;
	margin:20px 0;
}

.waku_blue{
	border:2px solid #2576c6;
	border-radius:5px;
	padding:20px;
	margin:20px 0;
}

.waku_gold{
	border:2px solid #b3a67f;
	border-radius:5px;
	padding:20px;
	margin:20px 0;
}



/*---------ライター情報（author）---------*/

.author_box{
padding:20px;
border-top:1px dashed #ccc;
border-bottom:1px dashed #ccc;
font-family: "jaf-bernina-sans";
margin:40px 0;
}

.author_box .author_img{
float:left;
padding-right:20px !important;
margin-bottom:0 !important;
}

.author_box .author_img img{
margin-bottom:0 !important;
}

.author_box .author_name{
font-weight:bold;
margin-bottom:5px !important;
font-size:12px;
}

.author_box .author_name span{
font-size:8px;
color:#aaa;
padding:3px;
border:1px dotted #ccc;
margin-right:10px;
}

.author_box .author_info{
font-size:12px;
line-height:18px;
margin-bottom:5px !important;
}

.author_box .author_twitter{
margin-bottom:0 !important;
}

.author_box .author_twitter a{
text-decoration:none;
font-size:12px;
}

.author_box .author_twitter a:hover{
text-decoration:underline;
}

.author_box:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

/*関連記事*/
 
#related-entries .related-entry{
  line-height:20px;
  margin-bottom:20px;
  clear: both;
}
 
#related-entries .related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

#related-entries .related-entry-thumb img{
  margin-bottom:0px;
	margin-top:0px;
	padding-right:10px;
}
 
#related-entries .related-entry-content {
  margin-left: 120px;
}
 
.related-entry-title{
    margin-bottom:5px;
	font-weight:bold;
}

.related-entry-title　a{
	color:#444 !important;
}

.related-entry-title a:hover{
	color:#676f40 !important;
}
 
.related-entry-snippet{
  margin:0 0 5px 0;
}
 
.related-entry-read{
  margin:0;
  font-size:12px;
}


/*===========================================
　個別ページ
===========================================*/

#c_page h1{
    font-size:20px;
    font-weight:bold;
    margin:20px 0;
	clear: both;
}

#c_page h2{
    font-size:18px;
    margin:70px 0 40px;
}

#c_page .eyecatch{
    padding:0px 0 30px;
}

#c_page  dl dt{
	font-weight:bold;
	padding-bottom:10px;
}
#c_page  dl dd{
	padding-bottom:30px;
	color:#898989;
}


/*===========================================
　新着一覧ページ
===========================================*/

/*ページネーション*/

.pagenavi {
margin:50px 0;
}
.pagenavi li{
display: inline-block;
}

.pagenavi li .current{
padding:10px 15px;
background-color:#f5a699;
color:#fff !important;
border-radius:5px;
}

.pagenavi li a{
padding:10px 15px;
background-color:#ccc;
border-radius:5px;
}

.pagenavi li a{
text-decoration:underline;
}

/*===========================================
　アーカイブページ
===========================================*/

#archive_page h1{
    font-size:36px;
    padding:5px 0;
    font-weight:bold;
    margin:0 0 40px 0;
    line-height:1.5;
    border-bottom:1px solid #f3f3f3;
    border-top:1px solid #f3f3f3;
}


#archive_page h2{
    font-size:26px;
    font-weight:bold;
    margin-bottom:10px;
    padding-bottom:5px;
}

#archive_page a:hover .kiji_wrap{
    background-color:#f3f3f3 !important;
}

#archive_page a {
    color:#242424;
    text-decoration:none !important;
}


#archive_page .kiji_detail .txt{
    font-size:14px;
    line-height:20px;
}

/*===========================================
　トップページ
===========================================*/




/*===========================================
　構成
===========================================*/

/*---------contents---------*/

#wrapper{
}

#contents{
    width:1000px;
    margin:0 auto;
    display: flex;
    justify-content:space-between;
	padding:0 20px;
}

.aside{
    width:630px;
	line-height:36px;
}

/*---------Pagenation---------*/

.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0;
}
.pagenation li {
    float: left;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #CCCCCC;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


/*---------header---------*/

#h_wrapper{
    width:100%;
}

#header{
    width:1000px;
    margin:0 auto;
    height:120px;
    position:relative;
	text-align:center;
}

#header #h_logo{
	padding:18px 0 0px ;
}

#h_copy{
	font-size:8px;
	color:#444;
	font-weight:bold;
}

#h_links{
	padding:30px 0 0;
	font-size:14px;
}

/*---------blockquote---------*/

blockquote{
background-color:#e5e5e5;
padding:1em 1em 1em 3em;
position:relative;
font-size:90%;
margin:15px 0;
color:#4c4c4c;
line-height:1.5;
}
blockquote:before{
content:"“";
font-size:600%;
line-height:1em;
font-family:"游ゴシック Medium","メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
position:absolute;
left:0;
color:#fff;
top:0;
}

/*---------ナビのとこ---------*/

#h_navi{
    background: url(http://www.crowpo.com/wp/wp-content/uploads/2016/11/header_bg.png) top left repeat;
    width:1000px;
    margin:0 auto;
    height:48px;
    position:relative;
}

#h_navi #navi{
    padding:0 0 0 20px;
}

#h_navi #navi li{
    display:inline-block;
    line-height:48px;
    font-size:17px;
text-shadow: -1px 1px 0 rgba(255,255,255,0.2);
}

#h_navi #navi li a{
    color:#242424;
    text-decoration:none;
border-right:1px solid #ddd;
padding:0 15px;
}

#h_navi #navi li:last-child a{
border-right:none;
}

#h_navi #navi li a:hover{
    color:#e34111;
    text-decoration:underline;
}

#h_navi #h_sns{
    position:absolute;
    top:12px;
    right:5px;
}

#h_navi #h_sns li{
    display:inline-block;
    padding-right:5px;
}

.fb_iframe_widget > span {
    vertical-align: baseline !important;
}

#menu-btn {
    display: none;
}

/*---------パンくず---------*/

#pankuzu{
    font-size:70%;
    margin-bottom:30px;
	padding:5px 20px;
	background-color: #f9f9f9;
}

#pankuzu a{
	color:#969696;
}

#pankuzu a:hover{
	color:#676f40;
}

#breadcrumb{
	width:1000px;
    margin:0 auto;
}

#breadcrumb li{
    float:left;
    padding:5px;
    font-size:90%;
	list-style:none !important;
}
#breadcrumb li:first-child {
	padding-left:0px;
}


/*---------sidemenu---------*/

#side{
    width:280px;
}

#side a{
	color:#444;
}

#side a:hover{
	color:#676f40;
}

#side .screen-reader-text{
	display:none;
}

.widget{
    margin-bottom:24px;
}

#side .widget-area h3{
    font-weight:bold;
    font-size:90%;
	font-family: "jaf-bernina-sans";
	margin-bottom:10px;
	text-align:center;
}

#side #custom_html-2{
	text-align:center;
	padding:40px;
	background-color:#f8f1f1;
}

#side .side_plofile{
	text-align:left;
	font-size:10px;
	line-height:18px;
}

#side .side_plofile ul{
	padding:20px;
	border:1px solid #999;
	border-radius:10px;
	margin-bottom:10px;
	margin-top:10px;
}

#side .side_plofile li{
list-style-type: disc;
	list-style-position:inside;
}

#side #search-2 input#s{
	width:77%;
	padding: 8px 0;
	border:1px solid #444 !important;
}

#side #search-2 input#searchsubmit{
	width:20%;
	background-color:#444;
	padding:8px 0;
	color:#fff;
	border:0;
}

#side #newpostcatch-2 ul li{
	padding:10px 0;
	border-bottom:1px solid #d1d1d1;
	font-weight:bold;
}

#side #categories-2 ul li{
	padding:10px 0;
	border-bottom:1px solid #d1d1d1;
}

/*---------footer---------*/

#f_wrapper{
    width:100%;
    height:90px;
    margin-top:50px;
	background-color:#292929;
}

#footer{
    width:1000px;
    margin:0 auto;
    position:relative;
}

#footer #copyright{
    text-align:center;
    color:#fff;
    font-size:70%;
    line-height:24px;
}

#footer #copyright a{
    color:#fff;
}

/*===========================================
　common
===========================================*/

* {
margin:0;
padding:0;
}

html,body{
height:100%;
background-color:#fff;
width:100%;
}


body {
font-family:"fot-udkakugo-large-pr6n","jaf-bernina-sans","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
color:#444444;
font-size:14px;
line-height:24px;
}

a{
margin: 0;
padding: 0;
border:0;
color:#676f40;
	text-decoration:none;
}

a:hover{
    text-decoration:none;
    color:#242424;
}

img, img a, li a{
border:none;
overflow:hidden;
margin:0;
padding:0;
	max-width:100%;
	height:auto;
}

ul{
list-style-type: none;
}

li{
list-style-type: none;
}

.left {
float:left;
}

.right {
float:right;
}

h1{
margin: 0;
padding: 0;
border:0;
vertical-align:top;
font-weight:normal;
}


h2, h3, h4, h5, h6, form, ul, ol, li, dl, dt, dd, a, img{
margin: 0;
padding: 0;
border:0;
line-height: normal;
}

p{
margin: 0;
padding: 0;
}

img {
    vertical-align: bottom;
}

table {
border:none;
}

address{
font-style:normal;
} 

.clearfix:after {
content: "";
display: block;
clear: both;
}

.clear {
clear:both;
}

.aligncenter{
    text-align:center;
}






