@charset "utf-8";

/*====================*/
/* えいっとくんハウス */
/*====================*/

body {
	background-color: #F01E00;

}

.eittokun-container {
	text-align: center;
}

.eittokun .video .inner {
	margin: 40px auto;
}

.eittokun .video img {
	width: 100%;
	height: auto;
}

.eittokun .eittokun-bn {
	margin-top: 20px
}

.eittokun .eittokun-tweet {
	margin-top: 44px
}

.eittokun .eittokun-tweet .title {
	height: 57px;
	position: relative;
	background-color: #0D0200;
}

.eittokun .eittokun-tweet .title img {
	height: 80px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.eittokun .eittokun-tweet .tweet-box {
	height: 420px;
	padding: 8px;
	background-color: #FFF;
	border: 10px solid #0D0200;
	border-top: none;
	box-sizing: border-box;
	overflow-y: scroll;
	text-align: left;
}

.eittokun .eittokun-tweet .list-tweet li:not(:last-child) {
	border-bottom: 1px dotted #CCC;
	margin-bottom: 16px;
}

.eittokun .eittokun-tweet .tweet-box .t-title {
	font-weight: bold;
	line-height: 1.3;
}

.eittokun .eittokun-tweet .tweet-box .t-date {
	display: inline-block;
	margin-left: 8px;
	font-weight: normal;
	color: #999;
}

.eittokun .eittokun-tweet .tweet-box .t-contents {
	margin-top: 8px;
	padding-bottom: 16px;
}

.eittokun .eittokun-tweet .tweet-box .t-contents figure {
	margin-top: 8px;
}

.eittokun h2 {
	margin: 24px 0 16px;
}

.eittokun .list-coloring {
	font-size: 0;
}

.eittokun .list-coloring li {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin-bottom: 24px;
	margin-right: 4%;
	text-align: left;
}

.eittokun .list-coloring li:nth-child(2n) {
	margin-right: 0;
}

.eittokun .list-coloring li a {
	display: block;
	padding-top: 16px;
}


footer {
	border-top: none;
	background: none;
}

footer .f-logo {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    margin: 0 20%;
}

footer .copyright {
	text-align: center;
	color: #FFF;
	background-color: #F01E00;
}