@charset "utf-8";



.mom-c-category-head-ttl{
	text-align:center;	
}

.mom-c-category-head-ttl-img {
	width:100%;
	height:150px;
	display:table-cell;
	vertical-align:middle;
}

.mom-c-category-head-ttl-img img {
	width:auto;
	max-width:100%;
}


.mom-c-category-head.matsuyama {
	background: url(head-pc.jpg) repeat-x center center #fff;
	background-size:auto 100%;
    height: 200px;
	color:#FFF;
}

.mom-c-article-main-hr {
	margin-bottom:35px;
	border:none;
	height:1px;
	background:#ddd;
}

.mom-c-viewall {
	text-align:center;
	padding-top:20px;
	font-size:110%;
}

.mom-c-viewall a{
	display:inline-block;
	padding:0 30px 0 0;
	position:relative;
	font-size:14px;
	line-height:18px;
	color:#000000;
	text-decoration:none;
	transition:all 0.5s ease-out;
}

.mom-c-viewall a:hover{
	opacity:0.5;
}

.mom-c-viewall a:before{
	position:absolute;
	top:100%;
	right:0;
	width:18px;
	height:1px;
	margin:-7px 0 0 0;
	content:"";
	background:#000000;
}

.mom-c-viewall a:after{
	position:absolute;
	top:100%;
	right:0;
	width:6px;
	height:1px;
	margin:-10px 0 0 0;
	content:"";
	background:#000000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}