﻿.summary {
	position: relative;
	width: 755px;
	height: 255px;
	margin-bottom: 5px;
	background-image: url(/photo/seasons/images/title_seasons_vol115.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.summary p.new {
	position: absolute;
	right: -8px;
	top: -8px;
}
.summary p.txt {
	position: absolute;
	left: 0;
	bottom: 10px;
	line-height: 1.2;
	width: 400px;
	margin: 0;
	padding: 5px;
	font-size: 12px;
}
.summary p.btn {
	position: absolute;
	right: 10px;
	bottom: 0;
}
.bkn {
	background-color: #999999;
	color: #FFFFFF;
	font-size: 18px;
	margin: 5px 0 10px;
	padding: 10px;
}
.bkn span.subTitle {
	margin-top: 5px;
	font-weight: nomal;
	font-size: 12px;
}
.yearHeader {
	clear: both;
	line-height: 41px;
	height: 41px;
	margin: 0;
	padding: 0 10px;
	border-bottom: 1px solid #999;
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f6f6f6), color-stop(0.00, #fff));
	background: -webkit-linear-gradient(#f6f6f6, #e0e0e0);
	background: -moz-linear-gradient(#f6f6f6, #e0e0e0);
	background: -ms-linear-gradient(#f6f6f6, #e0e0e0);
	background: linear-gradient(#f6f6f6, #e0e0e0);
}
.yearHeader .open {
	cursor: pointer;
	display: block;
	background: url(/photo/seasons/images/AccordionDown.png) no-repeat right center;
}
.yearHeader .close {
	cursor: pointer;
	display: block;
	background: url(/photo/seasons/images/AccordionUp.png) no-repeat right center;
}
.imgContainer {
	position: relative;
	display: inline;
	float: left;
	width: 181px;
	margin: 10px 10px 20px 0;
	padding: 10px 0 30px 0;
	text-align: center;
}

.imgContainer li {
	color: #999;
	font-size: 10px;	
}

.h170 {
	width: auto;
	height: 170px;
	margin: 0 0 2px;
	text-align: center;
	vertical-align: middle;
}
#bd .imgContainer p {
	line-height: 1.1;
	margin: 0 0 2px 0;
	font-size: 12px;
}
#bd .imgContainer .s_sp,
#bd .imgContainer .s_sum,
#bd .imgContainer .s_aut,
#bd .imgContainer .s_win {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
#bd .imgContainer .s_sp {
	color: #0066CF;
}
#bd .imgContainer .s_sum {
	color: #009A00;
}
#bd .imgContainer .s_aut {
	color: #FF6600;
}
#bd .imgContainer .s_win {
	color: #323499;
}
.imgContainer ul {
	list-style: none;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}
.imgContainer ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

p.small { font-size:9px; }
.btn-flat-simple {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  font-weight: bold;
  padding: 10px 18px;
  background: #1a0dab;
  transition: .4s;
}
.btn-flat-simple:link,.btn-flat-simple:visited {
  text-decoration: none;
  color: #fff;
}
.btn-flat-simple:hover {
  background: #00bcd4;
  color: white;
}

@media screen and (max-width:768px) {
.summary {
	width: auto;
	max-width: 100%;
	height: auto;
	
}
.summary p.txt {
	display: none;
}
.summary p.btn {
	display: none;
}
#bd .imgContainer {
	float: left;
	width: 140px;
	margin: 10px;
	padding: 10px 5px;
}
.imgContainer ul li {
	text-align: center;
}
.summary p.new {
	right: -28px;
	top: -8px;
}
.summary p.new img {
	width: 70%;
}
}