@charset "UTF-8";

/* ==================================================
HEADER
================================================== */
#hdrWrap-home {
	padding: 131px 0 80px;
}

#hdrWrap-home .date {
	margin-bottom: 20px;
	text-align: center;
	font-family: sofia-pro, sans-serif;
	font-size: 2rem;
	font-weight: 900;
}

#hdrWrap-home .date span {
	display: inline-block;
}

#hdrWrap-home .date .week {
	margin-right: 30px;
}

#hdrWrap-home .date .time {
}

#hdrWrap-home .date .time b {
	display: inline-block;
	margin-right: 10px;
}

#hdrWrap-home .arrowLine {
	position: relative;
}

@keyframes scroll-arrow {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}

#hdrWrap-home .arrowLine::after {
	content: "";
	display: block;
	width: 100%;
	height: 10px;
	background-color: transparent;
	background-repeat: repeat-x;
	background-image: url("/original/startline/asset/img/common/line_arrow1.png");
	background-position: left center;
	animation: scroll-arrow 400s linear infinite;
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	z-index: -1;
}

/*
#hdrWrap .arrowLine {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
}

#hdrWrap .arrowLine::before,
#hdrWrap .arrowLine::after {
	content: "";
	display: block;
	width: calc((100% - 515px) / 2);
	height: 10px;
	background-color: transparent;
	background-image: url();
	background-repeat: repeat-x;
	background-position: 50%;
	animation: scroll-arrow 400s linear infinite;
}

@keyframes scroll-arrow {
	from {
		background-position: 0 0;
	}
	to {
		background-position: 10000px 0;
	}
}

#hdrWrap .arrowLine::before {
	background-image: url("/original/startline/asset/img/common/line_arrow1.png");
	background-position: right center;
}

#hdrWrap .arrowLine::after {
	background-image: url("/original/startline/asset/img/common/line_arrow2.png");
	background-position: left center;
}
*/

#siteTitle {
	/*width: 515px;*/
	width: 500px;
	background: #fff;
	margin: 0 auto;
}

#siteTitle img {
}

#hdrWrap-home .navigator {
	text-align: center;
	margin-top: 30px;
}

#hdrWrap-home .navigator dt {
font-family: sofia-pro, sans-serif;
font-size: 1.6rem;
line-height: 1;
margin-bottom: 10px;
}

#hdrWrap-home .navigator dl {
	font-family: sofia-pro, sans-serif;
	font-size: 1.8rem;
	font-weight: 900;
	line-height: 1;
}


@media screen and (max-width: 768px) {
	#hdrWrap-home {
	}

	#hdrWrap-home .date {
	font-size: 1.6rem;
	}

	#hdrWrap-home .date span {
	}

	#hdrWrap-home .date .week {
	display: block;
	margin: 0 0 5px;
	}

	#hdrWrap-home .date .time {
	}

	#hdrWrap-home .date .time b {
	}

	#hdrWrap-home .arrowLine {
	}

	#hdrWrap-home .arrowLine::after {
	}

	#siteTitle {
	max-width: 340px;
	padding: 0 20px;
	width: 70%;
	}

	#siteTitle img {
	}

	#hdrWrap-home .navigator {
	}

	#hdrWrap-home .navigator dt {
	}

	#hdrWrap-home .navigator dl {
	}
}

@media screen and (max-width: 540px) {
	#hdrWrap-home {
	padding: 91px 0 40px;
	}

	#hdrWrap-home .date {
	font-size: 1.4rem;
	/*! margin-top: 30px; */
	margin-bottom: 15px;
	}

	#hdrWrap-home .date span {
	}

	#hdrWrap-home .date .week {
	margin: 0;
	}

	#hdrWrap-home .date .time {
	}

	#hdrWrap-home .date .time b {
	}

	#hdrWrap-home .arrowLine {
	}

	#hdrWrap-home .arrowLine::after {
	background-size: 60%;
	}

	#siteTitle {
	max-width: 340px;
	padding: 0 20px;
	width: 64%;
	}

	#siteTitle img {
	}

	#hdrWrap-home .navigator {
	margin-top: 20px;
	}

	#hdrWrap-home .navigator dt {
	font-size: 1.3rem;
	margin-bottom: 8px;
	}

	#hdrWrap-home .navigator dl {
	font-size: 1.6rem;
	}
}

/* ==================================================
CONTENTS
================================================== */
#mainCnt {
}

#mainCnt .areaTitle {
	font-size: 4rem;
	font-family: sofia-pro-condensed, sans-serif;
	font-weight: 900;
	letter-spacing: 0.06em;
	text-align: center;
	margin-bottom: 40px;
}

#mainCnt .areaTitle::after {
	content: "";
	display: block;
	width: 120px;
	height: 6px;
	background-image: url("/original/startline/asset/img/common/line_dot.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 100%;
	margin: 15px auto 0;
}

#mainCnt .areaTitle.displaynone {
	display: none;
}

#mainCnt > .separate {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 1200px;
	margin: 0 auto 100px;
	padding: 80px 40px 0;
}

#mainCnt > .separate .area {
	width: calc(100% / 1);
}

@media screen and (max-width: 768px) {
	#mainCnt {
	}

	#mainCnt .areaTitle {
	}

	#mainCnt .areaTitle::after {
	}

	#mainCnt .areaTitle.displaynone {
	}

	#mainCnt > .separate {
	display: block;
	padding: 80px 20px 0;
	}

	#mainCnt > .separate .area {
	width: 100%;
	}
}

@media screen and (max-width: 540px) {
	#mainCnt {
	}

	#mainCnt .areaTitle {
	font-size: 2.8rem;
	}

	#mainCnt .areaTitle::after {
	}

	#mainCnt .areaTitle.displaynone {
	}

	#mainCnt > .separate {
	display: block;
	padding: 60px 10px 0;
	margin-bottom: 60px;
	}

	#mainCnt > .separate .area {
	margin-bottom: 60px;
	}
}

/* NEXT ON AIR
------------------------------ */
#introArea {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 40px;
}

/**/

#next-on-air {
	position: relative;
	/*! max-width: 1200px; */
	/*! margin: 0 auto; */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	/*! padding: 0 40px; */
}

#next-on-air .pct {
	width: 480px;
}

#next-on-air .pct img {
}

#next-on-air .txt {
	width: calc(100% - 500px);
}

#next-on-air .txt .head {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
	height: 34px;
	padding-top: 5px;
}

#next-on-air .txt .head::after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	z-index: -1;
	top: 12px;
}

#next-on-air .txt .head .ttl {
	background-color: #fff;
	font-family: sofia-pro, sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1;
	padding-right: 30px;
}

#next-on-air .txt .head .date {
	font-family: sofia-pro, sans-serif;
	font-weight: 900;
	font-size: 1.4rem;
	line-height: 1;
	padding-left: 30px;
	background-color: #fff;
}

#next-on-air .txt .head .date::before {
	content: "DATE :";
	font-weight: 400;
	display: inline-block;
	margin-right: 15px;
}

#next-on-air .txt .comment {
	background-color: #f7f7f7;
	position: relative;
}

#next-on-air .txt .comment .inner {
	overflow: hidden;
	overflow-y: scroll;
	padding: 25px 22px 40px 20px;
	max-height: 338px;
	transition: max-height 0.8s ease-in 0s;
	/*! height: 338px; */
}

#next-on-air.view-all .txt .comment .inner {
	max-height: 2000px;
	overflow-y: hidden;
	/*! height: max-content; */
}

#next-on-air .txt .comment::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 30px;
	width: calc(100% - 20px);
	/*background-color: #f7f7f7;*/
	background: -moz-linear-gradient(top,  rgba(247,247,247,1) 0%, rgba(247,247,247,1) 60%, rgba(247,247,247,0) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 60%,rgba(247,247,247,0) 100%);
	background: linear-gradient(to bottom,  rgba(247,247,247,1) 0%,rgba(247,247,247,1) 60%,rgba(247,247,247,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00f7f7f7',GradientType=0 );
}

#next-on-air .txt .comment::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	width: calc(100% - 20px);
	/*background-color: #f7f7f7;*/
	background: -moz-linear-gradient(top,  rgba(247,247,247,0) 0%, rgba(247,247,247,1) 50%, rgba(247,247,247,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 50%,rgba(247,247,247,1) 100%);
	background: linear-gradient(to bottom, rgba(247,247,247,0) 0%,rgba(247,247,247,1) 50%,rgba(247,247,247,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=0 );
}

#next-on-air .txt .comment p {
	line-height: 1.7;
}

#next-on-air .txt .comment p:not(:last-of-type) {
	margin-bottom: 2em;
}

#next-on-air .txt .comment p a {
}

#next-on-air .viewBtn {
	position: absolute;
	bottom: -40px;
	right: 0;
	line-height: 1;
	/*! width: 85px; */
	height: 30px;
	padding: 5px 5px 0;
	text-align: center;
	cursor: pointer;
	transition: all 0.4s ease-out 0s;
}

#next-on-air .viewBtn:hover {
	opacity: 0.5;
}

/*#next-on-air .viewBtn em {
	transform: translateY(1px);
	display: inline-block;
	margin-right: 6px;
	font-family: sofia-pro, sans-serif;
	font-weight: 900;
}*/

#next-on-air .viewBtn::before {
	content: "VIEW ALL";
	transform: translateY(1px);
	display: inline-block;
	margin-right: 6px;
	font-family: sofia-pro, sans-serif;
	font-weight: 900;
}

#next-on-air.view-all .viewBtn::before {
	content: "CLOSE";
}

#next-on-air .viewBtn::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: transparent;
	background-image: url("/original/startline/asset/img/common/arrow_0.png");
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
	vertical-align: middle;
	transform: rotate(90deg);
}

#next-on-air.view-all .viewBtn::after {
	transform: rotate(-90deg);
}

@media screen and (max-width: 900px) {
	#introArea {
	padding: 0 20px;
	}

	/**/

	#next-on-air {
	display: block;
	}

	#next-on-air .pct {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
	}

	#next-on-air .pct img {
	}

	#next-on-air .txt {
	width: 100%;
	margin-top: 30px;
	}

	#next-on-air .txt .head {
	max-width: 580px;
	margin: 0 auto;
	height: 50px;
	}

	#next-on-air .txt .head::after {
	}

	#next-on-air .txt .head .ttl {
	}

	#next-on-air .txt .head .date {
	}

	#next-on-air .txt .head .date::before {
	}

	#next-on-air .txt .comment {
	}

	#next-on-air .txt .comment .inner {
	}

	#next-on-air.view-all .txt .comment .inner {
	}

	#next-on-air .txt .comment::before {
	}

	#next-on-air .txt .comment::after {
	}

	#next-on-air .txt .comment p {
	}

	#next-on-air .txt .comment p:not(:last-of-type) {
	}

	#next-on-air .txt .comment p a {
	}

	#next-on-air .viewBtn {
	}

	#next-on-air .viewBtn:hover {
	}

	/*#next-on-air .viewBtn em {
	}*/

	#next-on-air .viewBtn::before {
	}

	#next-on-air.view-all .viewBtn::before {
	}

	#next-on-air .viewBtn::after {
	}

	#next-on-air.view-all .viewBtn::after {
	}
}

@media screen and (max-width: 540px) {
	#introArea {
	padding: 0 10px;
	}

	/**/

	#next-on-air {
	}

	#next-on-air .pct {
	}

	#next-on-air .pct img {
	}

	#next-on-air .txt {
	}

	#next-on-air .txt .head {
	/*! height: 50px; */
	}

	#next-on-air .txt .head::after {
	}

	#next-on-air .txt .head .ttl {
	}

	#next-on-air .txt .head .date {
	}

	#next-on-air .txt .head .date::before {
	}

	#next-on-air .txt .comment {
	font-size: 1.3rem;
	}

	#next-on-air .txt .comment .inner {
	padding: 25px 18px 40px 12px;
	}

	#next-on-air.view-all .txt .comment .inner {
	}

	#next-on-air .txt .comment::before {
	}

	#next-on-air .txt .comment::after {
	}

	#next-on-air .txt .comment p {
	line-height: 1.6;
	}

	#next-on-air .txt .comment p:not(:last-of-type) {
	}

	#next-on-air .txt .comment p a {
	}

	#next-on-air .viewBtn {
	}

	#next-on-air .viewBtn:hover {
	}

	/*#next-on-air .viewBtn em {
	}*/

	#next-on-air .viewBtn::before {
	}

	#next-on-air.view-all .viewBtn::before {
	}

	#next-on-air .viewBtn::after {
	}

	#next-on-air.view-all .viewBtn::after {
	}
}

/* LINKS
------------------------------ */
#linksArea {
	padding: 90px 0 70px;
}

#linksArea .areaTitle {
}

#linksArea ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	max-width: 300px;
	margin: 0 auto;
}

#linksArea ul li {
}

#linksArea ul li a {
	display: block;
	transition: all 0.4s ease-out 0s;
}

#linksArea ul li a:hover {
	opacity: 0.6;
}

#linksArea ul li a img {
}

@media screen and (max-width: 540px) {
	#linksArea {
	}

	#linksArea .areaTitle {
	}

	#linksArea ul {
	max-width: 240px;
	}

	#linksArea ul li {
	width: 24px;
	}

	#linksArea ul li a {
	}

	#linksArea ul li a:hover {
	}

	#linksArea ul li a img {
	}
}

/* PROGRAM ARCHIVE
------------------------------ */
#programList {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0 40px;
}

#programList .block {
	width: calc((100% - 8px) / 3);
	margin-top: 30px;
	margin-right: 4px;
	position: relative;
}

#programList .block:nth-child(-n+3) {
	margin-top: 0;
}

#programList .block:nth-child(3n) {
	margin-right: 0px;
}

#programList .block a {
	color: #fff;
	text-decoration: none;
}

#programList .block .pct {
	overflow: hidden;
}

#programList .block .pct img {
	transition: all 0.4s ease-out 0s;
}

#programList .block a:hover .pct img {
	filter: brightness(110%) contrast(110%) saturate(120%);
	transform: scale(1.05);
}

#programList .block dl {
}

#programList .block dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row;
	padding: 0 10px;
	height: 68px;
}

#programList .block dl dt::after {
	content: "";
	display: block;
	width: 52px;
	height: 52px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: contain;
}

#programList .block dl dt .ttl {
	font-family: sofia-pro-condensed, sans-serif;
	font-weight: 700;
	line-height: 0.9;
	font-size: 2rem;
	width: calc(100% - 60px);
	transform: translateY(-2px);
}

#programList .block dl dd {
	font-weight: 700;
	line-height: 1.8;
	border-top: 1px solid #fff;
	padding: 10px 10px 35px;
	/*! position: relative; */
}

#programList .block dl dd::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 16px 16px;
	border-color: transparent transparent #ffffff;
	position: absolute;
	bottom: 10px;
	right: 10px;
	transition: all 0.4s ease-out 0s;
}

#programList .block a:hover dl dd::after {
	bottom: 7px;
	right: 7px;
}


#programList .type-1 { background-color: #f34644; }
#programList .type-2 { background-color: #f3b500; }
#programList .type-3 { background-color: #007fb4; }
#programList .type-4 { background-color: #009d19; }
#programList .type-5 { background-color: #a6d803; }
#programList .type-6 { background-color: #0bbecc; }
#programList .type-7 { background-color: #740c4d; }
#programList .type-8 { background-color: #f0659c; }
#programList .type-9 { background-color: #fb6002; }
#programList .type-10 { background-color: #b77222; }
#programList .type-11 { background-color: #009d19; }
#programList .type-12 { background-color: #12BECC;; }

#programList .type-1 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_1s.png"); }
#programList .type-2 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_2s.png"); }
#programList .type-3 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_3s.png"); }
#programList .type-4 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_4s.png"); }
#programList .type-5 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_5s.png"); }
#programList .type-6 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_6s.png"); }
#programList .type-7 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_7s.png"); }
#programList .type-8 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_8s.png"); }
#programList .type-9 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_9s.png"); }
#programList .type-10 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_10s.png"); }
#programList .type-11 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_11s.png"); }
#programList .type-12 dl dt::after { background-image: url("/original/startline/asset/img/common/icon_12s.png"); }

@media screen and (max-width: 768px) {
	#programList {
	padding: 0 20px;
	}

	#programList .block {
	width: calc((100% - 8px) / 2);
	}

	#programList .block:nth-child(-n+3) {
	margin-top: 30px;
	}
	
	#programList .block:nth-child(-n+2) {
	margin-top: 0;
	}

	#programList .block:nth-child(3n) {
	margin-right: 4px;
	}
	
	#programList .block:nth-child(2n) {
	margin-right: 0;
	}

	#programList .block a {
	}

	#programList .block .pct {
	}

	#programList .block .pct img {
	}

	#programList .block a:hover .pct img {
	}

	#programList .block dl {
	}

	#programList .block dl dt {
	}

	#programList .block dl dt::after {
	}

	#programList .block dl dt .ttl {
	}

	#programList .block dl dd {
	}

	#programList .block dl dd::after {
	}

	#programList .block a:hover dl dd::after {
	}


	#programList .type-1 {
	}
	#programList .type-2 {
	}
	#programList .type-3 {
	}
	#programList .type-4 {
	}
	#programList .type-5 {
	}
	#programList .type-6 {
	}
	#programList .type-7 {
	}
	#programList .type-8 {
	}
	#programList .type-9 {
	}

	#programList .type-1 dl dt::after {
	}
	#programList .type-2 dl dt::after {
	}
	#programList .type-3 dl dt::after {
	}
	#programList .type-4 dl dt::after {
	}
	#programList .type-5 dl dt::after {
	}
	#programList .type-6 dl dt::after {
	}
	#programList .type-7 dl dt::after {
	}
	#programList .type-8 dl dt::after {
	}
	#programList .type-9 dl dt::after {
	}
}

@media screen and (max-width: 540px) {
	#programList {
	padding: 0 10px;
	display: block;
	}

	#programList .block {
	width: 100%;
	margin: 0 0 20px !important;
	}

	#programList .block:nth-child(-n+3) {
	margin-top: 30px;
	}
	
	#programList .block:nth-child(-n+2) {
	margin-top: 0;
	}

	#programList .block:nth-child(3n) {
	margin-right: 4px;
	}
	
	#programList .block:nth-child(2n) {
	margin-right: 0;
	}

	#programList .block a {
	}

	#programList .block .pct {
	}

	#programList .block .pct img {
	}

	#programList .block a:hover .pct img {
	}

	#programList .block dl {
	}

	#programList .block dl dt {
	height: 48px;
	}

	#programList .block dl dt::after {
	width: 42px;
	height: 42px;
	}

	#programList .block dl dt .ttl {
	font-size: 1.8rem;
	line-height: 1;
	}

	#programList .block dl dd {
	line-height: 1.6;
	font-size: 1.3rem;
	}

	#programList .block dl dd::after {
	}

	#programList .block a:hover dl dd::after {
	}


	#programList .type-1 {
	}
	#programList .type-2 {
	}
	#programList .type-3 {
	}
	#programList .type-4 {
	}
	#programList .type-5 {
	}
	#programList .type-6 {
	}
	#programList .type-7 {
	}
	#programList .type-8 {
	}
	#programList .type-9 {
	}

	#programList .type-1 dl dt::after {
	}
	#programList .type-2 dl dt::after {
	}
	#programList .type-3 dl dt::after {
	}
	#programList .type-4 dl dt::after {
	}
	#programList .type-5 dl dt::after {
	}
	#programList .type-6 dl dt::after {
	}
	#programList .type-7 dl dt::after {
	}
	#programList .type-8 dl dt::after {
	}
	#programList .type-9 dl dt::after {
	}
}

/* INSTAGRAM
------------------------------ */
#instagramArea {
}

#instagramArea .areaTitle {
}

#instagramArea ul {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	flex-direction: row;
}

#instagramArea ul li {
	width: calc((60% - 4px) / 2);
	margin-top: 4px;
	overflow: hidden;
	border: 1px solid #d8d8d8;
}

#instagramArea ul li:nth-child(1),
#instagramArea ul li:nth-child(2) {
	margin-top: 0;
}

#instagramArea ul li a {
	display: block;
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
	width: 100%;
	transition: all 0.4s ease-out 0s;
}

#instagramArea ul li a:hover {
	transform: scale(1.05);
	filter: brightness(110%) contrast(110%) saturate(120%);
}

#instagramArea ul li a img {
}


@media screen and (max-width: 768px) {
	#instagramArea {
	margin-bottom: 80px;
	}

	#instagramArea .areaTitle {
	}

	#instagramArea ul {
	max-width: 500px;
	margin: 0 auto;
	}

	#instagramArea ul li {
	}

	#instagramArea ul li:nth-child(1),
	#instagramArea ul li:nth-child(2) {
	}

	#instagramArea ul li a {
	}

	#instagramArea ul li a:hover {
	}

	#instagramArea ul li a img {
	}

}

/* TWITTER
------------------------------ */
#twitterArea {
}

#twitterArea .areaTitle-txt {
  color: #0075c1;
}

#twitterArea .twWrap {
}

#twitterArea .twWrap .twFrame {
	/*! border-radius: 8px; */
	overflow: hidden;
	height: 680px;
	/*! max-width: 600px; */
	margin: 0 auto;
	border: 1px solid #d8d8d8;
}

#twitterArea .twWrap .twFrame .twitter-timeline {
}

@media screen and (max-width: 768px) {
	#twitterArea {
	}

	#twitterArea .areaTitle-txt {
	}

	#twitterArea .twWrap {
	max-width: 500px;
	margin: 0 auto;
	}

	#twitterArea .twWrap .twFrame {
	height: 640px;
	}

	#twitterArea .twWrap .twFrame .twitter-timeline {
	}
}

@media screen and (max-width: 540px) {
	#twitterArea {
	}

	#twitterArea .areaTitle-txt {
	}

	#twitterArea .twWrap {
	}

	#twitterArea .twWrap .twFrame {
	height: 500px;
	}

	#twitterArea .twWrap .twFrame .twitter-timeline {
	}
}
