@charset "utf-8";

/* common.css */


/* body
------------------------------------------------ */

body.win {
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

body.mac {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
}

body a:visited,
body a:link {
	text-decoration: none;
	color: #e60012;
}


.sp_main {
    display: none;
}
    
.pc_main {
    display: block;
}

/* wrapper
------------------------------------------------ */
#wrapper .date {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
	line-height: 22px;
	color: #e60012;
}

/* header
------------------------------------------------ */
#header {
	position: fixed;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

#header .headerLogo {
	padding: 16px 0 0 18px;
	background: url("../img/header_maincopy_bg.png") no-repeat top left;
	width: 153px;
	height: 153px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 7000;
}

/* headerBlock
------------------------------------------------ */
#headerBlock {
	width: 960px;
	border-bottom: 16px solid #000;
	margin: 0 auto;
	overflow: hidden;
	padding: 16px 0 8px 0;
}

#headerBlock a,
#headerBlock a:link,
#headerBlock a:visited {
	color: #000;
	font-size: 14px;
	line-height: 33px;
	font-weight: bold;
}

#headerBlock a:hover {
	color: #e60012;
}

#headerBlock .logo {
	float: left;
}

/* nav
------------------------------------------------ */
#nav {
	overflow: hidden;
}
#nav h1 {
	float: left;
	padding-top: 6px;
}

#nav ul {
	overflow: hidden;
	float: right;
}

#nav ul li {
	float: left;
	padding-left: 24px;
	height: 33px;
}

#nav ul li.first {
	padding-left: 0px;
}

#nav .search {
	/*background: url("../img/header_search.png") no-repeat left;*/
	padding-left: 0px;
	margin-left: 30px;
}

#nav .search span {
	display: block;
	border-bottom: 1px solid #000;
	width: 200px;
}

#nav .search input {
	vertical-align:bottom;
}

#searchsubmit {
	height: 18px;
	margin-right: 3px;
}

/* searchForm
------------------------------------------------ */
#searchForm {
	width: 180px;
	height: 18px;
	border: none;
	outline: none;
	border-bottom: 1px solid #000;
}
#searchsubmit {
	cursor: pointer;
	width: 18px;
	height: 18px;
	border: none;
	text-indent: -9999px;
	background: url("../img/header_search.png") no-repeat 0 0;
}

/* panNav
------------------------------------------------ */
#panNav {
	background: #f3f3f3;
}

#panNav ul {
	width: 960px;
	margin: 0 auto;
	font-size: 0;
	padding: 14px 0;
}

#panNav ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	margin-left: 14px;
}

#panNav ul li.first {
	margin-left: 0px;
}

#panNav ul li.first a{
	padding-left: 0px;
}

#panNav ul li.pan {
	position: relative;
		padding-left: 20px;
}

#panNav ul li.pan::before {
	content: url("../img/pan_arrow.gif");
	position: absolute;
	top: 0;
	left: 0;
	margin-top: -1px;
}

#panNav ul li a,
#panNav ul li a:link,
#panNav ul li a:visited {
	color: #000;
}

#panNav ul li a:hover {
	color: #e60012;
}

/* subNav
------------------------------------------------ */
#subNav {
	overflow: hidden;
	font-size: 0;
	width: 960px;
	margin: 0 auto;
	text-align: center;
	padding-top: 92px;
}

#subNav li {
	display: inline-block;
	font-size: 13px;
	line-height: 20px;
	min-width: 96px;
	margin-left: 40px;
}

#subNav li.first {
	margin-left: 0px;
}

#subNav li a,
#subNav li a:link,
#subNav li a:visited {
	color: #000;
}

#subNav li a:hover {
	color: #e60012;
}


/* pagenation
------------------------------------------------ */
.pagenation {

}
.pagenation li {
	display: inline-block;
	margin-right: 10px;
}
.pagenation li.active span {
	padding: 10px 13px;
	border: 1px solid #c9c9c9;
	/*background: #c9c9c9;*/
	color: #c9c9c9;
}
.pagenation li a:link {
	padding: 10px 13px;
	border: 1px solid #c9c9c9;
	margin: 0px;
}
.pagenation li a:hover {
	border: 3px solid #e60012;
	margin: -2px;
}


/* footer
------------------------------------------------ */
#footer {
	margin-top: 102px;
	background: #e60012;
}

#footer .back {
	text-align: center;
	padding: 24px 0;
	cursor: pointer;
	background: #666;
}

#footer .infoBlock {
	overflow: hidden;
	width: 960px;
	margin: 0 auto;
	padding: 58px 0;
}

#footer .infoBlock .tell {
	float: left;
	background: url("../img/footer_call.png") no-repeat left center;
	padding-left: 46px;
	display: table-cell;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 20px;
	line-height: 22px;
	color: #fff;
}

#footer .infoBlock .tell span {
	font-size: 12px;
	line-height: 20px;
	display: block;
}

#footer .infoBlock .address {
	float: left;
	background: url("../img/footer_access.png") no-repeat left center;
	padding-left: 38px;
	display: table-cell;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	margin-left: 36px;
}

#footer .infoBlock address a:link,
#footer .infoBlock address a:visited {
	color: #fff;
}

#footer .infoBlock .copyrightBox {
	overflow: hidden;
}

#footer .infoBlock .copyrightBox .personalInfo {
	float: right;
	font-size: 0;
}

#footer .infoBlock .copyrightBox .personalInfo a {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	margin-left: 38px;
	display: inline-block;
}

#footer .infoBlock .copyrightBox {
	float: right;
}

#footer .infoBlock .copyrightBox .personalInfo a:link,
#footer .infoBlock .copyrightBox .personalInfo a:visited {
	color: #fff;
}

#footer .infoBlock .copyrightBox .copyright {
	clear: right;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #fff;
	text-align: right;
	padding-top: 6px;
}

.not_found_title {
	padding-top: 79px;
	width: 100%;
	background-color: #ebebeb;
	overflow: hidden;
}

.not_found_title p {
	margin: 60px 0;
	font-size: 43px;
	color: #313131;
	text-align: center;
	font-weight: bold;
	line-height: 0.9;
}

.not_found_title p span {
	font-size: 19px;
}

.not_found_message {
	margin-top: 100px;
	margin-bottom: 65px;
}

.not_found_message p {
	text-align: center;
	font-size: 20px;
	line-height: 2.5;
}

.top_link {
	margin-bottom: 200px;
	text-align: center;
}

.top_link a {
	padding: 25px 70px;
	border: 1px solid #e60012;
	font-size: 27px;
	font-weight: bold;
}

@media screen and (max-width: 760px) {

	.not_found_title {
		padding-top: 59px;
		width: 100%;
		background-color: #ebebeb;
		overflow: hidden;
	}

	.not_found_title p {
		margin: 45px 0;
		font-size: 43px;
		color: #313131;
		text-align: center;
		font-weight: bold;
		line-height: 0.9;
	}

	.not_found_title p span {
		font-size: 25px;
	}

	.not_found_message {
		margin-top: 25px;
		margin-bottom: 75px;
	}

	.not_found_message p {
		width: 90%;
		text-align: left;
		font-size: 16px;
		line-height: 1.8;
		margin: 0 auto;
	}

	.top_link {
		margin-bottom: 150px;
		text-align: center;
	}
	
	.top_link a {
		padding: 25px 70px;
		border: 1px solid #e60012;
		font-size: 20px;
		font-weight: bold;
	}

}
