@charset "utf-8";

body {
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}

/****************************************************

	スマホ用表示 (幅767px以下)

*****************************************************/

@media screen and (max-width: 767px) {

html,body {
	width: 100%;
}

body {
	background-color: #333;
}

/* ヘッダー
----------------------------------------------*/

header {
	width: 100%;
	background-color: #333;
}

div#header-container {
	width: 100%;
	padding: 20px 10px;
}

header h1 {
	max-width: 200px;
	padding: 5px 0 0 0;
	color: white;
	float: left;
}

header h1 img {
	width: 100%;
}

/* トップへ戻る */

nav#header-menu {
	width: 80px;
	float: right;
}

nav#header-menu li a {
	text-decoration: none;
	display: block;
	background-color: #FC0;
	text-align: center;
	color: black;
	padding: 5px 0;
	border-radius: 10px;
	font-size: 10px;
}

nav#header-menu li a:before {
	font-family: FontAwesome;
	content: "\f015\A";
	word-break: break-all;
	white-space: pre;
	font-size: 32px;
}

nav#header-menu li a:hover {
	background-color: #CCC;
}

/* 管理者メッセージ */

div#admin-mes {
	padding: 0 10px 10px 10px;
	width: 100%;
}

div#admin-mes p {
	width: 100%;
	overflow: hidden;
	
	font-size: 18px;
	background-color: black;
	padding: 10px;
	color: white;
}

div#admin-mes p span {
	margin: 0;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}

/* 空車状況 */

section#parking-info {
	padding: 0 10px;
	background-color: #333;
}

section#parking-info h1 {
	background-color: #690;
	color: white;
	text-shadow: 1px 1px 0 black;
	text-align: center;
	padding: 10px 0;
	border-radius: 7px;
}

section#parking-info ol {
	width: 100%;
	background-color: #333;
	padding: 10px 0 0 0; 
	display: table;
}

section#parking-info ol li {
	display: table-cell;
	width: 49%;
	float: left;

	font-size: 30px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 0 black;
	text-align: center;
	
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-radius: 7px;
}

section#parking-info ol li:nth-child(odd) {
	margin-right: 2%;
}

li.p-full {
	background-color: #CC0000;
}

li.p-empty {
	background-color: #0066CC;
}

section#parking-info ol li span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: black;
	background-color: #FC0;
	text-shadow: none !important;
	margin-bottom: 15px;
	padding: 5px 0;
	border-radius: 7px 7px 0 0;
}

/* トップページ 右側
----------------------------------------------*/

div#index-right {
	width: 100%;
	background-color: #333;
}


/* 駐車場地図 */

div#parking-map {
	max-width: 870px;
	padding: 0 10px !important;
}

div#parking-map img {
	width: 100%;
}


/* カメラ画像一覧 */

section#parking-pic {
}

section#parking-pic ul {
	padding: 10px;
}

section#parking-pic ul li {
	width: 100%;
	position: relative;
	margin-bottom: 5px;
}

section#parking-pic ul li span {
	height: 50px;
	width: 50px;
	
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	font-weight: bold;

	background-color: #F90;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

section#parking-pic ul li a {
	color: black;
}

section#parking-pic ul li img {
	width: 100%;
	vertical-align: bottom;
}

/* フッター
----------------------------------------------*/

/* メインカメラ画像 */

section#main-camera {
	width: 100%;
	padding: 10px 10px 0 10px;
	background-color: #333;
}

div#main-camera-pic {
	width: 100%;
}

div#main-camera-pic img {
	width: 100%;
}

section#main-camera h1 {
	background-color: black;
	font-size: 20px;
	color: white;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 7px;
}

section#main-camera h1:before {
	font-family: FontAwesome;
	content: "\f03d";
	margin-right: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #FC0;
}

/* 画像下のテキスト */

p.pic-time {
	text-align: center;
	line-height: 20px;
	color: white;
	padding-top: 10px;
}

p.pic-time span {
	font-size: 11px;
	display: block;
}

/* 24h一覧　見出し */

section#pic24h h1 {
	background-color: black;
	font-size: 20px;
	color: white;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 7px;
}

section#pic24h h1:before {
	font-family: FontAwesome;
	content: "\f03d";
	margin-right: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #FC0;
}

/* 24時間 カメラ画像一覧 */

section#pic24h {
	padding: 10px;
	background-color: #333;
}

section#pic24h ul {
}

section#pic24h ul li {
	width: 49%;
	float: left;
	position: relative;
	margin-bottom: 5px;
	margin-right: 1%;
}

section#pic24h ul li:nth-child(even) {
	margin-right: 0 !important;
}

section#pic24h ul li span {
	width: 70px;
	padding: 5px;
	
	font-size: 12px;
	text-align: center;
	
	background-color: black;
	color: white;
	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

section#pic24h ul li a {
	color: black;
}

section#pic24h ul li img {
	width: 100%;
	vertical-align: bottom;
}


/* フッター
----------------------------------------------*/

footer {
	width: 100%;
	clear: both;
	background-color: #333;
	color: white;
	text-align: center;
}

div#footer-container {
	width: 100%;
	padding: 10px 0 10px 0;
}

p#contact {
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 20px;
}

p#contact span {
	display: block;
}

p#copy {
	color: #CCC;
	font-size: 10px;
}

}











/**************************************************

	PC用表示 (幅768px以上) + 印刷用

***************************************************/

@media print, screen and (min-width: 768px) {

body {
	background-image: url(../images/mooning.png);
}

/* ヘッダー
----------------------------------------------*/

header {
	width: 100%;
	background-color: #333;
	padding: 0 20px;
}

div#header-container {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
}

header h1 {
	color: white;
	width: 250px;
	float: left;
}

/* トップへ戻る */

nav#header-menu {
	width: 150px;
	float: right;
}

nav#header-menu li {
}

nav#header-menu li a {
	text-decoration: none;
	display: block;
	background-color: #FC0;
	padding: 10px 0;
	border-radius: 10px;
	
	font-size: 16px;
	line-height: 18px;
	text-align: center;
	color: black;
}

nav#header-menu li a:before {
	font-family: FontAwesome;
	content: "\f015\A";
	font-size: 24px;
}

nav#header-menu li a:hover {
	background-color: #CCC;
}

/* トップページ メインコンテンツ
----------------------------------------------*/

div#container {
	width: 1040px;
	margin: 30px auto;
	padding: 0 20px;
}

/* 管理者メッセージ */

div#admin-mes {
	background-color: #FC0;
	padding: 10px;
	margin-bottom: 20px;
	border-radius: 7px;
	
	display: inline-block;
	padding: 10px;
	width: 100%;

}

div#admin-mes p {
	width: 100%;
	overflow: hidden;
	
	font-size: 20px;
	background-color: black;
	padding: 10px;
	color: white;
	position: relative;
}

div#admin-mes p span {
	margin: 0;
	display: inline-block;
	width: 100%;
	white-space: nowrap;
}

/* 空車状況 */

section#parking-info {
	width: 100px;
	float: left;
}

section#parking-info h1 {
	background-color: #690;
	color: white;
	text-shadow: 1px 1px 0 black;
	text-align: center;
	padding: 10px 0;
	border-radius: 7px 7px 0 0;
}

section#parking-info h1 span {
	width: 4em;
	display: block;
	margin: 0 auto;
}

section#parking-info ol {
	background-color: #333;
	padding: 10px;
	border-radius: 0 0 7px 7px;
}

section#parking-info ol li {
	color: white;
	text-shadow: 1px 1px 0 black;
	text-align: center;
	padding-bottom: 10px;
	font-size: 30px;
	font-weight: bold;
	border-radius: 7px;
}

section#parking-info ol li:not(:last-child) {
	margin-bottom: 10px;
}

li.p-full {
	background-color: #CC0000;
}

li.p-empty {
	background-color: #0066CC;
}

section#parking-info ol li span {
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: black;
	background-color: #FC0;
	text-shadow: none !important;
	margin-bottom: 15px;
	padding: 5px 0;
	border-radius: 7px 7px 0 0;
}

/* トップページ 右側
----------------------------------------------*/

div#index-right {
	width: 870px;
	float: right;
}

/* 駐車場地図 */

div#parking-map {
	width: 870px;
	height: 570px;
	margin-bottom: 30px;
	position: relative;
}

div#parking-map img {
	width: 100%;
}

/* パーキングのアイコン */


#p01 {
}

/* トップページ カメラ画像一覧 */

section#parking-pic {
}

section#parking-pic ul {
}

section#parking-pic ul li {
	width: 158px;
	height: 119px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

section#parking-pic ul li:nth-child(5n) {
	margin-right: 0 !important;
}

section#parking-pic ul li span {
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	background-color: #F90;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

section#parking-pic ul li a {
	color: black;
}

section#parking-pic ul li img {
	width: 158px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	vertical-align: bottom;
}

section#parking-pic ul li img:hover {
	opacity: .7;
}



/* フッター
----------------------------------------------*/

footer {
	width: 100%;
	clear: both;
	background-color: #333;
	color: white;
	text-align: center;
}

div#footer-container {
	width: 1040px;
	margin: 0 auto;
	padding: 20px;
}

p#contact {
	font-size: 14px;
	margin-bottom: 10px;
}

p#contact span:after {
	content: "：";
}

p#copy {
	color: #CCC;
	font-size: 10px;
}

/*----------------------------------------------

	カメラページ

----------------------------------------------*/

/* 現在のカメラ */

section#main-camera {
	margin-bottom: 30px;
}

section#main-camera h1 {
	background-color: #333;
	font-size: 20px;
	color: white;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 7px;
}

section#main-camera h1:before {
	font-family: FontAwesome;
	content: "\f03d";
	margin-right: 10px;
	font-size: 24px;
	font-weight: normal;
	color: #FC0;
}

div#main-camera-pic {
	text-align: center;
	margin-bottom: 10px;
}

/* 画像下のテキスト */

p.pic-time {
	text-align: center;
	line-height: 20px;
}

p.pic-time span {
	font-size: 11px;
	display: block;
}

/* 24h一覧　見出し */

section#pic24h h1 {
	background-color: #333;
	font-size: 20px;
	color: white;
	margin-bottom: 20px;
	padding: 10px;
	border-radius: 7px;
}

section#pic24h h1:before {
	font-family: FontAwesome;
	content: "\f03d";
	margin-right: 10px;
	font-size: 24px;

	font-weight: normal;
	color: #FC0;
}

/* カメラページ 24h一覧 */

section#pic24h {
}

section#pic24h ul {
}

section#pic24h ul li {
	width: 150px;
	height: 113px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	position: relative;
}

section#pic24h ul li:nth-child(6n) {
	margin-right: 0 !important;
}

section#pic24h ul li span {
	width: 60px;
	text-align: center;
	font-size: 10px;
	color: white;
	padding: 5px 0;
	background-color: #333;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

section#pic24h ul li a {
	color: black;
}

section#pic24h ul li img {
	width: 158px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	vertical-align: bottom;
}

section#pic24h ul li img:hover {
	opacity: .7;
}

}








/* Common
--------------------------------------------------------------------*/

/* float */

.fl {float: left;}
.fr {float: right;}

.txt_l {text-align: left;}
.txt_r {text-align: right;}
.txt_c {text-align: center;}

.img_fl {float: left; margin: 0 20px 10px 0;}
.img_fr {float: right; margin: 0 0 10px 20px;}

/* margin */

.mb10 {	margin-bottom: 10px; }
.mb20 {	margin-bottom: 20px; }
.mb30 {	margin-bottom: 30px; }

/* clearfix */

.clearfix,
div.staffBox {
	zoom: 1;
}

.clearfix:after,
div.staffBox:after {
    content: "";
    display: block;
    clear: both;
}
