@charset "UTF-8";

/*-------------------------------------------*/
/*	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: inherit; vertical-align: top; }
a { outline: none; }

/* Base text styles */
body { -webkit-font-smoothing: antialiased; }
h4, h5, h6 { font-weight: 700; }
a { color: #474747; text-decoration: none; }
a:hover { text-decoration: underline; }
a small { font-size: 12px; }
em { font-style: normal; font-weight: 700; }
strong { font-weight: 700; }
ul li { line-height: 1.6; }
figcaption { padding-top: 6px; line-height: 1.3; font-size: 96%; }

/* Images */
img { vertical-align: top; }

/* Tables */
table { width: 100%; }

/* list */
ul, ol { margin: 0; padding: 0; list-style-type: none; }

/* clearfix  */
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }
.cf { zoom: 1; }


/*-------------------------------------------*/
/*	BASIC
/*-------------------------------------------*/

body {
	background:#f0f0f0;
	font-family: Meiryo,'Hiragino Kaku Gothic Pro','MS PGothic',Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #474747;
}

/*-------------------------------------------*/
/*	LAYOUT
/*-------------------------------------------*/
#content {
	overflow:hidden;
	width: 1100px;
	margin: 0px auto;
}

#header {
    z-index: 999;
    background: url(https://estore.co.jp/wp-content/themes/estore/images/head_bg.png) repeat-x left bottom;
    width: 100%;
    position: fixed;
	min-width: 1100px;
}

.content-wrap {
	overflow:hidden;
	max-width: 1100px;
	margin: 0px auto;
	padding: 30px 0;
}

#side {
	float:left;
	width:230px;
}

#main {
	float:right;
	width:840px;
	margin-bottom:35px;
	background:#FFF;
	font-size:14px;
	line-height:1.4;
}

#main.main-noside {
	width:100%;
}

#footer {
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
    background: #FFF;
    z-index: 2;
	min-width: 1100px;
}

/*-------------------------------------------*/
/*	HEADER
/*-------------------------------------------*/
/* top infobar */
#topbar { width: 100%; min-width: 1100px; background: #374271; }

/* news ticker */
.ticker { position:relative; width: 100%; overflow: hidden; padding: 9px 0 10px; text-align: left; font-size: 12px; }
.ticker ul .label { position:absolute; left:0; display: block; float: left; padding-left: 1em; width: 10em; line-height: 22px; color: #374271; background: url(../images/bg_ticker_label.png) no-repeat left center; font-weight: bold; }
.ticker ul li a { color: #FFF; text-decoration: none; }
.ticker .tbox-outer { display: block; /*padding-left: 13em;*/ line-height: 22px; overflow: hidden; }
.ticker #tbox { -webkit-appearance: none; border-radius: 0; background: none; border: 0; width: 100%; color: #FFF; }
.ticker #tmsg { color:#fff; white-space: nowrap; display: inline-block; }

/* header */
#logo { float: left; display:flex; align-items: center; padding: 25px 0 20px; text-align:left;}
#logo a img { display:block; float:left; margin-left:20px;}
#tagline { font-size:12px; color:#374271;}
#h-info { padding: 0px 0; text-align: right; }
#header .half { padding-top: 15px;}

/* search */
#site-search { float: right; padding-top: 15px; width: 450px; text-align: right;}
#site-search form { float:right;}

.h-nav { float: right; width: 80px; text-align: center;}
.h-nav li { vertical-align: top; display: block; text-align: centezr;}
.h-nav li:first-child { Border-bottom:solid 1px #fff;}
.h-nav li>a { position: relative; z-index: 2; color: #fff; background-color: #374271; border-left: solid 1px #374271; line-height: 40px; overflow: hidden;
    text-decoration: none; display: block; transition: 0.5s;
}
.h-nav li>a:hover { color: #374271; background: #fff;}





/* reset webkit input browser style */
#site-search input { outline: none; }
#site-search input[type=search] { -webkit-appearance: textfield; -webkit-box-sizing: content-box; font-family: inherit; font-size: 100%; }
input::-webkit-search-decoration, input::-webkit-search-cancel-button { display: none;}

input[type=search] { 
	background: url(../images/hd-sprite-bg1.png) no-repeat; 
	border: none;
	padding: 0px 10px 0px 15px; 
	width: 55px;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	transition: all .5s; 
	display:inline-block;
	vertical-align:top;
	height: 38px;
}

input[type=search]:focus { 
	width: 200px;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	transition: all .5s; 
	display:inline-block;
	vertical-align:top;
	height: 38px;
}

#site-search input[type=submit]{
	width:30px;
	height: 40px;
	padding: 8px 10px 13px 15px; 
	background: url(../images/hd-sprite-bg2.png) no-repeat; 
	display:inline-block;
	vertical-align:top;
	border: none;
	-webkit-transition: all .5s; 
	-moz-transition: all .5s; 
	transition: all .5s;
	cursor: pointer;
}

/* placeholder */
input:-moz-placeholder { color: #b3b3b3; }
input::-webkit-input-placeholder { color: #b3b3b3; }


/* contact button */
.h-contact { 
	float: right; 
	margin-left:8px; 
}

.h-contact a {
	display:block;
	padding: 8px 44px 8px 15px;		 
	border: solid 1px #ccc;
	background: #FFF url(../images/hd-sprite.png) no-repeat 96% -20px;
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px; 
	border-radius: 5px;
	height: 22px;
	line-height: 22px;
	text-decoration:none;
	font-size:12px;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;	
}

.h-contact a:hover {
	background: #e8e8e8 url(../images/hd-sprite.png) no-repeat 96% -20px;
	color:#161e26;
	font-weight:bold;
}


/*-------------------------------------------*/
/*	GLOBAL NAVIGATION
/*-------------------------------------------*/
#gnav {margin: 0 auto; position: absolute; right: 80px;}
#gnav ul { overflow: hidden; padding-bottom: 0px; list-style-type: none; }
#gnav li { vertical-align: top; overflow: hidden; float: left; text-align: center; }
#gnav li a {padding-top: 34px; display: block; border-width: 6px; border-bottom-style: solid; border-color: #FFF; color: #474747; font-weight: bold; text-decoration: none; white-space: nowrap; height: 42px;}
#gnav li a:hover { border-color: #9ba0b8;}
#gnav li a.active { border-color: #374271;}

#gnav li { width:100px;}
#gnav li:first-child, #gnav li:last-child, #gnav li:nth-child(4) { width: 90px;}
#gnav li:nth-child(2),#gnav li:nth-child(6) { width: 130px;}
#gnav li:nth-last-child(3) a { background: url(../images/ic_blank2.svg) 83% 58% /13px auto no-repeat; padding-right: 15px; }

/* clearfix  */
#gnav:before, #gnav:after { content: ""; display: table; }
#gnav:after { clear: both; }


/*-------------------------------------------*/
/*	FOOTER
/*-------------------------------------------*/
#footer .inner { max-width: 1100px; margin: 0 auto; padding: 50px 0 20px;}
#footer #fnav { width: 100%; overflow:hidden;}
#footer h5, #footer h6 { color: #374271; font-size: 14px; }
#footer h6 { margin-bottom:0.5em;}
#footer h5 { clear: both; border-bottom: 1px #374271 solid; margin-bottom: 1em; }

.fcol { box-sizing:border-box; float: left; width: 46%; margin-left:4%; padding-bottom: 20px;}
.fcol-1, .fcol-2 { float: left; }
.fcol ul li { padding: 0.5em 0 0.5em 1em; background: url(../images/ic/link.png) no-repeat left center; line-height: 1.3;}
.fcol ul li a { color: #474747; text-decoration: none;}
.fcol ul li a:hover { text-decoration: underline; }
.fcol-1 ul, .fcol-2 ul { margin-right: 30px; margin-bottom: 1.5em; font-size: 12px; }
.fcol .sv-sub { font-size: 12px; font-weight:bold;}
.fcol-1 { width: 50%; }
.fcol-2 { width: 50%; }
.fcol-3 { float: right; width: 280px; }

.fcol-1 .fcol_w ul li { padding: 0.5em 0 0.5em 1em; background: url(../images/ic/link.png) no-repeat left 10px; line-height: 1.3;}
.fcol-1 .fcol_w ul li small {
	display:block;
}

#credit { clear: both; width: 100%; background: #374271; color: #FFF; }
#credit .inner { padding: 10px 0;}
#footer_logo { padding-top: 18px; float: left; }
#credit ul { padding: 20px 0; float: right; }
#credit ul li { float: left; margin-left: 30px; line-height: 1.3; font-weight: bold; font-size: 12px; }
#credit ul li a { color: #FFF; padding: 0.5em 0 0.5em 1em; background: url(../images/ic/link_w.png) no-repeat left center; }
#credit ul .none a { background: none; padding-left: 0; }
#credit ul .window a { background:url(../images/ic_window_w.png) no-repeat left 44%; padding-left: 22px !important; }

.ft-name, .ft-copy {  width: 50%; color: #474747; font-size: 12px;}
.ft-copy { text-align: right; }

#footer .rights.inner { display:table; padding:0; }
#footer .rights.inner > div { display:table-cell;height:100px; vertical-align:middle;}
#footer .rights.inner > div p a { vertical-align:middle;}
#footer .rights.inner > div p a:hover { text-decoration:none;}
#footer .ft-copy img { vertical-align:middle; margin-left:20px;}


/* page top */
#gotop:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden; }
#gotop a { float: right; display: block; width: 7em; text-align: left; padding: 1em 1em; color: #FFF; line-height: 1; text-decoration: none; font-weight: bold; background: #374271 url(../images/ic_scrollup.png) no-repeat 90% center; }
#gotop a:hover { background: #9ba0b8 url(../images/ic_scrollup.png) no-repeat 90% center; }


/*-------------------------------------------*/
/*	CONTENT
/*-------------------------------------------*/

/* ---------------------------- MAIN */
#main section {
	padding:50px;
}

#main .section2 {
	padding:30px;
}

#main .sect{
	margin: 0 20px 20px;
}

/* heading */
#main h1,#main h2,#main h3 {
	font-weight:bold;
	line-height:1.25;
}

#main .l-ttl {
	margin-bottom:50px;
	font-size:250%;
	color:#374271;
	text-align:center;	
}

#main .ttl,
#main h3 {
	margin-bottom:1.3em;
	color:#374271;
	font-size:128.6%;
}

.heading {
	margin-bottom:30px;
}

.solid {
	padding-bottom: 15px;
	border-bottom: 1px solid #c0c0c0;
}

.line-h.line-h-gr:before { border-top: solid 1px #474747 !important;}
.line-h.line-h-gr { color:#474747 !important;}


/* text */
#main p {
	margin-bottom:30px;
	line-height:1.7;
}

section p {
	font-size:14px;
	line-height:1.4;
}

/* ---------------------------- SIDE */

#side .section{
	margin-bottom:12px;
	background:#FFF;
}

/* side bar title */
#side-title {
	color:#FFF;
	background:#374271;
	padding: 30px 18px;
	line-height:1;
	font-size:18px;
	font-weight:700;
	text-align:left;
}

#side-title span {
	display:block;
	padding-top:5px;
	font-size:12px;
	font-weight:normal;
}

/* title */
#side-title-area,
.widget-area aside{
	margin-bottom:20px;
	background:#FFF;
	font-size:12px;
}

#side-title-area .section{
	padding:10px;
}

.widget-area aside {
	padding:10px;
}

.widget ul, .widget ol {
    list-style-type: none;
    margin-left: 1em;
    padding: 0;
}

.widget li {
   padding: 5px 0;
}



/*-------------------------------------------*/
/*	SECOND LEVEL 
/*-------------------------------------------*/
.breadcrumb { background: #FFF; margin-bottom: 30px; padding-top: 86px; width: 100%; min-width: 1100px;}
.breadcrumb ul { padding-top: 1em; padding-bottom: 1em; width: 1100px;}
.breadcrumb ul li:first-child { background: url(../images/ic_line_house.svg) left center / 16px auto no-repeat; padding-left: 2em; padding-top: 2px; padding-bottom: 0px; }
.breadcrumb ul li { padding-right: .5em; display: inline; color: #272727; font-size: 12px !important;}
.breadcrumb ul li a { padding-right: .5em; color: #272727; }
.breadcrumb ul li br { display:none;}


/* ---------------------------- SIDE */
/* side menu list */
.list1 { border-bottom: 2px solid #f0f0f0; }
.list1 li:not(:first-child) { border-top: 2px solid #f0f0f0; }
.list1 a { display: block; background: url(../images/ic-arw-01.png) no-repeat 93% center; padding: 1em 1.2em 1em 24px; line-height: 1.2; font-weight: bold; }
.list1 a:hover,
.list1 a.active { background: #6699cc url(../images/ic-arw-02.png) no-repeat 93% center; color: #FFF; text-decoration: none; }
.list1b { border-bottom: 2px solid #f0f0f0; }
.list1b li { border-top: 2px solid #f0f0f0; }
.list1b li:first-child { border-top: none; }
.list1b a { display: block; padding: 1em 1.2em 1em 24px; line-height: 1.2; font-weight: bold; background:url(../images/service_global/ic_arr.png) 200px center no-repeat; }
.list1b a:hover { background: #6699cc url(../images/service_global/ic_arr_o.png) 200px center no-repeat; color: #FFF; text-decoration: none; }
.list1b a.active { background: #6699cc url(../images/service_global/ic_arr_o.png) 200px center no-repeat; color: #FFF; text-decoration: none; }
.list1b li a small { font-weight: normal; display: block; padding-bottom: 5px; }
.list1b li.wide a {padding: 1.7em 1.2em 1.7em 24px; }

.list1b-service li a { position:relative;}
.list1b-service li a:before {  content:""; display:block;  position:absolute; top:2px; left:2px; height: calc(100% - 4px); width:4px; }
.list1b-service li:not(:first-child) a:before { background:#f3f1eb; }
.list1b-service li:nth-last-child(-n+4) a:before { background:#dadfef; }
.list1b-service li a.active:before,.list1b-service li a:hover:before { background:#6699cc; }

.submenu2 { margin: 20px 0px 20px 20px; }
.submenu2 .active { color:#6699cc; text-decoration:underline }
.submenu2 a { display: block; background: url(../images/sprite-arw.png) no-repeat -10px -366px; margin: .8em 0; margin:2px; padding: 0 5px 0 15px; line-height: 1.2; font-weight: bold; }

/* accordion menu */
.ac-menu,.parent-menu { border-bottom: 2px solid #f0f0f0; }
.ac-menu dt:first-child,.parent-menu dt:first-child { border-top: none; }
.ac-menu dt { display: block; border-top: 2px solid #f0f0f0; cursor: pointer; background: url(../images/ic_plus.gif) 92% center no-repeat; padding: 18px 24px; line-height: 1.2; font-weight: bold; }

.parent-menu dt { display: block;  background: #6699cc; color: #FFF; border-top: 2px solid #f0f0f0; padding: 1em 1.2em 1em 24px; line-height: 1.2; font-weight: bold; }

.ac-menu dd { display: none; }
.ac-menu dt.active { background: #6699cc url(../images/ic_minus.gif) 92% center no-repeat; color: #FFF; }

.ac-menu .list1,.parent-menu .list1 { border-top: 2px solid #f0f0f0; border-bottom: none; }

.ac-menu dd ul,.parent-menu dd ul { margin: 20px 0px 20px 20px; }
.ac-menu dd ul .active,.parent-menu dd ul .active { color:#6699cc; text-decoration:underline }
.ac-menu dd ul a,.parent-menu dd ul a { display: block; background: url(https://estore.co.jp/wp-content/themes/estore/images/sprite-arw.png) no-repeat -10px -366px; margin: .8em 0; padding: 0 5px 0 15px; line-height: 1.2; font-weight: bold; }

.ac-menu .submenu { margin: 20px 12px 20px 24px; }
.ac-menu .submenu li a { display: block; background: url(../images/sprite-arw.png) no-repeat 100% -10px; padding: .5em 15px .5em 0; line-height: 1.2; font-weight: bold; }


/* side banner */
aside.banner li { margin-bottom: 12px; }



/* news topへ  */
.link-newstop { margin: 2px 0; height:44px; line-height:44px;}
.link-newstop a { color:#FFF; text-decoration:none; display:block;  text-align:center;}
.link-newstop a { background: rgba(56,67,112,1) url(../images/service_global/ic_arr_l.png) 10px center no-repeat; }
.link-newstop a:hover {  background: rgba(56,67,112,.75) url(../images/service_global/ic_arr_l.png) 10px center no-repeat; }

/* news banner */
.sd-bnr li { margin-bottom:2px;}
.sd-bnr li a img { transition: all  0.3s ease;}
.sd-bnr li a:hover img { opacity:0.75;}

/* news category nav */
.sdnav-news li { margin-top:2px; transition: all  0.3s ease;}
.sdnav-news li:hover { opacity:0.7;}
.sdnav-news li a { display:block; height:44px; line-height:44px; padding-left:14px; background: url(../images/service_global/ic_arr_o.png) 200px center no-repeat;}
.sdnav-news li a,.sdnav-news li a:hover { text-decoration: none; color: #FFF; }

.sdnav-news .category-2  { background:#2c9dae;}
.sdnav-news .category-3  { background:#bdd366;}
.sdnav-news .category-4  { background:#eebf2f;}
.sdnav-news .category-5  { background:#7cbedf;}
.sdnav-news .category-6  { background:#db849f;}
.sdnav-news .category-39 { background:#c18fec;}
.sdnav-news .category-ir { background:#64c99b;}
.sdnav-news .category-column { background:#707ba7;}

.sdnav-news li i { display:inline-block; vertical-align:middle; width:33px; background-image:url(../images/sprite-ic.png); background-repeat:no-repeat;}
.sdnav-news .category-2 i  { height:20px; background-position: 0 -2px;   background-size: 20px auto;}
.sdnav-news .category-3 i  { height:16px; background-position: 0 -24px;  background-size: 20px auto;}
.sdnav-news .category-4 i  { height:20px; background-position: 0 -43px;  background-size: 20px auto;}
.sdnav-news .category-5 i  { height:19px; background-position: 0 -62px;  background-size: 19px auto;}
.sdnav-news .category-6 i  { height:20px; background-position: 0 -87px;  background-size: 20px auto;}
.sdnav-news .category-39 i { height:20px; background-position: 0 -153px; background-size: 20px auto;}
.sdnav-news .category-ir i { height:18px; background-position: 0 -98px;  background-size: 18px auto;}
.sdnav-news .category-column i { height:32px; background-position: 0 -204px;  background-size: 24px auto;}


/*
News
=========================================
*/

/* page header */
#header-ttl.pr,
#header-ttl.knowledge,
#header-ttl.staff,
#header-ttl.vo,
#header-ttl.kiji,
#header-ttl.ir,
#header-ttl.column{
	height:100px;
}

#header-ttl.pr {background:url(../images/bg_line_2color_pr.gif) no-repeat left bottom;}
#header-ttl.knowledge {background:url(../images/bg_line_2color_sh.gif) no-repeat left bottom;}
#header-ttl.staff {background:url(../images/bg_line_2color_staff.gif) no-repeat left bottom;}
#header-ttl.vo {background:url(../images/bg_line_2color_vo.gif) no-repeat left bottom;}
#header-ttl.kiji {background:url(../images/bg_line_2color_kiji.gif) no-repeat left bottom;}
#header-ttl.ir {background:url(../images/bg_line_2color_ir.gif) no-repeat left bottom;}
#header-ttl.column {background:url(../images/bg_line_2color_column.gif) no-repeat left bottom;}

#header-ttl.pr h2,
#header-ttl.knowledge h2,
#header-ttl.staff h2,
#header-ttl.vo h2,
#header-ttl.kiji h2,
#header-ttl.ir h2,
#header-ttl.column h2,
#header-ttl.ecreport h2 {
	float:left;
}

#header-ttl.pr h2 {color:#2C9DAE !important;}
#header-ttl.knowledge h2 {color:#BDD366 !important;}
#header-ttl.staff h2 {color:#EEBF2F !important;}
#header-ttl.vo h2 {color:#7CBEDF !important;}
#header-ttl.kiji h2 {color:#DB849F !important;}
#header-ttl.column h2 {color:#c18fec !important;}
#header-ttl.ir h2 {color:#64C99B !important;}
#header-ttl.ecreport h2 {color:#374271 !important;}


#header-ttl .sub { padding: 35px 1em 0 0; display: block; font-size: 12px; text-align:right;}

/* ---------------------------- SIDE */

#side-title.cat-press {background: #2c9dae !important;}
#side-title.cat-knowledge {background:#bdd366 !important;}
#side-title.cat-staff {background:#f0c132 !important;}
#side-title.cat-uservoice {background:#7cbedf !important;}
#side-title.cat-media {background:#db849f !important;}
#side-title.cat-column {background:#c18fec !important;}
#side-title.cat-ir {background:#64c99b !important;}


#side-title .icon { display: inline-block; float: left; background-image: url(../images/sprite-ic.png); background-repeat: no-repeat; height: 32px; width: 45px; }

#side-title.cat-press .icon {background-position: 0 -3px;}
#side-title.cat-knowledge .icon {background-position: 0 -46px;}
#side-title.cat-staff .icon {background-position: 0 -85px;}
#side-title.cat-uservoice .icon {background-position: 0 -126px;}
#side-title.cat-media .icon {background-position: 0 -168px;}
#side-title.cat-ir .icon {background-position: 0 -210px;}
#side-title.cat-column .icon {background-position: 0 -292px;}
#side-title.cat-ecreport .icon {background-position: 0 -330px;}


#side-title-area #side-title span { padding-left: 45px; }

.e-blue {background:#374271;}
.seagreen {background:#2c9dae;}
.lgreen {background:#bdd366;}
.gold {background:#f0c132;}
.sky {background:#7cbedf;}
.pink {background:#db849f;}
.aquamarine {background:#64c99b;}

/* side-title */
.widget-title { margin-bottom: 5px; font-size: 14px; font-weight: bold; }

/* category list */
.category-list li { padding-top: 0; padding-right: 0; padding-bottom: 0; }
.category-list > li > a { font-weight: bold; }
.category-list > li:last-child > ul { margin-bottom: 0; }
.category-list li > ul { margin-left: 1em; margin-bottom: 1em; }
.category-list li > ul li { margin: 3px 0; }
.category-list li > ul li { background: url(../images/sprite-arw.png) no-repeat -10px -366px; padding-left: 15px;}

/* category list 親のみの場合 */
.category-list.parent > li { margin-bottom: 1em; line-height:1.3;background:url(../images/ic_arw_s.png) no-repeat left 3px; padding-left:10px;}



/*-------------------------------------------*/
/*	新着記事一覧 HOME & NEWS TOP
/*-------------------------------------------*/

#content #news-nav{
	display:none;
}


/**** Grid container ****/
#tiles {
	overflow:hidden;
	width: 1100px;
}

.grid-wrap {
	clear: both;
	overflow:hidden;
	width: 1125px;
	margin-left:-25px;
}

/**** masonry item ****/
.grid{
	width: 350px;
	max-height:none;
	margin-bottom:25px;
	margin-left:25px;
	background: #FFF;
}

/**** nav container ****/
#cts-news-top #news-nav{
	margin-top:20px;
}

#news-nav{
	margin-bottom:20px;
	width: 1100px;
	overflow:hidden;
	background: #FFF;
}

/**** filter nav ****/
#news-nav ul {
	float:left;
	width:1040px;
	height: 40px;
}

#news-nav ul li {
	overflow: hidden;
	position: relative;
	border-right: 1px solid #FFF;
	float:left;
	list-style:none;
	width: 172px;
	height: 40px;
	line-height:40px;
	font-size:12px;
	text-align:center;
	cursor:pointer;
}

#news-nav ul li .icon {
	float:none !important;
}

#news-nav ul li a{
	text-decoration:none;
	font-weight:700;
}

#news-nav ul li span {
	display: block;
	position: absolute;
	width: 172px;
	top: 36px;
	left: 1px;
}

#news-nav ul li:hover span {
	position:absolute;
	top: 0;
}

/* selected */
#news-nav ul .active span {
	position:absolute;
	top: 0 !important;
}

#news-nav ul li span a {
	display: block;
	height: 40px;
	color:#FFF;
}

/* bg color */
#nnav-all span{background: #374271;}
#nnav-prs span{background: #2c9dae;}
#nnav-smn span{background: #bdd366;}
#nnav-blg span{background: #eebf2f;}
#nnav-voi span{background: #7cbedf;}
#nnav-med span{background: #db849f;}
#nnav-col span{background: #c18fec;}
#nnav-inv span{background: #64c99b;}

#nnav-all {font-size:110% !important;}
#nnav-all a{color:#374271;}
#nnav-all span a{color:#FFF}

#nnav-col a{color:#64c99b;font-size:140% !important;}
#nnav-col span a{color:#FFF;font-size:100% !important;}

/* bg icon */
#news-nav ul li {
	background-image: url("../images/nav_ic.png");
	background-repeat: no-repeat;	
}
#nnav-all { background-position: 70px -288px; }
#nnav-prs { background-position: 70px 6px; }
#nnav-smn { background-position: 70px -42px; }
#nnav-blg { background-position: 70px -92px; }
#nnav-voi { background-position: 70px -142px; }
#nnav-med { background-position: 70px -192px; }
#nnav-col { background-position: 65px -340px; }
#nnav-inv { background-position: 65px -240px; }


/* rss button */
#news-nav .feed{
	float:right;
	width:40px;
	height:40px;
}

#news-nav .feed a{
	display:block;
	width:100%;
	height:40px;
	text-indent:-9999px;
	background: url('../images/ic/ic_feed.png') center center no-repeat;	
}

/**** Clearfixes ****/
#news-nav:after,
.grid-wrap:after,
#filtering:after { 
  content: ''; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/**** grid article ****/
.grid .meta { height: 24px; font-weight: bold; }
.grid .meta span { height: 24px; line-height: 24px;}
.grid .meta time { display: block; float: left; font-size: 10px; width: 8em; background: #FFF; text-align: center; line-height: 24px;}
.grid .meta .bar { display: block; padding-left: 8em; font-size: 12px; color: #fff; }
.grid .meta .bar span span { padding: 0 .8em; }
.grid .article-title { clear: both; margin: 0 20px; }
.grid .article-title .news-icon { float: left; width: 50px; height: 50px; background-image: url(../images/sprite.png);}
.grid h2 { padding: 3px 0 0 65px; margin: 15px 0; font-size: 114%; line-height: 1.3; font-weight: 700; min-height:2.5em;}
.grid p { clear: both; overflow:hidden; margin: 0 20px 20px; line-height: 1.5; }

.grid .thumb { text-align: center; }
.grid .thumb img { max-width: 350px; }

.share-btns { clear: both; padding: 0 20px 20px; }
.share-btns ul { overflow: hidden; }
.share-btns ul li { float: left; padding-right: 10px; list-style-type: none; }

.category-2  .label {background:#2c9dae;}
.category-3  .label {background:#bdd366;}
.category-4  .label {background:#eebf2f;}
.category-5  .label {background:#7cbedf;}
.category-6  .label {background:#db849f;}
.category-39 .label {background:#c18fec;}
.category-ir .label {background:#64C99B;}

.category-2  .news-icon{background-position: 0 -100px;}
.category-3  .news-icon{background-position: -60px -100px;}
.category-4  .news-icon{background-position: -120px -100px;}
.category-5  .news-icon{background-position: -180px -100px;}
.category-6  .news-icon{background-position: -240px -100px;}
.category-39 .news-icon{background-position: -360px -100px;}
.category-ir .news-icon{background-position: -300px -100px;}

/* load button */
.more{
	clear:both;
	margin: 0 auto 20px;
	width: 12em;
	text-align:center;
}

.more #readmore {
	display:block;
	padding: 1em 0 1em 1em;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	background:#374271 url(../images/ic_load.png) no-repeat 15px center;
	margin: 0 auto;
	width: 12em;
	border: 0;
	cursor: pointer;
	outline: none;
	font-size: 14px;
}

.more #readmore:hover{
	background:#9ba0b8 url(../images/ic_load.png) no-repeat 15px center;
}


/*-------------------------------------------*/
/*	ニュース一覧 2016/1027追記
/*-------------------------------------------*/
  
#main.main-newstop{
	background:#f0f0f0;
}

#main.main-newstop .grid-wrap  {
	width: 865px;
}

#main.main-newstop #tiles,
#main.main-newstop .inner {
	width: 840px;
}

#main.main-newstop .inner > section {
	padding: 0;
}

/**** masonry item ****/
#main.main-newstop .grid{
	width: 407px;
}

#main.main-newstop .grid .thumb img {
	width: 100% !important;
	max-width: none;
}


/*-------------------------------------------*/
/*	記事一覧
/*-------------------------------------------*/
.entrylist {
	margin-top:-10px;
}
.entrylist article:first-child {
	border-top: none;
	padding-top:0;
}

.hentry {
	overflow:hidden;
	border-top: 1px solid #e1e1e1;
	margin: 0 30px;
	padding: 30px 0;
}

.hentry h3 {
	margin-top:10px;
	margin-bottom:10px !important;
	font-weight:bold;
	color:#374271 !important;
	font-size:18px !important;
	line-height:1.2 !important;
	letter-spacing: -0.03em;
}

.hentry h3 a {
	color:#374271;
	text-decoration:none !important;
}

.hentry h3 a:hover {
	text-decoration:underline !important;
}

.hentry p,
.hentry .meta {
	font-size:13px;
}

.hentry p {
	line-height:1.6;
	margin-bottom: 0 !important;
}

.hentry .meta {
	font-size:95%;
}

.hentry .meta time {
	padding-right:1em;
}

.categories {
	line-height:1.4;
}

.categories a {
	padding: 0px 0.4em;
	background:#f0f0f0;	
}

.hentry .thumb {
	float:left;
	padding-right:28px;
}

.hentry .thumb img {
	border: 1px solid #e1e1e1;
}

.hentry .text-block{
	overflow:hidden;
  *zoom: 1;
}

/*-------------------------------------------*/
/*	記事詳細ページ
/*-------------------------------------------*/
.detail .entry-title{
	clear:both;
	margin-top:.5em;
	margin-bottom:1em;
	font-weight:bold;
	color:#374271;
	font-size:24px;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

.detail .entry-body{
	clear:both;
	border-top: 1px solid #e1e1e1;
	padding: 20px 30px;
	line-height:1.8;
}

.detail .entry-body section{
	padding-bottom:  10px !important;
}

.detail .entry-body p{
	margin-bottom:1.5em;
	line-height:1.8;
}

.detail .entry-body ul,
.detail .entry-body ol{
	margin-left:18px;
	margin-bottom:1em;
	line-height:1.8 !important;
}

.detail .entry-body ul ul,
.detail .entry-body ol ol{
	padding-left:3em;
}

.detail .entry-body ul{list-style-type:disc;}
.detail .entry-body ul ul{list-style-type:circle;}
.detail .entry-body ol{list-style-type:decimal !important;}

.detail .entry-body h3{
	
}

.detail .entry-body h4{
	font-size:114%;
	font-weight:bold;
}

.detail .entry-body img{
	max-width: 620px;
	height: auto !important;
}

.detail .entry-body .image{
	text-align:center;
}

.detail .entry-body .image img{
	margin-right:auto;
	margin-left:auto;
}

.detail .entry-body blockquote{
	color:#5c9cbc;
}

.detail .entry-body a{
	color: #374271;
	text-decoration:underline;
}

.detail .entry-body a:hover{
	text-decoration:none;
}

.detail .entry-body .sub-hd {
	margin-bottom:15px;
	font-size:18px;
	line-height:1.3;
}

.detail .entry-body .sub-hd a,
.detail .entry-body .sub-hd a.external{
	color: #474747;
}

.detail .entry-body .sub-hd a.external{
	padding-right:0;
	background:none;
}

/* link style */
.detail .entry-body a.external{
	padding-right: 26px;
	background: url(../images/ic_window.png) no-repeat right center;
	color: #374271;
}

/*
.detail .entry-body p a[href^="http://estore.sakura.ne.jp/"],
.detail .entry-body p a[href^="https://estore.sakura.ne.jp/"],
.detail .entry-body p a[href^="https://estore.co.jp/"],
.detail .entry-body p a[href^="https://develop.estore.co.jp/"],
.detail .entry-body p a[href^="http://estore.co.jp/"],
.detail .entry-body p a[href^="https://estore.co.jp/"],
*/

.detail .entry-body p img a{
	padding-right: 0;
	background: none;
}

/* link style - pdf */
.detail .entry-body p a[href$=".pdf"] {
	display: inline-block;
	background: url("../images/ic_pdf.gif") no-repeat left top;
  padding: 0 0 0 28px;
	font-weight:bold;
	color: #474747 !important;
}

.detail .entry-body p a.no_icon {
	padding-left: 0;
	background: none;
}

/* column profile */
.column-profile {
	margin: 0 30px 20px;
	padding: 20px;
	background:#f5f5f5;
}

.column-profile p {
	margin-bottom:0 !important;
}

.column-profile .name-title {
	font-size:12px;
}

.column-profile .name {
	padding: 10px 0;
	font-size:20px;
	font-weight:bold;
}

.column-profile .company {
	margin-bottom: 20px;
	padding-bottom:20px;
	border-bottom: 1px solid #777777;
}

/* sns button */
.sns-btns {
	border-top: 1px solid #e1e1e1;
	padding:20px 0 0 0;
}

/* pager */
.pageNav {
		overflow:hidden;
    padding: 20px 10px 0px;
    text-align: center;
}
.pageNav li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}
.pageNav li span, .pageNav li a {
    background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #EAEAEA;
    display: inline-block;
    margin-bottom: 5px;
    padding: 6px 12px;
    text-decoration: none !important;
    vertical-align: middle;
}
.pageNav li a:hover, .pageNav li a.active {
    background: none repeat scroll 0 0 #374271;
    border-color: #374271;
    color: #FFFFFF;
}

/*-------------------------------------------*/
/*	MODULE 
/*-------------------------------------------*/

/* line */
hr { border: none; height: 1px; background: url(../images/dotl_hr.gif) repeat-x left bottom; color: #FFF; margin: 30px 0 30px 0; }

.dot { overflow: hidden; padding-bottom: 1px; background: url(../images/dotl_hr.gif) repeat-x left bottom; }
.box-dot { margin: 0 40px 40px; border: 1px dotted #374271; padding: 2em; }
.border:after {
	display:block;
	content:"";
	background:#474747;
	margin: 45px auto 55px;
	width:70px;
	height:2px;
}

/* box */
.text { overflow: hidden; _zoom: 1; }
.cts { padding: 30px; }
.colbox { margin-bottom:20px; overflow:hidden;}
.border-box { border-radius: 10px; border: #CCC 1px solid; padding: 1.5em; }

/* list */
ul.boxlist li.clears { margin: 0 0 32px 0; }
.list li { padding-left: 1em; text-indent: -1em; }
.idt { padding-left: 1em; text-indent: -1em; }

.disc { padding-left: 30px; }
.disc li { text-indent: -0.5em; margin-bottom: 5px; }
.disc li:before { content: ''; width: 6px; height: 6px; display: inline-block; border-radius: 100%; background: #999; position: relative; left: -15px; top: -3px; }

.list-normal {
	padding-left:1.8em;
	list-style-position:outside;
	list-style-type:disc;
}


/* photo */
.alignnone {display:block; margin:20px 0;}
.aligncenter {display:block; margin:20px auto; text-align:center;}
.alignright {float: right;margin: 5px 0 20px 20px;}
.alignleft {float: left;margin: 5px 20px 20px 0;}
.align-inline { display:inline;}

.pic { float: left; padding-right: 20px; }
.pic-l { float: left; padding-right: 40px; }
.pic-r { float: right; padding-left: 40px; }
.pic-r5 { float: right; padding-left: 50px; padding-bottom: 50px; }
.pic-r20 { float: right; padding-left: 20px; }

.im-full { width:100%; height:auto; }
.im-rpv  { max-width:100%; height:auto; }
.im-round  { border-radius:5px;}
.im-circle  { border-radius:50%;}


/*
table
=========================================
*/
.tbl-01 td, .tbl-01 th { padding: 20px; border-bottom: 2px solid #FFF; }
.tbl-01 th { background: #F3F3F3; color: #474747; white-space: nowrap; }
.tbl-01 td { border-right: 2px solid #FFF; background: #FAFAFA; }

/* type1 */
.tbl-bd1 .cell { border-bottom: 2px solid #fff; padding: 20px; }
.tbl-bd1 .cell-wrap .cell:first-child { border-right: 2px solid #fff; background: #f3f3f3; }
.tbl-bd1 .texts { background: #fafafa; }

/* div table */
.tbl { display: table; }
.tbl .cell-wrap { display: table-row; }
.tbl .cells, .tbl .cell { display: table-cell; }

.va-top { vertical-align:top;}
.va-mid { vertical-align:middle;}
.va-btm { vertical-align:bottom;}


/*
grids
=========================================
*/

.row {width:100%; margin-bottom: 30px;}
.row.wh {background:#FFF;}
.inner { margin-left: auto; margin-right: auto; width: 100%; }
.full { clear: both; overflow: hidden; width: 100%; }
.half { float: left; width: 50%; }
.wbox { clear: both; overflow: hidden; width: 740px; }
.span-3{width:31.53%;}
.span-2{width:48.64%;}

.col{ 
	margin-left: 20px;
	display:inline;
	float:left;
}

.row .col:first-child{ margin-left:0;}


/* 2block layout margin30 */
.bloc-hf .bloc:first-child { margin-left: 0; }
.bloc-hf .bloc { display: inline; margin-left: 30px; float: left; width: 47.8%; }
.bloc-hf:after { clear: both; content: " "; display: block; font-size: 0; height: 0; visibility: hidden; }

/* clearfixes */
.row:after,
.inner:after,
.wbox:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}


/*
table-layout
=========================================
*/

.ui-table { display:table;}
.ui-table > * { display:table-cell;}
.ui-table.space > * { padding:15px;}


/*
parts
=========================================
*/

.pill{
	display:inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: .3em 1em;
    text-align: center;
	line-height:1;
}

.rd {
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}

/* button */
.bt-wrap{
	clear:both;
	text-align:center;
}

.bt {
  display: inline-block;
  border: 3px solid white;
  padding: 1.2em 3em 1.2em 2em;
  background: #374271;
  -webkit-box-shadow: 0 0 6px 2px #c2c2c2;
  box-shadow: 0 0 6px 2px #c2c2c2;
  color: #FFF !important;
  text-decoration: none !important;
  line-height: 1;
  font-size: 16px;
  vertical-align: middle;
	text-align:center;
  transition: all 0.3s ease 0s;
	cursor:pointer;
}

.bt:hover { filter: alpha(opacity=80); -moz-opacity: 0.80; opacity: 0.80; }
.bt i { vertical-align: middle; display: inline-block; }
.bt.bt-normal{ padding: 25px 25px; text-align:center; font-size:14px;}
.entry-body .bt.bt-normal{ padding: 25px 60px;}
.btn-s { border-style: none; padding: 2px 4px; background:#374271; color:#FFF; border-radius:3px; font-size:.8em;}

.button { background: #374271; padding: .8em 2em; color: #FFF; text-decoration: none; font-weight: bold; line-height: 1; }
.button:hover { text-decoration: none; }

.btn-b { display: inline-block; margin: 5px; }
.btn-b a:hover { background:#5c658a url(../images/ic_window2.gif) no-repeat 10% 45%;}
.btn-b a {
	background: #374271 url(../images/ic_window2.gif) no-repeat 10% 45%;
	display: block;
	padding: 0 0em 0 1.8em;
	width:310px;
	height:70px;
	line-height:70px;
	border: 3px solid #fff;
	-webkit-box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	box-shadow: 0 1px 8px rgba(0,0,0,0.5);
	color: #FFF;text-decoration: none !important; 
	transition: all 0.3s ease 0s; 
	font-size:16px;
	text-align:center;
}

.bt-mail {
	padding: 1.2em 30px 1.2em 50px;
	background: #374271 url("../images/ic-mail-wh.png") no-repeat 20px center;
}

/* image button */
.fade { 
	transition: all 0.3s ease 0s;
}  
.fade:hover {  
	opacity: 0.85; 
}

a:hover img {  
	opacity: 0.85; 
}

/* request button */
a.btn_request {
	cursor: pointer;
	border-style: none;
	display: inline-block;
	border: 3px solid white;
	box-shadow: 0 0 6px 2px #c2c2c2;
	background: #374271;
	width: 250px;
	height: 60px;
	text-decoration: none !important;
	transition: all 0.3s ease 0s;
	color: #FFF;
	font-size: 16px;
	text-align: center;
	line-height: 60px;
}

a.btn_request:before {
	content: "";
	display: inline-block;
	width: 28px;
	height: 18px;
	margin: -3px 13px 0 0;
	background: url(https://estore.co.jp/wp-content/themes/estore/images/services/ic_envelope01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}

/* icon background image */
.bag,.up,.man,.know {
  display:inline-block;
  width:30px;
  height:30px;
}

.sprite {background-image:url(../images/sprite.png);}
.bag {background-position: 0 -30px;}
.up {background-position: -40px -30px;}
.man{background-position: -80px -30px;}
.know{background-position: -120px -30px;}
.pricetag{background-position: 0px -300px;}
.phonecall{background-position: -60px -300px;}
.pc{background-position: -120px -300px;}


.laptop { width: 24px; height: 18px; margin:-2px 10px 0 0; background-image: url(../images/sprite-arw.png); background-position: 0 -531px;}
.feather { width: 38px; height: 38px; margin-right: 20px; background: url(../images/ic_feather.png) no-repeat left top;}

.arw {background: url(https://estore.co.jp/wp-content/themes/estore/images/ic_arw_s.png) no-repeat left center; padding-left:13px;}
.rss {background: url(https://estore.co.jp/wp-content/themes/estore/images/ic_rss_s.png) no-repeat left center; padding:4px 0 4px 22px; line-height:1.8;}
.mail {background: url(../images/ic_mail.png) no-repeat left 3px; padding: 0 0 0 30px;}
.web {background: url(../images/ic_window.png) no-repeat left 3px; padding: 0 0 0 20px; line-height:1.3;}
.blank { background: url(../images/ic_window_w.png) no-repeat left 1px; }


/* link */
p .link { padding-top: .3em; }
.link { display: block; text-align: right; }
.link a { background-image: url(../images/sprite-arw.png); background-repeat: no-repeat; font-weight: bold; padding-right: 1.8em; background-position: 100% -15px; }
.arws li a { background: url(../images/ic_arw_s.png) no-repeat left center; padding-left: 13px; color: #374271; text-decoration: none !important; }
.arws li a:hover { text-decoration: underline !important; }


/* position */
.block { display:block;}

.center { text-align: center; }
.left { text-align: left; }
.right { text-align: right; }

.pre { white-space: pre-wrap; }
.auto { margin-left:auto; margin-right:auto; }
.fl-l { float: left; }
.fl-r { float: right; }
.clears { clear: both; }


/* font */
.w { color: #fff; }
.grey6 { color: #666;}
.bk { color: #000; }
.red { color: #ff0000; }
.blue { color: #374271; }
.blue a{ color: #374271 !important;}
.fs-xs { font-size: 10px; }
.fs-s { font-size: 12px; }
.fs-s2 { font-size: 13px; }
.fs-n { font-size: 14px; }
.fs-m { font-size: 16px; }
.fs-l { font-size: 18px; }
.fs-20 { font-size: 20px; }
.fs-30 { font-size: 30px; }
.date { line-height: 1.1; font-size: 12px; }
.number{font-size:26px; font-weight:600; line-height:1.1;}

.lh { line-height: 1.7 !important; }
.lh2 { line-height: 2 !important; }
.n { font-weight: normal !important; }
.b { font-weight: bold; }

/* bgcolor */
.gr1 {background:#2c9dae;}
.gr2 {background:#bdd366;}
.gr3 {background:#64c99b;}
.or1 {background:#eebf2f;}
.bl1 {background:#7cbedf;}
.pk1 {background:#db849f;}
.bg-y {background:#f8de00;}

/* space */
.mg-t05 { margin-top: .5em !important; }
.mg-t1  { margin-top: 1em !important; }
.mg-t50 { margin-top: 50px !important; }
.mg-b0  { margin-bottom: 0 !important; }
.mg-b05 { margin-bottom: .5em !important; }
.mg-b1  { margin-bottom: 1em !important; }
.mg-b10 { margin-bottom: 10px !important; }
.mg-b15 { margin-bottom: 15px !important; }
.mg-b20 { margin-bottom: 20px !important; }
.mg-b25 { margin-bottom: 25px !important; }
.mg-b30 { margin-bottom: 30px !important; }
.mg-b35 { margin-bottom: 35px !important; }
.mg-b40 { margin-bottom: 40px !important; }
.mg-b50 { margin-bottom: 50px !important; }



/* device style
=========================================*/
/* pc only */
.br-pc { display:block;}


