@charset "utf-8";

/* 全てのサイズ共通 */

.ttlEntry {
	background:#672729;
	color:#fff;
	font-size:2.0rem;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:40px;
	}		
	
.secretTtl {
    margin:0 0 20px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align:center;
	color:#cf9a3d;
	}	
	
.secretTxt {
	font-size: 1.6rem;
	text-align:center;
	margin:0 0 70px;
	}	

.textStyle1 {
    font-size: 1.6rem;
}

.txtLarge {
    font-size: 2.4rem;
    font-weight: bold;
    color: #cf9a3d;
	}	
	
.line {
	border-top:1px dotted #ccc;
	margin-bottom:40px;
	padding-top:40px;
	}	
	
	
.secretImgBox {
	width: 640px;
	margin: 0 auto;
}
		


@media screen and (min-width:1010px) and ( max-width:1400px) {
    /* PC用　*/

.secretTtl {
    font-size: 4rem;
}

.txtLarge {
    font-size: 4rem;
}

}

@media screen and (min-width:1400px) {
    /* 右サイド広告がコンテンツに被らない　*/

.secretTtl {
    font-size: 4rem;
}

.txtLarge {
    font-size: 4rem;
}

}