@charset "utf-8";

/* ################################################################################################ */
/* ## 個別スタイル ################################################################################ */
/* ################################################################################################ */
/* -- コンテンツヘッダー -------------------------------------------------------------------------------- */
.contentsHeader
{
	margin-bottom:25px;
}
.mainVisual
{
	position:relative;
	height:220px;
	background-image:url(../img/title.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}


/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 640px) {
	/* -- コンテンツヘッダー -------------------------------------------------------------------------------- */
	.contentsHeader
	{
		
	}
	.mainVisual
	{
		position:relative;
		height:220px;
		background-image:url(../img/sp_title.jpg);
	}

	.mainVisual .btnMore
	{
		position:absolute;
		bottom:15px;
		left:60px;
	}
}

/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* 継承されないスタイル
/* ----------------------------------------------------------------------------------------------------------------------------------------- */
/* ################################################################################################ */
/* ## パソコンサイト用スタイル(大画面) ############################################################ */
/* ################################################################################################ */
@media screen and (min-width:641px) and (max-width:9999px) {
	
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 640px) {
	
}
