
body {
	margin:0px;
}

.title {
	color: #333;
	letter-spacing:0.3em;
	font-size:x-large;
	padding-left:15px;
}

.license {
	color:#666;
	font-size:x-small;
	border-radius:5px;
	border: 1px solid #ccc;
	margin:3px;
	padding:3px;
}

/* main */
#main {
	background:#eeffee;
}

.disabled {
	color:#aaa;
}

.div_header {
	border-radius:5px;
	padding:5px;
	background-color: #eee;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right;
}

.div_header.open {
	background-image: url(../image/open.png);
}

.div_header.close {
	background-image: url(../image/close.png);
	background-color: #fff;
color:#AAA;
}

.div_body {
	padding:5px;
}


.description {
	font-size:70%;
	color: #333;
	margin:10px;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	outline: none;

	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,.3);
}

ul.main_table {
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;

	list-style: none;
	padding: 0px;
}

ul.main_table li a {
	position: relative;
	display: block;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #ccc;
}
ul.main_table li a::before,
ul.main_table li a::after {
	position: absolute;
	top: 50%;
	right: 5px;
	display: block;
	content: '';
	width: 12px;
	height: 3px;
	background-color: #888;
	border-radius: 4px;
}
ul.main_table li a::before {
	margin-top: -4px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
ul.main_table li a::after {
	margin-top: 3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* list */


#div_result_placelist,
#div_result_planetariumlist {
	border-radius:5px;
	box-shadow:0px 1px 2px #c6b7d7;
	padding:3px;
}

ul#place_table,
ul#planetarium_table {
	list-style-type:none;
	-webkit-padding-start: 0px;


}

.list_append {
	-webkit-padding-start: 0px;
}

ul#place_table li p,
ul#planetarium_table li p{
	padding:5px;
	margin: 5px 0px;

	border-bottom: 1px dashed #ccc;

}

ul#place_table li:nth-child(even) p,
ul#planetarium_table li:nth-child(even) p{
 background:#fcfcfc;
}
ul#place_table li:nth-child(odd) p,
ul#planetarium_table li:nth-child(odd) p{
 background:#fcfcfc;
}

.page {
	cursor:pointer;

}
.page.disable {
	color:#AAA;
}


/* info */

#planetarium_info_header,
#place_info_header {
	cursor: pointer;
}

#pos_wait_text,
#planetarium_info_main,
#place_info_main {
	overflow:auto;
	font-size:80%;
}

#planetarium_info_footer,
#place_info_footer
 {
	color:gray;
	margin:10px;
	font-size:90%;
	cursor: pointer;
}


#place_info_list
{
	margin:10px;
	font-size:90%;
}

#place_info_list table
{
	border: 1px #cccccc solid;
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	cursor: pointer;
	width:100%;
}

.type_optic {
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	border-radius:15px;
}

#place_info_list table.type_degital {

}

#place_info_list table.type_hybrid {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}


#place_info_list table.retired
{
	background-color:#dddddd;
}


.machine_name
{
	font-weight:bold;
	text-align: center;
}

.model_link
{
	margin:0px 5px;
	font-weight:bold;
	cursor: pointer;
	text-decoration: underline;
}

/* masonry */


.box {
	max-height:none;
	margin:5px;
	padding:4px;
	background:#fff;
/*	float:left; */
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	box-shadow:0px 1px 2px #c6b7d7;
}

.twoW {
	width:580px;
}

.oneW {
	width:280px;
}