@charset "Shift_JIS";

/* インターンシップ情報 */

/* reset
----------------------------------------------------------- */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* control
----------------------------------------------------------- */

.clear {
	margin:0;
	padding:0;
	clear:both;
}
.clearfix:after{
    content:".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
.clearfix{
    display:inline-block;
    min-height:1%;  /* for IE 7*/
	position: relative; /* DW */
}
*html .clearfix{height: 1%;}
.clearfix{display: block;}


/* 
----------------------------------------------------------- */

#intern_wrapper {
	width:980px;
	height:436px;
	margin:0 auto 30px auto;
	position:relative;
	background:#000 url(../img/intern_bg.jpg) no-repeat;
}
#intern_wrapper2 {
	width:980px;
	margin:0 auto 30px auto;
	text-align:left;
}
#intern_wrapper h1 {
	position:absolute;
	top:123px;
	left:137px;
}
#intern_wrapper2 h1 {
	
}
#intern_wrapper h2 {
	position:absolute;
	top:228px;
	left:137px;
}
#intern_wrapper h2.txt {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
}
#intern_wrapper #internContact {
	list-style:none;
}
#intern_wrapper #internContact li.designer {
	display:block;
	position:absolute;
	width:274px;
	height:39px;
	top:310px;
	left:136px;
}
#intern_wrapper #internContact li.modeler {
	display:block;
	position:absolute;
	width:183px;
	height:39px;
	top:310px;
	left:350px;
}
#internTableBox {
	background-color:#BDC3C7;
	padding:25px 40px;
}
#internTable {
	width:100%;
	margin-bottom:20px;
}
#internTable th {
	width:20%;
	background-color:#FFFFFF;
	padding:15px 20px;
	text-align:right;
	font-weight:bold;
	border:#BDC3C7 solid 3px;
	font-size: 0.8em;
    line-height: 165%;
}

#internTable td {
	width:80%;
	background-color:#FFFFFF;
	padding:15px 20px;
	border:#BDC3C7 solid 3px;
	font-size: 0.8em;
    line-height: 165%;
}
#internTable tr.odd th, #internTable tr.odd td {
	background-color:#ECF0F1;
}
#internTable td strong {
	font-weight:bold;
	color:#000000;
}
#downloadBtn {
	
}
#dwonloadBtnLf {
	width:438px;
	float:left;
}
#dwonloadBtnRf {
	width:438px;
	float:right;
}