@charset "UTF-8"; 

	#load {
		width: 33px;
		height: 33px;
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 1;
	}
	
	#open_button {
		display: block;
		width: 200px;
		height: 30px;
		margin: 0 auto 0 auto;
		padding: 0;
		background: none;
		border: none;
		border-radius: 15px;
		color: #1d1d1f;
		font-size: 20px;
		font-weight: bold;
	}
	
	.hidden_itme {
		display: none;
	}
	
	#shadow {
		width: 100%;
		height: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background-color: #000000;
		opacity: 0.5;
		display: none;
		cursor: pointer;
	}

/* smart phone */
@media screen and ( max-width: 1100px ) {
	#map_canvas { width: 100%; height: 300px; }
	#map_infoshare { width: 100%; height: 250px; }
	
	._pc {
		display: none;
	}
	
	.img_pc {
		display: none;
	}
	
	p.title {
		color: #1d1d1f;
		font-size: 20px;
		font-weight: bold;
		text-align: center;
		margin: 20px 0 20px 0;
	}
	
	#banners {
		width: 100%;
		text-align: center;
		padding: 30px 0px 30px 0px;
	}
	
	img.app_banner {
		margin-top: 10px;
		width: 320px;
	}
	
	.content {
		width: 100%;
		text-align: center;
		padding: 30px 0px 30px 0px;
	}
	
	.gray_bg {
		background-color: #f5f5f7;
	}
	
	hr {
		border: none;
		height: 1px;
		border-bottom: 1px dotted #c0c0c0;
		margin-bottom: 50px;
	}
	
	/* -- */

	.intro {
		width: 100%;
		height: auto;
		text-align: center;
	}
	
	.intro img {
		width: 90%;
		border: 10px solid #ffffff;
	}
	
	.intro span{
		font-size: 20px;
		font-weight: bold;
		display: block;
	}
	
	/* -- */
	
	#app_icons {
		width: 150px;
	}
	
	/* -- */
	
	ul#crackdown_photo {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	.horizontal_scroll {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		padding: 0 0 12px 8px;
		display: -ms-flexbox;
		display: flex;
	}
	
	ul#crackdown_photo li {
		margin: 10px;
		padding: 0;
		width: 100px;
		height: 100px;
		display: inline-block;
		text-align: center;
		vertical-align:top;
		cursor: pointer;
	}
	
	ul#crackdown_photo img {
		margin: 0;
		padding: 0;
		width: 100px;
		height: 56px;
		display: block;
	}
	
	ul#crackdown_photo span {
		margin: 0;
		padding: 0;
		width: 100px;
		height: 35px;
		font-size: 10px;
		display: block;
	}

	/* -- */
	
	#infoshare_list {
		width: 100%;
		height: auto;
		margin-bottom: 20px;
		text-align: left;
	}
	
	#infoshare_list_title {
		width: 95%;
		height: 30px;
		margin: 0px auto 10px auto;
		color: white;
		text-align: center;
		background-color: #52a6ef;
	}
	
	#infoshare_list ul {
		width: 95%;
		margin: 0px auto 0px auto;
	}
	
	#infoshare_list li {
		cursor: pointer;
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 5px;
	}
	
	#infoshare_list li:last-child {
		border-bottom: none;
	}
	
	#infoshare_list .icon {
		display: inline-block;
		width: 10%;
		height: 40px;
		vertical-align: top;
	}
	
	#infoshare_list .icon img {
		height: 35px;
	}
	
	#infoshare_list .info {
		display: inline-block;
		width: 55%;
		height: 40px;
		line-height: 100%;
		vertical-align: top;
	}
	
	#infoshare_list .type {
		color: #808080;
		font-size: 12px;
	}
	
	#infoshare_list .address {
		font-size: 12px;
	}
	
	#infoshare_list .date {
		display: inline-block;
		width: 35%;
		height: 40px;
		color: #c0c0c0;
		font-size: 12px;
		vertical-align: top;
	}
	
	#infoshare_list .link{
		font-size: 16px;
		font-weight: bold;
		text-align: right;
		margin-right: 20px;
	}
	
	/* -- */
	
	#app_promo {
		width: 95%;
		margin: 0px auto 20px auto;
	}
	
	#app_promo img {
		width: 100%;
	}

	/* -- */

	#twitter_list {
		width: 100%;
		height: auto;
		text-align: left;
	}
	
	#twitter_list_logo {
		height: 30px;
		margin-left: 10px;
	}
	
	#twitter_list ul {
		width: auto;
		margin: 10px;
	}
	
	#twitter_list li {

	}
	
	#twitter_list ul img {
		width: 50px;
		height: 50px;
		vertical-align: top;
	}
	
	#twitter_list div {
		padding: 10px 0px 0px 10px;
		display: inline-block;
		height: 50px;
		vertical-align: top;
		line-height: 100%;
	}

	#twitter_list .title {
		font-size: 16px;
		font-weight: bold;
	}
	
	#twitter_list .id {
		font-size: 12px;
		color: #cccccc;
	}
	
	#twitter_list .explain {
		font-size: 14px;
	}
	
	/* -- */
	
	.infoshare_exp .text {
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
	}
	
	.infoshare_exp .link {
		font-size: 20px;
		font-weight: bold;
	}	
	
	/* -- */
	
	#media {
		width: 100%;
		padding: 30px 0px 30px 0px;
		margin-bottom: 50px;
	}
	
	ul#history {
		margin-bottom: 20px;
	}

	ul#history li div {
		border-bottom: 1px solid #cccccc;
		padding: 10px;
		margin-bottom: 10px;
	}

	ul#history span.date {
		display: inline-block;
		width: 150px;
		color: #555555;
	}
	
	ul#history span.genre {
		display: inline-block;
		width: 70px;
		text-align: center;
		font-size: 14px;
		display: none;
	}
	
	ul#history span.media {
		display: inline-block;
		font-weight: bold;
	}

	ul#history span.explain {
		display: block;
		font-weight: bold;
		color: gray;
	}
	
	/* -- */
	
	
	#window {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 300px;
		height: 300px;
		transform: translate(-50%, -50%);
		margin: 0;
		padding: 0;
		background: #ffffff;
		text-align: center;
		border-radius: 10px;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
		display: none;
		font-weight: bold;
	}
	
	#window_image {
		width: 280px;
		height: 158px;
		margin: 10px auto 10px auto;
		display: block;
	}
	
	#window_text {
		display: block;
		margin-bottom: 15px;
	}
}

/* pc */
@media screen and ( min-width: 1100px ) { 
	#map_canvas { width: 100%; height: 500px; }
	#map_infoshare { width: 1100px; height: 500px; margin: auto auto 50px auto; }
	
	._sp {
		display: none;
	}
	
	#banners {
		width: 100%;
		padding: 20px 0px 20px 0px;
		text-align: center;
	}
	
	#banners div {
		display: inline-block;
	}
	
	img.app_banner {
		height: 120px;
		margin-top: 10px;
		text-align: center;
	}

	
	.content {
		width: 100%;
		padding: 60px 0px 60px 0px;
		text-align: center;
	}

	p.title {
		color: #1d1d1f;
		font-size: 32px;
		font-weight: bold;
		text-align: center;
		margin: 0px 0 30px 0;
	}
	
	.gray_bg {
		background-color: #f5f5f7;
	}
	
	hr {
		border: none;
		height: 1px;
		border-bottom: 1px dotted #c0c0c0;
		margin-bottom: 50px;
	}
	
	.img_sp {
		display: none;
	}
	
	/* -- */

	.intro {
		width: 340px;
		height: auto;
		margin: 10px;
		display: inline-block;
		text-align: center;
	}
	
	.intro img {
		width: 300px;
		border: 10px solid #ffffff;
	}
	
	.intro span{
		font-size: 30px;
		display: block;
	}
	
	/* -- */

	#app_icons {
		width: 300px;
	}

	/* -- */
	
	ul#crackdown_photo {
		width: 1100px;
		margin: auto auto 20px auto;
		padding: 0;
	}
	
	ul#crackdown_photo li {
		margin: 0 0 5px 0;
		padding: 0;
		width: 100px;
		height: 100px;
		display: inline-block;
		text-align: center;
		vertical-align: top;
		cursor: pointer;
	}
	
	ul#crackdown_photo img {
		margin: 0;
		padding: 0;
		width: 100px;
		height: 56px;
		display: block;
	}
	
	ul#crackdown_photo span {
		margin: 0;
		padding: 0;
		width: 100px;
		height: 35px;
		font-size: 10px;
		display: block;
	}
	
	/* -- */
	
	#infoshare_list {
		width: 340px;
		height: 250px;
		margin: 10px;
		padding: 0px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	
	#infoshare_list_title {
		width: 340px;
		height: 30px;
		margin-bottom: 10px;
		color: white;
		text-align: center;
		background-color: #52a6ef;
	}
	
	
	#infoshare_list li {
		border-bottom: 1px solid #e0e0e0;
		margin-bottom: 5px;
	}
	
	#infoshare_list li:last-child {
		border-bottom: none;
	}
	
	#infoshare_list .icon {
		display: inline-block;
		width: 40px;
		height: 40px;
		vertical-align: top;
	}
	
	#infoshare_list .icon img {
		height: 35px;
	}
	
	#infoshare_list .info {
		display: inline-block;
		width: 230px;
		height: 40px;
		line-height: 100%;
		vertical-align: top;
	}
	
	#infoshare_list .type {
		color: #808080;
		font-size: 12px;
	}
	
	#infoshare_list .address {
		font-size: 12px;
	}
	
	#infoshare_list .date {
		display: inline-block;
		width: 55px;
		height: 40px;
		color: #c0c0c0;
		font-size: 12px;
		vertical-align: top;
	}
	
	#infoshare_list .link{
		font-size: 16px;
		font-weight: bold;
		text-align: right;
		margin-right: 20px;
	}

	/* -- */
	
	#app_promo {
		width: 340px;
		height: 250px;
		margin: 0px;
		padding: 0px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}
	
	#app_promo img {
		width: 340px;
		height: 250px;
	}

	
	/* -- */

	#twitter_list {
		width: 340px;
		height: 250px;
		margin: 10px;
		padding: 0px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	#twitter_list_logo {
		height: 30px;
		margin-bottom: 10px;
	}
	
	#twitter_list li {

	}
	
	#twitter_list ul img {
		width: 50px;
		height: 50px;
		vertical-align: top;
	}
	
	#twitter_list div {
		padding: 10px 0px 0px 10px;
		display: inline-block;
		height: 50px;
		vertical-align: top;
		line-height: 100%;
	}

	#twitter_list .title {
		font-size: 14px;
		font-weight: bold;
	}
	
	#twitter_list .id {
		font-size: 12px;
		color: #cccccc;
	}
	
	#twitter_list .explain {
		font-size: 13px;
		color: #333333;
	}

	/* -- */
	
	.infoshare_exp .text {
		font-size: 30px;
		font-weight: bold;
		margin-top: 10px;
	}
	
	.infoshare_exp .link {
		font-size: 20px;
		font-weight: bold;
	}	

	/* -- */
	
	#media {
		width: 100%;
		margin-bottom: 50px;
		padding: 60px 0px 60px 0px;
	}
	
	ul#history {
		width: 1100px;
		margin: auto auto 20px auto;
	}

	ul#history li div {
		width: 100%;
		border-bottom: 1px solid #cccccc;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	ul#history span.date {
		display: inline-block;
		width: 130px;
		color: #555555;
		margin-right: 30px;
	}
	
	ul#history span.genre {
		display: inline-block;
		width: 100px;
		margin-right: 30px;
		text-align: center;
		border: 1px solid #cccccc;
		display: none;
	}
	
	ul#history span.media {
		display: inline-block;
		width: 150px;
		margin-right: 20px;
		font-weight: bold;
	}

	ul#history span.explain {
		display: inline-block;
		font-weight: bold;
	}
	
	/* -- */
	
	
	#window {
		position: fixed;
		top: 50%;
		left: 50%;
		width: 600px;
		height: 450px;
		transform: translate(-50%, -50%);
		margin: 0;
		padding: 0;
		background: #ffffff;
		text-align: center;
		border-radius: 10px;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
		display: none;
		font-weight: bold;
	}
	
	#window_image {
		width: 580px;
		height: 326px;
		margin: 10px auto 10px auto;
		display: block;
	}
	
	#window_text {
		display: block;
		margin-bottom: 15px;
	}
}

