/* 共通設定 Start */
@import url("./thickbox.css");
* {
	margin: 0;
	padding: 0;
	font-family: Verdana, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
	/*font-family: "MS UI Gothic", serif;*/
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
	font-size:12px;
	color:#000000;
	text-align: center;
	margin:0 auto;
}
#allbg {
	width: 100%;
	background-color: #f0f0f0;
}
#mcbg {
	width: 100%;
	background-image: url("../images/mc.png");
	background-repeat: no-repeat;
	background-position: center 35px;
	background-attachment: fixed;
}
#wrapper {
	width: 1020px;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0 auto;
}
a {
	outline: none;
	text-decoration: underline;
}
a:link {
	color: #1B89A2;
}
a:visited {
	color: #1B89A2;
}
a:active {
	color: #1B89A2;
}
a:hover {
	color: #F1A916;
	text-decoration: none;
}
img {
	margin: 0;
	border: none;
	vertical-align: middle;
}
input[type="text"]:focus {
	border: 2px solid #1B89A2;
}
.sidebanner {
	width: 220px;
	margin: 0 auto 20px auto;
}
.sidetwitter {
	width: 220px;
	margin: 15px auto 5px auto;
}
#nodata {
	width: 700px;
	font-size: 15px;
	font-weight: bold;
	margin: 50px auto 0 auto;
	padding: 50px 0;
	border: 5px solid #C4C4C4;
}

h2.page-title {
	width: 100%;
	height: 30px;
	line-height: 28px;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	color: #666;
	border: 1px solid #89bad7;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#f6f6f6 25%, #f6f6f6 50%,
		#fff 50%, #fff 75%,
		#f6f6f6 75%, #f6f6f6
	);
	background-size: 4px 4px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}
h2.page-title::before {
	width: 3px;
	height: 22px;
	content: '';
	background-color: #89bad7;
	position: absolute;
	top: 4px;
	left: 5px;
	display: block;
}
/* 共通設定 End */

/* ヘッダー Start */
#headheight {
	width: 100%;
	height: 26px;
}
#header {
	width: 100%;
	height: 26px;
	background-image: url('../images/header/bg.jpg');
	background-repeat: repeat-x;
	background-position: left top;
	z-index: 9999;
}
#headerline {
	width: 1000px;
	margin: 0 auto;
}
#starguys {
	width: 965px;
	text-align: left;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 5px auto 0 auto;
	float: left;
}
#starguys a {
	color: #FFFFFF;
	text-decoration: none;
}
#starguys a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#headposi {
	margin: 2px 0 0 15px;
	cursor: pointer;
	float: right;
}
#areaselect {
	width: 35px;
	text-align: center;
	font-size: 10px;
	margin-top: 3px;
	float: left;
}
#head {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	padding-top: 5px;
}
#headstarguys {
	width: 196px;
	margin-top: 5px;
	float: left;
	clear: both;
}
#headsearch {
	width: 519px;
	margin-top: 20px;
	float: left;
}
#headrecruit {
	width: 285px;
	float: left;
}
#pagepass, #pagepath {
	width: 1000px;
	margin: 0 auto 5px auto;
	text-align: left;
}
.passblank, .pathblank {
	margin: 0 2px;
}

#breadcrumb_navi .breadcrumb {
	width: 1000px;
	margin: 0 auto 5px auto;
	text-align: left;
	display: flex;
}
#breadcrumb_navi .breadcrumb li {
	list-style-type: none;
	padding-right: 20px;
	position: relative;
}
#breadcrumb_navi .breadcrumb li:not(:first-child)::after {
	width: 5px;
	height: 5px;
	content: "";
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	transform-origin: center center;
	-webkit-transform-origin: center center;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	position: absolute;
	top: 50%;
	left: -15px;
}

#mainsns {
	width: 100%;
	position: absolute;
	bottom: 15px;
	overflow: hidden;
}
.headsnslblock {
	width: 115px;
	text-align: right;
	float: right;
}
.headsnsmblock {
	width: 55px;
	text-align: right;
	float: right;
}
.headsnsnblock {
	width: 80px;
	text-align: right;
	float: right;
}
.headsnsgblock {
	width: 90px;
	text-align: right;
	float: right;
}
.footer_sns_icon_list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.footer_sns_icon_list li {
	list-style-type: none;
	margin-left: 10px;
}
.footer_sns_icon_list li a img {
	width: 30px;
	height: auto;
}
/* ヘッダー End */

/* メニュー Start */
#menu {
	width: 1000px;
	height: 30px;
	margin: 10px auto;
	clear: both;
}
#menulink li {
	height: 26px;
	margin: 0 0 0 -1px;
	padding: 0;
	font-size: 12px;
	list-style: none;
	border: 1px solid #B3B3B3;
	overflow: hidden;
	float: left;
}
#menulink li a.menu {
	width: 53px;
	height: 26px;
	text-align: center;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	background: #FFFFFF;
	display: block;
	text-decoration: none;
	z-index: 9999;
	overflow: hidden;
}
#menulink li a#mmenu2, #menulink li a#mmenu3, #menulink li a#mmenu13, #menulink li a#mmenu14 {
	width: 75px;
	height: 26px;
	overflow: hidden;
}
#menulink li a#mmenu11 {
	width: 72px;
	height: 26px;
	overflow: hidden;
}
#menulink li a#mmenu9, #menulink li a#mmenu10, #menulink li a#mmenu15 {
	width: 62px;
	height: 26px;
	overflow: hidden;
}
#menulink li a.menu:hover {
	color: #FFFFFF;
	background: #5897CC;
}
#menulink li a#mmenu1, #menulink li a#mmenu6, #menulink li a#mmenu7, #menulink li a#mmenu12 {
	text-align: center;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	background: #FFFFFF;
	display: block;
	text-decoration: none;
	z-index: 9999;
}
#menulink li a#mmenu8 {
	text-align: center;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	background: #FFFFFF;
	display: block;
	text-decoration: none;
	z-index: 9999;
}
#menulink li a#mmenu16 {
	text-align: center;
	margin: 0;
	padding: 5px 0;
	color: #000000;
	background: #FFFFFF;
	display: block;
	text-decoration: none;
	z-index: 9999;
}
#menulink li a#mmenu1:hover, #menulink li a#mmenu6:hover, #menulink li a#mmenu7:hover, #menulink li a#mmenu12:hover {
	color: #FFFFFF;
	background: #5897CC;
}
#menulink li a#mmenu8:hover {
	color: #FFFFFF;
	background: #5897CC;
}
#menulink li a#mmenu16:hover {
	color: #FFFFFF;
	/*background: #1DB57E;*/
	background: #5897CC;
}
.submenu {
	margin-top: 1px;
	background-color: #FFFFFF;
	visibility: hidden;
	position: absolute;
	z-index: 9999;
}
.submenu a {
	border: 1px solid #B3B3B3;
	font-size: 12px;
	text-align: left;
	margin-top: -1px;
	padding: 5px 10px;
	color: #000000;
	display: block;
	text-decoration: none;
}
.submenu a:hover {
	color: #FFFFFF;
	background-color: #5897CC;
}
html*.submenu a {
	display: none;
}
/* メニュー End */

/* メイン Start */
#main {
	width: 1000px;
	height: auto;
	margin: 10px auto 0 auto;
	display: inline-block;
	clear: both;
}
#leftblock {
	width: 750px;
	position: relative;
	float: left;
}
#rightblock {
	width: 230px;
	margin-left: 20px;
	padding-top: 5px;
	background-image: url('../images/right/bg.gif');
	background-repeat: repeat;
	background-position: left top;
	float: left;
}
.guysbox {
	padding-bottom: 50px;
}
/* メイン End */

/* フッター Start */
#footer {
	width: 100%;
	border-top: 5px solid #5897CC;
	background-color: #f0f0f0;
	clear: both;
}
#footline {
	width: 1000px;
	margin: 10px auto 0 auto;
	overflow: hidden;
}
#smartchange {
	width: 1000px;
	font-size: 30px;
	text-align: center;
	margin: 25px auto;
	clear: both;
}
#smartpc {
	color: #A9A9A9;
}
#footleft {
	width: 680px;
	float: left;
}
#footsearch {
	margin-bottom: 20px;
	vertical-align: top;
}
.footsearchform .flabel {
	color: #FFFFFF;
	background-color: #5897CC;
	border: 1px solid #B3B3B3;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
.footsearchform .clabel {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
.crirHiddenJS {
	position: absolute;
	left: -1000px;
}
.crirHidden {
	position: absolute;
	left: -1000px;
}
.footsearchform label.radio_checked {
	color: #FFFFFF;
	background-color: #5897CC;
	border: 1px solid #B3B3B3;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
.footsearchform label.radio_unchecked  {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #B3B3B3;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
.footsearchform label:hover  {
	color: #FFFFFF;
	background-color: #5897CC;
	border: 1px solid #B3B3B3;
	margin: 0;
	padding: 2px 10px;
	cursor: pointer;
}
.headhostshop, .foothostshop {
	width: 150px;
	height: 17px;
	font-size: 12px;
	padding: 0 3px;
}
#footsearchtext {
	margin: 0 15px;
}
.sitemap {
	list-style: none;
	float: left;
}
.sitemap li {
	width: 162px;
	text-align: left;
	margin-bottom: 5px;
	padding-left: 8px;
	background-image: url('../images/footer/mapitem.gif');
	background-repeat: no-repeat;
	background-position: left 3px;
}
#footright {
	width: 320px;
	float: left;
}
#linklist {
	list-style: none;
	padding: 0 0 0 35px;
}
#linklist li {
	float: left;
}
#prohibition {
	margin: 80px 0 10px 0;
	line-height: 20px;
	text-align: right;
	clear: both;
}
#copyright {
	text-align: right;
}
#copyright img {
	margin-bottom: 10px;
}
#pagetop {
	width: 80px;
	height: 60px;
	position: fixed;
	bottom: 50px;
	right: 25px;
	cursor: pointer;
	display: block;
}
#pagetop a {
	width: 80px;
	height: 60px;
	background-image: url('../images/footer/pagetop.png');
	background-repeat: no-repeat;
	background-position: center top;
	position: fixed;
	bottom: 50px;
	right: 25px;
	cursor: pointer;
	display: block;
}
/* フッター End */

/* ページ Start */
.pagemove {
	width: 100%;
	font-size: 11px;
	margin: 10px auto;
	color: #858585;
	display: inline-block;
}
.pagemove a {
	margin: 0 2px;
	padding: 2px 5px;
	border: 1px solid #858585;
	color: #858585;
	text-decoration: none;
}
.pagecount {
	margin: 0 2px 0 0;
	padding: 2px 6px;
	border: 1px solid #858585;
}
.nowpage {
	margin: 0 2px;
	padding: 2px 8px;
	background-color: #858585;
	color: #FFFFFF;
}
/* ページ End */

/* サイド Start */
#siderss {
	width: 200px;
	text-align: left;
	margin: 15px auto;
}
.sideatom {
	width: 200px;
	text-align: left;
	margin: 5px auto;
}
.sideatom img {
	margin-right: 5px;
}
/* サイド End */

/* エラー Start */
#error img {
	margin: 100px auto;
}
#errmsg {
	color: #FF0000;
	margin: 30px auto 0 auto;
}
/* エラー End */
