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

/*　category_present.php　*/

#cateogry-title-box {
	width: 100%;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 10px 10px 18px;
	margin-bottom: 0;
	background:#FFF url(../img/index/bn-pre.png) repeat-x center bottom;
}

.present-mark-box {
	font-size: 21px;
	text-align:center;
	width: 30px;
	margin: 0 0 0 10px;
	padding: 10px 5px 5px;
	float: left;
	color: #fff;
	background:url(../img/category/bg-present.png) no-repeat center center;
}

h2.archive-title {
	font-size: 21px;
	margin: 0 0 0 55px;
	padding: 10px 0 0 0;
	letter-spacing: 0.8em;
}

@media (max-width: 739px) {
	h2.archive-title {
		letter-spacing: 0.1em;
	}
    .sunday-present-box-pc, .zou-present-box-pc {
        display:none;
    }
    .sunday-present-box-sp, .zou-present-box-sp {
        display:block;
    }

}

@media (min-width: 740px) {
	h2.archive-title {
		letter-spacing: 0.8em;
	}
    .sunday-present-box-sp, .zou-present-box-sp {
        display:none;
    }
    .sunday-present-box-pc {
        display:block;
        background:url(../img/present/bg-present-sunday.png) no-repeat center bottom;
        height: 290px;
        width: 685px;
        padding-right: 192px;
        padding-left: 30px;
        margin: 20px auto 40px;        
    }
    .zou-present-box-pc {
        display:block;
        background:url(../img/present/bg-present-zou.png) no-repeat center bottom;
        height: 290px;
        width: 685px;
        padding-left: 192px;
        padding-right: 30px;
        margin: 20px auto 40px;        
    }
}


.item.present {
	background: none;
	width: 100%;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	margin: 0 0 10px;
	background-color: #fff;
	padding: 0;
}

h3 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #fff;
	width: 100%;
}
.msg-box-pc {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 150%;
	width: 100%;
}
.msg-box-sp {
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	padding-bottom: 20px;
	padding-left: 30px;
	line-height: 150%;
	background-color: #fff;
	width: 100%;
}
.msg-box-pc span, .msg-box-sp span {
	font-weight: bold;
	color: #e92763;
}

.item.breadcrumb-list-box {
	width: 100%;
	text-align: left;
	background-color: #fff;
	padding: 10px;
	margin: 0;
}

.item.breadcrumb-list-box ul li {
	float: left;
}
/*
.item .present-link-box1, .item .present-link-box2, .item .present-link-box6 {
	width: 47%;
	text-align: center;
	padding: 10px;
	margin: 20px 1%;
	background-color: #1FB4DA;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 24px;
	font-weight: bold;
}
*/

.item .present-link-box1, .item .present-link-box2 {
    width: 47%;
	text-align: center;
	padding: 10px;
	margin: 10px 1%;
	background-color: #1FB4DA;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 24px;
	font-weight: bold;
}

.item .present-link-box6 {
    width: 80%;
	text-align: center;
	padding: 10px;
	margin: 10px auto;
	background-color: #1FB4DA;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 24px;
	font-weight: bold;
}

.item .present-link-box3, .item .present-link-box4, .item .present-link-box5 {
	width: calc(94% / 3);
	text-align: center;
	padding: 10px;
	margin: 20px 1%;
	background-color: #1FB4DA;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	font-size: 24px;
	font-weight: bold;
}

#main-cont .item .present-link-box1 a , #main-cont .item .present-link-box2 a , #main-cont .item .present-link-box3 a , #main-cont .item .present-link-box4 a , #main-cont .item .present-link-box5 a, #main-cont .item .present-link-box6 a{ color: #fff; text-decoration: none; }

#main-cont .item .present-link-box1 a:hover , #main-cont .item .present-link-box2 a:hover , #main-cont .item .present-link-box3 a:hover , #main-cont .item .present-link-box4 a:hover , #main-cont .item .present-link-box5 a:hover, #main-cont .item .present-link-box6 a:hover { color: #fff; text-decoration: underline; }
