/* CLEARFIX
------------------------------------------------------------------------------*/

#bar:after,
#sNav ul:after,
article a:after,
#videoInfo:after,
footer ul:after,
.adType_2 > div:after,
.adType_3 .thumbList:after,
.tagList:after,
.osList:after,
#videoDl:after,
#videoCapture ul:after,
#searchBox > ul:after,
#searchKeyword form:after,
.spCatch ul:after,
.paging ul:after,
#rankBox > ul:after,
#visual:after {
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	content: ".";
}

/* HEADER
------------------------------------------------------------------------------*/

#bar {
	position: relative;
	padding: 0 10px 0;
	background: #FFF url(/images/bg_header.png) no-repeat center;
	background-size: 50%;
	z-index: 10;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

#bar h1 {
	float: left;
	width: 58px;
	height: 25px;
	padding: 15px 0;
}

#sNav {
	position: relative;
	z-index: 5;
	background: #F5F5F5;
	padding: 10px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	   -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
	        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2);
}

#sNav li {
	width: 145px;
}

#sNav .dmm {
	float: left;
	background: #F00;
}

#sNav .mgs {
	float: right;
	background: #000;
}

#sNav li a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	padding: 7px 0;
	text-align: center;
}

#btnMenu {
	float: right;
	width: 80px;
	height: 45px;
	margin-top: 5px;
}

#btnMenu a {
	text-align: center;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.5;
	height: 40px;
	padding-top: 5px;
	opacity: 0.8;
}

.bg_1 {
	background: #FF579C;/*pink*/ 
}

.bgPink {
	background: #FFEEF5;
}

.bg_2 {
	background: #FFD200;/*yellow*/
}

.bgYellow {
	background: #FFFAE5;
}

.bg_3 {
	background: #61C9FF;/*blue*/
}

.bg_4 {
	background: #00BB58;/*green*/
}

/* DRAWER
------------------------------------------------------------------------------*/

#drawer > div {
	padding: 20px;
}

#drawer h3,
#drawer .btn {
	margin-bottom: 20px;
}

#drawer h4 {
	margin-bottom: 10px;
}

#drawer p {
	line-height: 1.5;
	margin-bottom: 10px;
}

/* WRAPPER
------------------------------------------------------------------------------*/

#wrapper {
	position: relative;
	background: #DFF4FF;
}

/* HEADING
------------------------------------------------------------------------------*/

h2 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	padding: 10px;
}

h2 span {
	font-size: 10px;
	line-height: 16.8px;
	display: block;
	float: right;
	width: auto;
}

h3 {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 10px;
}

/* ARTICLE LIST
------------------------------------------------------------------------------*/

.cnt article,
#videoInfo {
	position: relative;
	background: #FFF;
	border-bottom: 1px solid #EFEFEF;
}

.cnt article:nth-child(odd),
.cnt article.mainLast {
	background: #F5F5F5;
}

.cnt article > a,
#videoInfo {
	padding: 10px;
}

.cnt article:last-child {
	border-bottom: none;
}

.cnt article figure,
#videoInfo figure {
	position: relative;
	float: left;
	width: 100px;
	height: 100px;
}

.cnt article figure .numRank {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	padding: 5px 7px;
	background: #FF579C;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	opacity: 0.8;
}

.cnt article figure .numMin {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	padding: 3px 5px;
	background: #000;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	border-left: 1px solid #FFF;
	border-top: 1px solid #FFF;
	opacity: 0.6;
}

.cnt article .info,
#videoInfo .info {
	margin-left: 110px;
}

.cnt article .info p,
#videoInfo .info p {
	line-height: 1.2;
}

.btnMore,
#btnEnter {
	background: #FFF;
	text-align: center;
}

.btnMore a,
#btnEnter a {
	font-size: 16px;
	font-weight: bold;
	padding: 15px 0;
}

.cnt article time {
	position: absolute;
	right: 0;
	top: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	color: #FFF;
	background: #A0DFFF;
	padding: 5px 7px;
}

.siteName {
	color: #999;
	font-size: 10px;
	margin-top: 10px;
}

#rankBox > ul li {
	float: left;
	width: 50%;
	background: #66D69B;
	text-align: center;
}

#rankBox > ul li a {
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}

#rankBox > ul .ui-tabs-active {
	background: #00BB58;
}

/* HEADLINE
------------------------------------------------------------------------------*/

.headLine {
	border: 3px solid #C0E9FF;
	border-radius: 10px;
	background: #FFF;
	padding: 10px;
	margin: 10px;
}

.headLine h3 {
	padding-bottom: 10px;
	border-bottom: 3px solid #C0E9FF;
}

.headLine time {
	display: inline-block;
	width: 50px;
	color: #FFF;
	font-size: 10px;
	font-family: "Montserrat", sans-serif;
	text-align: center;
	background: #A0DFFF;
	padding: 3px 0;
	margin-right: 5px;
}

.headLine li {
	padding-bottom: 3px;
	border-bottom: 1px dotted #C0E9FF;
	margin-bottom: 5px;
}

.headLine li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

/* FOOTER
------------------------------------------------------------------------------*/

footer > nav {
	background: #CEC6AF;
}

footer > nav ul {
	padding: 10px 10px 0;
}

footer > nav li {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

footer > nav li a {
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	background: #B2AA92;
	padding: 10px 0;
}

footer > nav li:nth-child(odd) a {
	margin-right: 5px;
}

footer > nav li:nth-child(even) a {
	margin-left: 5px;
}

#copy {
	color: #FFF;
	font-size: 10px;
	text-align: center;
	background: #04547E;
	padding: 10px 10px;
}

/* AD
------------------------------------------------------------------------------*/

.bnr320_100 {
	height: 100px;
}

.bnr300_250 {
	/*width: 300px;
	height: 250px;
	padding: 10px 0;*/
	margin: 0 auto;
}

.bnr320,
.bnr320_100 {
	width: 320px;
	margin: 0 auto;
}

.mb10 {
	margin-bottom: 10px;
}

.adType_1 div {
	padding: 10px;
}

.adType_1 p {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

.adType_1 .bnr {
	margin: 10px 0;
}

.adType_2 > div {
	padding: 10px;
}

.adType_2 .bnr {
	float: left;
	width: 100px;
}

.adType_2 .info {
	position: relative;
	height: 150px;
	margin-left: 110px;
}

.adType_2 .info > p {
	position: absolute;
	height: 70px;
	bottom: 0;
}

.bln {
	position: relative;
	text-align: center;
	background: #FFF;
	padding: 10px 5px;
	border: 3px solid #FFCCE1;
	margin-bottom: 10px;
}

.bln:after,
.bln:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.bln:after {
	border-top-color: #FFF;
	border-width: 10px;
	margin-left: -10px;
}

.bln:before {
	border-top-color: #FFCCE1;
	border-width: 14px;
	margin-left: -14px;
}

.bln h3 {
	font-weight: bold;
	margin-bottom: 5px;
}

.adType_3 > div {
	padding: 10px 8px 2px;
}

.adType_3 h3 {
	text-align: center;
}

.adType_3 .bln {
	margin-bottom: 20px;
}

.adType_3 .bln p {
	line-height: 1.5;
}

.thumbList li {
	float: left;
	width: 70px;
	height: 70px;
	margin: 0 8px 8px 0;
}

.thumbList li:last-child {
	margin-right: 0;
}

/* ARTICLE
------------------------------------------------------------------------------*/

#wrapper > article {
	background: #FFF;
}

article h1,
#liveChat h1 {
	color: #FFF;
	font-size: 14px;
	line-height: 1.2;
	padding: 10px
}

.dmm article h1 {
	background: #F00;
}

.mgs article h1 {
	background: #000;
}

#videoPlay,
#videoDVD {
	padding: 10px;
}

#videoPlay h3,
#videoDVD h3,
#guide h3 {
	padding: 0 0 10px;
	border-bottom: 3px solid #c0e9ff;
}

.btn {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	background: #61C9FF;
	padding: 10px;
	border-radius: 7px;
	margin-bottom: 10px;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
	        box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
}

.btn span {
	display: block;
	float: right;
	width: auto;
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	background: #A0DFFF;
	padding: 5px;
	border: 1px solid #FFF;
}

#samplePlayer {
	position: relative;
	padding: 15px;
	text-align: center;
	background: #C0E9FF;
	margin-bottom: 20px;
}

#samplePlayer:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #C0E9FF transparent transparent transparent;
}

video {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

#videoPlay > .btn {
	text-align: left;
}

.osList {
	margin: 0 0 10px;
}

.osList li {
	float: left;
	width: auto;
	color: #FFF;
	font-size: 10px;
	font-family: "Montserrat", sans-serif;
	padding: 5px 10px;
	border-radius: 5px;
	margin-right: 5px;
}

.iphone {
	background: #4D4D4D;
}

.android {
	background: #B3CB39;
}

#videoTags {
	padding: 10px 10px 5px;
}

/* DOWNLOAD
------------------------------------------------------------------------------*/

#videoDl {
	padding: 10px 10px 0;
	border: 2px solid #FFF1B2;
}

#videoDl > div {
	float: left;
	width: 50%;
	margin-bottom: 10px;
}

#videoDl h3 {
	border-bottom: 2px solid #FFF1B2;
}

#videoDl h4 {
	font-size: 10px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

#videoDl p,
#longHow p {
	line-height: 1.5;
	word-break: break-all;
	clear: both;
	margin-bottom: 10px;
}

#videoDl > div > div {
	padding: 5px 5px 0;
}

#goodReader > div {
	border: 2px solid #B2EACD;
	background: #E5F8EE;
	margin-right: 5px;
}

#downloadTube > div {
	border: 2px solid #FFCCE1;
	background: #FFEEF5;
	margin-left: 5px;
}

#goodReader h4 {
	color: #00B656;
	border-bottom: 2px solid #B2EACD;
}

#downloadTube h4 {
	color: #FF579C;
	border-bottom: 2px solid #FFCCE1;
}

#videoDl > div > div > a {
	color: #FFF;
	font-weight: bold;
	text-align: center;
	padding: 7px 0;
	border-radius: 7px;
	margin-bottom: 5px;
}

#goodReader > div > a {
	background: #00B656;
}

#downloadTube > div > a {
	background: #FF579C;
}

/* CAPTURE
------------------------------------------------------------------------------*/

#videoCapture {
	margin-bottom: 10px;
}

#videoCapture ul {
	font-size: 0;
}

#videoCapture li {
	display: inline-block;
	width: 25%;
	height: auto;
}

#videoCapture li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#videoCapture #btnCapture {
	width: 100%;
	margin: 10px 0 0;
}

#videoCapture #btnCapture a {
	display: block;
	box-sizing: border-box;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	background: #4D4D4D;
	border-radius: 7px;
	-webkit-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
	        box-shadow: 0 3px 0 0 rgba(0,0,0,0.1);
	margin: 0 10px;
}

/* PACKAGE
------------------------------------------------------------------------------*/

#videoPack {
	position: relative;
	margin-bottom: 10px;
}

#videoPack p {
	text-align: center;
}

#videoPack img {
	width: 100%;
	height: auto;
}

#videoPack table {
	position: absolute;
	left: 10px;
	top: 10px;
	max-width: 60%;
	border-collapse: collapse;
	background: #FFEEF5;
	opacity: 0.8;
}

#videoPack th,
#videoPack td {
	font-size: 10px;
	line-height: 1.2;
	padding: 5px;
	border: 1px solid #FFCCE1;
}

#videoPack th {
	color: #FFF;
	background: #FF579C;
	text-align: left;
}

#videoPack td a {
	margin-right: 5px;
	text-decoration: underline;
}

/* LONG
------------------------------------------------------------------------------*/

#longHow {
	padding: 10px;
	margin-bottom: 10px;
}

.dmm #longHow {
	border: 2px solid #F00;
}

.mgs #longHow {
	border: 2px solid #000;
}

.dmm #longHow h3 {
	border-bottom: 2px solid #F00;
}

.mgs #longHow h3 {
	border-bottom: 2px solid #000;
}

#longHow dl {
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}

.dmm #longHow dl {
	background: #FFE5E5;
}

.mgs #longHow dl {
	background: #F5F5F5;
}

#longHow dt {
	margin-bottom: 5px;
}

#longHow dd strong {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	margin-right: 5px;
}

.dmm #longHow .btn {
	background: #F00;
	margin-bottom: 0;
}

.mgs #longHow .btn {
	background: #000;
	margin-bottom: 0;
}

/* TOPIC PATH
------------------------------------------------------------------------------*/

#topicPath {
	position: relative;
	color: #FFF;
	font-size: 10px;
	padding: 10px;
	z-index: 100;
}

#topicPath a {
	display: inline;
	color: #FFF;
	text-decoration: underline;
}

.dmm #topicPath {
	background: #F00;
}

.mgs #topicPath {
	background: #000;
}

.dmm #topicPath:after,
.mgs #topicPath:after {
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-width: 10px;
	margin-left: -10px;
	z-index: 15;
}

.dmm #topicPath:after {
	border-bottom-color: #F00;
	left: 80px;
}

.mgs #topicPath:after {
	border-bottom-color: #000;
	right: 70px;
}

/* SEARCH
------------------------------------------------------------------------------*/

#searchBox > ul {
	background: #FFF;
}

#searchBox > ul li {
	float: left;
	width: 25%;
	background: #66D69B;
	text-align: center;
	margin-right: 1px;
}

#searchBox > ul li a {
	color: #FFF;
	font-weight: bold;
	padding: 10px;
}

#searchBox > div {
	border-top: 3px solid #00BB58;
	background: #FFF;
	padding: 10px 10px 5px;
}

#searchBox > ul .ui-tabs-active {
	background: #00BB58;
}

.tagList li {
	border-radius: 5px;
	float: left;
	width: auto;
	margin: 0 5px 5px 0;
}

.tagList li a:before {
	content: '\f02b';
	font-family: FontAwesome;
	margin-right: 5px;
}

.adType_3 .tagList li,
#searchBox .tagList li,
#videoTags .tagList li {
	background: #04547E;
	padding: 5px 7px;
}

.adType_3 .tagList li,
#searchBox .tagList li a,
#videoTags .tagList li a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

#searchKeyword form {
	padding-bottom: 5px; 
}

#searchKeyword input {
	display: block;
	float: left;
	width: 198px;
	height: 40px;
	font-size: 20px;
	font-weight: bold;
	background: #FFF;
	padding: 0 10px;
	border: 2px solid #FFABCD;
	border-right: none;
	border-radius: 0;
}

#searchKeyword button {
	display: block;
	float: left;
	width: 80px;
	height: 44px;
	border: 2px solid #FFABCD;
	background: #FF579C;
	color:  #FFF;
	font-family: "Montserrat", sans-serif;
}

/* GUIDE
------------------------------------------------------------------------------*/

#guide {
	padding: 20px 10px 10px;
}

#guide h4 {
	margin-bottom: 10px;
}

#guide p {
	line-height: 1.5;
	margin-bottom: 20px;
}

#guide p strong {
	color: #FF579C;
	background: #FFFAE5;
	margin: 0 3px;
}

#guide p img {
	border: 5px solid #C0E9FF;
}

#guide .btn {
	margin-bottom: 20px;
}

/* MGS
------------------------------------------------------------------------------*/

#spHead {
	color: #FFF;
	text-align: center;
	text-shadow: 1px 1px 2px #000;
	padding: 10px 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5) inset;
	   -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5) inset;
	        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5) inset;
}

.dmm #spHead {
	background-color: #BD362F;
	background-image: -moz-linear-gradient(top, #BD362F, #EE5F5B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#BD362F), to(#EE5F5B));
	background-image: -webkit-linear-gradient(top, #BD362F, #EE5F5B);
	background-image: -o-linear-gradient(top, #BD362F, #EE5F5B);
	background-image: linear-gradient(to bottom, #BD362F, #EE5F5B);
}

.mgs #spHead {
	background-color: #303030;
	background-image: -moz-linear-gradient(top, #303030, #404040);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#303030), to(#404040));
	background-image: -webkit-linear-gradient(top, #303030, #404040);
	background-image: -o-linear-gradient(top, #303030, #404040);
	background-image: linear-gradient(to bottom, #303030, #404040);
}

#spHead h1 {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 10px;
}

#spHead dt {
	margin-bottom: 5px;
}

#spHead dd strong {
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	margin-right: 5px;
}

.spCatch li {
	float: left;
	width: 20%;
	height: auto;
}

.spCatch li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#spGuide,
#spFaq {
	background: #FFF;
}

.dmm #spGuide h2,
.dmm #spFaq h2 {
	background: #F00;
}

.mgs #spGuide h2,
.mgs #spFaq h2 {
	background: #000;
}

#spGuide > div,
#spFaq > div {
	padding: 10px;
}

#spGuide p {
	line-height: 1.5;
	margin-bottom: 10px;
}

#spGuide .btn {
	margin-bottom: 0;
}

.mgs #spGuide .btn {
	background: #000;
}

.dmm #spGuide .btn {
	background: #F00;
}

#spFaq h3 {
	padding-bottom: 10px;
}

.faqList {
	margin-bottom: 10px;
}

.dmm #spFaq h3 {
	border-bottom: 3px solid #F00;
}

.mgs #spFaq h3 {
	border-bottom: 3px solid #000;
}

#spFaq dt {
	font-weight: bold;
	padding: 10px;
	cursor: pointer;
	margin-top: 1px;
}

.dmm #spFaq dt {
	background: #FFE5E5;
}

.mgs #spFaq dt {
	background: #F5F5F5;
}

#spFaq dd {
	line-height: 1.5;
	padding: 10px;
	background: #DFF4FF;
}

#spFaq strong {
	background: #FFFAE5;
}

#spFaq .btn {
	margin: 10px 0 0;
}

/* PAGING
------------------------------------------------------------------------------*/

.paging {
	margin: 10px 10px 0;
	padding-bottom: 5px;
}

.paging li {
	float: left;
	line-height: 30px;
	margin: 0 5px 5px 0;
}

.paging li a {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	line-height: 30px;
	padding: 0 10px;
	background: #A0DFFF;
}

.paging .current a {
	background: #61C9FF;
}

.pagingDot {
	line-height: 30px;
}

/* SEARCH RESULT
------------------------------------------------------------------------------*/

#searchResult {
	color: #FFF;
	padding: 10px;
}

#searchResult h1 {
	font-size: 14px;
	margin-bottom: 5px;
}

#searchResult span,
#spResult span {
	font-size: 20px;
	font-family: "Montserrat", sans-serif;
	margin-right: 5px;
}

#spResult span {
	margin-left: 5px;
}

#spResult a {
	color: #FFF;
	padding: 10px;
}

#spResult .dmm {
	background: #F00;
}

#spResult .mgs {
	background: #000;
}

#spResult a:after {
	content: '\f054';
	font-family: FontAwesome;
	line-height: 20px;
	float: right;
}

/* SPONSOR
------------------------------------------------------------------------------*/

#sponsor {
	background: #FFF;
	padding: 0 0 15px;
	margin: 0;
}

#sponsor h1 {
	color: #FFF;
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
	background: #F00;
	padding: 0 10px 10px;
}

.mgs #sponsor h1 {
	background: #000;
}

#sponsor h1 span {
	display: block;
	font-size: 12px;
	margin-bottom: 5px;
}

#faqList {
	padding: 0 10px 0;
}

#faqList dt {
	background: #F5F5F5;
	padding: 10px;
	font-weight: bold;
	margin-bottom: 10px;
}

#faqList dd {
	line-height: 1.3;
	margin-bottom: 10px;
}

#sponsor p {
	line-height: 1.3;
	padding: 10px;
}

#sponsor ol {
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 10px 10px;
}

#sponsor ol li {
	line-height: 1.3;
	margin-bottom: 10px;
}

#sponsor li:last-child {
	margin-bottom: 0;
}

#visual {
	position: relative;
}

#visual li {
	float: left;
	width: 20%;
	height: auto;
}

#visual li img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

#visual #visualNum {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 35%;
	text-align: center;
	background: #FFF;
	opacity: 0.7;
	border-radius: 50%;
	padding-top: 15%;
	margin: 25%;
}

#visualNum dt {
	margin-bottom: 5px;
}

#visualNum dd span {
	font-size: 48px;
}

#flowList {
	padding: 10px 10px 0;
}

#flowList li {
	text-align: center;
	background: #FAF520;
	padding: 10px 0;
	margin-bottom: 15px;
	position: relative;
	z-index: 0;
}

#flowList li dt {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#flowList li dt span {
	position: absolute;
	display: block;
	left: 5px;
	top: 5px;
	color: #FFF;
	font-size: 32px;
	font-weight: normal;
}

#flowList li dd a {
	display: inline;
	text-decoration: underline;
}

#flowList li dd strong {
	color: #F00;
}

#sponsor h3 {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: #F00;
	padding: 20px 0;
	position: relative;
}

.mgs #sponsor h3 {
	background: #000;
}

.balloon:after,
#sponsor h3:after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
}

.balloon:after {
	border-color: #FAF520 transparent transparent transparent;
}

#sponsor h3:after {
	border-color: #F00 transparent transparent transparent;
}

.mgs #sponsor h3:after {
	border-color: #000 transparent transparent transparent;
}

/* LIVE CHAT
------------------------------------------------------------------------------*/

#liveChat > div {
	padding: 10px;
	background: #FFF;
}

/* AD
------------------------------------------------------------------------------*/

#fg_ad {
	height: 250px;
}

/* FAM
------------------------------------------------------------------------------*/

.fam {
	border: 3px solid #C0E9FF;
	background: #FFF;
	border-radius: 10px;
	margin: 10px;
}

.fam article {
	padding: 10px;
}

.fam article:last-child {
	border-top: 1px solid #C0E9FF;
}

.fam img {
	width: 100px;
	height: 100px;
	vertical-align: bottom;
}

.fam span {
	font-size: 14px;
	line-height: 1.5;
	display: block;
	margin: 0 0 0 110px; 
}

.famVertical {
	background: #FFFAE5;
}

.famVertical img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

.famVertical span {
	position: relative;
	display: block;
	padding: 10px;
	width: auto;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	background: #FFF;
	border: 3px solid #FFE448;
	z-index: 0;
	margin: 20px 0 0;
}

.famVertical span:before {
	content: "";
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -9px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 9px 9px 9px;
	border-color: transparent transparent #FFF transparent;
	z-index: 0;
}

.famVertical span:after {
	content: "";
	position: absolute;
	top: -12px;
	left: 50%;
	margin-left: -10px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #FFE448 transparent;
	z-index: -1;
}

.famVertical br {
	display: none;
}

#recruit {
	display: block;
	text-decoration: underline;
	text-align: center;
	line-height: 40px;
	background: #C0E9FF;
}