body {
	margin:0;
	padding:0;
	font-size: 15px;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3','Meiryo','メイリオ', sans-serif,Osaka,sans-self,Verdana,Arial,Helvetica;
	line-height: 1.4;
	background-color: #ffffff;
}
#page {
	padding-bottom: 20px;
}
#main .headre{
	margin-left: auto;
	margin-right: auto;
	width: 90vw;
	padding-left:10px;
}


#content {
	margin-left: auto;
	margin-right: auto;
	position:relative;
	width: 90vw;
	margin-top:-25px;
	margin-bottom:0px;
	padding:15px 10px 15px 10px;
	/*border: 1px solid #ffffff;*/
}
#content a{
	text-decoration:none;
}
#content img{
	border: none;
}
#content div {
	position: relative;
}
#content .nowrap {
	white-space: nowrap;
}
#content .divtitle {
	position: static;
	margin-top: 0px;
	margin-bottom: 20px;
	height: 60px;
}
#content .divcnt {
	position:relative;
	top:0;
	left:0;
}
#content .backimg {
	position:static;
	top:0;
	left:0px;
}
#content .backimg .titleimg{
	width:100%;
	max-width:560px;
	height:65px;
}

#content .chglang {
	text-align: right;
	padding-right: 5px;
	margin-bottom: 0px;
	font-size: 13px;
	color: #a0a0a0;
}
#content .chglang a {
	display:inline-block;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	background-color: rgba(200,200,200,0.25);
	padding: 10px 18px 10px 18px;
	border: #808080 2px outset;
	border-radius: 25px;
}
#content .chglang a:link {
	color: #000000;
	text-decoration: none;
}
#content .chglang a:visited {
	color:#000000;
	text-decoration: none;
}
#content .chglang a:hover {
	color: #0041ff;
	background-color: rgba(220, 0, 50, 0.25);
	border: #DC0032 2px inset;
}
#content .chglang .displang{
	font-size:10px;
	padding: 2px 3px 2px 3px;
	border: #a0a0a0 1px dotted;
	border-radius: 14px;
	background-color: rgba(200,200,200,0.25);
}
#content .chglang a .displang {
	border:none;
	padding:0;
	background:none;
}
#content .chglang .delmlang{
	
}

#content div.txttitle {
	position:absolute;
	padding:0 0 0 8px;
	font-weight:bold;
	color:#303030;
	top:0;
	left:0px;
	height:100%;
}
#content div.txttitle span.title {
	font-size:20px;
	display: inline-block;
	position: relative;
	top: 60%;
	-webkit-transform: translateY(-50%); /* Safari用 */
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}

#content .dlfile {
	position: static;
	margin-top: 10px;
	margin-bottom: 10px;
	height: 23px;
}

#content div.dlsoft {
	margin-top:5px;
	margin-bottom:5px;
	padding-left:0px;
	padding-right:0px;
	font-weight:bold;
	color:#404040;
	height:55px;
	background-repeat: no-repeat;
	background-size:78vw 55px;	/* 78= 450/600 */
}
#content div.dlsoft span.title {
	font-size:14px;
	display: block;
	position: relative;
	left:7.5vw;	/*  45/600 */
	top: 50%;
	width: calc(78vw - 7.5vw - 10px);	/* 78= 470/600 */
	-webkit-transform: translateY(-50%); /* Safari用 */
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
}
#content a.gmap {
	text-decoration:none;
	color: #0000a0;
}
#content a.gmap:hover {
	color: #DD0D4A;
	text-decoration:none;
}
#content div.note {
	text-indent:-1em;
	padding-left:1em;
	margin-left: 10px;
	margin-top:-5px;
}
#content .divtable {
	padding-left:0px;
	padding-right:0px;
}
#content table#syousai {
	width:100%;
	margin-left: 0px;
	margin-right: 0px;
}

#content table#syousai > tbody > tr > td {
    padding: 5px 2px 5px 2px;
}
#content table.dltable {
	margin-left: auto;
	margin-right: auto;
/*	width:90%;*/
}
#content table.dltable caption {
	text-align: left;
}
#content table.dltable caption span{
	margin-left: 100px;
}

#scroll-to-top {
	position: fixed;
	z-index: 2147483647;
	bottom: 20px;
	right: 20px;
	background: rgba(200,200,200,0.25);
	font-size: 13px;
	padding: 10px 18px 10px 18px;
	border:#808080 2px outset;
	border-radius: 20px;
}

#scroll-to-top.scroll-to-top-not-display {
	display:none;
}
#scroll-to-top {
	text-decoration: none;
	color: #404040;
}
#scroll-to-top:hover {
	color: #0041ff;
	background: rgba(220, 0, 50, 0.25);
	border:#DD0D4A 2px inset;
}


@media (min-width: 600px) {
#main .headre{
	width: 560px;
}
#content {
	width: 560px;
}
#content div.dlsoft {
	background-size:515px 55px;
}
#content div.dlsoft span.title {
	width: 470px;	/* 515-35-10 */
	left:45px;
}
}

@media (max-width: 400px) {
#content div.txttitle span.title {
	font-size:5.0VW;	/* 20/400 */
}
#content div.dlsoft span.title {
	font-size:3.5vw;	/* 14/400 */
}
}



