#MAIN {
	padding-top: 0.5%;
	background-image: url(../images/frame_bg_tab.gif);
	font-size: 16px;
}

#MAIN .ArtTitleBox{
	background-image: url(../images/blog/icon_blog.gif);
	background-repeat: no-repeat;
	-moz-background-size: 13% auto;
	background-size: 13% auto;
	width: 85%;
	padding-bottom: 3%;
	clear: both;
	margin-top: 7%;
	margin-right: auto;
	margin-left: auto;
	background-position: center 0px;
}
#MAIN .ArtTitleBox.head {
	background-image: none;
	margin-top: 0%;
}
#MAIN .ArtTitleBox .category {
	font-size: 16px;
	color: #A98C6D;
	padding-top: 13%;
	font-weight: bold;
}
#MAIN .ArtTitleBox.head .category {
	padding-top: 8%;
}
#MAIN .ArtTitleBox .category .date {
}
#MAIN .ArtTitleBox .title {
	font-size: 25px;
	width: 100%;
	padding-top: 2%;
	line-height: 140%;
	padding-bottom: 3.5%;
}
#MAIN .ArtTitleBox .title a {
	text-decoration: none;
	color: #FFF;
}


#MAIN .ArtTitleBox .SNSBOXSUB {
	padding-bottom: 2%;
}
#MAIN .ArtTitleBox .SNSBOXSUB li a {
	color: #FFF;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
#MAIN {
	padding-top: 5px;
	font-size: 14px;
}

#MAIN .ArtTitleBox{
	padding-bottom: 3%;
	-moz-background-size: 18% auto;
	background-size: 18% auto;
}
#MAIN .ArtTitleBox .category {
	font-size: 14px;
	padding-top:18%;
}
#MAIN .ArtTitleBox .category .date {
}
#MAIN .ArtTitleBox .title {
	width: 100%;
	font-size: 18px;
	padding-bottom: 2.5%;
	padding-top: 3%;
}
#MAIN .ArtTitleBox .SNSBOXSUB {
	padding-top: 3%;
	border-bottom-width: 1px;
}
}


#MAIN .ArtTitleCBox {
	-moz-background-size: 13% auto;
	background-size: 13% auto;
	width: 85%;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #525252;
	padding-top: 25px;
	
}
@media screen and (max-width: 480px) {
#MAIN .ArtTitleCBox {
	padding-top: 20px;
	
}
}
#MAIN .ArtTitleCBox.headbox {
	padding-top: 35px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}
@media screen and (max-width: 480px) {
#MAIN .ArtTitleCBox.headbox {
	padding-top: 25px;
}
}

#MAIN .ArtTitleCBox a {
	text-decoration: none;
	display: block;
	color: #FFF;
}

#MAIN .ArtTitleCBox .data {
	font-size: 16px;
	color: #B1977A;
	font-weight: normal;
}
@media screen and (max-width: 480px) {
#MAIN .ArtTitleCBox .data {
	font-size: 14px;
}
#MAIN .ArtTitleCBox .data span {
	display:none;
}
}
#MAIN .ArtTitleCBox .title {
	font-size: 25px;
	width: 100%;
	padding-top: 2%;
	line-height: 140%;
	padding-bottom: 0px;
}
@media screen and (max-width: 480px) {
#MAIN .ArtTitleCBox .title {
	font-size: 18px;
	padding-top: 2%;
}
}

#MAIN .ArtTitleCBox .title a {
	text-decoration: none;
	color: #FFF;
}

#MAIN .ArtTitleCBox .body {
	padding-top: 2%;
}
#MAIN .ArtTitleCBox .thumbnail {
	width: 40%;
	float: right;
	position: relative;
	margin-left: 25px;
	margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
#MAIN .ArtTitleCBox .thumbnail {
	margin-left: 20px;
	margin-bottom: 20px;
	
}
}
#MAIN .ArtTitleCBox .thumbnail:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#MAIN .ArtTitleCBox .thumbnail img {
position: absolute;
    border-radius: 8px; /* ちょっとだけ角丸 */
width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;object-fit: cover;
}
@media screen and (max-width: 480px) {
#MAIN .ArtTitleCBox .thumbnail img {
    border-radius: 5px; /* ちょっとだけ角丸 */
}
}















#MBODY .CONTACTBOX {
	padding-top: 25px;
	clear: both;
}


#MBODY .CONTACTBOX ul {
	width: 86%;
	margin-right: auto;
	margin-left: auto;
}



#pagenation {
	padding-top: 5%;
	padding-bottom: 5px;
	clear: both;
}
#pagenation ul {
    list-style: none;
}
#pagenation li {
}
#pagenation .inline {
    text-align: center;
}
#pagenation .inline li {
	display: inline;
	margin-right: 2px;
	margin-left: 2px;
}
#pagenation .inline li a {
	background-color: #2E2E2E;
	border: 1px solid #666;
	text-decoration: none;
	color: #FFF;
	text-align: center;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
}
#pagenation .inline li.active a {
	background-color: #039;
}




#pagenation .inline li.off {
	background-color: #1F1F1F;
	border: 1px solid #4F4F4F;
	text-decoration: none;
	color: #4F4F4F;
	text-align: center;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
}

@media screen and (max-width: 480px) {
#pagenation {
	padding-top: 25px;
	padding-bottom: 5px;
}
#pagenation .inline li.on {
	display:none;
}
#pagenation .inline li.active {
	display:none;
}
}


#MBODY #pageBack {
	padding-top: 3%;
	padding-bottom: 2%;
}
#MBODY #pageBack a {
	display: block;
	text-decoration: none;
	color: #CCCCCC;
	background-color: #333333;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	font-size: 14px;
	width: 50%;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #494949;
}

@media screen and (max-width: 480px) {
#MBODY #pageBack {
	padding-top: 1%;
	padding-bottom: 0px;
}
}



.noarticle {
	text-align: center;
	padding-top: 25px;
	width: 80%;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 30px;
	}
