@charset "utf-8";
/*
Theme Name: Aboukyu
Theme URI: 
Description: Aboukyu
Version: 1.0
Author: 
Author URI: 
*/

/* Reset.css入れるならここ */

/* cssはルートのcssを使用する */


.widget {
	margin-bottom:130px;
}
.widget ul {
	margin-top:1em;
	margin-left:1em;
}
.widget li {
	margin-left:1em;
}
.widget li a {
	margin-top:50px;
	display:block;
}
img{
 height: auto;
}
.side_menu_title {
font-family:"メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
padding:2px 0 0 10px;
background-color:#C4B78D;
color:#fff;
letter-spacing:0.5px;
margin:20px 0 5px;
}

.post_list_content {
	line-height:2;
	margin-top:60px;
}
.news_cont {
	margin-top:60px;
	line-height:3;
 padding: 0 15px;
}
h3{
 line-height: 1.2em;
 background-image:none!important;
}
.news_cont h3 {
	font-size:1.5em;
	margin-bottom:30px;
	border-bottom: dotted 1px #D7CEB4;
}
.post_list_content h3 {
	font-size:18px;
	margin-bottom:30px;
	border-bottom: dotted 1px #D7CEB4;
}
.text_right {
	text-align:right;
}
.post_content {
	margin:auto;
	width:540px;
	line-height:200%;
	border-bottom:1px solid #E7EEE9;
	padding-bottom:20px;
}
.post_content p {
	line-height:200%;
}
.post_content strong {
	color:#F1569B;
	font-weight:normal;
}
.p_date {
	text-align:right;
}
.news_navi {
	width:100%;
 padding: 0 15px;
}
.navi_next {
	width:40%;float:right;
	text-align:right;
}
.navi_prev {
	width:40%;float:left;
}
a {
	color:#a69023;
	text-decoration:none;
}

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}
.wp-pagenavi span.current {
	font-weight: bold;
}
.spacer {
	width: 100%/*2px*/;
	height:2px;
	margin:0px;
	font: 0px/0px monospace;
	clear:both;
}

/*カレンダー*/
div#sidebar li.widget_calendar h2{
	display:none;
}
div#calendar_wrap{
	width:100%;
	margin-top:25px;
	font-size:0.75em;
}
table#wp-calendar{
	width:95%;
	border-collapse:collapse;
}
table#wp-calendar caption{
	text-align:center;
	color:#AE9A38;
	padding-bottom:3px;    
	font-size: 14px;
    font-weight: normal;
}
table#wp-calendar th,table#wp-calendar td{
	text-align:center;
	vertical-align:middle;
	padding:3px;
	border-bottom: dotted 1px #D7CEB4;
}
table#wp-calendar th{
	background-color:#C4B78D;
	color:#FFF;
	font-weight:bold;
}
table#wp-calendar td#prev{
	text-align:left;
}
table#wp-calendar td#next{
	text-align:right;
}