
body{
	background-color: black;
    color: white;
	 font-family:
   "ヒラギノ明朝 ProN W6",
   "HiraMinProN-W6",
      "HG明朝E",
   "ＭＳ Ｐ明朝",
   "MS PMincho",
   "MS 明朝",
   serif;
   }

A {
	color: #FF0;
	text-decoration: underline;
}

A:VISITED{
	color: #FF0;
	text-decoration: underline;
}

A:HOVER{
	color: #FFF;
	text-decoration: underline;
}


#header {
	z-index: 10;
	top: 0;
	left: 0;
	padding: 5px 40px;
	color: white;
}

#header a{
    color: white;
    font-size: 12px;
    text-decoration: none;
}

#header a:hover{
    opacity: 0.8;
}

#info, #code{
	padding: 20px 40px;
	background: rgba(0, 0, 0, 0.53);
	border-radius: 0 10px 10px 0;
	margin: 40px 0px 0px 0px;
	text-align: center;
}

#pname{
	font-weight: bold;
	font-size: 50px;
	margin: 0;
	margin-top: 0px;
	letter-spacing:5px;
}

#pname02{
	font-weight: bold;
	font-size: 1.8em;
	color:#000;
	background-color:#FFF;
	padding:10px;
	margin-top: 20px;
	margin-bottom:10px;
}

#pname02 a{
	display:block;
	text-decoration:none;
}

#pname02 a:hover{
    opacity: 0.8;
}

#pinfo{
	margin: 0;
	font-size: 1em;
}

#link{
    background: #CF0000;
    color: white;
    text-decoration: none;
    padding: 4px 8px;
    display: block;
    width: 40px;
    text-align: center;
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}

#link:hover {
background: #E90000;
}

#code{

}

#code pre{
    margin: 0;
font-size: 12px;
font-family: "Lucida Console";
}

.kamiakari_m{
	font-size: 1.7em;
	color: #FFF;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 15px;
	padding-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-color: #FFF;
	border-bottom-style: solid;
}

.nighttour_text A {
	color: #FF0;
	text-decoration: none;
	font-size: 1.5em;
}

.nighttour_text A:VISITED{
	color: #FF0;
	text-decoration: none;
}

.nighttour_text A:HOVER{
	color: #FFF;
	text-decoration: underline;
}

.tyusyaku {
	font-size: 0.8em;
}

@media screen and (max-width: 600px) { /*600px以下*/

table, tbody, tr, th, td {
    display: block;
    text-align: center;
}

}

/* タブレット表示 */

@media screen and (max-width: 767px) {

#pname img, #pname2 img {
    width: 100%;
    height: auto;
}

.kuuhaku_del {
    display: none;
}

.br768_on {
    display: none;
}

}

@media screen and (max-width: 1024px) {

.fancybox_s {
    max-width: 96%;
    height: auto;
}

#pname img, #pname2 img {
    width: 100%;
    height: auto;
}

.kuuhaku_del {
    display: none;
}

}

@media screen and (min-width: 769px) {

.br768_on {
    display: none;
}

}

@media screen and (width: 768px) {

#info, #code {
    padding: 20px 30px;
}

.br768_off {
    display: none;
}

}

@media screen and (max-width: 768px) and (min-width: 426px) {

body {
    overflow-y: scroll;
}

#info {
    font-size: 0.9em;
}

}

/* スマホ表示 */

@media screen and (max-width: 425px) {

body {
    overflow-y: scroll;
}

p img {
    width: 100%;
}

#info {
    text-align: left;
    font-size: 0.9em;
}

#info, #code {
    padding: 20px 20px;
}

td {
    padding: 8px 0px;
}

p .fancybox img {
    margin: 0 !important;
    width: 96%;
}

#code pre {
    font-size: 10.7px;
}

}

#pname02 a {
    color: blue;
}