@charset "utf-8";
/*--------------------------------------------------
	 Setting for Image Gallery on ASCII.jp
						Last Modified 2018.02
						http://ascii.jp/
			File Name:jpArtPhotoGallery.css
--------------------------------------------------*/

/* float -------------*/
#gallery .galleryNav ul.navList:after,
#gallery .galleryHead .socialButton:after,
.cfx:after {	visibility: hidden;	display: block;	font-size: 0;	content: " ";	clear: both;	height: 0;	}

* html #gallery .galleryNav ul.navList,
* html #gallery .galleryHead .socialButton,
* html .cfx {	zoom: 1; } /* IE6 */

*:first-child+html #gallery .galleryNav ul.navList,
*:first-child+html #gallery .galleryHead .socialButton,
*:first-child+html .cfx {	zoom: 1; } /* IE7 */

/* layout -------------*/

#jpWrap #container {
	background-color: #fff;
	width: 1058px;
	overflow: hidden; _zoom: 1;
}

#jpWrap #mainC {
	float:none;
	margin: 0 auto;
	padding: 0 10px;
	width: 1038px;
}
body#jpView #footer {
	margin-top: 30px; }

/* -------------*/
#gallery{ margin: 0 auto;}

#gallery ul,
#gallery ul li{
	margin: 0;
	padding: 0;
	list-style: none;
}
#gallery a img{	border:none 0 !important;}

/* -------------*/

#gallery .galleryHead{}

#gallery .galleryHead p,
#gallery .galleryHead h1{
	margin: 1em 10px;
}

#gallery .galleryHead .subtitle{
	color: #666;
	font-size: 100%;
	font-weight: bold;
}

#gallery .galleryHead .date{
	color: #999;
	font-size: 93%;
}

#gallery .galleryHead .socialButton{
	background: #f5f5f5;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	margin: 0;
	padding: 10px;
	height: 20px;
	position: relative;
}

#gallery .galleryHead .socialButton ul{
	position: relative;
	left: 50%;
	float: left;
}


#gallery .galleryHead .socialButton ul li.button {
	float: left;
	line-height: 1;
	margin: 0 10px 0 0;
	padding: 0;
	position: relative;
	left: -50%;
	max-width: 120px;
}
#gallery .galleryHead .socialButton ul li.plus1{
	width: 70px;
}

/* -------------*/

#gallery .galleryBody{
	margin: 10px 0;
}
#gallery .galleryBody .figureWrap{
	margin: 10px 0;
	position: relative;
	overflow: hidden; _zoom: 1;
}

#gallery .galleryBody .figureWrap .figure{
	margin: 0 auto;
	width: 600px;height: 600px;
	overflow: hidden; _zoom: 1;
	text-align: center;
	display:table;
}

#gallery .galleryBody .figureWrap .figure > *{
	display:table-cell;
	vertical-align: middle;
}

#gallery .galleryBody .figureWrap .figure a img{
	width: auto;height: auto;
	max-width: 600px;max-height: 600px;
}

#gallery .galleryBody .figureWrap .figure a:hover{
	text-decoration: none !important;
}

#gallery .galleryBody .figureWrap .figure a .copy{
	display: block;
	text-align: left;
}


#gallery .galleryBody .figureWrap .figureArrow{
	width: 172px;
	overflow: hidden; _zoom: 1;
}

#gallery .galleryBody .figureWrap .prev{
	position: absolute;
	top:180px;
	left: 20px;
}

#gallery .galleryBody .figureWrap .next{
	position: absolute;
	top:180px;
	right: 20px;
}

#gallery .galleryBody .figureWrap .figureArrow a{
	display: block;
	background: #f5f5f5;
	width: 150px;
	padding: 10px;
	border-radius: 5px;
	border:1px solid #e2e2e2;
}

#gallery .galleryBody .figureWrap .figureArrow a:hover{
	background: #e0edf8;
	border:1px solid #309cff;
	text-decoration: none !important;
}

#gallery .galleryBody .figureWrap .figureArrow span{
	display: block;
	margin: 0 auto;
	text-align: center;
}

#gallery .galleryBody .figureWrap .figureArrow span.tmb{
	width: 150px;height: 150px;
	overflow: hidden; _zoom: 1;
}

#gallery .galleryBody .figureWrap .figureArrow span.tmb img{
	width: auto;height: auto;
	max-width: 150px;max-height: 150px;
}

#gallery .galleryBody .figureWrap .figureArrow span.arrow{
	font-family: "Impact";
	font-weight: bold;
	font-size: 24px;
}

#gallery .galleryBody .caption,
#gallery .galleryBody .copy{
	width: 600px;
	margin: 10px auto;
	word-break: normal;
	overflow: hidden; _zoom: 1;
}

#gallery .galleryBody .caption{
	font-size: 123.1%;
	line-height: 1.5;
}


#gallery .galleryBody .copy{
	color: #888;
	font-size: 10px;
}

/* -------------*/

#gallery .galleryNav{
	margin: 10px auto 20px;
	text-align: center;
}

#gallery .galleryNav .headline{
	margin: 10px auto;
	font-weight: bold;
}

#gallery .galleryNav .navBack{
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0;
}

#gallery .galleryNav .navBack a{
	display: block;
	width: 100px;
	padding: 10px;
	margin: 0 auto;
	background: #f5f5f5;
	border-radius: 5px;
}

#gallery .galleryNav .navBack a:hover{
	background: #e0edf8;
	text-decoration: none !important;
}

#gallery .galleryNav ul.navList{
	margin: 10px auto 20px;
	padding: 0 5px 0;
	display: inline-block;
}
#gallery .galleryNav ul.navList li{
	border:1px solid #e2e2e2;
	border-radius: 4px;
	width: 90px; height: 90px;
	overflow: hidden; _zoom: 1;
	float: left;
	margin: 5px;
	display:table;
}

#gallery .galleryNav ul.navList li > *{
	display:table-cell;
	vertical-align: middle;
}

#gallery .galleryNav ul.navList li a{
	border:5px solid #f5f5f5;
	background: #f5f5f5;
	overflow: hidden;
	width: 80px; height: 80px;
	text-align: center;
}

#gallery .galleryNav ul.navList li a { /display: block; }

#gallery .galleryNav ul.navList li a:hover,
#gallery .galleryNav ul.navList li.cur a{
	border: 5px solid #09f;
	background: #e0edf8;
}

#gallery .galleryNav ul.navList li img{
	width: auto;height: auto;
	max-width: 80px;max-height: 80px;
}

#gallery .galleryNav .internalLink{
	margin: 20px auto;
	padding: 10px;
	background: #f5f5f5;
	border-top: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
}

#gallery .galleryNav .internalLink .headline{
	margin: 0;
}

#gallery .galleryNav .internalLink ul{}
#gallery .galleryNav .internalLink ul li{
	float: left;
	width: 480px;
	margin: 5px 20px 0 0;
}

#gallery .galleryNav .internalLink ul li a{
	overflow: hidden; _zoom: 1;
	display: block;
	padding: 5px;
	border-radius: 5px;
}

#gallery .galleryNav .internalLink ul li a .tmb{
	float: left;
	margin: 0 5px 0 0;
	border:1px solid #e2e2e2;
	background: #fff;
	padding: 1px;
}

#gallery .galleryNav .internalLink ul li a:hover .tmb{
	border:1px solid  #09f;
}

#gallery .galleryNav .internalLink ul li a .title{
	overflow: hidden; _zoom: 1;
	font-size: 97%;
	font-weight: bold;
}

#gallery .galleryNav .abstract{
    margin: 1em auto 2em;
    width: 600px;
    line-height: 1.5;
    font-size: 123.1%;
    text-align: left;
}



/* -------------*/

#jpView_Ads {
	background-color: #fff;
	margin: 10px auto;
	padding: 0 0 10px;
	width: 550px;
}
#jpView_Ads .artAdsName {
	background-color: #efefef;
	border: 1px solid #cccccc;
	font-family: Arial,Helvetica,sans-serif;
	height: 23px;
	margin: 0 0 10px;
	overflow: hidden;
	padding: 0 10px;
}
#jpView_Ads .artAdsName span {
	color: #666;
	display: block;
	float: left;
	height: 13px;
	padding: 3px;
	font-size: 12px;
}
#jpView_Ads .artAdsName a {
	display: block;
	font-size: 11px;
	height: auto;
	margin: 0;
	padding: 4px 5px 5px 3px;
}
#jpView_Ads ul {
	margin: 7px 10px 10px;
}
#jpView_Ads ul li {
	margin: 0 0 10px;
	list-style: none;
}
#jpView_Ads ul li a {
	font-weight: normal;
}
#jpView_Ads ul li a:link, #jpView_Ads ul li a:visited {
	text-decoration: none;
}
#jpView_Ads ul li strong {
	font-size: 123.1%;
	font-weight: normal;
	padding: 0;
}
#jpView_Ads ul li span {
	color: #43821e;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 11px;
	margin: 0 0 0 5px;
}
#jpView_Ads ul li a:hover span {
	color: #50bf0b;
}
#jpView_Ads ul li span.adsText {
	color: #333;
	display: block;
	font-size: 93%;
	line-height: 1.2;
	margin: 0;
}


#jpWrap .containerR {
border:1px solid #ccc;
border-radius: 5px;
background: #eee;
overflow: hidden; _zoom: 1;
padding: 0 0 10px;
width: 548px;
margin: 0 auto;
}
#jpWrap .elemHead {
	background: transparent url("/img/bg_viewrank.gif") no-repeat scroll center -1px;
	padding: 10px 0 0;
	font-size: 13px;
}
#jpWrap #sideRank h5 {
	border-bottom: 2px solid #ccc;
	font-size: 104%;
	height: 18px;
	margin: 0 10px;
	padding: 3px 5px;
	text-indent: 0;
}
#jpWrap .containerR ol {
	float: left;
	font-size: 107%;
	margin: 0 0 10px;
	padding: 0 0 0 16px;
}
#jpWrap .containerR ol.fr {
	float: right;
	margin: 0 0 10px;
	padding: 0 16px 0 0;
}
#jpWrap .containerR ol li {
	list-style: none;
	border-bottom: 1px dotted #ccc;
	margin: 0;
	padding: 5px 0;
	width: 258px;
}
#jpWrap .containerR ol::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#jpWrap .containerR ol {
	display: inline-block;
}
* html #jpWrap .containerR ol {
	height: 1%;
}
#jpWrap .containerR ol {
	display: block;
}
#jpWrap .containerR ol li p.ico {
	float: left;
	font-family: Helvetica,Arial,sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	width: 17px;
}
#jpWrap .containerR ol li h6 {
	padding: 0 5px 0 22px;
}
#jpWrap .containerR dl {
	clear: both;
	font-size: 92%;
	margin: 0 20px;
}
#jpWrap .containerR dt {
	float: left;
	font-weight: normal;
}