﻿@charset "utf-8";
/* CSS Document */

/* **************************************

切替

***************************************** */
#footer_slide {
	display: block;
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index:60;
}

#slide {
}

#slide-in {
	background: none repeat scroll 0 0 rgba(0,0,0,0.8);
	padding: 40px 0 0;
}

.switchBtn {
	height: 60px;
	margin: 0 auto;
	width: 136px;
}

.switchBtn a#swPc {
	border: 1px solid #666666;
	padding: 20px;
	margin: 0;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: 120%;
	background: url("/img/themed/t00003A/gradation.png") repeat-x scroll 0 -15px rgba(0, 0, 0, 0);
}

.switchBtn a#swPc:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url("/img/themed/t00003A/gradation.png") repeat-x scroll 0 -20px rgba(0, 0, 0, 0);
}

.switchBtn a#swSp {
	border: 1px solid #666666;
	padding: 20px;
	margin: 0;
	text-decoration: none;
	color: #999999;
	font-weight: bold;
	font-size: 120%;
	background: url("/img/themed/t00003A/gradation.png") repeat-x scroll 0 -15px rgba(0, 0, 0, 0);
}

.switchBtn a#swSp:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url("/img/themed/t00003A/gradation.png") repeat-x scroll 0 -20px rgba(0, 0, 0, 0);
}

.switchBtn p#close {
	position: absolute;
	right: 0;
	top: 0;
}

.switchBtn p#close a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.switchBtn p#close a:hover {
}