/*================================
ranktitle


================================*/

.ranktitle{
	margin-top: 20px;
	padding-top: 20px;
	
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	text-align: center;
	background-color: rgba(255,226,227,0.20)
}

.ranktitle img{
	width: 100%;
	margin:0;
	
}

h2 img{
	padding:0;
	width: 13%;
}

.ranktitle h5{
	text-align: center;
	color:#FF5D99;
	font-size: 28px;
	font-weight: 500;
	margin-top: 0;
	border-bottom: double #E1C198;
	
	
}




/*================================
contents
================================*/
.banner img{
	align-content: center;
	margin-top: 10px;
	padding: 0px;
	
 }


.box {
	background-color:;
	margin-top: 20px;
	margin-bottom: 0;
	font-size: 14px;
	position: relative;
	word-wrap: break-word;
	border-style: none;
	border-width: 1px;
	padding-bottom: 5px;
}


.box p{
	margin-bottom:15px;
	
}

.rank{
	background-color: white;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 50px;
	margin-top: 10px;
	margin-bottom: 40px;
	margin-left: 10px;
	margin-right: 10px;
	background-image: url(../images/box_top.png),url(../images/box_bottom.png),url(../images/box_repeat.png);
	background-position: top center,bottom center, center;
	background-repeat: no-repeat, no-repeat,repeat-y;
	background-size: contain

}

.souhyou p{
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: small;
	background-color: #FFFEF0;
	margin-top: 0;
	
}

.souhyou h5 {
	font-size: 18px;
	position: relative;
	padding: 15px;
	margin:0;
	background: #e6f4ff;
	color: #5c98d4;
	font-weight: bold;
	text-align: center;
}

.souhyou h5:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 20px;
	border: 15px solid transparent;
	border-top: 15px solid #e6f4ff;
	width: 0;
	height: 0;
}

.souhyou{
	border-radius: 5px;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
}

.voice{
	
	padding:5px;
	margin: 10px;
	border-radius: 5px;
	background-color: #FBFBFB;
	box-shadow: 3px 3px rgba(0,0,0,0.1);
}

.voice li{
	text-decoration: none;
	color: #6F5636;
	
}

.ex_tag_posts{
	background-color: rgba(228,203,215,0.75);
	padding:5px;
	margin: 5px 0px;
	border-radius: 5px;
}

.ex_tag_posts p{
	font-size: 12px;
}

.ex_tag_link a{
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #876B56
}

.ex_tag_button{
	text-align: right;
	clear: both;
}

.ex_tag_button a{
	text-decoration: none;
	font-weight: 600;
	padding: 5px;
	margin: 10px;
	border-radius: 3px;
	
}

h3{
	text-align: center;
	font-size: 18px;
	margin: 2px;
	font-weight: 600;
	padding: 10px;
	background-image: linear-gradient(-45deg, rgba(227,155,140,.4) 25%, transparent 25%, transparent 50%, rgba(227,155,140,.4) 50%, rgba(227,155,140,.4) 75%, transparent 75%, transparent 100%);
	background-size: 20px 20px;
	border-left:2px dotted rgba(0,0,0,.1);
	border-right:2px dotted rgba(0,0,0,.1);
	box-shadow:0 0 5px rgba(0,0,0,.2);
	color: #65513f;
	transform: rotate(-1deg); 
}

hr{
	border: none;
	height: 1px;
	background-color: #464646;
	margin: 5px;
}

/*================================
ランクボックス
================================*/

.rankbox dl{

	line-height: 0px;
    background-color: #d2e7e4;
    box-shadow: 0px 0px 0px 5px #d2e7e4;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
	margin: 5px;

}

.rankbox dl dt, .rankbox dl dd {
  display:table-cell;
  padding:/*画像の上下同じだけのマージンとして仮定px */0;
  vertical-align:middle;
}

.rankbox dl dt {
    width:70px;
    text-align:center;
	padding: 5px;
}

.rankbox dl dt img {
  width:100%;
  height:auto;
}

.rankbox dl dd {
  text-align:left;
}
.rankbox dl dd h2 {
	font-size: 32px;
	font-weight: 700;
	color:#CAB75F;


}

/*===============================
表の装飾
===============================*/

table th {
	width: 150px;
	padding: 10px;
	font-weight: bold;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
	background-image: url(../images/pink_dot_s.jpg);
} 

table td {
	width: 550px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;

} 

/*================================
voice
================================*/
.contentstitle h4{
	text-align: center;
	font-size: 18px;
	margin-left: 10px;
	margin-right: 10px;
    background: none;
    border: 1px solid #f3cbd0;
    padding-top: 15px;
	padding-bottom: 15px;
    position: relative;
}
.contentstitle h4:after{
    background: repeating-linear-gradient(-45deg, #f5d5da, #f5d5da 5px, #fcf0f1 0, #fcf0f1 10px);
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100%;
    height: 100%;
        z-index: -2;
}



@media(max-width : 550px ){
	

	
	h3{	
	font-size: 18px;

}
.rankbox dl dd h2 {
	font-size: 28px;
	font-weight: 700;
}	

}


@media ( max-width : 450px ){
	
.ex_tag_button	{
	text-align: center
	}
.ex_tag_button a{
	font-size: 16px;
	}	
.ex_tag_posts p{
	font-size: 14px;
}
.ex_tag_link a{
		font-size: 16px;
	}	
	


.rankbox dl dd h2 {
	font-size: 24px;
	font-weight: 700;
}

.rank{
	padding-top: 5px;
	padding-right: 4px;
	padding-left: 4px;
	padding-bottom: 20px;
	margin-right: 0;
	margin-left: 0;

}
}
@media ( max-width : 414px )	{


.rankbox dl dt img {
  width:90%;
}


.rankbox dl dd h2 {
	font-size: 22px;
}

	
.box{
	margin: 0;
	padding: 0;

}

th,td{
	font-size: 10px;
	
}
	
.souhyou p{
	font-size: 12px;
	
}	

.souhyou h5{
	font-size: 14px;
	
}

h3{
font-size: 16px;


}
.ranktitle h5{
	font-size: 22px;
	}
}

@media( max-width : 340px ){
	
	
h3{
font-size: 16px;

}
.rankbox dl dd h2 {
	font-size: 18px;
}	
	
}
