@charset "UTF-8";

body{
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
}

img{
	width:100%;
}

i{
	margin: 0 1rem 0 0;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

/* 全体
----------------------------------------*/
#wrap{
	background: #e00102;
}


/* メインビジュアル 
----------------------------------------*/

.main{
	width: 100%;
	height: auto;
	background-image: url("../img/main_bg_pc.jpg");
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0 130px;
	
}

.main h1{
	width:100%;
	max-width: 1600px;
	margin: 0 auto;
}



@media only screen and (max-width: 750px) {
.main{
	width: 100%;
	background-image: none;
	display: block;
	padding: 0 0 32px;
}

.main h1{
	width:100%;
	max-width: 100%;
	background: #fff;
}

.main h1 img{

}

}



/*放送時間-*/
#on_air{
	padding: 2.5rem 0;
	width:100%;
	background: #bf0000;
	/*font-size: 6rem;
	font-weight: bold;
	text-align: center;
	color: #ffffff;*/
}

#on_air img{
	width: 1309px;
	height: auto;
	display: block;
	margin: 0 auto;
}

@media only screen and (max-width: 750px) {
#on_air{
	font-size: 3rem;
	padding: 1.4rem 1rem;
	font-weight: bold;
	letter-spacing: 0.5rem;
	line-height: 1.3;
	}

#on_air img{
	width: 100%;
}

}


/* 放送時間
---------------------*/

.slant-bg {
    width: 100%;
    margin: 0;
    padding: 1rem 0 2rem;

    top: -100px;
    z-index: 1;
    position: relative;

    background: #bf0000;
    background: #e00102;
    transform: skewY(-2deg);
    /*line-height: normal;*/
}

.slant-bg p  {
	transform: rotate(-0deg);
    -moz-transform: rotate(-0deg);
    -webkit-transform: rotate(-0deg);

    margin: 0 auto;
    font-size: 6.6rem;
    text-align: center;

    letter-spacing: 0.5rem;

	font-family: "M PLUS Rounded 1c", sans-serif;
	font-weight: 800;
	font-style: normal;
	max-width: 1600px;
	padding: 0;
}


@media only screen and (max-width: 1240px) {
.slant-bg p {
	width: 100%;
    font-size: 5rem;
}

}

@media only screen and (max-width: 1024px) {

.slant-bg {
    padding: 1.5rem;
    top: -110px;
    transform: skewY(-2.5deg);
}

.slant-bg p {
    font-size: 4rem;
}

}


@media only screen and (max-width: 834px) {
.slant-bg {
    top: -110px;	
}

}

@media only screen and (max-width: 750px) {

.main{
 	min-width:100%;
}

.slant-bg {
 	min-width:100%;
    padding: 2rem 1.5rem 0;
    position: relative;
    top: -40px;
}

.slant-bg p {
	font-size: 2.4rem;
    letter-spacing: 0rem;

	font-weight: 800;
	font-style: normal;
	}

}

@media only screen and (max-width: 414px) {
.slant-bg p {
	font-size: 2.2rem;
	}
}


@media only screen and (max-width: 375px) {
.slant-bg p {
	font-size: 2rem;
	}
}


@media only screen and (max-width: 320px) {
.slant-bg p {
	font-size: 1.8rem;
	}
}



/*コンテンツ
---------------------*/

#contents{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	/*background:#fbc700;*/
	background: #e00102;
	position: relative;

	margin-top: -170px;
}

#contents_wrap{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

section{
	width: 100%;
	margin: 0rem auto;
}

section.first_overview{
	width: 100%;
	padding: 14rem 0 12rem;
	margin: 0 auto;
	background: url(../img/cont_bg01.png);
	background-repeat: repeat;
	background-position:top;
}

section.event_overview{
	width: 100%;
	padding: 0 0 6rem;
	margin: 0 auto;
	/*background: url(../img/cont_bg03.png),#ffe91e;*/
	background: url(../img/cont_bg03.png),#e00102;
	background-repeat: repeat;
	background-position:bottom;
}


section.event_detail{
	width: 100%;
	padding: 10rem 0 6rem;
	margin: 0 auto;
	background: url(../img/cont_bg02.png),#ffe91e;
	background-repeat: repeat;
	background-position:top;
}

section.event_awards{
	width: 100%;
	padding: 6rem 0 6rem;
	margin: 0 auto;
	/*background: url(../img/cont_bg02.png),#fbab00;*/
	background: url(../img/cont_bg02.png),#feb20f;
	background-repeat: repeat-y;
	background-position:top;
}

section.event_profile{
	width: 100%;
	padding: 6rem 0 6rem;
	margin: 0 auto;
	/*background: url(../img/cont_bg02.png),#fe8405;*/
	background: #e00102;
	background-repeat: repeat-y;
	background-position:top;
}

section.mandan_link_area{
	width: 100%;
	padding: 8rem 0 12rem;
	margin: 0 auto;
	background: url(../img/cont_bg02.png),#fbab00;
	background-repeat: repeat-y;
	background-position:top;
}

.cont_wrap{
	width: 1200px;
	max-width: 1300px;
	margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
#contents{

}

}


@media only screen and (max-width: 750px) {
	
#contents{
	width: 100%;
	margin-top: 0;
}

#contents_wrap{
	width: 100%;
	padding: 0;
	margin: 0 auto;
}

section{
	margin: 0rem auto;
}

section.first_overview{
	width: 100%;
	padding: 0 0 8rem;
	background-size: contain;
}

section.event_detail{
	width: 100%;
	padding: 6rem 0 8rem;
	background-size: contain;
}

section.event_awards{
	width: 100%;
	padding: 6rem 0 2rem;

	background-position:initial;
	background-size: contain;
	background-position:top;
}

section.event_profile{
	width: 100%;
	padding: 6rem 0 2rem;
}

section.mandan_link_area{
	width: 100%;
	padding: 6rem 0 8rem;
	background-size: contain;
}


.cont_wrap{
	width: 100%;
	max-width: 100%;
	padding: 0 2rem;
}

}


/*見出し
---------------------*/

/*.ttl {
    text-align: center;
	width: 447px;
	height: auto;
	display: block;
	margin: 0 auto 6rem;              
}*/

.theme_txt{
	width: 100%;
	height: auto;

    margin: 0 auto 8rem;

	/*display: flex;
	justify-content: center;
	align-items: center;*/
	border-radius:50px;
	background: #fff;
	padding: 5rem 2rem 10rem;
	border: solid 6px #000;
	box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.4);
	}

.theme_txt p{
	font-size: 2.2rem;
	line-height: 2;

	color: #000000;
	font-family:"Mochiy Pop One", sans-serif;
    transform: rotateZ(0.03deg);
    /*font-weight: bold;*/
	font-style: normal;
	text-align: center;
	margin: 0 auto;
	}


/*見出し テキスト
---------------------*/

.midashi01 {
	position: relative;
	font-size: 3.5rem;
	text-align: center;

	font-weight: bold;
	color: #be0000;

	font-weight: bold;
	text-align: center;
}

.midashi01.event_overview,
.midashi01.event_detail,
.midashi01.event_awards,
.midashi01.event_mandan,
.midashi01.event_profile{
	position: relative;
	font-size: 3.5rem;
	text-align: center;
	font-weight: bold;
	color: #be0000;

	font-weight: bold;
	text-align: center;
	display: block;
	margin: 0 auto 6rem;
}


.midashi01::after {
	/*content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #be0000;*/
}

.midashi01.event_overview::after,
.midashi01.event_detail::after{
	/*content: '';
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	width: 70px;
	height: 5px;
	background-color: #ffffff;*/
}


.midashi01_mini {
    font-size: 40%;
}

/* h2画像サイズ*/
.midashi01 img.ttl_first_overview{
	display: block;
	margin: 0 auto;
	width: 444px;
	height: auto; 
	}

.midashi01 img.ttl_event_detail{
	display: block;
	margin: 0 auto;
	width: 440px;
	height: auto; 
	}

.midashi01 img.ttl_event_awards{
	display: block;
	margin: 0 auto;
	width: 306px;
	height: auto; 
	}


.midashi01 img.ttl_event_profile{
	display: block;
	margin: 0 auto;
	width: 380px;
	height: auto; 
	}

.midashi01 img.ttl_event_mandan{
	display: block;
	margin: 0 auto;
	width: 543px;
	height: auto; 
	}


/*概要*/

.overview_txt{
	font-size: 2.6rem;
	line-height: 2;

	color: #ffffff;
	font-family:"Mochiy Pop One", sans-serif;
    transform: rotateZ(0.03deg);
    /*font-weight: bold;*/
	font-style: normal;
	text-align: center;

}

/*イベント*/

.event_box{
	width: 100%;
	margin: 0 auto 10rem;
}

.event_box table {
  width: 100%;
	margin-bottom: 1rem;
	font-size: 2rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;

	/*font-family: "M PLUS 2", sans-serif;*/

	line-height: 2;
	transform:rotateZ(0.03deg); /* fontのギザギザを取る */
	
	font-family:"Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.event_box table th, table td {
	border: solid 2px #000000;
	padding: 1.5rem;
	background-color: white;
}

.event_box table th{
	background: #feb20f;
	width: 28%;
	text-align: center;
	color: #000000;
	font-weight: bold;
}

.event_box table td a{
	text-decoration: none;
}

.event_caption{
	font-size: 1.2rem;
	text-align: center;
	}

.event_txt_mini {
	font-size: 80%;
}

.fa-twitter:before {
    content: '𝕏' !important;
    font-family: sans-serif !important;
    font-weight: bold;
}


@media only screen and (max-width: 750px) {	

.midashi01.event_overview,
.midashi01.event_detail,
.midashi01.event_awards,
.midashi01.event_profile,
.midashi01.event_mandan{
	margin: 0 auto 3rem;
}

/* h2画像サイズ*/
.midashi01 img.ttl_first_overview{
	width: 100%;
	height: auto; 
	}

.midashi01 img.ttl_event_detail{
	width: 80%;
	height: auto; 
	}

.midashi01 img.ttl_event_awards{
	width: 60%;
	height: auto; 
	}


.midashi01 img.ttl_event_profile{
	width: 80%;
	height: auto; 
	}

.midashi01 img.ttl_event_mandan{
	width: 100%;
	height: auto; 
	}

/*イベント*/

.event_box{
	width: 100%;
	margin: 0 auto 6rem;
}

.event_box table {
  width: 100%;
	font-size: 1.6rem;
}

.event_box table th, table td {
  display: block;
  width: 100%;
	border-top: none; /* 一旦、すべてのborder-topを削除 */
}
	
.event_box table tr:first-child th{
	border-top: 1px solid #06932f; /* 一番上にあるthだけborder-topを追加 */
  }

.event_box table th{
	font-size: 1.8rem;
	padding: 1rem;
}

/*見出し
---------------------*/

.theme_txt p{
	font-size: 1.6rem;
	line-height: 1.8;
	text-align: left;
	}


}



/* プロフィール */

.profile_box_contents{
	width: 100%;
	display: flex;
	/*justify-content: center;*/
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 6rem;
}

.profile_box_photo{
	width: 479px;
	height: auto;
}

.profile_box_photo img{
	border-radius: 20px;
}

.profile_box_photo img.radius_none{
	border-radius: 0;
}

.profile_box_txt{
	width: 55%;
	font-family:"Mochiy Pop One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.profile_box_txt p{
	font-size:2rem;
	margin-bottom: 1.8rem;
	color: #ffffff;
	line-height: 1.8;
	text-align: left;
}

.profile_box_txt p.awards_name{
	font-size: 3rem;
	text-shadow: 2px 2px 0 #feb20f, -2px -2px 0 #feb20f,
                 -2px 2px 0 #feb20f, 2px -2px 0 #feb20f,
                 2px 0 0 #feb20f, -2px 0 0 #feb20f,
                 0 2px 0 #feb20f, 0 -2px 0 #feb20f;	
	color: #000000;
}


.profile_box_txt p.awards_txt{
	text-shadow: 2px 2px 0 #feb20f, -2px -2px 0 #feb20f,
                 -2px 2px 0 #feb20f, 2px -2px 0 #feb20f,
                 2px 0 0 #feb20f, -2px 0 0 #feb20f,
                 0 2px 0 #feb20f, 0 -2px 0 #feb20f;	
	color: #000000;
}

p.sub_ttl{
	font-size: 3rem;
	color: #dd0303;
	position: relative;
	background: #ffffff;
	padding: 1rem;
	line-height: normal;
	text-align: center;
	border-radius: 15px;
	border: solid 5px #dd0303;
	text-shadow:none;
}

p.sub_ttl::before {
  content: attr(data-text);
  position: absolute;
  color: #000;
  -webkit-text-stroke: 10px #000;
}

p.sub_ttl_s{
	font-size: 2.1rem;
	color: #dd0303;
	/*text-shadow: rgb(255, 255, 255) 2px 0px 0px, rgb(255, 255, 255) 1.75517px 0.958851px 0px, rgb(255, 255, 255) 1.0806px 1.68294px 0px, rgb(255, 255, 255) 0.141474px 1.99499px 0px, rgb(255, 255, 255) -0.832294px 1.81859px 0px, rgb(255, 255, 255) -1.60229px 1.19694px 0px, rgb(255, 255, 255) -1.97998px 0.28224px 0px, rgb(255, 255, 255) -1.87291px -0.701566px 0px, rgb(255, 255, 255) -1.30729px -1.5136px 0px, rgb(255, 255, 255) -0.421592px -1.95506px 0px, rgb(255, 255, 255) 0.567324px -1.91785px 0px, rgb(255, 255, 255) 1.41734px -1.41108px 0px, rgb(255, 255, 255) 1.92034px -0.558831px 0px;*/
	/*filter: drop-shadow(0px 2px 0px rgba(255,255,255,1)); */
	position: relative;
    text-decoration: underline; /* 下線 */
    text-decoration-thickness: 1.6em; /* 線の太さ */
    text-decoration-color: rgba(255, 255, 255, 1); /* 線の色 */
    text-underline-offset: -1.2em; /* 線の位置。テキストに重なるようにやや上部にする */
    text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

p.sub_ttl_s::before {
  content: attr(data-text);
  position: absolute;
  color: #000;
  -webkit-text-stroke: 10px #000;
}

p.copy{
	font-size: 1.6rem;
	text-align: right;
}

.profile_box_txt p.name{
	font-size: 3rem;
}

.profile_detail{
    margin-bottom: 1.8rem;
}

.profile_detail li{
	/*text-indent: -1em;
	padding-left: 1em;*/
    font-size: 1.8rem;
    color: #ffffff;
    line-height: 1.8;
    text-align: left;
}

.sns_box {
    width: 100%;
}

.sns_box a{
	color: #ffffff;
	text-decoration: none;
}

.sns_box i.fa-globe{
	font-size: 2rem;
	margin: 0 0.5rem 0 0;
}

.flex_wrap{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}


.profile_box{
	width: 100%;
	height: auto;
    padding: 8rem 0 0;
    margin: 0 auto 8rem;

    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
	}

.profile_box.prf_bottom{
	width: 100%;
	height: auto;
    padding: 0 0 0;
    margin: 0 auto 10rem;

    /*display: flex;
    justify-content: space-between;
    flex-wrap: wrap;*/
	}

/* 逆順 */
.box_reverse {
	flex-direction: row-reverse;
	}


/* MANDA HPリンクバナー */

.mandan_link{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 0;
}

.mandan_link a img{
	width: 543px;
	height: auto;
	display: block;
	margin: 0 auto;
}




/* プロフィール */
@media only screen and (max-width: 750px) {

p.sub_ttl{
	font-size: 2.4rem;
}


.profile_box_txt p.awards_name{
	font-size: 2.4rem;
}

.profile_box_txt p.name{
	font-size: 2.4rem;
}

.profile_box_contents{
	width: 100%;
	display: block;
	margin-bottom: 6rem;
}

.profile_box_photo{
	width: 100%;
}

.profile_box_txt{
	width: 100%;	
	margin: 2rem auto 1rem;
}

}

/* チケットぴあ ボタンのCSS */

.ticket-pia_btn{
	width: 100%;
	text-align: center;
	margin: 0 auto 4rem;
	display: flex;
}

.ticket-pia_btn a{
	color: #000000;
}

.ticket-pia_btn a:hover {
	/*opacity: 0.8;
	transition: 0.3s;*/
}

/* 募集中 */
.btn-icon_yellow {
	width: 50%;
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
	background-color: #ffe91e;
	font-size: 3rem;
	line-height: normal;
	text-decoration: none;

	border-radius: 100vh;
	border: solid 5px #000;
	position: relative;
	text-align: center;
	box-shadow: 4px 7px 0px 0px rgba(0, 0, 0, 1);
	
	overflow: hidden;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    color: #000000;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 3rem 0;
}

.btn-icon_yellow span{
    font-family:"Mochiy Pop One", sans-serif;
    position: relative;
    z-index: 3;
    color:#000000;
}

.btn-icon_yellow i.fa-globe{
    position: relative;
    z-index: 3;
    color:#000000;
    font-size: 4rem;
    margin: 0.5rem 1rem 0 1rem;
}

.btn-icon_yellow:hover span,
.btn-icon_yellow:hover i.fa-globe{
    color:black;
}

.btn-icon_yellow::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#ffffff;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

.btn-icon_yellow:hover::before {
  animation: skewanime .5s forwards;
}


/* 募集中 */
.btn-icon_red {
	width: 50%;
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
	background-color: #d31f1e;
	font-size: 3.6rem;
	line-height: normal;
	text-decoration: none;

	border-radius: 100vh;
	border: solid 5px #000;
	position: relative;
	text-align: center;
	box-shadow: 4px 7px 0px 0px rgba(0, 0, 0, 1);
	
	overflow: hidden;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 3rem 0;
}

.btn-icon_red span{
    font-family:"Mochiy Pop One", sans-serif;
    position: relative;
    z-index: 3;
    color:#fff;
}

.btn-icon_red i.fa-globe{
    position: relative;
    z-index: 3;
    color:#fff;
    font-size: 4rem;
    margin: 0.5rem 1rem 0 1rem;
}

.btn-icon_red:hover span,
.btn-icon_red:hover i.fa-globe{
    color:black;
}

.btn-icon_red::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  background:#ffffff;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

.btn-icon_red:hover::before {
  animation: skewanime .5s forwards;
}



/* 募集終了 */
.btn-icon_end {
	width: 50%;
	max-width: 100%;
	display: inline-block;
	margin: 0 auto;
	background-color: #666;
	font-size: 3.6rem;
	line-height: normal;
	text-decoration: none;

	border-radius: 100vh;
	border: solid 5px #000;
	position: relative;
	text-align: center;
	box-shadow: 4px 7px 0px 0px rgba(0, 0, 0, 1);
	
	overflow: hidden;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    color: white;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 3rem 0;
}

.btn-icon_end span{
    font-family:"Mochiy Pop One", sans-serif;
    position: relative;
    z-index: 3;
    color:#fff;
}

.event_end_txt{
	width: 100%;
	font-size: 3rem;
	text-align: center;
	color: #fff;
    font-family:"Mochiy Pop One", sans-serif;
    margin-top: 2rem;
}

.event_end_txt.txt_black{
	width: 100%;
	font-size: 3rem;
	text-align: center;
	color: #000;
    font-family:"Mochiy Pop One", sans-serif;
    margin-top: 2rem;

}

@keyframes skewanime {
  100% {
    left:-10%;
  }
}



@media only screen and (max-width: 750px) {

.ticket-pia_btn{
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
}

.fa-globe{
	font-size: 2.2rem;
}

i.fa-globe {
    font-size: 2.4rem;
}

/* ボタン */

/* 募集中 */
.btn-icon_yellow,
.btn-icon_red {
	width: 100%;
	max-width: 100%;
	margin: 0rem auto;
	font-size: 3rem;
    padding: 1rem 0;
	border: solid 4px #000;
	box-shadow: 2px 6px 0px 0px rgba(0, 0, 0, 1);
}

.btn-icon_yellow{
    background-color: #ffe91e;
}


/* 募集終了 */
.btn-icon_end,
.btn-icon_red {
    width: 95%;
    max-width: 100%;
	margin: 0rem auto 4rem;
	font-size: 3rem;
    padding: 2rem 0;
	border: solid 4px #000;
	box-shadow: 2px 6px 0px 0px rgba(0, 0, 0, 1);
}

.event_end_txt,
.event_end_txt.txt_black{
	font-size: 2.6rem;
}

}



/*ラジコ ボタン*/

.radiko_btn{
	width: 100%;
	text-align: center;
	margin:0 auto;
	  
}

#linklist li img{
    width: 380px;
	height: auto;
	margin-bottom: 1rem;
}

.message_txt{
	margin-top: 1rem;
}


@media screen and (max-width: 768px) {
#linklist li img{
    width: 80%;
}

.message_txt{
	text-align: left;
	font-size: 1.2rem;
}

}




/*協賛企業バナー　1社の場合*/
.ban_company{
	width: 100%;
	text-align: center;
}


.ban_company img{
	width: 400px;
	box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
}


@media screen and (max-width: 768px) {

.ban_company img{
	width: 80%;
}

}


/*協賛企業バナー 数社の場合*/
.ban_company_lot{
	width: 100%;
}

.ban_company_lot ul{
	width:100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ban_company_lot li{
	width: 30%;
	margin-bottom: 2rem;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


/* 最後のコンテンツを左寄せにする指定 */
.ban_company_lot ul:after {
    content: "";
    display: block;
    width: 30%;  
    height: 0;
}

@media screen and (max-width: 768px) {

.ban_company_lot ul{
	width:100%;
}
	
.ban_company_lot li{
	width: 80%;
	margin: 0 auto 2rem;
}

}


/* PCのみ表示
------------------------------*/
@media only screen and (max-width: 750px) {

	.for_pc{
		display: none;
	}
	
}

/* スマホのみ表示
------------------------------*/

@media only screen and (min-width: 751px) {

	.for_sp{
		display: none;
	}
	
}

/*------------------------------
表示・非表示管理（）
本体のcommon.cssに記述あり
【非表示】.disp_none
【PC非表示】.pc_none
【SP非表示】.sp_none
------------------------------*/




/* header/footer --------------------*/

.header_simple {
   background: #333333;
}

.footer_simple {
    background: #333333;
}

.footer_simple .copyright{
	color: #ffffff;
}