::-webkit-input-placeholder { /* Edge */
  color: #666666;
  font-style:italic;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: #666666;
  font-style:italic;
}

::placeholder {
  color: #666666;
  font-style:italic;
}

footer{
	background:#003295;
	padding:20px 0px;
	text-align:center;
	color:#fff;
}
header{
	position:fixed;
	width:100%;
	background:#fff;
	z-index:999999;
	top:0;
}
header ul{
	list-style:none;
	padding:0;
	margin:0;
}
header ul li{
	display:inline-block;
	margin:0 0 0 10px;
}

#main_logo{
	float:left;
	padding: 20px 0px;
}
#top_menu{
	float:right;
	padding: 20px 0px;
}
#top_menu li a{
	padding:7px 30px;
	border:solid 1px;
	font-weight:600;
	color:#1b295b;
	font-size:1rem;
}
#top_menu li a.active,
#top_menu li a:hover{
    color: #ffffff;
	background:#1b295b;
}
#news{
	padding:50px 0;
}
#news h4{
	text-align: center;
    color: #1b295b;
    font-weight: 600;
}
#news h4 a{
    color: #1b295b;
}
#blog{
	padding:50px 0;
background-color: #b0cfe7;
    background-image: linear-gradient(141deg, #dfdee7 30%, #b0ece7 75%, #98e8e3 100%);
}
#blog h4{
	text-align: center;
    color: #1b295b;
    font-weight: 600;
}
#blog h4 a{
    color: #1b295b;
}
.campaign_title{
    font-weight: 600;
    color: #1b295b;
}
.news_box{
	margin:0;
    padding: 20px 0;
    border-top: solid 1px #0162b1;
}
.news_box .news_cat{
    display: inline-block;
    font-size: 0.7rem;
    padding: 2px 8px;
	margin:0 0 5px 0;
    color: #fff;
}
.news_box .news_title a{
    color: #0063b1;
	font-weight: 500;
    font-size: 1rem;
	float:left;
	width:100%;
}
.news_box .news_date{
	font-size:0.8rem;
    color: #9e9e9e;
    display: inline-block;
    float: right;
}
.news_box .news_description a{
	color:#000;
}
.motorsport .news_cat{
    background: #aa4344;
}
.motorsport .news_title a{
    color: #aa4344;
	font-weight: 500;
    font-size: 1rem;
}
.event .news_cat{
    background: #5ea144;
}
.event .news_title a{
    color: #5ea144;
	font-weight: 500;
    font-size: 1rem;
}
.activity .news_cat{
    background: #456095;
}
.activity .news_title a{
    color: #456095;
	font-weight: 500;
    font-size: 1rem;
}
a.view_more{
	float: right;
    padding: 5px 20px;
    border: solid 1px;
    font-weight: 500;
    color: #1b295b;
}
a.view_more:hover{
    color: #ffffff;
	background:#1b295b;
}

#campaign{
	padding:50px 0;
	background:#f0f0f0;
}
#toyotires_ig{
	padding:50px 0;
}
#toyotires_ig h4{
	text-align: center;
    color: #1b295b;
    font-weight: 600;
	margin:0;
}
#toyotires_ig h5{
	text-align: center;
    color: #1b295b;
    font-weight: 600;
}
#benefits{
	padding:50px 0;
	background-color: #b0cfe7;
    background-image: linear-gradient(141deg, #dfdee7 30%, #b0ece7 75%, #98e8e3 100%);
}
#benefits h4{
	text-align: center;
    color: #1b295b;
    font-weight: 600;
}
#benefits h4:before{
	content:url("../img/common/front.png");
	vertical-align: middle;
}
#benefits h4:after{
	content:url("../img/common/back.png");
	vertical-align: middle;
}
#benefits h5{
	text-align: center;
    color: #1b295b;
    font-weight: 500;
}

.register_box{
	background: #ffffff;
    padding: 20px;
    font-size: 1rem;
	font-weight:500;
	margin:0 0 30px 0;
}
.register_box button{
	margin:30px 0px 0px 0px;
}
.register_field{
    padding: 10px 10px 20px 10px;
    width: 49%;
    display: inline-block;
	vertical-align: text-top;
}
.register_field_25{
    padding: 10px 10px 20px 10px;
    width: 24%;
    display: inline-block;
}
.register_full_field{
    padding: 10px 10px 20px 10px;
    width: 98%;
    display: inline-block;
}

.require {
    float: right;
    font-size: 0.7rem;
    border-radius: 20px;
    background: #d7eeff;
    color: #0062b0;
    text-align: center;
    padding: 0px 10px;
    margin: 0 0 0 10px;
	font-weight:normal;
}
.title_field{
	margin:10px 0px;
    padding: 5px 10px;
    background: #def1ff;
    border-radius: 5px;
    color: #11598c;
}
.input_title{
    font-size: 0.9rem;
}
textarea,
input[type="email"],
input[type="text"],
input[type="password"],
input[type="textbox"],
input[type="number"]{
  width: 100%;
  font-size:0.8rem;
  padding: 5px 12px;
  box-sizing: border-box;
    border: solid 1px #ccc;
  outline: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
select{
	background: #fff;
    border: solid 1px #ccc;
    padding: 6px 10px;
    color: #5a5a5a;
	width:100%;
	  font-size:0.8rem;
}
select:disabled{
	background: #f3f3f3;
}
.content_box p{
	color: #11598c;
	font-size:1.2rem;
}
p.thank{
    font-size: 2rem;
    font-weight: normal;
	text-align: center;
}
.registerBtn{
    padding: 3px 50px;
    font-size: 1.3rem;
    background: #1b295b;
    border: none;
    border-radius: 5px;
    outline: none;
    cursor: pointer;
    color: #fff !important;
    border-bottom: 5px solid #091c63;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.registerBtn:hover{
	background: #3970c3;	
	border-bottom: 5px solid #2555b3;
}
.remark{
	float:left;
	width:100%;
	font-size: 0.8rem;
    font-weight: normal;
    font-style: italic;
}
#register{
	padding:50px 0;
	background-color: #b0cfe7;
    background-image: linear-gradient(141deg, #dfdee7 15%, #b0d1e7 50%, #98e8e3 100%);
}
#register h3{
	text-align: center;
    color: #2b73d0;
    font-weight: 600;
}
.fn9{font-size:0.9rem;}
table.survey {
	border-collapse: separate;
	margin-bottom:20px;
}
table.survey tr th {
    text-align: center;
    background: #ececec;
    font-size: 0.9rem;
}
table.survey tr td {
    text-align: center;
    background: #f7f7f7;
}

table.survey tr td.head_question{
    background: #ececec;
    font-size: 0.9rem;	
	text-align:left;
}
.txt-center{
	text-align:center;
}
#datepicker{
	width:100%;
border-radius: unset;
}
.datepicker{
    font-size: 0.8rem;
}

.error{
    padding: 5px 0 0 0;
    font-size: 0.8rem;
    font-weight: normal;
    font-style: italic;
    color: #f00;
    margin: 0;
}
select.error {
    color: #5a5a5a;
    padding: 6px 10px;
}
#fm-register{
	width: 75%;
    margin: 0 auto;
}
.center{
	text-align:center;
}
.home{
    padding: 7px 30px;
    border: solid 1px;
    color: #1b295b;
    font-size: 1rem;
}
.home:hover{
	background: #1b295b;
    color: #fff;
}
.thank{
	text-align: center;
    padding: 10px 50px 30px 50px;
}
.sorry{
	text-align: center;
    padding: 10px;
    color: #f00;
    font-weight: normal;
    background: #fffce4;
	margin-bottom:20px;
}
.sorry p{
	margin:0;
}
.thank h3{
	color:#0161ad;
	font-weight:normal !important;
}
.survey_box {
    background: #ffffff;
    padding:30px 20px;
    font-size: 1rem;
    font-weight: 500;
    margin: 0 0 30px 0;
}
.survey_box  p.question{
	color:#0063b1;
	font-weight:500;
	font-size:1rem;
}
.survey_box ul.answer_list_chk,
.survey_box ul.answer_list{
	list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}
.survey_box ul.answer_list li{
    display: inline-block;
    width: 20%;
    float: left;
    font-weight: normal;
    font-size: 0.8rem;
}
.survey_box ul.answer_list_chk li{
    display: inline-block;
    width: 33.3333%;
    float: left;
    font-weight: normal;
    font-size: 0.8rem;
	margin:0 0 10px 0;
} 
.survey_box ul.answer_list_chk li:last-child{
	margin:0px;
}
.survey_box .register_full_field{
    border-bottom: dashed 1px #ccc;
	margin: 0 0 20px 0;
}
.thank_survey{
	border-bottom:solid 1px #2b73d0;
	margin: 0 0 20px 0;
}
.thank_survey h3{
    color: #2b73d0;
	font-weight:normal !important;
	text-align:left !important;
	margin: 0 0 10px 0;
}
.align_right{text-align:right;}
.myaccount_menu{
    background: #e7e7e7;
    border: none;
    padding: 5px 20px;
    font-size: 0.9rem;
    line-height: normal;
    color: #000;
    font-weight: normal;
	outline:none;
}
.myaccount_menu:hover{
    background: #ccc;
	color:#000;
}
.alert-msg{
	background: #fffac5;
    font-weight: normal;
    font-size: 0.9rem;
    padding: 10px;	
	text-align:center;
}
#content{
	font-size:15px;
	padding:50px 0;
	background-color: #b0cfe7;
    background-image: linear-gradient(141deg, #dfdee7 15%, #b0d1e7 50%, #98e8e3 100%);
}
.bg_white{
	background:#fff;
	padding:50px;
}
.content_list{
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
	width:100%;
}
.content_list li{
	float:left;
	display:inline-block;
	width:33.33333%;
	padding:15px;
}
.content_short_desc{
	height:45px;
	overflow:hidden;
}
.content_list li img{width:100%;margin:0 0 10px 0;}
.content_date{
	text-align:right;
	font-style:italic;
}
.content_topic{
	font-weight:bold;
	font-size:1rem;
}
.content_topic a:hover{
    color: #0062b0;
	text-decoration:underline;
}
.title_content{
    font-size: 2rem;
    font-weight: 500;
    padding: 0 0 10px 0;
    border-bottom: solid 1px;
}

ul.breadcrumb {
  padding: 0;
  list-style: none;
  background-color: #fff;
}
ul.breadcrumb li {
    color: #a5a5a5;
	display: inline;
	font-size: 0.8rem;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}
.blog_list{
    float: left;
    list-style: none;
    padding: 0;
    margin: 0;
	width:100%;
}
.blog_list li{
	float:left;
	display:inline-block;
	width:33.33333%;
	padding:10px;
    display: inline-flex;
}
.blog_list li img{width:100%;margin:0 0 10px 0;}
.blog_list li div.blog_box{
	float:left;
	background:#fff;
	padding:10px;
}
table {
    border-collapse: separate;
}
.title_benefits{
	position:relative;
	background: rgb(154,146,183);
	background: linear-gradient(90deg, rgba(154,146,183,1) 0%, rgba(1,98,177,1) 50%, rgba(2,195,178,1) 100%);
	color:#fff;
	margin:0;
	padding:10px 20px 10px 100px;
	font-size:1.3rem;
	font-weight:500;
}
.title_benefits img{
	position:absolute;
    top: -6px;
    left: 20px;

}
.benefits_box{
	float:left;
	width:100%;
	background:#fff;
	padding:30px 20px 20px 20px;
	margin:0 0 40px 0;
	color:#205c9b;
	font-size:1rem;
	font-weight:500;
	color:#205c9b;
}
.benefit_list{
	float:left;
	width:40%;
	margin:0px;
}

ol.benefit_list{
	width:50%;
	padding-left: 20px;
}
.f-right{
	float:right;
}
.mgT-15{
	margin-top:-15px;
}
#smoothup {
    width:35px;
    height: 35px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    margin: 0 auto;
    text-indent: -9999px;
    display: none;
    background: url("../img/common/top.png");
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 999;
}
.optional{
	font-weight:normal;
	font-size:0.8rem;
	font-style:italic;
	color: #0062b0;
}

ol.number {counter-reset: item;margin-top:5px; padding-left: 22px;}
ol.number li{ display: block }
ol.number li:before { content: counters(item, ".") " "; counter-increment: item }

ol.number li.first:before { content: counters(item, " ") ". "; counter-increment: item }

ol.top{padding:0px;}
ol.top li{margin-bottom:20px;font-weight:bold;}
ol.top li ol li{margin-bottom:5px;font-weight:normal;}

ol.pdpa {padding: 0 0 0 20px;}
ol.pdpa li{margin-bottom:8px;}

.content-box{
	width:100%;
	margin:0 0 30px 0;
}
.content-box p{
	margin:0 0 8px 0;
}
.content-box p.head{
	font-weight:bold;
}
.content-box ol.top li{font-weight:normal;}
.member_footer{
	list-style: none;
    padding: 0;
    margin: 0;
}
.member_footer li{
    display: inline-block;
}
.member_footer li:after{
	content:"|";
}
.member_footer li:last-child:after{
	content:"";
}
.member_footer li a{
	color:#fff;
    padding: 5px 15px 5px 15px;
}
.copyright{padding:10px 0 0 0;}
.msg_forgot{
	font-weight:normal;
	text-align:center;
}
.forgot a{
	padding: 10px 10px 20px 10px;
	font-weight:normal;
	font-size:14px;
	text-decoration:underline;
}
.personal_info{
    background: #e9f5ff;
    padding: 10px 20px;
    font-weight: normal;
    border: dashed 1px #0062b0;
}
.personal_info span{
	font-weight:bold;
}
.title_touchngo{
	margin:20px 0 0 0;
}
.remark_size{
	font-size:13px;
}
.checkbox {
    cursor: pointer;
    position: relative;
margin: 0 0 0 10px;
}

.checkbox > span {
    color: #0062b0;
    padding: 2px 5px;
    font-weight: 500;
	font-size:14px;
}

.checkbox > input {
    height: 20px;
    width: 20px;
    border: 1px solid #0062b0;
    outline: none;
    transition-duration: 0.3s;
    background-color: #ffffff;
    cursor: pointer;
	margin-bottom: -5px;
}

.checkbox > input:checked {
    border: 1px solid #0062b0;
    background-color: #0062b0;
}

.checkbox > input:active {
    border: 2px solid #34495E;
}
.checkbox span.message{
	color:#333;
	font-weight:normal;
}
.checkbox span a{
	color:#333;
	text-decoration:underline;
}
.notice_msg{
	padding: 30px 50px;
    background: #fff;
    margin: 0 0 50px 0;
}
.notice_msg span.hilight_text{
	font-weight:bold;
	font-style:italic;
}
.notice_msg span.remark_text{
	color:red;
}
.faq_topic{
	font-weight: bold;
    color: #0275d8;
}
.faq_title{
	font-weight: bold;
    font-size: 18px;
}
.faq_box{
	margin-bottom: 20px;
}
.dealer_list{
	border-collapse: collapse;
}
@media (max-width: 960px) {
	
}

@media (max-width: 768px) {
	#fm-register{width:100%;}
	#main_logo a img{height:15px;}
	#top_menu li a {
		padding: 5px 15px;
		font-size: 0.9rem;
	}
	.f-right{float:inherit;}
	ol.benefit_list,
	.benefit_list{
		float:left;
		width:100%;
		margin:0 0 20px 0;
	}
	.blog_list li{width:50%;}
	.member_footer li{display: block;}
	.member_footer li:after{content:"";}
}

@media (max-width: 480px) {
	.blog_list li{width:100%;}
	.notice_msg{
		padding: 20px;
		margin: 0 0 30px 0;
	}
}
/* Blog */
.TDJ01{float:left;width:100%;display:block;font-style:italic;margin-bottom:50px;}
.TDJ01 p{font-size: 26.0pt;mso-bidi-font-size: 36.0pt;font-family: 'Arial Black',sans-serif;mso-bidi-font-family: Gotham-BlackItalic;color: #231F20;margin:0;}

.TDJ02{float:left;width:100%;display:block;}
.TDJ02 .width_60{float:left;width:60%;padding-top:100px;}
.TDJ02 .width_40{float:left;width:40%;}
.TDJ02 .width_70{float:left;width:70%;padding-top:150px;}
.TDJ02 .width_30{float:left;width:30%;}

.TDJ02 .title_01{color: #0070C0;font-size:20px;font-weight:bold;font-style:italic;}
.TDJ02 .title_02{color: #0070C0;font-size:16px;font-weight:bold;margin-bottom:0px;}
.TDJ02 .alg_jus{text-align: justify; margin-bottom: 20px;}

.col-width-50{float:left;width:50%;}

@media (max-width: 768px){
	.TDJ02 .width_60{float:left;width:60%;padding-top:0px;}
	.TDJ02 .width_70{float:left;width:70%;padding-top:50px;}
	.col-width-50{float:left;width:100%;}
}

@media (max-width: 480px){
	.TDJ01 p{font-size: 18pt;mso-bidi-font-size: 36.0pt;font-family: 'Arial Black',sans-serif;mso-bidi-font-family: Gotham-BlackItalic;color: #231F20;margin:0;}
	.TDJ02 .width_60{float:left;width:100%;padding-top:20;}
	.TDJ02 .width_40{float:left;width:100%;}
	.TDJ02 .width_70{float:left;width:100%;padding-top:20;}
	.TDJ02 .width_30{float:left;width:100%;}
}


#agree_msg-error{
	float:left;
	width:100%;
}
.agree_message{
	font-size:0.9rem;
}
.agree_message a{
	text-decoration:underline;
}
#agree_msg{
	width: 25px;
    height: 25px;
    vertical-align: middle;
}
.active_msg{
    font-weight: normal;
    font-size: 0.8rem;
    padding: 7px;
    background: #ffffdf;
}
.active_msg p{
	margin-bottom:5px;
}
.active_msg p:last-child{
	margin:0;
}

.birthday{
	float:left;
	width:32%;
	margin-left:1%;
	position:relative;
}
.agree_box {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 10px;
}
@media (max-width: 768px){
	#top_menu {
		padding: 10px 0px;
	}
	header ul li {
		margin: 0 0 10px 10px;
	}
}