/*
Theme Name:	マテリアル_child
Template:	wp_material
Description:	マテリアルの子テーマ
Version:	1.1.0
Author URI:	http://wp-material.net
*/

/*****************************************
 PC及び全体用
******************************************/

/* カテゴリーboxの背景色 */
.min-box{
	background-color: #ebebeb;
}



.ad{
	clear: both;
text-align:center;
	margin-bottom: 55px;
margin-left: 0px;
	overflow: hidden;
}

#ad-d-pc-left {
	float: left;
}
#ad-d-pc-right {
	float: right;
}





.endclub {
    background: #EEEEEE;
    color: #444444;
    padding: 3px 3px;
    margin: 1px 0 1px 0;
    text-align: center;
}






.bar2 {
  display:block;
  width: 100%;
  height: 1px;
  border: 0;
  border-top: 2px dashed #cccccc;
}



.sidekiziad {
 padding:0px 5px 10px 5px;
}
 
.sideadleft {
 float:left;
 width:130px;
}
.sideadright {
 float:right;
 width:130px;
}




/*** cssにclearfix用のクラスを追加 ***/
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}


/*****************************************
 タブレット（大）用
 サイドバーがメインカラムの下に回ります
******************************************/
@media screen and (max-width: 1057px) {












}
/*****************************************
 タブレット（小）用
 記事の並びが2列になります
******************************************/
@media screen and (max-width: 700px) {












}
/*****************************************
 スマホ用
 記事の並びが1列になります
******************************************/
@media screen and (max-width: 450px) {












}
