@charset "UTF-8";
/* CSS Document */


#center3 h2 {
	padding: 0 10px 40px 10px !important;
	margin: 0;
	text-align: center!important;
	font-size: 28px;
}
#center3 h2 img {
    width: 100% !important;
}


/*ページ内リンク*/
.pagelink {
	margin: 0;
    font-size: 0;
    padding: 0px 10px 0px 10px;
}
.pagelink li {
    display: inline-block;
    width: 145px;
    box-sizing: border-box;
    margin-bottom: 10px;
    margin-right: 2%;
}

.pagelink li img {
    width: 100%;
}

.pagelink li a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}

.pagelink li:nth-child(4n){
    margin-right: 0px;
}
.pagelink li:nth-child(4n+1){
    clear: both;

}

/**/

.rank-Wrap {
    padding: 10px 10px 0px 10px;
}
.position-control {
    margin-top:-50px;
    padding-top:50px;

}

.rank-Wrap h3{
	border-bottom: solid 2px #000;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 20px;
    color: #333;
}
.rank-Wrap ul {
	width: 100%;
	padding: 0;
    margin: 0;
}

.rank-Wrap li {
	padding: 0;
    margin: 0;
    list-style-type:none;
	width: 18%;
	padding-right: 2%;
	margin-bottom: 20px;

	display: inline-block;
	float: left;
}
.rank-Wrap li a {
	text-decoration: none;
	font-weight: normal;
	display: block;
    text-align: center;
}
.rank-Wrap li a .itemname {
	font-size: 13px;
	color: #333;
    text-align: left;
    margin-bottom: 5px;

}
.rank-Wrap li a:hover .itemname {
    text-decoration: underline;
}

.rank-Wrap li a .price {
	font-size: 12px;
	color: #333;
    font-weight: normal;
}
.rank-Wrap li img.item {
	width: 100%;
	border: solid 1px #ccc;
    margin-bottom: 7px;
}
.rank-Wrap li a:hover img.item {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}
.rank-Wrap li img.rank {
	width: 100%;
    margin-bottom: 7px;
}
.rank-Wrap li:nth-child(5n){
	padding-right: 0%;
}
.rank-Wrap li:nth-child(5n+1){
	clear: both;

}


.linkbtn a {
	margin-top: 10px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #53a928;
    color: #53a928;
    text-align: center;
    background-size: 5px;
    font-size: 14px;
    line-height: 45px;
    position: relative;
    text-decoration: none;
    z-index: 1;

}

.linkbtn a:hover {
    background-color: #f2f2f2;
}


.linkbtn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 6px;
    height: 10px;
    margin: -5px 0 0 20px;
    background: url(../img/btn_ico_arrow.png) no-repeat 0 0;
    background-size: 6px auto;
}


/*PCダイアリー用（ビジネス、プライベート）*/
#diary .linkbtn {
    margin-bottom: 50px;
}
