@charset "UTF-8";

/* common
--------------------------- */
.w700fix {
	width: auto;
}
#wrapper-plus {
	color: #111;
	line-height: 1.6;
}
/*
#wrapper-plus a:link,
#wrapper-plus a:visited {
	color: #444;
	text-decoration: underline;
}
#wrapper-plus a:hover,
#wrapper-plus a:focus,
#wrapper-plus a:active {
	color: #444;
	text-decoration: none;
}
*/

/* title
--------------------------- */
#wrapper-plus .ttl {
	overflow: hidden;
	text-indent: -9999em;
	width: 760px;
	height: 260px;
	background: url(../images/ttl.png);
	margin: 0 0 30px;
}

/* search
--------------------------- */
#wrapper-plus .search-box {
	margin: 20px 0;
}
#wrapper-plus .search-box.btm {
	border-top: 1px solid #e95504;
	padding: 20px 0 0;
}
#wrapper-plus .search-box table {
	width: 100%;
}
#wrapper-plus .search-box table th,
#wrapper-plus .search-box table td {
	padding: 10px 10px 10px 0;
}
#wrapper-plus .search-box table th {
	white-space: nowrap;
}

/* pager
---------------------------
#wrapper-plus .plus-pager {
	margin: 20px 0;
	text-align: right;
	
}
#wrapper-plus .plus-pager > p,
#wrapper-plus .plus-pager > div {
	display: inline-block;
}

/* items
--------------------------- */
#item-wrap {
	/*margin: -10px 0 0;*/
}
#item-wrap .item {
	margin: 0 0 30px;
}
#item-wrap .item a {
	overflow: hidden;
	display: block;
	text-decoration: none;
	background:#f2f2f3;
	padding: 20px;
}


#item-wrap .item a p.img {
	float: left;
	width: 260px;
	text-align: center;
	/*margin-left:20px;*/
}

#item-wrap .item a p.img img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}


#item-wrap .item a .txt {
	float: right;
	width: 440px;
}
#item-wrap .item a .txt h3 {
	margin: 0 0 18px;
	font-size: 20px;
	color: #008caf;
	line-height: 1.3;
}

#item-wrap .item a .txt .entry {
	color:#898989;
	font-size:14px;
	line-height:1.4;
	margin-bottom:20px;
}

#item-wrap .item a .txt .tag {
	color: #ea5154;
	fon-size:12px;
}

#item-wrap .item a .txt .tag span{
	background: #ea5154;
	color:#FFF;
	padding:.15em .25em;
}

/*
#item-wrap .item a .txt > p > img {
	margin: 0 5px 3px 0;
	vertical-align: middle;
}
*/



