/* screens SMALLER than 667
******************************************/
@media screen and (max-width: 667px){
.SP { display:block !important; }
.PC { display:none !important; }

body {
	font-size:12px;
	line-height:1.75;
}
#wrapper,#header {
	width:100%;
}
#wrapper {
	background-image:none;
	background:#fff;
}
#header {
	padding-bottom:15px;
}
#header h1, #header h1 img {
	width:100%;
}
img[usemap] {
	border: none;
	height: auto;
	max-width: 100%;
	width: auto;
}
#main,#left {
	width:100%;
	float:none;
	margin:0;
}
#main .sec {
	padding:0 5%;
	margin-bottom:0;
	border: none;
}
#main .sec h2 {
	line-height:1.3;
	font-size:20px;
}
#main .sec h2 a {
	font-size:20px;
}
#main .sec span {
	font-size:8px;
	margin-bottom:18px;
}
#main .sec p.txt {
	float:left;
	width:60%;
}
#main .sec .img {
	float:right;
	width:35%;
}
#main .sec .img img {
	width:100%;
}
#main .sec .more {
	display:none;
}
.border {
	background:#E5EBF4;
	border-top:1px solid #8F9194;
	border-bottom:1px solid #8F9194;
	height:12px;
	margin-bottom:20px;
}
.bordertop {
	background:#E5EBF4;
	border-top:1px solid #8F9194;
	height:12px;
	margin-bottom:20px;
}
.borderbottom {
	background:#E5EBF4;
	border-bottom:1px solid #8F9194;
	height:12px;
	margin-bottom:20px;
}
#left ul.bt {
	width:90%;
	margin: 0 auto 0px !important;
}
#left .bt li {
	width:47%;
	float:left;
}
#left .bt li:last-child {
	float:right;
}
#left .bt li img {
	width:100%;
}
#left h3 {
	margin-bottom:0;
}
#left .profile h3 {
	margin-bottom:10px;
}
#left .profile {
	padding:0 5%;
	margin-bottom:0px;
}
#left .profile {
	padding:0 5%;
	margin-bottom:0px;
}
#left .entries {
	margin-bottom:0;
	padding-bottom:0;
}
#left .entries h3 {
	background: url(../img/spdownbt.png) no-repeat right 10px center, -moz-linear-gradient(left, #d4dfe1, #c6d4d7);
	background: url(../img/spdownbt.png) no-repeat right 10px center, -ms-linear-gradient(left, #d4dfe1, #c6d4d7);
	background: url(../img/spdownbt.png) no-repeat right 10px center, -o-linear-gradient(left, #d4dfe1, #c6d4d7);
	background: url(../img/spdownbt.png) no-repeat right 10px center, -webkit-gradient(linear, left top, right top, from(#d4dfe1), to(#c6d4d7));
	background: url(../img/spdownbt.png) no-repeat right 10px center, linear-gradient(left, #d4dfe1, #c6d4d7), no-repeat;
}

#left .entries li {
	margin-bottom:0;
}
#left .entries li a {
	border-bottom:1px solid #8F9194;
	padding:10px 18px;
	display:block;
	width:100%;
}
#left div.entries:first-of-type a {
	background: url(../img/iconblack.png) no-repeat left 18px top 15px;
	padding-left: 30px;
}
#left div.entries:nth-of-type(2) a {
	background: url(../img/iconblack.png) no-repeat left 18px top 15px;
	padding-left: 30px;
}
#left .entries li p {
	margin-bottom:0;
}
#left .entries li ul {
	margin-bottom:0;
}

#left .entries li ul li a {
	display:block;
	width:100%;
	padding: 12px 0 12px 40px;
}

#left .close {
	padding-top:0px;
	width:90%;
	margin: 0 auto;
}


#left .close a {
	font-size:12px;
	height:30px;
	border: none;
	line-height:30px;
	padding-left:28px;
	background-position: left center;
	background-size: 18px;
}
#left .close a:hover {
	text-decoration:underline;
}

#footer {
	padding-top:0;
}
#footer p {
	font-size:10px;
}


/*記事*/
.movelink {
	font-size:11px;
	text-align:center;
	margin-bottom:15px;
}
.sec.detail {
	padding: 0 5% !important;
	width:100%;
	text-align:center;
	margin-bottom:30px !important;
}
.sec.detail p, .sec.detail h2, .sec.detail span {
	text-align:left;
}
.sec.detail p {
	font-size:16px;
}

.sec.detail img {
	width:80%;
}


/*カテゴリ*/
.backlink {
	font-size:11px;
	text-align:left;
	padding-left:5%;
	margin-bottom:15px;
}
.category .sec {
	margin-bottom:20px !important;
}

/*ページナビ*/
.pagenav{
text-align:center;
}


}
