﻿@charset "UTF-8";
/* CSS Document */
/*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;
}


/* -------------------------------------------

recommend　ページ用スタイル

--------------------------------------------*/

/*font*/

/* -------------- fonts -------------- */

@font-face {
	font-family: 'icomoon';
	src:url('../total_price_fonts/icomoon.eot?-ybq598');
	src:url('../total_price_fonts/icomoon.eot?#iefix-ybq598') format('embedded-opentype'),
		url('../total_price_fonts/icomoon.ttf?-ybq598') format('truetype'),
		url('../total_price_fonts/icomoon.svg?-ybq598#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;
}

[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-arrow-right2:before {
	content: "\e607";
}

.icon-arrow-down2:before {
	content: "\e605";
}


.icon-arrow-down2{
	font-size: 140%;
	display: block;
	position: absolute;
	bottom: -7px;
	left: 44%;
}



/* -------------- clearfix -------------- */

.clearfix:after {
	content: ",";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {/* for ie6 */
	display: inline-block;
}
.clearfix {/* for Opera */
	display: block;
}
/* -------------- font -------------- */


/* -------------- common -------------- */
body {
	-webkit-text-size-adjust: 100%;
	line-height: 1;
}

body .container2012 {
	background: none !important;
}

body .container2012 .pannav_top {
	padding: 6px 0;
	color: #666;
}
body .container2012 .pannav_bottom {
	clear: both;
	padding: 36px 0 6px;
	color: #666;
}
body .navbg_nn {
	background: none !important;
}

/* -------------- contents -------------- */
.reccomend-area {
	width: 100%;
	margin: 0 auto 0px auto;
	padding: 0 0 10px 0;
	background-color: #FFF;
	text-align: left;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	font-weight: 400;
	color: #212121;
	overflow: hidden;
}

.lp01 .inner-block{
	width: 90%;
}

.inner-block{
	position: relative;
	margin: 0 auto;
	padding: 0px 30px 0 30px;
	width: 90%;
}

.header-block{
	position: relative;
	background: #186ecc;
	text-align: center;	
	background-position:center center;
	background-repeat: repeat-x;
	background-color: #fff;	
	-moz-background-size:auto;
	background-size:auto;		
	height: 140px;
	padding: 10px 0 0 0;
}
.lp-rec-01{
	background-image:url(../../../images/1/recommend/header_img_01.png);
}
.lp-rec-02{
	background-image:url(../../../images/1/recommend/header_img_02.png);
}

.header-ttl{
	color: #FFF;
	font-size: 40px;
	padding: 0.2em 0 0.3em 5%;
	font-weight: 800;
	margin: 0em 0 10px 0;
	text-align: left;
	background: #186ECC;
	width: 50%;
}

.blue{
	background: #186ECC;
}
.red{
	background: #e10d1d;
}

.header-sub-ttl{
	color: #FFF;
	font-size: 20px;
	padding: 0 0 1.2em 5%;
	font-weight: 800;
	text-align: left;
}

.lp-rec-01 .header-sub-ttl{
	color: #e10d1d;
}

.lp-rec-02 .header-sub-ttl{
	color: #186ECC;
}

.header-nav{
	background: #FFF;
}




.header-nav-box{
	margin: 20px auto 0 auto;
	width: 100%;
	text-align: center;
	// display: -webkit-flex;
	// display: -moz-flex;
	// display: -ms-flex;
	// display: -o-flex;
	// display: flex;
}

.header-nav-body{
	width: 33%;
	display: block;
	float: left;
	// font-size: 18px;
	margin-left: 0.5%;
	padding: 0;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	background: #e7e7e7;
	// flex-grow: 1;
}
.header-nav-body:first-child{
	margin-left: 0;
}
.header-nav-body a{
	display: block;
	position: relative;
	color: #186ecc;
	background: #efefef;
	border: 1px solid #186ecc;
	padding: 0.5em 0.5em 1em;
}

.header-sub-nav{
	width: 100%;
	margin: 0 auto 0;
}

.header-sub-nav-box{
	position: relative;
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background: #186ecc;
	padding: 0.5em 1em;
	box-sizing: border-box;
}

.header-sub-nav-body{
	width: auto;
	display: inline-block;
	zoom: 1;
	font-size: 16px;
	margin: 3px 0 3px 0;
	border: 1px solid #186ecc;
}

.header-sub-nav-body a{
	border: 1px solid #FFF;
	padding: 1em ;	
	background: #FFF;
	display: block;
}

.header-nav-body a.current{
	background: #186ecc;
	color: #FFF;
}

.header-sub-nav-body a.current{
	background: #999;
	color: #FFF;
	border: none;
}

.none{
	display: none ;
}

/*リストエリア*/

.lp01 .catalog-area{
	width: 100%;
	padding: 20px 0 0 0px;
	margin: 0 auto;

}

.catalog-area{
	width: 100%;
	padding: 0px 0 0 0px;
	margin: 0 auto;
}
.recommend-item-block{
	padding: 0 20px;
}
.reccomend-area {
	font-family: 'Roboto', Arial, "Helvetica Neue", Helvetica, Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: palette(txt,dark);
}
.catalog-area .recommend-block-ttl{
	padding: 0.5em 0 10px 0;
	font-size: 26px;
	font-weight: bold;
}
.catalog-area .recommend-item-box{
	// width: 150px;
	width: 145px;
	box-sizing: content-box;;
}
.catalog-area .recommend-item-image {
	width: 145px;
	height: 98px;
}

.lp01 .recommend-block-ttl{
	color: #e10d1d;
	// border-color: #e10d1d;
	border-bottom: 1px solid #e10d1d;
}
.lp02 .recommend-block-ttl{
	color: #4a67ad;
	border-bottom: 2px solid #4a67ad;
}

.catalog-body{
	background: #FFF;
	position: relative;
	padding: 3px 3px;
	box-shadow: 0px 0px 1.72px 0.28px #c0c0c0;
	display: block;
	width: 150px;
	float: left;
	margin: 0 2px 5px 2px;
	cursor: pointer;
}

.catalog-body img{
	width: 150px;
}

.catalog-txt-make{
	display: block;
	padding: 2px 5px 0;
	color: #222;
	font-size: 16px;
}
.catalog-txt-model{
	display: block;	
	padding: 0px 5px 2px;
	color: #222;	
	font-size: 16px;	
}
.catalog-txt-price{
	display: block;	
	padding: 2px 5px;
	font-weight: 800;
	font-size: 20px;
	text-align: right;
	color: #971219;
}

.catalog-box a:active{
	background: #FFF;
}

.link-area{
	margin: 0px auto;
	text-align: center;
}

.reagion-area{
	margin: 0 10px 0 0px;
}

.lp01 .link-area{
	margin-left: 0px;
	text-align: center;
}

.link-area a{
	display: block;
	padding: 0px 5px;


}

.lp01 .link-area a{
	background: #186ecc;
	border: 1px solid #186ecc;
}

.lp02 .link-area a{
	background: #e10d1d;
	border: 1px solid #e10d1d;
}

.pc-none{
	display: none;
}

.pctb-none{
	display: none;
}

/*------------------スマホ対応用---------------------*/

/*タブレット*/
@media screen and (max-width: 768px) {

     html{
		 min-width: 100% !important;
		 }

.inner-block{
	width: 100%;
	margin: 0 auto;
	padding: 0 0px;
}

.header-block{
	position: relative;
	text-align: center;	
	background: none;
	height: auto;
	padding: 1em 0 0 0;
}

.header-ttl{
	font-size: 24px;
}

.lp-rec-01{
	background: #E10D1D;
}
.lp-rec-02{
	background: #186ECC;
}

.header-sub-ttl{
	padding: 0 1em 1.2em 1em;
	font-weight: 400;
}

.lp-rec-01 .header-sub-ttl,
.lp-rec-02 .header-sub-ttl{
	color: #FFF;
}

.header-nav-box{
	width: 100%;
	text-align: center;
}
.header-nav {
	width: 98%;
	margin: auto;
}
.header-nav-body{
	// width: 32%;
	// display: inline-block;
	// float: none;
	font-size: 18px;
}
.header-nav-body a{
	padding: 1em 0.5em 1.2em;
}

.header-sub-nav{
	width: 100%;
	margin: 0 auto 0;
}

.header-sub-nav-box{
	position: relative;
	// width: 98%;
	text-align: left;
	background: #186ECC;
}

.header-sub-nav-body{
	width: auto;
	display: inline-block;
	font-size: 16px;
	margin: 3px 0 3px 0;
}

.header-sub-nav-body a{
	border: 1px solid #FFF;
	padding: 1em ;	
	background: #FFF;
}

/*タブレットリストエリア*/
.catalog-area{
	width: 100%;
	padding: 0;
	text-align: center;
}

.catalog-ttl{
	padding: 0.5em 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #a8a8a8;
}

.catalog-body{
	background: #FFF;
	position: relative;
	padding: 3px 3px;
	box-shadow: 0px 0px 1.72px 0.28px #c0c0c0;
	display: inline-block;
	float: none;
	width: 28%;
	margin: 0 2px 5px 2px;
	text-align: left;
}

.catalog-body img{
	width: 100%;
}


.lp01 .recommend-item-block{
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.lp02 .recommend-item-block{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}
.catalog-area .recommend-item-box{
	// width: 23%;
}

.catalog-area .recommend-item-box img{
	max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}


.lp01 .link-area{
	width: 100%;
}

.link-area{
	width: 90%;
	margin: 0 auto;
}

.link-block a{
	display: block;
	padding: 0.5em 0.5em;
	border: 5px solid #5184c3;
	font-size: 28px;
	text-align: center;
}

.link-area img{
	max-width: 100%;
	margin: 0 auto;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}


	.navheader .inner,
	.header950,
	.ci,
	.top_navi ul,
	.pnavwrapper,
	.pannav_top{
		width: 100% !important;	
		}
		
	.navfooter .inner{
		width: 100% !important;			
		}
			
	.header-personal-area{
		display: none !important;
	}
	
	.header-global-area{
		display: none !important;
		}
					
	.footer-nav{
		display: none !important;
		}	
		
	.navbg_ft{
		background: none !important;
		}	
		
	.footer-copyright{
		float: none !important;
		width: 100% !important;
		}
		
	.footer-policy{
		display: none !important;
		}	

	.footer-share{
		float: none !important;
		position: relative !important;
		display: block !important;
		top: 0 !important;;
		left: 0 !important;
	}

	.footer-share-container{
		padding: 0px 1em;
	}

	.footer-copyright{
		float: none !important;
		width: 100% !important;
		text-align: left !important;
		font-size: 1rem  !important;
		padding: 1em 0 !important;
		color: #FFF !important;	
	}

	.navfooter{
		background: #465c73;
		padding: 1em 0;
	}

.sp-none{
	display: none;
}
.pc-none{
	display: block;
}

.pctb-none{
	display: none;
}


}

/*SP*/
@media screen and (max-width: 599px) {

.inner-block{
	width: 100%;
	margin: 0 auto;
	padding: 0 0px;
}

.header-block{
	position: relative;
	text-align: center;	
	background: none;
	height: auto;
	padding: 1em 0 0 0;
}

.header-ttl{
	font-size: 24px;
}

.lp-rec-01{
	background: #E10D1D;
}
.lp-rec-02{
	background: #186ECC;
}

.header-sub-ttl{
	padding: 0 1em 1.2em 1em;
	font-weight: 400;
}

.header-nav-box{
	width: 100%;
	text-align: center;
}

.header-nav-body{
	// width: 32%;
	// display: inline-block;
	// float: none;
	font-size: 18px;
	vertical-align: top;
}
.header-nav-body a{
	padding: 1em 0.5em 1.2em;
	min-height: 2em;
}

.header-sub-nav{
	width: 100%;
	margin: 0 auto 0;
}

.header-sub-nav-box{
	position: relative;
	// width: 98%;
	text-align: left;
	background: #186ECC;
}

.header-sub-nav-body{
	width: auto;
	display: inline-block;
	font-size: 16px;
	margin: 3px 0 3px 0;
}

.header-sub-nav-body a{
	border: 1px solid #FFF;
	padding: 1em ;	
	background: #FFF;
}

/*スマホリストエリア*/
.catalog-area{
	width: 100%;
	padding: 0;
	text-align: center;
}

.catalog-ttl{
	padding: 0.5em 0;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	color: #a8a8a8;
}

.catalog-body{
	background: #FFF;
	position: relative;
	padding: 3px 3px;
	box-shadow: 0px 0px 1.72px 0.28px #c0c0c0;
	display: inline-block;
	float: none;
	width: 28%;
	margin: 0 2px 5px 2px;
	text-align: left;
}

.catalog-body img{
	width: 100%;
}


.lp01 .recommend-item-block{
	width: 100%;
	margin: 0 auto;
	padding: 0 0;
}

.lp02 .recommend-item-block{
	width: 90%;
	margin: 0 auto;
	padding: 0;
	justify-content: center;
}

.catalog-area .recommend-item-box{
	width: 29%;
	display: inline-block;
	padding-right: 2%;
	padding-left: 2%;
	vertical-align: top;
}

.catalog-area .recommend-item-image {
	width: 100%;
	height: auto;
}

.catalog-area .recommend-item-box img{
	max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

.catalog-area .recommend-item-box .recommend-item-price{
	left: 8px;
	text-align: left;
	font-size: 90% !important;
}


.lp01 .link-area{
	width: 100%;
}

.link-area{
	width: 90%;
	margin: 0 auto;
}

.link-block a{
	display: block;
	padding: 0.5em 0.5em;
	border: 5px solid #5184c3;
	font-size: 28px;
}

.link-area img{
	max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}



/*スマホ用ヘッダまわり整形用*/

     html{
		 min-width: 100% !important;
		 }

	.navheader .inner,
	.header950,
	.ci,
	.top_navi ul,
	.pnavwrapper,
	.pannav_top{
		width: 100% !important;	
		}
		
	.navfooter .inner{
		width: 100% !important;			
		}
			
	.header-personal-area{
		display: none !important;
	}
	
	.header-global-area{
		display: none !important;
		}
					
	.footer-nav{
		display: none !important;
		}	
		
	.navbg_ft{
		background: none !important;
		}	
		
	.footer-copyright{
		float: none !important;
		width: 100% !important;
		}
		
	.footer-policy{
		display: none !important;
		}	

	.footer-share{
		float: none !important;
		position: relative !important;
		display: block !important;
		top: 0 !important;;
		left: 0 !important;
	}

	.footer-share-container{
		padding: 0px 1em;
	}

	.footer-copyright{
		float: none !important;
		width: 100% !important;
		text-align: left !important;
		font-size: 1rem  !important;
		padding: 1em 0 !important;
		color: #FFF !important;	
	}

	.navfooter{
		background: #465c73;
		padding: 1em 0;
	}

.sp-none{
	display: none;
}
.pc-none{
	display: block;
}

.pctb-none{
	display: block;
}

}

/*SP 小*/
@media screen and (max-width: 599px) {

/*.inner-block{
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}*/

}


/*------------------------------------------------*/

/*共通汎用*/
.size12{
	font-size: 12px;
	line-height: 1.2em;
}

.size14{
	font-size: 14px;
	line-height: 1.2em;
}

.size16{
	font-size: 16px;
	line-height: 1.2em;
}

.size18{
	font-size: 18px;
	line-height: 1.2em;
}

.size20{
	font-size: 20px;
	line-height: 1.5em;
}

.size24{
	font-size: 24px;
	line-height: 1.5em;
}

.size30{
	font-size: 30px;
	line-height: 1em;
	max-height: 100%;	
}
.size80{
	font-size: 80px;
	line-height: 1em;		
}

.size74{
	font-size: 74px;
}

.bold{
	font-weight: 700;
}

.block{
	display: block;
}

.w400{
	width: 400px;
}
.left{
	float: left;
}

.pt5{
	padding-top: 5px;
}

.pt10{
	padding-top: 10px;
}

.pt15{
	padding-top: 15px;
}

.pl100{
	padding-left: 100px;
}

.p2{
	padding: 2px;
}

.p10{
	padding: 10px;
}

.mrl220{
	margin-left: 220px;
}

/*AAデザイン対応用*/
@media only screen and (max-width:768px) {
	body .footer-area {
		min-width: 1260px;
	}
}
@media only screen and (max-width:599px) {
	body .footer-area {
		min-width: 100%;
	}
}


/*国別施策(カナダ、アメリカ、ジャマイカ)*/
.reccomend-country .header-block {
	height: auto;
	padding: 16px 0 16px;
	background-color: #f2f3f5;
	overflow: hidden;
}
.reccomend-country .header-block-inner {
	width: 90%;
	margin: auto;
	overflow: hidden;
}
.reccomend-country .header-sub-ttl {
	float: right;
	width: 59%;
	margin: 0 10% 2px 0;
	padding: 0;
	text-align: left;
	font-weight: 700;
	color: #2b3452;
}
.reccomend-country .header-ttl {
	float: right;
	width: 59%;
	margin: 0 10% 0 0;
	padding: 0;
	background: none;
	text-align: left;
	font-size: 32px;
	font-weight: 900;
	line-height: 1.2;
	color: #2b3452;
}
.reccomend-country .header-block .icon-flag-wrap {
	float: left;
	width: 10%;
	margin-right: 1%;
	margin-left: 20%;
	text-align: right;
}
.reccomend-country .header-block .icon-flag {
	min-width: 90%;
	max-width: 100%;
}
.reccomend-country.canada .header-block .icon-flag {
	margin-top: -8px;
}
.pc-hidden {
	display: none;
}
.header-sub-ttl-upper {
	padding: 8px;
	background-color: #4a67ad;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
@media only screen and (max-width:599px) {

	.reccomend-country .header-block {
		padding-top: 0;
	}
	.reccomend-country .header-block-inner {
		width: 100%;
	}
	.reccomend-country .header-sub-ttl {
		width: 100%;
		float: none;
		margin: 0 0 16px;
		padding: 8px;
		background-color: #4a67ad;
		text-align: center;
		font-size: 18px;
		color: #fff;
	}
	.reccomend-country .header-block .icon-flag-wrap {
		width: 30%;
		margin-right: 1%;
		margin-left: 7%;
	}
	.reccomend-country.canada .header-block .icon-flag-wrap {
		margin-right: 1%;
		margin-left: 6%;
		padding-right: 1%;
	}
	.reccomend-country .header-ttl {
		width: 52%;
		margin-right: 10%;
		font-size: 24px;
		line-height: 1.1;
	}
}