@charset "UTF-8";

@import url("_col.css");
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@200&display=swap');

/*==MM,RCトップページ用==*/
#main.topPage #head_topPage {
	display:block;
	margin-bottom:20px;
}
#main.topPage #head_topPage img {
	float:left;
}
#main.topPage #head_topPage ul {
	display:block;
	float:right;
	padding:3px 0 0 0;
}
#main.topPage #head_topPage ul li {
	font-size:11px;
	liststyle-type:none;
	display:block;
	text-align:right;
	height:18px;
	line-height:18px;
	background-image:url(../mark/arrow1_l.gif);
	background-position:right 3px;
	background-repeat:no-repeat;
	padding:0 14px 0 0;
	width: 90px;
}

#main.topPage .release_date {/*202101追加*/
	line-height: 0;
}
#main.topPage h1 {
	margin-left:250px;
	/*background:none;
	font-size:1.2em;
	padding-top:5px;
	padding-bottom:3px;*/
}

#main.topPage div.spec {
	vertical-align:bottom;
	padding-left:260px;
}

/*===================
202105追加フォーマット
===================*/

#main.topPage .release_date .month {
	display: block;
	line-height: 38px;
	font-size:40px;
	font-weight: 200;
	font-family: 'Karla', sans-serif;
	color:#666;
	margin-bottom: 10px;
}
#main.topPage .release_date .day {
	display: inline-block;
	background-color:red;
	color:#FFF;
	font-size: 15px;
	font-weight: bold;
	line-height: 1;
	padding: 3px;
}