@charset "UTF-8";

#TopNewsBox {
	background-color: #e1f3ff;
}


/* トップページがスライダーの場合 */
.slick-slide img {
	width: 100%;
}
.slick-prev:before,
.slick-next:before {
	color: #000000;
}

/* 最初のチラつき防止 */
#main_slider {
	opacity: 0;
	transition: opacity .25s ease;
	position: relative;
}

.slider.slick-initialized {
	opacity: 1;
}

.slick-prev, .slick-next {
	position: absolute;
}

#main_slide a {
	width: 100%;
	line-height: 1.5em;
	display: block;
	height: 100%;
	transition: 0.2s;
	padding: 10px;
}

#main_slide a:hover {
	transition: 0.2s;
}

#main_slide a .main_photoBox,
#NewsBox_index .newsBoxContents a .main_photoBox {
	display: inline-block;
	overflow: hidden;
	transition: 0.2s;
	position: relative;
}

#main_slide a .main_photoBox .main_photo,
#NewsBox_index .newsBoxContents a .main_photoBox .main_photo {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}

#main_slide a:hover .main_photoBox .main_photo,
#NewsBox_index .newsBoxContents a:hover .main_photoBox .main_photo {
	transform: scale(1.1);
	opacity: 0.7;
	transition: 0.2s;
}

#main_slide a .main_photoBox .pickup,
#NewsBox_index .newsBoxContents a .main_photoBox .pickup {
	display: inline-block;
	position: absolute;
	padding: 2px 10px;
	background-color: rgba(0,0,0,0.7);
	color: #ffffff;
	right: 0;
	bottom: 0;
	border-radius: 10px 0 0 0;
	z-index: 10;
}

#main_slide a:hover .main_photoBox .pickup,
#NewsBox_index .newsBoxContents a:hover .main_photoBox .pickup {
	background-color: rgba(0,0,0,1);
}

.txtBox .titile {
	background-color: #fe8402;
	color: #ffffff;
	padding: 5px 10px;
	margin: 5px auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.txtBox .comment h1,
.txtBox .comment h2,
.txtBox .comment h3,
.txtBox .comment h4,
.txtBox .comment h5,
.txtBox .comment h6,
.txtBox .comment h7 {
	font-size: 100%!important;
	text-align: left;
	padding: 0;
	margin: 0;
}

.txtBox .comment br {
	display: none;
}

.NewsBoxDate {
	color: #999999;
}

#main_slide a .ditailLink,
#NewsBox_index .newsBoxContents a .ditailLink {
	display: block!important;
	text-align: center!important;
	position: relative;
	transition: 0.2s;
	padding: 5px 0;
}

#main_slide a:hover .ditailLink,
#NewsBox_index .newsBoxContents a:hover .ditailLink {
	padding: 5px 0 5px 20px;
	transition: 0.2s;
}

.ditailLink img {
	display: inline-block!important;
	margin: 0 0 0 5px!important;
}

/* 一覧（カード形式）*/

#NewsBox_index .newsBoxContents {
	display: flex;
	flex-flow: wrap;
}

/*ディテールページ*/
h2.DetailTitle {
	text-align: left;
	background-color: transparent!important;
	color: #000000!important;
	padding: 0!important;
	margin: 0 auto 10px auto!important;
	line-height: 1.5em!important;
}

#NewsBox_Detail .photo_box {
	text-align: center;
	padding: 10px 0;
}


/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 1024px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Tablets */
@media only screen and (max-width : 960px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for Lenobo to SmartPhone */
@media only screen and (max-width : 600px) {
/* ------------------------------------------------------ */

}

/* ------------------------------------------------------ */
/* Media Query for FAX iPhoneSE */
@media only screen and (max-width : 320px) {
/* ------------------------------------------------------ */


}