@CHARSET "UTF-8";

/** 共通 */
.clear { clear: both; }
.center { text-align: center; }

/** PC用 */
html {
	font-size: 62.5%;
}
body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-size: 1.4rem;
}
h1 {
	margin: 0px 0px 10px;
}
h2 {
	margin: 10px 0px;
}
pre {
	font-size: 14px;
}
span {
	display: inline-block;
}

/** PC用 - 共通 */
div#main {
	width: 690px;
	margin: 0px auto;
	padding: 30px;
	border: 1px solid #000555;
}
p#title {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
	border-bottom: solid 3px #000fff;
}
div#form {
	width: 300px;
	margin: 0px auto 20px;
}
p.formItem {
}
p.submit {
	margin: 30px 0px;
}
p.errorMessage {
	color: red;
	text-align: center;
}

/** トップページ */
ul#topMenu_Menu {
	list-style: none;
}
ul#topMenu_Menu li {
	margin: 20px 0px;
}
ul#contract {
	font-size: 80%;
}

/** メールフォーム */
p.submit {
	text-align: center;
}
p.success {
	font-size: 18px;
	margin: 40px auto;
	text-align: center;
}
form#mailForm input[type="text"] {
	width: 50%;
	padding: 5px;
	box-sizing: border-box;
}
form#mailForm textarea {
	width: 80%;
	padding: 5px;
	box-sizing: border-box;
}

/** ログインフォーム */
form#loginForm input[type="text"], form#loginForm input[type="password"] {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

/** パスワード再発行フォーム */
form#reissueForm input[type="text"] {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

/** パスワード設定フォーム */
form#passwordForm input[type="password"] {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

/** 登録フォーム */
form#registForm input[type="text"] {
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

/** ルーム選択フォーム */
ul#selectRoomMenu {
	list-style: none;
	padding: 0px;
}
ul#selectRoomMenu li {
	height: 40px;
	clear: both;
}
ul#selectRoomMenu li div.roomSelect {
	float: left;
	width: 60px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
ul#selectRoomMenu li div.roomName {
	float: left;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
ul#selectRoomMenu li div.maintenanceRoom {
	float: right;
	width: 60px;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
div.createRoom,
div.logout {
	height: 80px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

/** ルーム作成フォーム */

/** 広告エリア */
div#adsense_Header {
	width: 750px;
	height: 90px;
	margin: 0px auto;
}
div#adsense_LargeBanner {
	width: 690px;
	height: 60px;
	margin: 0px auto;
}
p#adsense {
	font-size: 12px;
	text-align: center;
	margin: 5px auto;
}
div#adsense_Double {
	padding: 0px !important;
	height: 280px;
}
div#adsense_DoubleLeft {
	float: left;
	width: 336px;
	height: 100%;
}
div#adsense_DoubleRight {
	float: right;
	width: 336px;
	height: 100%;
}
div#adsense_Footer {
	width: 750px;
	height: 90px;
	margin: 0px auto;
}
/** デバッグページ用 */
p.adsense {
	widht: 100%;
	height: 100%;
	margin:0px;
	padding: 0px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
