@font-face{
   font-family: satsuki;
   src: url('SatsukiGendaiMincho-M.ttf');
}

body.nworks{
   background-color : #fdffff;
   font-family : sans-serif;
   color : #1144ff;
   font-size : 13px;
}

a.nworks_a:link{
   text-decoration : none;
   color : black;
   border-bottom : 1px dashed black;
}
a.nworks_a:visited{
   text-decoration : none;
   color : black;
   border-bottom : 1px dashed black;
}
a.nworks_a:active{
   text-decoration : none;
   color : black;
   border-bottom : 1px dashed black;
}
a.nworks_a:hover{
   text-decoration : none;
   color : black;
   border-bottom : 1px solid black;
}



.menu_list{
   font-size : 12px;
   border-left: 3px solid #1144ff;
   letter-spacing : 3px;
   line-height : 24px;
   padding-top : 0px;
   padding-bottom : 0px;
   padding-left : 0px;
   padding-right : 0px;
   margin : 0px;
}

a.menu:link{
   text-decoration : none;
   color : #1144ff;
   border-bottom : 2px solid #1190ff;
}
a.menu:visited{
   text-decoration : none;
   color : #1144ff;
   border-bottom : 2px solid #1190ff;
}
a.menu:active{
   text-decoration : none;
   color : #1144ff;
   border-bottom : 2px solid #1190ff;
}
a.menu:hover{
   text-decoration : none;
   color : #1144ff;
   border-bottom : 2px solid #ff9900;
}

a.menu_2:link{
   text-decoration : none;
   color : #1144ff;
   font-size : 12px;
   border-bottom-width: 0px;
   letter-spacing : 0px;
}
a.menu_2:visited{
   text-decoration : none;
   color : #1144ff;
   font-size : 12px;
   border-bottom-width: 0px;
   letter-spacing : 0px;
}
a.menu_2:active{
   text-decoration : none;
   color : #1144ff;
   font-size : 12px;
   border-bottom-width: 0px;
   letter-spacing : 0px;
}
a.menu_2:hover{
   text-decoration : none;
   color : #1144ff;
   font-size : 12px;
   border-bottom: 1px solid #ff9900;
   letter-spacing : 0px;
}

.tohome{
   font-family: sans-serif;
   font-size: 10px;
   position: absolute;
   bottom: 6px;
   left: 6px;
}
.tohome:link{
   text-decoration : none;
   color: white;
   padding: 1px;
}
.tohome:visited{
   text-decoration : none;
   color: white;
   padding: 1px;
}
.tohome:active{
   text-decoration : none;
   color: white;
   padding: 1px;
}
.tohome:hover{
   text-decoration : none;
   color: white;
   border: 1px dashed white;
   padding: 0px;
}



a.sns_icon:link{
   text-decoration : none;
   border-bottom-width : 0px;
}
a.sns_icon:visited{
   text-decoration : none;
   border-bottom-width : 0px;
}
a.sns_icon:active{
   text-decoration : none;
   border-bottom-width : 0px;
}
a.sns_icon:hover{
   text-decoration : none;
   border-bottom-width : 0px;
}


h1.nworks_h1{
   font-size : 18px;
   color : black;
   border-bottom: 1px dashed black;
}
.contents{
   padding-top : 0px;
   padding-bottom : 0px;
   padding-left : 30px;
   padding-right : 0px;
}


.sup{
   border : dashed 1px #1144ff;
   width : 90%;
   padding : 10px;
   margin : 10px;
}

.box{
   border: 1px solid blue;
   margin-top : 10px;
   margin-bottom : 10px;
   margin-left : 25%;
   margin-right : 25%;
}




/* nworks_table,td: link, live ‚Ì‚Ý */



table.nworks_table{
   background-color: blue;
}
td.nworks_td{
   background-color: white;
}

#phys_menu{
	width: 300px;
	height: calc(100% - 100px);
	background-color: yellow;
	overflow: scroll;
}
#phys_main{
	position: fixed;
	top: 0px;
	right: 0px;
	width: calc(100% - 300px);
	height: calc(100% - 20px);
	font-family: satsuki;
	font-size: 14px;
	overflow: scroll;
	padding: 10px;
}
.phys_menu_title{
	display: inline-block;
	font-family: satsuki;
	font-size: 16px;
	margin-top: 8px;
}
.phys_unfinished{
	display: inline-block;
	font-family: satsuki;
	font-size: 16px;
	color: red;
}
.phys_footnote_mark{
	display: inline-block;
	font-family: satsuki;
	font-size: 10px;
	color: orange;
}
.phys_menu_caption{
	font-family: satsuki;
	font-size: 12px;
	margin-left: 40px;
	margin-top: 4px;
}
.phys_main_title{
	font-family: satsuki;
	font-size: 32px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.phys_main_caption{
	font-family: satsuki;
	font-size: 22px;
	margin-bottom: 16px;
	margin-top: 50px;
}
.phys_main_content{
	display: inline-block;
	font-size: 14px;
	width: 70%;
}
.phys_main_footnotes{
	display: inline-block;
	font-size: 12px;
	width: 30%;
	vertical-align: top;
	line-height: 24px;
}
.phys_p{

}
.phys_proof{
	background-color: lightblue;
}
.phys_indent{
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.phys_supplement{
	display: inline-block;
	padding: 0px 20px;
	border-width: 0px 1px;
	border-color: black;
	border-style: solid;
	border-radius: 10px;
	margin: 10px 50px;
	font-size: 10px;
}




/* phys */
.phys_set{
	margin: 20px;
	padding: 10px;
	border: solid 1px black;
}




/* works: music, poetry, gallery */







.works_a{
   text-decoration: none;
   color: blue;
}
.works_a:link{
   text-decoration: none;
   color: blue;
}
.works_a:visited{
   text-decoration: none;
   color: blue;
}
.works_a:active{
   text-decoration: none;
   color: blue;
}
.works_a:hover{
   text-decoration: underline;
   color: orange;
}



.works_p{
	display: block;
	vertical-align: top;
	margin-left: 30px;
	margin-top: 0px;
}
.works_title{
	font-family: satsuki;
	word-wrap: break-word;
	color: #444444;
	display: inline-block;
	vertical-align: bottom;
	font-size: 22px;
}
.works_download{
	word-wrap: break-word;
	color: #444444;
	display: inline-block;
	vertical-align: bottom;
	font-size: 10px;
	font-family: sans-serif;
}
.works_lyrics{
	font-family: satsuki;
	word-wrap: break-word;
	color: #444444;
	display: inline-block;
	vertical-align: bottom;
	margin-left: 12px;
	font-size: 12px;
}
.works_date{
	font-family: satsuki;
	word-wrap: break-word;
	color: #444444;
	display: inline-block;
	margin-top: 5px;
	font-size: 12px;
}
.works_remarks{
	font-family: satsuki;
	word-wrap: break-word;
	color: #444444;
	display: inline-block;
	margin-top: 5px;
	margin-left: 30px;
	font-size: 12px;
}
.works_link{
	word-wrap: break-word;
	color: #444444;
	display: inline-block;
	margin-top: 5px;
	margin-left: 10px;
	font-size: 14px;
	font-family: sans-serif;
}
.works_display{
	word-wrap: break-word;
	color: #444444;
	display: inline-block;
	vertical-align: bottom;
	width: 35px;
	margin-left: 20px;
	font-size: 10px;
	font-family: sans-serif;
}

.url_soundcloud{
	background-color: orange;
	color: white;
	font-size: 10px;
	text-decoration: none;
	margin: 4px;
}
.url_youtube{
	background-color: red;
	color: white;
	font-size: 10px;
	text-decoration: none;
	margin: 4px;
}
.url_nana{
	background-color: deeppink;
	color: white;
	font-size: 10px;
	text-decoration: none;
	margin: 4px;
}
.url_drive{
	background-color: gray;
	color: white;
	font-size: 16px;
	text-decoration: none;
	margin: 4px;
}
.url_other{
	background-color: black;
	color: white;
	font-size: 10px;
	text-decoration: none;
	margin: 4px;
}

#list{
	display: flex;
	overflow-x: scroll;
	margin-bottom: 50px;
	margin-top: 100px;
}

#list2{
	display: flex;
	overflow-x: scroll;
	margin-bottom: 50px;
	margin-top: 100px;
}

.list_x{
	min-width: 400px;
}

.list_y{
	margin-bottom: 80px;
}

#content{
   color: #444444;
   font-family: satsuki;
   font-size: 15px;
   line-height: 1.6em;
}

.page_title{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	background-color: white;
	font-family: satsuki;
	font-size: 30px;
	padding: 30px;
}

#dialog{
	width: 70%;
	height: 80%;
	padding: 50px;
}

.dialog_lyrics{
	
}

.dialog_lyrics::before{
	content: '‰ÌŽŒ';
	display: block;
	margin-bottom: 18px;
	font-weight: bold;
}