@charset "utf-8";
/*
Theme Name:コミックメニメニ
Theme URL:	https://comicmenimeni.com/
Description:	マンガ大好きメモのテーマ
Author:バク
*/

/*記述はモバイルファースト*/

.wrapper{
	font-size: 16px;
	color: #333;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header{
	margin: 0px;
	padding: 0px;
	height: 220px;
}

header img{
	left: auto;
	right: auto;
	width: 40%;
	margin-right: 30%;
	margin-left: 30%;
}

header h1{
	font-size: 24px;
	text-align: center;
	left: auto;
	right: auto;
	width: 100%;
	font-weight: normal;
	color: #063;
}

#menubar-big{
	display: block;
	visibility: hidden;
	position: relative;
	top: -80px;
}

#menubar{
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 80px;
}

#menubar ul{
	width: 100%;
	height: 80px;
	padding: 0px;
}

#menubar ul a li{
	background-color: #FFC;
	float: left;
	width: 33.30%;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FC9;
	height: 39px;
	line-height: 39px;
	text-decoration: none;
	color: #333;
	font-size: 14px;
}

#menubar ul li#border{
	border-right-style: none;
	border-left-style: none;
}

#menubar ul li.undermenu{
	width: 49.99%;
	line-height: 41px;
	border-top-style: none;
}

#menubar ul li#rightborder{
	border-right-style: none;
}



footer{
	font-size: 12px;
	color: #666;
	width: 100%;
	text-align: center;
}



@media screen and (min-width: 481px) {
	/* 481px以上に適用されるCSS（タブレット用） */
header{
	height: 170px;
}

header img{
	left: auto;
	right: auto;
	width: 10%;
	margin-right: 45%;
	margin-left: 45%;
}

#menubar{
	visibility: hidden;
}


#menubar-big{
	display: block;
	visibility: visible;
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: block;
	height: 50px;
}

#menubar-big ul{
	margin: 0px;
	height: 50px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}


#menubar-big li{
	float: left;
	width: 20%;
	list-style-position: inside;
	list-style-type: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FC9;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	color: #333;
	background-color: #FFC;
	font-size: 13px;
}

#menubar-big li#bordernone{
	border-right-style: none;
	border-left-style: none;
}



@media screen and (min-width: 960px) {
	/* 960px以上に適用されるCSS（PC用） */

header{
	height: 210px;
}

#menubar-big li{
	width: 20%;
	font-size: 14px;
}


}
