@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

.cf:before,
.cf:after {
    content: "";
    display: table;
}
 
.cf:after {
    clear: both;
}

#wrapper {
	width: 100%;
}

#title_block {
	width: 100%;
	margin-bottom: 5px;
	padding: 20px 0 10px 0;
	border-top: 2px solid #635A5F;
	border-bottom: 1px solid #D8D8D8;
}

#title_block h1 {
	max-width: 980px;
	margin: 0 auto;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 22px;
	font-weight: bold;
	color: #444;
}

#sub_block {
	max-width: 980px;
	margin: 0 auto 10px auto;
	padding: 0 20px 0 10px;
	box-sizing: border-box;
}

#page_back {
	margin-left: 10px;
	float: left;
}

#page_back a {
	height: 14px;
	font-size: 14px;
	color: #444;
	text-decoration: none;
	line-height: 1;
	padding-left: 15px;
	float: left;
	background-image: url(http://image.pia.jp/images2/gallery/icon_nav.gif);
	background-image: none\9;
	background-size: 12px 12px;
	background-position: left top;
	background-repeat: no-repeat;
}

#page_back a:hover {
	text-decoration: underline;
}

#sns_list {
	height: 20px;
	float: right;
}

#sns_list li {
	float: left;
}

#twitter_block {
	width: 95px;
}

#main_block {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

#news_block_yoko {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

#news_block_yoko2 {
	max-width: 640px;
	margin: 0 auto;
	position: relative;
}

#news_block_tate {
	max-width: 430px;
	margin: 0 auto;
	position: relative;
}

#news_block_yoko img {
	width: 100%;
	margin-bottom: 5px;
}

#news_block_yoko2 img {
	width: 100%;
	padding-top: 30px
	margin-bottom: 5px;
}

#news_block_tate img {
	width: 100%;
	margin-bottom: 5px;
}

#news_summary {
	width: 100%;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #444;
}

#pic_nav_prev {
	width: 30px;
	height: 80px;
	margin-top: -40px;
	font-size: 14px;
	font-weight: bold;
	color: #6693FF;
	line-height: 1;
	border: 1px solid #80A5FF;
	box-sizing: border-box;
	position: absolute;
	left: -50px;
	top: 50%;
	display: table;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a #pic_nav_prev:hover {
	background: #80A5FF;
	color: #FFF;	
}

a #pic_nav_prev span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#pic_nav_next {
	width: 30px;
	height: 80px;
	margin-top: -40px;
	font-size: 14px;
	font-weight: bold;
	color: #6693FF;
	line-height: 1;
	border: 1px solid #80A5FF;
	box-sizing: border-box;
	position: absolute;
	right: -50px;
	top: 50%;
	display: table;
	-webkit-transition: all .3s;
	transition: all .3s;
}

a #pic_nav_next:hover {
	background: #80A5FF;
	color: #FFF;	
}

a #pic_nav_next span {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#pagenation {
	width: 100%;
}

#pic_prev a {
	height: 12px;
	font-size: 12px;
	color: #444;
	line-height: 1;
	text-decoration: none;
	padding-left: 15px;
	background-image: url(http://image.pia.jp/images2/gallery/icon_prev.gif);
	background-image: none\9;
	background-size: 12px 12px;
	background-position: left top;
	background-repeat: no-repeat;
	position: absolute;
	left: 10px;
	bottom: 0;
}

#pic_next a {
	height: 12px;
	font-size: 12px;
	color: #444;
	line-height: 1;
	text-decoration: none;
	padding-right: 15px;
	background-image: url(http://image.pia.jp/images2/gallery/icon_next.gif);
	background-image: none\9;
	background-size: 12px 12px;
	background-position: right top;
	background-repeat: no-repeat;
	position: absolute;
	right: 10px;
	bottom: 0;
}

#pic_prev a:hover {
	text-decoration: underline;
}

#pic_next a:hover {
	text-decoration: underline;
}

#page_count {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.2em;
}

#page_count span {
	font-size: 14px;
	font-weight: bold;
}

#news_panel {
	width: 100%;
	padding: 30px 0 22px 0;
	padding: 30px 0 62px 0\9;
	border-top: 2px solid #D9D2D2; 
	background: url(http://image.pia.jp/images2/gallery/bg_news_panel.gif);
}

#panel_list {
	max-width: 984px;
	margin: 0 auto;
}

#panel_list ul {
	width: 100%;
	margin: 0 auto;
}

#news_panel li {
	width: 156px;
	height: 156px;
	margin: 0 4px 8px 4px;
	box-sizing: border-box;
	float: left;
	text-align: center;
	background-image: url(http://image.pia.jp/images2/gallery/bg_panel.gif);
	background-image: none\9;
	background-size: 156px 156px;
	background-position: left top;
	background-repeat: no-repeat;
	box-shadow: 0 2px 0 0 rgba(215,215,215,1);
}

#news_panel a li img {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@-webkit-keyframes wobble {
  16.65% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }

  33.3% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }

  49.95% {
    -webkit-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
  }

  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes wobble {
  16.65% {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }

  33.3% {
    -webkit-transform: translate(-4px, 4px);
    transform: translate(-4px, 4px);
  }

  49.95% {
    -webkit-transform: translate(3px, -3px);
    transform: translate(3px, -3px);
  }

  66.6% {
    -webkit-transform: translate(-2px, 2px);
    transform: translate(-2px, 2px);
  }

  83.25% {
    -webkit-transform: translate(1px, -1px);
    transform: translate(1px, -1px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.wobble {
    display: block;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble:hover, .wobble:focus, .wobble:active {
    -webkit-animation-name: wobble;
    animation-name: wobble;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

#relation {
	width: 100%;
	margin-bottom: 1px;
	padding: 20px 0 20px 0;
	box-sizing: border-box;
	border-bottom: 7px solid #635A5F;
	background: url(http://image.pia.jp/images2/gallery/bg_info.gif);
}

#news_list {
	max-width: 980px;
	margin: 0 auto;
}

#news_list h2 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #4CC4FF;
	line-height: 1;
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
}

#news_list ul {
	max-width: 980px;
	margin-bottom: 15px;
}

#news_list li {
	width: 450px;
	margin: 0 20px 15px 20px;
	padding: 0 0 5px 20px;
	box-sizing: border-box;
	float: left;
	font-size: 12px;
	line-height: 1;
	border-bottom: 1px solid #878787;
	background-image: url(http://image.pia.jp/images2/gallery/icon_info.png);
	background-image: none\9;
	background-size: 12px 9px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

#news_list li a {
	color: #FFF;
}

#news_list li a:hover {
	text-decoration: underline;
}

#banner_block {
	max-width: 950px;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	box-sizing: border-box;
}

#banner_block li {
	margin: 0 5px 10px 5px;
	display: inline-block;
}

#banner_block li a img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 980px) {
#news_list {
	max-width: 980px;
	padding: 0 30px;
	box-sizing: border-box;
}

#news_list h2 {
	margin: 0 0 15px -10px;
	padding: 0 0 0 0;
}

#news_list li {
	width: 100%;
	margin: 0 0 15px 0;
}
}

@media screen and (max-width: 740px) {
#page_back a {
	height: 12px;
	font-size: 12px;
}

#news_block_yoko,#news_block_tate {
	padding: 0 10px;
}

#news_block_yoko2 {
	padding: 30px 10px 0px 10px;
}

#pic_nav_prev,#pic_nav_next {
	display: none;
}

#pic_prev a {
	left: 20px;
}

#pic_next a {
	right: 20px;
}
}

@media screen and (max-width: 480px) {
#title_block h1 {
	font-size: 17px;
}

#news_panel li {
	margin: 0 2px 4px 2px;
}

#news_list li {
	font-size: 11px;
}
}