@charset "utf-8";

article:nth-child(even){
	background: #fff8fb;
}

.frame{
	margin:0 auto;
	padding:40px 0;
	background:#FFF;
	width:1000px;
}
.frame h3{
	text-align:center;
}

.frameList{
	margin: 20px 0 30px 0;
}
.frameList ul{
}
.frameList li{
	padding:10px 0;
	line-height:1.5;
	display: table;
	width: 100%;
	border-bottom:1px solid #CCC;
}
.frameList li .date{
	padding-left:20px;
	font-weight:bold;
	background:url(../../img/common/ar_black.png) no-repeat left;
	display: table-cell;
	vertical-align: top;
	width: 8em;
}
.frameList li .tag{
	display: table-cell;
	vertical-align: top;
	width: 10em;
	text-align: center;
}
.frameList li .tag span{
	font-size: 12px;
	padding: 3px;
	color: #FFF;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	display: block;
}

.frameList li .tag .kirari,
.frameList li .tag .amikirari,
.frameList li .tag .tsukubakirari,
.frameList li .tag .miraikirari,
.frameList li .tag .moriyakirari{
	background: #f1a504;
}
.frameList li .tag .midorinomori{
	background: #33b426;
}
.frameList li .tag .tachiki{
	background: #2c5d26;
}
.frameList li .tag .tsutsumikai{
	background: #ff7676;
}


.frameList li .txt{
	display: table-cell;
	vertical-align: top;
	color:#e875a0;
	word-break:break-all;
	padding-left: 15px;
}
.frameList .btn{
	padding-top:20px;
	text-align:center;
}
.frameList .btn #btn_close,
.frameList .btn #btn_more{
	display:none;
	cursor:pointer;
}
.frameList .btn img{
	margin:0 auto;
	display:block;
}
.inWP table{
	margin: 5px auto 15px auto;
	width: 100%;
	border-top: 1px solid #999;
}
.inWP table caption{
	padding: 5px 0;
	text-align: left;
	display: block;
	font-weight: bold;
}
.inWP table caption:before{
	content: "■";
}

.inWP table thead th{
	padding: 15px 10px;
	text-align: center;
	font-weight:bold;
}
.inWP table tbody th{
	padding: 15px 10px;
	text-align: left;
	font-weight:normal;
	background: #ededed;
	border-bottom: 1px solid #999;
	border-right: 1px dotted #999;
}

.inWP table tbody td{
	padding: 15px 10px;
	border-bottom: 1px solid #999;
	border-right: 1px dotted #999;
}
.inWP table tbody tr td:last-child{
	border-right: 0;
}

.inWP .date{
	color: #666;
	text-align: right;
	padding-bottom: 2em;
}
.inWP img{
	max-width: 100%;
	height: auto;
}

@media screen and (max-width: 979px) {
.frame{
	width:96%;
}
}
@media screen and (max-width: 868px){
/* This break point */
}
@media screen and (max-width: 768px){
.frameList li .txt{
	margin-top:0;
	padding-left: 0;
}
}
@media screen and (max-width: 620px) {
/*sp*/
}
@media screen and (max-width: 480px){
/*sp*/
}
