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

HELO

*****************************************************/

.indxBdy{
	visibility:hidden;
}
.heloWrp {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}
.ttl {
	z-index: 99;
	position: absolute;
	left: 50%;
	top: 44%;
	color: #111;
	letter-spacing: .2em;
	font-weight: normal;
	font-size: 28px;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	line-height: 1;
	display: none;
}
.heloWrp ul {
	top: 50%;
	/*top: 0;*/
	left: 50%;
	width: 100%;
	position: fixed; /* absolute or fixed */
	overflow: hidden;/*border:10px solid #fff;*/
}
.heloWrp ul li {
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	position: absolute;
}
.heloWrp ul li img {
	width: 100%;
}
/*****************************************************

HEADER

*****************************************************/

/*.hdrWrpFix {
	width: 100%;
	height: 40px;
	background-color: transparent;
	margin: 0 auto;
	padding: 0 20px;
	z-index:9999;
}
*/

/*****************************************************

CATEGORY

*****************************************************/

.indxWrp {
	width: 100%;
	text-align: left;
	background: #fff;
	position: relative;
	z-index: 120;
	color: #111;
}
.indxWrp .capH2 {
	color: #111;
	text-align: center;
	line-height: 1;
}
.catW {
	width: 33.33%;
	padding: 200px 0;
	float: left;
	background:#f9f9f9;
}

.cat02lWrp {
	border-left:1px solid #fff;
	border-right:1px solid #fff;
}

.indxImg {
	width: 80%;
	margin: 60px auto;
}
.indxImg img {
	width: 100%;
}

@media screen and (max-width: 639px) {
.indxImg {
	width: 80%;
	margin: 0 auto;
}
.catW {
	width: 100%;
	padding: 60px 0;
	float: none;
}
.indxWrp .capH2{
	margin-bottom:40px;
}
.cat01lWrp, .cat02lWrp, .cat03lWrp {
	width: 100%;
	float: none;
}


}
/*****************************************************

INFO

*****************************************************/
.infoWrp {
	background: #fff;
	position: relative;
	z-index: 200;
	padding:120px 0;
}
.entry{
	line-height:1;
	margin-bottom:1.8em;
	font-size: 13px;
}
.entry br{
	display:none;
}

.cat{
	width: 100px;
	display: inline-block;
}
.date  {
	width: 140px;
	display: inline-block;
}
.entry a {
	color: #111;
	font-size: 13px;
}

@media screen and (max-width: 639px) {
.infoWrp {
	padding: 60px 10px;
}
.entry{
	line-height:2;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px dotted #ddd;
}
.entry br{
	display:block;
}

}
