@charset "UTF-8";
/*639px以下*/

/*全体の設定
-----------------------------------------------------------------------------------------*/
body {
	background:#FFFFFF;
	min-width:100%;
}
img.sp{
	display:inline;
}
img.pc{
	display:none;
}
/*-------------------------フッター位置可変*/
#wrapper {
	width: 100%;
	min-height:0;
	height:auto;
	margin:0 auto;
}
#contents{
	padding-bottom:0px;
}
footer {
	min-height:0;
}

/*header
-----------------------------------------------------------------------------------------*/
header{
	background:url(images/bg_sp.png) top repeat-x;
	width:100%;
	height:auto;
	min-height:80px;
	margin-bottom:-3px;
	position:relative;
}
header div.headerbox{
	background:url(images/header_bg.png) 8px 4px no-repeat;
	background-size:80px 70px;
	width:100%;
	height:auto;
	padding:0;
}

/*-------------------------siteinfo*/
header .siteinfo ul{
	float:right;
	padding:5px 6px 5px 0;
}
header .siteinfo ul li{
	font-size:10px;
	line-height:1;
	float:left;
	margin-left:6px;
	padding-left:6px;
	border-left:1px solid #D5D5D5;
}
header .siteinfo ul li:nth-child(1),
header .siteinfo ul li:nth-child(2),
header .siteinfo ul li:nth-child(3),
header .siteinfo ul li:nth-child(4){
	display:none;
}
header .siteinfo ul li:nth-child(5){
	border-left:none;
}
/*-------------------------ロゴ*/
header h1{
	float:none;
	padding:0;
}
header h1 a{
	display:block;
	width:270px;
	height:auto;
}
header h1 a:hover{
	background:none;
}
/*-------------------------グローバルメニュー*/
header nav{
	float:none;
	padding-bottom:3px;
	background:url(images/header_nav_bg.png) bottom repeat-x;
}
header nav h2 {
	display:block;
	float:right;
	width:50px;
	margin-top:-60px;	
}
header nav ul.accordion{
	display:none;
	width:100%;
}
header nav ul.accordion.open{
	display:block;
}
header nav li{
	float:left;
	width:33.3%;
}
header nav li a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	text-align:center;
	color:#606060;
	background:      -o-linear-gradient(left, #FFFFFF 0%, #E6E6E6 100%);
	background:     -ms-linear-gradient(left, #FFFFFF 0%, #E6E6E6 100%);
	background:    -moz-linear-gradient(left, #FFFFFF 0%, #E6E6E6 100%);
	background: -webkit-linear-gradient(left, #FFFFFF 0%, #E6E6E6 100%);
	background: linear-gradient(left, #FFFFFF 0%, #E6E6E6 100%);
	box-shadow: 0 0px 5px #CCC;
	-webkit-box-shadow: 0 0px 5px #CCC;
	-moz-box-shadow: 0 0px 5px #CCC;
}
header nav li a img,
header nav li a br{
	display:none;
}


/*contents
-----------------------------------------------------------------------------------------*/
#contents{
	width: 100%;
	margin:0 auto;
	padding-top:0px;
}
/*バナー
-----------------------------------------------------------------------------------------*/
#banner{
	background:#FFF;
	padding:0;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}
#banner li{float:left;
	width:33.3%;
	max-width:136px;
}
#banner li:first-child{
	float:none;
	max-width:100%;
	width:auto;
	margin:0px;
	}
#banner li.otoku{
	float:none;
	margin:10px 10px 5px 10px;
	max-width:100%;
	width:auto;
	height:auto;
	text-indent:0;
	background:none;
	font-weight:bold;
	color:#000;
}


/*footer
-----------------------------------------------------------------------------------------*/
footer {
	min-width:100%;
	background:#666666 url(images/footer_bg.png) bottom no-repeat;
	background-size:100% 50px;
	text-align:left;
	padding-top:15px;
}
/*-------------------------上へ*/
#toPageTop {
	position:fixed;
	bottom: 0;
	right: 0;
	width:40px;
	height:48px;
	background:#888888;
	opacity: 0.5;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
}
* html #toPageTop {position:absolute;}
#toPageTop:hover{
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	cursor:pointer;
}

/*-------------------------フッターナビ*/
footer nav{
	display:none;
}
/*-------------------------表示切り替え*/
#viewport{
	display:block;
	margin:0 20px 10px 20px;
	background:#000000;
	box-shadow: 0 1px 2px #333;
	-webkit-box-shadow: 0 1px 2px #333;
	-moz-box-shadow: 0 1px 2px #333;
}
#viewport li{
	text-align:center;
	font-size:13px;
	line-height:20px;
	width:50%;
	float:left;
	padding:5px 0;
	color:#666666;
}
#viewport li#btnSP{
	background:#D5D5D5;
}
#viewport li#btnPC{
	background:#FFFFFF;
}
/*-------------------------フッターメニュー*/
#footermenu{
	margin:0 auto;
	width:auto;
	height:auto;
}
#footermenu ul{
	float:none;
	padding-top:0px;
}
#footermenu ul li{
	font-size:10px;
	line-height:20px;
	float:left;
	width:25%;
	margin-left:0px;
	padding-left:0px;
	border-left:none;
	letter-spacing:1px;
	text-align:center;
	margin-top:5px;
}

/*-------------------------Copyright*/
footer small{
	display:block;
	padding:18px 10px 5px 10px;;
	font-size:9px;
	line-height:15px;
}
footer small a{
	color:#999999;
}
footer small a:hover{
	text-decoration:underline;
}
footer small a strong{
	letter-spacing:1px;
	font-size:14px;
	line-height:20px;
	color:#FFFFFF;
	display:block;
	background-size:24px 19px;
	padding-left:28px;
}
footer small.ml a strong{
	letter-spacing:0px;
	font-weight:normal;
}
