/*----- Phoneここから -----*/
@media screen and (max-width:960px) {
/*----- Header Style -----*/
#headerBox {
	width: 100%;
	height: 80px;
	margin: 0px;
	padding: 0px;
	/*position: absolute;
	top: 0px;
	left: 0px;*/
	z-index: 100000000;
	background-color: #000000;
}
#header {
	width: 100%;
	height: 80px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#header a {
	//opacity: 1;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#header a:hover {
	//opacity: 0.7;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#header a svg.Slogos {
	width: 111px;
	height: 25px;
	position: absolute;
	top: 21px;
	left: 15px;
	//opacity: 1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#header a span.swtLogo {
	font-size: 12.5px;
	color: #ffffff;
	line-height: 1.6em;
	position: relative;
	top: 27px;
	left: 15px;
}
#header a svg.logos {
	width: 106px;
	height: 29px;
	position: absolute;
	top: 17px;
	left: 15px;
	//opacity: 1;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#header a span.gwtLogo {
	font-size: 11.5px;
	color: #ffffff;
	line-height: 1.6em;
	position: relative;
	top: 27px;
	left: 15px;
}


/*----- Global Navi Style -----*/
#globalNavi {
	display: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 80px;
	right: 0%;
	z-index: 100000000;
	text-align: center;
	background: #000000;
}
#globalNavi ul { list-style: none; }
#globalNavi li {  }
#globalNavi a {
	display: block;
	width: auto;
	font-size: 20px;
	color: #aeb1c2;
	line-height: 1em;
	margin: 0px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	border-bottom: none;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	padding: 15px 0px 15px 0px;
}
#globalNavi a:link {
	outline: none;
	text-decoration: none;
	color: #aeb1c2;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#globalNavi a:visited {
	outline: none;
	text-decoration: none;
	color: #aeb1c2;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#globalNavi a:hover {
	outline: none;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#globalNavi a:active {
	outline: none;
	text-decoration: none;
	color: #aeb1c2;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
span.hion {
	font-size: 22px;
	position: relative;
	top: -3px;
	left: 0px;
}
#globalNavi a.op6 {
	display: block;
	width: auto;
	font-size: 20px;
	color: #aeb1c2;
	line-height: 1em;
	margin: 0px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	border-bottom: none;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	padding: 20px 0px 20px 0px;
}
#globalNavi a.op6:link {
	outline: none;
	text-decoration: none;
	color: #aeb1c2;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#globalNavi a.op6:visited {
	outline: none;
	text-decoration: none;
	color: #aeb1c2;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#globalNavi a.op6:hover {
	outline: none;
	text-decoration: none;
	color: #ffffff;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#globalNavi a.op6:active {
	outline: none;
	text-decoration: none;
	color: #aeb1c2;
	background: #000000;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#gNavi {
	position: absolute;
	top: 22px;
	right: 25px;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#gNavi span {
	font-size: 35px;
	color: #aeb1c2;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#gNavi span.icon-close2 {
	font-size: 30px;
}
.spn {
	display: none;
}
/*----- Content Style -----*/
.pageTitleBox {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #eeeeee;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #f6f6f6;
}
.pageTitle {
	width: auto;
	height: 41px;
	font-size: 14px;
	line-height: 1em;
	color: #898989;
	margin: 0px auto;
	padding: 29px 0px 0px 20px;
}
.content {
	width: 100%;
	min-height: 400px;
	margin: 0px auto;
	position: relative;
	text-align: center;
	padding: 30px 0px;
	background: #ffffff;
}
.content a.site {
	display: block;
	width: 350px;
	height: 148px;
	margin-top: 20px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #dddddd;
	position: relative;
	text-align: center;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	opacity: 1;
}
.content a.site:before {
	content: "";
	width: 350px;
	height: 148px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.content a.site:link {
	outline: none;
	text-decoration: none;
}
.content a.site:visited {
	outline: none;
	text-decoration: none;
}
.content a.site:hover {
	outline: none;
	text-decoration: none;
}
.content a.site:hover:before {
	opacity: 0.2;
}
.content a.site:active {
	outline: none;
	text-decoration: none;
}
.content h2 {
	font-size: 20px;
	line-height: 1em;
	border-bottom: 4px solid #dddddd;
	margin: 20px 0px 5px 0px;
	padding: 20px 0px;
	letter-spacing: normal;
	position: ralative;
}
.content h2:after {
	content: "";
	width: 175px;
	height: 4px;
	background: #595959;
	position: absolute;
	top: 90px;
	left: 0px;
}
.content h2 span {
	font-size: 30px;
	line-height: 1em;
	color: #595959;
	vertical-align: -7px;
}
.content dl {
	margin: 0px;
	border-bottom: 1px dotted #90d6f6;
	padding: 30px 0px;
	clear: both;
}
.content dt {
	float: left;
	font-size: 15px;
	line-height: 1.4em;
}
.content dd {
	margin: 0px 0px 0px 270px;
	font-size: 15px;
	line-height: 1.4em;
	position: relative;
}
.content dd a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.content dd a:link{ outline: none; text-decoration: none; color: #3296dc; }
.content dd a:visited { outline: none; text-decoration: none; color: #3296dc; }
.content dd a:hover { outline: none; text-decoration: underline; color: #3296dc; }
.content dd a:active { outline: none; text-decoration: underline; color: #3296dc; }
.content dd span {
	float: left;
	width: 150px;
	margin: 0px; 
	padding: 6px 0px 6px 0px;
	text-align: center;
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 1em;
	position: absolute;
	top: -2px;
	left: -168px;
}
.content dd span.info {
	background: #f39c12;
}
.content dd span.mainte {
	background: #2ecc71;
}
.infoView {
	width: 930px;
	margin: 0px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.infoTitle {
	font-size: 30px;
	line-height: 1em;
	border-bottom: 4px solid #dddddd;
	margin: 20px auto 0px auto;
	padding: 20px 0px;
	letter-spacing: normal;
	position: relative;
	text-indent: 20px;
}
.infoTitle:after {
	content: "";
	width: 250px;
	height: 4px;
	background: #595959;
	position: absolute;
	top: 70px;
	left: 0px;
}
.infoTitle a.editBtn {
	position: absolute;
	top: 19px;
	right: 10px;
	letter-spacing: 0px;
	font-size: 14px;
}
.viewicon {
	width: 180px;
	margin: 60px 0px 10px 0px;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	display: block;
	color: #ffffff;
	position: relative;
}
.vicinfo {
	background: #f39c12;
}
.vicsrv {
	background: #2ecc71;
}
.viewTime {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding: 6px 15px 6px 15px;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
	background: #eeeeee;
	position: absolute;
	top: 0px;
	right: -130px;
}
.viewText {
	font-size: 15px;
	margin: 0px 0px 60px 0px;
	padding: 30px 20px;
	letter-spacing: normal;
	color: #313131;
}
.listInfoBox {
	width: 930px;
	margin 0px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.listInfo {
	width: 445px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.infodlist {
	width: 150px;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.infodlist {
	width: 150px;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.infodlist a {
	font-size: 14px;
	line-height: 1.6em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.infodlist a:link{ outline: none; text-decoration: none; color: #3296dc; }
.infodlist a:visited { outline: none; text-decoration: none; color: #3296dc; }
.infodlist a:hover { outline: none; text-decoration: underline; color: #3296dc; }
.infodlist a:active { outline: none; text-decoration: underline; color: #3296dc; }
.listInfo dl {
	margin: 0px;
	//border-bottom: 1px dotted #90d6f6;
	border: none;
	padding: 10px 0px;
	clear: both;
}
.listInfo dt {
	float: left;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 4px 10px;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
	background: #eeeeee;
}
.listInfo dd {
	margin: 0px 0px 0px 120px;
	font-size: 13px;
	line-height: 1.4em;
	position: relative;
}
.listInfo dd a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.listInfo dd a:link{ outline: none; text-decoration: none; color: #3296dc; }
.listInfo dd a:visited { outline: none; text-decoration: none; color: #3296dc; }
.listInfo dd a:hover { outline: none; text-decoration: underline; color: #3296dc; }
.listInfo dd a:active { outline: none; text-decoration: underline; color: #3296dc; }
.tableBox {
	width: 100%;
	margin: 30px auto 60px auto;
	padding: 0px;
	letter-spacing: normal;
	border-top: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.4em;
	color: #313131;
}
.tableBox th {
	width: 35%;
	margin: 0px;
	padding: 20px 20px 20px 30px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}
.tableBox td {
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 1px solid #cccccc;
}
.h2tableBox {
	width: 95%;
	margin: 0px auto;
	padding: 0px;;
	position: relative;
}
.h2tableBox h2.h2docs {
	font-size: 30px;
	line-height: 1em;
	border-bottom: 4px solid #dddddd;
	margin: 20px auto 5px auto;
	padding: 20px 0px;
	letter-spacing: normal;
	position: relative;
	text-indent: 20px;
}
.h2tableBox h2.h2docs:after {
	content: "";
	width: 250px;
	height: 4px;
	background: #595959;
	position: absolute;
	top: 70px;
	left: 0px;
}
.sviBox {
	width: 900px;
	margin: 60px auto 60px auto;
	padding: 0px;
	letter-spacing: normal;
	border-top: 1px dotted #898989;
	font-size: 16px;
	line-height: 1.4em;
	color: #313131;
}
.sviBox th {
	width: 300px;
	margin: 0px;
	padding: 40px 0px;
	border-top: 1px dotted #898989;
	text-align: center;
	vertical-align: top;
}
.sviBox td {
	margin: 0px;
	padding: 40px 0px;
	border-top: 1px dotted #898989;
}
.sviBox td h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2em;
}
.btn {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0px 0px;
	padding: 5px 20px;
	background: #000000;
	border: none;
	font-family: "Sonic TP","sans-serif";
	text-decoration: none;
	outline: medium none;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.btn:hover {
	opacity: 0.8;
	text-decoration: none;
	outline: medium none;
 	color: #ffffff;
}
table.infoText {
	border: 1px solid #cccccc;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	border-collapse: separate;
	border-spacing: 2px;
}
table.infoText tr { }
table.infoText th {
	width: 100px;
	background: #dddddd;
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6em;	
}
table.infoText td {
	width: 550px;
	background: #f5f5f5;
	border: none;
	padding: 10px 20px;
	vertical-align: top;
	line-height: 1.6em;
}
.searchBox {
	width: 90%;
	height: 50px;
	border-top: 1px #bbbbbb solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #dddddd solid;
	padding: 4px 10px;
	text-align: left;
	font-size: 30px;
	line-height: 1em;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	margin: 120px auto 0px auto;
}
.searchBox:hover {
	border: 1px #aaaaaa solid;
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.searchBox:focus {
	border: 1px #008cff solid;
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.searchBox::-webkit-input-placeholder {
	line-height: 1.1em;
	color: #313131;
	font-family: "Sonic TP","sans-serif";
}
.searchBox::-moz-placeholder {
	line-height: 1.6em;
	color: #313131;
	font-family: "Sonic TP","sans-serif";
}
.searchBox:-ms-input-placeholder {
	line-height: 1.2em;
	color: #313131;
	font-family: "Sonic TP","sans-serif";
}
input.gsBtn {
	width: 54px;
	height: 54px;
	margin: 0px;
	padding: 0px 25px;
	font-size: 13px;
	font-weight: bold;
	background: #000000;
	position: absolute;
	top: 230px;
	left: 50%;
	z-index: 3;
	margin-left: -52px;
	transition: background 0.2s ease;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
}
input.gsBtn:hover {
	background: #313131;
}
input.gsBtn img {
	width: 54px;
	height: 54px;
}
div.title {
	width: 100%;
	padding: 0px 0px;
	text-align: center;
	font-size: 40px;
	line-height: 1em;
	position: absolute;
	top: 80px;
	left: 0;
}
div.errorTitle {
	width: 100%;
	padding: 0px 0px;
	text-align: center;
	font-size:30px;
	position: absolute;
	top: 60px;
	left: 0;
}
div.errorBox {
	width: auto;
	padding: 0px 10px;
	font-size: 12px;
	text-align: left;
	position: absolute;
	top: 150px;
	left: 0;
}

/*----- Footer Navi Style -----*/
#footerBox {
	width: 100%;
	height: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #000000;
	border-top: 6px solid #535353;
}
.footer {
	width: 100%;
	height: 74px;
	margin: 0px auto;
	padding: 56px 0px 0px 0px;
	text-align: center;
}
.copy {
	font-size: 12px;
	color: #ffffff;
	line-height: 1em;
	font-family: "Sonic TP","sans-serif";
}
a.copy-a {
	font-size: 12px;
	color: #cccccc;
	line-height: 1em;
	font-family: "LatoLig","sans-serif";
	outline: none;
	text-decoration: none;
}
a.copy-a:link { outline: none; text-decoration: none; color: #cccccc; }
a.copy-a:visited { outline: none; text-decoration: none; color: #cccccc; }
a.copy-a:hover { outline: none; text-decoration: underline; color: #cccccc; }
a.copy-a:active { outline: none; text-decoration: none; color: #cccccc; }
#menuButton {
	display: block;
	width: 42px;
	height:42px;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 3;
}
#menuButton span {
	display: block;
	background: #ffffff;
	width: 24px;
	height: 4px;
	position: absolute;
	left: 9px;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
#menuButton span:first-child {
	top: 14px;
}
#menuButton span:last-child {
	bottom: 14px;
}
#menuButton.active {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: all 0.2s ease;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(5px) rotate(-45deg);
	-moz-transform: translateY(5px) rotate(-45deg);
	-ms-transform: translateY(5px) rotate(-45deg);
	transform: translateY(5px) rotate(-45deg);
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-5px) rotate(45deg);
	-moz-transform: translateY(-5px) rotate(45deg);
	-ms-transform: translateY(-5px) rotate(45deg);
	transform: translateY(-5px) rotate(45deg);
}
.tp-news {
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 80px;
	left: 50%;
	margin-left: -50%;
}
.tp-news dl {
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	margin: 0px auto;
	border-bottom: none;
	padding: 0px 0px 0px 0px;
}
.tp-news dt {
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0px auto;
	position: relative;
	top: 30px;
	left: 50%;
	margin-left: -50%;
}
.tp-news dd {
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	margin: 0px auto;
	position: relative;
	top: 35px;
	left: 50%;
	margin-left: -50%;
}
.swtTitle {
	width: 100%;
	padding: 0px 0px;
	text-align: center;
	font-size: 30px;
	line-height: 1em;
	position: relative;
	top: 0px;
	left: 50%;
	margin-left: -50%;
	margin-bottom: 30px;
	letter-spacing: 0px;
}
.listBox {
	width: 90%;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	letter-spacing: 15px;
}
.listBox a {
	display: block;
	width: 100%;
	height: 233px;
	border: 1px solid #cccccc;
	background: #f6f6f6;
	margin: 0px 0px 30px 0px;
	clear: both;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: 0px;
	vertical-align: top;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	box-shadow: 1px 1px 3px #aaaaaa;
	-moz-box-shadow: 1px 1px 3px #aaaaaa;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
}
.listBox a:link { outline: none; text-decoration: none; color: #313131; -webkit-tap-highlight-color:rgba(0,0,0,0); }
.listBox a:visited { outline: none; text-decoration: none; color: #313131; -webkit-tap-highlight-color:rgba(0,0,0,0); }
.listBox a:hover { outline: none; text-decoration: none; color: #313131; -webkit-tap-highlight-color:rgba(0,0,0,0); background: #aeb1c2; }
.listBox a:active { outline: none; text-decoration: none; color: #313131; -webkit-tap-highlight-color:rgba(0,0,0,0); }
.listBox a h2 {
	font-size: 20px;
	line-height: 1em;
	border: none;
	text-align: center;
	border: none;
	margin: 10px 0px 5px 0px;
}
.listBox a h2:after {
	display: none;
}
.listBox a p {
	width: 80%;
	font-size: 15px;
	line-height: 1.6em;
	border: none;
	text-align: left;
	margin: auto;
}
.listBox a.naviDisnone { display: none; }
#tpinfo {
	width: 100%;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	font-size: 14px;
	line-height: 1.4em;
	border: 1px solid #008cff;
	background: #ffffff;
	letter-spacing: 0px;
}
#tpinfo a {
	width: 80%;
	height: auto;
	text-align: center;
	letter-spacing: 0px;
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0px;
	margin: 0px;
}
#tpinfo a:link { outline: none; text-decoration: none; color: #008cff; -webkit-tap-highlight-color:rgba(0,0,0,0); }
#tpinfo a:visited { outline: none; text-decoration: none; color: #008cff; -webkit-tap-highlight-color:rgba(0,0,0,0); }
#tpinfo a:hover { outline: none; text-decoration: none; color: #008cff; -webkit-tap-highlight-color:rgba(0,0,0,0); }
#tpinfo a:active { outline: none; text-decoration: none; color: #008cff; -webkit-tap-highlight-color:rgba(0,0,0,0); }
}
/*----- Phoneここまで -----*/











/*----- PCここから -----*/
@media screen and (min-width:961px) {
/*----- Header Style -----*/
#headerBox {
	width: 100%;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}
#header {
	width: 1000px;
	height: 100px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#header a {
	//opacity: 1;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
}
#header a:hover {
	//opacity: 0.7;
}
#header a svg.Slogos {
	width: 150px;
	height: 34px;
	position: absolute;
	top: 26px;
	left: 0px;
	//opacity: 1;
}
#header a span.swtLogo {
	font-size: 17px;
	color: #ffffff;
	line-height: 1.6em;
	position: relative;
	top: 40px;
	left: 0px;
}
#header a svg.logos {
	width: 140px;
	height: 38px;
	position: absolute;
	top: 20px;
	left: 0px;
	//opacity: 1;
}
#header a span.gwtLogo {
	font-size: 16px;
	color: #ffffff;
	line-height: 1.6em;
	position: relative;
	top: 40px;
	left: 0px;
}


/*----- Global Navi Style -----*/
#globalNavi {
	display: block;
	margin: 0px auto;
	padding: 0px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#globalNavi ul { list-style: none; }
#globalNavi li { float: left; }
#globalNavi a {
	height: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #aeb1c2;
	line-height: 1em;
	margin: 0px 0px 0px 5px;
	padding: 43px 10px 51px 10px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	border-bottom: 6px solid #000000;
	display: block;
}
#globalNavi a:link {
	outline: none;
	text-decoration: none;
	border-bottom: 6px solid #000000;
}
#globalNavi a:visited {
	outline: none;
	text-decoration: none;
	border-bottom: 6px solid #000000;
}
#globalNavi a:hover {
	outline: none;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 6px solid #008cff;
}
#globalNavi a:active {
	outline: none;
	text-decoration: none;
	border-bottom: 6px solid #000000;
}
span.hion {
	font-size: 22px;
	position: relative;
	top: -3px;
	left: 0px;
}
#globalNavi a.op6 {
	height: 0px;
	font-size: 15px;
	font-weight: bold;
	color: #ffffff;
	line-height: 1em;
	margin: 0px 0px 0px 5px;
	padding: 43px 10px 51px 10px;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	border-bottom: 6px solid #008cff;
	display: block;
}
#globalNavi a.op6:link {
	outline: none;
	text-decoration: none;
	border-bottom: 6px solid #008cff;
}
#globalNavi a.op6:visited {
	outline: none;
	text-decoration: none;
	border-bottom: 6px solid #008cff;
}
#globalNavi a.op6:hover {
	outline: none;
	text-decoration: none;
	color: #ffffff;
	border-bottom: 6px solid #008cff;
}
#globalNavi a.op6:active {
	outline: none;
	text-decoration: none;
	border-bottom: 6px solid #008cff;
}
#gNavi {
	display: none;
}
#gNavi span {
	font-size: 30px;
	color: #ffffff;
}
/*----- Content Style -----*/
.pageTitleBox {
	width: 100%;
	height: 70px;
	border-bottom: 1px solid #eeeeee;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #f6f6f6;
}
.pageTitle {
	width: 1000px;
	height: 41px;
	font-size: 14px;
	line-height: 1em;
	color: #898989;
	margin: 0px auto;
	padding: 29px 0px 0px 0px;
}
.content {
	width: 100%;
	height: 100%;
	min-height: 600px;
	margin: 0px auto 0px auto;
	padding: 30px 0px 50px 0px;
	position: relative;
	background: #ffffff;
	display: block;
}
.content a.site {
	display: block;
	width: 350px;
	height: 148px;
	margin-top: 40px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #dddddd;
	position: relative;
	text-align: center;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	opacity: 1;
}
.content a.site:before {
	content: "";
	width: 350px;
	height: 148px;
	position: absolute;
	top: 0px;
	left: 0px;
	background: #000000;
	opacity: 0;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.content a.site:link {
	outline: none;
	text-decoration: none;
}
.content a.site:visited {
	outline: none;
	text-decoration: none;
}
.content a.site:hover {
	outline: none;
	text-decoration: none;
}
.content a.site:hover:before {
	opacity: 0.2;
}
.content a.site:active {
	outline: none;
	text-decoration: none;
}
.content h2 {
	font-size: 20px;
	line-height: 1em;
	border-bottom: 4px solid #dddddd;
	margin: 20px 0px 5px 0px;
	padding: 20px 0px;
	letter-spacing: normal;
	position: ralative;
}
.content h2:after {
	content: "";
	width: 175px;
	height: 4px;
	background: #595959;
	position: relative;
	top: 90px;
	left: 0px;
}
.content h2 span {
	font-size: 30px;
	line-height: 1em;
	color: #595959;
	vertical-align: -7px;
}
.content dl {
	margin: 0px;
	border-bottom: 1px dotted #90d6f6;
	padding: 30px 0px;
	clear: both;
}
.content dt {
	float: left;
	font-size: 15px;
	line-height: 1.4em;
}
.content dd {
	margin: 0px 0px 0px 270px;
	font-size: 15px;
	line-height: 1.4em;
	position: relative;
}
.content dd a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.content dd a:link{ outline: none; text-decoration: none; color: #0a64c8; }
.content dd a:visited { outline: none; text-decoration: none; color: #0a64c8; }
.content dd a:hover { outline: none; text-decoration: underline; color: #0a64c8; }
.content dd a:active { outline: none; text-decoration: underline; color: #0a64c8; }
.content dd span {
	float: left;
	width: 150px;
	margin: 0px; 
	padding: 6px 0px 6px 0px;
	text-align: center;
	color: #ffffff;
	display: block;
	font-size: 12px;
	line-height: 1em;
	position: absolute;
	top: -2px;
	left: -168px;
}
.content dd span.info {
	background: #f39c12;
}
.content dd span.mainte {
	background: #2ecc71;
}
.infoView {
	width: 930px;
	margin: 0px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.infoTitle {
	font-size: 30px;
	line-height: 1em;
	border-bottom: 4px solid #dddddd;
	margin: 20px auto 0px auto;
	padding: 20px 0px;
	letter-spacing: normal;
	position: relative;
	text-indent: 20px;
}
.infoTitle:after {
	content: "";
	width: 250px;
	height: 4px;
	background: #595959;
	position: absolute;
	top: 70px;
	left: 0px;
}
.infoTitle a.editBtn {
	position: absolute;
	top: 19px;
	right: 10px;
	letter-spacing: 0px;
	font-size: 14px;
}
.viewicon {
	width: 180px;
	margin: 60px 0px 10px 0px;
	padding: 6px 6px 6px 6px;
	font-size: 14px;
	line-height: 1em;
	text-align: center;
	display: block;
	color: #ffffff;
	position: relative;
}
.vicinfo {
	background: #f39c12;
}
.vicsrv {
	background: #2ecc71;
}
.viewTime {
	font-size: 14px;
	line-height: 1em;
	font-weight: bold;
	margin: 0px 0px 0px 20px;
	padding: 6px 15px 6px 15px;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
	background: #eeeeee;
	position: absolute;
	top: 0px;
	right: -130px;
}
.viewText {
	font-size: 15px;
	margin: 0px 0px 60px 0px;
	padding: 30px 20px;
	letter-spacing: normal;
	color: #313131;
}
.listInfoBox {
	width: 930px;
	margin 0px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.listInfo {
	width: 445px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.infodlist {
	width: 150px;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.infodlist {
	width: 150px;
	margin: 60px 0px 0px 0px;
	padding: 0px;
	position: relative;
	display:inline-block;
	* display:inline;
	* zoom:1;
	vertical-align: top;
	letter-spacing: normal;
}
.infodlist a {
	font-size: 14px;
	line-height: 1.6em;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.infodlist a:link{ outline: none; text-decoration: none; color: #3296dc; }
.infodlist a:visited { outline: none; text-decoration: none; color: #3296dc; }
.infodlist a:hover { outline: none; text-decoration: underline; color: #3296dc; }
.infodlist a:active { outline: none; text-decoration: underline; color: #3296dc; }
.listInfo dl {
	margin: 0px;
	//border-bottom: 1px dotted #90d6f6;
	border: none;
	padding: 10px 0px;
	clear: both;
}
.listInfo dt {
	float: left;
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 4px 10px;
	letter-spacing: normal;
	text-align: center;
	color: #898989;
	background: #eeeeee;
}
.listInfo dd {
	margin: 0px 0px 0px 120px;
	font-size: 13px;
	line-height: 1.4em;
	position: relative;
}
.listInfo dd a {
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
}
.listInfo dd a:link{ outline: none; text-decoration: none; color: #3296dc; }
.listInfo dd a:visited { outline: none; text-decoration: none; color: #3296dc; }
.listInfo dd a:hover { outline: none; text-decoration: underline; color: #3296dc; }
.listInfo dd a:active { outline: none; text-decoration: underline; color: #3296dc; }
.tableBox {
	width: 1000px;
	margin: 30px auto 60px auto;
	padding: 0px;
	letter-spacing: normal;
	border-top: 1px solid #cccccc;
	font-size: 16px;
	line-height: 1.4em;
	color: #313131;
}
.tableBox th {
	width: 200px;
	margin: 0px;
	padding: 20px 20px 20px 30px;
	border-bottom: 1px solid #cccccc;
	text-align: left;
	vertical-align: top;
}
.tableBox td {
	margin: 0px;
	padding: 20px 0px;
	border-bottom: 1px solid #cccccc;
}
.h2tableBox {
	width: 1000px;
	margin: 0px auto;
	padding: 0px;;
	position: relative;
}
.h2tableBox h2.h2docs {
	font-size: 30px;
	line-height: 1em;
	border-bottom: 4px solid #dddddd;
	margin: 20px auto 5px auto;
	padding: 20px 0px;
	letter-spacing: normal;
	position: relative;
	text-indent: 20px;
}
.h2tableBox h2.h2docs:after {
	content: "";
	width: 250px;
	height: 4px;
	background: #595959;
	position: absolute;
	top: 70px;
	left: 0px;
}
.sviBox {
	width: 900px;
	margin: 60px auto 60px auto;
	padding: 0px;
	letter-spacing: normal;
	border-top: 1px dotted #898989;
	font-size: 16px;
	line-height: 1.4em;
	color: #313131;
}
.sviBox th {
	width: 300px;
	margin: 0px;
	padding: 40px 0px;
	border-top: 1px dotted #898989;
	text-align: center;
	vertical-align: top;
}
.sviBox td {
	margin: 0px;
	padding: 40px 0px;
	border-top: 1px dotted #898989;
}
.sviBox td h3 {
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2em;
}
.btn {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	margin: 10px 0px 0px;
	padding: 5px 20px;
	background: #000000;
	border: none;
	font-family: "Sonic TP","sans-serif";
	text-decoration: none;
	outline: medium none;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
}
.btn:hover {
	background: #313131;
	text-decoration: none;
	outline: medium none;
 	color: #ffffff;
}
table.infoText {
	border: 1px solid #cccccc;
	font-size: 14px;
	margin: 10px 0px 10px 0px;
	border-collapse: separate;
	border-spacing: 2px;
}
table.infoText tr { }
table.infoText th {
	width: 100px;
	background: #dddddd;
	padding: 10px 20px;
	text-align: left;
	vertical-align: top;
	line-height: 1.6em;	
}
table.infoText td {
	width: 550px;
	background: #f5f5f5;
	border: none;
	padding: 10px 20px;
	vertical-align: top;
	line-height: 1.6em;
}
.searchBox {
	width: 695px;
	height: 50px;
	border-top: 1px #bbbbbb solid;
	border-right: 1px #cccccc solid;
	border-bottom: 1px #cccccc solid;
	border-left: 1px #dddddd solid;
	padding: 1px 5px 1px 15px;
	text-align: left;
	font-size: 30px;
	line-height: 1em;
	position: absolute;
	top:250px;
	left:50%;
	margin-left: -383px;
}
.searchBox:hover {
	border: 1px #aaaaaa solid;
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.searchBox:focus {
	border: 1px #008cff solid;
	background: #ffffff;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-o-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
	-ms-box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.1) inset;
}
.searchBox::-webkit-input-placeholder {
	line-height: 1em;
	color: #313131;
	font-family: "Sonic TP","sans-serif";
}
.searchBox::-moz-placeholder {
	line-height: 1.6em;
	color: #313131;
	font-family: "Sonic TP","sans-serif";
}
.searchBox:-ms-input-placeholder {
	line-height: 1.6em;
	color: #313131;
	font-family: "Sonic TP","sans-serif";
}
input.gsBtn {
	width: 54px;
	height: 54px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	font-weight: bold;
	background: #000000;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: 333px;
	z-index: 3;
	transition: background 0.2s ease;
	-moz-transition: background 0.2s linear;
	-webkit-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	border: none;
}
input.gsBtn:hover {
	background: #313131;
}
div.title {
	width: 810px;
	padding: 0px 0px;
	text-align: center;
	font-size: 60px;
	line-height: 1em;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -405px;
}
div.errorTitle {
	width: 810px;
	padding: 0px 0px;
	text-align: center;
	font-size: 60px;
	line-height: 1em;
	position: absolute;
	top: 75px;
	left: 50%;
	margin-left: -405px;
}
div.errorBox {
	width: 810px;
	padding: 0px 0px;
	text-align: left;
	font-size: 18px;
	line-height: 1.4em;
	position: absolute;
	top: 200px;
	left: 50%;
	margin-left: -405px;
}

/*----- Footer Navi Style -----*/
#footerBox {
	width: 100%;
	height: 130px;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	background: #000000;
	border-top: 6px solid #535353;
}
.footer {
	width: 1100px;
	height: 74px;
	margin: 0px auto;
	padding: 56px 0px 0px 0px;
	text-align: center;
}
.copy {
	font-size: 12px;
	color: #ffffff;
	line-height: 1em;
	font-family: "Sonic TP","sans-serif";
}
a.copy-a {
	font-size: 12px;
	color: #cccccc;
	line-height: 1em;
	font-family: "LatoLig","sans-serif";
	outline: none;
	text-decoration: none;
}
a.copy-a:link { outline: none; text-decoration: none; color: #cccccc; }
a.copy-a:visited { outline: none; text-decoration: none; color: #cccccc; }
a.copy-a:hover { outline: none; text-decoration: underline; color: #cccccc; }
a.copy-a:active { outline: none; text-decoration: none; color: #cccccc; }
#menuButton {
    display: none;
}
.tp-news {
	width: 100%;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
	text-align: center;
	position: relative;
	top: 350px;
	left: 50%;
	margin-left: -50%;
}
.tp-news dl {
	font-size: 14px;
	line-height: 1.8em;
	text-align: center;
	margin: 0px auto;
	border-bottom: none;
	padding: 0px 0px 0px 0px;
	clear: both;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
}
.tp-news dt {
	font-size: 14px;
	line-height: 1.8em;
}
.tp-news dd {
	float: left;
	margin-left: 15px;
	font-size: 14px;
	line-height: 1.8em;
}
.swtTitle {
	width: 1000px;
	padding: 0px 0px;
	text-align: center;
	font-size: 60px;
	line-height: 1em;
	position: relative;
	top: 0px;
	left: 50%;
	margin-top: 10px;
	margin-left: -500px;
	margin-bottom: 40px;
	letter-spacing: 0px;
}
.listBox {
	width: 1000px;
	height: auto;
	margin: 0px auto;
	padding: 0px 0px 20px 0px;
	letter-spacing: 15px;
}
.listBox a {
	display: block;
	width: 233px;
	height: 233px;
	border: 1px solid #cccccc;
	background: #f6f6f6;
	margin: 0px 0px 30px 0px;
	clear: both;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	letter-spacing: 0px;
	vertical-align: top;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	box-shadow: 1px 1px 3px #aaaaaa;
	-moz-box-shadow: 1px 1px 3px #aaaaaa;
	-webkit-box-shadow: 1px 1px 3px #aaaaaa;
}
.listBox a:link { outline: none; text-decoration: none; color: #313131; -webkit-tap-highlight-color:rgba(0,0,0,0); }
.listBox a:visited { outline: none; text-decoration: none; color: #313131; -webkit-tap-highlight-color:rgba(0,0,0,0); }
.listBox a:hover { outline: none; text-decoration: none; color: #313131; -webkit-tap-highlight-color:rgba(0,0,0,0); background: #aeb1c2; }
.listBox a:active { outline: none; text-decoration: none; color: #313131; -webkit-tap-highlight-color:rgba(0,0,0,0); }
.listBox a h2 {
	font-size: 20px;
	line-height: 1em;
	border: none;
	text-align: center;
	border: none;
}
.listBox a:nth-of-type(2) {
	margin-left: 21px;
}
.listBox a:nth-of-type(3) {
	margin-left: 21px;
}
.listBox a:nth-of-type(4) {
	margin-left: 21px;
}
.listBox a:nth-of-type(6) {
	margin-left: 21px;
}
.listBox a:nth-of-type(7) {
	margin-left: 21px;
}
.listBox a:nth-of-type(8) {
	margin-left: 21px;
}
.listBox a h2:after {
	display: none;
}
.listBox a p {
	width: 80%;
	font-size: 14px;
	line-height: 1.6em;
	border: none;
	text-align: left;
	margin: auto;
}
.listBox a.naviDisnone { }
#tpinfo {
	width: 99%;
	padding: 20px 0px 20px 0px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	border: 1px solid #008cff;
	background: #ffffff;
	letter-spacing: 0px;
}
#tpinfo a {
	width: auto;
	height: auto;
	text-align: center;
	letter-spacing: 0px;
	background: none;
	border: none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	padding: 0px;
	margin: 0px 0px 0px 10px;
}
#tpinfo a:link { outline: none; text-decoration: none; color: #008cff; -webkit-tap-highlight-color:rgba(0,0,0,0); }
#tpinfo a:visited { outline: none; text-decoration: none; color: #008cff; -webkit-tap-highlight-color:rgba(0,0,0,0); }
#tpinfo a:hover { outline: none; text-decoration: underline; color: #008cff; -webkit-tap-highlight-color:rgba(0,0,0,0); }
#tpinfo a:active { outline: none; text-decoration: none; color: #008cff; -webkit-tap-highlight-color:rgba(0,0,0,0); }
}
/*----- PCここまで -----*/