﻿@charset "utf-8";


/* =================================================================
		Reset Styles
================================================================= */
html, body, div, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, th, td,
form, fieldset{
	font-weight: normal;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}


/* HTML5 */
article, aside, figure, figcaption, footer, header,
main, nav, section, summary{
	display: block;
	margin: 0;
}


/* Base Styles */
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

body{
	font: 13px/1.231 "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	*font-size: small;
	*font: x-small;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

select,input,button,textarea{
	font: 100% "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

pre,code,kbd,samp,tt{
	font-family: monospace;
	*font-size: 100%;
	line-height: 100%;
}

img{
	border: none;
	vertical-align: bottom;
}

iframe{
	border: none;
}

table{
	width: 100%;
	font-size: inherit;
	font: 100%;
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}

label,
button{
	cursor: pointer;
}

input,
textarea{
	padding: 2px 4px;
	vertical-align: middle;
}

input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"]{
	-webkit-appearance: none; /* safari グラデーション解除 */
    border-radius: 0; /* safari 角丸解除 */
	cursor: pointer;
}

select,
select option,
select optgroup{
	padding: 2px 4px;
	font-style: normal;
}

ol,ul{
	list-style: none;
}

h1,h2,h3,h4,h5,h6{
	font-size: 100%;
}

address{
	font-style: normal;
} 

a,
input{
	outline: none;
}


/*	Basic Text Link	*/
a{
	color: #00a0e9;	text-decoration: underline;
}
a:link{
	color: #00a0e9;	text-decoration: underline;
}
a:visited{
	color: #00a0e9;	text-decoration: underline;
}
a:hover{
	color: #00a0e9;	text-decoration: none;
}
a:focus{
	color: #00a0e9;	text-decoration: underline;
}
a:active{
	color: #00a0e9;	text-decoration: underline;
}


/* =================================================================
		lightbox
================================================================= */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-width:1230px; /* iPad用 */
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-width:1230px; /* iPad用 */
	z-index: 200;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	-o-box-sizing: content-box;
	-ms-box-sizing: content-box;
	box-sizing: content-box;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


@media screen and (max-width:767px){
#jquery-overlay,
#jquery-lightbox{
	width: 320px;
	min-width: inherit;
	left: 50%;
	margin: 0 0 0 -160px;
}
}

