@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */


#header-widget{
	margin-bottom:20px;
}

#header-widget .text-pc{
	height:150px;
	background-color:#ffffff;

}

.sidebar_widget_title{
	border-bottom:solid black 2px;
}

/*Pc用スライダーの高さ指定*/
#header-widget .text-pc{
	height:auto;
}

/*投稿のアイキャッチをトリミング*/

header .eye-catch{
width: 100%;
height: 300px;
overflow: hidden;
position: relative;
}
header .eye-catch img{
position: absolute;
top: -150px;
}

/*ページネーション*/
#main #widget-index-bottom,#main #widget-index-bottom .ad-space{
 margin-bottom:0;
}

.pagination{
 margin-top:0;
}

