@charset "euc-jp";

/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, /*body, div, */span, object, iframe,
h1, h2, h3, h4, h5, h6, /*p, */blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
/*table, caption, tbody, tfoot, thead, tr, th, td,*/
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

body, div, p {
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table, caption, tbody, tfoot, thead, tr, th, td {
	border:0;
	outline:0;
	font-size:100%;
	background:transparent;
}

body {
	line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
	display:block;
}

ol, ul {
	list-style-type:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/* change colours to suit your needs */
ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

/* change colours to suit your needs */
mark {
	background-color:#ff9;
	color:#000; 
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

/* change border colour to suit your needs */
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

img {
	vertical-align: top;
	font-size:0;
	line-height:0;
	width:100%;
	height:auto;
}

em {
	font-style:normal;
	font-weight:bold;
}

address {
	font-style:normal;
}

.clear {
	clear:both;
}

html{
box-sizing: border-box;
}



/* サイト共通
------------------------------------------------- */
/*
html {
	width: 100%;
	height: 100%;
	font-size: 62.5%;
	}
	@media screen and (max-width: 320px) {
	html { font-size: 54.6875%; }
}
*/
body {
	width: 100%;
	height: 100%;
	font-size: 100%;
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Arial, Helvetica, sans-serif;
/*	font-weight: 500;  游ゴシックの場合 */
	background-color: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}


/* ヘッダ
============================ */
#HeaderArea {
	position: relative;
	min-width: 965px;
	border-top: solid 5px #e60027;
	background-color: #f2f2f2;
}
#HeaderArea:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #ccc;
}
#HeaderSet {
	width: 965px;
	margin: 0 auto;
	text-align: right;
}
#HeaderSet:after {
	content: "";
	display: block;
	clear: both;
}
#HeaderSet .Statement {
	float: left;
	width: 95px;
	height: 29px;
	display: block;
	margin: 9px 0 0 0;
}
#UltraGlobalNavi {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#UltraGlobalNavi:after {
	content: "";
	display: block;
	clear: both;
}
#UltraGlobalNavi .BtnOpen {
	position: relative;
	float: left;
	margin: -5px 0 0;
	line-height: 50px;
}
#UltraGlobalNavi .BtnOpen a {
	display: table-cell;
	height: 48px;
	padding: 2px 15px 0;
	font-size: 67%;
	line-height: 140%;
	vertical-align: middle;
}
#UltraGlobalNavi #UltraGlobalNaviProducts a {min-width: 85px;}
#UltraGlobalNavi #UltraGlobalNaviCompany a {min-width: 84px;border-left: solid 1px #eb5b74;}

#UltraGlobalNavi .BtnOpen a:link,
#UltraGlobalNavi .BtnOpen a:visited {
	color: #fff;
	text-decoration: none;
	background-color: #e60027;
}
#UltraGlobalNavi .BtnOpen a:hover,
#UltraGlobalNavi .BtnOpen a:active {
	color: #fff;
	text-decoration: none;
	background-color: #b1000e;
}



/* フッタ
============================ */
#Footer {
	clear: both;
	min-width: 965px;
	padding: 30px 0;
	background-color: #e5e5e5;
	overflow: hidden;
	margin-top: 100px;
}
#Footer ul {
	width: 965px;
	margin: 0 auto;
	font-size: 67%;
}
#Footer li {
	float: left;
	padding: 0 10px;
	border-left: solid 1px #bbb;
	line-height: 1.5em;
	vertical-align: top;
}
#Footer li.FirstItem {
	padding: 0 10px 0 0;
	border-left: none;
}
#Footer li a:link,
#Footer li a:visited {
	color: #333;
	text-decoration: none;
}
#Footer li a:hover,
#Footer li a:active {
	color: #b1000e;
	text-decoration: underline;
}
#Footer p {
	width: 965px;
	margin: 0 auto;
	font-size: 65%;
	text-align: right;
	line-height: 1.5em;
	color: #333;
	vertical-align: top;
}


/* ナビ
============================ */
#pageTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
	margin:0;
}
#pageTop a {
	display: block;
	position: relative;
	width: 56px;
	height: 56px;
	z-index: 999;
	text-indent: -9999px;
	border-radius: 50%;
	background: #4B515D;
	box-shadow: 0 0 15px rgba(0,0,0,0.2);
	transition:all 0.3s;
}
#pageTop a::after {
	display: block;
	content: "";
	position: absolute;
	top: 5px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pageTop a:hover {
	opacity: 0.8;
}



/* コンテンツエリア
============================ */
#contentsArea {
	line-height: 1.8;
	text-align: center;
	width:920px;
	margin:0 auto;
}
#contentsArea .ttl {
	margin:45px auto 0;
	border-bottom:1px solid #ddd;
}
#contentsArea h1 {
	font-size: 30px;
	margin: 0 0 45px;
	font-weight: normal;
}
#contentsArea p {
	margin: 0;
}
/* block
============================ */
#contentsArea .flexbox {
	display: flex;
	justify-content: center;
	flex-direction: row;
	width:920px;
	margin:0 auto;
}

/* mainArea
============================ */

#contentsArea .mainArea {
	width:640px;
	padding:0 40px 0 0;
	box-sizing: border-box;
}
#contentsArea .mainArea .jobttl {
	text-align:left;
	margin:40px 0;
}
#contentsArea .mainArea .jobttl p {
	font-size:20px;
	line-height: 1.2;
	margin:0 0 20px;

}
#contentsArea .mainArea .jobttl h2 {
	font-size:20px;
	line-height: 1;
}

#contentsArea .mainArea .table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}
#contentsArea .mainArea .table th {
	display: block;
	width: 100%;
	font-weight: bold;
	vertical-align: top;
	padding: 10px 20px;
	border-top: 1px solid #ddd;
	background:#f7f7f7;
	box-sizing: border-box;
}
#contentsArea .mainArea td {
	display: block;
	width: 100%;
	padding: 1em 0;
	vertical-align: top;
	overflow: hidden;
	box-sizing: border-box;
	word-break: break-all;
}
#contentsArea .mainArea .btnArea {
	margin: 4rem 0 0;
}
#contentsArea .mainArea .btnArea button {
	width:300px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: #fff;
	background: #e60027;
	border: solid 1px #e60027;
	cursor: pointer;
	padding: 0 !important;
}
/* SideArea
============================ */
#contentsArea .sideArea {
	background:#f2f2f2;
	width:280px;
}
#contentsArea .sideArea dl {
	margin:0;
}
#contentsArea .sideArea dl dt {
	background: #e60027;
	color: #fff;
	padding: 8px 20px;
	position: relative;
	text-align: left;
	font-weight: bold;
	line-height: 1.5;
}
#contentsArea .sideArea dl dd {
	margin:0;
}

#contentsArea .sideArea dl dd ul {
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding: 18px 12px;
}
#contentsArea .sideArea dl dd ul li {
	list-style:none;
	margin:0 8px 8px;
}
#contentsArea .sideArea dl dd ul li a {
	font-size:14px;
	color:#333333;
	line-height: 2;
}
#contentsArea .sideArea dl.tag dd ul li {
	border:1px solid #333;
	border-radius:50px;
}
#contentsArea .sideArea dl.tag dd ul li a {
	line-height: 1;
	padding: 5px 10px;
	display:flex;
	text-decoration: none;
}
#contentsArea .sideArea dl.content ul,
#contentsArea .sideArea dl.jobs ul,
#contentsArea .sideArea dl.link ul {
	padding:20px;
	text-align: left;
}
#contentsArea .sideArea dl.content ul li {
	margin:0 0 20px;
}
#contentsArea .sideArea dl.content ul li a {
	text-decoration: none;
}
#contentsArea .sideArea dl.content p.pic {
	width:100%;
}
#contentsArea .sideArea dl.content ul li a .category {
	position: relative;
	display: table;
	margin-top: -20px;
	padding: 5px 10px;
	color: #fff;
	background: #333333;
}

#contentsArea .sideArea dl.content ul li a .txt {
	position: relative;
	margin: 15px 0 0;
}
#contentsArea .sideArea dl.jobs dd ul li a,
#contentsArea .sideArea dl.link dd ul li a {
	line-height: 1.6;
	padding: 0 0 10px 20px;
	text-decoration: underline;
	display: block;
	position: relative;
}
#contentsArea .sideArea dl.jobs dd ul li a::before,
#contentsArea .sideArea dl.link dd ul li a::before {
	content: "";
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 6px;
	height: 6px;
	border-right: solid 2px #e60027;
	border-bottom: solid 2px #e60027;
	transform: rotate(-45deg);
	z-index: 1;
}

#contentsArea .mainArea #directEntry {
	position: fixed;
	background:rgba(230,230,230,0.6);
	bottom: -100px;
	width: 100%;
	height: 100px;
	left: 0;
	z-index: 9;
	transition: .6s;

}
#contentsArea .mainArea #directEntry.is-active {
	bottom: 0;

}
#contentsArea .mainArea #directEntry .btnWrap {
	margin:20px 0;
}
#contentsArea .mainArea .btnWrap button {
	width:300px;
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: #fff;
	background: #e60027;
	border: solid 1px #e60027;
	cursor: pointer;
	padding: 0 !important;

}


