@import url('base.css');

.exwaku {
	width: 100%;
	clear: both;
	margin-bottom: 100px;
}

/* 表示領域全体 */
.pikachoose {
	width: 100%;
	clear: both;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

/* 拡大画像部分 */
.pika-stage {
	background-color: transparent;
	border: transparent;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 100%;/* トリミングしたい枠の幅 */
	height: auto;/* トリミングしたい枠の高さ */
	position: relative;
	margin-right: auto;
	margin-left: auto;
}

.pika-stage img{
	width: auto;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

/* サムネイル領域 */
.pika-thumbs {
	margin: 17px 0 0 0;
	padding: 0;
	width: 1140px;
	position: relative;
	text-align: center;
}

/* サムネイル */
.pika-thumbs li{
	width: 120px;
	height: 120px;
	margin: 5px 5px 0 0;
	float: none;
	display: inline-block;
}

/* 前後リンク */
.pika-imgnav a.previous {background-image: url(../images/prev2.png);background-repeat: no-repeat; height: 31px; width: 32px; top: 50%; left: 13px;cursor:pointer;}
.pika-imgnav a.next {background-image: url(../images/next2.png);background-repeat: no-repeat; height: 31px; width: 32px; top: 50%; right: 13px;cursor:pointer;}

/* 前後リンク色選択 */
.pika-imgnav a.previous, .pika-imgnav a.next{
	/* 色の選択（いずれかを選んで入れ替え） */
	background-position: 0 0; /* white */

	/* background-position: 0 -31px; */ /* green */
	/* background-position: -25px -31px; */ /* blue */
	/* background-position: -50px -31px; */ /* red */
	/* background-position: -75px -31px; */ /* orange */
	/* background-position: -100px -31px; */ /* dark */
	/* background-position: -125px -31px; */ /* black */
	/* background-position: 0 0; */ /* white */
}

/* キャプション */
.pika-stage .caption {position: absolute; background: rgba(0,0,0,0.65);  border: 1px solid #141414; font-size: 11px; 
			color: #fafafa; padding: 10px; text-align: right; bottom: 15px; right: 15px;}
	.pika-stage .caption p {padding: 0; margin: 0; line-height: 14px;}

/* 画像番号 */
.pika-counter{position: absolute;bottom: 15px;left:15px;color:white;background:rgba(0,0,0,0.65);font-size:11px;padding:3px;-moz-border-radius: 5px;border-radius:5px; width: 4em;}

/* タブレットサイズから下 */
@media screen and (max-width:1200px) {
	
.exwaku {
	width: 100%;
}
	
/* 表示領域全体 */
.pikachoose {
	width: 100%;
	height: auto;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: center;
}

/* 拡大画像部分 */
.pika-stage {
	background-color: transparent;
	border: transparent;
	padding: 0 0 0 0;
	overflow: hidden;
	width: 100%;/* トリミングしたい枠の幅 */
	height: auto;/* トリミングしたい枠の高さ */
	position: relative;
	margin-right: auto;
	margin-left: auto;
	background-size: 100% auto;
}
	
.pika-stage img{
	width: 100%;
	height: auto;
}
	
/* サムネイル領域 */
.pika-thumbs {
	margin: 10px 0 0 0;
	padding: 0;
	width: 100%;
	position: relative;
	text-align: center;
}
	
/* サムネイル */
.pika-thumbs li{
	width: 80px;
	height: 80px;
	margin: 5px 5px 0 0;
	float: none;
	display: inline-block;
}
	
}


@media screen and (max-width:768px) {
	
/* 表示領域全体 */
.pikachoose {
	margin-top: 5px;
	margin-bottom: 10px;
}
	
.exwaku {
	margin-bottom: 50px;
}
	
}


/* スマホサイズから下 */
@media screen and (max-width:480px) {

	
/* サムネイル */
.pika-thumbs li{
	width: 50px;
	height: 50px;
	margin: 1px 1px 0 0;
	float: none;
	display: inline-block;
}
	
}


