

.facebook-wrapper {
    max-width: 500px; /* Facebook Page Plugin の最大幅 */
    margin: 1em auto 1em;
}
.facebook-wrapper > .fb-page {
    width: 96%;
}
.facebook-wrapper > .fb-page > span,
.facebook-wrapper iframe {
    width: 100% !important;
}

.panel {
	position: absolute;
	width: 50%;
	height: 100%;
}


/* 
* --------------------------------------- */
#imgBg {
	background: url(../images/bg_0001.jpg) no-repeat top right;
	background-size: cover;
	right: 0;
}

#Contents {
	left: 0;
	overflow-y: scroll;
	background: #e5e5e5;
	-ms-overflow-style:none;
}
#Contents::-webkit-scrollbar {
	display: none;
}


/* #imgBg
* --------------------------------------- */
#imgBg .h1wrap  {
	width: 50%;
	position: fixed;
	bottom: 10%;
	background: rgba(0, 0, 0, 0.7);
	padding: 1em 0;
}
#imgBg h1 {
	color: #fff;
	font-size: 2.4em;
	line-height: 1.6;
	text-shadow: 0.07em 0.07em 0 rgba(100, 100, 100, 0.5);
	text-align: center;
}


/* #Contents
* --------------------------------------- */
#Contents h1 {
	background: #0A3388;
	color: #fff;
	font-size: 1.6em;
	text-shadow: 0.07em 0.07em 0 rgba(0, 0, 0, 0.5);
	padding: .5em;
	text-align: center;
}
#Contents h1:nth-child(1) {
	margin-top: 2em;
}

#Contents .tweetbox {
	padding: 1em;
}

#Contents .addbox {
	margin: 1em 1em 4em;
	padding: 1em;
	background: #fff /*rgba(165, 165, 165, 0.4)*/;
	border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#Contents .addbox h2 {
	font-size: 1.4em;
	line-height: 2;
	font-weight: bold;
}
#Contents .addbox p {
	margin-bottom: 1em;
}
#Contents .addbox ul {
	padding-right: 5em;
}
#Contents .addbox dl {
	display: table;
	line-height: 1.4;
}
#Contents .addbox dt {
	width: 6em;
	display: table-cell;
}


/* responsive styles
* --------------------------------------- */
@media screen and (max-width:769px) { 
	.panel {
		position: relative;
		width: 100%;
		height: auto;
	}
	#imgBg {
		height: 100%;
	}
	#imgBg .h1wrap  {
		width: 100%;
	}
	#Contents h1:nth-child(1) {
		margin-top: 1em;
	}
	#Contents .addbox dl {
		display: block;
		margin-bottom: 1em;
	}
	#Contents .addbox dt {
		display: block;
		width: 100%;
	}
}
@media screen and (max-width: 480px) {
	#imgBg h1 {
		font-size: 1.4em;
	}
}


