/*
Theme Name: stile202511 Theme
Theme URI: http://www.www.www/
Description: This is my stile202511 theme.
*/
@import "css/navi.css";
@import "css/form.css";
@import "css/footer.css";

/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	color: #555;
	font-size: 14px;
	font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	line-height: 1.7;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	} 
	
html.osMac body, body.osMac {
    font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}
	
/* --------------------------------------------------
	テキスト
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, a { color: #555; }
h1 { font-size: 300%; margin: 0 0 20px; }
h2 { font-size: 240%; margin: 0 0 20px;}
h3 { font-size: 150%; margin: 0 0 20px; }
h4 { font-size: 130%; margin: 0 0 20px; }
h5 { font-size: 100%; margin: 0 0 20px; }
h6 { font-size: 80%; margin: 0 0 20px; }

h3.name { font-size: 150%; margin: 0 0 20px; border-bottom: 1px solid #555;}

h5.link {
	font-weight: normal;
	font-size: 13px;
}

p { font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
	margin: 0 0 30px;
	padding:0;
	}

p.gengo{
	font-size:12px;
	font-weight:700;
	line-height:20px;
	margin:0;
	float:right;
	padding-left:8px;
	padding-top:18px;
	padding-bottom:10px;
}
a {
	text-decoration: none;
	}	
	
a:hover {
	opacity: 0.6;
	color: #888;
	text-decoration: none;
		-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}
	
div {
	color: #555;
	}
	
span {
	color: #555;
	}

.red {
	color: #C00;
	}

.cha {
	color: #917347;
	}

.pink {
	color: #F9C !important;
	}

.green {
	color: #6C6 !important;
	}

.blue {
	color: #6CF !important;
	}

.center {
	text-align: center !important;
}

.gengo{
	font-size:16px;
	position:fixed;
	right:5%;
	float:right;
	line-height:1.0;
	z-index:9999999999;
}
.left {
	text-align: left !important;
}

hr {
	color: inherit;
	border: none;
	clear: both;
}

/* --------------------------------------------------
	リスト
-------------------------------------------------- */
li {
	list-style: none;
	}
	
/* --------------------------------------------------
	イメージ
-------------------------------------------------- */
img {
	border: none;
	margin: 0;
	padding: 0;
	}
	
/* --------------------------------------------------
	コンテナ
-------------------------------------------------- */
#fullpage {
	margin: 0 auto 0;
	padding: 0;
	background-color: #fff;
	}

.post {
	margin: 60px auto;
}

/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */
header {
	width: 90%;
	height: auto;
	margin: 0 auto;
	padding: 0 5%;
	position: fixed;
	z-index: 9999999999999999999999999;
	background-color: #fff;
	background-repeat: repeat;
	}

#logo {
	width: 125px;
	height: auto;
	margin: 12px auto;
	padding: 0;
	float: left;
	}

#logo img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: middle
	}

/* --------------------------------------------------
	ヘッダーイメージ
-------------------------------------------------- */
#slide {
	clear: both;
	width: 100% !important;
	margin: 0 auto 0;
	padding:0;
	position: relative;
	overflow: hidden;
	}

#slide img {
	width: 100%;
	margin: 50px auto 0;
	padding:0;
	vertical-align: middle;
	text-align: center !important;
	object-fit: cover;
	}

#slide a:hover {
	opacity: 1.0;
	}

.bxslider-top li {
	
	}
		
.bxslider-top li img {
	
	}
.slidecopy{
	background-color:#777;
	color:#fff;
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	z-index:999999999999;
	padding:5px 0;
	margin:0 auto;
}

.slidecopy p{
	text-align:center;
	color:#fff;
	font-size: 150%;
	margin:0;
}

/* --------------------------------------------------
	コンテンツ
-------------------------------------------------- */
#content-top {
	width: 100%;
	margin: auto;
	padding: 0;
	}

#content-sub {
	width: 100%;
	margin: auto;
	padding: 100px 0 0;
	border-top: 1px solid #999;
	}

section.sub p {
	text-align: center;
	}

section.sub .box p {
	text-align: left;
	}
		
.inner {
	width: 90%;
	max-width: 980px;
	clear: both;
	margin: 0 auto 0;
	padding: 75px 0;
	}

	
/* --------------------------------------------------
	トップお知らせ
-------------------------------------------------- */
section.news {
	width: 100%;
	clear: both;
	margin: 0 auto 0;
	padding: 0;
	background-color: #efefef;
	}

section.news .inner {
	padding: 125px 0 50px;
	}
	
.newstitle {
	float: left;
	width: 12%;
	padding: 0 5% 0 0;
	margin: 0 0 10px 0;
	text-align:center;
	}

.newstitle img {
	width: 100%;
	height: auto;
	margin: 40% 0 0;
	padding: 0;
	vertical-align: middle
}
	
.newslist {
	float: right;
	width: 83%;
	padding: 0;
	margin: 0 0 10px;
	}

ul.news {
	margin: 0 0 10px;
	padding-left: 40px;
	border-left: 1px dotted #555;
	min-height: 130px;
	}
	
ul.news li {
	list-style-type: none;
	line-height: 2.0;
	}

ul.news li a {
	color: #555;
	height: 2.0;
	padding: 0;
	-webkit-text-size-adjust: none;
	}

ul.news li a:hover {
	color: #888;
	}

ul.news li span {
	float: left;
	line-height: 2.0;
	color: #555;
	font-size: 90%;
	-webkit-text-size-adjust: none;
	margin: 1px 30px 0 0;
	letter-spacing: 1px;
	}

/* Backgrounds will cover all the section
	* --------------------------------------- */
	#section0,
	#section1,
	#section2,
	#section3,
	#section4{
		background-size: cover;
		background-attachment: fixed;
	}

	/* Defining each sectino background and styles
	* --------------------------------------- */
	#section0{
		background-image: url(image/back-design.jpg);
	}
	
	#section1{
		background-image: url(image/back-design.jpg);
	}
	
	#section2{
		background-image: url(image/back-design.jpg);
	}
	
/* --------------------------------------------------
	stile
-------------------------------------------------- */
section.stile {
	width: 100%;
	margin: auto;
	padding: 0;
	background-color: #fff;
	background-image: url(image/about-image01.jpg);
	background-size: 28%;
	background-position: bottom left;
	background-repeat: no-repeat;
	}
	
section.stile .inner {
	width: 55%;
	clear: both;
	margin: 0;
	padding: 130px 0 80px;
	padding-left: 35%;
	padding-right: 10%;
	}

.box-left {
	float: left;
	width: 60%;
	height: auto;
	margin: 0;
	padding: 30px 0 0;
	overflow: hidden;
	}

.box-right {
	float: right;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box-right img {
	margin: 0 auto 5px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
		
.box-left img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
.box-left .image {
	float: left;
	width: 30%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.box-left .text {
	float: right;
	width: 60%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.box-left .image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.stile-title {
	margin: 0 0 20px;
	padding: 0;
	width: 80%;
	max-width: 200px;
	}

.stile-title img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
/* --------------------------------------------------
	design
-------------------------------------------------- */
.section {
	position: relative;
}
		
section.design,section.custom,section.service {
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 0;
	display:block;
	position: relative;
	}
	
section.design .content,section.custom .content,section.service .content {
	position: absolute;
	padding: 0;
	bottom: 0;
	width: 100%;
	}

.content-inner {
	margin: 0;
	padding: 0;
	width: 100%;
	display: block;
	background-image: url(image/black70.png);
	background-size: 100%;
	background-position: top;
	background-repeat: repeat;
	}

.content-inner p {
	color: #fff;
	}

.content-left {
	float: left;
	width: 40%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.content-right {
	float: right;
	width: 40%;
	height: auto;
	margin: 0;
	padding: 50px 0 0;
	padding-right: 7%;
	overflow: hidden;
	}

section.design .content-right {
	width: 40%;
	height: auto;
	margin: 0;
	padding: 50px 0 0;
	padding-right: 7%;
	overflow: hidden;
	}
	
.content-right h3 {
	color: #fff;
	margin: 0 0 20px !important;
	padding: 0;
	font-weight: normal;
	}
	
.content-right p {
	color: #fff;
	margin: 0 0 30px !important;
	padding: 0;
	font-size: 100%;
	}
	
.content-left img,.content-right img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
		
section.design .box img,section.custom .box img,section.service .box img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
section.design .content img,section.custom .content img,section.service .content img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.content,section.custom .content-left {
	width: 45%;
	padding: 40px 0 30px 5%;
	}

.content,section.service .content-left {
	width: 45%;
	padding: 40px 0 30px 5%;
	}
		
.content-left .image-left {
	float: left;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
.content-left .image-right {
	float: right;
	width: 48%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}
	
/* --------------------------------------------------
	designersjoint
-------------------------------------------------- */
section.designersjoint {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px;
	display:block;
	position: relative;
	background-color: #222;
	}

section.designersjoint .inner {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 0 0 50px;
	background-image: url(image/stiledesigner.png);
	background-size: 100%;
	background-position: top center;
	background-repeat: no-repeat;
	}
	
section.designersjoint p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

.dj-box {
	width: 100%;
	margin:0 auto;
	padding: 200px 0 50px; 
	}
	
.dj-left {
	float: left;
	width: 58%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.dj-right {
	float: right;
	width: 35%;
	height: auto;
	margin: 0;
	padding: 0;
	overflow: hidden;
	}

.dj-right h3 {
	color: #fff;
	margin: 0 0 30px !important;
	padding: 0;
	font-weight: normal;
	}
	
.dj-right p {
	color: #fff;
	margin: 0 0 30px !important;
	padding: 0;
	font-size: 100%;
	}
	
.dj-left img,.dj-right img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.dj-title {
	margin: 0 auto;
	padding: 0;
	width: 50%;
	max-width: 400px;
	}

.dj-title img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

/* --------------------------------------------------
	category menu
-------------------------------------------------- */
section.category-menu {
	width: 100%;
	margin: auto;
	padding: 100px 0;
	background-color: #fff;
	position: relative;
	clear: both;
	}

section.category-menu .box {
	margin: 0 auto;
	max-width: 768px;
	width: 100%;
}

	
.category-menu-title {
	margin: 0 auto;
	padding: 0;
	width: 80%;
	max-width: 200px;
	}

.category-menu-title img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

ul.category-menu {
	margin: 0 auto;
	padding: 40px 0;
	width: 768px;
}

ul.category-menu li {
    float: left;
    width: 128px;
	height: 40px;
	padding: 1px 0;
}

ul.category-menu li a {
	display: block;
    width: 100%;
    height: auto;
}

ul.category-menu li a:hover {
	opacity: 1.0;
}

ul.category-menu li a img {
	margin: 0 auto;
	width: 128px;
	height: auto;
	vertical-align: middle;
	}
				
/* --------------------------------------------------
	category　text
-------------------------------------------------- */
.text-box {
	width: 90%;
	max-width: 980px;
	margin:0 auto;
	padding: 50px 0; 
	}

.text-box h3 {
	color: #fff;
	margin: 5px 0 30px;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
	}

.text-box p {
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 100%;
	}

.text-left {
	float: left;
	width: 35%;
	max-width: 300px;
	height: auto;
	margin: 0;
	padding: 25px 0 0;
	overflow: hidden;
	}

.text-right {
	float: right;
	width: 45%;
	height: auto;
	margin: 0 0 50px;
	padding: 0;
	overflow: hidden;
	}

.text-left img,.text-right img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
		
.image100 {
	padding: 0;
	width: 100%;
	}

.image100 img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
/* --------------------------------------------------
	designers
-------------------------------------------------- */
section.designers {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px;
	display:block;
	position: relative;
	background-color: #222;
	}
	
/* --------------------------------------------------
	amusement
-------------------------------------------------- */
section.amusement {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px;
	display:block;
	position: relative;
	background-color: #b11920;
	}

/* --------------------------------------------------
	elegant
-------------------------------------------------- */
section.elegant {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px;
	display:block;
	position: relative;
	background-color: #735b8b;
	}

/* --------------------------------------------------
	color
-------------------------------------------------- */
section.color {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px;
	display:block;
	position: relative;
	background-color: #d37714;
	}

/* --------------------------------------------------
	nature
-------------------------------------------------- */
section.nature {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px;
	display:block;
	position: relative;
	background-color: #85ac3d;
	}

/* --------------------------------------------------
	traditional
-------------------------------------------------- */
section.traditional {
	width: 100%;
	margin: auto;
	padding: 50px 0 50px;
	display:block;
	position: relative;
	background-color: #7e6953;
	}

/* --------------------------------------------------
	catalog
-------------------------------------------------- */
section.catalog {
	width: 100%;
	margin: auto;
	padding: 125px 0 50px;
	background-color: #fff;
	}
	
section.catalog .inner {
	width: 90%;
	max-width: 800px;
	clear: both;
	margin: 0 auto;
	padding: 0;
	}

section.catalog .image100 {
	margin: 0 auto 60px;
	padding: 0;
	width: 100%;
	}

.catalog-image {
	margin: 0 auto 60px;
	padding: 0;
	width: 100%;
	max-width: 480px;
	}

.catalog-image img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
.form-box {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	}
	
.form-left {
	float: left;
	width: 47%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
	}

.form-right {
	float: right;
	width: 47%;
	height: auto;
	margin: 0 0 30px;
	padding: 0;
	overflow: hidden;
	}
	
.form-left img,.form-right img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}	

.arrow {
	margin: 0 auto 30px;
	padding: 0;
	width: 30px;
	}

.arrow img {
	margin: 0 auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

.otoiawae {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	}
	
	
.otoiawase-left {
	float: left;
	width: 54%;
	height: auto;
	margin: 0;
	padding: 0;
	}

.otoiawase-right {
	float: right;
	width: 46%;
	height: auto;
	margin: 0;
	padding: 0;
	}
	
.otoiawase-left img,.otoiawase-right img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}
	
/* --------------------------------------------------
	会社概要
-------------------------------------------------- */
section.company {
	width: 100%;
	margin: auto;
	padding: 65px 0;
	background-color: #eee;
	}
				
/* --------------------------------------------------
	ニュースページ
-------------------------------------------------- */
ul.news-page {
	margin: 0 0 60px;
	border-top: 1px dotted #aaa;
	}
	
ul.news-page li {
	list-style-type: none;
	line-height: 2.0;
	padding: 15px 0;
	border-bottom: 1px dotted #aaa;
	}

ul.news-page li a {
	color: #555;
	height: 2.0;
	padding: 0;
	-webkit-text-size-adjust: none;
	}

ul.news-page li a:hover {
	color: #888;
	}

ul.news-page li span {
	float: left;
	line-height: 2.0;
	color: #555;
	font-size: 90%;
	-webkit-text-size-adjust: none;
	margin: 1px 30px 0 0;
	letter-spacing: 1px;
	}
	
/* --------------------------------------------------
	ページ送り
-------------------------------------------------- */
p.pagenation {
	font-size: 10px;
	overflow: hidden;
	}

span.oldpage {
	float: left;
	}

span.newpage {
	float: right;
	}
	
/* --------------------------------------------------
	横2並び
-------------------------------------------------- */
.box2 {
	clear: both;
	width: 100%;
	height: auto;
	margin: 0 auto 30px;
	padding: 0;
	}
	
.box2-left {
	float: left;
	width: 47%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-right {
	float: right;
	width: 47%;
	height: auto;
	margin: 0 0 13px;
	padding: 0;
	overflow: hidden;
	}

.box2-left img,.box2-right img {
	margin: 0 auto 10px;
	width: 100%;
	height: auto;
	vertical-align: middle;
	}

/* --------------------------------------------------
	パンくずリスト
-------------------------------------------------- */
#breadcrumb  {
	margin-bottom: 5px;
	}

#breadcrumb div {
	display: inline;
	}

/* --------------------------------------------------
	ページ番号リンク
-------------------------------------------------- */
p.pagenum {
	text-align: center;
	}

p.pagenum a, p.pagenum span {
	color: #fff;
	border-radius: 3px;
	padding: 5px 7px;
	}

p.pagenum a {
	background-color: #555;
	}

p.pagenum a:hover {
	background-color: #ccc;
	color: #555;
	}

p.pagenum span  {
	background-color: #ccc;
	color: #555;
	}

#menuList {
	display: none;
}

/* --------------------------------------------------
	会社概要
-------------------------------------------------- */
p.gaiyou {
	text-align: center;
	font-size: 200%;
	margin: 0 auto 40px;
}

table.data {
	clear: both;
	width: 100%;
	max-width: 680px;
	color: #555;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
	}

tr {
	border-bottom: 1px solid #ccc;
	border-collapse: collapse;
	}

tr.last {
	border-bottom: none;
	border-collapse: collapse;
	}

td {
	border-collapse: collapse;
	}
			
table.data a {
	color: #444;
	border-bottom: 1px dotted #ccc;
	}
	
table.data td {
	line-height: 1.7;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	padding: 12px 20px 10px;
	}

table.data td.category {
	border-right: 1px solid #ccc;
	padding-left: 0;
	padding-right: 5px;
	}

table.dt {
	clear: both;
	width: 100%;
	color: #555;
	margin: 15px auto 30px;
	padding: 0;
	border-collapse: collapse;
	}
			
table.dt a {
	color: #555;
	border-bottom: 1px dotted #ccc;
	}
	
table.dt td {
	line-height: 1.7;
	font-size: 100%;
	font-weight: normal;
	text-align: left;
	background-color: rgba(255,255,255,0.7); 
	padding: 5px 20px 4px;
	}

table.dt td.category {
	border-right: 1px solid #ccc;
	padding-left: 0;
	padding-right: 5px;
	text-align: center;
	}

/* --------------------------------------------------
	リンク
-------------------------------------------------- */
.link-btn {
	margin: 0 auto;
	width: auto;
	text-align: center;
	}

.link-btn a {
	padding: 0;
	text-align: center;
	margin: 0 auto;
	cursor: pointer;
	}
	
.slide-logo {
	display: block;
	width: 180px;
	height:180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -90px;
}

.custom-control {
	display: block;
	width: 100%;
	height:60px;
	position: absolute;
	top: 48%;
	margin-top: -80px;
}
.custom-prev {
	display: block;
	width: 60px;
	height:60px;
	float: left;
}

.custom-next {
	display: block;
	width: 60px;
	height: 60px;
	float: right;
}

.custom-prev:hover,.custom-next:hover {
	opacity: 0.6;
}

div#loader {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  text-align: center;
  position: fixed;
  z-index: 99999999999999999999999999 !important;
  top: 0;
  left: 0;
}

div#loader span {
  	display: block;
	width: 180px;
	height:180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -90px;
	animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}

div#loader span img {
	width: 100%;
	height: auto;
	vertical-align: middle;
	position: relative;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

/* --------------------------------------------------
	トップに戻る
-------------------------------------------------- */
#back-top {
	position: fixed;
	right: 25px;
	bottom: 25px;
	width: 40px;
	height: 40px;
	}

#back-top a {
	background-color: #333;
	color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 11px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
	padding: 0;
	}

#back-top a:hover {
	opacity: 1.0;
	background-color: #ff0;
	color: #333;
	}

.space {
	clear: both;
	width: 100%;
	height: 0px;
}

/* 記事内写真 */
div.post img {
	max-width: 100%;
	height: auto;
	margin: 0;
}

/* --------------------------------------------------
	言語切替
-------------------------------------------------- */
ul.langChoice {
	text-align: center;
	padding-bottom: 20px;
}

ul.langChoice li {
	display: inline-block;
	margin: 0 5px;
	border: 1px solid #555;
	padding: 2px 5px;
	font-size: 12px;
}

ul.langChoice li.current-lang {
	background: #eee;
}

/* デザイン調整 */
.shiryou-nav.shiryou-navE {
	margin: 8px;
	position:absolute;
	right:210px;
}

.shiryou-nav.shiryou-navE a {
	height: auto;
	line-height: 1.1;
	padding: 2px 0;
}

.catalog-nav {
	margin: 8px;
	position:absolute;
	right:100px;
}

.catalog-nav a {
	height: auto;
	line-height: 1.1;
	padding: 2px 0;
	color:#fff;
	background-color:#000;
}

/* 英語ヘッダメニュー調整 */
ul.headMenuE li.menu__single ul.menu__second-level a {
	height: auto !important;
}




