@charset "UTF-8";
/* CSS Document */

/*↓文章*/
.copy{
	line-height: 1.7em;
	font-size: 1.1em;
}

.copy2{
	line-height: 2em;
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 20px;
	color: #603974;
	letter-spacing:0.1em;
}


/*↓topへ戻る*/
.top{
	text-align: right;
	color: #681661;
	text-decoration: underline;
	clear: both;
}


/*写真をクリックすると*/
.click{
color: #C69; 
}


/*写真左よせ*/
.img_left{
	margin: 0px 20px 0px 0px;
	float: left;
}






/*↓メインphoto*/
#main_p{
	height: 240px;
	margin-bottom: 20px;
	background-image: url(../9recruit/images/main_p_03.jpg);
}



/*↓テーブル*/


#table1{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", 
	 "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8em;
	margin-top: 20px;
	text-align: left;
	vertical-align: top;
	border-collapse:collapse;
	width: 540px;
	font-size: 110%;
}

textarea{
	height: 130px;
	width: 350px;
}

#table1 th{
	color: #FFF;
	background: #C299B9;
	padding: 10px;
	width: 120px;
	border: 2px solid #FFF;
}

#table1 td{
	background: #FDEEF1;
	padding: 10px;
	border: 2px solid #FFF;
}


.kome{
	color: #606;
}

.big_moji{
	font-size: 120%;
}


.copy{
	font-size: 15px;
	color: #481E19;
	}
	
