@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;
	}	
	
.ttlList {
	background: url(../img/common_ttl_arrow03.jpg) no-repeat 98% center #DED091;
	color:#672729;
	font-size:2.0rem;
	padding:15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin:0 0 40px;
	}	
	
.contArea {
	padding-top:30px;
	padding-bottom:60px;
	}	


.allListBox {
	width: 30%;
	border:1px solid #ccc;
	margin:0 0 3%;
	}	

.allListBox:hover {
    opacity: .75; 
    filter: alpha(opacity=75);
    -ms-filter: "alpha(opacity=75)"; 
    -khtml-opacity: .75;
    -moz-opacity: .75;
}

.allListBox .ttl a{
	display:block;
	color:#672729;
	font-size: 1.8rem;
	font-weight:900;
	text-align:center;
	padding:30px 0 0;
	}	

.allListBox .ttl a:hover {
    text-decoration: none;
}

.allList_l {
	float:left;
	margin-right:5%;
	}
	
.allList_r {
	float:right;
	}	


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


.allListBox .ttl a{
    font-size: 2.4rem;
}

}

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

.allListBox .ttl a{
    font-size: 2.4rem;
}

.allListBox {
    width: 30%;
    border: 1px solid #ccc;
    margin: 0 0 3%;
    float:left;
}

.allList_l {
	margin-right:5%;
	}

}