/*==========================================================================================
  Site: http://www.opendata.gr.jp/1st_symposium/
  Date: 2012-11-16(+09:00)
  Maintained: ad
==========================================================================================*/
/*==========================================================================================

 // link text color

==========================================================================================*/
a:link {
	color: #ea6a00;
	text-decoration: none;
}

a:visited {
	color: #ea6a00;
	text-decoration: none;
}

a:hover {
	color: #ea6a00;
	text-decoration: underline;
}

a:active {
	color: #ea6a00;
	text-decoration: underline;
}

a:focus { text-decoration: none; }

/*==========================================================================================

 // all

==========================================================================================*/
html { height: 100%; }

body {
	width: 100%;
	height: 100%;
	color: #333;
}

body > #page { height: auto; }

.skipNav {
	left: -999px;
	position: absolute;
	width: 999px;
}

/*==========================================================================================

 // coomon

==========================================================================================*/
.boxL { float: left; }

.boxR { float: right; }

.ie6 .boxL ,
.ie6 .boxR { display: inline; }

.floatL { float: left; }

.floatR { float: right; }

.mt5 { margin-top: 5px; }

.mt10 { margin-top: 10px; }

.mt15 { margin-top: 15px; }

.mt20 { margin-top: 20px; }

.mr5 { margin-right: 5px; }

.mr10 { margin-right: 10px; }

.mr15 { margin-right: 15px; }

.mr20 { margin-right: 20px; }

.mb5 { margin-bottom: 5px; }

.mb10 { margin-bottom: 10px; }

.mb15 { margin-bottom: 15px; }

.mb20 { margin-bottom: 20px; }

.ml5 { margin-left: 5px; }

.ml10 { margin-left: 10px; }

.ml15 { margin-left: 15px; }

.ml20 { margin-left: 20px; }

.alignC { text-align: center; }

.alignL { text-align: left; }

.alignR { text-align: right; }

.fwb { font-weight: bold; }

/*==========================================================================================

	structure

==========================================================================================*/
#globalHeader ,
#globalHeader1 ,
#globalHeader2 ,
#contents ,
#globalFooterInner {
	margin: 0 auto;
	width: 950px;
}

#contents { margin-bottom: 70px; }

#alpha {
	float: left;
	width: 730px;
}

#beta {
	float: right;
	width: 200px;
}

.pageTop {
	position: relative;
	margin: 0 auto 20px;
	width: 950px;
}

.pageTop p {
	float: right;
	padding-left: 20px;
	background: url(../img/ico_arrowT.png) no-repeat left center;
}

.btnDefault {
	padding-left: 20px;
	background: url(../img/ico_arrowR.png) no-repeat left center;
}

.attention { font-size: 77%; }

.icoBlank { padding: 0 0 0 10px; }

/*==========================================================================================

	header

==========================================================================================*/
#globalHeader ,
#globalHeader1 ,
#globalHeader2 {
	overflow: hidden;
	margin-bottom: 40px;
	width: 950px;
	height: 340px;
	background: url(../img/bg_globalHeader.jpg);
	text-indent: -99999px;
}

#globalHeader1 { background: url(../img/bg_globalHeader2.jpg); }

#globalHeader2 { background: url(../img/bg_globalHeader3.jpg); }

/*==========================================================================================

	contents

==========================================================================================*/
/* common
===========================================================================*/
#alpha .secCont { margin: 0 0 50px 0; }
#alpha .secCont .ttlSec1 {
	display: block;
	margin-bottom: 20px;
	padding: 10px 7px;
	border: 1px solid #dfdfdf;
	background: #f6f6f6 url(../img/bg_ttlSec1.png) repeat-x;
	-webkit-box-shadow: 0 0 1px #747474;
	-moz-box-shadow: 0 0 1px #747474;
	box-shadow: 0 0 1px #747474;
}

#alpha .secCont .ttlSec1 span {
	padding: 3px 3px 3px 12px;
	border-left: 7px solid #494949;
	font-weight: bold;
	font-size: 136%;
	text-shadow: 0 0 0.2 #b1b1b1;
}

#alpha .secCont .importantTxt1 {
	font-size: 108%;
	font-weight: bold;
}

#alpha .secCont .secContDetail { margin-bottom: 30px; }
#alpha .secCont .secContDetail .ttlSecDetail1 {
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 5px solid #000;
	font-weight: bold;
	font-size: 123%;
}

#alpha .secCont .secContDetail p { margin-bottom: 10px; }
#alpha .secCont .secContDetail p:last-child { margin-bottom: 0; }
#alpha .secCont .secContDetail dt { font-weight: bold; }
#alpha .secCont .secContDetail dd { margin-bottom: 10px; }
#alpha .secCont .secContDetail dd:last-child { margin-bottom: 0; }
#alpha .secCont .blockA { margin-bottom: 20px; }
#alpha .secCont .blockA .boxL { width: 150px; }
#alpha .secCont .blockA .boxR { width: 560px; }
#alpha .secCont .blockA:last-child ,
#alpha .secCont .blockB:last-child { margin-bottom: 0; }
#alpha .secCont .blockB .boxR { width: 250px; }
#alpha .secCont .blockB .boxL { width: 460px; }
#alpha .secCont .secContDetail:last-child { margin-bottom: 0; }
#alpha .secCont .tablePatternA {
	margin-bottom: 10px;
	width: 730px;
	border-bottom: 1px solid #ccc;
}

#alpha .secCont .tablePatternA th {
	border: 1px solid #ccc;
	background: #f3f3f3 url(../img/bg_gNavi.png) repeat-x;
	text-align: center;
	font-weight: bold;
}

#alpha .secCont .tablePatternA td ,
#alpha .secCont .tablePatternA th {
	padding: 5px;
	border: 1px solid #ccc;
	vertical-align: middle;
}
#alpha .secCont .tablePatternA td.time {
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	border-right: 1px dotted #ccc;
}
#alpha .secCont .tablePatternA td.time b {
	color: #333;
	font-size: 140%;
	font-weight: normal;
}
#alpha .secCont .tablePatternA td a {
	padding: 2px;
}
#alpha .secCont .tablePatternA td a:hover {
	color: #fff;
	background: #EA6A00;
	text-decoration: none;
}

#alpha .secCont .tablePatternA tr:nth-child(2n+1) { background: #fcfcfc; }
#alpha .secCont .tablePatternA .tdw1 { width: 13%; }
#alpha .secCont .tablePatternA .tdw2 { width: 7%; }
#alpha .secCont .tablePatternA .tdw3 { width: 40%; }
#alpha .secCont .tablePatternA .tdw4 { width: 40%; }

#globalNav li {
	margin-bottom: 1px;
	border: 1px solid #e6e6e6;
	background: #f3f3f3 url(../img/bg_gNavi.png) repeat-x;
	text-shadow: 0 0 0.2 #b1b1b1;
}

#globalNav li a {
	display: block;
	padding: 7px  5px 7px 28px;
	background: url(../img/ico_arrowR.png) no-repeat 10px center;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 108%;
}

#globalNav li a:hover { color: #ea6a00; }
#globalNav li .selected { color: #ea6a00; }
#globalNav li:last-child { margin-bottom: 0; }

.navProgram {
	margin-top: 20px;
	padding: 10px 0;
	border: 1px solid #e6e6e6;
	background: #f3f3f3 url(../img/bg_gNavi.png) repeat-x;
	text-align: center;
	-webkit-box-shadow: 0 0 1px #747474;
	-moz-box-shadow: 0 0 1px #747474;
	box-shadow: 0 0 1px #747474;
}

.navProgram li {
	display: inline;
	margin-right: 30px;
	font-size: 93%;
	font-weight: bold;
}

/*==========================================================================================

	footer

==========================================================================================*/
#globalFooter {
	border-top: 1px solid #d6d6d6;
	background: #eaeaea;
}

#globalFooterInner { padding: 15px 0; }
#globalFooterInner ul {
	margin: 0 auto 10px;
	width: 376px;
}

#globalFooterInner ul li {
	float: left;
	margin-right: 10px;
}

#globalFooterInner ul li:last-child { margin-right: 0; }
#globalFooterInner #copy {
	text-align: center;
	font-weight: bold;
}

/*==========================================================================================

	clearFix

==========================================================================================*/
#page ,
#contents ,
#globalFooter ,
#globalFooter ul ,
.pageTop ,
.blockA ,
.blockB ,
.blockC ,
.cFix { zoom: 1; }
#page:after ,
#contents:after ,
#globalFooter:after ,
#globalFooter ul:after ,
.pageTop:after ,
.blockA:after ,
.blockB:after ,
.blockC:after ,
.cFix:after {
	clear: both;
	display: table;
	content: "";
}

#page:before ,
#contents:before ,
#globalFooter:before ,
#globalFooter ul:before ,
.pageTop:before ,
.blockA:before ,
.blockB:before ,
.blockC:before ,
.cFix:before {
	display: table;
	content: "";
}


/* 160927 アーカイブ更新のため追加 */
.listSubNavi {
	margin-top: 20px;
	margin-left: 5px;
	font-size: 12px;
}
.listSubNavi > li {
	
}
.listSubNavi > li + li {
	margin-top: 15px;
}
.listSubNavi > li > a:before {
	display: inline-block;
	content: "";
	vertical-align: middle;
	margin-right: 5px;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-left-color: #EA6A00;
}
