@charset "utf-8";

#header,
#pc_footer {
	min-width: 1180px;
}
.is_hidden {
	display: none !important;
}

/* =============================================================
	1. Header
============================================================= */
#header {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	max-width: 1180px;
	min-height: 67px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	box-sizing: border-box;
}

/* Announce */
#header > .header_announce {
	display: none;
}
.header_announce {
	display: inline-block;
	font-size: 12px;
	letter-spacing: normal;
	line-height: 14px;
	vertical-align: middle;
	padding: 5px;
	margin-right: 12px;
	border: 1px solid #BFBFBF;
	border-radius: 4px;
	position: relative;
	box-sizing: border-box;
}
.header_announce a {
	display: block;
	color: #222;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
}
.header_announce a:before {
	content: "";
	display: table-cell;
	width: 0;
	height: 35px;
	vertical-align: middle;
	visibility: hidden;
}
.header_announce a span {
	display: table-cell;
	text-decoration: underline;
	vertical-align: middle;
}
.header_announce a span em {
	color: #F00;
	font-style: normal;
	font-weight: bold;
}
.header_announce a:hover {
	opacity: 0.7;
}
.header_announce:before,
.header_announce:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
}
.header_announce:before {
	margin-top: -5px;
	border-top: 5px solid transparent;
	border-left: 5px solid #FFF;
	border-bottom: 5px solid transparent;
	right: -5px;
	z-index: 0;
}
.header_announce:after {
	margin-top: -6px;
	border-top: 6px solid transparent;
	border-left: 6px solid #BFBFBF;
	border-bottom: 6px solid transparent;
	right: -6px;
	z-index: -1;
}

/* =========================
	1-1. Header - Logo
========================= */
#header_logo {
	z-index: 1;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	order: 1;
	-webkit-box-flex: 0.1;
	-webkit-flex: 0 1 auto;
	flex: 0 1 auto;
}
#header_logo a {
	display: block;
	width: 145px;
}
#header_logo a img {
	width: 100%;
}

/* =========================
	1-2. Header - Nav
========================= */
#header_nav {
	padding: 0;
	position: relative;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 3;
	order: 3;
	-webkit-box-flex: 0.0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;

	font-size: 0;
	letter-spacing: -1em;
	margin-left: 1.5%;
}

/* Nav */
#header_nav > ul {
	display: inline-block;
	vertical-align: middle;
}
#header_nav > ul:before {
	content: '';
	display: inline-block;
	width: 0;
	height: 40px;
	vertical-align: middle;
}
#header_nav > ul li {
	display: inline-block;
	font-size: 12px;
	letter-spacing: normal;
	vertical-align: middle;
	letter-spacing: -0.08em;
	text-align: center;
}
#header_nav > ul li:nth-of-type(n+2) {
	margin-left: 10px;
}
#header_nav > ul li a {
	display: block;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	line-height: 1.2;
}
#header_nav > ul li a:hover {
	opacity: 0.7;
}
#header_nav > ul li a img {
	display: block;
	width: 20px;
	margin: 0 auto 5px;
}

/* ログイン後 ユーザー情報 */
#header_nav > ul li a #user_name {
	display: block;
	font-size: 12px;
	max-width: 125px;
	max-height: 48px;
	letter-spacing: 0.02em;
	text-align: left;
	line-height: 1.0;
	vertical-align: middle;
	padding-right: 25px;
	position: relative;
	overflow: hidden;
}
#header_nav > ul li a #user_name:after {
	content: "\3055\3093";
	font-size: 10px;
	height: 10px;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
}
#header_nav > ul li a .point_count {
	display: block;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.0;
	background: #A0A0A0;
	padding: 5px 7px;
	margin: auto;
	border-radius: 6px;
}

/* =========================
	1-3. Header - Guide
========================= */
#header_guide {
	text-align: right;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 4;
	order: 4;
	-webkit-box-flex: 0.0;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 2%;
}
#header_guide > ul {
	text-align: right;
	font-size: 0;
	letter-spacing: -1em;
}
#header_guide > ul > li {
	display: inline-block;
	font-size: 10px;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	margin-left: 10px;
}
#header_guide > ul > li:nth-of-type(3) {
	display: block;
}
#header_guide > ul > li > a {
	display: block;
	color: #666;
	text-decoration: none;
	padding: 5px 0;
	position: relative;
}
#header_guide > ul > li:not(.menu_dropdown) > a:hover {
	opacity: 0.7;
}
#header_guide > ul > li.menu_dropdown {
	position: relative;
}
#header_guide > ul > li.menu_dropdown > a {
	padding-right: 10px;
}
#header_guide > ul > li.menu_dropdown > a.is_beginner {
	padding-left: 14px;
}
#header_guide > ul > li.menu_dropdown > a.is_beginner:before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: url(//image.pia.jp/uploads5/files/7214/5992/2951/new1.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_guide > ul > li.menu_dropdown > a:after {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-bottom: solid 1px #888;
	border-left: solid 1px #888;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-75%) rotate(-45deg) translateZ(0);
	transform: translateY(-75%) rotate(-45deg) translateZ(0);
}
#header_guide > ul > li.menu_dropdown > ul {
	display: block;
	width: 170px;
	text-align: left;
	background: #FFF;
	position: absolute;
	top: 100%;
	right: 4px;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s ease-in-out;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
}
#header_guide > ul > li.menu_dropdown:hover > ul {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(5px);
	transform: translateY(5px);
}
#header_guide > ul > li.menu_dropdown > ul li {
	display: block;
	border-top: 1px solid #DDD;
}
#header_guide > ul > li.menu_dropdown > ul li:first-child {
	border-top-color: #EFEFEF;
}
#header_guide > ul > li.menu_dropdown > ul li a {
	display: block;
	color: #000;
	font-size: 12px;
	text-decoration: none;
	text-align: left;
	line-height: 1.5;
	background: #FFF;
	white-space: normal;
	word-wrap: break-word;
	word-break: break-all;
	padding: 8px 16px;
	position: relative;
}
#header_guide > ul > li.menu_dropdown > ul li a:hover {
	color: #FFF;
	background: #BBB198;
	font-weight: normal;
}

/* =========================
	1-4. Header - Search
========================= */
#header_search_form {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	order: 2;
	-webkit-box-flex: 1.1;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin-left: 2.8814%;
	position: relative;
	z-index: 1;
}
#header_search_form .header_search_frame {
	display: block;
	max-width: 400px;
	padding-right: 76px;
	position: relative;
}
#header_search_form .header_search_text {
	display: block;
	height: 40px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
	transition: 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
#header_search_form .header_search_text:after {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #A0A0A0;
	border-radius: 0 4px 4px 0;
	position: absolute;
	top: 0;
	right: 0;
}
#header_search_form .header_search_text.is_textfocus:after {
	display: none;
}

#header_search_form .header_search_text input[type="text"] {
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal;
	width: 100%;
	height: 100%;
	line-height: 1.4;
	padding: 8px 40px 8px 10px;
	margin: 0;
	border: 2px solid #EEE;
	border-radius: 4px;
	position: relative;
	-webkit-appearance: none;
	appearance: none;
	overflow: hidden;
	outline: none;
	box-sizing: border-box;
}
#header_search_form .header_search_text input[type="text"]::-webkit-input-placeholder {
	color: #666;
}
#header_search_form .header_search_text input[type="text"]:-ms-input-placeholder {
	color: #666;
}
#header_search_form .header_search_text input[type="text"]::-moz-placeholder {
	color: #666;
}
#header_search_form .header_search_text input[type="text"].is_textfocus,
#header_search_form .header_search_text input[type="text"].is_textfill {
	color: #000;
	border-color: #2E66CC;
	padding-right: 74px;
}
#header_search_form .header_search_text .header_search_btn {
	width: 0;
	height: 40px;
	border-radius: 4px;
	position: absolute;
	top: 0;
	right: -32px;
	z-index: 2;
	transition: 0.2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
	overflow: hidden;
}
#header_search_form .header_search_text input[type="text"].is_textfill + .header_search_btn {
	width: auto;
	right: 0;
}
#header_search_form .header_search_text .header_search_btn input[type="submit"] {
	color: #FFF;
	width: 68px;
	height: 40px;
	font-size: 13px;
	text-align: center;
	background: #2E66CC;
	padding: 0;
	border: none;
	border-radius: 0;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	overflow: hidden;
	zoom: 1;
}
#header_search_form .header_search_text svg {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1;
}
#header_search_form .header_search_text > input[type="text"].is_textfill + .header_search_btn + svg {
	display: none;
}
#header_search_form .header_search_text svg path {
	fill: #FFF;
}

/* 詳細検索 */
#header_search_form .header_search_more {
	display: inline-block;
	color: #666;
	font-size: 12px;
	line-height: 1.0;
	text-decoration: none;
	padding-left: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header_search_form .header_search_more:before {
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	transform: translateY(-50%) rotate(45deg) translateZ(0);
	-webkit-transform: translateY(-50%) rotate(45deg) translateZ(0);
}
#header_search_form .header_search_more:hover {
	text-decoration: underline;
}
#header_search_form .header_search_more br {
	display: none;
}
#header_search_form .header_search_frame_autocomplete {
	width: 100%;
	background: transparent;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: -1;
	padding-right: inherit;
	box-sizing: border-box;
}

/*==========
サジェスト部分
==========*/
.ui-widget {
	width: 100% !important;
	background-color: #FFF;
	position: absolute !important;
	top: 100%;
	border: 1px solid #CCC;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 9999;
}
.ui-menu-item {
	font-size: 12px;
	line-height: 2.84;
	padding: 0 10px;
	font-weight: bold;
	color: #000 !important;
	word-wrap: break-word;
}
.ui-menu-item:hover {
	border: none !important;
	background-color: #EDEDED !important;
	cursor: pointer;
}
.uksgst_over {
	border: none !important;
	background-color: #EDEDED !important;
}
.ui-state-focus {
	border: none !important;
	background-color: #EDEDED !important;
}
.ui-autocomplete {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	background: #FFF;
	border: 1px solid #CCC;
}
.ui-helper-hidden-accessible {
	display: none;
}

/* -- [extend start] --*/
/* suggest */
.uksgst_over {
	background-color: #EDEDED !important;
}
/* -- [extend end] --*/


/* =============================================================
	2. Footer
============================================================= */
#subbnr {
	display: none;
}
#sp_footer {
	display: none;
}

/* Footer */
#pc_footer {
	clear: both;
	text-align: center;
	background: #F3F3F3;
	padding-bottom: 40px;
}
#pc_footer .pc_footer_subnavi {
	color: #333;
	background: #D8D8D8;
	padding: 40px 0 32px;
}
#pc_footer .pc_footer_subnavi h6 {
	font-size: 15px;
	margin-bottom: 1em;
}

#pc_footer ul {
	letter-spacing: -0.3em;
	padding: 0 20px;
}
#pc_footer ul li {
	display: inline-block;
	letter-spacing: normal;
	margin-bottom: 0.5em;
}
#pc_footer ul li:nth-of-type(n+2):before {
	content: "\7c";
	display: inline-block;
	width: 14px;
}
#pc_footer ul li a {
	color: #333;
	font-size: 11px;
}
#pc_footer .pc_footer_subnavi ul li a {
	font-size: 12px;
}
#pc_footer ul li a:hover {
	text-decoration: none;
}

#pc_footer nav {
	padding: 40px 0 16px;
}
#pc_footer nav #pc_footer_logout {
	margin-bottom:10px;
}
#pc_footer small {
	display: block;
	font-size: 10px;
	line-height: 1.6;
}
