@charset "utf-8";


/*=======================================================
	index
=======================================================*/
.wrap{ background-image: none; }
#home{ background-color: #fff; }
#contents_cont h2{
	font-size: 1.4rem;
}
#index_header{
	margin: 5px auto 0;
	height: 425px;
	width: 970px;
	background-color: #fff;
}

/* --- 商品情報 --- */
#item_search{
	margin: 0 -5px;
	width: 250px;
	background: url(../img/item_search_bg.jpg) no-repeat left bottom;
}
.index_cont{ background: url(../img/item_search_ttl_bg.jpg) no-repeat left top; }
#item_search h2{
	text-align: center;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/item_search_ttl.png) no-repeat center 15px;
	height: 33px;
}
#item_search.item_search_en h2{
	background: url(../img/item_search_ttl_en.png) no-repeat center 15px;
	background-size: 170px auto;
}
#item_search ul{ padding: 15px; }
#search_brand a,
#search_category a,
#search_keyword p{
	margin: 0;
	padding: 0;
	display: block;
	width: 100%;
	height: 28px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#search_brand a{ background: url(../img/search_brand.png) no-repeat left 0; }
#search_category a{ background: url(../img/search_category.png) no-repeat left 0; }
#search_keyword p{ background: url(../img/search_keyword.png) no-repeat left 0; }

.item_search_en #search_brand a{
	background: url(../img/search_brand_en.png) no-repeat left 0;
	background-size: 121px auto;
}
.item_search_en #search_category a{
	background: url(../img/search_category_en.png) no-repeat left 0;
	background-size: 148px auto;
}
.item_search_en #search_keyword p{
	background: url(../img/search_keyword_en.png) no-repeat left 0;
	background-size: 151px auto;
}

#index_header_site_info{
	margin-top: 3px;
	width: 242px;
}
#index_header_site_info li{ margin: 5px 0; }
#index_header_site_info #ecshop_info_ttl{
	margin-right: 0;
	padding: 1px 0;
	background: url(../img/index/ecshop_info_ttl_bg.png) repeat-x left top;
	color: #fff;
	vertical-align: middle;
}
#index_header_site_info #ecshop_info_ttl img{
	vertical-align: middle;
}
.ecshop_list{
	overflow: hidden;
	border-bottom: 1px solid #d6e7f4;
}
#index_header_site_info .ecshop_list li{
	margin: 0 0 0 0;
	padding: 8px 0;
	box-sizing: border-box;
	border: 1px solid #d6e7f4;
	border-bottom: none;
	background-color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	height: 39px;
}
#index_header_site_info .ecshop_list li:nth-child(1){
	background-color: #f7fdff;
	-webkit-box-shadow: 0 0 0 2px #fff inset;
	box-shadow: 0 0 0 2px #fff inset;
}
.ecshop_list li a img{
	margin: -5px 0;
	width: 71%;
	-webkit-backface-visibility: hidden; /* Chrome */
}
.ecshop_list li:nth-child(2) a img{
	margin: -4px 0 -6px;
	width: 75%;
}

#search_menu a:hover,
#index_header_site_info a:hover{
	opacity:0.7;
}

#keywords2{
	padding: 5px;
	font-size: 1.4rem;
}
#search_keyword { padding: 0 0 10px; }
#search_keyword input{ vertical-align: middle; }
#keywords2{
	width: 150px;
	height: 18px;
}
#search_keyword .placeholder{
	padding: 3px 0;
	vertical-align: middle;
}


/*---------------------------------------------
	スライダー
---------------------------------------------*/
/* --- flickSlider --- */
#banner{
	margin-right: -2px;
	float: right;
	width: 710px;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
.flexslider {
	margin: 0;
	padding: 0;
}
.flexslider .slides > li {
	display: none;
	-webkit-backface-visibility: hidden;
}
.flexslider .slides img {
	width: 100%;
	display: block;
	-webkit-backface-visibility: hidden; /* Chrome */
}
.flexslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .flexslider .slides { display: block; }
* html .flexslider .slides { height: 1%; }
.no-js .flexslider .slides > li:first-child { display: block; }

.flexslider {
	margin: 3px 4px 0 0;
	background: #fff;
	position: relative;
	zoom: 1;
}
.flexslider .slides { zoom: 1; }
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
/*.flex-viewport:after{
	content: ' ';
	width: 2px;
	height: 410px;
	background-color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 8;
}
.flex-viewport:before{
	content: ' ';
	width: 2px;
	height: 410px;
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}*/
.loading .flex-viewport { max-height: 300px; }
.carousel li { margin-right: 5px; }

.notouch img.noclick{
	position:absolute;
	left:0;
	top:0;
	z-index: 9;
}

.flex-direction-nav { *height: 0; }
.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 51px;
	height: 51px;
	margin: -20px 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	overflow: hidden;
	opacity: 0;
	cursor: pointer;
	color: rgba(0, 0, 0, 0.8);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.flex-direction-nav a:before {
	display: inline-block;
	width: 51px;
	height: 51px;
	content: '';
	background: url(../img/slider_prev.png) no-repeat center top;
}
.flex-direction-nav a.flex-next:before {
	content: '';
	background: url(../img/slider_next.png) no-repeat center top;
}
.flex-direction-nav .flex-prev { left: 0; }
.flex-direction-nav .flex-next {
	right: 0;
	text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 0.7;
	left: -10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover { opacity: 1; }
.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 0.7;
	right: -10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover { opacity: 1; }
.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	filter: alpha(opacity=0);
	cursor: default;
}
.flex-pauseplay a {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	bottom: 5px;
	left: 10px;
	opacity: 0.8;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	color: #000;
}
.flex-pauseplay a:before {
	font-family: "flexslider-icon";
	font-size: 20px;
	display: inline-block;
	content: '\f004';
}
.flex-pauseplay a:hover { opacity: 1; }
.flex-pauseplay a .flex-play:before { content: '\f003'; }
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: -32px;
	text-align: center;
}
.flex-control-nav li{
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
}
.flex-control-paging li a{
	width: 8px;
	height: 8px;
	display: block;
	background: #ccc;
	background: rgba(204, 204, 204, 0.5);
	cursor: pointer;
	text-indent: -9999px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
	background: #5097cd;
	background: rgba(80, 151, 205, 0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-thumbs img:hover { opacity: 1; }
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}


/*---------------------------------------------
	main
---------------------------------------------*/
#indexmain{
	padding-bottom: 20px;
	background: url(../img/indexmain_bg.jpg) repeat left top;
}
#contents_cont{
	margin: 0 auto;
	width: 970px;
}

/* --- pickup --- */
#pickup{
	margin-right: -10px;
	padding: 15px 0 10px;
	width: 726px;
	float: left;
}
#pickup_ttl{
	margin: 0 -5px 15px;
	height: 32px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/pickup_ttl.png) no-repeat left center;
}
#pickup_ex{
	margin: 0 0 10px;
	width: 715px;
}
.pickup_ex_card{
	padding: 0;
	background-color: #fff;
}
.pickup_ex_card a{
	padding: 8px;
	color: #666;
	line-height: 1.4;
	text-decoration:none;
	display: block;
}
.pickup_ex_card a:hover{
	opacity:0.75;
}

#pickup_card li{
	margin: 0 11px 15px 0;
	padding: 0;
	width: 231px;
	background-color: #fff;
	float: left;
}
#pickup_card li a,
#pickup_card li .nolink{
	padding: 8px;
	color: #666;
	line-height: 1.4;
	text-decoration:none;
	display: block;
}
#pickup_card h3 img{
	width: 213px;
	height: 155px;
}
#pickup_card li a:hover{
	opacity:0.75;
}
.pickup_mark{
	margin: 10px 0 8px 0;
	color: #928f87;
	font-weight: bold;
}
.pickup_mark img{
	margin-right: 5px;
	width: 71px;
	height: 20px;
}
#pickup_card .soontoend{
	margin: 0 0 5px;
	padding: 1px 3px;
	display: block;
	border-top: 1px dotted #fa5555;
	border-bottom: 1px dotted #fa5555;
	line-height: 1.3;
	font-size: 0.8em;
	text-align: center;
	color:#fa5555;
}
#pickup_card .outsite_mark{
	margin-top: 3px;
	color: #0066cc;
	display: inline-block;
}

/* --- news --- */
#news{
	margin: 15px 0 0;
	padding-bottom: 15px;
	background: url(../img/news_ttl_bg.png) repeat-x left top;
	width: 225px;
	float: right;
}
#news_ttl{
	height: 37px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/news_ttl.png) no-repeat 5px 13px;
}
#news_ttl.news_ttl_en{
	background: url(../img/news_ttl_en.png) no-repeat 5px 13px;
	background-size: 195px auto;
}
#news ul{
	margin: 0;
	padding: 0 10px;
}
#hot_news{
	margin-bottom: 5px;
	padding-bottom: 5px;
	background-color: #fff;
}
#hot_news h2{ display: none; }
#hot_news ul:last-of-type li:last-child{ border: none; }

/* 外部サイト */
#news ul .outsite_mark:after{
	margin-left: 2px;
	background: url(/img/outsite_ico.png) no-repeat left 0.1em;
}


/*--------------------------------------------
	下部リンク一覧
---------------------------------------------*/
#brand_info{
	margin: -5px auto 5px;
	background-color: #fff;
	overflow: hidden;
}
#brand_list{
	margin: 0 auto;
	padding: 0 0 15px;
	width: 970px;
}
#brand_info ul{
	padding: 8px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #abe1ef;
}
#brand_info li{
	margin: 0 5px 0;
	text-align: center;
	display: inline-block;
}
#brand_info li .brandmark{ height: 43px; }
#brand_info .item_img{
	width: 86px;
	height: auto;
}
#brand_info span{
	margin-left: 3px;
	display: block;
}
#brand_info li a{
	display: block;
}
#brand_info li a:hover{
	opacity:0.7;
}

#site_info{
	margin: 0 0 10px;
	padding: 15px 0 45px;
	width: 100%;
	border-top: 2px dashed #fff;
	background: url(../img/indexmain_bg.jpg) repeat left top;
}
#site_info .site_info_cont{
	margin: 20px auto 0;
	padding: 10px 0 5px;
	width: 970px;
	background: #f9feff url(../img/site_info_cont_bg.png) repeat left top;
	border-top: 5px solid #559ace;
}
#site_info .site_info_cont h2{
	margin: -35px 10px 15px;
	color: #2a80c1;
}
.index_link_list{
	margin: 0 auto;
	width: 940px;
	padding: 5px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index_link_list li{
	margin: 0 0 10px 0;
	width: 230px;
	vertical-align: middle;
}
.index_link_list #goonmom img{
	width: 225px;
	height: 50px;
}
.index_link_list a{
	display: table-cell;
	background-color: #fff;
	vertical-align: middle;
	border: 1px solid #b9daf3;
	text-align: center;
	width: 225px;
	font-size: 1.4rem;
	line-height: 1.2;
	text-decoration:none;
	color: #108bd6;
	height: 50px;
	font-weight: bold;
}
#goonmom{ background-color: #fdf9ef; }
.index_link_list a:hover{
	opacity:0.8;
}
#brand_info .brand_list_search_brand{
	margin: 0;
	padding: 8px 0 0 10px;
	vertical-align: top;
}
#brand_info .brand_list_search_brand a{
	padding: 0.5em 15px 0.5em 25px;
	vertical-align: top;
	font-size: 1.2rem;
	background: url(../img/brand_list_search_brand_bg.png) no-repeat left top;
	border-radius: 15px;
}
#brand_info .brand_list_search_brand a.arrow_link:before{
	margin-right: 2px;
}
#brand_info .brand_list_search_brand a:hover{
	text-decoration: none;
}

/* attention */
.elleair_attention_wrap{
	margin: -5px auto 5px;
	padding: 15px 0 5px;
	background-color: #f2fcff;
	border-top: 1px solid #f0f8ff;
}
.elleair_attention_cont{
	margin: 0 auto 10px;
	padding: 0;
	width: 970px;
	border: 2px solid #549bcf;
	background-color: #fff;
	box-sizing: border-box;
}
.elleair_attention_cont h2{
	margin: 0;
	line-height: 1.4;
	font-size: 1.45rem;
	color: #2782c3;
	text-align: left;
}
.elleair_attention_cont > div{
	margin: 0 20px;
}
.elleair_attention_cont .info,
.elleair_attention_cont .paper{
	border-bottom: 1px dotted #1f7fc6;
}
/* pdf */
.elleair_attention_cont .file_type{
	display: block;
	position: relative;
	font-size: 0.9em;
	font-weight: normal;
}
.file_type:after{
	margin-left: 0;
	content: " ";
	text-align: center;
	background: url(/img/pdf_ico.png) no-repeat left center;
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

/*.elleair_attention_cont:first-child{
	padding: 13px 20px 15px;
	box-sizing: border-box;
	font-size: 1.4rem;
	text-align: center;
}
.elleair_attention_cont:first-child dl{
	margin: 0;
	display: inline-block;
	letter-spacing:-0.4em;
}
.elleair_attention_cont:first-child dl dt,
.elleair_attention_cont:first-child dl dd{
	letter-spacing: normal;
	font-size: 1.3rem;
	display: inline-block;
	vertical-align: middle;
}*/

.elleair_attention_cont h2 a{
	width: 100%;
	padding: 10px 10px 10px 155px;
	color: #549bcf;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	flex-wrap: wrap;
}
.elleair_attention_wrap a:hover{
	opacity: 0.7;
	text-decoration: none;
}
.attention_arrow{
	width: 30px;
}
.attention_arrow svg{
	position: relative;
	top: 2px;
	margin-right: 10px;
	fill:#549bcf;
	width: 20px;
	height:20px;
}

/* 海外 */
#site_info #global_sitelink{ margin-top: 35px; }
#global{
	margin: 15px auto 0;
	width: 945px;
	overflow: hidden;
}
#global h3{
	margin-bottom: 1px;
	color: #545454;
}
#global h3 img{
	margin: 0 5px 0 0;
	vertical-align: middle;
}
#global ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#global ul li{
	margin: 0 0 5px 0;
	width: 230px;
	vertical-align: top;
}
#global ul li li{ display: block; }
#global li a{
	padding: 0;
	vertical-align: middle;
	border: 1px solid #b9daf3;
	background-color: #fff;
	display: block;
}
#global li a:hover img{
	opacity:0.7;
}

#ecsite{
	margin-top: 5px;
	padding: 10px 0;
	background: url(../img/index/link_line.png) no-repeat top center;
	overflow: hidden;
}
#ecsite h3{
	margin: 0 0 0 25px;
	padding-top: 10px;
	width: 220px;
	float: left;
	color: #4d4d4d;
}
#ecsite ul{
	float: left;
	width: 705px;
}
#ecsite li{
	margin: 0 0 5px 2px;
	display: inline-block;
	width: 170px;
}
#ecsite li a{
	vertical-align: middle;
	width: 170px;
	height: 40px;
	display: table-cell;
}


/*---------------------------------------------
	ClearFixElements
---------------------------------------------*/
#contents_cont:after,
#indexmain:after,
#pickup:after{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}


/* ===========================================
	MediaQueries
=========================================== */

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	#index_header{
		margin-bottom: 15px;
		width: 100%;
		height: auto;
	}
	#item_search{
		margin: 0 auto 15px;
		padding: 0;
		width: 87%;
		background: url(../img/s/item_search_bg.jpg) repeat left top;
		border: 5px solid #fff;
		-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.1), 1px 1px 3px rgba(0,0,0,0.2);
		box-shadow: 0 0 1px rgba(0,0,0,0.1),1px 1px 3px rgba(0,0,0,0.2);
	}
	#item_search h2{
		height: 30px;
		background: #1397d7 url(../img/s/item_search_ttl.png) no-repeat center 8px;
		background-size: 67px auto;
	}
	#item_search.item_search_en h2{
		background: #1397d7 url(../img/item_search_ttl_en.png) no-repeat center 8px;
		background-size: 170px auto;
	}
	.index_cont{ background-image: none; }
	#item_search ul{ padding: 0; }
	#search_menu li{
		padding: 5px;
		border-bottom: 1px solid #ccc;
	}
	#search_menu li:last-child{
		padding-bottom: 8px;
		border: none;
	}
	#item_search.item_search_en #search_menu li{
		padding: 10px 5px 0;
	}
	#item_search.item_search_en #search_menu #search_keyword{
			padding: 10px 5px;
	}
	#search_brand a{
		background: url(../img/s/search_brand.png) no-repeat 5px center;
		background-size: 133px 17px;
	}
	#search_category a{
		background: url(../img/s/search_category.png) no-repeat 5px center;
		background-size: 152px 17px;
	}
	#search_keyword p{
		background: url(../img/s/search_keyword.png) no-repeat 5px center;
		background-size: 154px 17px;
	}
	#keywords2{ width: 180px; }


	/*---------------------------------------------
		スライダー
	---------------------------------------------*/
	/* --- flickSlider --- */
	#banner{
		float: none;
		width:100%;
	}
	.flexslider {
		margin-bottom: 35px;
		margin-right: 0;
	}
	.flex-control-nav { bottom: -27px; }
	#index_header_site_info{
		margin: 0 auto;
		width: 90%;
	}
	#index_header_site_info #ecshop_info_ttl{
		margin: 0;
		text-align: center;
	}
	.ecshop_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
		border: 1px solid #d6e7f4;
		border-bottom: none;
	}
	#index_header_site_info .ecshop_list li{
		margin: 0 0 0 0;
		padding: 5px;
		width: 50%;
		box-sizing: border-box;
		border: none;
		border-right: 1px solid #d6e7f4;
		border-bottom: 1px solid #d6e7f4;
		background-color: #fff;
		display: flex;
		align-items: center;
		height: auto;
		overflow: hidden;
	}
	#index_header_site_info .ecshop_list li:nth-child(2n){
		margin-left: -1px;
		border-right: none;
	}
	.ecshop_list li a{
		display: block;
		box-sizing: border-box;
	}
	.ecshop_list li a img{
		margin: 0;
		width: 100%;
	}
	.ecshop_list li:nth-child(2) a img{
		margin: -0.5% 0 0 -2%;
		width: 105%;
	}
	.flex-direction-nav a {
		width: 30px;
		height: 30px;
	}
	.flex-direction-nav a:before {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
	.flex-direction-nav a.flex-next:before {
		width: 30px;
		height: 30px;
		background-size: 30px 30px;
	}
	.flex-viewport:after{
		width: 1px;
		height: 1px;
		right: -1px;
	}
	.flex-viewport:before{
		width: 1px;
		height: 1px;
		left: -1px;
	}


	/*---------------------------------------------
		main
	---------------------------------------------*/
	#indexmain{
		margin: 0;
		padding: 0 0 20px;
		background: url(../img/indexmain_bg.jpg) repeat left top;
	}
	#contents_cont{
		float: none;
		width: 100%;
	}
	#contents_cont img {
		max-width: 100% !important;
		height: auto !important;
	}

	/* --- pickup --- */
	#pickup{
		float: none;
		width: 100%;
	}
	#pickup_ttl{
		margin: 0 -5px 15px;
		height: 32px;
		background: url(../img/s/pickup_ttl.png) no-repeat center center;
		background-size: 302px 32px;
	}

	/* カード大 */
	#pickup_ex{
		margin: 0 auto 10px;
		width: 96%;
	}
	.pickup_ex_card{
		padding: 8px;
		background-color: #fff;
	}
	.pickup_ex_card a{ padding: 0; }
	#pickup_ex .pickup_mark span{ display: inline; }
	#pickup_card {
		margin: 0 auto;
		width: 98%;
		overflow: hidden;
	}
	#pickup_card li{
		margin: 0 1% 5px 1%;
		width: 48%;
		height: auto;
		padding: 8px;
		background-color: #fff;
		display: block;
		box-sizing: border-box;
		text-align: left;
	}
	#pickup_card h3{ text-align: center; }
	.pickup_mark span{ display: inline-block; }
	#pickup_card li a,
	#pickup_card li .nolink{ padding: 0; }


	/* --- news --- */
	#news{
		width: 100%;
		box-sizing: border-box;
	}
	#news dt{ padding: 5px 0 0; }
	#news dd{ padding: 0 0 5px; }
	#news .text_right,
	#brand_info .text_right{ margin-right: 3%; }


	/* --- 下部リンク一覧 --- */
	#brand_info{
		margin: 10px auto 5px;
		width: 100%;
	}
	#brand_list{
		margin: 0 auto 10px;
		padding: 0;
		width: 100%;
	}
	#brand_info ul{
		padding: 10px 10% 8px;
		text-align: center;
		border: none;
		border-top: 1px solid #abe1ef;
	}
	#brand_info li{
		margin: 0;
		display: inline-block;
		vertical-align: middle;
	}
	#brand_info .item_img{
		width: 43px;
		height: auto;
	}
	#brand_info span{ display: block; }
	#brand_info li a{
		margin-bottom: 0;
		display: block;
	}
	#brand_info .brand_list_search_brand{
		vertical-align: middle;
	}
	#brand_info .brand_list_search_brand a{
		padding: 0.5em 10px 0.5em 25px;
		background: none;
		background-color: #d6f2f8;
		position: relative;
		border: 2px solid #fff;
		border-radius: 25px;
	}
	#brand_info .brand_list_search_brand a:before{
		content: ' ';
		margin: auto 0;
		width: 15px;
		height: 15px;
		background: url(../img/s/brand_list_search_brand_arrow.png)
 no-repeat left top;
		background-size: 100% auto;
		position: absolute;
		left: 7px;
		top: 0;
		bottom: 0;
	}

	.index_link_list{
		width: 100%;
		text-align:  center;
	}
	#site_info{
		margin: 0 0 10px;
		padding: 15px 0 45px;
		width: 100%;
		border-top: 2px dashed #fff;
		background: url(../img/indexmain_bg.jpg) repeat left top;
	}
	#site_info .site_info_cont{
		margin: 20px auto 0;
		padding: 10px 0 15px;
		width: 90%;
	}
	#outside{
		margin: 0 auto;
		width: 100%;
	}
	.link_list{
		margin-bottom: 0;
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.link_list li{
		margin: 0 10px 5px;
		width: auto;
	}

	.index_link_list{
		margin: 0 auto 5px;
		padding: 0 5px;
		width: 100%;
		max-width: 300px;
		text-align: center;
		box-sizing: border-box;
		justify-content: center;
	}
	.index_link_list li{
		margin: 0 10px 5px;
		width: auto;
		text-align: center;
	}

	/* attention */
	.elleair_attention_wrap{
		padding: 15px 15px 5px;
	}
	.elleair_attention_cont{
		width: 100%;
	}
	.file_type:after{
		margin-top: -2px;
	}
	/*.elleair_attention_cont:first-child{
		text-align: left;
		font-size: 1.3rem;
	}
	.elleair_attention_cont:first-child dl{
		margin: 10px 0 0;
	}
	.elleair_attention_cont:first-child dl dt,
	.elleair_attention_cont:first-child dl dd{
		font-size: 1.2rem;
	}*/
	.elleair_attention_cont > div{
		margin: 0 10px;
	}
	.elleair_attention_cont h2{
		font-size: 1.4rem;
	}
	.elleair_attention_cont h2 a{
		padding: 10px 0;
		box-sizing: border-box;
	}

	/* 海外 */
		#global ul{
		margin: 0 auto;
		padding: 0 5px;
		width: 100%;
		max-width: 300px;
		text-align: center;
		box-sizing: border-box;
		justify-content: center;
	}
	#global ul li{
		margin-bottom: 8px;
		width: auto;
		text-align: center;
	}
	#global{
		margin: 15px auto 0;
		width: 100%;
		overflow: visible;
	}
	#global h3{
		margin: 0 auto;
		padding: 0 5px;
		line-height: 1;
		text-align: left;
	}
	/*#global ul{
		display: block;
	}*/
	/*#outside li{
		margin: 0 1px 15px 0;
		width: 48%;
		display: inline-block;
		vertical-align: middle;
		background-color: #fff;
	}*/
	#outside li a img{
		margin: 0 auto;
		vertical-align: middle;
		border: 1px solid #b9daf3;
		width: 100%;
		height: auto;
	}

	#ecsite h3{ float: none; }
	#ecsite ul{
		float: none;
		width: 100%;
		text-align: center;
	}
	#ecsite li{
		margin: 3px;
		display: inline-block;
		width: 120px;
	}
	#ecsite li a{
		vertical-align: middle;
		width: 45%;
		height: 32px;
		display: table-cell;
	}
}
