@charset "utf-8";

div#content{
	margin: 0 auto;
	width: 320px;
	overflow: hidden;
}

/*----------------------------------------
	flickNav
----------------------------------------*/
div#flick,
div#flick_second{
	overflow: hidden;
}
div.container {
	width: 100%;
	position: relative;
	clear: both;
	overflow: hidden;
}
div.itemBox {
	position: relative;
}
div.container .item {
	width: 320px;
	float: left;
	text-align: center;
}

div.container .item img {
	pointer-events: none;
}

.moving{
	-webkit-transition: -webkit-transform .2s ease-out;
	-moz-transition: -moz-transform .2s ease-out;
	-o-transition: -o-transform .2s ease-out;
	-ms-transition: -ms-transform .2s ease-out;
}
/* トップ（大サイズ）
div#flick figure{
	margin: 0 auto;
	width: 100%;
	height: 250px;
}*/
div#flick figure{
	margin: 0 auto;
	width: 100%;
	height: 160px;
}
/* インターネット */
div#flick_second figure{
	margin: 0 auto;
	width: 100%;
	height: 160px;
}
div#flick figure img,
div#flick_second figure img{
	-webkit-box-shadow: 2px 2px 1px #0085ad;
	-moz-box-shadow: 2px 2px 1px #0085ad;
}