@charset "UTF-8"; 
/*
Theme Name: PC
Theme URI: 
Description: サインズ
Version: 2.0
Author: sains
Author URI: 
 */
/*ここにtablet用スタイルを記述*/
/*cms用*/
img.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignright{
	float: right;
}
.alignleft{
	float:left;
}
img.alignleft,img.alignright{
	display: block;
}
/* オールクリア */
body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object{
	margin: 0;
	padding: 0;
}

body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; 
	color:#262626;
	line-height:170%;
	font-size:96%;
	word-break:break-all;
	-webkit-text-size-adjust: 100%;
}

img{
	border:none;
	vertical-align:bottom;
	max-width:100%;
	height:auto;
}
li{
	list-style-type:none;	
}
a{
	text-decoration:none;
	cursor: pointer;
	color:#262626;
}
a:hover{
	color:#3278be;
	text-decoration:underline;
}
a img{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
			outline:none;
	box-shadow: #000 0 0 0;
}
a:hover img{
	opacity:0.7;
	-moz-opacity:0.7;
}
table{
	border-collapse:collapse;
	border-color: #333333;
}
td{
	vertical-align:top;
}
.txt_center{
	text-align:center;
}
#breadcrumb{
	font-size:80%;
	margin:15px 0px 10px;
}
.clear{
	clear:both;
}
/*ヘッダートップ*/
#wrapper-top, #wrapper{
	width:100%;
}
#header{
	width:100%;
	height:170px;
	box-shadow:0 -2px 6px 0 #808080;
	position:fixed;
	top:0;
	background-color:#ffffff;
	z-index:1000;
}
#h-logo{
}
#header-main{
	width:100%;
	margin:0 auto;
}
.hl-txt{
	font-size:80%;
	padding:10px;
}
#header-left{
	width:70%;
	float:left;
	margin-left:2%;
}
#header-right{
	width:100%;
}
.header-tel{
	float:right;
	padding-top:20px;
	margin-right:2%;
}
#wrapper-top .header-menu{
	padding-top:24px;
	clear:both;
	position:relative;
}
#wrapper-top .header-menu ul li{
	width:20%;
	float:left;
	text-align:center;
}
#wrapper-top .header-menu ul li a{
	font-size:105%;
	color:#262626;
	position: relative;
	display: inline-block;
	text-decoration: none;
	padding-bottom:5px;
	margin-bottom:10px;
}
#wrapper-top .header-menu ul li a:hover{
	color: #262626;
}
#wrapper-top .header-menu ul li .menu-border::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #262626;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#wrapper-top .header-menu ul li .menu-border:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#wrapper-top .header-menu ul li ul{
	position: absolute;
	top: 64px;
	left:27px;
	z-index: 5000;
	display:none;
}
#wrapper-top .header-menu ul li:hover ul{
	display:block;
}
#wrapper-top .header-menu ul li ul li:first-child{
	border-top:1px solid #ccc;
}
#wrapper-top .header-menu ul li ul li{
	clear:both;
	height:auto;
	background-color: #ffffff!important;
	margin-left:0;
	line-height:10%;
	width: 220px!important;
	position:relative;
	z-index:7000 !important;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#wrapper-top .header-menu ul li ul li a{
	display:block;
	height:auto;
	border: none!important;
	text-decoration: none;
	text-align:left;
	text-indent:0;
	white-space:nowrap;
	line-height:normal;
	background-image: none;
	font-size:90%!important;
	padding:14px 15px 11px 30px!important;
	margin:0;
}
#wrapper-top .header-menu ul li ul li a:hover{
	color: #3278be;
}
#wrapper-top .header-menu ul li ul li a::before{
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 20px;
	left: 15px;
	border-top: 4px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #3278be;
	display: block;
	position: absolute;
	z-index: 1;
}
#wrapper-top .header-menu ul li ul li a:hover::before{
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 20px;
	left: 15px;
	border-top: 4px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #3278be;
	display: block;
	position: absolute;
	z-index: 1;
}

/*中ページメニュー*/
#wrapper .header-menu{
	padding-top:24px;
	clear:both;
	position:relative;
}
#wrapper .header-menu ul{
	text-align:center;
	overflow:hidden;
}
#wrapper .header-menu ul li{
	width:16%;
	float:left;
}
#wrapper .header-menu ul li.m-inq{
	width:20%;
}
#wrapper .header-menu ul li a{
	font-size:100%;
	color:#262626;
	position: relative;
	display:inline-block;
	text-decoration: none;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#wrapper .header-menu ul li a:hover{
	color: #262626;
}
#wrapper .header-menu ul li .menu-border::after {
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #262626;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#wrapper .header-menu ul li .menu-border:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#wrapper .header-menu ul li ul{
	position: absolute;
	top: 64px;
	left:112px;
	z-index: 5000;
	display:none;
}
#wrapper .header-menu ul li:hover ul{
	display:block;
}
#wrapper .header-menu ul li ul li:first-child{
	border-top:1px solid #ccc;
}
#wrapper .header-menu ul li ul li{
	clear:both;
	height:auto;
	background-color: #ffffff!important;
	margin-left:0;
	line-height:10%;
	width: 220px!important;
	position:relative;
	z-index:7000 !important;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
#wrapper .header-menu ul li ul li a{
	display:block;
	height:auto;
	border: none!important;
	text-decoration: none;
	text-align:left;
	text-indent:0;
	white-space:nowrap;
	line-height:normal;
	background-image: none;
	font-size:90%!important;
	padding:14px 15px 11px 30px!important;
	margin:0;
}
#wrapper .header-menu ul li ul li a:hover{
	color: #3278be;
}
#wrapper .header-menu ul li ul li a::before{
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 20px;
	left: 15px;
	border-top: 4px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #3278be;
	display:block;
	position:absolute;
	z-index: 1;
}
#wrapper .header-menu ul li ul li a:hover::before{
	content: '';
	display: block;
	position: absolute;
	height: 0;
	width: 0;
	top: 20px;
	left: 15px;
	border-top: 4px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #3278be;
	display: block;
	position: absolute;
	z-index: 1;
}
/*スライド*/
#main-slide{
	clear:both;
	margin:200px auto 30px auto;
	width:100%;
	height:auto;
}
#main-image{
	clear: both;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.slick-slide img{
	filter: alpha(opacity=100);
    -moz-opacity: 1;
	-webkit-opacity: 1;
    opacity: 1;
	}
.slick-center img{
	opacity:1;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
			outline:none;
}
.slick-slide{
	background-color:#fff;
}

.slick-dots {
    position: absolute;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
}
#top-slide .slick-dots .slick-active button{
	background: #262626!important;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.slick-dots li{
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 10px;
	height: 10px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: #ccc;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

/* コンテンツ */
#wrapper-top #contents{
	width:100%;
	margin:0 auto;
	clear:both;	
	overflow:hidden;
}
#wrapper #contents{
	width:96%;
	margin:170px auto 0;
	clear:both;	
	overflow:hidden;
}
/* メイン */
.main{
	clear:both;
	padding:10px 0 70px 0;
	width:100%;
	margin:0 auto;
	overflow:hidden;
}
.main2{
	clear:both;
	padding:10px 0 40px 0;
	width:100%;
	margin:0 auto;
	overflow:hidden;
	background-color:#f2f2f2;
}
.top-bt-waku{
	padding-top:30px;
}
.top-bt{
	width:25%;
	height:auto;
	overflow: hidden;
	float:left;	
}
.top-bt img {
	-moz-transition: -moz-transform 0.5s linear;
	-webkit-transition: -webkit-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.top-bt img:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	opacity:0.7;
	-moz-opacity:0.7;
}
/*お知らせ*/
.top-info{
	clear:both;
	padding:30px 0 80px 0;
	width:100%;
	margin:0 auto;
}
.top-info-main{
	width:96%;
	padding: 10px 2%;
	margin:0 auto;
}
.top-info-main ul li{
	background:url(./images/common/info-icon.png) no-repeat 20px 18px;
	padding:12px 0 12px 36px;
	border-bottom:1px dashed #6C6C6C;
	overflow:hidden;
}
.top-info-main ul li a{
	color:#323232;
}
.top-info-main ul li a:hover{
	color:#3278be;	
	text-decoration:none;
}
.top-info-main ul li .infodate{
	padding-right:20px;
	font-size:90%;
	float:left;
	display:block;
}
.infotitle{
	float:left;
	display:block;
	width:80%;
}
.to-list a{
	color: #fff;
	padding:2px 10px 2px 20px;
	clear:both;
	width:130px;
	float:right;
	margin:20px 4% 0 0;
	position: relative;
	z-index: 2;
	overflow: hidden;
	display:block;
	text-decoration: none;
	outline: none;
	font-size:85%;
	background:#4b4b4b url(./images/common/icon1.png) no-repeat 90% 48%;
}
.to-list a::before,
.to-list::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.to-list a,
.to-list a::before,
.to-list a::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.to-list a:hover {
	color: #fff;
	background-color: #878787;
	display:block;
}
/*トップ施工実績*/
.work-ttl{
	clear:both;
	padding-top:50px;
	color:#262626;	
	font-family: 'Lato','Roboto', 'Cabin', 'Oxygen', 'Quicksand', sans-serif;
	font-size:200%;
	font-weight:bold;
	text-align:center;
	letter-spacing:0.15em;
}
.work-s-ttl{
	color:#262626;	
	font-size:105%;
	padding-top:10px;
	text-align:center;
}
.topWorkBox{
	margin-top:20px;
	overflow:hidden;
}
.new-works{
	width:33.2%;
	float:left;
}
.n-work2{
	margin:0px 0.2%;
}
.w-pic{
	margin:0 auto;
	text-align:center;
}
.w-pic img{
	margin:auto;
}
.w-ttl{
	font-weight:bold;
	padding:10px;
	font-size:90%;
	line-height:1.4em;
}
/*施工事例一覧*/
#workListWrap{
	margin:0 auto 20px;
	overflow:hidden;
}
.workListBox{
	width:40%;
	float:left;
	margin:2px 5% 20px;
}
#workListWrap .workListBox:nth-child(2n+1){
	clear:both;
}
.workListImg{
	display:block;
	margin:0 auto;
	text-align:center;
}
.workListImg img{
	margin:0 auto;
	text-align:center;
	width: auto;
	height: auto;
	border:1px solid #ccc;
	padding:4px;
}
.workListTitle{
	padding:10px 5px 3px;
	display:table;
	margin:0 auto;
	font-size:90%;
	line-height:150%;
}
/*施工事例詳細*/
#workImages{
	width:100%;
	margin:0 auto 40px;
	overflow:hidden;
}

#mainImgBox{
	width:80%;
	max-width:640px;
	height:375px;
	margin:20px auto;
	text-align:center;
	position:relative;
	border:1px solid #cccccc;
}

#mainImgBox .slick-slide{
	height:375px!important;
	position:relative;
	text-align:center;
}
#mainImgBox img{
	width:auto;
	max-width:100%;
	max-height:375px;
	margin:auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
	text-align:center;
}
#thumbnailsBox .slick-track{
	width:100%!important;
}

#thumbnailsBox{
	width:460px;
	margin:0 auto;
	position:relative;
}

#thumbnailsBox ul{
	width:100%;
}

#thumbnailsBox li{
	float:left;
	width:140px!important;
	height:105px;
	overflow:hidden;
	margin:0px 0px 11px 11px;
	position:relative;
	border:1px solid #cccccc;
}
#thumbnailsBox li img{
	width:auto;
	max-width:100%;
	margin:auto;
	top:0;
	right:0;
	left:0;
	bottom:0;
	position:absolute;
}
#thumbnailsBox li:hover{
	cursor:pointer;
}
.slick-prev{
	width:32px;
	position:absolute;
	top:150px;
	left:-15px;
	-webkit-appearance: none;
	outline: none;
}
.slick-next{
	width:32px;
	position:absolute;
	top:150px;
	right:-15px;
	-webkit-appearance: none;
	outline: none;
}
.workContBox{
	clear:both;
	margin:0px 20px  40px;
}
.worksTo{
	float:right;
	margin:0 20px 40px 0;
}
.worksTo a{
	display:block;
	border:1px solid #262626;
	text-decoration:none;
	letter-spacing: 2px;
	text-align: center;
	width: 100px;
	padding: 8px 5px 8px 10px;
}
.worksTo a:hover{
	background-color:#848484;
	color:#ffffff;
}
/*採用お問い合わせ*/
.re-contact{
	clear:both;
	width:600px;
	height:150px;
	background:url('images/recruit/saiyou-bg_pc.png') no-repeat left top;
	margin:20px auto 0;
	position:relative;
	padding-bottom:40px;
}
.re-contact .re-mail{
	position:absolute;
	top:104px;
	left:10px;
}
.re-contact .re-page{
	position:absolute;
	top:104px;
	right:140px;
}
/*フッター*/
#footer{
	clear:both;
	width:100%;
	overflow:hidden;
	border-top:1px solid #ddd;
	margin:40px auto 0;
}
.footer-main{
	width:100%;
	margin:0 auto;
	padding:40px 0 10px 0;
	overflow:hidden;
}
.footer-left{
	width:100%;
	overflow:hidden;
}
.footer-menu{
	float:left;
	width:40%;
	margin-left:10%;
}
.footer-menu2{
	float:left;
	width:40%;
	margin-left:10%;
}
.footer-menu ul li a, .footer-menu2 ul li a{
	padding:0 0 5px 12px;
	color:#262626;
	position:relative;
}
.footer-menu ul li .f-icon::before, .footer-menu2 ul li .f-icon::before{
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	width: 5px;
	height: 5px;
	line-height: 5px;
	background-color: #262626;
	border-radius: 100%;
	font-size: 8px;
	text-align: center;
}
.footer-menu ul li a:hover{
	color:#3278be;	
	text-decoration:none;
}
.footer-menu ul li a.arrow:hover{
	color:#262626;
	cursor:default;
}
.footer-menu2 ul li a:hover{
	color:#3278be;	
	text-decoration:none;
}
.footer-menu ul li ul li a{
	margin-left:13px;
	font-size:85%;
	line-height:190%;
	color:#262626;
	padding:0 0 0 5px;
}
.footer-menu ul li ul li a:hover{
	color:#3278be;	
	text-decoration:none;
}
.footer-right{
	clear:both;
	width:300px;
	margin:40px auto 0;
}
.f-logo-l{
	width:90px;
	float:left;
}
.f-logo-r{
	width:190px;
	float:right;
}
.f-title{
	padding-bottom:5px;
}
.f-add{
	padding-top:10px;
	font-size:80%;
	line-height:140%;
}
.f-mail{
	clear:both;
	padding-top:20px;
	text-align:center;
}
.c-txt{
	text-align:center;
	font-size:70%;
	clear:both;
	padding:20px 0 0 0;
}
/*ページネーション*/
.pagination {
clear:both;
padding:20px 0;
position:relative;
font-size:11px;
line-height:13px;
	margin:15px 0 0 0;
}
 
.pagination span, .pagination a {
display:block;
float:left;
margin: 2px 2px 2px 0;
padding:6px 9px 5px 9px;
text-decoration:none;
width:auto;
color:#fff;
background: #606060;
}
 
.pagination a:hover{
color:#fff;
background: #3279BB;
}
 
.pagination .current{
padding:6px 9px 5px 9px;
background: #2d912d;
color:#fff;
}
/*お知らせ一覧*/
#info-archive{
	margin:0px 20px 40px;
}
#info-archive li {
	padding:15px 10px;
	border-bottom:1px dashed #9fa0a0;
	overflow:hidden;
}
#info-archive li .list-date{
	width:90px;
	float:left;
	font-size:90%;
}
#info-archive li .list-ttl{
	float:left;
	display:block;
	width:670px;
}
#cont{
	padding:0 0 10px;
}
/*ページトップへ*/
#page-top{
	position: fixed;
	z-index: 30;
	bottom: 40px;
	right: 50%;
	margin-right: -590px;
}
/*汎用*/
.clear{
	clear:both;
}
.low-clear{
	clear:both;
	height:1px;
}
#wrapper h1{
	font-size: 135%;
	margin:0 auto 30px;
	padding: 10px 10px 8px;
	background: #f0f0f0;
	border-left: solid 5px #000080;
	letter-spacing: 4px;
    color: #000080;
}
#wrapper h2 {
	clear:both;
    position: relative;
    padding-left: 30px;
    font-size: 125%;
	letter-spacing: 2px;
	margin: 5px 0 20px;
}
#wrapper h2:before {
    position: absolute;
    content: '';
    bottom: 5px;
    left: 0px;
    width: 0;
    height: 0;
    border: none;
    border-left: solid 22px transparent;
    border-bottom: solid 22px #3278BE;
}
#wrapper h2:after {
	position: absolute;
    content: '';
    bottom: -3px;
    left: 0;
    width: 100%;
    border-bottom: solid 2px #778899;
}
#wrapper h3 {
	clear:both;
    position: relative;
    padding: 5px 0px;
    margin: 5px 5px 20px;
    font-size: 110%;
    font-weight: bold;
	letter-spacing: 2px;
}
#wrapper h3:after {
	content: "";
	display: block;
	height: 3px;
	background: -moz-linear-gradient(to right, rgb(242, 70, 173), transparent);
	background: -webkit-linear-gradient(to right, rgb(242, 70, 173), transparent);
	background: linear-gradient(to right, #3278BE, transparent);
}
h4{
	clear:both;
	font-weight:bold;
	font-size:105%;
	margin:10px 5px 20px;
	color:#ff9640;
	padding:4px 5px 5px;
	border-bottom:1px dashed #ff9640;
}
.pcnone{
	display:none;
}
#wrapper #main{
	width:100%;
	margin:5px auto;
	overflow:hidden;
}

.m20{
	margin:0 20px;
}
.m20-2{
	margin:0 20px;
	text-indent:-1.0em;
	padding-left:10px;
}

/*テンプレート*/
.temp01-l{
	float:left;
	width:60%;
	margin-left:1%;
	margin-top:20px;
}
.temp01-r{
	float:right;
	width:35%;
	margin-right:1%;
}
.temp01-r img{
	margin-bottom:20px;
}
.temp02-l{
	float:left;
	width:35%;
	margin-left:1%;
}
.temp02-r{
	float:right;
	width:60%;
	margin-right:1%;
	margin-top:20px;
}
.temp03waku{
	width:100%;
	margin:0 auto;
}
.temp03{
	float:left;
	width:23%;
	margin:20px 1%;
	overflow:hidden;
}
.temp04{
	float:left;
	width:48%;
	margin:20px 1%;
}
.temp4waku{
	width:100%;
	margin:0 auto;
}
/*会社案内*/
.gaiyou {
    width: 580px;
    border-collapse: collapse;
    margin: 40px auto 60px;
    font-size: 105%;
}
.gaiyou th{
    width: 140px;
    border-bottom: 1px solid #325096;
	color:#325096;
    padding: 15px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
.gaiyou td{
    border-bottom: 1px solid #cccccc;
    padding: 15px;
}
.honsha-map{
	overflow:hidden;
	margin-bottom: 60px;
}
.honsha-title{
    background-color: #3278be;
    color: #ffffff;
    padding: 10px;
    margin: 10px auto;
	font-size: 110%;
    text-align: center;
    width: 90%;
}
.g-map {
    position: relative;
    padding-bottom: 40%;
    padding-top: 30px;
    height: 0;
    width: 50%;
    float: left;
    margin: 15px 5%;
}
.g-map iframe,
.g-map object,
.g-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map-add{
	margin: 20px 0 0 0;
    width: 40%;
    float: right;
}
.placeFrame{
	width:100%;
	margin:15px auto 60px;
	overflow:hidden;
}
.place-l{
	width:40%;
	float:left;
}
.gg-map {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    width: 55%;
    float: right;
    margin:0 auto;
}
.gg-map iframe,
.gg-map object,
.gg-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.place-title{
	background-color:#bf7832;
	color:#ffffff;
	padding:5px 0;
	text-align:center;
	letter-spacing:2px;
}
.place-add{
	padding:5px 10px;
}
.isoFrame{
    margin: 20px 5%;
    float: left;
    width: 40%;
	text-align:center;
}
.iso-m{
	padding: 8px 0;
    text-align: center;
    margin: 10px 0;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    background-color: #1e90ff;
}
/*事業案内*/
.businessFrame{
	clear:both;
	overflow: hidden;
    margin: 20px auto 40px;
}
.businessFrame strong{
	color:#ff0000;
}
.b-txt-left{
	width: 60%;
    float: left;
    margin-left:1%;
}
.b-img-right{
	width: 35%;
    float: right;
    margin-right:1%;
}
.b-txt{
	margin:0 1%;
}
.b-txt2{
	margin:0 1%;
}
.b-link, .b-link2{
	margin-top:20px;
	font-size:90%;
}
.b-link a{
	display: inline-block;
    padding: 5px 15px;
    text-align: center;
    color: #ffffff;
    background-color: #3261bf;
}
.b-link a:hover{
	background-color:#1e3a73;
	text-decoration:none;
}
.b-link2 a{
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	color: #ffffff;
	background-color: #ff414b;
}
.b-link2 a:hover{
	background-color:#b32d33;
	text-decoration:none;
}
.chichu-img{
	clear:both;
	text-align:center;
	margin:0px auto;
	padding:20px 0;
}
.b-file{
	clear:both;
	width:440px;
	margin:20px auto 0;
}
.pdf-img{
	float:left;
	margin:0 10px;
}
.pdf-file{
	padding:0 0 5px 10px;
	font-weight:bold;
	font-size:85%;
}
.b-mail{
    width: 35%;
    float: right;
    margin: 20px 1% 20px 0;
}
/*採用情報*/
.recruitFrame{
	margin: 0 auto 60px;
    overflow: hidden;
    width: 96%;
}
.recruit-left{
    width: 45%;
    float: left;
    font-size: 120%;
}
.recruit-right, .inq-img{
	width: 50%;
    float: right
}
.recruit-table table{
	width: 580px;
    border-collapse: collapse;
    margin: 40px auto 60px;
	font-size: 105%;
}
.recruit-table table th{
    width: 160px;
    border-bottom: 1px solid #325096;
	color:#325096;
    padding: 15px 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
.recruit-table table td{
    border-bottom: 1px solid #cccccc;
    padding: 15px 20px;
}
.businessLeft{
	width:47%;
	float:left;
	margin-left:1%;
}
.businessRight{
	width:50%;
	float:right;
}
.businessRight p{
	width:48%;
	padding:0 1%;
	float:left;
}
.businessLeft2{
	width:47%;
	float:left;
	margin-left:1%;
}
.businessRight2{
	width:49%;
	float:right;
	margin-right:1%;
}
.businessRight2 p{
	width:48%;
	padding:0 1%;
	float:left;
}
.subtext{
	font-size:80%;
	line-height:1.4em;
	display:block;
	margin-top:5px;
}
/*プライバシーポリシー*/
.pp-txt{
	margin:0 20px 5px;
}
.pp-txt1{
	text-indent:-0.9em;
	padding-left:20px;
	margin-left:30px;
}
/*サイトマップ*/
#sitemap-ul{
	margin:0 0 60px 10%;
}
#sitemap-ul li{
	padding-left:30px;
	background:url('images/common/icon2_pc.png') no-repeat left 3px;
	margin:5px 0 30px 0;
}
#sitemap-ul li ul{
	margin:10px 0 10px 5px;
}
#sitemap-ul li ul li{
	padding-left:20px;
	margin:10px 0 5px 0;
	background:none;
	position:relative;
	background:url('images/common/icon4.png') no-repeat 5px 10px;
}
/*お問い合わせ*/
.inq-txt{
	margin-left:100px;
}
#form{
	clear:both;
	width:96%;
	margin:0 auto;
	padding-top:20px;
}
#form table{
	border-collapse:collapse;
	width:100%;
}
#form table th{
	font-weight:normal;
	width:180px;
	padding:15px 20px 15px 10px;
	text-align:right;
	vertical-align:middle;
    border-bottom: 1px solid #325096;
	color:#325096;
	font-size:90%;
}
#form table td{
	padding:15px 10px 15px 20px;
    border-bottom: 1px solid #cccccc;
	vertical-align:middle;
}
#form .require{
	font-size:80%;
	padding:3px;
	color:#d6323a;
	margin-left:10px;
}
#form .require img{
	vertical-align:middle;
}
#form input{
	height:20px;
}
.ex-form{
	font-size:90%;
	margin-left:10px;
}
.hosoku-txt{
	font-size:90%;
	line-height:160%;
	margin-top:5px;
	margin-left:10px;
}
.hosoku-txt1{
	font-size:90%;
	line-height:160%;
	margin-bottom:2px;
	margin-top:7px;
}
.mw_wp_form_confirm .hosoku-txt,
.mw_wp_form_confirm .hosoku-txt1,
.mw_wp_form_confirm .hosoku-txt2,
.mw_wp_form_confirm .require{
	display:none;
}
.hosoku-txt2{
	font-size:85%;
	margin-top:5px;
	margin-left:30px;
	display:block;
}
#form .vertical-item label{
	padding:4px 10px 0 7px;
	font-size:88%;
}
#form label input[type=radio]{
	margin-right:5px;
	margin-left:13px;
	vertical-align:middle;
}
.mw_wp_form_input #form .btn-kakunin input{
	background-color:#3073e1;
	color:#fff;
	width:200px;
	height:50px;
	overflow:hidden;
	border:none;
	cursor:pointer;
	outline:none;
	font-size:105%;
}
.mw_wp_form_input #form .btn-kakunin input:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.mw_wp_form_confirm #form .btn-kakunin input{
	background-color:#3073e1;
	color:#fff;
	width:200px;
	height:50px;
	overflow:hidden;
	border:none;
	cursor:pointer;
	outline:none;
	font-size:105%;
	margin:10px auto 5px auto;
}
.mw_wp_form_confirm #form .btn-kakunin input:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-transition: all .2s;
	transition: all .2s;
}
#form .btn-return input{
	background-color:#777777;
	color:#fff;
	width:200px;
	height:50px;
	overflow:hidden;
	border:none;
	cursor:pointer;
	outline:none;
	font-size:105%;
	margin:10px auto 5px auto;
}
#form .btn-return input:hover{
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.mw_wp_form_input #form .btn-kakunin{
	margin:40px auto 20px;
	width:200px;
}
input[type="submit"],input[type="reset"],input[type="button"]{
	background-color:#fff;
}
.mw_wp_form_confirm .btn-l{
	float:left;
	margin:40px 0 20px 8%;
}
.mw_wp_form_confirm .btn-r{
	float:right;
	margin:40px 8% 20px 0
}
.mw_wp_form .error {
	font-size :115%!important;
	color : #e60012!important;
	font-weight:bold!important;
}
.kanryo{
	font-size:110%;
	color:#f0000a;
	font-weight:bold;
	margin-left:10px;
}
.messe-end{
	margin-left:20px;
}
#mainBox ::-webkit-input-placeholder{
	color:#8c8c8c;
}
#mainBox ::-moz-placeholder{
	color:#8c8c8c;
}
#mainBox :-ms-input-placeholder{
	color:#8c8c8c;
}
.mwform-checkbox-field{
	display: inline-block;
	margin:0 20px 10px 0 !important;
	white-space: nowrap;
	width:240px;
	font-size:85%;
}
#form input[type="checkbox"]{
	width:15px;
	height:15px;
	vertical-align:middle;
}
.mwform-radio-field label{
	display:block;
}
.mw_wp_form .horizontal-item + .horizontal-item{
	margin-left:0 !important;
}
.mw_wp_form input[type="text"], .mw_wp_form textarea, .mw_wp_form select {
    padding:5px 10px;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.mw_wp_form input[type="text"]:focus, .mw_wp_form textarea:focus, .mw_wp_form select:focus {
    border: 1px solid #4d4d4d;
}
input[type="button"], input[type="submit"]{
	-webkit-appearance: none;
    border-radius: 0px;
}

/*-------------------------
ページトップへ
--------------------------*/

#topagetop{
	position: fixed;
	z-index: 30;
	bottom: 30px;
	right: 4%;
	cursor:pointer;
}

.infoTable th{
    width: 100px;
    border: 1px solid #ccc;
    background-color: #f0f0f0;
    padding: 10px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
}
.infoTable td{
    border: 1px solid #ccc;
    padding: 10px;
}