@charset "utf-8";

/* --------------------------------------------------------------
特集ページ(共通)
-------------------------------------------------------------- */

/* --------------------------------------------------------------
特集ページ(PC)
-------------------------------------------------------------- */

@media screen and (min-width:640px){

.titleArea a {
	width:190px;
	text-align:center;
	}


	}

/* --------------------------------------------------------------
TOPページ(SP)
-------------------------------------------------------------- */

@media screen and (max-width:640px){

.tokusyu .titleArea h2 {
	margin:0 0 10px 10px;
	font-size:20px;
	text-align:left;
	}
	
.tokusyu .titleArea a {
	display:none;
	}
	
	}
	
@media screen and (max-width:320px){
	
	}
