@charset "utf-8";

/*common reset*/
* {
	margin: 0;
	padding: 0;
}

.default_font_family,
body {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif;
}

a {
	text-decoration: none;
	border: none;
}

ul {
	list-style-type: none;
}

#container {
	min-width: 1000px;
	width: 100%;
	background: url(/afterservice/ssi/img/containerbk.gif) repeat-x;
}

#contents a {
	text-decoration: underline;
}

#contents a:hover {
	text-decoration: none;
}

/*PC menu
-------------------------------------------------*/
.menu_region {
	padding: 0 0 0 0;
	background: #0b0b0b;
	position: relative;
	/*z-index: 2001;*/
}

.menuArea {
	width: 100%;
	margin: 0 0 0 0;
	position: relative;
	/*z-index: 1000;*/
}

.menuArea_inner {
	width: 1000px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}

.menuArea h1 {
	width: 530px;
	height: 60px;
	margin: 0 0 0 -265px;
	position: absolute;
	top: -73px;
	left: 50%;
	cursor: pointer;
}

.menuArea h1 a {
	display: inline-block;
}

.menuArea nav {
	width: 100%;
	height: 50px;
}

.menuArea nav .menu {
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
}

.menuArea nav .menu_item {
	width: 100px;
}

.menuArea nav .menu_item a {
	color: #4c4c4c;
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	display: block;
}

.menuArea nav .menu_item a[href] {
	color: #fff;
}

.menuArea nav .menu_item.current a,
.menuArea nav .menu_item a[href]:hover {
	background: #599cf3;
}

/* .pankz
-------------------------------------------------*/
.pankz {
	width: 1000px;
	margin: 0 auto;
	padding: 35px 0 10px 0;
}

.pankz.noNavi {
	padding-bottom: 10px;
}

/* other
-------------------------------------------------*/
.noCont {
	display: none;
}

.noscript02 {
	text-align: center;
	font-weight: bold;
	padding: 7px 10px;
	font-size: 14px;
	color: #FFF;
	background: #CC0000;
	width: 156px;
}