@charset "UTF-8";
/* CSS Document */


html {
	font-size: 62.5%;
}
body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #494949;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
body {
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #494949;
}
}
/* 点滅 */
.blinking {
	-webkit-animation: blink 1.3s ease-in-out infinite alternate;
	-moz-animation: blink 1.3s ease-in-out infinite alternate;
	animation: blink 1.3s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@-moz-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
@keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}

/* 点滅 */

@media screen and (min-width:768px) {
.pc_none {
	display: none;
}
}
.sp {
	display: none;
}
.pc {
	display: block;
}

@media screen and (max-width: 767px) {
html {
	font-size: 55%;
}
.br-sp-none {
	display: none;
}
.sp {
	display: block;
}
.pc {
	display: none;
}
}

@media screen and (max-width: 980px) {
.br-tab-none {
	display: none;
}
}

@media screen and (min-width: 768px) {
.br-pc-none {
	display: none;
}
}
/*コマンド*/

.mb50 {
	margin-bottom: 5em;
}
.relative {
	position: relative;
}
.u_center {
	text-align: center;
}
.disp_in {
	display: inline;
}
/*コマンド*/

.logo {
	padding: 2.5% 0% 3.2% 5.8%;
}
.logo_img {
	max-width: 324px;
}

@media screen and (max-width: 767px) {
.logo {
	padding: 3% 0% 3% 5%;
}
.logo_img {
	max-width: 100%;
}
}
.container {
	max-width: 670px;
}
.container980 {
	max-width: 980px;
}
.container900 {
	max-width: 930px;
}
.container1100 {
	max-width: 1130px;
}

@media screen and (min-width: 768px) {
.container_main {
	max-width: 1130px;
	margin: 0 auto;
}
}
.main_img {
	position: relative;
}
.top_icon {
	position: absolute;
	bottom: -5%;
	right: 3%;
	z-index: 10;
}

@media screen and (max-width: 1200px) {
.top_icon {
	max-width: 20%
}
}

@media screen and (max-width: 980px) {
.top_icon {
	right: 2%;
	max-width: 25%
}
}
.section_01 {
	margin: 0 0 4em 0;
}
.section_01h {
	font-weight: bolder;
	margin: 1.6em 0 1.5em;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.12em;
}
.closed-msg {
	padding: 2em;
	text-align: center;
	background: #fcebe1;
	color: #cc0000;
	position: relative;
	font-weight: bold;
	max-width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
}
.closed-msg:after {
	display: block;
	content: '';
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	position: absolute;
	left: 2px; top: 2px;
	border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
	.closed-msg {
		padding: 1em;
	}
}
@media screen and (max-width:768px) {
.section_01h {
	margin: 1.2em 0 0.8em;
}
}
.section_01p {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	color: #444241;
	font-feature-settings : "palt" 1;
	margin-bottom: 5rem;
}
.colored1 {
	color: #FF8800;
}
.colored2 {
	color: #38ACB5;
}
.colored_purple {
	color: #6E285A;
}
.section_02bg {
	background-color: #EEEADC;
}
.section_02h {
	font-weight: bolder;
	margin: 1.9em 0 1em;
	font-size: 32px;
	font-size: 3.2rem;
	text-align: center;
	line-height: 1.5;
}
.section_02p {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.8;
	color: #444241;
	margin: 0 0 3.5em 0;
	font-feature-settings : "palt" 1;
}
.section_03h {
	padding: 0.25em 0;
	margin: 2.5em auto 1em;
	background-color: #F39800;
	color: #fff;
	font-size: 34px;
	font-size: 3.4rem;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.2em;
}
.section_03dt {
	background-color: #F39800;
	text-align: center;
	display: block;
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0.6em;
	width: 10%;
	font-size: 1.4rem;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
}
.section_03dt_last {
	background-color: #F39800;
	text-align: center;
	display: block;
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 4.9em 0.6em 4.9em 0.6em;
	width: 10%;
	font-size: 1.4rem;
	line-height: 1;
	color: #FFFFFF;
	font-weight: bold;
}
.section_03dd {
	font-size: 1.4rem;
	line-height: 0.7;
	padding: 0.8em 0.8em 0em 6em;
	width: 100%;
	font-weight: bold;
}
.section_03dd_last {
	font-size: 1.4rem;
	line-height: 2.2;
	padding: 0.2em 0.8em 0.2em 6em;
	width: 100%;
	font-weight: bold;
}
.section_03storng {
	font-size: 1.7rem;
	font-weight: bolder;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
.section_03h {
	padding: 0.25em 0;
	margin: 1em auto 0.6em;
	background-color: #F39800;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
	font-weight: bold;
}
.section_03dt, .section_03dt_last {
	width: 20%;
	padding-top: 1em;
	padding: 0.6em;
	display: block;
	float: none;
	text-align: center;
	clear: both;
}
.section_03dd, .section_03dd_last {
	float: left;
	padding: 0.5em 0.2em 0.5em 0.2em;
	width: 100%;
	line-height: 1.7;
	clear: both;
}
}
.section_04 {
	margin: 0 0 9.5em 0;
}

@media screen and (max-width: 767px) {
.section_04 {
	margin: 0 0 2em 0;
}
}
.section_04h {
	font-weight: bolder;
	margin: 2.3em 0 1em;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.15em
}

@media screen and (max-width: 767px) {
.section_04h {
	font-weight: bolder;
	margin: 2em 0 1em;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.15em
}
}
.order_button01 {
	background-color: #38ACB5;
	color: #FFFFFF;
	width: 100%;
	box-shadow: 3px 3px #21767C;
	border-radius: 5px;
	font-size: 28px;
	line-height: 1.6;
	font-size: 2.8rem;
	margin-top: 3em;
}

@media screen and (max-width: 767px) {
.order_button01 {
	margin-top: 1em;
}
}
.order_button02 {
	background-color: #38ACB5;
	color: #FFFFFF;
	width: 100%;
	box-shadow: 3px 3px #21767C;
	 border-radius: 5px;
	font-size: 28px;
	line-height: 1.6;
	font-size: 2.8rem;
	margin-top: 3em;
	margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
.order_button02 {
	margin-top: 0em;
	margin-bottom: 1.5em;
}
}
.order_button03 {
	background-color: #38ACB5;
	color: #FFFFFF;
	width: 100%;
	box-shadow: 3px 3px #21767C;
	 border-radius: 5px;
	font-size: 28px;
	line-height: 1.6;
	font-size: 2.8rem;
	margin-top: 2.8em;
	margin-bottom: 5.4em;
}

@media screen and (max-width: 767px) {
.order_button03 {
	margin-top: 1em;
	margin-bottom: 1em;
}
}
.order_button04 {
	background-color: #38ACB5;
	color: #FFFFFF;
	width: 100%;
	box-shadow: 3px 3px #21767C;
	 border-radius: 5px;
	font-size: 28px;
	line-height: 1.6;
	font-size: 2.8rem;
	margin-top: 1em;
	margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
.order_button04 {
	margin-top: 0.5em;
	margin-bottom: 2em;
}
}
.order_button05 {
	background-color: #38ACB5;
	color: #FFFFFF;
	width: 100%;
	box-shadow: 3px 3px #21767C;
	 border-radius: 5px;
	font-size: 28px;
	line-height: 1.6;
	font-size: 2.8rem;
	margin-top: 3em;
	margin-bottom: 3em;
}

@media screen and (max-width: 767px) {
.order_button05 {
	margin-top: 0.5em;
	margin-bottom: 2em;
}
}
.section_05 {
	margin-bottom: 5em;
}
.section_05bg {
	background-color: #EEEADC;
}
.section_05h {
	margin: 1.6em 0 1.7em;
}
.point_desc {
	position: relative;
	background-color: #ffffff;
	width: 280px;
}

@media screen and (max-width:1200px) {
.point_desc {
	max-width: 100%;
}
}

@media screen and (max-width:768px) {
.point_desc {
	margin: 0 auto 3em;
}
}
.ponit_title {
	padding: 1.5em 1em 1em 1em;
	color: #38ACB5;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	position: relative;
}
.ponit_txt {
	padding: 0 2em 3.6em 2em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7;
}
.ponit_title_last {
	padding: 2em 1em 1.9em 1em;
	color: #38ACB5;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	position: relative;
}
.ponit_txt_last {
	padding: 0 2em 3.6em 2em;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: left;
	line-height: 1.7;
}
.icon01 {
	top: -60px;
	right: -60px;
	z-index: 10;
	position: absolute;
}

@media screen and (max-width:768px) {
.icon01 {
	top: -30px;
	right: -25px;
	z-index: 10;
	position: absolute;
	width: 30%;
}
}
.icon02 {
	top: 3%;
	right: -18%;
	z-index: 10;
	position: absolute;
}

@media screen and (max-width:1200px) {
.icon02 {
	top: -8%;
	right: -12%;
	z-index: 10;
	position: absolute;
	width: 25%;
}
}

@media screen and (max-width:1000px) {
.icon02 {
	top: 4%;
	right: -20%;
	z-index: 10;
	position: absolute;
	width: 25%;
}
}

@media screen and (max-width:768px) {
.icon02 {
	top: 7%;
	right: -7%;
	z-index: 10;
	position: absolute;
	width: 25%;
}
}
.section_06 {
	margin-bottom: 10em;
}
.section_06top {
	margin-bottom: 1em;
}

@media screen and (max-width:768px) {
.section_06 {
	margin-bottom: 3em;
}
.section_06top {
	margin-bottom: 0em;
}
}
.section_06h {
	font-weight: bolder;
	margin: 1.5em 0 1.5em;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
	letter-spacing: 0.06em;
}

@media screen and (max-width:768px) {
.section_06h {
	margin: 0em 0 1.5em;
	line-height: 1.4;
}
}
.recomend_list {
	max-width: 230px;
	text-align: center;
}
.recomend_desc {
	text-align: center;
}
.recomend_txt {
	text-align: left;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.8;
	font-weight: bold;
	letter-spacing: 0.03em;
	text-align: justify;
}
.colored3 {
	color: #E60012;
}
.section_07bg {
	background: url(../img/bg_01.png)repeat;
}
.section_07h {
	font-weight: bolder;
	margin: 2.2em 0;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

@media screen and (max-width:768px) {
.section_07h {
	font-weight: bolder;
	margin: 1.5em 0 1.5em;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}
}
.speaker_th {
	width: 120px;
	height: 120px;
	font-size: 28px;
	font-size: 2.8rem;
	background: #38ACB5;
	float: left;
	padding: 10px;
	color: #fff;
	position: relative;
}
.speaker_thtxt {
	position: absolute;
	top: 34%;
	left: 27%;
}
.speaker_th02 {
	width: 120px;
	height: 120px;
	font-size: 28px;
	font-size: 2.8rem;
	background: #38ACB5;
	float: left;
	padding: 10px;
	color: #fff;
	position: relative;
	margin-bottom: 1em;
}
.speaker_thtxt02 {
	position: absolute;
	top: 34%;
	left: 17%;
}
.speaker_position {
	float: left;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.4;
	padding: 0 0 0 1em;
}
.speaker_name {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1.8;
}
.speaker_name_eng {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.8;
}

@media screen and (max-width: 980px) {
.speaker_position {
	float: left;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	padding: 0 0 0 1em;
}
}

@media screen and (max-width: 768px) {
.speaker_th {
	width: 60px;
	height: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #38ACB5;
	float: left;
	padding: 10px;
	color: #fff;
	position: relative;
}
.speaker_thtxt {
	position: absolute;
	top: 34%;
	left: 27%;
}
.speaker_th02 {
	width: 60px;
	height: 60px;
	font-size: 14px;
	font-size: 1.4rem;
	background: #38ACB5;
	float: left;
	padding: 10px;
	color: #fff;
	position: relative;
}
.speaker_thtxt02 {
	position: absolute;
	top: 34%;
	left: 17%;
}
.speaker_position {
	float: left;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.4;
	padding: 0 0 0 1em;
}
.speaker_name {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 1.6;
}
.speaker_name_eng {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
}
}
.profile {
	clear: both;
	letter-spacing: 0.1em;
	font-weight: bold;
	border-top: 1px solid #444241;
	padding-top: 1em;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	font-feature-settings : "palt" 1;
}
.profile_desc {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: -0.03em;
	padding-right: 1em;
}
.profile_desc02 {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: -0.03em;
}
.speaker_book {
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
.speaker_book_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 1.8;
}
.speaker_book_desc {
	text-indent: -1.7em;
	padding-left: 1.7em;
}
.space_zero {
	padding: 0;
	margin: 0;
}

@media screen and (max-width: 767px) {
.space_zero {
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
}
}
.section_08bg {
	background: url(../img/section08_bg.jpg);
	background-size: cover;
}
.section_08h {
	font-weight: bolder;
	margin: 2.2em 0 2.0em;
	font-size: 36px;
	font-size: 3.6rem;
	color: #ffffff;
	text-align: center;
}

@media screen and (max-width:768px) {
.section_08h {
	font-weight: bolder;
	margin: 1em 0;
	font-size: 36px;
	font-size: 3.6rem;
	color: #ffffff;
	text-align: center;
}
}
.section_08img {
	margin-bottom: 7.6em;
	width: 100%;
}
.section_08 table {
	border-collapse: collapse;
	border-spacing: 10px 0;
	border-bottom: none;
	border-spacing: 0;
	margin: 2% 0.5% 10%;
}
.section_08 table th {
	width: 22%;
	margin: 0 2%;
	padding: 0% 2%;
	border-spacing: 5px 0;
	border-bottom: 1px solid #895079;
	border-right: 1px solid #895079;
	background: #f8f4f7;
	color: #6e285a;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.section_08 table td {
	padding: 3% 2.2% 2.5% 3%;
	vertical-align: middle;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	background: #ffffff;
	border-bottom: 1px solid #895079;
}
.section_09h {
	font-weight: bolder;
	margin: 3em 0 1.5em;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

@media screen and (max-width: 767px) {
.section_09h {
	line-height: 1.5;
	margin: 1.3em 0 1em;
}
}
.section_10bg {
	background: url(../img/bg_02.png)repeat;
}
.section_10h {
	font-weight: bolder;
	margin: 2.5em 0 1.5em;
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.3;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.section_10h {
	margin: 1.5em 0 1.5em;
	}
	}
.section_10box {
	background-color: #ffffff;
	margin-bottom: 1em;
	padding-bottom: 1.3em;
	margin: 0 15px 2em;
	max-width: 900px;
}
.user_voice {
	background-color: #ffffff;
	font-size: 18px;
	font-size: 1.8rem;
}
.user_voice_term {
	font-weight: bold;
	padding: 2.5em 1em 0em 0em;
}
.user_voice_desc {
	padding: 0.7em 0em 1em 0em;
	line-height: 1.5;
}
.user_voice_imgbox {
	padding: 2em 1em 1em 1em;
}

@media screen and (max-width: 767px) {
.user_voice_img {
	max-width: 30%;
}
.user_voice_term {
	font-weight: bold;
	padding: 0.5em 1em;
}
}
.section_11 {
	background-color: #F5F3F2;
	margin-top: 3em;
	margin-bottom: 7em;
	padding-bottom: 2em;
	max-width: 900px;
}
.section_11h {
	font-weight: bold;
	margin: 2.3em 0 2.3em;
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
.past_session {
	border-bottom-style: dashed;
	border-bottom-width: 0.5pt;
	padding: 0 0 1em 0;
}
.past_session_last {
	padding: 0 0 1em 0;
}
.past_title {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.8;
	text-indent: -0.5em;
}
.past_date {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.8;
	padding: 0.5em 1em 1em 0em;
}
.past_speaker_term {
	text-align: center;
	display: block;
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0.2em;
	width: 15%;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.7777em;
	font-weight: bold;
	text-align: left;
}
.past_speaker_term02 {
	text-align: center;
	display: block;
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0.2em;
	width: 15%;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.55em;
	font-weight: bold;
	text-align: left;
}
.past_speaker_term_other {
	text-align: center;
	display: block;
	position: relative;
	min-height: 1px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0.2em 0.2em 1.2em 0.2em;
	width: 15%;
	font-size: 1.4rem;
	line-height: 1.3;
	letter-spacing: 0.7777em;
	font-weight: bold;
	text-align: left;
}
.past_speaker_desc {
	font-size: 1.4rem;
	line-height: 1.3;
	padding: 0.2em 0.8em 0.2em 6em;
	width: 100%;
	font-weight: bold;
}
.past_title_long {
	text-indent: 5.6em;
}

@media screen and (max-width: 767px) {
.section_11 {
	margin-top: 2em;
    margin-bottom: 4em;
    padding-bottom: 1em;
	max-width: 900px;
}
.section_11h {
	font-size: 18px;
	font-size: 1.8rem;
}
.past_speaker_term {
	width: 43%;
	padding-top: 1em;
	padding: 0.1em;
	display: block;
	float: left;
	text-align: left;
	clear: both;
	letter-spacing: 0em;
}
.past_speaker_term02, .past_speaker_term_other {
	width: 43%;
	padding-top: 1em;
	padding: 0.1em;
	display: block;
	float: none;
	text-align: left;
	clear: both;
	letter-spacing: 0em;
}
.past_speaker_desc {
	padding: 0.5em 0.2em 0.5em 0.2em;
	margin-bottom: 1em;
	width: 100%;
	line-height: 1.5;
	clear: both;
}
.past_title_long {
	text-indent: 0em;
}
}
.section_12h {
	font-weight: bold;
	margin: 2em 0 1em;
	font-size: 36px;
	font-size: 3.6rem;
	text-align: center;
}

@media screen and (max-width:768px) {
.section_12h {
	margin: 1em 0 1em;
}
}
.section_12txt {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 1.8em;
}
.section_12h2 {
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	border-bottom: 2px solid #6D2859;
	padding-bottom: 1.2em;
	margin-bottom: 1em;
}
.section_12_desc {
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.8;
	margin-bottom: 4rem;
	text-align: justify;
}
.section12tb table {
	border-collapse: separate;
	border-spacing: 10px 0;
	border: 1px solid #895079;
	border-bottom: none;
	border-spacing: 0;
	margin: 2% 0.5% 0.5%;
}
.section12tb table th {
	width: 42%;
	margin: 0 2%;
	padding: 0% 2%;
	border-spacing: 5px 0;
	border-bottom: 1px solid #895079;
	border-right: none;
	background: #f8f4f7;
	color: #6e285a;
	vertical-align: middle;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.section12tb table td {
	padding: 3.5% 2.2% 2% 3%;
	vertical-align: middle;
	border-bottom: 1px dashed #dac9d5;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.section12tb table.credit th, .section12tb table.credit td {
	border-bottom: 1px solid #895079!important;
}
.colored4 {
	color: #6E285A;
}
a {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	color: #E60012;
}
.section_12 a:link {
	text-decoration: none;
	color: #E60012;
}
.section_12 a:hover {
	text-decoration: none;
	color: #E60012;
}
.section_12 a:visited {
	text-decoration: none;
	color: #E60012;
}
a:link {
	text-decoration: none;
	color: #494949;
}
a:hover {
	text-decoration: none;
	color: #494949;
}
a:visited {
	text-decoration: none;
	color: #494949;
}
.btn:hover, .btn:focus, .btn.focus {
	background-position: center;
	color: #ffffff;
	font-weight: bolder;
	background-color: #21767C;
	text-decoration: none;
}
