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

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


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

/****  ★回り込み  ****/
td.top { 
        vertical-align: top;
}


a:link { color: #ff4500; }
a:visited { color: #ff4500; }
a:hover { color: #ff4500; }
a:active { color: #ff4500; }


/****  カレンダー  ****/
#wp-calendar{
	width: 100%;
	max-width: 350px;
	text-align: center;
	margin-top: 15px;
}
#wp-calendar caption{
	font-size: 1.2em;
	border-bottom: 1px solid #c7c7c7;
	margin-bottom: 5px;
}
#wp-calendar th{
	font-weight: bold;
}
#wp-calendar a{
	text-decoration: underline;
}

#wp-calendar{
	color: #8e8e8e;
}





/****  ★カテゴリーボックス  ****/
.cat-link a{
	display: inline-block;
	padding: 1px 5px 0px;
	background-color: #ff4500;
	line-height: 1.4;
	text-decoration: none;
	color: #fff;
	font-size: 0.7em;
}



/****　　★h1記事タイトル  ****/
h1.title{
	font-size: 1.5em;
	color: #111;
	line-height: 1.6;
	margin: 45px 0 40px;
	font-weight: bold;
	color: #ff4500;
}


/****  ★関連記事  ****/
.tag-header{
	display: inline;
	padding: 2px 8px 0;
	background-color: #ff4500;
	color: #fff;
}

/****  ★シェアボタン  /シェアする/書いてる人****/
.share{
	font-size: 1.3em;
	color: #ff4500;
	padding-left: 10px;
	border-bottom: 2px solid #59BEC7;
	margin-bottom: 15px;
}

/****  ★コメント欄/コメントする****/
.comment-reply-title{
	font-size: 1.3em;
	color: #ff4500;
	margin-bottom: 15px;
}

/****  ★プロフィール欄/主婦A子****/
.prof-name{
	font-size:1em;
	color: #ff4500;
	line-height: 1.2;
	margin-left: 30%;
	margin-bottom: 7px;
	border-bottom: 1px solid #aaa;
	padding: 5px 5px 4px;
}

/****  ★カレンダー  ****/
#wp-calendar{
	width: 100%;
	max-width: 350px;
	text-align: center;
	margin-top: 15px;
}
#wp-calendar caption{
	font-size: 1.2em;
	border-bottom: 1px solid #666;
	margin-bottom: 5px;
}
#wp-calendar th{
	font-weight: bold;
}
#wp-calendar a{
	text-decoration: underline;
	color: #ff4500;
}

/****  ★フッター  ****/
.footer p{

}
.footer a{
	color: #fff;
	text-decoration: none;
}
.footer a:hover{
	color: #EA3382;
}

/****  ★サイドバー/ カテゴリー ****/
.side .box a{
	color: #ff4500;
	text-decoration: underline;
}


/* ■本ページ中央揃え■ */

.book-center {
	font-size: 12px;
	color: #fffff0;
	background-color: #ff4500;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	/* 幅 */
}

a.fffff0:link {
	color: #fffff0;
}

a.fffff0:visited {
	color: #fffff0;
}

a.fffff0:hover {
	text-decoration: underline;
}

a.fffff0:active {
	color: #fffff0;
}

.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 100%;
	/* 幅 */
}
/* ■本ページ中央揃え■ */


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












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












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












}







