@charset "utf-8";

/* NEW ++++++++++ */

#spTitleBoxWrapper.new #spTitleBox .titleWrapper h1:after{
	content: 'New';
	display: block;
	position: absolute;
	width: 36px;
	height: 36px;
	left: 0px;
	top: -2px;
	z-index: 144;
	font-size: 12px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #ff6161;
	-webkit-border-radius: 36px;
	-moz-border-radius: 36px;
	border-radius: 36px;
}

#spTitleBoxWrapper.new #spTitleBox .titleWrapper h1{
	position: relative;
	padding-left: 40px;
}


#spTitleBoxWrapper{
	margin: 0 auto 20px;
}

#spTitleBox{
	width: 100%;
	max-width: 1140px;
	background: transparent url() center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#spTitleBox .cover{
	padding: 40px 20px;
	background: rgba(0,0,0,0.6);
}

#spTitleBox article{
	display: table;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 800px;
	border: none;
}

#spTitleBox .wrapper{
	display: table-cell;
	vertical-align: middle;
	width: 140px;
}

#spTitleBox .wrapper .titleImg{
	width: 140px;
	height: 140px;
	line-height: 140px;
	background: transparent url() center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-border-radius: 140px;
	-moz-border-radius: 140px;
	border-radius: 140px;
}

#spTitleBox .titleWrapper{
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	border-left: transparent solid 8px;
}

#spTitleBox .titleWrapper h1{
	margin-bottom: 6px;
	font-size: 32px;
	font-weight: bold;
}

#spTitleBox .titleWrapper p{
	margin-bottom: 6px;
	font-size: 14px;
	line-height: 16px;
}

#spTitleBox .titleWrapper p.limit{
	display: inline-block;
	padding: 2px 8px;
	font-size: 12px;
	color: #333;
	background: #e6e6e6;
}

#spTitleBoxWrapper .spOnly{
	display: none;
}

@media only screen and (max-width: 767px){

/* FOR HEADER ++++++ */

}

@media only screen and (max-width: 479px){

	#spTitleBoxWrapper.new .titleWrapper h1:after{
		content: 'New';
		display: block;
		position: absolute;
		width: 28px;
		height: 28px;
		left: 20px;
		top: -2px;
		z-index: 144;
		font-size: 9px;
		text-align: center;
		line-height: 28px;
		color: #fff;
		background: #ff6161;
		-webkit-border-radius: 28px;
		-moz-border-radius: 28px;
		border-radius: 28px;
	}

	#spTitleBoxWrapper.new .titleWrapper h1{
		position: relative;
		padding-left: 52px;
	}

	#spTitleBoxWrapper	{
		margin-bottom: 32px;
		background: #fff;
		border-bottom: #b3b3b3 solid 1px;
	}

	#spTitleBox{
		margin-bottom: 8px;
	}
	
	#spTitleBox .cover{
		padding: 4px 20px;
		background: rgba(0,0,0,0.6);
	}

	#spTitleBox article{
		display: block;
		margin: 0 auto;
		padding: 0;
		width: 100%;
		max-width: 800px;
		border: none;
		
	}

	#spTitleBox .wrapper{
		display: block;
		margin: 0 auto;
	}

	#spTitleBoxWrapper .titleWrapper{
		display: block;
		color: #333;
		border-left: 0;
	}

	#spTitleBoxWrapper .titleWrapper h1{
		margin-bottom: 6px;
		padding: 0 20px;
		font-size: 23px;
		font-weight: bold;
	}

	#spTitleBoxWrapper .titleWrapper p{
		margin-bottom: 6px;
		padding: 2px 20px;
		font-size: 14px;
		line-height: 18px;
		font-weight: normal;
	}

	#spTitleBoxWrapper .titleWrapper p.limit{
		background: #ffdbdb;
	}
	
	#spTitleBox .pcOnly{
		display: none;
	}
	
	/* �݂�Ȃ̃��|�[�g */
	
	#mainbody div div.tab-layout h2.ttl-sub{
		margin-bottom: 12px;
		text-align: center;
		float: none;
	}
	
	#mainbody .tab-layout.cf div.tab-layout__col{
		position: static;
		text-align: center;
		float: none;
	}
}
