@charset "UTF-8";

html{font-size: 62.5%;}

body	
    {
	/*color: #aaa;*/
	margin: 0px;
	font-family:
	"ヒラギノ角ゴシック",
	"游ゴシック  Medium",
    "Hiragino Kaku Gothic ProN",
	"Yu Gothic Medium",
    "Hiragino Sans",
	"Helvetica Neue", 
	Meiryo,
    Arial,
    sans-serif;
	font-size: 1.3em;
	line-height:1.7;
	background-image: url(bg.jpg);
	background-color:#271600;/**/
	 }

#container {
	margin: auto;
	}
	
header {
	    margin: 0 ;
        background-color: black;
		/*border-bottom: 4px solid */
		 }

#title {
	position: relative;
}

#title .pc { display: block !important; }
#title .sp { display: none !important; }

@media only screen and (max-width: 739px) {
#title .pc { display: none !important; }
#title .sp { display: block !important; }
}


#content {
	overflow: hidden;
	margin : 0;
    background-image: url(bg_center.jpg);  /**/
	background-repeat: repeat;
	
}


a:link { color: #9d8c69; }
a:visited { color: #999; text-decoration: underline; }
a:hover { color: #fff; }

article .linkable { border: 1px  solid ; }
section .unlink { border: 1px  solid #555 ; }
			  			  



section	{float: left;}

section h1,
.wide h1{
	font-size:1.6rem;
}

section h2,
.wide h2{
	font-size:1.5rem;
}

.caption { 
		font-weight: 500; 
		color:#F3EFC5;
		}
.yomi { margin-left:1.5rem;
        font-size:1.4rem;
		letter-spacing:-0.05em;
	}

.volt
        { margin-left:1.5rem;
        font-size:1.4rem;
		letter-spacing:0.1em;
		/*text-align:right;
		display:block*/
	}
	
.num {
	min-width:120px;
	height:auto;
	background-color:#3EB9EA;
	display:inline-block;
	
}
.exp { margin-left:1em;
		
	}


.subtitle {
	      color:white;
		  font-size:18px;
         }

.sankou { font-size: 10px; font-weight: lighter; line-height: 1.4em;}

.migiyose {
	       text-align: right; 
		   margin-right:1em;
		   }

.adbg{background-color:#000; padding: 2px 2px 2px 50px; }

.clear { clear:both; }

.clear hr { display:none; }

.new {
	color:#ED2FFF;
	font-weight:500;
}

nav {
	width: 100%; 
	margin: 0px;
	/*border-top: 2px solid #E6D69E;*/
	}
	
nav p {
	  margin-left:1rem;
      }
nav a{
	margin:0 1.2em 0 0.8em; 
	}
nav .currentpage{
	margin-left:0.8em;
}

footer {
	color: #8e7f6d;
	font-family: 'Helvetica Neue','Helvetica','Avenir',;
	font-size: 12px;
	font-weight:600;
	background-color: #300; 
	padding: 20px 20px 20px 100px;
	border-top: 1px solid #B49B7B;
	}