/* 全体構成 */
body{
    margin: 0;
    padding: 40px 0 70px 0;
    overflow-y: hidden;
    overflow-x: hidden;
    background-image: url("../images/background-dark.png");
    min-height: 300px;
    font-size:12px;
}

input{
    vertical-align: middle;
    margin:4px 0;
    border: 1px solid;
    border-color: #CCC;
    padding:2px;
}
input[type="text"]:focus{
    background:#F3FAF3;
}

div#header {
    position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    color: #fff;
    z-index: 1000;
}

div#footer {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 64px;
	background: #000;
    color: #fff;
    z-index: 1000;
	border-top: #555 1px solid;
}
div#contents{
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url("../images/background-dark.png");
    overflow: auto;
}

/* header */
span#title{
    position: fixed !important;
    top: 0;
    left: 200px;
    width: auto;
    max-width: 600px;
    height: 40px;
    background-repeat: no-repeat;
    font-size:16px;
    font-weight:bold;
    letter-spacing:1px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	overflow: hidden;
    overflow-wrap: break-word;
    white-space: nowrap;
}
span#title::before{
    content: url("../images/title.png");
    vertical-align: middle;
    padding-right: 5px;
    disply:inline-block;
}
@media screen and (max-width: 480px) {
	span#title{
		animation : scrollTitle 20s linear infinite;
	}
	@keyframes scrollTitle{
		0% { transform: translateX(0)}
		100% { transform: translateX(-100%)}
	}
}
span#page{
    position: fixed !important;
    position: absolute;
    bottom: 5px;
    right: 100px;
    font-weight:bold;
    text-align: right;
}

img#bookmark-left{
    position: fixed !important;
    position: absolute;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
}

img#bookmark-right{
    position: fixed !important;
    position: absolute;
    top: 0px;
    z-index: 1000;
    cursor: pointer;
}

/* footer */
span#logo{
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    height: 64px;
    background-image: url("../images/logo.png");
    background-repeat: no-repeat;
    background-color: white;
	background-position: center;
    cursor: pointer;
}

span#logo-right{
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 200px;
    width: 20px;
    height: 64px;
    background-repeat: no-repeat;
}

span#swipe-logo{
    position: fixed !important;
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 83px;
    height: 40px;
    background-image: url("../images/swipe-logo.png");
    background-repeat: no-repeat;
    display : none;
}

.bottom-image{
    margin-top: 10px;
    padding-left: 7px;
    padding-right: 7px;
}

#footerMenu img{
	display: inline-block;
	vertical-align: top;
}
#footerMenu img#list,
#footerMenu img#print,
#footerMenu img#download{
	padding-right:10px;
}
#footerMenu a + a {
	border-left: #ccc 1px solid;
	margin-left: 5px;
	padding-left: 15px;
    display: inline-block;
	height: 64px;
	box-sizing: border-box
}
#page-jump{
    display: inline-block;
	padding: 10px 20px 0 0;
	margin-right: 15px;
	vertical-align: top;
	border-right: #ccc 1px solid;
	height: 64px;
	box-sizing: border-box
}
#page-jump img{
    display: block;
	padding: 0;
}


.pointer{
    cursor: pointer;
}

.floatLeft{
    float: left;
    width : 50%;
}

.bookmarked{
    padding-right: 30px;
    background-image: url("../images/bookmarker-short.png");
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.booklet_list span{
    line-height:3.0;
    letter-spacing:1px;
    border-left:#999999 3px solid;
    padding-left:10px;
}
