html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
p{line-height:1.6em;}
table{width: 100%;}

a{text-decoration:none;}
a:link, a:visited{color:#ff6d00;}
a:hover{color:#f00;}
a:active{ color: #f33; }

img{border:0; vertical-align: bottom;}
ul, ol{list-style:none;}

html, body{height:100%;}

a:hover img{opacity: 0.8;}

body
{
	border-top: solid 4px #ff7e00;
	background-repeat: repeat;
	background-color:#fff;
	color: #444;
	position: relative;
}

#header, #contents, #catch section, nav.breadcrumbs,
main, .footer_info, .footer_sitemap ul
{width: 1080px; margin: 0 auto;}

header#header
{
	/*background-color: #ff7e00;
	color: #fff;*/
}


header
{
	display: table;
	width: 100%;
}

header h1
{
	display: table-cell;
	vertical-align: middle;
	padding: 30px 0;
	
}


img
{max-width: 100%; border: 0;}


#top_info
{text-align: right;}

#top_info ul li
{display: inline-block;}

#top_info ul li a
{
	display: block; 
	box-sizing: border-box;
	border: solid 1px #ccc;
	width: 6em;
	text-align: center;
	margin: 10px 0;
	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e0e0e0+0,ffffff+75,ffffff+100 */
background: #e0e0e0; /* Old browsers */
background: -moz-linear-gradient(top,  #e0e0e0 0%, #ffffff 75%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #e0e0e0 0%,#ffffff 75%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #e0e0e0 0%,#ffffff 75%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0e0e0', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}



#gnav
{
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	
}

#gnav > ul > li:nth-child(1){border-left: dotted 1px #ccc;}
#gnav > ul > li
{
	display: inline-block;
	width: 130px;
	text-align: center;box-sizing: border-box;
	border-right: dotted 1px #ccc;
	
}


#gnav > ul > li > a
{
	display: block;
}

#gnav > ul > li .sub
{
	position: absolute;
	z-index: 9999;
	display: none;
	background-color: rgba(0, 0, 0, 0.7);
	width: 180px;
	box-sizing: border-box;
}
#gnav > ul > li:hover ul.sub{display: block;}

#gnav ul.sub li
{
	border-bottom: dotted 1px #888;
	font-size: 90%;
}
#gnav ul > li ul.sub li a
{
	display: block;
	box-sizing: border-box;
	width: 100%;
	padding:7px 5px;
	color: #fff;
	text-align: center;
}

#gnav ul > li a i
{margin-right: 1em; color: #ccc;}

#gnav ul > li ul.sub li a:hover
{ color: #ffb400;}


#gnav > ul > li a:link,
#gnav > ul > li a:visited,
#gnav ul li a:link,
#gnav ul li a:visited
{color: #333;}

#gnav > ul > li a:hover,
#gnav ul li a:hover,
#gnav ul li a.active
{color: #ff7e00;}


#mnav{display: none;}

#catch
{
	height: 480px;
	background: url('_bg/catch.jpg') center top no-repeat;
	width: 100%;
}
#catch section
{
	position: relative;
}

#catch section > div
{
	background: rgba(255, 255, 255, 0.6);
	position: absolute;
	top:0; right:20px; bottom:0;
	width: 550px;
	box-sizing: border-box;
	padding: 20px 40px;
	margin: auto;
}
#catch section > div h1
{margin: 30px 0;}

#catch section > div > p
{
	font-size: 115%;
	color: #000;
	line-height: 2em;
}

#subcatch
{
	background:url('_bg/subcatch.jpg') center top no-repeat;
	height: 160px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#subcatch h2
{
	width:1080px;
	margin: 0 auto;
	font-size: 150%;
	font-weight: bold;
	color: #666;
	text-shadow:
		1px 1px 0px #fff,
		1px -1px 0px #fff,
		-1px 1px 0px #fff,
		-1px -1px 0px #fff,
		1px 1px 1px #fff,
		1px -1px 1px #fff,
		-1px 1px 1px #fff,
		-1px -1px 1px #fff,
		1px 1px 2px #fff,
		1px -1px 2px #fff,
		-1px 1px 2px #fff,
		-1px -1px 2px #fff,
		0px 0px 10px #fff;
}

nav.breadcrumbs
{
	margin-top: 10px;
	font-size: 80%;
}

main{display: block; padding: 50px 0;}

main > section
{
	margin-bottom: 60px;
	clear: both;
}

main section p{margin-bottom: 1em;}
main section > p:last-child{margin-bottom: 0;}

.pnav ul li
{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.pnav ul li a
{
	display: block;
	padding: 10px 40px;
	border: solid 1px #ccc;
	border-radius: 4px;
	background: #eee;
	
}
.pnav ul li a i{margin-right: 0.5em;}
.pnav ul li a:link,
.pnav ul li a:visited {color: #444;}
.pnav ul li a:hover{color: #ff7e00; background: #fff;}

#top_btn
{
	position: fixed;
	bottom:20px; right: 20px;
	z-index: 5;
	display: block;
	opacity: 0.8;
}

.bottom_info
{
	text-align: center;
	margin: 20px 0 0;
}
.bottom_info img
{box-shadow: 1px 1px 6px 3px rgba(0,0,0,0.2); }


footer
{
	background: #f6f3ec;
}


.footer_info 
{
	display: table;
}
.footer_info > div
{
	display: table-cell;
	vertical-align: bottom;
	padding:10px 20px 20px;
	font-size: 80%;
	font-weight: bold;
}
.footer_info > div:nth-child(1)
{width: 260px; text-align: left;}
.footer_info > div >h1
{margin-bottom: 20px;}


.footer_info > div:nth-child(2),
.footer_info > div:nth-child(3)
{width: 350px;}

.footer_info > div:nth-child(2) p,
.footer_info > div:nth-child(3) p
{border-left: dotted 1px #999; padding-left: 10px;}


.footer_sitemap
{background: #ff7e00; padding: 20px 0;}
.footer_sitemap ul li
{
	display: inline-block;
}
.footer_sitemap a{margin-right:1em;}
.footer_sitemap a:link,.footer_sitemap a:visited
{color: #fff;}
.footer_sitemap a:hover{color: #ff0;}

.footer_sitemap i
{
	margin-right: 5px;
	color: #fff;
	font-size: 80%;
}


footer .copyright
{
	background-color: #000;
	color: #fff;
	font-size: small;
	text-align: center;
}


/*--release--*/
.release{padding: 0 15px; margin-bottom: 20px;}
.release span
{display: block;}

.release .date
{color:#000; font-weight: bold; }

.release li
{
	padding: 10px 0 10px 80px;
	border-bottom: dotted 1px #ccc;
}

.release li.mobakin{background: url('_bg/release1.png') left center no-repeat;}
.release li.mobaq{background: url('_bg/release2.png') left center no-repeat;}
.release li.sonota{background: url('_bg/release3.png') left center no-repeat;}

/*-----------------------------------------clearfix*/
section:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

/*---------------------------*/
a[href$="recruit/recruit3.html"]{
	display: none !important;
}


body#recruit .pnav  ul li a{
	width: 10em !important;
}

body#recruit .bottom_info,
body#recruit .pnav ul li:nth-child(3),
body#recruit .pnav ul li:nth-child(6){
	display: none;
}

