@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer:http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}
:focus{outline:0;}

ol, ul{list-style:none;}
table{border-collapse:separate;border-spacing:0;}
caption, th, td{font-weight:normal;text-align:left;}
blockquote:before, blockquote:after,q:before, q:after{content:"";}
blockquote, q{quotes:"" "";}
a img{border:0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
/* -------------------------------------------------------------- */
/* 本文はこれ↓*/
/* ベース：一番奥の赤い模様と白い縦縞模様（画像2つ使用）*/
body{
color:#000;
font-size:18px;
font-family:Times New Roman,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝","YuMincho","ＭＳ Ｐ明朝","MS PGothic",Sans-Serif;
line-height:1.75;
-webkit-text-size-adjust:100%;
background-color: #ab1d35;
background-image: url("../images/dance/img_obi_red_top.png"),url("../images/dance/img_obi_red_base.png");
background-repeat: repeat-x, repeat;
}


/* リンク設定
------------------------------------------------------------*/
a{color:#6caefe;text-decoration:none;}
a:hover{color:#488fdd;}
a:visited{color:#485add;}
a:active, a:focus {outline:0;}


/* 全体　スマホもパソコンもここでバックをうすいベージュにしている。
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
background-color:#eadecf;
}

.inner{
margin:0 auto;
width:100%;
}


/*************
/* ヘッダー
*************/
/*---------- flexbox（ヘッダーの画像を左から順番に配置　justify-content: flex-startにして子はtext-align: leftを指定する）----------*/

#header{
	height:80px;
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(172, 0, 96, 1));/* 白からピンクのグラデーション */
	/*----------background-color: #ac0060;
	background-image: url("../images/dance/tricolore.png");
	background-repeat: no-repeat;----------*/
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
/*---------- web視聴サイトはこちらから　ボタンの位置指定----------*/
.lineup {
	margin: 25px 20px;
	max-width: 600px;
	text-align: left;
	background: url("../images/ori/btn_view_2.png") no-repeat; /* ロールオーバー */
}
/*---------- そしてボタンはマウスオーバー----------*/
.lineup a {
	display: inline-block;
}
.lineup a:hover {
	background-color: transparent; /* IE6対応 */
}
.lineup a:hover img {
	visibility: hidden;
}

/*日本舞台医学会*/
#header h1{
padding:14px 10px 10px;/*25px 10px 10px→padding変更*/
font-size:24px;
font-weight:normal;
}
#header a{
color:#333333;
}

.small {
font-size:18px;
}

/*************
/* 右上のロゴ
*************/
.mark{
float:right;
margin:0px;
padding:0px;
text-align:right;
}

.info .open{font-size:11px;}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo a{
color:#555;
}

.logo p{float:left;}

.logo span{display:block;}




/*************
/* 左上のロゴ
*************/
.logo,.info .tel{
margin-top:6px;
font-size:24px;
font-weight:bold;
}

.logo span,.info span{
font-size:.6em;
font-weight:normal;
}


/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
clear:both;
margin:0px auto 40px;/* メイン画像のマージン*/
padding:0;
position:relative;
text-align:center;
}
#mainBanner .inner{position:relative;}

#mainBanner img{
max-width:100%;
height:auto;
}

.slogan{
color:#fff;
font-weight:bold;
position:absolute;
max-width:100%;
height:auto;
bottom:42%;
left:40px;
padding:5px 10px;
line-height:1.4;
text-align:left;
}

.slogan h2{
padding-bottom:5px;
font-size:22px;
}

/* メインコンテンツ基本設定　バックのイメージは左右ボトムに2種配置*/
#mainContents{
clear:both;
margin:25px 25px 40px 25px;
padding:20px 0 0 0;
position:relative;
text-align:left;
/* background-image: url("../images/ori/Todaiji_Gakko_Bosatsu_Bottom.png"), url("../images/ori/Dance_s.png");
background-repeat: no-repeat, no-repeat;
background-position: right bottom, left bottom;*/
}

/**************************
/* グリッド
**************************/
.gridWrapper{
clear:both;
padding-bottom:20px;
overflow:hidden;
}

* html .gridWrapper{height:1%;}
	
.grid{
overflow:hidden;
}

.box{
padding:10px;
}

.box img{
max-width:100%;
height:auto;
}

.box h3{
font-size:16px;
padding:10px 0 15px;
}

.box h3, .box p{text-align:left;}

.box p.readmore{
padding:10px 5px 5px;
text-align:right;
}

.box p.readmore a{
padding:3px 7px;
border-radius:3px;
}


/*************
メイン コンテンツ
*************/
section.content article{
padding:30px 0 20px 0;
margin-bottom:10px;
overflow:hidden;
}

section.toppage article,section.content .archive{border:0;}


/* アーカイブページ */
section.content .archive{
padding:0;
border-bottom:1px dotted #ccc;
}

section.content p{margin-bottom:5px;}

/* メインのヘッダー */
h3.heading{
font-size:24px;
font-weight:normal;
padding:15px 20px;/* 天地15、左右20 */
margin-bottom:5px;
border-top:4px double #b2a965;
border-bottom:4px double #b2a965;
background-color:#e4cfbd;
background: radial-gradient(800px, #ffebee, #e57373);
}
/* What's New全体（バックに色つけ） */
article.new{
background-color:#ecd4dc;
padding:5px 15px 30px 15px;
margin:30px;
border: 1px solid #daa9b6;
}
/* What's Newのヘッダー */
h3.new {
font-size:28px;
font-weight:normal;
text-align:center;
color: #000000;
padding:10px;
position: relative;
}
h3.new:after {
content: "";
display: block;
height: 2px;
background: -webkit-linear-gradient(to right, rgb(158, 156, 136), transparent);
background: linear-gradient(to right, rgb(158, 156, 136), transparent);
}

/* What's Newのお知らせテーブル */
.new table{
border-collapse:collapse;
margin:15px auto 15px auto;
width:95%;
}

.new table td{
border-collapse:collapse;
background-color:#ffffff;
text-align:left;
padding:10px;
border:1px solid #D4D4D4;
line-height:20px;
}

.new table th{
width:45px;
background-color:#333333;
text-align:right;
padding:8px;
white-space:nowrap;
color: #ffffff;
border-top:1px solid #D4D4D4;
border-right:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:16px;
font-weight:normal;
letter-spacing:1px;
background-repeat:repeat-x;
background-position:top;
}

/* 左サイドバーのヘッダー */
h3.headingL{
font-size:16px;
font-weight:normal;
color:#fff;
padding:5px;
margin-bottom:5px;
margin-top:10px;
background-color:#999999;
}

h4.headingL{
font-size:18px;
font-weight:normal;
color:#666666;
padding:5px;
margin-bottom:0px;
margin-top:0px;
}

p.headingL{
font-size:14px;
font-weight:normal;
color:#666666;
padding:5px;
margin-bottom:0px;
margin-top:0px;
}
section.content img{
max-width:90%;
height:auto;
}

.alignleft{
float:left;
clear:left;
margin:3px 10px 10px 0;
}

.alignright{
float:right;
clear:right;
margin:3px 0 10px 10px;
}


/*************
/* サイドバー
*************/
#sidebar article{
clear:both;
margin-bottom:20px;
}

#sidebar ul{padding:15px 0;}

#sidebar li{
margin-bottom:10px;
padding-bottom:10px;
list-style:none;
border-bottom:1px dashed #ebebeb;
}

#sidebar li:last-child{
border:0;
margin-bottom:0px;
}

#sidebar li a{
color:#555;
font-size:12px;
display:block;
}

#sidebar li a:hover{
color:#999;
font-size:12px;
display:block;
}


/*************
/* フッター
*************/
#footer{
clear:both;
background-color:#ac0060;
color:#ffffff;
}

#footer a{
color:#ffffff;
}

#footer a:hover{
color:#488fdd;
}

/* フッターBox*/
#footer .inner{
padding:10px;
overflow:hidden;
}

#footer .grid{
margin:0;
}

#footer #info{float:left;}

#footer #info .info{float:none;}

#footer #info .info{
clear:both;
padding:5px 0 10px;
text-align:left;
}

#footer .logo{font-size:18px;}

/* フッター連絡先の文字*/
#footer .info .tel,#footer .info .tel span,#footer #info .open{
font-size:14px;
}
/* フッターの文字*/
ul.footnav{
padding:10px;
margin:10px;
font-size:14px;
}
ul.footnav ul{display:none;}

ul.footnav li{
float:left;
margin:2px;
padding:0 7px 0 8px;
border-right:1px solid #ebebeb;
}
/* Nara Travel Guide*/
#nara {
padding:10px;
text-align:center;
}
#copyright{
clear:both;
padding:20px 0 10px 0;
text-align:center;
font-style:normal;
font-size:9px;
color:#b64966;
background-color:#6c1d32;
}
#copyright a{
color:#b64966;
}


/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width:100%;
height:30px;
margin:5px 0 20px;
}

.prev{float:left}
.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}


/* タイポグラフィ
*****************************************************/
/* 右そろえ（Welcomeのサイン）**/
.dateLabel{
margin:0 0 10px;
text-align:right;
font:1em Times New Roman,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝","YuMincho","ＭＳ Ｐ明朝",Serif;
}

/* 太字で少し大きく（Welcomeのお名前）**/
.big{
	font-size:larger;
}

/* 太字　色は煉瓦色（基本のstrongを変更）**/
strong{
	font-weight:bolder;
	font-family: "ＭＳ ゴシック",sans-serif;
}

/* 上と下アキ（pのコンテナ）**/
.post{
	padding-top:20px;
	padding-bottom:20px;
}

.post ul{margin:0 0 10px 10px;}

.post ul li{
margin-bottom:5px;
padding-left:15px;
background:url(images/bullet.png) no-repeat 0 8px;
}

.post ol{margin:0 0 10px 30px;}

.post ol li{list-style:decimal;}

.post h1{
margin:20px 0;
padding:5px 0;
font-size:150%;
color:#000;
border-bottom:3px solid #cf6a88;
}

.post h2{
margin:10px 0;
padding-bottom:2px;
font-size:130%;
font-weight:normal;
color:#333;
border-bottom:2px solid #cf6a88;
}

.post h3{
margin:10px 0 25px 0;
padding:10px 0 10px 0;
font-size:120%;
font-weight:normal;
border-bottom:1px solid #ddd;
}

.post blockquote{
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

/* テーブル*/
.post table{
border-collapse:collapse;
margin:5px auto 15px auto;
}

.post table td{
border-collapse:collapse;
background-color:#F9F9F9;
text-align:left;
font-size:medium;
padding:8px;
border:1px solid #D6D6D6;
line-height:1.5em;
}

.post table th{
background-color:#f4ebde;
text-align:right;
padding:8px;
white-space:nowrap;
color: #151515;
border-top:1px solid #D4D4D4;
border-right:1px solid #D4D4D4;
border-bottom:1px solid #D4D4D4;
border-left:1px solid #D4D4D4;
font-size:small;
font-weight:normal;
background-repeat:repeat-x;
background-position:top;
}


.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}

img.aligncenter{
display:block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin:0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float:left;}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width:960px){
	nav div.panel{
	display:block !important;
	float:left;
	}

	a#menu{display:none;}
	
  #mainNav{
	clear:both;
	z-index:200;
	position:relative;
	}

	#mainNav li{
	float:left;
	position:relative;
	}
/* ナビ（基本）*/
	#mainNav li a{
	color:#ffffff;
	display: block;
	text-align: center;
	_float:left;
	font-size:14px;
	line-height: 1.2;
	width:135px;/* 118→135に変更（タブの数8→7に変更のため）*/
	height:28px;
	padding:14px 0 0; /* 文字の位置、ここで調整*/
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:1px solid #952e2e;
	border-bottom:1px solid #952e2e;
	background-image:url(../images/dance/menu_base_01.png);
	background-repeat:repeat-x;
	background-color:#ac0060;
	}

	#mainNav li a span,#mainNav li a strong{display:block;}
/* ナビ（サブの英字）*/
	#mainNav li a span{
	color:#bababa;
	font-size:12px;
	}
/* ナビ（プルダウン部分）なぜこれが必要？*/	
	#mainNav ul ul{width:137px;background:#fff;}
	#mainNav li ul{display:none;}

/* ナビ（プルダウン部分）*/
	#mainNav li:hover ul{
	display:block;
	position:absolute;
	}
/* ナビ（プルダウン部分）リンクなしもありもこれが基本*/		
	#mainNav li li{
	color:#ffffff;
	margin:0;
	float:none;
	width:137px;
	border-top:0px solid #2d8afe;
	border-left:0px solid #9bd2f9;
	border-right:0px solid #1057af;
	border-bottom:1px solid #1057af;
	background-color:#ac0060;
	}
/* ナビ（ドロップダウン部分）last-childは要素の最後のみにCSSを適用するための疑似クラスです。*/
  #mainNav li li:last-child{border:0;}

/* ナビ（プルダウン部分）リンクあり*/	
	#mainNav li li a{
	width:auto;
	height:auto;
	padding:10px;
	font-size:80%;
	text-align:left;
	border:0;
	background-image:none;
	}

	#mainNav li li span{padding:0 10px;}
	
/* ナビ（今いるページのタブ）　これは未使用*/
	#mainNav li.current-menu-item {
	color:#ffffff;
	display: block;
	text-align: center;
	_float:left;
	font-size:18px;
	line-height: 1.2;
	width:135px;
	height:46px;
	padding:5px 0;
	border-top:1px solid #ac0060;
	border-left:1px solid #d95380;
	border-right:1px solid #1057af;
	border-bottom:1px solid #830730;
	background-color:#ac0060;
	}
/* ナビ（今いるページのタブ）子リストがいる場合はこちら　span使用*/
.current-menu-item {
	color:#ffffff;
	display: block;
	text-align: center;
	_float:left;
	font-size:18px;
	line-height: 1.2;
	width:135px;
	height:46px;
	padding:5px 0;
	border-top:1px solid #ac0060;
	border-left:1px solid #d95380;
	border-right:1px solid #1057af;
	border-bottom:1px solid #830730;
	background-color:#ac0060;
	}

/* ナビ（マウスオン）*/
	#mainNav li a:hover,#mainNav li.current-menu-item li a:hover{
	color:#ffffff;
	border-top:1px solid #ac0060;
	border-left:1px solid #580e42;
	border-right:1px solid #bd848d;
	border-bottom:1px solid #bd848d;
	background-color:#580e42;
	background-image:none;
	}
/* メイン画像*/
	#header,#wrapper,.inner{
	width:960px;
	padding:0;
	margin:0 auto;
	}
	
	#wrapper{clear:both;padding:10px 0;}
	
	/* 左にメニューがあるときの右メインスペース*/
	#main{
	float:right;
	width:680px;
	padding:15px;
	}
	
	#sidebar{
	float:left;
	width:250px;
	padding:15px 0;
	overflow:hidden;
	}
	
	#sidebar article{
	margin-bottom:20px;
	overflow:hidden;
	}
	
	.logo{width:500px;}
	
	/* グリッド全体 */
	.gridWrapper{
	display:table;
	border-collapse:separate;
	border-spacing:0px;
	}
	
	/* グリッド */
	.grid{
	width:320px;
	display:table-cell;
	}
	/* 肩書きの下を開ける　左アキ（Welcomeの文章　最初のブロック）**/
	.welcome01{
	margin:60px 30px 0px 250px;
	}
	/* 左アキ（Welcomeの文章　最初のブロック以外）**/
	.welcome{
	margin:10px 30px 10px 250px;
	}
	/* 左アキでゴシック（Welcomeの文章　お名前、肩書き）**/
	.welcome-g{
	margin:10px 30px 10px 250px;
	font-family: "ＭＳ ゴシック",sans-serif;
	}
}

/* タブレット用　中くらいの画面のとき（と思う）
------------------------------------------------------------*/
@media only screen and (max-width:959px){
	*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
	}
	
	#mainNav{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0;
	border:1px solid #e4e4e4;
	border-left:0;
	border-right:0;
	}
/* ハンバーガーMENU部分 */
	#mainNav a.menu{
	color:#555;
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	font-weight: bold;
	text-align:left;
	}

	#mainNav a#menu span{
	padding-left:10px;
	}
	#mainNav a.menu span:before{content:"≡ ";}
	#mainNav a.menuOpen span:before{content:"× ";}

/* MENU部分 */
	#mainNav a#menu:hover{
	cursor:pointer;
	}

	nav .panel{
	display:none;
	width:100%;
	position:relative;
	right:0;
	top:0;
	z-index:1;
	}
	
	#mainNav ul{margin:0;padding:0;}

/* リスト全体（ここでベースを白にしている） */
#mainNav li{
	float:none;
	clear:both;
	width:100%;
	height:auto;
	line-height:1.2;
	background-color:#ffffff;
	}
/* リストのリンク */
	#mainNav li a,#mainNav li.current-menu-item li a{
	color:#555;
	display: block;
	padding:10px 10px;
	text-align:left;
	border-bottom:1px dashed #ccc;
	}

 	#mainNav li a span{padding-left:10px;}
	
	
	#mainNav li li:last-child a{border-bottom:1px dashed #ccc;}

/* プルダウンリストのリンク　マウスオン */
	#mainNav li.current-menu-item a,#mainNav li a:hover,#mainNav li.current-menu-item a,#mainNav li a:active, #mainNav li li.current-menu-item a, #mainNav li.current-menu-item li a:hover, #mainNav li.current-menu-item li a:active{
	color:#ffffff;
	background-color:#ac0060;
	}

	#mainNav li li{
	float:left;
	border:0;
	}

	#mainNav li li a, #mainNav li.current-menu-item li a, #mainNav li li.current-menu-item a{
	padding-left:40px;
	background:url(images/sub1.png) no-repeat 20px 18px;
	}
/* プルダウンリストのリンク　マウスオン 子供*/
	#mainNav li li.current-menu-item a,#mainNav li li a:hover, #mainNav li.current-menu-item li a:hover{
	background-color:#ac0060;
	}

	nav div.panel{float:none;}
	
	#header{padding-left:10px;}
	
	#main{padding-top:15px;}
	section.toppage{margin:0;}
	#sidebar{padding-bottom:15px;}
	#sidebar article{padding:7px 8px;}
	
	#footer .grid,#footer ul.footnav{float:none;width:100%;text-align:center;}
	ul.footnav li{float:none;display:inline-block;}
	
	.grid{
	float:left;
	width:32%;
	margin:10px 0 0 1%;
	}

	#footer .grid img,#footer .info{float:none;}
	#footer .grid p{display:block;}
	#footer #info .info{float:none;text-align:left;}
	#footer.logo,#footer .info{width:100%;float:none;}
	#footer .logo p{float:none;display:block;	}
	#footer .logo img{float:none;padding:0;}

	/* 肩書きの下を開ける　左アキなし（Welcomeの文章　最初のブロック）**/
	.welcome01{
	margin:60px 0px 0px 0px;
	}
	/* 左アキなし（Welcomeの文章　最初のブロック以外）**/
	.welcome{
	margin:10px 0px 10px 0px;
	}
	/* 左アキなしでゴシック（Welcomeの文章　お名前、肩書き）**/
	.welcome-g{
	margin:10px 0px 10px 0px;
	font-family: "ＭＳ ゴシック",sans-serif;
	}
}

/* スマホ用　一番小さい画面のとき（と思う）
------------------------------------------------------------*/
@media only screen and (max-width:640px){
	#header{height:auto;padding-bottom:5px;}
	/* AFJO左寄せ */
	#header h1,.logo,.info{text-align:left;}
	
	.logo,.info{clear:both;width:100%;float:none;}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
	
	.box img{
	float:left;
	margin-right:5px;
	}
	
	.box h3{padding-top:0;}

  .alignleft,.alignright,img.alignleft,img.alignright{float:none;display:block;margin:0 auto 10px;}

	/* 肩書きの下を開ける　左アキなし（Welcomeの文章　最初のブロック）**/
	.welcome01{
	margin:60px 0px 0px 0px;
	}
	/* 左アキなし（Welcomeの文章　最初のブロック以外）**/
	.welcome{
	margin:10px 0px 10px 0px;
	}
	/* 左アキなしでゴシック（Welcomeの文章　お名前、肩書き）**/
	.welcome-g{
	margin:10px 0px 10px 0px;
	font-family: "ＭＳ ゴシック",sans-serif;
	}
}


@media only screen and (max-width:480px){
	.grid{width:100%;margin:10px 0;}
	.box img{max-width:100px;}
	#mainBanner h2,#mainBanner p{font-size:80%;}
}

/* 桜　左 */
#img_left {
	top: 200px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}
/* 桜　右 */
#img_right {
	top: 600px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	position: absolute;
}

/* 大きめの文字 */
.fontL {
	font-size:x-large;
}
/* 赤い文字 */
.red {
	color: #9c2313;
}
/* 緑の文字 */
.green {
	color: #137e2f;
	font-weight:bold;
}
/* アンダーライン */
.under {
	border-bottom:solid;
	border-width:3px;
}

/* 取り消し線 */
.strike {
	text-decoration: line-through;
}

/* 一般演題募集要項 */
/* 上と下アキ（pのコンテナ、読みやすくバックを少し白く）**/
.postwhite{
	padding-top:20px;
	padding-bottom:20px;
	background-color:#fef9f2;
}
/* 本文とリスト、テーブルのアキ*/
.postwhite p {
	padding:15px;
}
.postwhite ol {
	padding:15px 50px;/* 天地15、左右50 */
}
.postwhite table {
	padding:15px;
	border-collapse:collapse;
	margin:15px auto 15px auto;
	width:95%;
}
.postwhite table td{
	border-collapse:collapse;
	background-color:#ffffff;
	text-align:left;
	padding:10px;
	border:1px solid #D4D4D4;
	line-height:20px;
}
.postwhite table th{
	width:45px;
	background-color:#333333;
	text-align:center;
	padding:8px;
	white-space:nowrap;
	color: #ffffff;
	border-top:1px solid #D4D4D4;
	border-right:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
	background-repeat:repeat-x;
	background-position:top;
}
/* 参加登録ページのテーブル（透明）*/
.postwhite table.toumei{
	padding:5px;
	border-collapse:collapse;
	margin:5px auto 5px auto;
	width:95%;
}
.postwhite table td.toumei{
	border-collapse:collapse;
	background-color:#f0f1de;
	text-align:left;
	padding:5px;
	border:0px solid #D4D4D4;
	line-height:20px;
}
/* 参加登録ページのテーブル（th ヘッダー左寄せ、td フォント大きく）*/
.postwhite table th.sanka{
	width:75%;
	background-color:#333333;
	text-align:left;
	padding:8px;
	white-space:normal;
	color: #ffffff;
	border-top:1px solid #D4D4D4;
	border-right:1px solid #D4D4D4;
	border-bottom:1px solid #D4D4D4;
	border-left:1px solid #D4D4D4;
	font-size:16px;
	font-weight:normal;
	letter-spacing:1px;
}
.postwhite table td.sanka{
	border-collapse:collapse;
	background-color:#ffffff;
	text-align:center;
	padding:10px;
	font-size:20px;
	border:1px solid #D4D4D4;
	line-height:20px;
}
/* 優秀演題賞ページのテーブル（thの幅　10　15　20　55）*/
.postwhite table th.width10{
	width:10%;
}
.postwhite table th.width15{
	width:15%;
}
.postwhite table th.width20{
	width:20%;
}
.postwhite table th.width55{
	width:55%;
}
/* 優秀演題賞ページのテーブル（行ごとに色を変える　oddは奇数、evenは偶数）*/
.t-line01 tr:nth-child(odd) td {  
	background-color: #fbe0d0;  
}
.t-line01 tr:nth-child(even) td {  
	background-color: #fdd2b9;  
} 
.t-line02 tr:nth-child(odd) td {  
	background-color: #ade1f9;  
}
.t-line02 tr:nth-child(even) td {  
	background-color: #d0edfb;  
} 

/* h4 */
h4.heading {
	font-size:21px;
	font-weight:normal;
	color:#fff;
	padding:9px 20px;/* 天地9、左右20 */
	margin-bottom:5px;
	margin-top:15px;
	border-left:7px solid #580e42;
	background-color:#ac0060;
}
/* h4 */
h4.award {
	font-size:21px;
	font-weight:normal;
	color:#ffffff;
	padding:9px 20px;/* 天地9、左右20 */
	margin-bottom:5px;
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	border:4px outset #c4983b;
	background: linear-gradient(45deg, #B67B03 0%, #DAAF08 45%, #FEE9A0 70%, #DAAF08 85%, #B67B03 90% 100%);
}

/* h5 */
h5.heading {
	font-size:18px;
	font-weight:normal;
	padding:3px 20px;/* 天地3、左右20 */
	margin-bottom:5px;
	margin-top:15px;
	border-top:1px solid #580e42;
	border-left:7px solid #580e42;
	border-bottom:1px solid #580e42;
	background-color:#ebd0df;
}
/* h6 */
h6.heading {
	font-size:21px;
	font-weight:normal;
	padding:3px 20px;/* 天地3、左右20 */
	margin-bottom:0px;
	margin-top:15px;
	color:#a81a82;
}
/* li　丸 */
ol li.disc {
	list-style-type: disc;
	margin-bottom:5px;
}
/* li　丸red */
ol li.disc-red {
	list-style-type: disc;
	margin-bottom:5px;
	color:#ac0060;
}
/* li　連番 */
ol li.deci {
	list-style-type: decimal;
	margin-bottom:5px;
	padding-left: 10px;
}
p.big {
	font-size:28px;
	text-align:center;
}
.big2 {
	font-size:28px;
}
.small {
	font-size:small;
}
.center {
	text-align:center;
}
/* sup　上つき */
sup {
	font-size:small;
}

/* footerオリジナル　バックに画像を配置*/
#footer2{
background-color:#ac0060;
color:#ffffff;
text-align:center;
background-image: url("../images/dance/img_obi_red_bottom.png");
background-repeat: repeat;
background-position: right bottom;
}

#footer2 a{
color:#ffffff;
}

#footer2 a:hover{
color:#488fdd;
}

#footer2 #info2 .infoL{
clear:both;
padding:5px 0 10px;
margin: 20px;
text-align:left;
}
#footer2 #info2 .infoR{
float: right;
width:80%;
height:200px;
padding:5px 0 10px;
margin: 20px;
text-align:left;
}
/* フッター連絡先の文字*/
#footer2 #info2 .open{
font-size:14px;
}

/* フッター連絡先を2カラムに*/
.container {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
 
.flex-item {
	margin: 20px;
	font-size: 14px;
	max-width: 600px;
	text-align: left;
}
 
@media screen and (max-width: 720px) {
	.flex-item:last-child {
	margin: 20px;
	}
}

/*---------- コロナ----------*/
.covid {
	background-color: #ffffff;
	padding:20px;
	border-width: 3px;
	border-style: solid;
	border-color: #8B0000;
	margin:20px 30px 40px 30px;
}
.covid h1 {
	font-size: x-large;
	color: #8B0000;
	text-align: center;
	margin:0px 0px 20px 0px;
}
.covid p {
	font-size: large;
	color: #000000;
	text-align: left;
}

/* 右そろえ（indexのサイン）**/
.covid h4{
	font-size: large;
	color: #000000;
	margin:0 0 10px;
	text-align:right;
}

/*---------- blackbox----------*/
.blackbox {
	background-color: #ffffff;
	padding:10px;
	border-width: 3px;
	border-style: solid;
	border-color: #000000;
	margin:0px 10px 40px 10px;
}

/*---------- 定款----------*/
.teikan h1 {
	font-size: large;
	font-weight:bold;
	color: #000000;
	margin:20px;
}
.teikan p {
	color: #000000;
	margin:10 20 10 20px;/*---------- 上 右 下 左*/
}
.teikan ol {
	color: #000000;
	list-style-type: decimal;
}
.teikan ul {
	color: #000000;
	list-style-type: disc;
}
.teikan li {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*---------- 投稿規定----------*/

.teikan ol li {
	list-style-type: none;
	counter-increment: cnt;
	margin-left: 5.5em;/*---------- 文字揃えの指定----------*/
	text-indent: -2.5em;
	list-style-position: inside;
}

.teikan ol li::before {
  content: "（"counter(cnt)"）";/*---------- リスト数字を（　）でくくる----------*/
}

.sage {
	margin-left: 3em;/*---------- リストの中の字下げ----------*/
}
/*---------- インデント（第1条　そろえ（一桁の場合））----------*/
p.jisage1 {
		padding-left:5em;
		text-indent:-3.5em;
	}
/*---------- インデント（第1条　そろえ（二桁の場合））----------*/
p.jisage2 {
		padding-left:6em;
		text-indent:-4em;
	}
/*---------- インデント（リストの後に続くpの字下げ　しかも頭に数字つきの場合）----------*/
p.jisage3 {
		padding-left:7em;
		text-indent:-1.5em;
	}

