@charset "UTF-8";
/* CSS Document */

#slide-btn{
	width:36%;
	margin:10px 32%;
	padding:0px;
	text-align:center;
	float:left;
}

#slide-btn li{
	list-style:none;
	float:left;
	width:50%;
	text-align:center;
}

#photo-wap h2{
	width:100%;
	font-size:2em;
	padding-bottom:5px;
	border-bottom:2px solid #d71d23;
	margin-bottom:10px;
}

.midashi{
	display:block;
	width:100%;	
	margin-bottom:10px;
	}

#photo-wap ul.arc{
	float:left;
	width:100%;
	height:auto;
	margin-bottom:10px;
	margin-left: 9px;
}

#photo-wap ul.arc li{
	list-style: none;
	width: 126px;
	height: 103px;
	display: inline-table;
	margin: 0px 13px 10px 0;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#photo-wap ul.arc li span img {
	width: 126px;
	height: 85px;
}

#photo-wap ul.arc li img.thumb {
	width: 126px;
	height: 85px;
}

#photo-wap ul.arc li.slide_list_01 {
	border:1px solid #d71d23;
	background:#d71d23;
	color:#fff;
}

#photo-wap ul.arc li:hover{
	list-style:none !important;
	margin: 0px 13px 10px 0 !important;
	box-sizing:border-box !important;
	border:1px solid #d71d23 !important;
	background:#d71d23 !important;
	color:#fff !important;
	cursor: pointer !important;
}

#photo-wap ul.arc-m {
	margin: 0 0 30px 0;
}

#photo-wap ul.arc-m li{
	display: inline-table;
	margin: 0 0px 5px 6px;
}

#photo-wap ul.arc-m li:hover {
	cursor: pointer !important;
}

#photo-wap .top_text {
	margin: 10px 0 15px;
}


.bx-pager a img {
	width: 112px;
	height: 70px;
}

.dis {
	border: none !important;
}

.photograpwrap{
	position:relative;
	margin-bottom:30px;
}
.photograpwrap a.tooltip {
	position:relative;
	padding: 5px 10px 5px 20px;
	border-radius: 4px;
	border:solid 1px #999;
	-moz-border-radius: 4px;
	background-color: #eee;
	color: #333;
	font-size:11px;
	text-decoration: none;
}
.photograpwrap a.tooltip:after {
	content: "";
	display: inline-block;
	border: 4px solid transparent;
	border-left-color: #333;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -4px;
}



#lean_overlay{
  position: fixed; z-index:100; 
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: #000;
  display: none;
}
div#photographer{
	display: none;
	width: 660px;
	top:30px;
	right:-15px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 15px;
	border:solid 2px #999;
	background-color: #fff;
	list-style: none;
	color: #333;
 	behavior:url("/common/js/PIE.htc");
}
div#photographer dl dt{
	font-weight:bold;
}

div#photographer dl.toolLeft{
	float:left;
	display:inline;
	width:400px;
}
div#photographer dl.toolRight{
	float:right;
	display:inline;
	width:240px;
}


.modal_close {
    display: block;
    color: #3e5368;
	position: absolute;
	cursor: pointer;
	top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    font-size: 28px;
    font-family: Arial, 'Helvetica CY', 'Nimbus Sans L', sans-serif !important;
    line-height: 28px;
    text-decoration: none;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #3e5368;
 	behavior:url("/common/js/PIE.htc");
   -webkit-transition: background 0.2s linear;
    -moz-transition: background 0.2s linear;
    -o-transition: background 0.2s linear;
    transition: background 0.2s linear;
	text-align:center;
}
.modal_close:link,.modal_close:visited{
    color:#3e5368;
	cursor: pointer;
}
.modal_close:hover, .remodal-close:active {
    background: #3e5368;
	text-decoration:none;
    color: #f4f4f4;
}
