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

          recruit interview

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

/*ページ背景*/
body{
    background-image:url(../images/recruit_bk.png);
    background-repeat:repeat;
    background-position:center top;
}

#mainImage{/*メインイメージ*/
    background-color:#fdd751;
}
    #mainImage img{
        padding:123px 0 38px 0;
    }

#recruitInterview{
}
    #recruitInterview>p{/*ナンバー画像*/
        margin-top:63px;
    }
    #recruitInterview #contents{
        width:937px;
        margin-top:104px;
    }
        #recruitInterview #contents section{/*記事*/
            width:900px;
            margin-top:85px;
        }
        #recruitInterview #contents section:first-of-type{
            margin-top:0;
        }
        #recruitInterview #contents section:last-of-type{/*ある日のタイムスケジュール*/
            width:937px;
            margin-top:140px;
        }
            #recruitInterview #contents section div h2{/*サブタイトル*/
                color:#f15a24;
            }
            #recruitInterview #contents section div h2.color_green{/*サブタイトル*/
                color:#60aa3b;
            }
            #recruitInterview #contents section div p{/*本文*/
                margin-top:35px;
            }
            #recruitInterview #contents section div img{/*写真*/
                margin-top:6px;
            }
    #recruitInterview>div:last-of-type{/*採用情報*/
        margin-top:90px;
    }




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

          メディアクエリ

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















	/*ページ背景*/
	body{
		background-image:url(../images/recruit_bk.png);
		background-repeat:repeat;
		background-position:center top;
	}

	#mainImage{/*メインイメージ*/
		background-color:#fdd751;
																					height:auto;
																					width:500px;
																					margin-top:80px;
	}
		#mainImage img{
			padding:123px 0 38px 0;
																					height:auto;
																					width:500px;
																					padding:0;
		}

	#recruitInterview{
	}
		#recruitInterview>p{/*ナンバー画像*/
			margin-top:63px;
																					margin-top:90px;
		}
		#recruitInterview #contents{
			width:937px;
			margin-top:104px;
																					width:450px;
																					margin-top:60px;
		}
			#recruitInterview #contents section{/*記事*/
				width:900px;
				margin-top:85px;
																					width:450px !important;
																					margin-top:60px;
			}
			#recruitInterview #contents section:first-of-type{
				margin-top:0;
			}
			#recruitInterview #contents section:last-of-type{/*ある日のタイムスケジュール*/
				width:937px;
				margin-top:140px;
																					width:450px !important;
																					margin-top:90px;
			}
																					#recruitInterview #contents section div{/**/
																						width:450px !important;
																						margin-top:60px;
																					}
																					#recruitInterview #contents section div:first-of-type{/**/
																						margin-top:0;
																					}
				#recruitInterview #contents section div h2{/*サブタイトル*/
					color:#f15a24;
				}
				#recruitInterview #contents section div h2.color_green{/*サブタイトル*/
					color:#60aa3b;
				}
				#recruitInterview #contents section div p{/*本文*/
					margin-top:35px;
																					font-size:1.6rem;
				}
				#recruitInterview #contents section div img{/*写真*/
					margin-top:6px;
				}
		#recruitInterview>div:last-of-type{/*採用情報*/
			margin-top:90px;
		}















}
