body{
	font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		font-size: 100%;
	/* font-family: , "メイリオ", Meiryo, Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		font-size: 100%;	
 */	width: 100%;width: 100%;
	min-width:1200px;
	line-height: 1;
	color: #444444;
}
h1{
	width: 1200px;
	margin: 0 auto;
	font-weight: normal;
	font-size: 14px;
}
#headerContents{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}
#logo{
	float: left;
	width: 220px;
	height: 60px;
	margin: 10px 0 10px 20px;
}
#headerContents ul{
	float: right;
	margin: 20px 20px 20px 0;
}
#headerContents ul li{
	display: inline-block;
	font-size: 14px;
}
#headerContents ul li:last-child{
	margin-left: 1em;
}
.headerLinkBtn {
	height: 40px;
	line-height: 40px;
}
.headerLinkBtn a{
	display: block;
	padding: 0 1.5em;
	color: #ffffff;
}

li img:hover{
	opacity: .8;
}

/*ナビゲーション*/
nav{
	width: 100%;
	background: url(../_images/header_line.gif) top left repeat-x;
	font-size: 14px;
}
nav ul{
	overflow: hidden;
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
nav ul li{
	float: left;
	box-sizing: border-box;
	width: 200px;
	height: 60px;
	line-height: 60px;
	border-left: solid 1px #dddddd;
	text-align: center;
}
nav ul li:last-child{
	border-right: solid 1px #dddddd;
}
nav ul li a{
	display: block;
	color: #444444;
	transition: background-color 0.3s linear;
}
nav ul li a:hover{
	background: #222222;
	color: #ffffff;

}
/*ナビゲーションスクロール*/
.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* box-shadow: 1px 1px 4px #cccccc; */
    border-bottom: solid 1px #dddddd;
}
#mv{
	height: 600px;
	background: url(../_images/mv.jpg) top right no-repeat;
	background-size: cover;
	line-height: 600px;
	text-align: center;
	font-size: 40px;
}
.readMsgHead h2{
	width: 800px;
	font-size: 30px;
	font-weight: normal;
	padding: 60px 5em;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	border-bottom: solid 2px #444444;
}
.readMsgHead h2 + p{
	width: 900px;
	margin: 0 auto;
	padding: 60px 4em;
	font-size: 14px;
	line-height: 2;
	}

/*フロントメニュー*/
#fromtMenuInner{
	width: 1160px;
	margin: 0 auto
}
.frontMenu{
	width: 49%;
	margin-bottom: 2%;
}
.frontMenu{
	float: left;
	margin-left: 2%;
}
.frontMenu:nth-child(odd){
	margin-left: 0;
}
.frontMenu h3{
	font-size: 22px;
}

.frontMenuImg:hover{
	opacity: .7;
}

.frontMenuImg + p{
	margin: 2em 3em;
	line-height: 1.5;
}
.frontMenuImg + p + p{
	width: 360px;
}
.frontMenuImg + p + p a{
	display: block;
}
.frontReadHead{
	height: 600px;
}
.frontReadHead p{
	height: 600px;
}
.frontRecruit{
	height: 600px;
	line-height: 600px;
	font-size: 40px;
}



#frontRecruitBtn{
	width: 360px;
}
#frontRecruitBtnBox p:last-child{
	margin-left: 16px;
}
#contactReadHead + p{
	margin-bottom: 40px;
	color: #ffffff;
}
#contactBox{
	position: relative;
	box-sizing: border-box;
	/* width: 1160px; */
	margin: 0 auto;
	/* border: solid 1px #ffffff; */
	padding-bottom: 80px;
	font-size: 28px;
	text-align: center;
	/* background :#222222 */;
	border-bottom: solid 10px #1398cf;
	background: url(../_images/contact_back.jpg) top center no-repeat;
	background-size: cover;
}
#contactReadHead{
	width: 100%;
	line-height: 80px;
	background: #1398cf;
	color: #ffffff;
	font-size: 24px;
	height: 80px;
	margin: 0 auto 80px;
}
#contactReadHead + p{
	text-shadow: 1px 1px 1px #222222;
}
#contactBox ul li{
	display: inline-block;
	margin-left: 12px;
}
#contactBox ul li:first-child{
	margin-left: 0;
}
#contactBox ul li{
	display: inline-block;
	box-sizing: border-box;
	font-size: 16px;
	width: 340px;
	height: 60px;
	line-height: 60px;

	color: #ffffff;
}
#contactBox ul li:first-child{
	margin-left: 0;
}
/* #contactBox ul li a{
	opacity: 0.5;
} */
/* #contactBox ul li a:hover{
	opacity: 0.5;
} */
.contactTel{
	font-size: 36px;
	color: #1398cf;
}

#spFacebookLink{
	display: none;
}



footer{
	text-align: center;
	font-size: 14px;
	padding: 60px 0 0;
}
#footerContents{
	width: 1160px;
	padding: 0 0 60px 30px;
}


.footerList{
	float: left;
	width: 200px;
	text-align: left;
}
.footerList li{
	padding: 0 1em 1em 0;
}
.footerList li a{
	display: block;
	color: #222222;
}
.footerList li a:hover{
	text-decoration: underline;
}
#fbBox{
	display: block;
	float: right;
	width: 730px;
	height: 300px;
	margin-bottom: 60px;
	border: solid #cccccc;
	border-width: 0 1px;
}

#footerLogo{
	width: 466px;
	height: 40px;
	margin: 80px auto;
}
#copyright{
	background: #222222;
	color: #ffffff;
	font-size: 12px;
	padding: 2em 0;
}

#overlay{
	display: none;
}


/*下層ページ共通*/
#pageMv{
	width: 100%;
	height: 240px;
	text-align: center;
	font-size: 40px;
	line-height: 240px;
	color: #ffffff;
}
#topicPath ol{
	width: 1200px;
	margin: 0 auto;
	padding: 1em 0;
	font-size: 14px;
}

#topicPath li{
	display: inline;
}

#topicPath li::after{
	content: ">";
	padding-left: 5px;
}

#topicPath li:last-child::after{
	content: none;
}

#topicPath li a{
	color: #222;
}

#topicPath li a:hover{
	text-decoration: underline;
}


#topicPath {
	background: url(../_images/topic-back.gif);
}
/*採用情報TOP*/

.recruitPage{
	background: url(../_images/front_recruit.jpg) center center no-repeat;
	background-size: cover;
}

#recruitJobList{
	overflow: hidden;
	width: 1090px;
}
#recruitJobList li{
	float: left;
	width: 250px;
	margin-left: 30px;
}
#recruitJobList li:first-child{
	margin-left: 0;
}
#recruitJobList li img{
	display: block;
	margin-bottom: 40px;
}
#recruitJobList li p{
	font-size: 16px;
	text-align: center;
}

#recruitJobList li a:hover{
	color: #B4B1B1;
}

#recruitJobList li a{
	color: #000000;
}
/*採用情報下層ページ*/

.singleInner{
	box-sizing: border-box;
	width: 1160px;
	margin: 0 auto 60px;
	padding: 60px 100px;
	background: #ffffff;
	box-shadow: 1px 1px 1px #cccccc;
}
#frontMenuWrap .singleInner:last-of-type{
	margin-bottom: 20px;
}
.singleInner h3{
	background: #444444;
	color: #ffffff;
	font-weight: normal;
	/* text-align: center; */
	padding: 1em 1.5em;
	font-size: 22px;
	margin-bottom: 1em;
}

.recruitNav{
	display: table;
	width: 1160px;
	margin: 0 auto 20px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background: #ffffff;
	box-shadow: 1px 1px 1px #cccccc;
}
.recruitNav:last-child{
	margin-bottom: 0;
}
.recruitNav li{
	display: table-cell;
	width: 290px;
	border-left: solid 1px #eeeeee;
}
.recruitNav li:first-child{
	border: none;
}
.recruitNavActive{
	background: #1398cf;
	color: #ffffff !important;
	position: relative;
}

/* .recruitNavActive:before{
	content: "";
	position: absolute;
	bottom: -23px;
	right: 10%;
	border: 12px solid transparent;
	border-top: 12px solid #1398cf;
} */
.recruitNav li a{
	display: block;
	color: #222222;
}
.recruitNav li a:hover{
	background: #1398cf;
	color: #ffffff;
}
.recruitSingleTable{
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
}
.recruitSingleTable th,
.recruitSingleTable td{
	border: solid 1px #cccccc;
	padding: 1em;
}
.recruitSingleTable th{
	width: 20%;
	text-align: left;
	font-weight: normal;
	background: #f9f9f9;
}
.recruitSingleTable td{
	line-height: 1.5;
}
.recruitContactBtn{
	display: block;
	width: 400px;
	margin: 20px auto 0;
	text-align: center;
	font-size: 16px;
}
.recruitContactBtn a{
	display: block;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
}

.recruitContactBtn a:hover{
	background: #ea2727;
}

/* #contactBox ul li a{
	display: block;
	color: #ffffff;
	position: relative;
	border: solid 1px #a9a9a9;
} */


/* Effect1
 *************************************** */
/* 擬似要素の共通スタイル */


/* #contactBox ul li a {
	background-color: rgba(255, 255, 255, .2);
	border-radius: 4px;
	color: #fff;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2), inset 0 1px 1px rgba(255, 255, 255, .3);
	text-shadow: 0px 1px 0px rgba(0, 0, 0, .4);
}
#contactBox ul li a:hover {
	background-color: rgba(255, 255, 255, .3);
} */

#contactBox ul li a {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	line-height: 50px;
}
#contactBox ul li a:hover {
	background-color: rgba(255, 255, 255, .2);
}

/*パートナー募集TOP*/

.partnerPage{
	background: url(../_images/front_partner.jpg) center center no-repeat;
	background-size: cover;
}

#partner-list{
	width: 1100px;
}
#partner-list li{
	float: left;
	width: 500px;
	box-shadow: 1px 1px 1px #cccccc;
}

#partner-list li img{
	width: 500px;
	box-sizing: border-box;
}

#partner-list li img + p{
	background: #636363;
	color: #FFFFFF;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

#partner-list li:hover{
	opacity: .8;
}

#partner-list li:first-child{
	margin-right: 100px;
}


/*お問い合せTOP*/

.contact-h{
	width: 800px;
	font-size: 30px;
	font-weight: normal;
	padding: 60px 5em;
	text-align: center;
	margin: 0 auto;
	line-height: 1.5;
	border-bottom: solid 2px #444444;
}
.contact-hp{
	width: 900px;
	margin: 0 auto;
	padding: 60px 4em;
	font-size: 14px;
	line-height: 2;
	}

.contactPage{
	background: url(../_images/front_contact.jpg) top center no-repeat;
	background-size: cover;
}

#contact-list{
	overflow: hidden;
	width: 830px;
}

#contact-list li{
	float: left;
	width: 250px;
	margin-left:40px;
}
#contact-list li:first-child{
	margin-left: 0px;
}
#contact-list li img{
	display: block;
	margin-bottom: 40px;
}
#contact-list li p{
	font-size: 16px;
	text-align: center;
}
#contact-list li a{
	color: #000000;
}

#contact-list li a:hover{
	color: #B4B1B1;
}

/*お問い合せ下層*/

#contact-form{
	width: 1160px;
	margin: 0 auto 20px;
	background: #fff;
	padding: 100px 0;
}

#contact-form dl{
	width: 700px;
	margin: 0 auto 40px;
}

#contact-form dt{
	margin-bottom: 1em;
	padding-left: .5em;
	border-left: solid 10px #444;
}

#contact-form dd{
	border-bottom: dotted 1px #ccc;
	padding-bottom: 2em;
	margin-bottom: 2em;
}

#contact-form dd span{
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #aaa;

}

.req{
	position: relative;
	top: -1px;
	background: #c62121;
	color: #fff;
	font-size: 11px;
	padding: 2px 4px;
	margin-left: 1em;
	border-radius: 2px;
}

input,
textarea,
button{
	font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;		font-size: 100%;
}


#contact-form input[type="text"] ,
#contact-form textarea{
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
	border: solid 1px #ccc;
}

#contact-form textarea{
	height: 200px;
}

#contact-form input[type="text"]:focus,
#contact-form textarea:focus {
  box-shadow: 0 0 1px 0 rgba(19,152,207,1);
  outline: 0;
  border: solid 1px #fff;
}

#btn-entry{
	margin: 0 auto;
	text-align: center;
}

#btn-entry button{
	display: inline-block;
	width: 300px;
	height: 50px;
	list-style: 60px;
	background: #d21616;
	border: none;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

#btn-entry button:hover{
	background: #ea2727;
}

#btn-entry p{
	width: 700px;
	margin: 0 auto 2em;
	text-align: left;
	line-height: 1.5;
}

.error{
	color: #F42B2B;
	background: #FEFBD8;
}

#name-error,
#kana-error,
#email-error,
#comment-error,
#company-error,
#ag-error{
	display: inline-block;
	background: #fff;
	margin-top: 10px;
}

input[type="radio"],
input[type="checkbox"]{
	vertical-align: -2px;
}

input[type="radio"]{
	margin-bottom: 3px;
}

#contact-form dd label{
	margin-right: 5px;
}

#contact-flow{
	width: 700px;
	margin: 0 auto 40px;
}
#contact-flow li{
	display: inline-block;
	width: 200px;
	height: 60px;
	background: #eee;
	text-align: center;
	line-height: 1.3;
}

#contact-flow-active{
	background: #444 !important;
	color: #fff;
}

#contact-flow li span{
	display: table-cell;
	width: 200px;
	height: 60px;
	vertical-align: middle;
}
#contact-flow li:first-child{
	margin-left: 0;}

.flow-arrow{
	font-size: 40px;
	color: #706F6F;
	padding-right: 0px;
	margin: 0 15px 0 20px;
	vertical-align: 14px;
}

#contact-form h2{
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 1em;
}

#contact-form h3{
	text-align: center;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 1em;
}
#privacy-area{
	overflow-y: scroll;
	height: 200px;
	background: #eee;
	padding: 2em 4em;
	line-height: 1.5;
}
#privacy-area::-webkit-scrollbar {
 	background: #ccc;
 	width: 10px;
}
#privacy-area::-webkit-scrollbar-thumb {
 	background: #aaa;
}
#privacy-area h3{
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
#privacy-area p,
#privacy-area ul{
	margin-bottom: 1em;
}

/* お問い合せ完了画面 */

.return-home{
	margin: 0 auto 20px;
	text-align: center;
	width: 500px;
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	background: #444;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
}

.return-home a{
	display: block;
	color: #fff;
}

.return-home:hover{
	opacity: .8;
}

.fa-backward{
	margin-left: 6px;
}

#email-get{
	font-size: 18px;
	text-align: center;
}

#thanks-msg{
	font-size: 16px;
	width: 50%;
	margin: 0 auto 50px;
	line-height: 1.6em;
}

#alert-msg{
	width: 65%;
	margin: 0 auto 30px;
	padding: 30px 0 50px;
	box-sizing: border-box;
	line-height: 1.6em;
	border: dotted 1px #ccc;
	text-align: center;
}

.alert-msg{
	margin: 20px auto;
	color: #C40404;
}

.alert-tel{
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	color: #616060;
	border: solid 1px #ccc;
	padding: 20px;
	box-sizing: border-box;
	width: 60%;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.3);
}

.alert-msg-tel{
	padding-bottom: 5px;
	border-bottom: solid 3px #ccc;
	text-shadow: 1px 1px 1px #D8D6D6;
}

.alert-telnumber{
	display: inline-block;
    font-size: 28px;
    color: #1398cf;
    text-shadow: 1px 1px 1px #B3B3B3;
}

.alert-telinfo{
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
}

/* 入力内容の確認画面 */

#check-msg{
	text-align: center;
}

/*会社概要TOP*/

#company table{
	width: 960px;
}

.companyPage{
	background: url(../_images/front_company.jpg) center center no-repeat;
	background-size: cover;
}

.office-area{
	display: inline-block;
	background: #8C8A8A;
	font-size: 85%;
	padding: 3px 20px;
	color: #fff;
}

#company a{
	display: block;
	color: #222222;
}
#company a:hover{
	text-decoration: underline;
}

/*受託開発TOP*/

.developmentPage{
	background: url(../_images/front_development.jpg) center center no-repeat;
	background-size: cover;
}

/*SES事業TOP*/

.sesPage{
	background: url(../_images/front_ses.jpg) center center no-repeat;
	background-size: cover;
}

/*開発実績TOP*/

.worksPage{
	background: url(../_images/front_works.jpg) bottom center no-repeat;
	background-size: cover;
}

/*サイトマップ*/

.subPage{
	background: url(../_images/mv.jpg) bottom center no-repeat;
	background-size: cover;
}


#sitemap-list li{
	padding: 1.3em 2em;
    border-bottom: dotted 1px #cccccc;
	font-size: 16px;
}

#sitemap-list li:first-child{
    border-top: dotted 1px #cccccc;
}

#sitemap-list li a{
	display: block;
	color: #888484;
}

#sitemap-list li a:hover{
	text-decoration: underline;
}

#sitemap-list li ul li,
#sitemap-list li ul li:first-child{
	font-size: 14px;
	border: 0;
	padding-bottom: 0;
	margin-left: 0.5em;
}

/*プライバシーポリシー*/

#policy p{
	margin: 0 0 20px 30px;
}

#policy ul{
	margin-bottom: 30px;
}

#policy li{
	margin: 0 0 14px 60px;
}

/* 下層共通 */

.content-area{
	width: 960px;
	margin: 0 auto 100px;
	line-height: 1.6em;
}

#company h3,
#policy h3{
	background: #444;
	padding: 16px;
	color: #fff;
	margin-bottom: 30px;
	font-weight: normal;
}

#contact-list img,
#recruitJobList img{
	width: 250px;
}

.pcNone{
	display: none;
}

.tel-info{
	font-size: 20px;
	margin-left: 10px;
}

/* 調整用 */

.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mb50{
	margin-bottom: 50px;
}

.mb70{
	margin-bottom: 70px;
}
