@charset "UTF-8";
/* css Tidings [top] */

@import url("main.css");
@import url("../content.css");

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
}
.listArea .waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Box ==*/
.waku_list .listbox {
	padding: 0;
	margin: 0 auto;
	height: auto;
	border-bottom: 2px dotted #cdcfd1;
}
.waku_list .listbox article {
	padding: 0;
	margin: 0 auto;
	height: auto;
	position: relative;
	overflow: hidden;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}
.waku_list .listbox article a {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	text-decoration: none;
	display: block;
}
.waku_list .listbox article a:hover {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #fdeef5;
	text-decoration: none;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	padding: 0;
	margin: 0 auto;
	height: auto;
	font-family: 'Noto Sans JP', sans-serif;
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	-o-box-sizing: border-box; 
	-ms-box-sizing: border-box; 
	box-sizing: border-box;
}

/*== Date ==*/
.waku_list .listbox article .detail .time {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.waku_list .listbox article .detail .time:before {
	content: "";
	background: url(../../images/home/icon_list@2x.png) 0 0 no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
	width: 7px;
	height: 7px;
	display: inline-block;
	position: absolute;
}
.waku_list .listbox article .detail .time .txt_data {
	padding: 0;
	margin: 0;
	color: #4d4e4f;
	font-family: 'Open Sans', 'Lucida Grande', Arial, sans-serif;
	font-weight: 600;
	line-height: 1.0;
	text-align: left;
	display: inline-block;
	float: left;
}
.waku_list .listbox article a .detail .time .txt_data {
	color: #5d5e5f;
}
.waku_list .listbox article a:hover .detail .time .txt_data {
	color: #f46ea9;
}
.waku_list .listbox article .detail .time .iconbox {
	margin: 0;
	display: inline-block;
	float: left;
	background-color: #f46ea9;
	border-radius: 2px;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 600;
	text-align: center;
	text-decoration: none;
	position: relative;
}
.waku_list .listbox article .detail .time .m-yellow {
	background-color: #f7b034;
}
.waku_list .listbox article .detail .time .m-lightBlue {
	background-color: #5fd6d5;
}
.waku_list .listbox article .detail .time .m-orange {
	background-color: #fe7430;
}

/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .listbox article .detail .list-title h3 {
	padding: 0;
	margin: 0;
	color: #3d3e3f;
	font-weight: 700;
	text-align: left;
	line-height: 1.3;
}
.waku_list .listbox article .detail .list-title h3 small {
	padding: 0;
	margin: 0;
	color: #6d6e6f;
	font-size: 65%;
	font-style: normal;
	font-weight: 600;
	text-align: center;
	display: inline-block;
}
.waku_list .listbox article .detail .list-title h3 i {
	padding: 0;
	margin: 0;
	color: #7d7e7f;
	font-size: 108%;
	font-weight: 900;
	display: inline-block;
}

/*== a:h3 ==*/
.waku_list .listbox article a .detail .list-title h3 {
	color: #3d3e3f;
	text-decoration: none;
}
.waku_list .listbox article a:hover .detail .list-title h3 {
	color: #f46ea9;
	text-decoration: underline;
}
.waku_list .listbox article a .detail .list-title h3 i {
	color: #7d7e7f;
	text-decoration: none;
}
.waku_list .listbox article a:hover .detail .list-title h3 i {
	color: #f46ea9;
	text-decoration: underline;
}


/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 98%;
}
	
/*== Box ==*/
.waku_list .listbox {
	width: 98%;
}
.waku_list .listbox article {
	width: 100%;
}
.waku_list .listbox article a,
.waku_list .listbox article a:hover {
	padding: 20px 25px;
	width: 100%;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	width: 100%;
}

/*== Date ==*/
.waku_list .listbox article .detail .time {
	margin-bottom: 12px;
	width: 100%;
}
.waku_list .listbox article .detail .time:before {
	left: 0;
	top: 10px;
}
.waku_list .listbox article .detail .time .txt_data {
	margin-top: 5px;
	margin-left: 15px;
	font-size: 15px;
}
.waku_list .listbox article .detail .time .iconbox {
	padding: 4px 15px;
	margin-left: 10px;
	font-size: 12px;
}
	
/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 20px;
}
.waku_list .listbox article .detail .list-title h3 i {
	margin-right: 6px;
}


}


/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	width: 100%;
}
.listArea .waku_list {
	width: 98%;
}
		
/*== Box ==*/
.waku_list .listbox {
	width: 98%;
}
.waku_list .listbox article {
	width: 100%;
}
.waku_list .listbox article a,
.waku_list .listbox article a:hover {
	padding: 16px 20px;
	width: 100%;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	width: 100%;
}

/*== Date ==*/
.waku_list .listbox article .detail .time {
	margin-bottom: 8px;
	width: 100%;
}
.waku_list .listbox article .detail .time:before {
	left: 0;
	top: 8px;
}
.waku_list .listbox article .detail .time .txt_data {
	margin-top: 4px;
	margin-left: 15px;
	font-size: 14px;
}
.waku_list .listbox article .detail .time .iconbox {
	padding: 3px 12px;
	margin-left: 8px;
	font-size: 11px;
}
	
/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 18px;
}
.waku_list .listbox article .detail .list-title h3 i {
	margin-right: 5px;
}


}


/* SP */
@media only screen and (max-width: 599px) {
/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Waku ==*/
.listArea {
	padding-bottom: 15px;
	width: 100%;
}
.listArea .waku_list {
	width: 98%;
}
		
/*== Box ==*/
.waku_list .listbox {
	width: 98%;
}
.waku_list .listbox article {
	width: 100%;
}
.waku_list .listbox article a,
.waku_list .listbox article a:hover {
	padding: 12px 15px;
	width: 100%;
}

/*== Detail ==*/
.waku_list .listbox article .detail {
	width: 100%;
}

/*== Date ==*/
.waku_list .listbox article .detail .time {
	margin-bottom: 6px;
	width: 100%;
}
.waku_list .listbox article .detail .time:before {
	left: 0;
	top: 7px;
}
.waku_list .listbox article .detail .time .txt_data {
	margin-top: 4px;
	margin-left: 15px;
	font-size: 13px;
}
.waku_list .listbox article .detail .time .iconbox {
	padding: 3px 10px;
	margin-left: 8px;
	font-size: 10px;
}
	
/*== h3 ==*/
.waku_list .listbox article .detail .list-title {
	width: 100%;
}
.waku_list .listbox article .detail .list-title h3 {
	font-size: 16px;
}
.waku_list .listbox article .detail .list-title h3 i {
	margin-right: 4px;
}


}