﻿@charset "UTF-8";

/*css/1/common.css より移植*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

/* -------------- common -------------- */
body .container2012 {
	background: none;
	overflow: hidden;
}

.container *, .container :after, .container :before, .container2012 *, .container2012 :after, .container2012 :before, .lp_content *, .lp_content :after, .lp_content :before, .main-2colum *, .main-2colum :after, .main-2colum :before, .page-container *, .page-container :after, .page-container :before {
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

ol, ul {
	list-style: none;
}  


/* -------------- contents top -------------- */

.main-1colum {
	text-align: left;
	font-size: 16px;
}

/*------------------------------------------
 main-header-area
------------------------------------------*/

.main-header-block{
	position: relative;
	width: 1024px;
	min-height: 360px;
	margin: 0 auto;
	color: #f5f5f5;
	text-align: left;
	overflow: hidden;
}

.icon-shield{
	position: absolute;
	left: 300px;
	bottom: 20px;
}

.main-header-box{
	padding: 35px 0 0 0px;
}

.main-header-ttl {
    width: 360px;
    padding: 0 0 0 60px;
    font-size: 52px;
    line-height: 1.1em;
    margin: 0;
}

.main-header-body{
	width: 350px;
	padding: 20px 0 0 60px;
	font-size: 24px;
	line-height: 1.4em;
}

.bg-lightblue{
	background: #00bcd4;
}

.bg-blue{
	background: #186ecc;
}

.bg-green{
	background: #8bc34a;
}

.bg-fulfillment{
	background: url(../../images/customerprotection/header_fulfillment.png) right top no-repeat;
}

.bg-family{
	background: url(../../images/customerprotection/header_family.png) right top no-repeat;
}

.bg-pair{
	background: url(../../images/customerprotection/header_pair.png) right top no-repeat;
}

.shadow-lightblue{
	text-shadow: 1.5px 2px 0px #1eaabc;
}

.shadow-blue{
	text-shadow: 1.5px 2px 0px #1565b2;
}

.shadow-green{
	text-shadow: 1.5px 2px 0px #79aa41;	
}

/*------------------------------------------
 service-area
------------------------------------------*/

.service-block{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	width: 1020px;
	margin: 0 auto;
	padding: 40px 0;
	overflow: hidden;
}

.service-box{
	display: block;
	float: left;
	margin: 0px 15px;
	position: relative;
	width: 270px;
	padding: 20px 20px 40px 20px;
	text-align: center;
	background: #FFF;
	/* box-shadow */
	box-shadow:rgba(146, 146, 146, 0.33) 0px 0px 5px 1px;
	-webkit-box-shadow:rgba(146, 146, 146, 0.33) 0px 0px 5px 1px;
	-moz-box-shadow:rgba(146, 146, 146, 0.33) 0px 0px 5px 1px;
}

.sash-block {
	position: absolute;
    overflow: hidden;
	top: -5px;
	right: -5px;
	width: 100px;
	height: 100px;
}

.sash-block:before, .sashWrap:after {
	content: '';
	display: block;
	position: absolute;
	background: #f29600/9;
}



.sash-block:before {
	top: 0;
	left: 0;
	width: 15px;
	height: 5px;
}

.sash-block:after {
	bottom: 0;
	right: 0;
	width: 5px;
	height: 15px;
}

.sash-box {
	position: absolute;
	z-index: 5;
	top: 24px;
	left: -26px;	
	width: 150px;
	padding: 5px 10px;
	background: #f29600;
	color: white;
	text-align: center;
	font-size: 12px;
	font-weight: bold;

	box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5); 
	-webkit-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5); 
	-moz-box-shadow: -1px 1px 3px rgba(0, 0, 0, 0.5); 

	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.service-ttl{
	text-align: left;
	font-size: 20px;
	color: #186ecc;
	font-weight: bold;
}

.service-body p{
	text-align: left;
	margin: 10px 0 0 0;
}

.service-link-box{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: right;
	vertical-align: bottom;
	background: transparent;
}

.service-link-box:hover{
	background: #FFF;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;	
}

.service-link-body{
	display: block;	
	position: absolute;
	bottom: 10px;
	right: 20px;
}

.note-block{
	width: 930px;
	margin: 0 auto;
	text-indent: -0.5em;
}

/*------------------------------------------
.custmor-voice-area
------------------------------------------*/

.custmor-voice-area{
	width: 970px;
	margin: 0 auto;
	padding: 40px 0;
}


.custmor-voice-ttl-block{
	position: relative;
}

.custmor-voice-link{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.custmor-voice-link-txt{
	position: absolute;
	right: 15px;
	bottom: 5px;
}

.custmor-voice-ttl{
	font-size: 38px;
	font-weight: bold;
	color: #002056;
}
.custmor-voice-ttl-sub{
	font-weight: normal;
	font-size: 26px;
	padding: 0 0 0 10px;
}

.customer-voice-block{
	width: 970px;
	margin: 0 0 0 -15px;
	overflow: hidden;
}

.customer-voice-box{
	position: relative;
	float: left;
	width: 440px;
	margin: 0 0 15px 15px;
	padding: 15px;
	background: #eee;
	overflow: hidden;
}

.uservoice-link-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
}

.uservoice-link-box:hover{
	background: #FFF;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

.uservoice-photo{
	float: left;
	width: 230px;
}
.uservoice-body{
	float: left;
	width: 200px;
	padding: 0 0 0 10px;
	font-size: 14px;
}
.uservoice-day{
	display: block;
	font-size: 12px;
	color: #7d7d7d;
	margin: 0 0 0.5em 0;
}

.uservoice-day img{
	margin: 0 10px 0 0;
}
.content-title {
	text-align: center;
	font-weight: bold;
	font-size: 28px;
	line-height: 56px;
	color: #fff;
	background-color: #6898e2;
}
h3.content-title {
	text-align: left;
	font-weight: normal;
	font-size: 28px;
	color: #fff;
	background-color: #6898e2;
	width: 199px;
	height: 100%;
	float: left;
	padding: 16px 16px 4em;
	line-height: 1.3;
	background: url(../../images/customerprotection/money_icon.png) no-repeat;
	background-position: 120px 120px;
}
.service-content-wrapper {
	width: 840px;
	margin: auto;
	line-height: 1.2;
	padding-bottom: 64px;
}
.service-icon {
	float: left;
	margin: 64px 35px 0 0;
}
.service-icon.cic {
	margin-right: 48px;
}
.service-icon.logi {
	margin-right: 28px;
}
.service-content {
	float: left;
	width: 568px;
	margin-top: 64px;
	padding-top: 1em;
}
.service-content h3 {
	font-size: 32px;
	font-weight: bold;
	color: #6898e2;
	margin-bottom: 0.5em;
}
.service-content .caption {
	font-size: 24px;
}
.service-content p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0.8em;
}
.service-content .more-info {
	text-align: right;
	font-size: 16px;
}
.service-content .more-info a {
	color: #6898e2;
}
.service-content .more-info a:hover {
	color: #3564ac;
}
.service-content .more-info a span:hover {
	border-left-color: #3564ac;
}
.service-content .more-info .arrow-right {
	display: inline-block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left: 6px solid #6898e2;
}
.customer-service {
	width: 100%;
	border: 3px solid #6898e2;
	border-right-style: none;
	border-left-style: none;
	margin-bottom: 32px;
}
.customer-service .service-content-wrapper {
	padding-bottom: 24px;
}
.customer-service .service-icon {
	margin: 40px 32px 0 48px;
}
.customer-service .service-content {
	margin-top: 40px;
	padding-top: 0.5em;
	width: 632px;
}
.customer-service .service-content h3 {
	font-size: 24px;
	color: #6898e2;
}
.customer-service .service-content .caption {
	font-size: 18px;
	font-weight: normal;
	color: #000;
}
.customer-service .service-content dl {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 0.8em;
	color: #6898e2;
}
.customer-service .service-content dl a {
	color: #6898e2;
}
.customer-service .service-content dt {
	font-size: 40px;
	float: left;
	margin-right: 0.3em;
}
.customer-service .service-content dd {
	float: left;
	line-height: 40px;
	margin-right: 2em;
}
.pt-link {
	width: 930px;
	margin: auto;
	text-align: right;
}
/* -------------- contents 2nd -------------- */
.main-2colum {
	text-align: left;
	font-size: 16px;
	width: 950px;
	margin: auto;
	padding: 32px 0;
}
.main-2colum .nav-column {
	float: left;
	width: 201px;
	margin-right: 46px;
}
.nav-column dl {
	border: 2px solid #92a3b7;
	border-right-style: none;
	border-left-style: none;
	font-size: 12px;
	padding-bottom: 16px;
}
.nav-column dl dt {
	border-top: 1px solid #92a3b7;
	font-size: 14px;
	margin-top: 1em;
	font-weight: bold;
}
.nav-column dl dt:first-child {
	border-top-style: none;
	margin-top: 0em;
}
.nav-column dl dt:first-child a {
	line-height: 1;
	display: block;
	padding: 16px 0 0px 16px;
}
.nav-column dl dt a {
	color: #5184c3;
	text-decoration: none;
	display: block;
	padding: 15px 0 19px 16px;
	position: relative;
	line-height: 1.2;
}
.nav-column dl dt a:hover {
	color: #3564ac;
}
.nav-column dl dt a .icon-chevron-right:before {
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: 14px;
}
.nav-column dl dd {
	display: list-item;
	list-style-type: disc;
	margin-left: 32px;
}
.nav-column dl dd a {
	line-height: 1.2;
	color: #5184c3;
}
.nav-column dl dd a:hover {
	color: #3564ac;
}
.main-2colum .main-column {
	float: left;
	width: 703px;
}
.main-2colum .service-content-wrapper {
	width: 602px;
	margin: auto;
	padding-bottom: 24px;
}
.main-2colum .service-icon {
	margin: 0 32px 0 0;
}
.main-2colum .service-content {
	margin-top: 0;
	width: 352px;
	padding-top: 0;
}
.main-2colum .service-content h2 {
	font-size: 40px;
	font-weight: bold;
	color: #6898e2;
	margin-bottom: 0.5em;
}
.main-2colum .service-content .caption {
	font-size: 20px;
}
.content-area {
	border: 1px solid #6898e2;
	background-color: #6898e2;
	margin-bottom: 24px;
}
.content-caption {
	width: 325px;
	height: 234px;
	background-color: #fff;
	padding: 24px;
	float: left;
	overflow: hidden;
	line-height: 1.2;
}
.content-caption h3 {
	font-size: 28px;
	color: #6898e2;
	margin-bottom: 1em;
}
.content-caption p {
	margin-top: 1em;
	font-size: 18px;
}
.content-caption p:first-child {
	margin-top: 0;
}
.content-image {
	float: left;
}
.second .content-caption {
	width: 422px;
	height: auto;
	background-color: #fff;
	padding: 24px;
	float: left;
	overflow: hidden;
	line-height: 1.2;
}
.faq-area {
	padding-left: 1em;
}
.faq-area h3 {
	font-size: 24px;
	color: #6898e2;
	margin-bottom: 0.5em;
}
.faq-box {
	/* background: #f7f5eb; */
	padding: 20px;
	padding-bottom: 30px;
}
.faq-box h3 {
	font-size: 24px;
	color: #6898e2;
}
.faq-box .faq-q {
	padding: .5em 0 0 .15em;
}
.faq-box .faq-q a {
	/* display: block;
	font-size: 16px;
	padding-left: 2em;
	text-decoration: none;
	font-weight: bold;
	position: relative; */
}
.faq-box .faq-q.inner-title a {
	font-size: 18px;
	padding-left: 0.5em;
}
.faq-box .faq-innner-wrapper {
	padding-left: 0.5em;
}
.faq-box .faq-q a .icon-chevron-right:before {
	font-size: 22px;
	color: #6898e2;
	position: absolute;
	left: -0.2em;
}
.faq-box .faq-q.terms-of-use .icon-chevron-right:before {
	text-decoration: none;
}
.faq-box .faq-a {
	display: block;
	margin-left: 30px;
	font-size: 16px;
	text-decoration: none;
}
.faq-box .faq-a p {
	background: #efefef;
	padding: 20px;
}
.faq-box .faq-a p span.a-tit {
	display: block;
	float: left;
	width: 40px;
	margin-top: -8px;
	font-size: 150%;
	font-weight: bold;
	color: #6898E2;
}
.faq-box .faq-a p span.a-txt {
	display: block;
	float: left;
	width: 530px;
}
.faq-box .faq-a p span.list {
	font-size: 80%;
}
.faq-box .faq-q a {
	text-decoration: underline;
	font-weight: normal;
}
.faq-box .faq-q a:hover {
	text-decoration: none;
}
.faq-box.terms-of-use {
	padding-top: 0;
}
/* car info check */
@charset "UTF-8";
.content-pt .bg-box {
	width: 661px;
	padding: 20px;
	margin-bottom: 32px;
	border: 1px solid #c5c5c5;
	background: url(../../images/customerprotection/cic_bgq.png) no-repeat;
	background-color: #f6f6f6;
}
.content-pt .bg-box.bg-box-content {
	padding: 0;
	margin-bottom: 0;
	border: 1px solid #6898e2;
	width: 701px;
	background: #fff;
}
.content-pt .bg-box .moneyback-txt {
	float: left;
	width: 330px;
}
.content-pt .bg-box .full-box {
	width: 663px;
	padding-bottom: 10px;
	position: relative;
}
.content-pt .bg-box .worryfree-txt h4 {
	font-size: 175%;
	line-height: 1.2;
	color: #6898e2;
}
.content-pt .bg-box.detail-report {
	border: 1px solid #6898e2;
	border-top-style: none;
	width: 661px;
	background: #fff;
	margin-bottom: 5px;
}
.detail-report .moneyback-txt h4 {
	width: 214px;
	float: left;
	font-size: 175%;
	line-height: 1.2;
	color: #6898e2;
	margin: 0 1em 1em 0;
	background: url(../../images/customerprotection/check.png) no-repeat;
	background-position: 132px 79px;
	padding-bottom: 0.3em;
}
.detail-report .moneyback-txt p {
	margin: 0;
}
.content-pt .bg-box .worryfree-txt p {
	margin: 20px 0 0 0;
	font-size: 112.5%;
	line-height: 1.2;
}
.content-pt .bg-box .moneyback-txt ul li {
	margin-top: 20px;
	margin-left: 20px;
	color: #ccc;
	font-size: 140%;
	line-height: 1.4;
}
.content-pt .bg-box .worryfree-img {
	width: 320px;
	height: 100%;
	background-color: #6898e2;
	float: right;
	text-align: center;
	padding: 16px 0;
}
.content-pt .cic-bgq {
	margin-left: 70px;
}
.content-pt .bg-box .moneyback-txt .cic-bgq h4 {
	font-size: 24px;
	font-weight: bold;
	color: #6898e2;
}
.content-pt .bg-box .moneyback-txt .cic-bgq-box {
	margin-left: 50px;
	width: 600px;
}
.content-pt .bg-box .moneyback-txt .cic-bgq-box ul li {
	color: #333;
	line-height: 1.5;
	padding-right: 0.9em;
	font-size: 18px;
}
.content-pt .bg-box .moneyback-txt .cic-bgq-white {
	background: #fff;
	margin: 30px 15px;
	padding: 40px 32px;
	font-size: 112.5%;
	line-height: 1.4;
	margin-bottom: 0;
}
.content-pt .bg-box .moneyback-txt .cic-bgq-white span {
	color: #6898e2;
	font-size: 120%;
}
.content-pt .bg-box .worryfree-txt .exc {
	color: #ff9933;
	font-size: 90%;
}
.content-pt .bg-box .worryfree-txt {
	padding: 20px 0 0 20px;
	float: left;
	width: 330px;
}
.ccs-table {
	font-size: 100%;
	width: 100%;
	background: #ffffff;
	clear: both;
}
.ccs-table th {
	background: none repeat scroll 0 0 #6898e2;
	border: 1px solid #000000;
	color: #FFFFFF;
	padding: 5px;
	text-align: center;
	width: 33%;
}
.ccs-table td {
	border: 1px solid #CCCCCC;
	padding: 5px;
	text-align: center;
}
.ccs-table-att {
	font-size: 160%;
	font-weight: bold;
	margin-left: 32px;
}
.ccs-table-txt {
	font-size: 130%;
	margin: 0 auto;
	width: 90%;
}
.content-pt .cic-box {
	padding: 20px 16px;
}
h3.h3mt {
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 1.2;
	text-align: center;
	font-size: 250%;
	font-weight: bold;
	color: #6898e2;
}
.cic-box h4 {
	margin-bottom: 0.5em;
}
.logi-content {
	line-height: 1.2;
}
.whatis-logi-service {
	border: 1px solid #6898e2;
	padding: 32px 24px 0;
}
.whatis-logi-service h3 {
	width: 30%;
	float: left;
	font-size: 200%;
	color: #6898e2;
	padding-bottom: 0.7em;
	background: url(../../images/customerprotection/ship_icon.png) no-repeat;
	background-position: 104px 78px;
}
.whatis-logi-service .logi-service-right {
	width: 70%;
	float: right;
}
.logi-service-right p {
	margin-bottom: 1em;
	font-size: 112.5%;
}
.logi-service-right p .logi {
	font-weight: bold;
	color: #6898e2;
}
.logi-service-point {
	padding: 32px 24px 0;
	background-color: #6898e2;
	margin-bottom: 4px;
}
.easy-clearing h4 {
	background: url(../../images/customerprotection/human_icon.png) no-repeat;
	background-position: 201px 84px;
	padding-bottom: 2.5em;
}
.special-discount h4 {
	background: url(../../images/customerprotection/tag_icon.png) no-repeat;
	background-position: 178px 94px;
	padding-bottom: 2.5em;
}
.you-can-inquire h4 {
	background: url(../../images/customerprotection/device_icon.png) no-repeat;
	background-position: 192px 99px;
	padding-bottom: 1.5em;
}
.logi-service-point h4 {
	width: 44%;
	float: left;
	margin-right: 6%;
	font-size: 175%;
	color: #fff;
}
.logi-service-point .logi-service-right {
	width: 50%;
	float: left;
	margin-bottom: 1em;
}
.logi-service-point p {
	margin-bottom: 1em;
	font-size: 112.5%;
}
.zambialogi-pop table {
	margin-bottom: 20px;
}
.zambialogi-pop table td {
	border: 1px solid #CCCCCC;
	font-size: 90%;
	line-height: 1;
	padding: 5px;
}
.zambialogi-pop table td.dark {
	background: none repeat scroll 0 0 #4597df;
	color: #FFFFFF;
}
.zambialogi-pop table td.dark span {
	color: #FFFFFF;
	display: block;
	font-size: 130%;
	text-align: center;
}
.zambialogi-pop table td.light {
	background: none repeat scroll 0 0 #e7eff9;
	font-size: 90%;
}
.zambialogi-pop table td.slight {
	background: none repeat scroll 0 0 #e7eff9;
	font-size: 90%;
}
.zambialogi-pop table td span {
	color: #E60012;
}
.zambialogi-pop div.stit {
	font-size: 140%;
	margin-bottom: 10px;
}
.zambialogi-pop div.stit h4 {
	font-size: 160%;
}
/*2015/03/11 ロジ訴求追加*/
.margin-bottom-16px {
	margin-bottom: 16px;
}
.font-size-18px{
	font-size:18px;
}
.col-blue {
	color: #6898e2;
}
.col-yellow{
	color: #fdf876;
}
.font-weight-bold{
	font-weight:bold;
}

.logi-port-block {
	margin: 0 auto 32px;
}
.logi-port-box {
	margin-bottom: 4px;
}
.logi-port-map-container {
	width: 472px;
	float: left;
	border: 1px solid #6898e2;
}
.logi-port-list-container {
	float: left;
	background-color: #6898e2;
}
.logi-port-list-container {
	width: 181px;
	padding: 16px 24px;
	overflow: auto;
}
.logi-port-list-container.map-africa {
	height: 520px;
}
.logi-port-list-container.map-east-europe {
	height: 133px;
}
.logi-port-list-container.map-caribbean {
	height: 192px;
}
.logi-port-list {
	margin-bottom: 8px;
	line-height: 1.4;
}
.logi-port-list:last-child {
	margin-bottom: 0;
}
.logi-port-list-ttl {
	margin-bottom: 4px;
	padding-left: 24px;
	background-image: url(../../images/customerprotection/ico_port.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	line-height: 1.2;
	color: #f9e143;
	font-weight: bold;
	font-size: 18px;
}
.logi-port-list-body {
	margin-bottom: 5px;
	padding-left: 24px;
	line-height: 1.2;
	color: #fff;
}

#door_to_door.h3mt {
	font-size: 36px;
}
.door-to-door-box{
	width: 620px;
	margin: auto;
}
.door-to-door-ttl {
	position: relative;
	margin-bottom: 32px;
	background-color: #6898e2;
	line-height: 43px;
	text-align: center;
	color: #fff;
	font-size: 18px;
}
.arrow-down {
	display: block;
	position: absolute;
	bottom: -14px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 14px solid #6898e2;
}
.local-pages-list {
	width: 100%;
	margin-bottom: 16px;
    display:-webkit-box;/*--- Androidブラウザ用 ---*/
    display:-ms-flexbox;/*--- IE10 ---*/
    display: -webkit-flex;/*--- safari（PC）用 ---*/
    display:flex;
    -webkit-justify-content:space-around;/*--- safari（PC）用 ---*/
    justify-content:space-around;
}
.local-pages-list-body {
	-webkit-flex-basis: 50px;/*--- safari（PC）用 ---*/
	flex-basis: 50px;
	margin: 0 0 16px;
	text-align: center;
}
.local-pages-list-body svg {
	vertical-align: bottom;
}
.local-pages-list-body a {
	line-height: 2;
}
.country-name{
	display:block;
	color: #6898e2;
	font-size: 12px;
	text-decoration: underline;
}

.logi-flow-box {
	padding: 20px;
}
.logi-flow-wrapper{
	position: relative;
	padding-bottom: 64px;
	background-image: url(../../images/customerprotection/logi_flow_arrow.png) ;
	background-repeat: no-repeat;
	background-position: 30px 112px;
}
.logi-flow-wrapper.logi-apply{
	padding-bottom: 608px;
	background-image: none;
}
.logi-flow-wrapper.background-image-none{
	background-image: none;
}
.pi_capture_body{
	position:absolute;
	bottom: 24px;
	right: 0;
	z-index: 10;
}
.logi-flow-body {
	position: relative;
	width: 100%;
	border-radius: 10px;
	background-color: #6898e2;
	line-height: 97px;
}
.logi-flow-ico{
	position: absolute;
	top: 8%;
	left: 2%;
	z-index:10;
}
.logi-flow-txt {
	padding-left: 128px;
	font-size: 200%;
	color: #fff;
}
.logi-flow-arrow {
	width: 47px;
	height: 33px;
}
/* --------------------------- 
  汎用
 ------------- -------------- */
/* @group IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}
img, object, embed, video {
	max-width: 100%;
	height: auto;
}
img {
	vertical-align : middle;
}
/* -------------- clearfix -------------- */
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/*-----------------余白系----------------*/

.mr10{
	margin-right: 10px;
}

/* -------------- font -------------- */
@font-face {
	font-family: 'icomoon';
	src:url('total_price_fonts/icomoon.eot?gmk0sb');
	src:url('total_price_fonts/icomoon.eot?#iefixgmk0sb') format('embedded-opentype'),
		url('total_price_fonts/icomoon.ttf?gmk0sb') format('truetype'),
		url('total_price_fonts/icomoon.svg?gmk0sb#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check-square-o:before {
	content: "\e612";
}

.icon-phone-in-talk:before {
	content: "\e60f";
}

.icon-envelope:before {
	content: "\e610";
}

.icon-chevron-right:before {
	content: "\e611";
}