/* @group Global Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
strong{
	font-weight: bold;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.cl {
	display: inline-block;
}
.cl:after {
	content: "";
	display: block;
	clear: both;
}
.end{
	margin-bottom: 0 !important;
}
/* @end */

/* @group Link */
a:link{
	color: #888;
	text-decoration: none;
}
a:visited{
	color: #888;	
	text-decoration: none;
}
a:active{
	color: #E0701B;	
	text-decoration: none;
}
a:hover{
	color: #E0701B;		
	text-decoration: none;
}
/* breadcrumb */
div#breadcrumbs a:link{
	color: #E0701B;	
	text-decoration: none;
}
div#breadcrumbs a:visited{
	color: #E0701B;	
	text-decoration: none;
}
div#breadcrumbs a:active{
	color: #E0701B;	
	text-decoration: none;
}
div#breadcrumbs a:hover{
	color: #7CA130;	
	text-decoration: none;
}
div.post_title a:link{
	color: #535353;
	text-decoration: none;
}
div.post_title a:visited{
	color: #535353;	
	text-decoration: none;
}
div.post_title a:active{
	color: #E0701B;	
	text-decoration: none;
}
div.post_title a:hover{
	color: #E0701B;		
	text-decoration: none;
}
div.pr_block div.post_title a:hover{
	color: #7CA130;			
	text-decoration: none;
}
a.or:link, div.pnavi a:link, div#nav-below a:link{
	color: #E0701B;	
	text-decoration: none;
}
a.or:visited, div.pnavi a:visited, div#nav-below a:visited{
	color: #E0701B;	
	text-decoration: none;
}
a.or:active, div.pnavi a:active, div#nav-below a:active{
	color: #999;	
	text-decoration: none;
}
a.or:hover, div.pnavi a:hover, div#nav-below a:hover{
	color: #999;		
	text-decoration: none;
}
div#footer a:link{
	color: #555;
	text-decoration: none;
}
div#footer a:visited{
	color: #555;	
	text-decoration: none;
}
div#footer a:active{
	color: #E0701B;	
	text-decoration: none;
}
div#footer a:hover{
	color: #E0701B;		
	text-decoration: none;
}
div#footer_sp_totop{
	display: none;
}
div.clickable{
	cursor: pointer;
}
/* @end */

/* @group Navigations */

/* @group nav-below */
div.navi_single{
	font-size: 11px;
	width: 730px;
	overflow: hidden;
	margin: 0 0 0 auto;
	padding-top: 12px;
	border-top: 4px solid #eee;
}
div.navi_post{
	width: 730px;
	overflow: hidden;
	margin: 0 0 12px auto;
}
div.nav-previous{
	width: 360px;
	height: 24px;
	text-align: left;
	float: left;
}
div.nav-next{
	width: 360px;
	text-align: right;
	float: right;	
}
div.nav-previous a{
	width：100%;
	padding: 0 0 0 28px;
	height: ;
	line-height: 24px;
	display: block;
	background: url(../../img/common/ar_gw_r.gif) no-repeat left 0;
}
div.nav-next a{
	width：100%;
	padding: 0 28px 0 0;
	line-height: 24px;
	display: block;
	background: url(../../img/common/ar_gw_l.gif) no-repeat right 0;
}

/* @end */

/* @group page navi */
div.pnavi{
	width: 730px;		
	font-size: 11px;
	color: #666;
	overflow: hidden;
	background: #eee;
	margin: 0 0 0 auto;
}
div.pnavi_w{
	padding: 8px 8px 0 8px;
	overflow: hidden;
}
div.pnavi_l{
	width: 40%;	
	margin-bottom: 9px;
	float: left;
}
div.pnavi_r{
	width: 40%;
	margin-bottom: 9px;
	font-weight: bold;
	text-align: right;
	float: right;	
}
div.pnavi_r span,div.pnavi_r a{
/*	margin-left: 10px; */
}
div.pnavi_r span.pages{
/*	margin-left: 0; */
}

div.pnavi_r span.sep{
	font-weight: normal;
	color: #ccc;	
}
div#sp_pr_cat_w{
	display:none;
}
/* @end */

/* @group subnavi */
ul#subnavi li{
	width: 100%;
	font-weight: bold;
}
ul#subnavi li.on{
	background-color: white !important;

}
ul#subnavi li a{
	width：100%;
	padding: 8px 4px 8px 22px;
	display: block;
	background: url(../../img/common/arrow_gr.gif) no-repeat 10px center;
}
ul#subnavi li.on a{
	color: black;
	background: url(../../img/common/arrow_or.gif) no-repeat 10px center;
}
ul#subnavi li.or a{
	background: url(../../img/common/arrow_or.gif) no-repeat 10px center;	
}
ul#subnavi li a:hover{
	color: #7CA130;	
/*	background-color: #e3e3e3 !important; */
}
ul#subnavi li.on a:hover{
	color: black;
	background-color: white !important;

}

/* @end */
div.pagetop{
	width: 100%;
	font-weight: bold;
	text-align: right;
	margin-top: 12px;
}
div.pt_no{
	margin-top: 0 !important;	
}

div.pagetop a{
	padding-left: 15px;
}
div.pagetop a:link,div.pagetop a:visited{
	color: #666;
	background: url(../../img/common/pg_up.gif) no-repeat 0 center;	
}
div.pagetop a:hover{
	color: #999;
	background: url(../../img/common/pg_up_ov.gif) no-repeat 0 center;		
}
/* @end */
/* @group Page */
body{
	background: #E3E3E3;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
div#page_w{
	background-color: white;
	width: 100%;	
}
/* @end */

/* @group Header */
div#header{
	width: 100%;
	height: 80px;
	background: url(../../img/header/header_bg.gif) repeat-x 0 bottom;
	overflow: hidden;
}
div#header_w{
	width: 980px;
	margin: 9px auto 0 auto;
}
div#header_l{
	width: 140px;
	margin-top: 20px;
	float: left;
}
div#header_r{
	width: 820px;	
	font-size: 12px;
	float: right;
	text-align: right;
}
div#header_sp{
	display:none;
}
div.sp_nav_bt,
div.sp_social_bt{
	display:none;
}
/* Follow Us */
img#fbtw_bt{
	position: relative;
	margin-top: -4px;
	margin-right: 7px;
	height: 22px;
	vertical-align: middle;
}
div#navi_t_w{
	width: 100%;
	height: 24px;
	clear: both;
	overflow: hidden;
	margin: 0 0 16px auto;
}
div#navi_t{
	width: 630px;
	text-align: right;
	float: left;
	color: #ccc;
	font-size: 11px;
	margin-top: 6px;
}
div#navi_t a{
	font-weight: bold;
}
div#header_search{
	width: 180px;
	text-align: right;
	float: right;	
}
div#navi_b_w{
	width: 100%;
	text-align: right;
}
input#s{
	font-size: 12px;
	width: 180px;
	_width: 176px
	height: 21px;
	padding: 2px;
	color: white;
	background: #777 url(../../img/header/search_bg.gif) no-repeat 160px 4px;
	border: 1px solid #ccc;
}

input#s{
	font-size: 12px;
	width: 180px;
	height: 21px;
	padding: 2px;
	color: white;
	background: #777 url(../../img/header/search_bg.gif) no-repeat 160px 4px;
	border: 1px solid #ccc;
}
/* @group Global Navi */
ul#navi_li{
	margin: 0 0 0 auto;
}
ul#navi_li li{
	height: 20px;
	float: right;	
}
ul#navi li#navi_products{
	width: 85px;
}
ul#navi li#navi_designers{
	width: 86px;
}
ul#navi li#navi_projects{
	width: 81px;
}
ul#navi li#navi_distribution{
	width: 104px;
}
ul#navi li#navi_factory{
	width: 167px;
}
ul#navi li#navi_aboutus{
	width: 83px;
}
/* @end */
/* @end */

/* @group Content */

/* @group Basic Formats */
/* @group About Us */
/* about_us */
div.form_about-us{
	width: 730px;
	margin-left: 20px;
}
div.form_about-us h3{
	margin-bottom: 1em;
}
div.form_about-us h3.md-history{
	background:url(../../img/pages/about_us/subt_history.gif) no-repeat 0px 0px;
	width:85px;
	height:0px;
	padding-top:16px;
	overflow:hidden;
}
div.form_about-us h3.md-environment1{
	background:url(../../img/pages/about_us/environment/subt_environment.gif) no-repeat 0px 0px;
	width:471px;
	height:0px;
	padding-top:19px;
	overflow:hidden;
}
div.form_about-us h3.md-environment2{
	background:url(../../img/pages/about_us/environment/subt_philosophy.gif) no-repeat 0px 0px;
	width:254px;
	height:0px;
	padding-top:12px;
	overflow:hidden;
}
div.form_about-us h3.md-environment3{
	background:url(../../img/pages/about_us/environment/subt_principals.gif) no-repeat 0px 0px;
	width:244px;
	height:0px;
	padding-top:12px;
	overflow:hidden;
}
div.form_about-us h3.md-vision{
	background:url(../../img/pages/about_us/philosophy/subt_vision.gif) no-repeat 0px 0px;
	width:72px;
	height:0px;
	padding-top:17px;
	overflow:hidden;
}
div.form_about-us h3.md-mission{
	background:url(../../img/pages/about_us/philosophy/subt_mission.gif) no-repeat 0px 0px;
	width:90px;
	height:0px;
	padding-top:17px;
	overflow:hidden;
}
div.form_about-us h3.md-factory{
	background:url(../../img/pages/factory_showrooms/subt_factory.gif) no-repeat 0px 0px;
	width:96px;
	height:0px;
	padding-top:17px;
	overflow:hidden;
}
div.form_about-us h3.md-showrooms{
	background:url(../../img/pages/factory_showrooms/subt_showrooms.gif) no-repeat 0px 0px;
	width:149px;
	height:0px;
	padding-top:17px;
	overflow:hidden;
}
div.form_about-us h3.md-maruni-story{
	background:url(../../img/pages/about_us/movie/subt_maruni_story.gif) no-repeat 0px 0px;
	width:119px;
	height:0px;
	padding-top:21px;
	overflow:hidden;
}
div.form_about-us h3.md-maruni-story-2{
	background:url(../../img/pages/about_us/movie/subt_maruni_story_2.gif) no-repeat 0px 0px;
	width:302px;
	height:0px;
	padding-top:21px;
	overflow:hidden;
}
div.form_about-us h3.md-sustainability1{
	background:url(../../img/pages/about_us/sustainability/subt_sustainability1.gif) no-repeat 0px 0px;
	width:254px;
	height:0px;
	padding-top:21px;
	overflow:hidden;
}
div.form_about-us h3.md-sustainability2{
	background:url(../../img/pages/about_us/sustainability/subt_sustainability2.gif) no-repeat 0px 0px;
	width:254px;
	height:0px;
	padding-top:21px;
	overflow:hidden;
}
div.form_about-us h3.md-sustainability3{
	background:url(../../img/pages/about_us/sustainability/subt_sustainability3.gif) no-repeat 0px 0px;
	width:254px;
	height:0px;
	padding-top:21px;
	overflow:hidden;
}
div.form_about-us p{
	margin-bottom: 1.25em;
	line-height: 150%;
}
div.form_about-us dl.focus-areas-con h4{
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 1.3;
}
div.form_about-us dl.focus-areas-con dd{
    padding-left: 22px;
}
div.form_about-us ul.sus-dl{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
}
div.form_about-us ul.sus-dl li{
    padding: 5px 8px;
}
div.form_about-us ul.sus-dl .ph{
    margin-bottom: 10px;
}
div.form_about-us ul.sus-dl .ph img{
    height: 100px;
    width: auto;
}
div.form_about-us ul.sus-dl p{
    margin-bottom: 5px;
}
div.form_about-us ul.sus-dl p a{
    padding:2px 0 4px 20px;
    background: url(../../img/pages/products/dl_ic.png) no-repeat 0 0;
    background-size:15px auto;
    font-weight: bold;
    font-size: 0.9em;
    color: #E0701B;
    
}
div.form_about-us ul.sus-dl p a:hover{
    background: url(../../img/pages/products/dl_ic_ov.png) no-repeat 0 0;
    background-size:15px auto;
}
div.cont_wpic,div.cont_wlink{
	margin-bottom: 1.25em;
	border-bottom: 1px dotted #ddd;
}
div.pg_pic{
	width: auto;
	height: auto;
	float: right;
	clear: right;
	margin-left: 10px;
}
div.pg_pic_in{
	margin-bottom: 16px;
}
p.pg_pic_cap{
	font-size: 11px;
	margin-top: 4px;
	text-align: right;
}
div.cont_wlink_w{
	width: 100%;
	margin-bottom: 1.25em;
	overflow: hidden;
}
div.cont_wlink_l{
	width: 360px;
	float: left;
	border-left: 4px solid #f3f3f3;
	padding-left: 8px;
}
div.cont_wlink_l dt{
	color: #999;
	font-weight: bold;
	line-height: 18px;
}
div.cont_wlink_l dd{
	line-height: 18px;
}
div.cont_wlink_r{
	width: 320px;
	float: right;
	margin-top: 8px;
}
div.cont_wlink_r ul li{
	text-align: right;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 14px;
}
div.cont_wlink_r a{
	padding: 0 32px 0 0;
	background: url(../../img/common/ar_gw_l.gif) no-repeat right center;
	display: block;
	line-height: 24px;
}
div.cont_wpic_w{
	width: 100%;
	overflow: hidden;
}
div.cont_wpic_l{
	width: 480px;
	float: left;
}
div.cont_wpic_r{
	width: 240px;
	margin-bottom: 1.25em;
	float: right;
}
ul.cont_list{
	width: 100%;	
}
ul.cont_list li{
	border-left: 5px solid #e3e3e3;	
	padding-left: 7px;
	line-height: 150%;
	margin-bottom: 1em;
}
/* contact us */
div.form_contact-us{
	width: 698px;
	margin-left: 32px;
}
div#contact_info{
}
div#contact_info h3{
	background:url(../../img/pages/contact_us/subt_tokyo_office.gif) no-repeat 0px 0px;
	width:412px;
	height:0px;
	/*padding-top:54px;*/
	padding-top: 26px;
	overflow: hidden;
}
div#contact_info p{
	border-left: 5px solid #e3e3e3;	
	padding-left: 7px;
	margin-bottom: 2.5em;
}
div#inquiry_form h3 a{
	background: url(../../img/pages/contact_us/subt_inquiry_form.gif) no-repeat 0px 0px;
	width: 157px;
	height: 0px;
	padding-top: 17px;
	overflow: hidden;
	display: block;
}
div#inquiry_form p{
	padding: 0 0 0 32px;
	background: url(../../img/common/ar_gw_l.gif) no-repeat left top;
	font-weight: bold;
	line-height: 24px;
	margin: 1.5em 0 3em 0;
}
/* factory and showroom */
div.wpic_w{
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
}
div.wpic_l{
	width: 360px;
	float: left;
}
div.wpic_r{
	width: 360px;
	float: right;
}
div#factory p, p.showroom{
	border-left: 5px solid #e3e3e3;	
	padding-left: 7px;
	clear: both;
}
p.showroom{
	margin-bottom: 2em;
}
div.showroom h4{
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-bottom: 0.4em;
}
div.showroom p.gmap{
	width: 150px;
	float: left;
	margin: 0 0 0 8px;
	line-height: 14px;
}
p.gmap a{
	display: block;	
	padding-left: 10px;
	background: url(../../img/common/arrow_or.gif) no-repeat 0 center;	
}
span.gmap{
	margin-left: 4px;
}
span.gmap a{
	padding-left: 10px;
	background: url(../../img/common/arrow_or.gif) no-repeat 0 center;	
}
/* @end */
div.form_textonly{
	width: 600px;
	margin-left: 24px;
}

div.form_textonly p{
	margin-bottom: 1.25em;
	line-height: 150%;
}
div.form_txt{
	margin-left: 32px;
}

/* @end */

/* @group temp_info */
div#temp_info_w{
	width: 100%;
	height: auto;
	overflow: hidden;
	clear: both;
	background: url(../../img/common/bg230.gif) repeat-y left top;
}
div#temp_info_l{
	width: 230px;
/*	background: #EEE; */
	float: left;
/*	padding-bottom: 32767px;
	margin-bottom: -32767px; */
}
div#temp_info_r{
	width: 750px;
	margin-top: 8px;	
	float: right;
}
div.temp_topics{
	margin-top: 0 !important;
}
/* @end */
div#content{
	clear: both;
	font-size: 12px;
	margin: 14px auto 24px auto;
	width: 980px;
}
* html div#content{
	margin-bottom: 12px !important;
}

div#content h2{
	margin: 0 0 16px 0;
}
div#breadcrumbs{
	color: #999;
	font-size: 11px;
	margin-bottom: 12px;
}


/* @end */

/* @group Footer */
div#footer{
	width: 100%;
	overflow: hidden;
	color: #666;
	background: #E3E3E3;
	padding-bottom: 32px;
}
div#footer_w{
	width: 980px;
	margin: 10px auto 0 auto;
	background: #E3E3E3;
}
div#footer_l{
	width: 320px;
	float: left;
	text-align: left;
}
div#footer_r{
	width: 480px;
	text-align: right;
	float: right;
}
span.copyright{
	font-size: 11px;
}
div#footer_logo{
	margin: 18px 0 0 auto;
}
/* @group Footer Navi */
ul#footer_navi li{
	font-size: 12px;
	font-weight: bold;
	width: auto;
	margin-right: 20px;
	float: left;
}
/* @end */
/* @end */

/* @group including for capability */

.alignleft {
	float:left;
	margin-right:1em;
	margin-bottom:1em;
}
.alignright {
	float:right;
	margin-left:1em;
	margin-bottom:1em;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @end */

/* @group Product Listing */
div.pd_list_w{
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
div.pd_item{
	float: left;		
  display: inline-block;      /*for modern*/
  /display: inline;             /*for ie5～7*/
  /zoom: 1;                     /*for ie5～7*/
  height:144px
}
table.pd_item_w{
	width: 100px;
	text-align: center;
 margin: 12px 0 0 14px;

}
table.pd_item_w:hover a{
	color: #E0701B;	
}
table.pd_item_w:hover img,table.pd_item_w a:hover img{
	opacity: 0.50;
	-moz-opacity: 0.50;
	filter: alpha(opacity=50);
}

table.pd_item_w td{
	padding: 0;
	text-align: center;
	white-space: nowrap;
}
table.pd_item_w td.pd_item_img{
	height: 88px;	
	vertical-align: bottom;
}
table.pd_item_w td.pd_item_img img{
	height:auto;
}
table.pd_item_w td.pd_item_img a {
	
}
table.pd_item_w td.pd_item_txt{
	color: #999;
	padding-top: 2px;
	line-height: 150%;
	text-align: center;	
}


/* @end */



/* @group ProductSheets Listing */

ul.productsheet-list{
    padding: 12px 14px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
ul.productsheet-list li{
    padding: 12px 14px;
}
ul.productsheet-list li .psthumb{
    margin-bottom: 8px;
    text-align: center;
}
ul.productsheet-list li .psthumb img{
    border: 1px solid #ddd;
}
ul.productsheet-list li .psthumb a{
    display: block;
    position: relative;
}
ul.productsheet-list li .psthumb a:after{
    content:'';
    background-image: url(../../img/pages/products/viewmore.png);
    background-repeat: no-repeat;
    background-position: center center;
    color:white;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    transition:opacity .5s;
}
ul.productsheet-list li .psthumb a:hover:after{
    opacity: 1;
}
ul.productsheet-list li p{
    margin-bottom: 5px;
}
.psdetail{
    display: none;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    background:#e3e3e3;
    padding:25px 30px;
    z-index: 100;
    box-shadow: 0px 2px 10px rgba(0,0,0,.5);
}
.psdetail .thumbs{
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 5px;
}
.psdetail .thumbs li{
    padding: 5px;
}
.psdetail .thumbs li img{
     border:1px solid #ccc;
}
.psdetail .dlcon{
    line-height: 2;
    padding: 10px;
    background: #fff;
}
.psdetail .dlcon a.dllink{
    background: url(../../img/pages/products/dl_ic.png) no-repeat left center;
    font-size: 1.2em;
    font-weight: bold;
    padding-left: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    color:#E0701B;
}
.psdetail .dlcon a.dllink:hover{
    background: url(../../img/pages/products/dl_ic_ov.png) no-repeat left center;
    color:#E0701B;
}
.psdetail .dlcon .infos{
    padding-left: 26px;
}
.psdetail .dlcon .infos h3{
    font-weight: bold;
    border-bottom: 1px solid black;
    line-height: 1.5;
    margin-bottom: 5px;
}
.psdetail .dlcon .infos p{
    margin-bottom: 15px;
}
.psdetail .dlcon .infos ol{
    margin-bottom: 10px;
}
.psdetail .dlcon .infos ol li{
    padding:0 5px;
}
.psdetail .dlcon .infos ol li:nth-child(even){
    background-color: #e3e3e3;
}
#ps-overlay{
    position: fixed;
    background: rgba(255,255,255,0.7);
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

/* @end */

/* @group 404 */
div.error404{
	padding: 100px 0;
}
div.error404 h1{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 1em;
}
/* @end */

/* @group TEST */
div#test_head{
	width: 100%;
	color: white;
	background: #e69954;	
	padding: 6px 0;
	font-size: 12px;
	text-align: center;
}


/* @end */