@charset "shift_jis";
/*  特集ページ
-----------------------------------------------------------------------------*/

.pageclose-base {
    background-color: white; /* カラーフィルタ効果の色を指定*/
    display: inline-block; /*任意：インラインブロック化したい場合 */
    width: 100%;
}
.pageclose-image {
    opacity: 0.3;    /* カラーフィルタ効果の度合いを指定(※) */
    display: block;
}

/* PC画面用（ウィンドウ幅が769px以上の場合に適用） */
@media print,screen and (min-width: 769px) {	
	
.close_info2 {	
	font-weight:bold;
	background-color:#D30003;
	padding:21px 10px 20px;
	margin:20px;
	text-align:center;
	font-size:26px;
	line-height:120%; 
	color:white;
}		
	
.close_info {	
	font-weight:bold;
	background-color:#FFFCC6;
	border: dotted 3px #F59D9E;
	padding:20px;
	margin:20px;
	text-align:center;
	font-size:26px;
	line-height:130%; 
	color: red;
}	
}

/* SP画面用（ウィンドウ幅が768px以下の場合に適用） */
@media only screen and (max-width: 768px) {
 
.close_info {	
	font-weight:bold;
	background-color:#DF0F13;
	padding:5% 5%;
	margin:7px;
	text-align:center;
	font-size:120%;
	line-height:120%; 
	color: white;
}	
	
}

