@charset　"UTF-8";

/*全般的なスタイル
-------------------------------------------*/
* {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	box-sizing:border-box;
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	font-family:Arial,Roboto,“Droid Sans”,“游ゴシック”,YuGothic,“ヒラギノ角ゴ ProN W3”,“Hiragino Kaku Gothic ProN”,“メイリオ”,Meiryo,sans-serif;

}

input[type=text] {
	-webkit-user-select:auto;
}

body {

	user-select:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag:none;
	-khtml-user-drag:none;
	width:100%;
	height:100%;
	background-color:#303030; /*ページ全体の背景色*/
	font-family:sans-serif;
	margin:0;
	padding:0;
	
}

div.contents-ga-overflow-suruyo {
	-webkit-overflow-scrolling:touch;
}

div.contents-ga-overflow-suruyo > * {
	-webkit-transform:translateZ(0px);
}

/*要素ごとのスタイル
-------------------------------------------*/
#main {
	position:relative;
	float:left;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#303030;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

#content {
	position:absolute;
	width:100%;
	height:100%;
	background-color:#303030;
	overflow:hidden;
	-moz-box-sizing:inherit;
	box-sizing:inherit;
}

#footer {
	position:absolute;
	font-size:12px;
	text-align: center; 
	width:100%;
	height:25px;
	bottom: 0;
	color:rgba(255,255,255,0.4);
}

/*画像先読みのloadingBar
-------------------------------------------*/
#loading{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	height: 1px;
	margin: 0 0 0 -40%;
	background: #ccc;
}

#loadingBar{
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #333;
}

#loadingText{
	color: #fff;
	font-size: 1.0 rem;
}

p.info {
	color: #fff;
	font-size: 1.5 rem;
}


/*トップページのアイコン
-------------------------------------------*/
#topicon_L {
    position: fixed;
    top: 50%;
    left: -120px;
    font-size: 77%;
    display:block;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#topicon_L a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#topicon_L a:hover {
    text-decoration: none;
    background: #612;
}

#topicon_L p {
    font-size: 1.2rem;
}

#topicon_R {
    position: fixed;
    top: 50%;
    right: 20px;
    font-size: 77%;
    display:block;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#topicon_R a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#topicon_R a:hover {
    text-decoration: none;
    background: #612;
}

#topicon_R p {
    font-size: 1.2rem;
}

/*写真の回転
-------------------------------------------*/
#pivotIcon {
	position:fixed;
	top:100px;
	width:50px;
	height:auto;
	background:#303030;
}

#pivotIcon img{
	position:fixed;
	z-index:9997;
	top:100px;
	left:-70px;
	width:50px;
	height:auto;
	margin:0;
	padding:5px;
	display:inline-block;
	background:rgba(0,0,0,.3);
	transition:0.3s;
}

#pivotIcon img:hover {
    text-decoration: none;
    background: #612;
}


/*写真の拡大
-------------------------------------------*/
#zoomIcon {
	position:fixed;
	top:70px;
	width:50px;
	height:auto;
	background:#303030;

}

#zoomIcon img{
	position:fixed;
	z-index:9998;
	top:70px;
	left:-70px;
	width:50px;
	height:auto;
	margin:0;
	padding:5px;
	display:inline-block;
	background:rgba(0,0,0,.3);
	transition:0.3s;
}

#zoomIcon img:hover {
    text-decoration: none;
    background: #246;
}

/*オリジナル写真の表示
-------------------------------------------*/
#originalIcon {
	position:fixed;
	top:40px;
	width:50px;
	height:auto;
	background:#303030;
}

#originalIcon img {
	position:fixed;
	z-index:9999;
	top:40px;
	left:-70px;
	width:50px;
	height:auto;
	margin:0;
	padding:5px;
	display:inline-block;
	background:rgba(0,0,0,.3);
	transition:0.3s;
}

#originalIcon img:hover {
    text-decoration: none;
    background: #362;
}

/*送り方向表示
-------------------------------------------*/
#readIconL span{
    position: fixed;
    display: block;
    left:10px;
    bottom:10px;
    background: #666;
    color:#fff;
    padding:10px;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

#readIconR span{
    position: fixed;
    display: block;
    right:10px;
    bottom:10px;
    background: #666;
    color:#fff;
    padding:10px;
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*フル画面用
-------------------------------------------*/
#target:-webkit-full-screen{
	position : absolute ;
	left     : 0 ;
	top      : 0 ;
	width    : 100% ;
	height   : 100% ;
}
#target:-moz-full-screen {
	position : absolute ;
	left     : 0 ;
	top      : 0 ;
	width    : 100% ;
	height   : 100% ;
}
#target:-ms-fullscreen {
	position : absolute ;
	left     : 0 ;
	top      : 0 ;
	width    : 100% ;
	height   : 100% ;
}
#target:fullscreen {
	position : absolute ;
	left     : 0 ;
	top      : 0 ;
	width    : 100% ;
	height   : 100% ;
}

/* MODAL STYLE
-------------------------------------------*/
#modalContent{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99999;
}

#modalOverlay{
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	overflow:auto;
	overflow-y:auto;
	overflow-x:hidden;
}

#modalPictureBox{
	overflow: hidden;
}

