@charset "utf-8";
/*
Theme Name: aitie
Version:1.0
Description: original theme
Author: AITIE
*/


.NewsNew {
	color: #015DB2;
    padding: 0px 7px 0px;
    border: 1px solid #015DB2;
}
.EntryTag {
margin: 15px 0 20px;
}
.EntryTag  p {
    float: left;
    margin: 1px;
	list-style: none;
}
.EntryTag  p a {
	display: block;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    padding: 0px 7px 0px;
    border: 1px solid #000;
}
/***** 記事ページ *****/
.PostDay {
	display: inline-block;
    font-size: 12px;
}
.PostCat {
    line-height: 1.0;
    margin: 0 1em;
    display: inline-block;
    background: #193B73;
    color: #FFF;
    font-size: 12px;
    padding: 3px 10px;
}
.PostCat a {
    color: #FFF;
}
.PostPage .entry {
	padding: 50px 0;
    border-bottom: 1px solid #000;
	overflow: hidden;
}
/* 前後記事 */
.AroundN {
	margin-bottom: 100px;
}
.AroundN ul li a{
	xdisplay: block;
}

.AroundN ul li {
	position: relative;
	padding: 0;
	width: 50%;
}
.nextpost:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    top: 25%;
    left: 20%;
}
.prevpost:after {
    content: '';
    width: 40px;
    height: 40px;
    border: 0px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 25%;
    right: 20%;
}
.AroundNTitle {
	margin: 10px;
}

@media screen and (max-width: 480px) {

/* 次前の記事 */
.PageN_one {
    padding: 20px 0 0;
    margin: 0 auto;
}
.PageN_one ul li {
    display: block;
	width: 100%;
}
}