@charset "utf-8";
/* CSS Document */

body {
	background: #008100 url("/images/index/new/background.jpg") no-repeat fixed center top;
}
h1,h2,h3,p,ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}
div {
	vertical-align: top;
}
button, input, select[multiple], textarea {
	border: 1px solid #CCC;
	border-radius: 3px;
}
a img:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=50)";  /* ie 8 */
	-moz-opacity: 0.5;                /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.5;              /* Safari 1.x */
}

/* bootstrap.css上書き */
button, input, select[multiple], textarea {
	border: 1px solid #CCC;
	border-radius: 3px;
	background-color: #FFFFFF;
}

/* 本文 */
#main_wrapper {
	margin: 0 auto;
	padding: 10px 40px 30px;
	width: 945px;
	background: #FFFFFF;
}
#topTitle a {
	display: block;
	margin-bottom: 20px;
	width: 865px;
	height: 115px;
	text-indent: -9999px;
}
.unicolleT {
	background: url("/images/unicolle/unicolleTitle.jpg") no-repeat;
}
#main_inner {
	width: 865px;
}

/* ユニコレ用 */
.unicolle-row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 3px dotted #003B83;
}
#titlearea {
	position: relative;
}
#titlearea .subtitle {
	padding-left: 55px;
	width: 865px;
	height: 55px;
	line-height: 55px;
	color: #004077;
	font-weight: bold;
	background: #E4F2B9 url("/images/unicolle/entry_ball.png") no-repeat 10px center;
	border-left: 5px solid #A6D416;
}
#titlearea .team_intro {
	position: absolute;
	top: 4px;
	right: 4px;
}
#titlearea .team_intro a {
	display: block;
	width: 139px;
	height: 47px;
	text-indent: -9999px;
	background: url("/images/unicolle/team_intro.png") no-repeat;
}
.unicolle-row .boxtable {
	display: table;
	margin-top: 20px;
}
.unicolle-row .boxtable-l {
	display: table-cell;
	padding-right: 10px;
	width: 265px;
	text-align: center;
}
.unicolle-row .boxtable-l .teamimg_bg {
	padding: 14px;
	width: 232px;
	height: 217px;
	background: url("/images/unicolle/teamimg_bg.jpg") no-repeat;
}
.unicolle-row .boxtable-l p {
	font-size: 12px;
	color: #FFFFFF;
}
.unicolle-row .boxtable-r {
	display: table-cell;
	padding: 5px;
	width: 600px;
	font-size: 16px;
}
.unicolle-row .boxtable-r h3 {
	padding-bottom: 5px;
	font-size: 22px;
	font-weight: bold;
	color: #004077;
}
.unicolle-row .boxtable-r p {
	padding-bottom: 1em;
	color: #333333;
}
.unicolle_request {
	margin: 30px 0;
	text-align: center;
}

/* 入力フォーム */
.unicolle_form {
	margin: 30px 65px;
	color: #000000;
}
.unicolle_form > div {
	margin-bottom: 20px;
}
.unicolle_form h3 {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
}
.unicolle_form table {
	width: 100%;
	border-top: 1px solid #D3D3D3;
}
td.tb-hisu {
	width: 50px;
	height: 40px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #D3D3D3;
	text-align: center;
}
td.tbn-hisu {
	width: 50px;
	height: 40px;
	background-color: #F6F6F6;
	text-align: center;
	border-bottom: 1px solid #D3D3D3;
}
td.tb-left {
	width: 160px;
	padding-right: 10px;
	font-weight: bold;
	background-color: #F6F6F6;
	text-align: right;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
}
td.tb-mid {
	width: 40px;
	text-align: right;
	padding-left: 10px;
	border-bottom: 1px solid #D3D3D3;
}
td.tb-right {
	width: 485px;
	padding: 20px 10px;
	fong-size: 12px;
	border-bottom: 1px solid #D3D3D3;
}
td.tbn-right {
	width: 485px;
	padding: 10px 0 10px 10px;
	vertical-align: top;
	border-bottom: 1px solid #D3D3D3;
}
td.tb-right .separatetd {
	display: inline-block;
	width: 245px;
}
td.tb-right .septitle {
	display: inline-block;
	width: 50px;
}
.unicolle_form td.tb-right h5 {
	padding-bottom: 10px;
}
.unicolle_form td.tb-right p {
}
.pd10 {
	padding: 10px 0;
}
.w30 {
	width: 30px;
}
.w200 {
	width: 180px;
}
.w400 {
	width: 450px;
}
.ime-dis {
	ime-mode: disabled;
}
div.soshin {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}
div.formsubmit {
	margin: 20px 0;
	text-align: center;
}
div.sendmeail {
	margin: 50px auto 200px auto;
	font-size: 160%;
	text-align: center;
}
.formSummary {
	margin-top: 10px;
	margin-bottom: 30px;
}
.formSummary dl {
	margin: 0;
	padding: 0;
}
.formSummary dt {
	clear: left;
	float: left;
	width: 5em;
	margin-bottom: 0.5em;
}
.formSummary dd {
	margin-bottom: 0.5em;
	margin-left: 5em;
}
hr.formhr {
	margin: 5px 0;
	padding: 0;
	height: 1px;
	background-color: #D3D3D3;
	border: none;
	color: #D3D3D3;
}
#date {
	line-height: 170%;
}
.iep {
	position: relative;
	width: 100%;
}
.iepa {
	border: 1px solid #49BB01;
	background: #A6D416;
	border-radius: 4px;
	display: block;
	line-height: 32px;
	width: 200px;
	text-align: center;
}
.iepb {
	position: absolute;
	left: -999px;
	opacity: 0;
}

#photo_wrapper {
	float:left;
	padding-right: 5px;
}
#photo_btn {
	width: 61px;
	height: 46px;
	text-indent: -9999px;
	background: url("/images/unicolle/photo.png");
}
#img_file {
	clear:both;
}
