@charset "utf-8";

/*========================

企業広報賞

========================*/

/*------------------------
常にインクルードするCSS
------------------------*/

@import "reset.css";
@import "base.css?2023";

/*-----------------------------------------

テキスト

-----------------------------------------*/

.txtRight {
	text-align:right;
}

.txtCenter {
	text-align:center;
}

.ind1 {
	text-indent: -1em;
	margin-left: 1em;
}

.uline {
	text-decoration: underline;
}

/*-----------------------------------------

テーブル

-----------------------------------------*/

.text .gaiyo {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.text .gaiyo tr th {
	background: #F2F2F2;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	white-space: nowrap;
}

.text .gaiyo tr td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
}

.text .ichiran {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 5px;
	margin-left: 10px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.text .ichiran tr th {
	background: #F2F2F2;
	text-align: center;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	white-space: nowrap;
}

.text .ichiran tr td {
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px;
	vertical-align: top;
}

.text .award {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.award tr td {
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

.award tr td a {
	background: url(../award/img/icon_mark.jpg) no-repeat left 6px;
	padding-left: 12px;
	display: block;
}

.text .iin {
	width: 700px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.iin tr th {
	background: #EFEFEF;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

.iin tr td {
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

.nowrap {
	white-space:nowrap;
}

/*-----------------------------------------

リスト

-----------------------------------------*/

.text ul {
	margin-left: 2em;
	margin-top: 1em;
	margin-bottom: 1em;
}

.text ul li {
	list-style: disc;
}

/*-----------------------------------------

マージン

-----------------------------------------*/

.marginTop1em {
	margin-top: 1em;
}

.marginLeft3em {
	margin-left: 3em;
}

.marginLeft4em {
	margin-left: 4em;
}

/*-----------------------------------------

フロート

-----------------------------------------*/

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear:both;
}