/************************************************

          recruit information

************************************************/

/*ページ背景*/
body{
    background-image:url(../images/recruit_bk.png);
    background-repeat:repeat;
    background-position:center top;
}
    #mainImage{
        position:relative;
        height:258px;
        background-image:url(../images/recruit_bk2.png);
        background-repeat:repeat;
        background-position:center top;
    }
        /*波型フレーム*/
        #mainImage #frame{
            z-index:3;
            position:absolute;
            bottom:0;
            height:79px;
            background-image:url(../images/recruit_slideWave.png);
            background-repeat:repeat-x;
            background-position:center top;
        }
            #mainImage #frame ul{
                width:280px;
                margin-top:26px;
            }
                #mainImage #frame ul li{
                    float:left;
                }

    #recruitInformation{
    }
        #recruitInformation h2{/*採用情報*/
            margin-top:79px;
        }
        #recruitInformation h3{/*江東楓の会は利用者さんも…*/
            margin-top:35px;
            color:#595757;
        }
        #recruitInformation #contents{
        }
            #recruitInformation #contents table{
                display:block;
                width:1054px;
                margin-top:59px;
                padding:50px 62px;
                background-color:white;
                font-size:1.5rem;
            }
                #recruitInformation #contents table tr{
                    display:inline-block;
                    width:100%;
                    margin-top:12px;
                    background-color:#fff5d1;
                }
                #recruitInformation #contents table tr:first-of-type{
                    margin-top:0;
                }
                    #recruitInformation #contents table tr th{
                        width:225px;
                        padding:20px 0 0 25px;
                        float:left;
                    }
                    #recruitInformation #contents table tr td{
                        width:645px;
                        padding:20px 0 20px 35px;
                        float:right;
                        background-color:white;
                    }
						/*インデント*/
						#recruitInformation #contents table tr td .w6em{
							display:inline-block;
							width:6.0em;
						}
						#recruitInformation #contents table tr td .w13em{
							display:inline-block;
							width:13.0em;
						}

    /*採用に関するお問い合わせはこちら・応募はこちら*/
    #share_contact2{
        width:906px;
        margin-top:70px;
        color:#595757;
    }
        #share_contact2 li a img{
            margin-top:15px;
        }




/********************************************************************************

          メディアクエリ

*********************************************************************************/
@media(max-width:500px){














	/*ページ背景*/
	body{
		background-image:url(../images/recruit_bk.png);
		background-repeat:repeat;
		background-position:center top;
	}
		#mainImage{
			position:relative;
			height:258px;
			background-image:url(../images/recruit_bk2.png);
			background-repeat:repeat;
			background-position:center top;
		}
			/*波型フレーム*/
			#mainImage #frame{
				z-index:3;
				position:absolute;
				bottom:0;
				height:79px;
				background-image:url(../images/recruit_slideWave.png);
				background-repeat:repeat-x;
				background-position:center top;
			}
				#mainImage #frame ul{
					width:280px;
					margin-top:26px;
				}
					#mainImage #frame ul li{
						float:left;
					}

		#recruitInformation{
		}
			#recruitInformation h2{/*採用情報*/
				margin-top:79px;
																					margin-top:90px;
			}
			#recruitInformation h3{/*江東楓の会は利用者さんも…*/
				margin-top:35px;
																					width: 450px;
																					margin:30px auto auto 25px;
				color:#595757;
			}
																					#recruitInformation h3>p{
																						text-align: justify !important;
																						text-align-last: left !important;
																					}
			#recruitInformation #contents{
			}
				#recruitInformation #contents table{
					display:block;
					width:1054px;
					margin-top:59px;
					padding:50px 62px;
																					width:450px;
																					margin-top:60px;
																					padding:0;
					background-color:white;
					font-size:1.5rem;
				}
					#recruitInformation #contents table tr{
						display:inline-block;
						width:100%;
						margin-top:12px;
						background-color:#fff5d1;
					}
					#recruitInformation #contents table tr:first-of-type{
						margin-top:0;
					}
						#recruitInformation #contents table tr th{
							width:225px;
							padding:20px 0 0 25px;
																					width:100%;
																					padding:10px 25px;
																					box-sizing: border-box;
							float:left;
						}
						#recruitInformation #contents table tr td{
							width:645px;
							padding:20px 0 20px 35px;
							float:right;
																					width:100%;
																					padding:10px 25px;
																					letter-spacing: 0;
																					box-sizing: border-box;
																					float:left;
							background-color:white;
						}
							/*インデント*/
							#recruitInformation #contents table tr td .w6em{
								display:inline-block;
								width:6.0em;
							}
							#recruitInformation #contents table tr td .w13em{
								display:inline-block;
								width:13.0em;
							}

		/*採用に関するお問い合わせはこちら・応募はこちら*/
		#share_contact2{
			width:906px;
			margin-top:70px;
																					width:450px;
																					margin:120px auto auto 25px;
			color:#595757;
		}
																					#share_contact2 li{
																						width:450px;
																						text-align: center;
																						text-align-last: center;
																					}
																					#share_contact2 li:nth-of-type(n+2){/*2番目以降*/
																						margin-top:60px;
																					}
			#share_contact2 li a img{
				margin-top:15px;
			}












}
