/*
Theme Name: oreno company
*/

/*----------------------------------------*/
/*         [基本設定]
/*----------------------------------------*/
*{ margin: 0px; padding: 0px; font-size: 100%; }
ul, ol { list-style: none; }
body,h1, h2, h3, h4, h5,p,
ul, ol, li, dl, dt, dd,
table,
form, input {margin:0;padding:0; }
hr  { display: none; }
th	{ font-weight:lighter; }
img { border: none; vertical-align: bottom; }
#container{
	width:100%;
	margin:0 auto;
}
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
a{
	color:#555;
	text-decoration:none;
	word-wrap: break-word;
}

a:hover{
	color:#BEA966;
	text-decoration:underline;
}

a:hover img.alpha-over {
	opacity: 0.7;
}

/*-----------------------------------------*/
/*               container
/*-----------------------------------------*/
#container{
	width:100%;
	margin:0 auto;
	background:url(images/common/header_bar.jpg) repeat-x 0 152px;
}
.android #container{
	width:100%;
	margin:0 auto;
	background:url(images/common/header_bar.jpg) repeat-x 0 146px;
}
.android #nav ul li a {
	font-size: 13px;
}


#wrapper{
	overflow:hidden;
	margin:0 auto;
	width:90%;
}
/*-----------------------------------*/
/*                header
/*-----------------------------------*/
#header{
	margin-bottom:37px;
	position: relative;
}
#header #site-title{
	padding:15px 18px 12px;
	text-align:center;
}
.header_img_wrap p{
	margin-bottom:30px;
}

.language {
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 11px;
}

.language li {
	display: inline-block;
	margin-left: 8px;
}

.language a {
	display: block;
	color: #999;
	padding-left: 11px;
	background: url(images/common/language_list.png) no-repeat 0 4px;
}

.language .current {
	display: none;
}

.language .current a:hover {
	text-decoration: none;
	cursor: default;
}


/*-----------------------------------------*/
/*               nav
/*-----------------------------------------*/
#nav ul{
	overflow:hidden;
	background: url(images/common/globalnav_border.jpg) no-repeat 0 0;	
}
#nav ul li{
	float:left;
	width:33.32%;
	height: 45px;
	text-align:center;
	background: url(images/common/globalnav01.jpg) no-repeat right 0;
}
#nav ul li:hover{
	background: url(images/common/globalnav01.jpg) no-repeat right -50px;
}
#nav ul li.nav01,
#nav ul li.nav02{
	background: url(images/common/globalnav02.jpg) no-repeat right 0;
}
#nav ul li.nav03{
	background: url(images/common/globalnav02.jpg) no-repeat left 0;
}
#nav ul li.nav06{
	background: url(images/common/globalnav01.jpg) no-repeat left 0;
}
#nav ul li.nav01:hover,
#nav ul li.nav02:hover,
#nav ul li.nav03:hover{
	background: url(images/common/globalnav02.jpg) no-repeat right -50px;
}
#nav ul li.nav06:hover{
	background: url(images/common/globalnav01.jpg) no-repeat left -50px;	
}

#nav ul li a{
	display: block;
	padding: 13px 0;
	line-height: 1.2;
	margin: 0;
	color:#333333;
	font-size:14px;
	text-decoration:none;
}

#nav ul li a{
	padding: 14px 0 10px\9;
}


/*-----------------------------------------*/
/*               content
/*-----------------------------------------*/
#content{
	width:100%;
	color:#555;
	font-size:13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-bottom:30px;
}
#content h1{
	font-size:20px;
	font-weight:normal;
	color:#928424;
	padding:12px 12px;
	border-left:4px solid #928424;
}
#content .sub_title h2{
	font-size:14px;
	color:#464646;
	border-left:4px solid #928424;
	padding-left:15px;
	margin-bottom:10px;
	line-height:2.0;
}
.title_color{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dfdfdf', endColorstr = '#ffffff');
/*INNER ELEMENTS MUST NOT BREAK THIS ELEMENTS BOUNDARIES*/
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dfdfdf', endColorstr = '#ffffff')";
/*Element must have a height (not auto)*/
/*All filters must be placed together*/
background-image: -moz-linear-gradient(top, #dfdfdf, #ffffff);
background-image: -ms-linear-gradient(top, #dfdfdf, #ffffff);
background-image: -o-linear-gradient(top, #dfdfdf, #ffffff);
background-image: -webkit-gradient(linear, center top, center bottom, from(#dfdfdf), to(#ffffff));
background-image: -webkit-linear-gradient(top, #dfdfdf, #ffffff);
background-image: linear-gradient(top, #dfdfdf, #ffffff);
/*--IE9 DOES NOT SUPPORT CSS3 GRADIENT BACKGROUNDS--*/
	border-top:1px solid #CCC;
  	border-right:1px solid #CCC;
	border-bottom:1px solid #CCC;
	margin-bottom:35px;
}
#content ul{
	padding:0;
}
#content .news ul li{
	list-style-type:none;
	margin-bottom:20px;
	padding-bottom:7px;
	border-bottom:1px solid #777777;
	color:#666;
}
.news .date{
	font-size:12px;
	float:left;
	padding-right:15px;
}
.news .category_title{
	margin-right:10px;
	float:left;
	font-size:10px;
	background:#928424;
	padding:2px 0 1px;
	color:#fff;
	min-width:80px;
	text-align:center;
    border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
	zoom: 1;
	position:relative;
	behavior:url(../../../PIE.htc);
	-webkit-text-size-adjust:none;
}
.news .category{
	font-size:12px;
	clear:both;
	text-align:left;
	padding-top:10px;
}
.news .category a{
	text-decoration:none;
	color:#555;
}
.news .category a:hover{
	color:#BEA966;
	text-decoration:underline;
}
/*-----------------------------------------*/
/*               sidebar
/*-----------------------------------------*/
#sidebar{
	padding:0;
}
#sidebar ul{
	margin:0;
	padding:0;
}
#sidebar .adoption a:hover{
	background:url(images/common/adoption-ov.jpg) no-repeat;
}
#sidebar .news_link h3{
	color:#fff;
	padding:14px 10px;
	background:#666666;
	border:1px solid #999;
	margin-bottom:5px;
	font-weight:normal;
}
#sidebar .category_link h3{
	color:#928424;
	padding:9px 10px;
	background:#f2f2f2;
	border:1px solid #999999;
	font-weight:normal;
	margin-bottom:2px;
}
#sidebar ul{
	margin-bottom:35px;
}
#sidebar ul li{
	list-style-type:none;
	font-size:14px;
	color:#555;
	border-bottom:1px solid #999999;
	padding:10px 10px 10px 22px;
}
#sidebar ul li a{
	text-decoration:none;
	color:#555;
	display:block;
	background:url(images/common/triangle.jpg) no-repeat 0px 5px;
	padding-left:15px;
}
#sidebar ul li a:hover{
	color:#BEA966;
}
#sidebar ul.banner li {
	padding: 0;
	border: none;
}
#sidebar ul.banner li a {
	background: none;
	padding: 0;
	margin-bottom: 20px;
}
#sidebar ul.banner li a img {
	display:block;
	margin:0 auto;
}
.twitter-widget #twitter-widget-0{
	width:100%;
}

/*-----------------------------------------*/
/*               footer_top
/*-----------------------------------------*/
#page_up_wrapper{
	width:100%;
	margin:0 auto;
}
#page_up_wrapper p a{
	display:block;
	float:right;
}

#page_up_wrapper p img{
	float:right;
}
#content_bottom_bar{
	width:100%;
	height:20px;
	background:url(images/common/footer_bar.jpg) repeat-x;
}
.footer_site_map ul.child_li li a{
	padding-left:5px;
}

/*-----------------------------------------*/
/*               footer
/*-----------------------------------------*/
#footer_container{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	color:#444;
	background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGIyYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, #eeeeee 0%, #b4b2b3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#b4b2b3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #eeeeee 0%,#b4b2b3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #eeeeee 0%,#b4b2b3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #eeeeee 0%,#b4b2b3 100%); /* IE10+ */
background: linear-gradient(to bottom, #eeeeee 0%,#b4b2b3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#b4b2b3',GradientType=0 ); /* IE6-8 */
}
#footer_content{
	width:90%;
	margin:0 auto;
	padding-top:10px;
	font-size:12px;
}
#footer_content h4{
	margin:20px 0 30px;
}
.footer_site_map{
	width:90%;
	margin:0 auto;
	line-height:2.5;
	padding-bottom:10px;
}
.footer_site_map ul li a{
	color:#444444;
	text-decoration:none;
}
.footer_site_map ul li a:hover{
	color:#BEA966;
	text-decoration:underline;
}	
#address{
	text-align:center;
	font-size:10px;
	padding:30px 0;
}
/*---------------[top]-----------------*/
/*-------slider--------*/
.flex-container{
	max-width:950px;
	margin:0 auto 30px;
}
.flex-container img{
	width:100%;
	height:auto;
}
/*-----------------------*/
#container .top_header{
	margin-bottom:23px;
}
.top_header p{
	padding-top:23px;
} 
.top_header p img{
	width:100%;
	height:auto;
}
/*--#content--*/
/*---bnr----*/
#content ul.bnr_brand_list{
	overflow:hidden;
	margin:0 auto 10px;
}
#content .bnr_brand_list li{
	float: left;
	padding-bottom: 15px;
	list-style-type: none;
	width: 48.2%;
	padding-left: 0;
	max-width: 335px;
}
.bnr_brand{
	padding-right:10px;
}

.banner img {
	height: auto;
	width: 100%;
	margin-bottom: 15px;	
}

.top-banner img{
	height:auto;
	width:100%;
	margin-bottom: 40px;
}

.page-front-banner img {
	height:auto;
	width:100%;		
}

.bnr_brand img,
.bnr_brand02 img {
	height:auto;
	width:100%;	
}

a:hover.banner img,
.top-banner a:hover img,
.page-front-banner a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	-moz-opacity:0.8;	
}
.bnr_brand a:hover img,
.bnr_brand02 a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity:0.6;
}
#content .bnr_brand_list li.bnr_brand02{
	float:right;
}
/*----------------[ shop]--------------------*/
/*---------------header------*/
#container .panList_header{
	margin-bottom: 2px;
}
/*--------------panList------*/
#panList {
clear: both;
font-size: 12px;
padding: 0 0 15px 0;
display: block;
overflow: hidden;
width: 100%;
}
#panListInner{
width: 90%;
margin: 0px auto 15px;
}
#panListInner a{
	display:inline-block;
}
#panList  ul li{
	display: inline-block;
	padding-right: 5px;
	color:#000;
}

/*-------------content--------------*/
#content .shop_list{
	margin-bottom:12px;
}
#content .shop_list h2{
	margin-bottom:0;
}
#content .shop_introduction ul{
	margin-bottom:35px;
	margin-left: 20px;	
}
#content .shop_introduction li{
	float: left;
	width: 300px;
	font-size:13px;
	color:#555555;
	margin-bottom: 10px;
}

#content .shop_introduction .jazz-container a {
	padding:3px 68px 3px 0;
	background: url(images/restaurant/icon_live.png) no-repeat 100% 2px;
}

#content .shop_introduction h3 img{
	max-width:215px;
	width:100%;
	max-height:64px;
	height:auto;
	
}
#content .shop_introduction .french-italian h3 img{
	max-width:240px;
	width:100%;
	max-height:64px;
	height:auto;
	
}
#content .shop_address {
	overflow:hidden;
	padding:16px 0 7px 5px;
	border-bottom:1px #ccc solid;
	line-height:1.8;
}
#content .shop_address p{
	float:left;
	width:60%;
}
#content .details{
	float:right;
	width:40%;
	text-align:right;
}
#content .details p{
	margin:10px 0;
	display:none;
}
#content .details span{
	margin-left:10px;
	display:block;
}
#content .french,
#content .italian,
#content .kappou,
#content .yakitori,
#content .yakiniku,
#content .soba,
#content .dashi,
#content .etc,
#content .french-italian,
#content .yosuko,
#content .spanish, 
#content .bakery_cafe {
	border-bottom:none;
	margin-bottom:23px;
}
#content .shop_introduction h3 {
	padding:12px 0 7px 13px;
}

#content .french h3{
	border-bottom:5px solid #0448AB;
}
#content .italian h3{
	border-bottom:5px solid #2B7E38;
}
#content .kappou h3{
	border-bottom:5px solid #181818;
}
#content .yakiniku h3{
	border-bottom:5px solid #000;
}
#content .yakitori h3{
	border-bottom:5px solid #181818;
}
#content .dashi h3{
	border-bottom:5px solid #000;
}
#content .soba h3{
	border-bottom:5px solid #000;
}
#content .yosuko h3,
#content .bakery_cafe h3{
	border-bottom:5px solid #000;
}
#content .etc h3{
	border-bottom:5px solid #555;
}
#content .french-italian h3{
	border-bottom:3px solid #0448ab;
}

#content .spanish h3{
	border-bottom:5px solid #ffd900;
}

/*----------news----------*/
#content .news_single img {
	display: block;
}

#content .news_single img.aligncenter {
	text-align: center;
	margin: 0 auto;
}

#content .news_single img.alignright {
	float: right;
}

#content .news_single img.alignleft {
	float: left;
}


#content .top_news p.news_title{
	font-family:"Times New Roman", Times, serif;
	background:url(images/top/bnr-dotted01.jpg) repeat-x 52px 5px;
	padding-bottom:15px;
}
#content .top_news{
	overflow:hidden;
}
#content .top_news p span{
	background:#fff;
	color:#999;
	font-size:20px;
	padding-right:10px;
}
#content .top_news p.news_link{
	text-align:right;
	margin-bottom:20px;
}
#content .top_news p.news_link a{
	text-decoration:none;
	display: block;
	float: right;
	color:#555;
	background:url(images/top/triangle02.jpg) no-repeat 0px 5px;
}
#content .top_news p.news_link a:hover{
	color:#BEA966;
	text-decoration:underline;
}
#content .top_news .news_link img{
	padding:7px 4px;
}
.top_news ul{
	overflow:hidden;
}
.top_news li{
	width:100%;
	float:left;
	padding-bottom:5px;
	margin-bottom:15px;
	border-bottom:1px solid #ccc;
	list-style-type:none;
}
.top_news_date,	
.infoArea{
	clear:both;
	float:left;
	font-size:13px;
	color:#555555;
	max-width: 476px;
}
.top_news .category_title{
	clear: none;
	float: left;
	font-size: 10px;
	background: #928424;
	padding: 2px 6px 0;
	color: #fff;
	margin:0 20px 20px 0;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	zoom: 1;
	position:relative;
	behavior:url(../../../PIE.htc);
	min-width:70px;
	-webkit-text-size-adjust:none;
}
.infoArea a{
	color:#555555;
	text-decoration:none;
}
.infoArea a:hover{
	color:#BEA966;
	text-decoration:underline;
	}
.top_news_date{
	padding-right:10px;
}
.bnr-live{
	width: 100%;
	max-width: 680px;
	margin: 0 auto;
}
.bnr-live img{
	width:100%;
	height:auto;
	max-width:680px;
	margin-bottom:20px;
}
.restaurantDetail .bnr-live {
	margin-bottom: 30px;
}

.news_single_content img{
	max-width: 100% !important;
	height: auto !important;
}

.pagenavi {
	text-align: right;
}

.pagenavi .page,
.pagenavi .current,
.pagenavi .previouspostslink,
.pagenavi .nextpostslink {
	font-size: 12px;
	padding-left: 6px;
	padding-right: 6px;
	border-right: 1px solid #928424;
	color: #928424;
}

.pagenavi .current {
	color: #333;
}

.pagenavi .previouspostslink {
	padding-left: 11px;
	background: url(images/common/pagenavi-prev.png) no-repeat 0 1px;
}

.pagenavi .nextpostslink {
	border-right: none;
	padding-right: 11px;
	background: url(images/common/pagenavi-next.png) no-repeat 100% 1px;
}

.page-front-banner {
	margin-bottom: 20px;
}


/*-----------[philosophy]----------------*/
.philosophy_content{
	width: 100%;
	max-width:580px;
	margin: 0 auto;
}
.philosophy_content p img{
	width:100%;
	height:auto;
	max-width:580px;
	margin:0 auto;
	margin-bottom:30px;
}
/*------------[company]-------------*/
#content ul.company_content{
	overflow:hidden;
}
#content ul.company_content{
	border-top:1px solid #999999;
	margin-bottom:30px;
}
#content .company-label{
	float:left;
	width:16%;
	min-width:95px;
	font-weight:bold;	
	padding:15px 5px 14px 0;
}

#content .company-details{
	float: left;
	width: 68%;
	padding:15px 0 14px;
}
#content .last-child{
	border-bottom:none;
}
#content ul.company_shop_list{
	padding:0  0 30px 95px;
	clear:both;
}
#content ul.company_content li{
	  overflow:hidden;
	  border-bottom:1px solid #999999;
}
#content .company_shop_list p{
	  float: left;
	  padding-left: 100px;
	  padding-bottom: 10px;
		}
/*-------------[employment-top]------------------*/
#content .employment-top_content{
	max-width:410px;
	width:100%;
	margin:0 auto;
	padding-bottom:0;
}
#content .employment-top_content .president_img{
	float:none;
	padding:0 0 30px 0;
	max-width:292px;
	margin:0 auto;
}
#content .employment-top_content .message{
	padding:0 5px 10px;
}
#content .employment-top_content .bnr_recruitment{
	display:none;
}
#content .employment-top_content ul{
	width:100%;
	max-width:410px;
	height:auto;
}
.employment-top_content a:hover {
	opacity: 0.8;
}
#content .employment-top_content ul li{
	padding: 0 0 15px 0;
	float:none;
}
#content .employment-top_content ul li img{
	width:100%;
	height:auto;
}
/*-------------[employment]------------------*/
#content .choose{
	float:left;
	padding:6px 5px 5px 12px;
}
#content .choose01{
	float:left;
}
#content .choose01 input{
	margin:12px 0 12px 10px;
}
/*---------[service-staff]--------*/
.staff_content{
	margin-bottom:30px;
}
.staff-image p.staff-bnr{
	width:100%;
	max-width:680px;
	margin:0 auto;
}
.staff-image p img{
	width:100%;
	max-width:680px;
	height:auto;
	padding-bottom:30px;
}
.staff_content p{
	padding-bottom:10px;
}
.staff_form tr{
	width: 100%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
#content .staff_form{
	margin:0 auto 30px;
	width:100%;
}
.staff_form th{
	width:30%;
	padding:15px 10px 14px;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color:#fff7e2;
	display:table-cell;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.staff_form td{
	display: block;
	padding: 15px 5px;
}
/*--------[access]----------------*/
#shop_map .googlemap-link{
	text-align:right;
	border-bottom:1px solid #999;
	margin-bottom:25px;
	padding-bottom:15px;
}
#shop_map .googlemap-link a{
	float: right;
	padding:0 0 15px 15px;
	background:url(images/common/triangle.jpg) no-repeat 0 4px;
}
.android #shop_map{
	text-align:left;
}
#shop_map small a:hover{
	color:#BEA966;
	text-decoration:underline;
}
.google_map{
	width:100%;
	height:400px;
}
.google_map{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	margin-bottom:10px;
}
.google_map iframe,  
.google_map object,  
.google_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.company_address{
	font-size:13px;
	color:#555555;
}
.company_address dt{
	font-weight:bold;
	float:none;
	padding:0 10px 10px;
}
.company_address dd{
	padding:0 0 10px 10px;
	font-size:13px;
	border-bottom:1px solid #999;
	margin-bottom: 20px;
}
/*----------------[privacy]------------------*/
.privacy_content{
	font-size:12px;
	padding-top: 20px;
	margin-bottom:30px;
}
.privacy_content h3{
	font-weight:normal;
}
.privacy_content .privacy_list{
	font-weight:bold;
}
.privacy_content .privacy_list p,
.privacy_content .privacy_list li{
	font-weight:normal;
}
.privacy_content p{
	padding-bottom:25px;
}
.privacy_content p.second_child{
	padding-bottom:0;
}
/*----------------[inquirry]------------------*/
.inquiry_content{
	margin-bottom:30px;
}
.inquiry_content p{
	padding-bottom:10px;
}
.inquiry_form tr{
	border:none;
}
/*---[trust-form]--*/
#content .inquiry_form table{
	width:100%;
	margin-bottom:15px;
}
.inquiry_table label input{
	width:auto;
}
.inquiry_table input{
	width:90%;
}
.inquiry_table .wpcf7-list-item input{
	width:auto;
}
.inquiry_table td.choose01 input{
	width:auto;
}
#content .inquiry_form table .content{
	margin-left:10px;
}
.inquiry_table{
	width:100%;
	margin-bottom:15px;
}
#content .inquiry_form{
	margin:0 auto;
	width:100%;
}
#content .inquiry_form input{
	font-size:16px;
}
#content .inquiry_form input.perfect-size{
	width:90%;
}
#content .inquiry_form .choose01 input.perfect-size{
	width:auto;
	margin-right:10px;
}
.inquiry_form th{
	padding:15px 0 14px 0;
	text-align: left;
	vertical-align: top;
	font-weight: bold;
	background-color:#F4F1EA;
	display:block;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.inquiry_form td{
	display: block;
}
.require{
	color:#FF0000;
	font-size:11px;
}
.inquiry_form td.inquiry_textarea textarea{
	margin:12px 0;
}
.inquiry_form td.inquiry_textarea textarea{
	width:90%;
	margin:12px 10px;
}
.privacy{
	padding-top:30px;
	margin-bottom:20px;
}
.privacy a{
	color:#555;
}
.privacy a:hover{
	color:#BEA966;
	text-decoration:underline;
}
.inquiry_table input{
	margin:13px 4px;
}
.privacy_img{
	margin-bottom:30px;
	max-width:275px;
}
/*----------------[president]------------------*/
#content .president_content{
	overflow:hidden;
	padding-bottom:10px;
}
#content .president_content p.massege{
	width:100%;
	padding-bottom:10px;
}
#content .president_content p.resident_phot{
	max-width:250px;
	width:100%;
	height:auto;
	margin:0 auto 20px;
}
#content .president_content p.resident_phot img{
	width:100%;
	height:auto;
}
#content .president_content .sign{
	float:right;
	padding:10px 0 10px 20px;
}
#content .president_content .sign img{
	float:right;
	vertical-align:text-bottom;
}
#content .president_content{
	width:100%;
	font-size:12px;
}
#content .president_content .president_history01 h2{
	padding-bottom:1px;
	margin-bottom:10px;
	border-bottom:2px solid #928424;
	font-size:14px;
}
#content .president_content .president_history01{
	width:100%;
	float:none;
	margin-right:0;
	padding-bottom:20px;
}
#content .president_content .president_history02 h2{
	padding-bottom:1px;
	margin-bottom:10px;
	border-bottom:2px solid #928424;
	font-size:14px;
}
#content .president_content .president_history02{
	overflow:hidden;
	width:100%;
	float:none;
	padding-bottom:20px;
}
#content .president_content .president_history02 ul li{
	overflow:hidden;
}
#content .president_history02 .ad{
	float:left;
	padding-right:5px;
}
#content .president_history02 .month{
	float:left;
	padding-right:10px;
}
#content .president_history02 .history{
	float:left;
}
#content .president_content{
	overflow:hidden;
}
#content .president_content .guidebook_img{
	float: none;
	max-width: 176px;
	width: 100%;
	height: auto;
	margin: 0 auto;	
	padding:0 0 20px 0;
}
#content .president_content .guidebook{
	color:#333333;
	font-size:12px;
	padding:0 10px 20px 0;
}
#content .president_content h3{
	padding:10px;
	border:1px solid #928424;
	font-size:13px;
	color:#928424;
	font-weight:bold;
	margin-bottom:30px;
}
#content .president_content .guidebook_list{
	overflow: hidden;
}
#content .president_content .guidebook_list h4{
	font-size:13px;
	font-weight:bold;
}

#content .president_content .guidebook_list li{
	font-size:10px;
}
/*----------------[vice-president]-----------------*/
.vice_president_content{
	overflow:hidden;
	padding-bottom:60px;
}
p.vice_president-img{
	float:left;
	padding:0 30px 20px 0;
}
.vice_massage{
	width:100%;
	float:left;
}
.vice_massage h2{
	font-size:18px;
	color:#BEA966;
	font-weight:normal;
	text-align:right;
	background-color:#f8f8e9;
	padding:5px 10px;
	margin-bottom:10px;
	border-bottom:1px solid #BEA966;
}
/*----------------[single-news]----------------*/
#content .news_single_wrap{
	overflow:hidden;
	border:1px solid #ccc;
	margin-bottom:30px;
}
#content .news_single_wrap .news_single_date{
	padding: 20px 20px 0;
	float:none;
	font-size:12px;
}
#content .news_single_content{
	padding: 20px;
}
#content .news_single_content .news_single{
	border-bottom:2px solid #928424;
	padding-bottom:30px;
}
#content .news_single_wrap .date{
	float:left;
}
#content .news_single_wrap .category_title{
	clear:none;
	float: left;
	font-size: 10px;
	background: #928424;
	padding: 2px 6px 0;
	color: #fff;
	margin-left: 20px;
	text-align: center;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	zoom: 1;
	position:relative;
	behavior:url("../../../../PIE.htc");
	}
#content .news_single_content h2{
	border-bottom: 2px solid #928424;
	padding-bottom: 10px;
	margin-bottom: 30px;
	color: #444;
	font-weight: bold;
	font-size: 14px;
	clear: both;
}	
#content .news_single_wrap .date{
	padding-bottom:10px;
}
#content .news_link{
	text-align: right;
	margin-bottom: 20px;
}
#content .news_link a{
	display:block;
	float: right;
	text-decoration: none;
	color: #555;
	padding-left:10px;
	background:url(images/top/triangle02.jpg) no-repeat 0 5px;
}
#content .news_link a:hover{
	color:#BEA966;
}
#content .news_link img {
 	padding: 7px 4px;
}

/*----------------[restaurantDetailed]------------------*/
.title_color.restaurantDetailedBnr {
	margin-bottom:18px;
}
.restaurantTitle{
	display: inline-block;
	font-size: 18px;
	font-weight: normal;
	padding:0 0 9px 5px;
}
.restaurantDetail .restaurantIconFB {
	display: inline-block;
	margin-left: 8px;
}


.restaurantDetailed .logoImg{
	min-width:115px;
}
.bnrrestaurantDetailed{
	margin-bottom:14px;
}
.restaurantBnr01 .bnrrestaurantDetailed{
	border-bottom: 5px solid #2B7E38;
}
.restaurantBnr02 .bnrrestaurantDetailed{
	border-bottom: 5px solid #0448AB;
}
.restaurantBnr03 .bnrrestaurantDetailed{
	border-bottom: 3px solid #237836;;
}
.restaurantBnr03 .bnrrestaurantDetailed .titleWrap{
	border-bottom: 3px solid #0448ab;
}
.restaurantBnr04 .bnrrestaurantDetailed{
	border-bottom: 5px solid #181818;
}
.restaurantBnr05 .bnrrestaurantDetailed{
	border-bottom: 5px solid #181818;
}
.restaurantBnr06 .bnrrestaurantDetailed{
	border-bottom: 5px solid #000000;
}
.restaurantBnr07 .bnrrestaurantDetailed{
	border-bottom: 5px solid #B5060B;
}
.restaurantBnr08 .bnrrestaurantDetailed{
	border-bottom: 5px solid #555555;
}
.restaurantBnr09 .bnrrestaurantDetailed{
	border-bottom: 5px solid #000;
}
.restaurantBnr10 .bnrrestaurantDetailed{
	border-bottom: 5px solid #000;
}
#yosuko .bnrrestaurantDetailed,
#bakery_cafe .bnrrestaurantDetailed {
	border-bottom: 5px solid #000;
}

#spanish .bnrrestaurantDetailed {
	border-bottom: 5px solid #ffd900;
}

.restaurantBtn {
	padding: 0 0 20px;
}

.restaurantBtn li {
	float: left;
	width: 31.8%;
	margin-right: 2.2%;
}

.restaurantBtn li.lastChild {
	margin-right: 0;
}

.restaurantBtn li img {
	width: 100%;
}

.restaurantBtn a:hover img.alpha-over {
	opacity: 0.8;
}

.restaurantDetailed small{
	text-align:right;
	/*padding:5px 0 20px;*/
	font-size:12px;
	background:url(images/restaurant/icon04.png) no-repeat 0 5px;
	padding-left:10px;
}

.detailedInformation img {
	max-width: 100%;
	width: 240px;
}

.detailedInformation a:hover {
	opacity: 0.8;
}

.restaurantDetailed small a{
	color:#555555 !important;
}
.restaurantDetailed small a:hover{
	color:#BEA966 !important;
}
.restaurant-label{
	border-bottom:1px solid #aaaaaa;
	padding:20px 0 5px;
	margin-bottom:5px;
}
.detailedInformation{
	width: 90%;
	margin: 0 auto;
	padding-bottom:20px !important;
	border-bottom: 1px solid #aaaaaa;
}

.detailedInformation .restaurant-details span{
	line-height:1.8;
}
.detailedInformation .tel{
	font-size:16px;
	font-weight:bold;
}
.postid-379 .tel-notice {
	color: red;
}

.restaurantDetailed .logoImg img{
	width:100%;
	padding:0 0 5px 5px;
}
.restaurantDetailed .logoImg img.restaurantphot01{
	max-width:144px;
}
.restaurantDetailed .logoImg img.restaurantphot02{
	max-width:115px;
}
.restaurantDetailed .logoImg img.restaurantphot03{
	max-width:164px;
}
.restaurantDetailed .logoImg img.restaurantphot04{
	max-width:131px;
}
.restaurantDetailed .logoImg img.restaurantphot05{
	max-width:112px;
}
.restaurantDetailed .logoImg img.restaurantphot06{
	max-width:84px;
}
.restaurantDetailed .logoImg img.restaurantphot07{
	max-width:69px;
}
.restaurantDetailed .logoImg img.restaurantphot08{
	max-width:140px;
}

#soba .bnrrestaurantDetailed .logoImg img,
#spanish .bnrrestaurantDetailed .logoImg img {
	max-width: 180px;
}

#yosuko .bnrrestaurantDetailed .logoImg img{
	max-width:155px;
	max-height: 35px;
}
.fb-likebox {
	margin-top: 50px;
}

.singleRestaurantPanorama {
	position: relative;
	text-align: right;
	padding: 0;
	height: 40px;
	width: 77%;
	margin: 0 auto;
}

.singleRestaurantPanorama a {
	position: absolute;
	right: 0;
	font-size: 12px;
	padding-left: 10px;
	background: url(images/restaurant/icon04.png) no-repeat 0 5px;
}

.restaurantStyle01 li {
	float: left;
	margin-right: 6px;
}

.restaurantDetail .googlemap-view {
	width: 100%;
}

.restaurantDetail .restaurant-mapview p {
	padding-top:6px;
}

.googlemap-link {
	margin-top: 6px;
}

.twitter-widget {
	text-align: center;
}

.restaurant-mapview img {
	max-width: 100%;
	width: 100%;
	height: auto;
	/* display: none;*/	
}

.restaurant-photo {
	display: inline-block;
	width: 48.4%;
}

.restaurant-photo:nth-child(1) {
	margin-right: 3%;
}

.restaurant-photo img {
	width: 100%;
	height: auto;
}

.company_map {
	width: 100%;
	background-color: #f8f8f8;
	text-align: center;
	margin-top: 30px;
	padding: 4px 0;
}

.company_map img {
	max-width: 100%;
}

/* 2015.07 追記 */

.header-visual {
	width: 100%;
	background: url(images/common/header_visual.jpg) no-repeat 0 0;	
	background-size: cover;
	margin-bottom: 40px;
	box-sizing: border-box;
}

.header-visual .page-title {
	padding: 30px 15px 28px;
	line-height: 1.0;
}

.header-visual .page-title img {
	width: 90%;
}

.challenge img.rollover {
	opacity: 1.0;	
}

.dining .btn img {
	width: 100%;
	max-width: 660px;
}



/*===========================================*/
/*-------------------------------------------*/
/* コンテンツ推奨サイズより大きい場合
/*-------------------------------------------*/
@media (min-width: 660px) { /* スクロール分余裕に20px */
/*#main #container #content.wide	{ width:850px; }*/
/*-----------------------------------------*/
/*               container
/*-----------------------------------------*/

#container{
	width:100%;
	margin:0 auto;
	background:url(images/common/header_bar.jpg) repeat-x 0 152px;
}
.android #container{
	width:100%;
	margin:0 auto;
	background:url(images/common/header_bar.jpg) repeat-x 0 146px;
}
/*---------------[top]-----------------*/
#content .bnr_brand_list li{
	float:left;
	padding-bottom:15px;
}
.top_news_date{
	padding-right:10px;
}
.top_news .category_title{
	margin-bottom:0;
	min-width:70px;
	-webkit-text-size-adjust:none;
}
.top_news_date,	
.infoArea{
	clear:none;
}
/*-------[panList]-----*/
#panListInner{
	display:block;
}
/*-------[shop]------*/
#content .shop_address p{
	float:left;
	width:auto;
}
#content .details{
	float:right;
	width:auto;
}
#content .details p{
	margin:10px 0;
	display:inline-block;
}
#content .details span{
	display:inline-block;
}
/*-------------[employment-top]------------------*/
#content .employment-top_content{
	overflow:hidden;
	max-width:none;
}
#content .employment-top_content .president_img{
	float:left;
	padding-right:20px;
}
#content .employment-top_content .message{
	padding-right:10px;
	color:#232323;
	font-size:13px;
}
#content .employment-top_content .bnr_recruitment{
	float:left;
	padding:0 40px 30px 0;
	display:block;
}
#content .employment-top_content ul{
	overflow:hidden;
	width:auto;
	padding-top:10px;
	max-width:410px;
	float:none;
}
#content .employment-top_content ul li{
	float:left;
}
/*-------------[employment]-------------*/
#content .choose{
	float:left;
	padding:14px 5px 14px 12px;
}
#content .choose01{
	float:left;
	padding:13px 5px 12px 12px;
}
#content .choose01 input{
	margin:0;
}
/*-------------------[access]----------------*/
.company_address dt{
	float:left;
	padding-bottom:0;
}
.company_address dd{
	padding:0 0 20px 100px;
}
/*----------------[inquirry]------------------*/
.inquiry_form tr{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc
}
#content .inquiry_form{
	background-color: #fff;
	width: 100%;
}
#content .inquiry_form input{
	font-size:13px;
	width:auto;
}
#content .inquiry_form input.perfect-size{
	width:auto;
}
.inquiry_form th{
	display:table-cell;	
	border-top:none;
}
.inquiry_form td{
	display:table-cell;
	border:none;
	padding-left:10px;
}
.inquiry_form td.inquiry_textarea textarea{
	margin:12px 0;
}
.inquiry_table input{
	margin:0;
}
/*----------------[president]------------------*/
#content .president_content{
	width:100%;
	padding-bottom:50px;
}
#content .president_content p.massege{
	font-size:13px;
}
#content .president_content p.resident_phot{
	float: left;
	max-width: 250px;
	height: auto;
	padding-right: 15px;
	margin-bottom:20px;
}
#content .president_content .president_history01{
	width:35%;
	float:left;
	margin-right:4.5%;
	padding-bottom:0;
}
#content .president_content .president_history02{
	overflow:hidden;
	width:60.5%;
	float:left;
	padding-bottom:0;	
}
#content .president_content .guidebook_img{
	float:left;
	padding:0 20px 20px 10px;
}
/*------------------[single-news]------------------*/
#content .news_single_wrap{
	margin-bottom:20px;
}
#content .news_single_wrap .news_single_date{
	width:14.3%;
	padding:20px 2.8% 0% 2.9%;
	float:left;
}
#content .news_single_wrap .category_title{
	margin-left:0;
	min-width:70px;
	-webkit-text-size-adjust:none;
}
#content .news_single_content{
	width:74.1%;
	float:right;
	padding:20px 5.9% 20px 0%;
}
/*--------------------[vice-president]-----------------*/
p.vice_president-img{
	background:#fff;
}
.vice_massage{
	width:100%;
	max-width:100%;
	float:none;
}
/*----------------[restaurantDetailed]------------------*/
.restaurantDetailed .logoImg img{
	padding:0 15px 5px 10px;
}

.fb-likebox {
	width: 90%;
	margin: 50px auto 0;
}

}

/*-------------------------------------------*/
/* pc iPad3より大きい場合
/*-------------------------------------------*/
@media (min-width: 760px) {
/*-----------------------------------------*/
/*               container
/*-----------------------------------------*/
#container{
	width:100%;
	margin:0 auto;
	background:url(images/common/header_bar.png) repeat-x 0 87px;
}
.android #container{
	width:100%;
	margin:0 auto;
}
#content{
	margin-bottom:60px;
}
.language .current {
	display: inline-block;
}

#container #header {
	margin-bottom: 11px;
}

.header-visual .page-title img {
	width: 655px;
}

/*-----------------------------------------*/
/*               nav
/*-----------------------------------------*/
#nav ul {
	padding-left: 2px;	
}
#nav ul li{
	float:left;
	width:16.63%;
	text-align:center;
}
#nav ul li.nav01,
#nav ul li.nav02,
#nav ul li.nav03,
#nav ul li.nav06{
	background: url(images/common/globalnav01.jpg) no-repeat right 0;
}
#nav ul li.nav01:hover,
#nav ul li.nav02:hover,
#nav ul li.nav03:hover{
	background: url(images/common/globalnav01.jpg) no-repeat right -50px;
}
#nav ul li.nav06:hover{
	background: url(images/common/globalnav01.jpg) no-repeat right -50px;	
}
#nav ul li a{
	display:block;
	text-decoration:none;
}

.news .category{
	font-size:12px;
	clear:none;
	text-align:left;
	padding-top:0;
}
/*-----------------------------------------*/
/*               footer
/*-----------------------------------------*/
#footer_content{
	overflow:hidden;
	width:90%;
}
.footer_site_map{
	width:100%;
	overflow:hidden;
	line-height:2.0
	}
.site_map_title{
	float:left;
	margin-right:100px;
}
#address{
	float:right;
	padding:30px 0 0 0;
	font-size:11px;
	clear:both;
}
/*---------------[top]-----------------*/
#content .bnr_brand_list li{
	width:100%;
	float: left;
	padding-bottom: 15px;
	list-style-type: none;
	max-width: 335px;
}
#content ul.bnr_brand_list{
	overflow:hidden;
	margin-bottom:35px;
}
.bnr-live img{
	margin-bottom:0;
}
/*---------------[top]-----------------*/
.brand_wrapper{
	width: 680px;
	margin: 0 auto;
}
#content .bnr_brand_list {
	width: 100%;
	margin: 0 auto;
}
#content .top_news li{
	float:left;
	list-style-type:none;
}
#content .bnr_brand_list li.bnr_brand02 {
	float: left;
}
/*-------------[employment-top]------------*/
#content .employment-top_content .bnr_recruitment{
	padding:0 60px 0 0;
}
#content .employment-top_content ul{
	padding-top:0;
}

/*----------------[restaurantDetailed]------------------*/

.title_color.restaurantDetailedBnr {
	margin-bottom: 35px;
}
.restaurantTitle {
	font-size:18px;
	font-weight:normal;
	color:#545454;
	padding:6px 0 0 15px;
}

.restaurantStyle01 {
	margin-left: 15px;
}

.bnrrestaurantDetailed .logoImg{
	float:right;
	padding-top:15px;
}
.restaurantDetailed .logoImg img{
	padding:0 10px 5px 10px;
}
.restaurantDetailed .logoImg img.restaurantphot01{
	max-width:171px;
}
.restaurantDetailed .logoImg img.restaurantphot02{
	max-width:142px;
}
.restaurantDetailed .logoImg img.restaurantphot03{
	max-width:191px;
}
.restaurantDetailed .logoImg img.restaurantphot04{
	max-width:158px;
}
.restaurantDetailed .logoImg img.restaurantphot05{
	max-width:139px;
}
.restaurantDetailed .logoImg img.restaurantphot06{
	max-width:130px;
}
.restaurantDetailed .logoImg img.restaurantphot07{
	max-width:96px;
}
#soba .bnrrestaurantDetailed .logoImg img{
	max-width:125px;
}

.restaurantDetail .googlemap-view {
	min-height: 300px;
}

.bnrrestaurantDetailed {
	margin-bottom:0;
}

.restaurantDetailed .restaurantTitle {
	margin-bottom:10px;
}

.restaurantBtn {
	padding: 20px 0 40px;
}

.restaurant-mapview img {
	width: 260px;
}

.restaurant-label{
	float:left;
	width:100%;
	max-width:164px;
	border:none;
	padding:0 0 0 16px;
	margin:0;
	line-height:1.8;
}
.restaurant-details{
	float:left;
	width:100%;
	max-width:500px;
}
.detailedInformation {
	border-top:1px solid #aaaaaa;
	border-bottom:none;
	width: 100%;
}

.detailedInformation li{
	overflow:hidden;
	border-bottom:1px solid #aaaaaa;
	padding:15px 0;
}

.detailedInformation .restaurant-details span{
	display:initial;
	padding-bottom:0;
}

.fb-likebox{
	width: 580px;
	margin: 50px 0 0 0;
}

.restaurantDetail .restaurant-mapview img {
	width: 350px;
	height: auto;
}

.company_map img {
	max-width: 500px;
}


}
/*===========================================*/
@media (min-width: 850px) {
}

/*===========================================*/
/*-------------------------------------------*/
/*	フルサイズ
/*-------------------------------------------*/
@media (min-width: 970px) { /* スクロール分余裕に20px */
/*-------------------------------------*/
/*            header
/*-------------------------------------*/

#header{
	width:950px;
	text-align:center;
	margin:0 auto 23px;
}
.header_img_wrap{
    background: #FAF9E4;
	margin-bottom:30px;
	box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}
.header_img_wrap p{
	width: 100%;
	max-width: 950px;
	height: auto;
	margin: 0 auto;
}
.header_img_wrap img{
	width:100%;
	height:auto;
}

.header-visual {
	padding:67px 0 58px 0;
}

.header-visual .page-title {
	width: 950px;
	margin: 0 auto;
}

/*-----------------------------------------*/
/*               nav
/*-----------------------------------------*/
#nav ul li{
	float:left;
	width:16.63%;
	text-align:center;
}
/*--------------------------------------*/
/*               content
/*--------------------------------------*/
#wrapper{
	width:950px;
}
#content{
	width:680px;
	margin:0 auto 150px;
	padding-top:10px;
	float:left;
}
#content h1{
	font-size:20px;
	font-weight:normal;
	color:#928424;
	padding:28px 12px;
	border-left:4px solid #928424;
}
#nav ul li a{
	display:block;
	text-decoration:none;
}
.news .category{
	float: left;
	font-size:12px;
	clear:none;
	text-align:left;
	padding-top:0;
	max-width: 500px;
}
/*-----------------------------------------*/
/*               sidebar
/*-----------------------------------------*/
#sidebar{
	width:220px;
	float:right;
	padding-top:10px;
}
#page_up_wrapper{
	width:100%;
	margin:0 auto;
	clear:both;
}
/*-----------------------------------------*/
/*               footer
/*-----------------------------------------*/
#content_bottom_bar {
	width:0;
	height:0;
	background:none;
}
#footer_container{
	width:100%;
	margin:0 auto;
	height:199px;
	background: transparent url(images/common/footer-bar.jpg) repeat-x;
}
#footer_content{
	width:960px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 40px;
}
#footer_content h4{
	float:left;
	margin:0 30px 0 0;
}
.site_map_title{
	float:left;
	margin-right:50px;
}
.site_map_title li{
	line-height:1.8;
}
.footer_site_map{
	width:100%;
	overflow:visible;
}
#address{
	float:right;
	padding-top:10px;
	font-size:11px;
	clear:both;
}
/*----------[panList]-----------*/
#panListInner{
	width: 950px;
	margin: 0px auto 5px;
}
#panListInner a {
	display: inline-block;
	padding-right: 6px;
}

/*----------[top]-------------*/
#content .bnr_brand_list {
	width: 100%;
	margin: 0 auto;
}
/*---------[staff]-------------*/
.staff_form tr{
	border-bottom: 1px solid #ccc;
}
#content .staff_form{
	background-color: #fff;
	border-top: 1px solid #ccc;
	width: 100%;
}
.staff_form th{
	width:26.5%;
	display:table-cell;	
	border-top:none;
}
.staff_form td{
	display:table-cell;
	border:none;
	padding-left:10px;
}
/*---------[vice-president]-------------*/
.vice_massage{
	max-width:470px;
	float:left;
}
.inquiry_form th{
	width: 200px;
}
/*----------------[president]------------------*/
#content .president_content p.resident_phot{
	float: left;
	max-width: 250px;
	height: auto;
	padding-right: 15px;
	margin-bottom:400px;
}


}
/*========== ie8  ===========*/

html>/**/body #sidebar li {
	padding-top /*\**/: 15px\9;
	padding-bottom: 12px\9;
}

html>/**/body #sidebar li a {
	background /*\**/: url(images/common/triangle.jpg) no-repeat 0 2px\9;
}

html>/**/body #page_up_wrapper {
	margin-bottom /*\**/: 20px\9;
}

html>/**/body .top_news .category_title {
	padding-bottom /*¥**/: 2px¥9;
}


/*========== ie10  ===========*/

_::-ms-reveal, .flex-container {
	min-height: auto;
	height: 100%;
}

_::-ms-reveal, .flexslider img {
	width: auto;
	height: auto;
}


/* 翻訳
------------------------------------*/

#pattern_b #language,
#pattern_b .sp{display: none;}
#pattern_b{
	
	font-size:80%;
}
#pattern_b p,
#pattern_b a{color: #555; text-decoration: none;}
#pattern_b p,
#pattern_b ul,
#pattern_b li{
	float: left; 
}
#pattern_b p,
#pattern_b li{padding: 0px 5px 7px 3px;}
#pattern_b #link_wrapper{overflow: hidden;}

#pattern_b li:last-of-type{margin-right: 0;}
#pattern_b li img{
	width: 18px;
	vertical-align: top;
	padding-right: 3px;
}

#pattern_b a{
	display: inline-block;
	background: none;
	padding-left: 0;
}

#pattern_b a:hover{
	text-decoration: underline;
	color:#BEA966;
}


@media screen and (max-width: 640px){ 
	#pattern_b .pc{display: none;}
	#pattern_b .sp{display: block;}
	#pattern_b{
		position: relative;
		padding-left: 0;
		background: none;
		z-index: 10000;
	}
	#pattern_b p,
	#pattern_b ul,
	#pattern_b ul li{float: none;}

	#pattern_b p,
	#pattern_b li{padding: 0px 5px 7px 3px;}
	
	#pattern_b li{display: block; margin-left: 0;}


	#pattern_b #link_wrapper{
		overflow: visible;
		position: relative;
		width: 96.875%;
		margin: 0 auto;
	}
	#pattern_b #language_btn{
		position: relative;
		height: 31px;
	}
	#pattern_b #language_btn label.sp{display: inline;}
	#pattern_b #language_btn input{display: none;}
	#pattern_b p{
		position: absolute;
		top: 4px;
		right: 1px;
		color: #000;
		background: #fff;
		background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 99%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 99%);
		background: linear-gradient(to bottom, #ffffff 0%,#cccccc 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
		border: 1px solid #999;
		box-shadow:rgba(102, 102, 102, 0.65098) 1px 1px 0px 0px;
		-webkit-box-shadow:rgba(102, 102, 102, 0.65098) 1px 1px 0px 0px;
		-moz-box-shadow:rgba(102, 102, 102, 0.65098) 1px 1px 0px 0px;
	}
	#pattern_b p:before{content: "▼ ";}
	#pattern_b #to_link{
		overflow: hidden;
		position: absolute;
		clear: both;
		width: 95%;
		height: auto;
		max-height: 0;
		padding: 0 2.5%;
		background:#999;
		box-shadow:rgba(102, 102, 102, 0.65098) 0px 2px 7px -3px;
		-webkit-box-shadow:rgba(102, 102, 102, 0.65098) 0px 2px 7px -3px;
		-moz-box-shadow:rgba(102, 102, 102, 0.65098) 0px 2px 7px -3px;
		border-radius:3px;
		-webkit-border-radius:3px;
		-moz-border-radius:3px;
	    -webkit-transition-duration: 1s;
	    transition-duration: 1s;
	}
	#pattern_b input[type="checkbox"]:checked#language + #to_link{
		max-height: 200px;
		padding: 2.5%;
	    -webkit-transition-duration: 1s;
	    transition-duration: 1s;
	}
	#pattern_b ul li{
		position: relative;
		background: #fff;
		background: -moz-linear-gradient(top, #ffffff 0%, #cccccc 99%);
		background: -webkit-linear-gradient(top, #ffffff 0%,#cccccc 99%);
		background: linear-gradient(to bottom, #ffffff 0%,#cccccc 99%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
		border-bottom: 1px solid #999;
		padding: 0;
	}
	#pattern_b li:before{content:none;}
	#pattern_b li a{
		display: block;
		color: #000;
		padding: 7px 5px 7px 3px;
	}
	#pattern_b li a:after{
		content:">";
		position: absolute;
		right: 10px;
		color: #000;
		text-align: right;
	}
	#pattern_b li img{ display:none;}
	#pattern_b li:last-of-type{margin-right: 0;}
}


@media screen and (min-width: 641px){ 
	.translate #pattern_b {position: absolute; right: 0;}
	#header #site-title {padding: 32px 18px 15px;}
}


