@charset "utf-8";

body{
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Lucida Grande', Meiryo, メイリオ, sans-serif;
	font-size:12px;
}
img {
	max-width:100%;
}

.tb-recruit th, .tb-recruit td,
.tb-company th, .tb-company td,
.tb-contact th, .tb-contact td,
.tb-privacy th, .tb-privacy td{
	padding: 8px;
}

.more ,.entry{
	margin-top: 30px;
}
.require {
    color:red;
}
.right {
	text-align: right;
}
#btn-area{
	text-align: center;
}
/***************************************
*	サイト全体
****************************************/
div#container {
	padding:10px;
}

/***************************************
*	サブメニュー(contact, access)
****************************************/
div#sp-menu-privacy {
	text-align: right;
}
nav#sub-menu  {
	position:absolute;
	top: 0;
	right: 0;
}

nav#sub-menu li {
	float: left;
	padding: 0 10px;
}
.sub-menu-privacy {
	margin-top: 40px;
}
/***************************************
*	メインメニュー
****************************************/
nav#main-menu {
	overflow: hidden;
}
nav#main-menu li {
	float: left;
}
nav#main-menu a {
	padding: 2px;
	display:block;
}

/***************************************
*	コンテントタイトル
****************************************/
section#contents-title {
	overflow:hidden;
}

/***************************************
*   事業案内(SERVICES)
****************************************/
#services-area article{
	margin: 20px;
}
.contents-services{
	border: 2px solid #DCDDDD;
	margin-bottom: 20px;
}
#services-area article img{
    margin-bottom: 20px;	
}
#services-area article p{
	line-height:2;
}

/***************************************
*   会社概要(COMPANY)
****************************************/
.tb-company {
	width: 100%;
}
.tb-company li {
    list-style-type: disc;
    margin-left: 10px;
}


/***************************************
*   採用情報(RECRUIT)
****************************************/
#recruit-area article{
	margin: 20px;
}
#recruit-area article img{
    margin-bottom: 20px;	
}
#recruit-area article p{
	line-height:2;
}
#recruit-area h2 {
	font-size: 20px;
}

.contents-recruit {
    border: 2px solid #DCDDDD;
	margin-bottom: 20px;
}
.contents-recruit　article h2 {
	font-size: 30px;
}
.tb-recruit {
	margin-top: 20px;
}
.tb-privacy {
	width:100%;
}

.btn-area-entry{
	text-align: right;
}
/***************************************
*   お問い合わせ(CONTACT)
****************************************/
.tb-contact{
    width: 100%;
}
.tb-contact input {
    /*height:25px;*/
}
#contact-info {
	border: 1px solid #D4E5C1;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
/***************************************
*	フッター
****************************************/
footer{
	font-size:14px;
	clear: both;
}
div#copy-right{
	background-color:#5AB539;
	color:#ffffff;
	text-align:center;
	padding:10px;
}
div#company-info{
	margin-top: 15px;
}
div#p-mark {
	font-size: 12px;
}
div#p-mark img{
	padding: 0 15px;
}
div#info {
	padding: 0 15px;
}

/***************************************
*	入力フォーム
****************************************/
input[type=radio]{
	width: 15px;
	height: 15px;
}
label{
	margin-right: 10px;
}
input[type=text]{
	height: 25px;
}
textarea{
	resize: vertical;
}


@media screen and (min-width:1024px){

	nav#main-menu li {
		width:16.66666667%;
	}
	article#sp-main-image{
        display: none;
    }
    section#contents-title p{
        line-height:3;
    }
	section#contents-title{
		margin: 20px 100px;
	}
	section#contents-title article {
		float: left;
		width:50%;
	}
    section.contents-text{
        margin: 20px 100px;
        overflow: hidden;
    }
    
	/***************************************
	*   事業案内(SERVICES)
	****************************************/
    .title-services {
       background: url("../img/services/bg_services.jpg") no-repeat;
       background-size: cover;
       background-position:right;
    }
    
	.contents-services article{
       min-height: 280px;
    }
	.contents-services{
	    float:left;
	    width:49%;
	    margin-right: -4px;
	}
	.col {
	    margin-left: 1.5%;
	}
	
   /***************************************
    *   会社概要(COMPANY)
    ****************************************/
    .title-company {
       background: url("../img/company/bg_company.jpg") no-repeat;
       background-size: cover;
       background-position:right;
    }
    .contents-company{
       width:49%;
       float: left;
    }
	.tb-company tbody tr:nth-child(odd) {
	    background-color:#D4E5C1;
	}
	#access-map {
	   width:100%;
	   height:400px;
	}
	/***************************************
    *   採用(RECRUIT)
    ****************************************/
	.tb-recruit tbody tr:nth-child(odd) {
	    background-color:#F2F2F2;
	}
	.tb-privacy tbody tr:nth-child(odd) {
	    background-color:#D4E5C1;
	}
	.contents-recruit {
		float:left;
	    width:49%;
	    margin-right: -4px;
	}
	input#address{
		width:400px;
	}
    /***************************************
    *   お問い合わせ(CONTACT)
    ****************************************/
    .tb-contact tbody tr:nth-child(odd) {
        background-color:#D4E5C1;
    }
    input#name
	,input#kana{
		width: 200px;
	}
	input#email{
		width:350px;
	}
	textarea{
		width:80%;
	}
	
   /***************************************
    *   フッター(Pマーク・会社情報)
    ****************************************/
	div#company-info{
		display: table;
	}
    div#p-mark ,div#info{
		display: table-cell;
	}
	div#p-mark {
		width: 45%;
	}
	div#info{
		text-align: center;
	}
	div#company-wrap {
		width: 50%;
		margin: 0 auto;
	}
}

@media screen and (max-width:1023px){

	nav#main-menu li {
		width:33.3333333%;
	}
	article#sp-main-image{
	   margin: 10px 5px;
	}
    article#main-image{
        display: none;
    }
    section#contents-title p{
        line-height:2;
    }
    section#contents-title{
        margin: 20px 0px;
    }
    #access-map {
        margin: 20px 0;
        height: 300px;
        width: 100%;
    }
    .tb-company th, .tb-company td,
    .tb-recruit th, .tb-recruit td,
    .tb-contact th, .tb-contact td,
    .tb-privacy th, .tb-privacy td{
        display: block;
    }
    .tb-company th, .tb-privacy th{
        background-color: #D4E5C1;
    }
    .tb-recruit th{
        background-color:#F2F2F2;
    }
    .tb-contact th{
        background-color: #D4E5C1;
    }

	input[type=text]
	, textarea{
		width: 100%;
	}
    .more{
        display: none;
    }
    
    /* jquery.validationEngine.jsのエラーメッセージ表示位置を上書き*/
    .formError{
        left: 0 !important;
    }
    
   /***************************************
    *   フッター(Pマーク、会社情報)
    ****************************************/
   	div#company-info{
		position: relative;
	}
	div#p-mark {
		bottom: 0;
		left: 0;
		padding-top: 80px;
	}
	div#info {
		top: 0;
		left: 0;
		height: 130px;
		position: absolute;
		text-align: center;
	}
}

@media screen and (max-width:467px){

    nav#sub-menu{
       display: none;
    }
	div#p-mark {
		bottom: 0;
		left: 0;
		padding-top: 130px;
	}
}
/***************************************
*   個人情報の取扱い、お問い合わせ、採用)
****************************************/
#privacy_area{
	overflow: auto;
	margin: 10px 0;
	padding: 15px;
}
.privacy_frame {
	height: 150px;
	border: 1px solid #DCDDDD;
}
#privacy_area h4{
	text-align: center;
	font-size: 14px;
	margin-bottom: 10px;
}
#privacy_area div {
	margin-bottom: 15px;
}

/***************************************
*   採用情報入力フォーム
****************************************/
div#agree{
	text-align: center;
	margin: 10px 0;
}
#sex {
	width:15px;
	height:15px;
}
#date {
	width:10%;
}
#zip {
	width:10%;
}