@charset "UTF-8";

/* -----------------------------------
作品詳細ページ用css
-------------------------------------*/

/* 全体
-------------------------------------*/
#works{
	padding-bottom: 100px;
}

/* ヘッダー
-------------------------------------*/
#works-head{
	border-top: 5px solid #fff;
	padding: 60px 0 20px 0;
	color: #fff;
}

.works-head-in{
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding: 10px 0;
	border-top: 1px dotted #fff;
	border-bottom: 1px dotted #fff;
	position: relative;
}


.works-head-in h1{
	font-size: 18px; font-size: 1.8rem;
	font-weight: bold;
}

.works-head-in p{
	position: absolute;
	right:20px;
	top:-50px;
}


/* 全体の箱
-------------------------------------*/
#works-content{
	width: 960px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}

/* 左 - 作品画像
-------------------------------------*/
.w-left{
	width: 500px;
}

/* スライドビュー用(works02/index.html 用)
----------------------------------------*/
.slideshow div {  
	width: 500px;  
	height: 560px;    
	position: relative;  
}  

.katsu-slideshow div {  
	width: 500px;  
	height: 1500px;  
	overflow: hidden;  
	position: relative;  
}  

.mik-slideshow div{
	width: 500px;  
	height: 300px;  
	position: relative;  
}


.slideshow div div {  
	top: 0;  
	left: 0;  
	position: absolute;  
}  

.mik-slideshow div div {  
	top: 0;  
	left: 0;  
	position: absolute;  
}  

.slideshow ul{
	margin: 0;
	padding: 30px 0;
	overflow: hidden;
}

.slideshow ul li{
	margin: 0;
	padding: 0 25px 20px 0;
	width: 150px;
	float: left;	
}

.mik-slideshow ul{
	margin: 0;
	padding: 30px 0;
	overflow: hidden;
}

.mik-slideshow ul li{
	margin: 0;
	padding: 0 25px 20px 0;
	width: 150px;
	float: left;	
}

/* 3の倍数のみpaddingの右0の設定にしています */

.slideshow ul li:nth-child(3n){
	padding: 0 0 20px 0;
}

.slideshow .active {  
	filter:alpha(opacity=100)!important;  
	-moz-opacity: 1!important;  
	opacity: 1!important;  
}  

.mik-slideshow ul li:nth-child(3n){
	padding: 0 0 20px 0;
}

.mik-slideshow .active {  
	filter:alpha(opacity=100)!important;  
	-moz-opacity: 1!important;  
	opacity: 1!important;  
}  
  
/* 右 - 作品の解説
-------------------------------------*/
.w-right{
	width: 380px;
	color: #fff;
}

.w-right dl{
	padding-bottom: 30px;
}

.w-right dl dt{
	padding: 5px 10px;
	border-left: 5px solid #fff;
	font-size: 16px; font-size: 1.6rem;
}

.w-right dl dd{
	margin: 5px 0 0 0;
	padding: 10px;
	border-top: 1px solid #fff;
}

.mousiro{
	display: flex;
	justify-content: space-evenly;
}