@charset "utf-8";

html,body,div,span,h1,h2,h3,h4,p,ul,li,table,tr,th,td,canvas,strong,img,hr{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

ul{
    list-style-type: none;
}

body {
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 14px;
    color: #AAA;
    background-color: #000;
    letter-spacing:0.4pt;
	overflow-y: scroll;
	min-width: 1100px;
}

html,body {
}


a {
	margin:0;
    padding:0;
    font-size:100%;
	color: #75c9be;
	text-decoration: none;
}

a:hover {
	color: #75c9be;
	text-decoration: underline;
}

hr {
	margin: 16px 0px;
	border-top: 2px dashed #333;
}

h3 {
	font-weight: normal;
	font-size: 15px;
	color: #DDD;
}

.note{
	margin: 10px auto;
	padding:20px;
	border-radius: 8px;
	background-color: #222;
	display:inline-block;
}

#container{
}

#contents{
    margin: 0 auto;
    width: 1000px;
    display:flex;
    line-height: 1.8em;
}

#main{
    width: 660px;
	float: left;
}

#sub{
    width: 300px;
	padding-left: 40px;
	float: right;
}

#room_header {
	margin: 0px auto;
	padding: 10px 0px;
	width: 1000px;
	min-width: 1000px;
	height: 60px;
}

#room_logo{
    margin: 0;
    float: left;
	height: 60px;
}

#room_menu {
	padding-right:0px;
	width: 800px;
	height: 60px;
	float: right;
}

#room_menu li {
	height: 60px;
	padding: 0 0 0 50px;
	float: right;
}

.wrapper{
    min-height: 100vh;
    position: relative;
    padding-bottom: 100px;
    box-sizing: border-box;
}

#room_footer {
	width: 100%;
	height: 100px;
	min-width: 1000px;
	background-color: #222;
	border-top: 4px solid #181818;
	font-size: 13px;
	position: absolute;
    bottom: 0;
}

#footer_main{
	margin: 0 auto;
	width: 900px;
	padding: 20px;
	text-align: center;
	color: #777;
}

#footer_main p{
	margin-bottom: 10px;
}

#footer_main a{
	color: #888;
	text-decoration: none;
}

#page_top {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

#page_top a {
    background: #444;
    text-decoration: none;
	line-height: 30px;
	font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 50px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}

#page_top a:hover {
    text-decoration: none;
    background: #222;
}

.room_sns {
	margin: 20px 0px;
	width: 140px;
    height: 20px;
	text-align: right;
}

.twitter-share-button { 
	border: solid 2px #555 !important; 
	border-radius: 9999px;
	background: #444 !important; 
}
