@charset "UTF-8";

body {
	color:444444;
	margin: 0;
	padding: 0;
	text-align:center;
	background-image: url(""); /* 全体の背景画像 */
	background-position: 50% 0%;                     /* 背景画像の位置は画面中央 */
	background-repeat: repeat;                     /* 背景を横方向のみ繰り返す */
	background-color:#ff4780;
	behavior: url(border-radius.htc);
	behavior: url(ie-css3.htc);
	width: 100%;
    height: auto;
    min-height: 1px;
    max-height: 999999px;
}

.info_list{
	padding: 2px;
	word-wrap: break-word;
}

.info_box{
	width:47%;
	padding: 1;
	font-size:small;
	position:absolute;
	left:26%;
	color:#ffffff;
	top:78%;
	/*border: 1px solid #FFFFFF; */
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	word-wrap: break-word;
}

.info_marquee{

}
/* もどる系リンク */
.goto-pagetop-eco {
	text-align:right;
}

/* コピーライト */
#copyright-area-eco {
	width:100%;
	background-color:#50ad00;
	margin-left:auto;
	margin-right:auto;
}
.copyright-text-eco {
	font-size:10pt;
	padding:10px 5px 10px 5px;
	color:#ffffff;
}

.blog_imag_width img {
	/*width:100%;*/
	max-width:100% !important;
	height: auto !important;
	margin: 0px  !important;

}


ul {
	list-style-type: none;
}


	#btn{
		display:block;
	}

	#overlay{
		display: none;
		width: 100%;
		height:100%;
		min-height: 100%;
		max-height: 100%;
		text-align: center;
		position: absolute;
		top: 0;
		center:0;
		z-index: 100;
		background: rgba(0,0,0,0.7);
	}

	#text{
		font-size: 40px;
		color: #eee;
		vertical-align: middle;
		font-weight: bold;
	}

	#close{
		margin: auto;
		text-align: center;
		padding:5px 0 5px 10px;
		border-radius: 3px;
		cursor: pointer;
	}


.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display:none;
	z-index: 9999;
	background: rgba(0,0,0,0.3);
}
.overlay box {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}
.overlay img {
	border: 5px solid #ddd;
}
.overlay:target {
	display: table;
}
.overlay .right {
	display:block;
	text-align: center;
	line-height: 2em;
}
