@charset "utf-8";
/* -------------------- reset -------------------- */
p.logo{
  float: left;
}
/* -------------------- layout -------------------- */
main {
/*  height: 800px;*/
background: #222;
}
li.this {
  background: url(../img/nav_btn2.png) -340px bottom;
}
.photoLibrary {
  padding: 5px 10px 0 10px;
/*  margin-bottom: 10px;*/
  background: #222;
}
.mokuji1 {
  width: 680px;
  float: left;
}
.mokuji2 {
  width: 300px;
  float: left;
}
/* -------------------- #junkenTop -------------------- */
#junkenTop {
  background: #FFF url(../junken/img/junImg2.png) no-repeat left bottom;
  height: 350px;
  padding: 20px 45px ;
  overflow: hidden;
}
p.junSetu {
  color: #333;
  line-height: 1.5;
  margin-bottom: 50px;
}
ul.junkenList {
  clear: both;
  overflow: hidden;
  margin-right: 10px;
  clear: both;
}
ul.junkenList li {
  float: left;
}
ul.junkenList li a, ul.junkenList li{
  color: #FFF;
  line-height: 1.5;
  font-size: 16px;
  margin-right: 0.5em;
  border-radius: 1.0;
}
ul.junkenList li a {
  text-decoration: underline;
}
ul.junkenList li a:hover {
  color: #FFF;
  text-decoration: none;
}
ul.junkenList li:first-child {
/*  text-indent: -0.3em;*/
}
p.junkencap {
  color: #FFF;
  line-height: 1.6;
  font-size: 16px;
  margin: 0 1.5em 10px 0;
}
ul.kokunaiList {
  clear: both;
}
ul.kokunaiList li {
  float: left;
  font-size: 14px;
  margin-right: 0.5em;
  line-height: 1.8;
}
ul.kokunaiList li a {
  background: #F90;
  color: #FFF;
  display: block;
  padding: 3px 10px;
  border-radius: 5px;
}
ul.kokunaiList a:hover {
  opacity: 0.7;
}
/* -------------------- #photoLibrary item -------------------- */
h2.photoTitle {
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  margin-left: 10px;
  line-height: 1.5;
/*  border-left: #fbb03b solid 8px;
  padding-left: 0.5em;*/
}
span.date {
  font-size: 14px;
/*  color: #8c6239;*/
}
h3.smallTitle {
  line-height: 2.0;
  font-size: 16px;
  margin-bottom: 0.5em;
}
/* -------------------- #photoLibrary -------------------- */

/* .listCover
------------------------- */
.listCover {
	margin: 0 auto;
	text-align: left;
}

/* .listItem
------------------------- */
.listCover .listItem {
	padding: 10px 0;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
.listCover .listItem img {
	width: 186px; /*サムネイルの大きさ*/
}
.listCover .active {
	background: url(../junken/img/activeArrow.png) no-repeat bottom center;
}
.listCover .listItem .selfRep {
	display: none;
}

/* .expandField
------------------------- */
.expandField {
	padding: 0;
	width: 100%;
	text-align: left;
	display: block;
	background: #222;
	float: left;
	position: relative;
	overflow: hidden;
}
.expandField .btnClose {
	top: 20px;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../junken/img/close.png) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnPrev {
	top: 140px;
	left: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../junken/img/prev.png) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .btnNext {
	top: 140px;
	right: 0;
	width: 60px;
	height: 60px;
	display: block;
	background: url(../junken/img/next.png) no-repeat top left;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
}
.expandField .selfRepInner {
	padding: 20px 50px;
	text-align: center;
	position: relative;
}
.expandField .selfRepInner .secLeft,
.expandField .selfRepInner .secRight {
	width: 50%;
	float: left;
}
.expandField .selfRepInner .secLeft {
	text-align: center;
}
.expandField .selfRepInner .secRight {
	text-align: left;
	width: 45%;
	color: #fff;
}
.secRight p {
  font-size: 15px;
  line-height: 1.5em;
}

.view{
  border:1px solid white;
  border-radius: 5px;
  padding:10px 0;
  width:60%;
  text-align: center;
  margin: 160px auto;
  transition: 0.3s ease-in-out;
}
.view:hover{
  background-color:white;
  color: #333;
  cursor: pointer;
}



/*レスポンシブ*/
@media screen and (max-width:1019px) {
#junkenTop {
  background: #FFF url(../junken/img/junImg2.png) no-repeat left bottom/contain;
  height: 350px;
  padding: 20px 45px ;
  overflow: hidden;
}
#junkenTop p {
font-size: 14px;
}

.mokuji2 {
  width: 300px;
  float: left;
}
p.junkencap {
  color: #FFF;
  line-height: 1.6;
  font-size: 14px;
  margin: 0 1.5em 10px 0;
  text-shadow: 0 0 2px #000;
}



ul.junkenList li a, ul.junkenList li{
  color: #FFF;
  line-height: 1.5;
  font-size: 14px;
  margin-right: 0.5em;
  border-radius: 1.0;
  text-shadow: 0 0 2px #000;
}
ul.kokunaiList li  {
margin-bottom: 10px;
}
ul.kokunaiList li a {
  background: #F90;
  color: #FFF;
  display: block;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 16px;
}
}

@media screen and (max-width:767px) {
.sp_off {
display: none;
}
#junkenTop {
  height:auto;
  padding: 20px;
  overflow: hidden;
}
}
p.junSetu {
  color: #333;
  line-height: 1.5;
  margin-bottom: 30px;
}
ul.kokunaiList li  {
margin-bottom: 10px;
}
ul.kokunaiList li a {
  background: #F90;
  color: #FFF;
  display: block;
  padding: 6px 20px;
  border-radius: 5px;
  font-size: 16px;
}



/* ===========================================
	SizeAdjustment
=========================================== */
@media screen and (max-width: 959px) {
	.expandField .selfRepInner .secLeft img {
		width: 80%;
	}
}
@media screen and (max-width: 640px) {
	.expandField .selfRepInner .secLeft {
/*		display: none;*/
	}
	.expandField .selfRepInner .secRight {
		width: 90%;
		float: none;
	}
}

/* =======================================
	ClearFix
======================================= */
.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
	content: " ";
	display: table;
}
.listCover:after,
.expandField .selfRepInner:after {clear: both;}
.listCover,
.expandField .selfRepInner {*zoom: 1;}