@charset "utf-8";

@media screen and (min-width: 751px) {

.list h2 {
	background: url(../news/img/mv.jpg) top center no-repeat;
}
main{
	padding-bottom: 75px;
}
main article:first-child {
	border-top: 1px dotted #ccc;
}
main article {
	border-bottom: 1px dotted #ccc;
	clear: both;
}
main article a,
main article span {
	display: block;
	overflow: hidden;
	padding: 15px 0;
	line-height: 1.3;
}
main article a:hover {
	background: #eee;
}
main article a time,
main article span time {
	width: 132px;
	display: block;
	float: left;
	text-align: left;
	padding: 2px 0 0 20px;
}
main article a .icon,
main article span .icon {
	width: 90px;
	padding: 5px 0;
	display: block;
	float: left;
	text-align: center;
	background: #9d9d9d;
	color: #fff;
	font-size: 87.5%;
	line-height: 1;
}
main article a h3,
main article span h3 {
	display: block;
	float: left;
	width: 445px;
	text-align: left;
	padding: 2px 0 0 20px;
	word-break: break-all;
	font-weight: normal;
}
main article a .icon.news,
main article span .icon.news {
	background: #4f4290;
}
main article a .icon.exhibition,
main article span .icon.exhibition {
	background: #cb3839;
}
main article a .icon.product,
main article span .icon.product {
	background: #3261b7;
}

/* pager
---------------------------------------------*/
.pager {
	text-align: center;
	padding: 45px 0 0;
}
.pager li {
	display: inline-block;
	margin: 0 3px;
	font-weight: bold;
}
.pager li.back {
	margin-right: 10px;
}
.pager li.next {
	margin-left: 10px;
}
.pager li.back a {
	background: url(../common/img/icon_arrow03.png) 14px center no-repeat;
	padding: 0 12px 0 28px;
}
.pager li.next a {
	background: url(../common/img/icon_arrow01.png) 60px center no-repeat;
	padding: 0 28px 0 12px;
}
.pager li.back a:hover {
	background: url(../common/img/icon_arrow04.png) 14px center no-repeat;
}
.pager li.next a:hover {
	background: url(../common/img/icon_arrow05.png) 60px center no-repeat;
}
.pager a {
	border: 1px solid #ccc;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 2.6;
	color: #ca3435;
}
.pager a:hover {
	border: 1px solid #ca3435;
	background-color: #ca3435 !important;
	color: #fff;
}
.pager span {
	border: 1px solid #ca3435;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 2.6;
	background: #ca3435;
	color: #fff;
}

/* -----------------------------------------------------------------------------

	side nav

----------------------------------------------------------------------------- */
#wrapper #side nav > ul > li > a {
	cursor: default;
}
#wrapper #side nav > ul > li > a span:before {
	content: url(../news/img/icon_select.png);
	left: -27px;
	top: 2px;
}
#wrapper #side nav > ul > li > a:hover {
	background: #444;
}
#wrapper #side nav > ul > li > a {
	background-image: none;
	padding: 16px 0 16px 56px
}
#wrapper #side nav > ul > li.use > ul li a {
	background: url(../common/img/icon_arrow01.png) 30px center no-repeat;
}

/* -----------------------------------------------------------------------------

	詳細

----------------------------------------------------------------------------- */
.detail main section {
	min-width: 710px !important;
	margin-bottom: 70px !important;
}
.detail h2 {
	margin: 10px 0 60px;
	font-size: 170%;
}
.detail h3 {
	width: 100%;
}
.detail main .date span {
	background: #9d9d9d;
	color: #fff;
	width: 90px;
	display: inline-block;
	text-align: center;
	font-size: 80%;
	padding: 1px 0;
	vertical-align: top;
	margin-left: 10px;
	line-height: 1.7;
}
.detail main .date span.news {
	background: #4f4290;
}
.detail main .date span.exhibition {
	background: #cb3839;
}
.detail main .date span.product {
	background: #3261b7;
}
.detail main .date span.other {
	background: #9d9d9d;
}
.detail main .pht {
	width: 380px;
}
.detail main section p {
	margin-bottom: 20px;
}
.detail main a {
	color: #ca3435;
	text-decoration: underline;
}
.detail main a:hover {
	text-decoration: none;
}
.detail main p.pageBack {
	text-align: center;
}
.detail main p.pageBack a {
	color: #666;
	background: #fff;
	border: 1px solid #ccc;
	padding: 15px 30px 14px;
	letter-spacing: 0.1em;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}
.detail main p.pageBack a:hover {
	background-color: #eee;
}
.detail main p.pageBack a span {
	background: url(../common/img/icon_arrow06.png) left center no-repeat;
	padding-left: 20px;
}


}

