@charset "UTF-8";
/*------------------------------------------------------------mainimage*/
#mainimage {
	clear: both;
	margin: 10px 0 0;
	position: relative;
	border-radius: 10px;
	width: 100%;
	overflow: hidden;
	border: 1px solid #ccc;
}
#mainimage:before, #mainimage:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 1.5%;
  width: 60%;
  top: 80%;
  background: rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  box-shadow: 0 15px 10px rgba(0,0,0,0.2);
  -webkit-transform: rotate(-1.5deg);
  -moz-transform: rotate(-1.5deg);
  -o-transform: rotate(-1.5deg);
  -ms-transform: rotate(-1.5deg);
  transform: rotate(-1.5deg);
}
#mainimage:after {
  -webkit-transform: rotate(1.5deg);
  -moz-transform: rotate(1.5deg);
  -o-transform: rotate(1.5deg);
  -ms-transform: rotate(1.5deg);
  transform: rotate(1.5deg);
  right: 1.5%;
  left: auto;
}
#mainimage h2 {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:6px 10px;
	height:auto;
	font-size:11px;
	background:rgba(255,255,255,0.7);
	z-index: 100;
}
#mainimage h2 strong {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size:14px;
	font-weight:normal;
}
#mainimage img {
	position: relative;
	top: 100px;
	left: 50%; /*SPポートレート時のメイン画像の表示領域を調整*/
	width: auto;
	height: 200px;
	overflow: hidden;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
@media print, screen and (min-width:480px) {
#mainimage img {
	position: static;
	top: auto;
	left: auto;
	width: 100%;
	height: auto;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
}
@media print, screen and (min-width:768px) {
#mainimage {
	margin:20px 0 0;
}
#mainimage h2 {
	padding:10px 20px;
	height:auto;
	font-size:15px;
	line-height:1.2;
}
#mainimage h2 strong {
	font-size:30px;
	font-weight:normal;
}
}
/*------------------------------------------------------------content*/

/*更新プログラム(連動)フォーマット*/
#news01 {
	width: 100%;
	overflow: hidden;
	margin:0 0 20px;
}
#news01 dl {
	padding: 10px 0;
	border-bottom:dotted 1px #ccc;
}
#news01 dl:first-child {
	padding: 0 0 10px;
}
#news01 dl dt {
	font-weight:normal;
}
#news01 dl dd p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#news01 dl dd a {
}
@media print, screen and (min-width:768px) {
#news01 dl dt {
	float: left;
}
#news01 dl dd {
	padding: 0 0 0 100px;
}
}
/*更新プログラム(TOP完結)フォーマット*/
#news02 {
	width: 100%;
}
@media print, screen and (min-width:768px) {
#news02 p.title03 br {
	display:none;
}
}
