/* 共通 */

/*clearfix*/
.clearfix:after{  
	visibility:hidden;
	height:0;
	display: block;
	font-size: 0;  
	content: " ";  
	clear: both;  
} 

* html .clearfix { 
	zoom: 1; 
} 

*:first-child+html .clearfix {
	 zoom: 1; 
} 

* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/*Webフォント*/

body {
	font-family: 'Noto Sans Japanese', sans-serif;
	/*font-family: 'hannari';*/
	background: #fff;
	font-weight:300;
	color:#000;
}

p {
	margin-bottom: 1em;
	line-height: 2.0;
}

.fontTitle {
	font-size:1.8em;
}

.fontSubtitle {
	font-size:1.2em;
}

.fontDescription {
	padding-top:20px;
	font-size:0.9em;
	line-height:1.8;
}

#subTitle {
	margin-bottom:20px;
}

h3 {
	position: relative;
	/*text-align: center;*/
}

h3 span {
	position: relative;
	z-index: 2;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	background-color: #fff;
	text-align: left;
}

h3::before {
	position: absolute;
	top: 50%;
	z-index: 1;
	content: '';
	display: block;
	width: 99%;
	height: 2px;
	background-color: #1d2087;
}

h4 {
	padding: .25em 0 .25em 40px;
	margin-bottom:20px;
	/*border-left: 4px solid #1d2088;*/
	background: url(../../img/record_g.png) no-repeat left center;
	font-size:1.1em;
}

.red {
	color:#EB2226;
}

.next {
	padding: 1em 4em;
	border: 4px solid #fff;
	
}

/* 共通ここまで */

/* TOPページ */
section {
	/*min-height: 400px;*/
	text-align: center;
	line-height: 1.9;
	color:#fff;
	margin:10px 0;
}

section a {
	color: #fffffc;
	text-decoration:none;
}

 .contentsBox a:hover {
	font-weight:bold;
	background-color: #1d2087;
  border:solid 3px #fffffc;
  /*background-image: -webkit-linear-gradient(-45deg, rgba(80,149,164,.5) 25%, transparent 25%, transparent 50%, rgba(80,149,164,.5) 50%, rgba(80,149,164,.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(80,149,164,.5) 25%, transparent 25%, transparent 50%, rgba(80,149,164,.5) 50%, rgba(80,149,164,.5) 75%, transparent 75%, transparent);*/
  background-size: 10px 10px;/*数字を大きくすれば太く、小さくすれば細くなります。*/
}


.contentsBox p {
	font-size:1.2em;
	margin-top:1em;
	line-height: 2.2;
}

section img {
	width:100%;
	height:auto;
}

#topImagePC {
	display:block;
}

#topImageSP {
	display:none;
}

#main-visual {
	margin:60px auto;
	margin-bottom:0;
	width:100%;
	/*height:700px;*/
	background-position:inherit;
	background-size:cover;
}

#main-visual img {
	width:100%;
	height:auto;
}

.movie_container {
	width:100%;
	height:auto;
}

.innerBox {
	padding:5%;
	background-position:center;
	background-size:cover;
}

#twitter {
	margin:5% 5% auto;
}

iframe.twitter-timeline    {

}

#news {
	padding-top:20px;
}

/*.newsUl {
	margin:4%;
}
*/
.rightText {
	float:right;
	margin-top:-20px;
	color:#1d2088;
	text-decoration:none;
}

#record {
	background-image:url(../img/record.jpg);
}

#print {
	background-image:url(../img/print.jpg);	
}

#electric {
	background-image:url(../img/ef.jpg);	
}

#people {
	width:100%;
	height:auto;
	background-position:center;
	background-size:cover;
}

.contentsBox {
	padding:15% 10%;
	background-position:center;
	background-size:cover;
}

#topCenter {
	text-align:center;
	 width:60%;
	 max-height:200px;
	 
}

.absoluteTop {
   position: absolute;
	 background-color: rgba( 0, 0, 0, .0 );
   color: #fff;
	 font-size:1.8em;
	 font-weight:bold;
	 top:35%;
	 width:100%;
	 align-content:center;
	 text-align: center;
	/* display:none;*/
}

.mainareaTop{
    float:left;
    width:60%;
	/*background:#dd4b4b;*/
	
}

.subareaTop{
	float:right;
	width:40%;
	/*background:#F96;*/
}

.subareaTop img {
	margin: 0 10% auto;
}

.subareaTop a:hover mg{
	opacity:0.5;
}

/*TOPページここまで */

/* 下層ページ共通 */
#main-contents  {
	margin:80px 120px auto;
	}
	
#main-contents	a {
	color: #1d2087;
	text-decoration:none;
}

#main-contents a:hover {
	text-decoration:underline;
}

#info-contents  {
	margin:80px 120px auto;
	text-decoration:none;
	}
	
#info-contents  a{
	text-decoration:none;
}

.row {
	width:100%;
	max-width:1200px;
	margin:0 auto;
	padding-top:10px;
	padding-bottom:20px;
	overflow:hidden;
	font-size:0.9em;
	/*background-color: rgba(0,0,0,0.2);
	color:#fff;*/
}

.underLine {
	border-bottom: 1px solid #ccc;
	height:1px;
	width:100%;
	margin:30px auto 30px;
}


/*.leftarea{
	float:left;
	width:65.625%;
}

.rightarea{
    float:right;
    width:32.291%;
		padding-left:10px;
		padding-top:100px;
}*/

/* 下層ページ共通ここまで */

/*レコード事業 TOP */
.relative {
    position: relative;
}
.absolute {
   position: absolute;
	 background-color: rgba( 0, 0, 0, .5 );
   color: #fff;
	 font-weight:bold;
	 /*font-size:1.8em;*/
	 top:45%;
	 width:100%;
	 align-content:center;
}

.slash::after {
	content:'//';
	padding-left: 6px;
	padding-right: 0;
	font-weight:bold;
}

#middlePosotion ul li img {
	vertical-align:middle;
	padding-left: 6px;
	margin-top: -3px;
	padding-right: 0;
}

.recordSubtitle {
	margin:20px 20px 20px 0;
}

.recordSubtitle ul{
	list-style:none;
	margin:0 auto;
	padding-bottom:20px;
}

.recordSubtitle ul li{
	display: inline-block;
	margin-right:4px;
}

.recordSubtitle a{
	color:#000;
}

/*レコード事業 TOP ここまで */

#record-about a{color:#fff;}
#record-about a:hover{text-decoration:none;filter:alpha(opacity=80);-moz-opacity: 0.8;opacity: 0.8;}

/*レコードのできるまで*/

.movieFrame {
	border:solid 10px #000;
  /*border-radius: 255px 10px 225px 10px/10px 225px 10px 255px;*/
}

.movieFrame img {
	width:100%;
  /*border-radius: 255px 10px 225px 10px/10px 225px 10px 255px;*/
}

/*レコードのできるまで ここまで*/

/* 見積もり */

/*.hatena:after {
	content:url(../img/hatena.png);
	padding-left: 10px;
	padding-right: 0;
	position:absolute;
	vertical-align:middle;
}*/

#LabelDesc {
	margin:12px;
	width:95%;
}

.priceDesc {
    font-size: 0.9em;
		font-weight:bold;
}

.hatena img {
	padding-left: 10px;
	padding-right: 0;
	margin-top:-4px;
	vertical-align:middle;
}


.selectBox {
	width: 90%;
	margin-top:2%;
	margin-left:12px;
	margin-bottom:4%;
	padding:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:#000 2px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	background: #fffffc;
	background: url(../img/arrow2.png) right 2% no-repeat;
	font-size:1.1em;
	border-radius: 0;
}

.selectBox_s {
	width: 90%;
	margin-top:2%;
	margin-left:12px;
	padding:10px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border:#000 2px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	background: #fffffc;
	background: url(../img/arrow2.png) right 2% no-repeat;
	font-size:1.1em;
	border-radius: 0;
}

input[type=radio]{
	margin-left:12px;
}

.honkikosei {
	display:none;
}

#DL {
	display:none;
}

#sum {
	display:none;
}

.priceLabel {
    /*position: fixed;
    bottom: 280px;
		text-align:center;
		display: block;*/
    font-size: 2em;
    text-decoration: none;
		width:95%;
		height:80px;
}

.hiddnePrice {
	display: none;
}

select::-ms-expand {
	display: none;
}

.postal {
	margin-left:12px;
}

#LacquerAdd,
#witness {
	display:none;
}

.dateInput {
	width:40%;
}

#agree {
	border:2px solid #ccc;
	margin:12px;
	width:95%;
}

input[type=checkbox] {
	margin-right:12px;
}

dl {
	padding:12px;	
}

dd {
	padding-left:12px;
	padding-right:12px;
	font-size:1.0em;
}

#orderButton {
	display:none;
}

/* 見積もりここまで */

/*よくある質問*/

#pankuzu {
	font-size:0.8em;
}

.link_fix {
	
	margin-top:-70px;
  padding-top:70px;	
}

.questionArea {
	width:85%;
	margin:0 auto;
	margin-bottom:20px;
}

.qaArea {
	width:85%;
	margin:0 auto;
	margin-bottom:20px;
	border-bottom:1px solid #ccc;
}

.qaArea img{
 vertical-align:middle;
 padding-right:10px;
}

.qaArea .question {
	width:90%;
	margin:0 auto;
}

.qaArea .answer {
	width:90%;
	margin:0 auto;
	margin-bottom:20px;
	padding-bottom:10px;
}

.rightArea{
    float:right;
    width:90%;
		text-align:left;
}

.leftArea{
	float:left;
	width:10%;
}

/*よくある質問ここまで*/

/*ダウンロード*/
.dlArea {
	width:90%;
	margin:0 auto;
}

.vertical img{
	vertical-align:middle;
	padding-right:4px;
}

.dlHr {
	border:1px solid;
	margin-bottom: 30px;
}

.prHr {
	border:2px solid;
	margin-bottom: 30px;
	margin-top: 30px;
}

/*ダウンロードここまで*/

/*印刷事業*/
#middlePosotion .print1080 {
	display:block;
}

#middlePosotion .print640 {
	display:none;
}

#middlePosotion p {
	padding-bottom:40px;
}

.flexslider img {
	width:80%;
}

/* 電鋳事業 */
#popupcontents{
	margin:80px 20px auto;
}

#middlePosotion {
	width:100%;
	height:auto;
	/*text-align:center;*/
	padding-top:20px;
}

#middlePosotion ul {
	list-style:none;
}

#middlePosotion ul li{
	display:inline-block;
	margin-bottom:4%;
}

#efNav ul {
	list-style:none;
}

#efNav ul li {
	display:inline-block;
	margin-right:40px;
}

/* 電鋳事業ここまで */


/* 会社概要 */

.ggmap iframe,
.ggmap object,
.ggmap embed {
	width: 99%;

}

.mainarea{
    float:right;
    width:65.625%;
	/*background:#dd4b4b;*/
	
}

.subarea{
	float:left;
	width:32.291%;
	/*background:#F96;*/
	padding-left:10px;
}
/* 会社概要 */

/* お問い合わせ */
.infoUl {
	width:90%;
	margin:0 auto;
}

.infoUl li {
	margin-bottom:20px;
	padding-top:1.0em;
	padding-left:1.5em;
	border:solid 4px #1d2088;
	/*border:solid 4px #999;*/
	font-weight:bold;
	text-align:left;
	list-style:none;
	/*height:90px;*/
	/*   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.5),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5),0 0 2px rgba(0,0,0,0.3);*/
}

.infoRec {
	background:repeat center url(../img/info_rec.jpg);
}

.infoPri {
	background:repeat center url(../img/info_print.jpg);
}

.infoEF {
	background:repeat center url(../img/info_ef.jpg);
}

.infoOther {
	background:repeat center url(../img/info_other.jpg);
}

.infoUl li:hover {
	background-color: #1d2088;
	border:solid 4px #000;
  /*background-image: -webkit-linear-gradient(-45deg, rgba(80,149,164,.5) 25%, transparent 25%, transparent 50%, rgba(80,149,164,.5) 50%, rgba(80,149,164,.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(-45deg, rgba(80,149,164,.5) 25%, transparent 25%, transparent 50%, rgba(80,149,164,.5) 50%, rgba(80,149,164,.5) 75%, transparent 75%, transparent);*/
  /*background-size: 10px 10px;数字を大きくすれば太く、小さくすれば細くなります。*/
}

.infoUl a {
	color:#000;
}


.infoP {
	font-size:0.9em;
	font-weight:normal;
	line-height:2em;
	padding-right:10px;
	padding-top:8px;
}

.infoP_bold {
	font-size:1.3em;
	font-weight:bold;
	line-height:1.5em;
	padding-right:10px;
	padding-top:8px;
}
	
.contactTitle {
	font-size:0.9em;
	margin-bottom:10px;
}

input[type=text]{
	font-size:1.0em;
  /* border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;*/
   border:#000 2px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:60%;
   height:35px;
   padding: 12px 0.8em;
	 margin-left:12px;
}


 
input[type=text]:focus {
   border:solid 2px #1d2088;
}
 
input[type=text], select { 
   outline: none;
}

textarea{
	font-size:1.0em;
   /*border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;*/
   border:#000 2px solid;
    padding: 12px 0.8em;
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.2);
		width:80%;
		margin-left:12px;
}

textarea:focus {
   border:solid 1px #1d2088;
}
 
textarea, select { 
   outline: none;
}

.submit_button_after {
	margin-bottom:40px;
}


button.submit_button {
    font-size: 0.9em;
    font-weight: bold;
    padding: 10px 0;
		background-color: #fff;
		border:#1d2088 solid 4px;
    color: #000;
		width:60%;
}

button.submit_button:hover {
	border:#000 solid 4px;
    margin: 0;
padding: 10px 0px;
background-color: #1d2088 ;
/*background-image: -webkit-linear-gradient(-45deg, rgba(80,149,164,.5) 25%, transparent 25%, transparent 50%, rgba(80,149,164,.5) 50%, rgba(80,149,164,.2) 75%, transparent 75%, transparent);
background-image: linear-gradient(-45deg, rgba(80,149,164,.5) 25%, transparent 25%, transparent 50%, rgba(80,149,164,.5) 50%, rgba(80,149,164,.5) 75%, transparent 75%, transparent);*/
background-size: 10px 10px;/*数字を大きくすれば太く、小さくすれば細くなります。*/
color:#fff;
}

/*button.submit_button:disabled {
    background-image: none;
    background-color: #ccc;
    border-color: #ccc;
}*/

/* お問い合わせここまで */

/*職人ここから*/
.row ul {
	list-style:none;
	width:100%;
}

.thumbnail li {
	width:47%;
	margin-right:1%;
	margin-left:1%;
}

.row ul li img {
	width:100%;
	height:auto;
}

/* NEWS*/
.newsArchive-m {
	font-size:1.0em;
	font-weight:bold;
}

.newsArchive-s {
	font-size:0.9em;
}
/* NEWSここまで*/

/* フッター */

footer {
	padding: 30px;
	text-align: center;
	background-color:#fff;
}

footer p {
	font-size:0.9em;
	color:#000;
}

footer a {
	color: #666;
	text-decoration: none;
}

footer ul {
	list-style:none;
	margin:0 auto;
	padding-bottom:20px;
}

footer ul li{
	display: inline-block;
	margin-right:20px;
}


/* フッターここまで */

/*  */

.inner {
	width: 92%;
	margin: 0 auto;
}

.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	/*top: -140px;*/
	width: 100%;
	margin: -20px auto 0;
	padding: 30px 0 0;
	line-height: 1;
	z-index: 999;
}
#top-head a,
#top-head {
	color: #000;
	text-decoration: none;
}

#top-head .inner {
	position:relative;
	height:80px;
}

#top-head .inner img{
	padding-top:40px;
}

#mobile-head {
	display: none;
}

#global-nav ul {
	margin-top:-190px;
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 14px;
}

#global-nav ul li {
	float: left;
	position: relative;
}

#global-nav ul li a {
	padding: 0 15px;
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -15px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

#global-nav ul li:hover:after {
	background: #1d2088;
	bottom: -20px;
}

/* Fixed */


h1.logo img.logo-top {display:block;}
h1.logo img.logo-down {display:none;}

.fixed h1.logo img.logo-top {display:none;}
.fixed h1.logo img.logo-down {display:block;}

#top-head.fixed .inner {
	height:70px;
}

#top-head.fixed .inner img{
	padding-top:15px;
	width:125px;
	height:auto;
}

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top:0;
	height: 70px;
	background: rgba(0,0,0,.8);
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed #global-nav ul {
	margin-bottom:25px;
}


#top-head.fixed #global-nav ul li a {
	color: #fffffc;
	padding: 0 10px;
	font-size:13px;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -5px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #1d2088;
	bottom: -15px;
}

.on a {
	font-weight:bold;
}

/* Transition */

#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 27px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

/* 各種テーブル */
table {
	border-collapse: separate;
	width:100%;
	border-spacing:0 10px;
}

th {
	text-align: center;
	padding: 10px;
	font-weight: normal;
	background: #1d2088;
	color:#fff;
}

td {
	text-align: left;
	padding: 20px 20px 2px;
}

.th-history {
	width:200px;
}

.th-contact,
.th-recruit {
	width:180px;
}

.table-ul {
	list-style:none;
}

/*.newsUl {
	width:90%;
}

.newsUl th {
	background-color:#fffffc;
	font-weight:bold;
}

.newsUl td a {
	font-weight:normal;
	text-decoration:none;
}
*/
.list-heading1 {
	display: inline-block;
	width: 280px;
}

.list-heading2 {
	display: inline-block;
	width: 160px;
}

.list-heading3 {
	display: inline-block;
	width: 200px;
}

.table-ul p {
	margin-bottom:0.2em;
}

.ef-tr td {
	padding:10px;
}

.priceTable table {
	width:90%;
	margin-left:12px;
	border-collapse: collapse;
}

.priceTable td {
	padding:10px;
}
/* 各種テーブルここまで */

/* ページトップへ */
.pagetop {
   display: none;
   position: fixed;
   bottom: 30px;
   right: 20px;
}
.pagetop a {
   display: block;
   background-color: #ccc;
   text-align: center;
   color: #222;
   font-size: 12px;
   text-decoration: none;
   padding: 5px 10px;
	 filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}
.pagetop a:hover {
   display: block;
   background-color: #1d2088;
   text-align: center;
   color: #fff;
   font-size: 12px;
   text-decoration: none;
   padding:5px 10px;
	 filter:alpha(opacity=50);
   -moz-opacity: 0.5;
   opacity: 0.5;
}

#google_translate_element {
	height:60px;
}

@media screen and (max-width: 980px) {
		
/*	section {
		padding: 0 30px;
	}*/
	
	#news {
	margin-top:40px;

}
	
	.rightText {
		font-size:0.8em;
	}
	
	.inner {
    width: 92%;
    padding: 0 5px;
}
	
	#global-nav ul li a {
		padding: 0 10px;
	}
	
	#top-head.fixed #global-nav ul li a {
		padding: 0 8px;
	}
	
	.mainarea,
	.subarea{
    float: none;
    width:auto;
		padding-top:20px;
		padding-left:10px;
		font-size:1.0em;
}

#middlePosotion img {
	width:100%;
	height:auto;
	overflow:hidden;
}

#middlePosotion table{
	width:100%;
}

.list-heading1 {
	display: inline-block;
	width: 240px;
}

.list-heading2 {
	display: inline-block;
	width: 120px;
}

.list-heading3 {
	display: inline-block;
	width: 160px;
}

h2::before {
	width: 98%;
}

input[type=text]{
   width:98%;
	 font-size: 0.8em;
}

textarea{
   width:98%;
}

.selectBox {
	width:98%;
}

.selectBox_s {
	width:98%;
}

/*職人*/

.row ul li {
	width:97%;
	margin-right:1%;
	margin-left:1%;
}

}

@media screen and (max-width:870px) {
	
	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 0;
		background: transparent;
	}
	
	#mobile-head {
		background: #fff;
		width: 100%;
		height: 80px;
		z-index: 999;
		position: relative;
		display: block;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		left: 13px;
		top: 13px;
	}

	#top-head.fixed .logo img,
	#top-head .logo img {
		width:40%;
		height:auto;
	}
	
	#top-head .inner img{
		padding-top:10px;
	}
	
	#top-head.fixed .inner img{
	padding-top:10px;
}
	
	
	#global-nav {
		position: absolute;
		top: -500px;
		background: #fffffc;
		width: 100%;
		text-align: center;
		padding: 25px 0;
		border-width:2px;
		border-bottom-style:solid;
		border-color:#1d2088;
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	
	#global-nav ul {
		margin-top:0;
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 13px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #000;
		padding: 18px 0;
	}
	#nav-toggle {
		display: block;
	}
	/* #nav-toggle */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}
	
.on a {
	font-weight:normal;
	background-color: #1d2087;
}

#main-visual {
	margin-top:80px;
	/*min-height:400px;*/
}

/*.contentsBox p {
	font-size:1.0em;
}*/

#main-contents  {
	/*margin:140px 10px  auto;*/
	margin:120px 8% auto;
	/*font-size:0.8em;*/
}

#info-contents  {
	margin:160px 8% auto;
	/*font-size:0.8em;*/
}

.subareaTop img {
	text-align:center;
}


#subTitle {
	font-size:1.2em;
	margin-top:40px;
	margin-bottom:0;
}

/*Q&A*/
.qaArea,
.questionArea {
	width:100%;
}


/*.leftArea,
.rightArea{ 
		float: none;
    width:auto;
		padding-left:10px;
		font-size:1.0em;
}*/

table {
	width:105%;
}

.ef-tb table,
.rc-tb table {
	width:100%;
}

td {
	font-size:0.8em;
	padding: 10px 5px;
}	
	
th {
	font-size:0.9em;
}
	
.th-history,
.th-recruit {
	width:100px;
}

.td-history {
	padding:18px 20px 4px;
}

.list-heading1 {
	display: inline-block;
	width: 160px;
}

.list-heading2 {
	display: inline-block;
	width: 90px;
}

/*.infoUl li {
	height:100px;
}*/




}

@media screen and (max-width:768px) {
	
		#topImagePC {
			display:none;
		}
		
		#topImageSP {
			display:block;
		}
		
		.mainareaTop,
		.subareaTop{
			float: none;
			width:auto;
			padding-top:20px;
			font-size:1.0em;
	}
	
	.absoluteTop {
		display:none;
	}


}

@media screen and (max-width:640px) {
	
	.fontTitle {
		font-size:1.2em;
	}
	
	.fontSubtitle {
		font-size:1.0em;
	}
	
	.fontDescription {
		padding-top:20px;
		font-size:0.8em;
		line-height:1.8;
	}
	
	#subTitle {
		font-size:1.0em;
	}
	
	h4 {
		font-size:1.0em;
	}
	
	.priceDesc {
		font-size:0.9em;
	}
	
	
	/*.leftarea,
	.rightarea{
		 float: none;
		 width:auto;
		padding-top:20px;
		padding-left:80px;
		font-size:1.0em;
	}*/
	
	.selectBox {
		font-size:0.8em;
	}
	
	.selectBox_s {
		font-size:0.8em;
	}
	
	.infoUl li {
		/*height:110px;*/
	}
	
	.infoP {
		font-size:0.9em;
	}
	
	.infoP_bold {
		font-size:1.2em;
	}
	
	.questionArea {
		font-size:0.9em;
	}
		
	.priceTable table {
		width:98%;
		margin-left:2%;
		border-collapse: collapse;
	}
	
	.priceTable td {
		padding:10px;
	}
	
	.priceLabel {
			font-size: 1.4em;
	}
	
	.price_s {
		font-size:0.9em;
	}
	
	button.submit_button {
			width:80%;
	}
	
	#middlePosotion .print1080 {
		display:none;
	}
	
	#middlePosotion .print640 {
		display:block;
		font-size:0.9em;
	}
	
	.dlArea p {
		font-size:0.9em;
	}
	
	.dlArea img {
		width:25px;
	}
}

@media screen and (max-width:480px) {
	
		.subareaTop img {
			margin: 0 auto;
			width:100%;
		}
	
	.priceLabel {
			font-size: 1.2em;
	}
	
	.price_s {
		font-size:0.8em;
	}
	
	.contactTitle,
	.priceDesc {
			font-size: 0.8em;
	}
	
	#middlePosotion .print640 {
		font-size:0.8em;
	}
	
	#middlePosotion p {
		font-size:0.8em;
	}
	
	.qaArea p {
		font-size:0.9em;
	}
	
	.dlArea p {
		font-size:0.8em;
	}
	
	.dlArea img {
		width:20px;
	}
		
	section {
		margin: 10px auto;
	}
		
	.infoP {
		font-size:0.8em;
	}
	
	.infoP_bold {
		font-size:1.1em;
	}
		
	footer p {
		font-size:0.7em;
	}	
		
	td {
		font-size:0.8em;
	}	
		
	th {
		font-size:0.8em;
	}
}

@media screen and (max-width:391px) {
	.list-heading1 {
		font-weight: bold;
	}
}