@charset "utf-8";

body{
	color: #fff;
	font-size : 12px;
	background-color:#222;
	overflow-y: scroll;
}

a:link{ color: #ddd; text-decoration: none;}
a:visited{ color: #ddd; text-decoration: none;}
a:hover{ color: #ddd; text-decoration: underline;}
a:active{ color: #ddd; text-decoration: none;}

/* -------------------------
	contents -> contents_inner
------------------------- */
#box_inner{
	top: 102px;
}

/* -------------------------
	internship
------------------------- */
#internship{
	width: 1024px;
	overflow: hidden;
	margin: 0 auto 136px;
	line-height: 1.2em;
}

#internship h2{
	margin: 0 0 20px 0;
}

#internship h3{
	margin-bottom: 50px;
}

#internship .message{
	line-height: 2.4em;
	font-size: 17px;
	margin-bottom: 47px;
}

#internship table{
	width: 810px;
	margin-bottom: 35px;
	color: #000;
	}

#internship table tbody tr th{
	width: 130px;
	padding:20px;
	text-align: left;
	vertical-align: middle;
	font-weight: bold;
	font-size: 16px;
	background-color: #ffdd00;
	line-height: 1.4em;
}

#internship table tbody tr td{
	padding:20px;
	font-size: 16px;
	vertical-align: middle;
	background-color: #fff;
	line-height: 1.4em;
}

#internship table tbody tr th.doun-colorth {
	background-color: #ddc000;
}

#internship table tbody tr td.doun-colortd {
	background-color: #f0f0f0;
}

#internship .oubo{
	font-size: 14px;
	font-weight: normal;
}

#internship .oubo p {
	font-size: 14px;
	margin-bottom: 35px;
	line-height: 1.6em;
}

#internship .oubo a{
  color: #ffffff;
	text-decoration: underline;
}

#internship .oubo a:hover{
	text-decoration: none;
}

#internship .oubo .mb35{
	margin-bottom: 35px;
}
