@charset "utf-8";
/* CSS Document */

html {
	overflow-y: scroll;
}

body {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	position: relative;
}

a {
	text-decoration: none;
	color: #333;
}

a:link, a:visited, a:hover, a:active {
    outline: none;
}

li {
	list-style-type: none;
}

input, button, textarea, select {
	/*-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;*/
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: 500;
	background: #f4f4f4;
	border: 1px solid #ccc;
}

input:focus {
	border: 1px solid #ee7f90;
}

input[type="text"]:focus,
textarea:focus {
	border: 1px solid #ee7f90;
}

.sp {
	display: none;
}

/*===========================================
loading
===========================================*/
#wrap {
	display: none;
}

#loader-bg {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 1;
}

#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 32px;
	height:32px;
	margin-top: -16px;
	margin-left: -16px;
	text-align: center;
	color: #fff;
	z-index: 2;
}

/*===========================================
header
===========================================*/
#header {
	width: 1000px;
	margin: 0 auto;
	letter-spacing: -.4em;
	padding: 10px 0 4px;
}

#header #title h1,
#header #title p {
	font-size: 14px;
	color: #666;
	line-height: 1.3;
	font-weight: normal;
	letter-spacing: normal;
}

#header #logo {
	display: inline-block;
	width: 390px;
	letter-spacing: normal;
	vertical-align: middle;
}

#header #logo .logo {
	width: 200px;
	margin-top: 4px;
}

#header #logo .logo a {
	display: block;
}

#header #logo .logo img {
	width: 100%;
}

#header #approval {
	display: inline-block;
	width: 265px;
	letter-spacing: normal;
	background: #fff7f1;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff7f1), to(#ffeaed));
	background: -webkit-linear-gradient(top, #fff7f1, #ffeaed);
	background: linear-gradient(to bottom, #fff7f1, #ffeaed);
	padding: 12px 0 10px;
	margin-right: 15px;
	color: #333;
	font-size: 14px;
	text-align: center;
}

#header #tel {
	display: inline-block;
	width: 330px;
	vertical-align: top;
	margin-top: -15px;
}

#header #tel a {
	display: block;
}

#header #tel img {
	width: 70px;
	display: inline-block;
	margin-right: 7px;
	vertical-align: middle;
	letter-spacing: normal;
}

#header #tel span {
	width: 250px;
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	font-size: 14px;
	color: #666;
}

#header #tel strong {
	font-family: 'Oswald', sans-serif;
	font-size: 30px;
	color: #ff8a5b;
	letter-spacing: 2px;
	display: block;
	margin-bottom: 10px;
}

/*===========================================
nav
===========================================*/
nav,
#menuTracking {
	background: #ee7f90;
}

#menuTracking {
	display: none;
	position: fixed;
	top: 0;
	z-index: 20;
	width: 100%;
}

nav ul,
#menuTracking ul {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	letter-spacing: -.4em;
}

nav ul li,
#menuTracking ul li {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: normal;
	width: 15.17%;
	border-right: 1px solid #f6b6ba;
    box-sizing: border-box;
}

nav ul li.active,
#menuTracking ul li.active {
	background: #f294a2;
	/*background: -webkit-gradient(linear, left top, left bottom, from(#ef7e8e), to(#fab2bd));
	background: -webkit-linear-gradient(top, #ef7e8e, #fab2bd);
	background: linear-gradient(to bottom, #ef7e8e, #fab2bd);*/
}

nav ul li:first-child,
#menuTracking ul li:first-child {
	width: 8.2%;
}

nav ul li a,
#menuTracking ul li a {
	display: inline-block;
	padding: 10px 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	font-weight: bold;
	width: 100%;
}

nav ul li:first-child a,
#menuTracking ul li:first-child a {
	background: url(/common/images/nav01.png) no-repeat center center;
	font-family: 'Oswald', sans-serif;
}

nav ul li:last-child a,
#menuTracking ul li:last-child a {
	border: none;
	background: #15bbbe;
	background: -webkit-gradient(linear, left top, left bottom, from(#15bbbe), to(#009aa8));
	background: -webkit-linear-gradient(top, #15bbbe, #009aa8);
	background: linear-gradient(to bottom, #15bbbe, #009aa8);
}

nav ul li a span,
#menuTracking ul li a span {
	display: block;
	padding: 13px 0;
}

/*===========================================
bnrArea
===========================================*/
#bnrArea {
	margin-top: 40px;
}

#bnrArea ul {
	display: table;
	width: 100%;
}

#bnrArea ul li {
	display: table-cell;
	width: 50%;
}

#bnrArea ul li a {
	display: block;
}

#bnrArea ul li a img {
    width: 95%;
}

#bnrArea ul li:first-child {
	background: #ffa784;
	text-align: right;
}

#bnrArea ul li:last-child {
	background: #ee7f90;
}

/*===========================================
toTop01
===========================================*/
#toTop01 {
	margin: 40px auto 10px;
	width: 1000px;
	letter-spacing: -.4em;
	text-align: right;
}

#toTop01 li {
	letter-spacing: normal;
	display: inline-block;
	margin-left: 20px;
}

#toTop01 li a {
	background: url(/common/images/arrow02.png) no-repeat 0% 30%;
	background-size: 8px auto;
	font-size: 14px;
	color: #333;
	padding-left: 15px;
}

/*===========================================
footer
===========================================*/
footer {
	background: #999999;
	padding: 35px 0 50px;
}

footer #footerLink01 {
	width: 1000px;
	margin: 0 auto 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;
}

footer ul {
	letter-spacing: -.4em;
}

footer ul li {
	display: inline-block;
	letter-spacing: normal;
	margin: 0 30px 8px 0;
	line-height: 1.4;
	font-size: 14px;
	color: #fff;
}

footer ul li a {
	background: url(/common/images/arrow01.png) no-repeat 0% 50%;
	background-size: 7px auto;
	padding-left: 14px;
	font-size: 14px;
	color: #fff;
}

footer ul li.company {
	background: url(/common/images/arrow01.png) no-repeat 0% 50%;
	background-size: 7px auto;
	padding-left: 14px;
}

footer ul li.company a {
	background: none;
	padding-left: 0;
}

footer .copyright {
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
}

/*===========================================
pageTop
===========================================*/
#pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 72px;
	cursor: pointer;
}

#pageTop img {
	width: 100%;
}

/*===========================================
underlayer
===========================================*/
#contents{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

#breadcrumbs {
	margin: 10px 0 25px;
}

#breadcrumbs li {
	display:inline-block;
	font-size:12px;
}

#breadcrumbs li:not(:first-child) {
	background: url(/common/images/breadcrumbsArrow.gif) 0 26% no-repeat;
	padding: 0 0 0 1.3em;
	margin: 0 0 0 0.5em;
}

#return {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	line-height: 1.6;
}

#return a {
	background: url(/common/images/arrow02.png) no-repeat 100% 40%;
	background-size: 6px auto;
	padding-right: 10px;
}
























