@charset "utf-8";
/*
Theme Name:コミックメニメニ
Theme URL:	https://comicmenimeni.com/
Description:	マンガ大好きメモのテーマ
Author:バク
*/

/*記述はモバイルファースト*/

.container{
	clear: both;
}

/* front-page.php cssw */

p#frontstar{
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 35px;
	width: 80%;
}

p#frontstar a{
	color: #063;
}

p#frontbloglink{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 35px;
	width: 80%;
}

p#frontbloglink a{
	color: #063;
}

#newblog{
	width: 100%;
	margin-top: 40px;
	margin-bottom: 40px;
}

#newblog h1,#latelyblog h2{
	font-size: 20px;
	text-align: center;
	height: 35px;
	width: 80%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FC9;
	color: #333;
	margin-right: auto;
	margin-left: auto;
}

.newpage,.latelypage{
	padding: 1%;
	width: 79%;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}

#newblog .newpage h2#toppage{
	font-size: 16px;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

#newblog .newpage h2#toppage a,#latelyblog .latelypage ul li a{
	color: #333;
}

#latelyblog .latelypage ul{
	padding-left: 0px;
}

#latelyblog .latelypage ul li{
	width: 100%;
	font-size: 16px;
	text-align: center;
	margin-top: 15px;
	text-decoration: none;
	list-style-position: outside;
	list-style-type: none;
}



/* single.php cssw */

.single{
	padding: 3%;
	width: 94%;
}

.single p.single-fast{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 40px;
}

.single p.single-author{
	border: 1px solid #FC9;
	border-radius: 5px;
	padding: 2%;
	width: 100%;
	font-weight: bold;
}

.single p{
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 20px;
}

#post-meta{
	text-align: right;
}

.single  h1{
	font-size: 24px;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F96;
}

.single h2.wp-block-heading{
	font-size: 23px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-left-width: 8px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F96;
	border-left-color: #F96;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 0.3em;
}

.single h3.wp-block-heading{
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 2px;
	border-left-width: 4px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FC6;
	border-left-color: #FC6;
	margin-top: 40px;
	margin-bottom: 25px;
	padding-left: 0.5em;
}


/* category.php page.php index.php css */

#post-meta{
	text-align: left;
}

.category h1,.page h1,.blogindex h1{
	font-size: 20px;
	font-weight: bold;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #F96;
	text-align: center;
}

.category h2,.page h2{
	font-size: 18px;
	font-weight: bold;
	border-left-width: 8px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #F96;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 0.3em;
}

.blogindex h2{
	font-size: 16px;
	font-weight: bold;
	border-left-width: 8px;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #F96;
	margin-top: 50px;
	margin-bottom: 20px;
	padding-left: 0.3em;
}

.blogindex h2 a{
	color: #333;
}

.blogindex .mb-3 p{
	font-size: 15px;
}

.blogindex .mb-3 ul{
	font-size: 16px;
	list-style-position: inside;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
}

.blogindex ul.mb-3 li a{
	color: #063;
}

.page h3{
	font-size: 17px;
	font-weight: bold;
	border-bottom-style: solid;
	margin-top: 50px;
	margin-bottom: 30px;
	padding-left: 0.3em;
	border-bottom-width: 2px;
	border-bottom-color: #F96;
}

.category ul li{
	list-style-type: none;
	margin-bottom: 10px;
	font-size: 16px;
	list-style-position: inside;
}

.category ul li a{
	color: #333;
}

.category p#bonusstar{
	width: 95%;
	padding-left: 5%;
	margin-top: 15px;
}

.category p#bonusstar a{
	color: #630;
}

.category p#bonusstartext{
	color: #630;
	width: 95%;
	padding-left: 5%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FC6;
	margin-top: 35px;
}

@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */



@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */





}
