/*******************************************************************************
	えひめITフェア2015Webサイト
	Cascading Style Sheets info.css
																Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2014.05.25│新規│[V1.00] 杉浦
 002｜2015.06.01｜追加｜[V1.01] 中田	修正・追加
*******************************************************************************/

@charset "utf-8";		/*f:|---- 002 追加*/

/****************key_visual************/

div#key_visual{
	width:960px;
	height:200px;
	margin:0 auto;
}

#top_image {
	display:block;
	margin:4px auto 0;
}

/*******************container********************/
/*ご挨拶*/
span.spacing_05em{
	letter-spacing:0.5em;
}

div.container_deep_blue div.container_inner div#purpose{
	width:710px;
	margin:20px auto;
/*	font-size:85%;		f:|---- 002 修正*/
}

img#tech_photo{
	height:213px;
	width:150px;
	margin:10px 10px 5px 30px;
	float:right;
}

div#purpose p{
	font-weight:normal;
	width:700px;
	margin:0 auto;
	text-indent:1em;
	font-family:"メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
	line-height:25px;
}

p.text_right{
	clear:both;
	text-align:right;
	padding-top:40px;
}

/*開催概要*/

table.border_pink{
	margin-top:60px;
	font-family:"メイリオ", Meiryo;
}

table.border_pink td.text_tall{
	font-size:150%;
	padding:5px 0px;
}

table.border_pink th{
	text-align:justify;
}

span.text_small{
	font-size:60%;
}

span#date_indent{
	margin-left:6em;
}

span.spacing_1em{
	letter-spacing:1em;
}

span.spacing_2em{
	letter-spacing:2em;
}

/*出展企業一覧*/

table#table_header_blue{
	color:#000000;
	width:920px;
	margin:20px auto;
	border-collapse: separate;
	border-spacing:8px 5px;
}

table#table_header_blue th{
	color:#ffffff;
	background-color:#0071bc;
	text-align:center;
	padding:3px;
}

th#table_header_blue_th_number{
	border-right:5px solid #1b2a60;
}

table#table_header_blue td.number{
	width:20%;
	border-right:5px solid #1b2a60;
	text-align:center;
	background-color:#ffffff;
	font-weight:bold;
	padding:3px;
}

table#table_header_blue td.exhibit{
	background-color:#ffffff;
	text-indent:2em;
	padding:3px;
	font-family:"メイリオ", Meiryo;
}

/*出展企業一覧 td.number に連番を入れる*/

table#table_header_blue{
	counter-reset:table_header_blue_number;
}

table#table_header_blue tbody tr td.number:before{
	counter-increment:table_header_blue_number;
	content:counter(table_header_blue_number);
}

