@charset "utf-8";
/** css document */

/********************************************************
 *	common
 ********************************************************/
* {
	margin: 0;
	padding: 0;
}
html, body {
	background: #ffffff;
}
html {
}
body {
	width: 100%;
	color: #362e2b;
	position: relative;
	zoom: 1;
	-webkit-text-size-adjust: none;
}
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	color: #362e2b;
}

/********************************************************
 *	header
 ********************************************************/
header {
	padding-bottom: 10px;
	text-align: center;
	background-image:
		url(../../img/common/hdr_bg02.png),
		url(../../img/common/hdr_bg03.png),
		url(../../img/common/hdr_bg01.gif);
	background-repeat:
		no-repeat;
	background-size:
		97px 121px,
		111px 106px,
		347px 251px;
	background-position:
		-25px 0,
		108% 40px,
		center top;
}
header .logo {
	padding-top: 5px;
	margin-bottom: 8px;
}
header .ttl {
	margin-bottom: 15px;
}
header .login {
	position: absolute;
	top: 7px;
	right: 7px;
}

/********************************************************
 *	nav
 ********************************************************/
nav {
}
nav ul {
	margin: 0 10px;
}
nav ul li {
	float: left;
	width: 50%;
	margin-bottom: 4px;
}
nav ul li:nth-child(2n+0) a {
	margin-left: 2px;
}
nav ul li:nth-child(2n+1) a {
	margin-right: 2px;
}
nav ul li a {
	display: block;
	line-height: 2.4em;/*1.7*/
	border: 1px solid #14a1d1;
	border-radius: 6px;
	background-color: #14a1d1;
	background-image:
		-webkit-linear-gradient(top, rgba(2,102,171,0.5) 0%, rgba(63,203,231,0.5) 50%, rgba(2,102,171,0.5) 50%, rgba(63,203,231,0.5) 100%),
		url(../img/common/nav_bg01.gif);
	background-image:
		linear-gradient(to bottom, rgba(2,102,171,0.5) 0%, rgba(63,203,231,0.5) 50%, rgba(2,102,171,0.5) 50%, rgba(63,203,231,0.5) 100%),
		url(../img/common/nav_bg01.gif);
}
nav ul li a:link,
nav ul li a:visited {
	color: #ffffff;
}

/********************************************************
 *	btn pagetop
 ********************************************************/
.btn-scroll a {
	text-align: center;
	display: block;
	background: #ffb82c;
	height: 40px;
	margin:0 0 10px 0;
}

/********************************************************
 *	footer
 ********************************************************/
footer {
	padding-top: 15px;
}
footer ul.box-sns {
	margin: 0 auto 15px;
	display: table;
}
footer ul.box-sns li {
	display: table-cell;
	padding-left: 20px;
}
footer ul.box-sns li:first-child {
	padding-left: 0;
}
footer .box-lnk01 {
	padding: 10px 0;
	margin-bottom: 10px;
	text-align: center;
	background: url(../img/common/ftr_bg01.gif) repeat center top;
	background-size: 30px 10px;
}
footer .box-lnk01 .box-01 {
	position: relative;
	margin: 6px 10px 10px 10px;
	height: 60px;
	border-radius: 6px;
	background-color: #ddcebd;
}
footer .box-lnk01 .box-01 img {
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -150px;
}
footer .box-lnk01 ul {
	margin: 0 10px;
}
footer .box-lnk01 ul li {
	float: left;
	width: 50%;
	margin-bottom: 4px;
}
footer .box-lnk01 ul li:nth-child(2n+0) a {
	margin-left: 2px;
}
footer .box-lnk01 ul li:nth-child(2n+1) a {
	margin-right: 2px;
}
footer .box-lnk01 ul li a {
	display: block;
	line-height: 2.4em;
	border-radius: 6px;
	background-color: #ddcebd;
}
footer ul.box-lnk02 {
	margin: 0 auto 5px;
	display: table;
}
footer ul.box-lnk02 li {
	display: table-cell;
	padding: 0 1.0em;
	border-left: 1px solid #362e2b;
}
footer ul.box-lnk02 li:first-child {
	border: none;
}
footer .copyright {
	text-align: center;
	padding-bottom: 4px;
}
footer .btnPC {
	background: #d9f0fa;
}
footer .btnPC a{
	display: block;
	margin: 10px 0 0 0;
	padding: 15px 0;
}
