/*******************************************************************************
	えひめITフェア2015Webサイト
	Cascading Style Sheets common.css
																Fellow System
--------------------------------------------------------------------------------
 No.│   日付   │区分│						内  容
━━┿━━━━━┿━━┿━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 001│2014.05.25│新規│[V1.00] 杉浦
 002｜2015.06.01｜追加｜[V1.01] 中田	修正・追加
*******************************************************************************/

@charset "utf-8";		/*f:|---- 002 追加*/

/********背景、共通設定等********/

html,body,div#wrapper{
	margin:0;
	font-family:"A-OTF 新ゴ Pro","A-OTF Shin Go Pro","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#h1_text {
	position:absolute;
	top:-9999px;
	font-size:10px;
}

div.container_inner,div#header_inner,div#footer_inner{
	width:960px;
	margin:0 auto;
}

div.container_deep_blue{
	background-color:#1b2a60;
	color:#ffffff;
	padding-bottom:80px;
	font-weight:bold;
}

div.container_white{
	background-color:#ffffff;
	color:#000000;
	padding:0px 0 40px;
	margin-bottom:40px;
}

div.container_white:before{
	content:" ";
	height:40px;
	width:225px;
	position: relative;		/*f:|---- 002 追加*/
	top:-40px;				/*f:|---- 002 追加*/
	display:block;
	background-image:url("../images/bg_upword_arrow_white.png");
	margin:0px auto;
}

div.container_deep_blue_arrow:before{/*f:|---- 002 追加*/
	content:" ";
	height:40px;
	width:225px;
	position: relative;
	top:-40px;
	display:block;
	background-image:url("../images/bg_upword_arrow_deepblue.png");
	margin:0px auto;
}

h2{
	text-indent:115px;
	background-image:url("../images/heading_icon.png");
	background-repeat:no-repeat;
	background-position:80px center;/*f:|---- 002 修正*/
	border-bottom:1px solid #d11277;
	width:920px;		/*f:|---- 002 修正*/
	margin:0 auto;
}

table.border_pink{
	border-collapse:collapse;
	width:920px;		/*f:|---- 002 修正*/
/*	margin-left:130px;	  f:|---- 002 修正 
	margin-right:130px;*/
}

table.border_pink tr{
	border-bottom:1px solid #d11277;
}

table.border_pink th{
	width:15%;			  /*f:|---- 002 修正 */
}

table.border_pink td{
/*	width:580px;		  f:|---- 002 修正 */
	padding:15px 0px 15px;
}

nav{
	font-weight:bold;
	font-size:120%;
}

nav ul{
	list-style:none;
	padding-left:0;
	float:right;		/*f:|---- 002 追加*/
}

nav ul li{
	margin:0 0 0 30px;
	display:inline;
}

nav ul li a{
	color:#000000;
}

nav ul li a:hover{
	color:#000000;
	opacity:0.5;
}

a{
	text-decoration:none;
}

a:hover{
	cursor:pointer;
}


span.spacing_1em{
	letter-spacing:1em;
}

span.spacing_2em{
	letter-spacing:2em;
}

span.text_small{
	font-size:10px;
	font-family:"メイリオ", Meiryo;
}

span.min-line-h{
	line-height:1.2em;
}
/**********ヘッダー部分***********/

header{
	border-top:8px solid #1b2a60;
	border-bottom:1px solid #1b2a60;
	height:91px;
}

div#header_inner h1{
	height:75px;
	margin:5px 0 0 15px;
	float:left;
}

div#header_inner h1 img{		/*f:|---- 002 追加*/
	height:75px;
}

#sns_button {					/*f:|---- 002 追加*/
	float:right;
	width:70%;
}

#global_navi {					/*f:|---- 002 追加*/
	float:right;
	margin-right:20px;
	width:70%;
}

div#header_facebook{
	float:right;
	width:35px;
	margin:10px 5px 0 0;		/*f:|---- 002 修正*/
	background-image:url("../images/facebook_icon.png");
	background-repeat:no-repeat;
}

div#header_facebook a{
	width:35px;
	height:35px;
	background-image:url("../images/facebook_icon.png");
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

div#header_facebook a:hover{
	background-image:url("../images/facebook_icon_hover.png");
}

div#header_twitter{
	float:right;
	width:35px;
	margin:10px 20px 0 0;
	background-image:url("../images/twitter_icon.png");
	background-repeat:no-repeat;
}

div#header_twitter a{
	width:35px;
	height:35px;
	background-image:url("../images/twitter_icon.png");
	background-repeat:no-repeat;
	display:block;
	text-indent:-9999px;
}

div#header_twitter a:hover{
	background-image:url("../images/twitter_icon_hover.png");
}

/*f:|---- 002 修正
div#header_inner nav{
	margin:0;
	position:relative;
	top:55px;
	right:-115px;
}
*/

div#header_inner nav ul{
	margin:0;
}

/*ヘッダー部分 表示しているページを示すボーダー*/
.current {		/*f:|---- 002 修正*/
	border-bottom:5px solid #1b2a60;
}

/*********************フッター部分************************/
footer{
	border-top:5px solid #1b2a60;
	}

div#footer_inner nav ul{
	width:585px;
	float:left;
	margin-left:190px;
	}

a#footer_pagetop{
	height:80px;
	width:80px;
	float:right;
	margin:15px 20px 0 0;
	}

div#footer_inner p{
	clear:both;
	text-align:center;
	font-size:small;
	font-family:"メイリオ", Meiryo;
}
