

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

	0.	CSS Reset & Clearfix
	1.	Documentセットアップ (body, common classes, structure etc)
	2.	ヘッダー & ナビゲーション
	3.	メインコンテンツ
	4.	フッター
	5.	各種詳細ページ用スタイル

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




/*-----------------------------------------------------------------------------------*/
/*	0.	CSSリセット & Clearfix
/*-----------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; } body { line-height: 1; } ol, ul { list-style: none; list-style-image: none; margin: 0; padding: 0;} blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .clearfix { display: inline-block; } /* Hide from IE Mac \*/ .clearfix { display: block; } /* End hide from IE Mac */ .none { display: none; } /* End Clearfix */



/*-----------------------------------------------------------------------------------*/
/*	1.	Documentセットアップ (body, common classes, structure etc)
/*-----------------------------------------------------------------------------------*/

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	font-size: 15px;
	line-height: 1.6;
	width: 100%;
	min-width: 988px;
	margin: 0 0 13px 0;
	background: url("/styles/images/bg_header.gif") repeat-x 0 0;
}

body,
button,
input,
select,
textarea {
	font-family: Arial, Helvetica, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	color: #444;
}

/*
::-moz-selection {
  background: #b60209;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #b60209;
  color: #fff;
  text-shadow: none;
}
 */

p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
	margin-bottom: 20px;
}


/* リンク */
a {
	color: #e8322e;
	cursor: pointer;
	text-decoration: none;
}
a:hover {
	color: #6a0a05;
	text-decoration: underline;
	transition: color 0.2s ease-out;
	-moz-transition: color 0.2s ease-out;
	-webkit-transition: color 0.2s ease-out;
	-o-transition: color 0.2s ease-out;
	-ms-transition: color 0.2s ease-out;
}
a img {
	border: none;
}
*:hover,
*:focus,
*:active {
	outline: 0;
	outline: none;
}

a.pdf {
	background: url(/images/icons/application-pdf.png) no-repeat center right;
	padding: 0px 18px 0px 0px;
}

a.word {
	background: url(/images/icons/application-msword.png) no-repeat center right;
	padding: 0px 18px 0px 0px;
}

a.movie {
	background: url(/images/icons/film.png) no-repeat center right;
	padding: 0px 18px 0px 0px;
}

/*見出し*/
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 1.1em 0 0.7em 0;
	clear: both;
}
h1 {
	font-size: 21px;
	line-height: 25px;
}
h2 {
	font-size: 20px;
	line-height: 22px;
}
h3 {
	font-size: 17px;
	line-height: 20px;
}
h4 {
	font-size: 16px;
	line-height: 18px;
	font-family: "Droid Serif", Georgia, Times, serif;
	font-style: italic;
}
h5 {
	font-size: 15px;
	line-height: 18px;
}
h6 {
	font-size: 14px;
	line-height: 16px;
}

/*レイアウト*/
.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
	clear: both;
	padding: 0 5px;
	width: 978px;
}
.one_half {
	width: 469px;
}
.one_third {
	width: 270px;
}
.two_third {
	width: 639px;
}
.one_half,
.one_third,
.two_third {
	float: left;
	display: block;
	height: 100%;
	min-height: 1px;
}
.mleft {
	margin-left: 33px;
}
.mright {
	margin-right: 33px;
}
.fright,
.fleft {
	display: block;
}
.fright {
	float: right;
}
.fleft {
	float: left;
}



/*-----------------------------------------------------------------------------------*/
/*	2.	ヘッダー & ナビゲーション
/*-----------------------------------------------------------------------------------*/

#header {
	border-bottom: 1px dotted #D1D1D1;
	position: relative;
}
#header .logo{
	display: block;
	width: 506px;
	height: 91px;
	float: left;
}

#header #languages{
	float: right;
	width: 80px;
	border-top: none;
}
#header #languages a{
	display: block;
	padding: 7px;
	border: solid 1px #f4a68b;
	border-top: none;
	text-align: center;
	line-height: 1.2;
	font-size: 0.9em;
	color: #fff;
}
#header #languages a:hover{
	background-color: #f9cebf;
	border: solid 1px #f9cebf;
	border-top: none;
	text-decoration: none;
	color: #e8322e;
}

#header .nav{
	clear: both;
}
#header .nav ul{
	float: right;
	/height: 100%;
}
#header .nav ul:after{
	display: block;
	height: 0;
	clear: both;
	content: "";
}
#header .nav ul li{
	display: inline;
}
#header .nav a{
	display: block;
	float: left;
	padding: 5px 10px;
	border: solid 1px #fff;
	border-top: none;
	font-size: 15px;
	color: #666;
}
#header .nav .navactive a{
	background-color: #e8322e;
	border: solid 1px #e8322e;
	border-top: none;
	color: #fff;
}
#header .nav a:hover {
	background-color: #fff;
	border: solid 1px #e8322e;
	border-top: none;
	text-decoration: none;
	color: #e8322e;
}

/*-----------------------------------------------------------------------------------*/
/*	3.	メインコンテンツ
/*-----------------------------------------------------------------------------------*/

/*トピックパス*/
.topicpath {
	border-bottom: 1px dotted #D1D1D1;
	color: #555;
	margin-bottom: 30px;
	height: 25px;
	padding: 6px 0px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	letter-spacing: 1px;
}
.topicpath #path {
	width: 100%;
	overflow: hidden;
	display: block;
	height: 25px;
	margin: 0px !important;
	padding: 0px !important;
	float: left;
}
.topicpath #path p {
	color: #777;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	letter-spacing: 1px;
	float: left;
	clear: both;
}

#content {
	margin-top: 24px;
}

/* タイポグラフィ */
.main h1 {
	color: white;
	margin: 0 0 30px 0;
	padding: 10px;
	background: /* #b60209 */ #b60209;
	_position: relative; /* for IE6 */
	_zoom: 1; /* for IE6 */
	background-image: -moz-linear-gradient(center right , #e8322e, #bf000a);
	background-image: -webkit-gradient(linear,right bottom,left top,from(#e8322e),to(#bf000a));
}
.main h2 {
	margin: 22px 0px 18px 0px;
	padding: 0px 0px 27px 0px;
	background: url(images/divider.gif) no-repeat bottom left;
}
abbr[title] {
	border-bottom: 1px dotted;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px dotted #C7C7C7;
	margin: 1em 0;
	padding: 0;
}
p {
	margin: 0 0 1.2em;
}
q {
	quotes: none;
}
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
	margin: 0 20px 20px 0;
	padding: 5px 5px 5px 15px;
	border-left: 1px solid #DDD;
	font-style: italic;
	color: #999;
}
b,
strong {
	font-weight: bold;
}
small {
	font-size: 85%;
}


/* リスト */
.main ul,
.main ol,
.main dl {
	margin-left: 30px;
	line-height: 1.5;
}
.main ol {
	list-style-type: decimal;
	*list-style-type: decimal; /* for IE6, IE7 */
}
.main ul li {
	padding-left: 20px;
	margin-bottom: 4px;
	background: url(images/list-head.gif) no-repeat 0em 0.6em;
}
dt {
	font-weight: bold;
	margin: 8px 0 0 0;
}
dd {
	margin: 0 0 0 30px;
}


/* テーブル */
table {
	border: 1px solid #ccc;
	border-width: 1px;
	line-height: 20px;
	margin: 0 0 22px 0;
	text-align: left;
	padding: 0 5px;
}
table caption {
	text-align: left;
}
table tr {
	border-bottom: 1px solid #ccc;
}
table tr:nth-child(2n) {
	background: #f7f7f7;
}
table th,
table td {
	padding: 6px 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
}
table th {
	text-align: center;
}

/* 「一覧を見る」リンク */
.more {
	font-size: 13px;
}
/* .arrow {
  padding-right: 15px;
  background: url(images/arrow.png) no-repeat right center;
  text-decoration: none;
} */
.arrow:after {
	content: "▶";
}

/* サイドバー */
div.sidebar {
	color: #888;
	border-left: 1px dotted #C7C7C7;
	padding: 0 0 0 3%;
	width: 270px;
	margin-right: 0px;
	float: right;
	display: block;
	height: 100%;
}
div.sidebar h3,
div.sidebar ul.banner,
div.sidebar div.pic,
div.sidebar p {
	margin: 0 5px;
}
div.sidebar ul {
	margin: 0 5px 0 10px;
}
div.sidebar img {
	display: block;
	margin: 0 auto;
}
div.sidebar div.block {
	margin-bottom: 15px;
	margin-top: 12px;
	color: #555;
}
div.sidebar div.block.first {
	padding-top: 0;
	background: none;
}
div.sidebar h2 {
	padding: 0px 5px 5px;
	line-height: 1.3;
	color: #6a0a05;
	background: none;
	font-size: 17px;
	margin: 0;
}
div.sidebar h3 {
	margin: 0 0 0.3em 0;
	line-height: 1.3;
	color: #6a0a05;
	font-size: 16px;
}
div.sidebar li {
	min-height: 14px;
	margin-bottom: 0.2em;
	padding-left: 17px;
	line-height: 1.3;
}
div.sidebar div.pic {
	margin-bottom: 10px;
	padding: 5px 0;
}
div.sidebar p.more {
	margin-bottom: 30px;
}
div.sidebar ul.banner li {
	display: inline;
	padding-left: 0;
	background: none;
}
div.sidebar ul.banner img {
	display: block;
	margin-bottom: 10px;
}
div.sidebar p {
	margin-bottom: 12px;
	line-height: 1.4;
}
div.sidebar-body {
	height: 100%;
	margin: 12px 0 12px 0;
	padding: 0px 10px 12px 10px;
	border-bottom: 1px dotted #D1D1D1;
}

div.sidebar ul.history {
	overflow: hidden;
}
div.sidebar ul.history li {
	display: inline;
	padding: 0 0.6em 0 0;
	background: none;
}




/* Twitter / Facebook ボタン */
#social-link {
	margin: 30px 0 0;
  clear: both;
}

/*-----------------------------------------------------------------------------------*/
/*	4.	フッター
/*-----------------------------------------------------------------------------------*/

#footer {
	padding-top: 20px;
	margin-top: 30px;
	border-top: 1px dotted #D1D1D1;
	color: #555;
	margin-bottom: 80px;
}
#footer a {
	color: #666;
}
#footer .nav ul {
	float: right;
	overflow: hidden;
}
#footer .nav ul a {
	top: 0px;
	padding: 0;
	letter-spacing: 0px;
}
#footer .nav ul a:hover {
	color: #b60209;
}
#footer .navactive a {
	color: #b60209;
}
#footer li {
	float: left;
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid #DDD;
	font-size: 12px;
}
#footer li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: none;
}
#footer address {
	float: right;
	font-size: 11px;
	color: #777;
	text-align: right;
	font-style: normal;
}

#footer a.rss {
	background: url(/images/icons/rss_16.png) no-repeat center right;
	padding: 4px 20px 0px 0px;
}

#footer a.twitter {
	background: url(/images/icons/twitter_16.png) no-repeat center right;
	padding: 4px 20px 0px 0px;
}

#footer a.facebook {
	background: url(/images/icons/facebook_16.png) no-repeat center right;
	padding: 4px 20px 0px 0px;
}

/*-----------------------------------------------------------------------------------*/
/*	5.	各種詳細ページ用スタイル
/*-----------------------------------------------------------------------------------*/

/* スポンサーページ用スタイル */
ul.sponsors {
	margin-left: 0;
}
ul.sponsors li {
	float: left;
	width: 195px;
	height: 170px;
	margin-right: 30px;
	margin-bottom: 30px;
	position: relative;
	line-height: 1.2;
	background: none;
	padding: 0 !important;
  text-align: center;
}
ul.sponsors li.last {
	margin-right: 0;
}
ul.sponsors li a {
	display: block;
	float: left;
	text-decoration: none;
}

/*Rubyスポンサー*/
#ruby li {
	width: 304px;
	height: 220px;
}
#ruby li a {
	width: 304px;
}
#ruby div {
  width:304px;
  height:126px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  layout-grid-line:126px;
}
#ruby div img {
  vertical-align:middle;
}
#ruby span {
  font-size: 115%;
}

/*Plutinumスポンサー*/
#platinum li {
	width: 193px;
	height: 168px;
}
#platinum li a {
	width: 193px;
}
#platinum div {
  width:193px;
  height:140px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  layout-grid-line:119px;
}
#platinum div img {
  vertical-align:middle;
}
#platinum span {
  font-size: 95%;
}

/*Goldスポンサー*/
#gold li {
	width: 137px;
	height: 137px;
}
#gold li a {
	width: 137px;
}
#gold div {
  width:137px;
  height:85px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  layout-grid-line:85px;
}
#gold div img {
  vertical-align:middle;
}
#gold span {
  font-size: 75%;
}

/*Silverスポンサー*/
#silver li {
	width: 103px;
	height: 128px;
}
#silver li a {
	width: 103px;
}
#silver div {
  width:103px;
  height:70px;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
  layout-grid-line:64px;
}
#silver div img {
  vertical-align:middle;
}
#silver span {
  font-size: 65%;
}

/* ニュースページ用スタイル */
div.news {
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #D1D1D1;
}
div.news.last {
	border-bottom: none !important;
}
div.news h2 {
	margin: 0;
	background: none;
	padding: 0;
	font-weight: normal;
	font-size: 15px;
	line-height: 1.3;
}
div.news span {
	color: #999;
	display: block;
	margin: 3px 0 5px 0;
	font-size: 13px;
	font-weight: bold;
	padding-left: 1px;
}

/* グリッド表示 */
.grid2 dl {
    float: left;
    margin: 5px 5px;
    width: 300px;
}

.grid2 dl dt {
    font-size: 14px;
    font-weight: normal;
    line-height: 100%;
    margin: 0px 0px;
    padding: 0px 0px;
}
.grid2 dl dd {
    margin: 0px 0px;
    padding: 0px 0px;
}

/* 注釈 */
.note {
  font-size: 14px;
  border-style: solid;
  border-width: 2px;
  border-color: #999;
  background-color: #fafafa;
}

/* 講演資料・映像 */
.session_materials {
	margin: 0.6em 0 0.2em 0;
	text-align: right;
}
