/*
Theme Name: Company
Theme URI: http://www.theme-junkie.com/
Author: Theme Junkie
Author URI: http://www.theme-junkie.com/
Description: WordPress Business Theme
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, flexible-width, translation-ready
Text Domain: junkie

*/
/*

WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)

*/
/*-----------------------------------------------

TABLE OF CONTENT:

0. Reset

1. Setup
-1.1 Defaults
-1.2 Hyperlinks

2. Site Structure & Appearance
-2.1 Navigation Menu
-2.2 Header
-2.3 Content
  -2.3.1 Slider
  -2.3.2 Features
  -2.3.3 Portfolio
  -2.3.4 Blog Posts
  -2.3.5 Testimonials
-2.5 Sidebar
-2.6 Footer

3. Posts
-3.1 Typographic Elements
-3.2 Images
-3.3 Pagination

4. Widgets
-4.1 Generic Widgets
-4.2 Specific Widgets

5. Comments

6. Page Templates
-6.1 Contact Form
-6.2 Archives & Sitemap
-6.3 Portfolio

7. MISC
-7.1 Buttons
-7.2 Overlay
-7.3 CSS3 Gradient

--------------------------------------------------------------------------------- */
/* =0. 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; }
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; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { clear: both; display: block; float: none; height: 0; line-height: 0; margin: 0; padding: 0; visibility: hidden; }
* html .clear { height: 1%; }
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clear { display: block; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { clear: both; }
/* =1. Setup
--------------------------------------------------------------------------------- */
/* 1.1 Defaults */
body { background: #fff; color: #333; font-family: 'Georgia', Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.75; }
h1,
h2,
h3,
h4,
h5,
h6 { margin: 0; color: #333; }
h1 { font-size: 2.2em; }
h2 { font-size: 2em; }
h3 { font-size: 1.8em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
p { margin: 0; line-height: 1.75; }
strong,
label,
.button { font-weight: bold; }
hr { background-color: #e6e6e6; border: 0; height: 1px; margin-bottom: 20px; }
input[type="text"],
textarea { background: #f7f7f7; border: 1px solid #e9e9e9; outline: none; margin: 0 0 10px 0; padding: 11px 15px 10px 15px; font: 14px/14px 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, "Lucida Grande", sans-serif; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
input[type="text"]:focus, textarea:focus { background: #ffffff; border: 1px solid #bbbbbb; color: #232527; }
textarea { width: 100%; }
label { color: #aaa; font-size: 12px; font-weight: bold; }
.hide { display: none; }
img { vertical-align: bottom; max-width: 100%; }
.left { float: left; }
.right { float: right; }
/* 1.2 Hyperlinks */
a:link,
a:visited { text-decoration: none; -webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -moz-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -ms-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; -o-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out; }
a:hover { text-decoration: none; }
h1 a:link,
h1 a:visited,
h2 a:link,
h2 a:visited,
h3 a:link,
h3 a:visited,
h4 a:link,
h4 a:visited,
h5 a:link,
h5 a:visited,
h6 a:link,
h6 a:visited { text-decoration: none; }
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover { text-decoration: none; }
/* =2. Site Structure & Containers
--------------------------------------------------------------------------------- */
#main { width: 960px; margin: 40px auto; }
.container { width: 960px; margin: 0 auto; padding: 0 10px; }
#content { background: #ffffff; border-radius: 3px; float: left; width: 570px; padding: 30px; }
.content-loop .post { border-bottom: 1px solid #e6e6e6; margin-bottom: 30px; padding-bottom: 30px; }
/* 2.1 Navigation Menu */
.nav { float: left; overflow: hidden; z-index: 999; }
.nav a { display: block; position: relative; text-decoration: none; z-index: 100; }
.nav li { float: left; width: auto; z-index: 999; }
.nav li a { border-top: 3px solid #ffffff; color: #555555; font-size: 13px; line-height: 87px; padding: 0 15px; }
.nav li a:hover,
.nav li.first a,
.nav .current_page_item a { border-top: 3px solid; }
.nav .sf-with-ul { padding-right: 18px; }
.nav li ul { background: #ffffff; border: 1px solid #dddddd; border-radius: 5px; float: left; left: -999em; position: absolute; width: 180px; margin-top: -10px; padding: 5px 0; z-index: 999; }
.nav li ul li a, .nav li ul li a:visited,
.nav li.current_page_item li a { border-top: none !important; border-bottom: 1px dotted #dddddd; border-radius: 0; color: #999999; font-weight: normal; line-height: 1; margin: 0 15px; padding: 10px 0; width: 150px; }
.nav li ul li a:hover { border-top: none; }
.nav li ul li:first-child a {  }
.nav li ul li:last-child a { border-bottom: none; }
.nav li ul li a.sf-with-ul { padding-right: 12px; }
.nav li ul ul { margin: -39px 0 0 164px !important; padding: 0 !important; }
.nav li:hover, .nav li.hover { position: static; }
.nav li:hover ul ul, .nav li.sfhover ul ul,
.nav li:hover ul ul ul, .nav li.sfhover ul ul ul,
.nav li:hover ul ul ul ul, .nav li.sfhover ul ul ul ul { left: -999em; }
.nav li:hover ul, .nav li.sfhover ul,
.nav li li:hover ul, .nav li li.sfhover ul,
.nav li li li:hover ul, .nav li li li.sfhover ul,
.nav li li li li:hover ul, .nav li li li li.sfhover ul { left: auto; }
.nav .sf-sub-indicator { background: url(images/ico-arrow-down.png) no-repeat; display: block; overflow: hidden; position: absolute; width: 9px; height: 9px; text-indent: -999em; top: 43px; right: 4px; }
.nav li ul .sf-sub-indicator { display: none; }
/* 2.2 Header */
#header { background: #ffffff; height: 70px; padding-bottom: 20px; }
#logo { float: left; margin: 12px 100px 0 0; }
#text-logo { float: left; margin: 34px 100px 0 0; }
#text-logo #site-title { font-size: 24px; line-height: 1;}
#header-search { background: #162a33; display: none; width: 100%; height: 90px; }
.search-form input[type="text"],
.search-form input[type="text"]:focus { background: transparent url('images/ico-search.png') no-repeat 0 16px; border: none; box-shadow: none; border-radius: 0; color: #ffffff !important; font-size: 32px; width: 100%; height: 60px; line-height: 60px; margin: 15px 0; padding: 0 0 0 40px; }
.header-icons { float: right; margin: 34px 0 0 40px; }
.header-icons a:hover {  }
/* 2.3 Content */
/* 2.3.1 Slider */
#home-slider { width: 100%; }
.home.page-title-disable-on { margin-bottom: 50px }
.home .home.page-title-disable-on { margin-bottom: 0 }
.home .ls-container .ls-nav-prev, .home .ls-container .ls-nav-next { display: block; text-decoration: none; color: #fff; position: absolute; width: 55px; text-align: center; height: 80px; top: 50%; margin: -40px 0 0; background-color: #000; color: #fff; visibility: hidden; opacity: 0.5; z-index: 99; }
.home .ls-container .ls-nav-prev, .home .ls-container .ls-nav-prev:hover { left: 0; border-radius: 0 3px 3px 0; background-image: url("images/arrow-left.png"); background-repeat: no-repeat; background-position: center center; }
.home .ls-container .ls-nav-next, .home .ls-container .ls-nav-next:hover { right: 0; border-radius: 3px 0 0 3px; background-image: url("images/arrow-right.png"); background-repeat: no-repeat; background-position: center center; }
.home .ls-container .ls-nav-prev:hover, .home .ls-container .ls-nav-next:hover { opacity: 0.8 }
.home .ls-fullwidthdark .ls-bottom-slidebuttons, .home .ls-fullwidthdark .ls-nav-start, .home .ls-fullwidthdark .ls-nav-stop, .home .ls-fullwidthdark .ls-nav-sides { top: -45px }
/* FlexSlider */
.slides,
.flex-control-nav,
.flex-direction-nav { margin: 0; padding: 0; list-style: none; }
.flexslider { margin: 0; padding: 0; }
.flexslider .slides > li { display: none; -webkit-backface-visibility: hidden; }
.flexslider .slides img { display: block; width: 100%; height: auto; margin: 0 auto; }
.slides:after { content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
html[xmlns] .slides { display: block; }
* html .slides { height: 1%; }
.no-js .slides > li:first-child { display: block; }
.flexslider { position: relative; margin-bottom: 20px; }
.flexslider {  }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }
/* Direction Nav */
.flex-direction-nav { *height: 0; display: block; text-indent: -9999px; }
.flex-direction-nav a { border-radius: 50%; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { background: #333333 url('images/ico-nav.png') no-repeat center 13px; left: -50px; text-indent: -9999px; }
.flex-direction-nav .flex-next { background: #333333 url('images/ico-nav.png') no-repeat center -19px; right: -50px; text-indent: -9999px; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter: alpha(opacity=0); cursor: default; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 20px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 20px; }
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover { opacity: 1; }
/* Control Nav */
.flex-control-nav { position: absolute; top: -29px; right: 0; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1; *display: inline; }
.flex-control-paging li a { width: 5px; height: 5px; display: block; background: #ffffff; border: 1px solid #cccccc; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #e6e6e6; }
.flex-control-paging li a.flex-active { background: #e6e6e6; cursor: default; }
.section-heading { border-bottom: 1px solid #eeeeee; margin-bottom: 25px; padding-bottom: 15px; }
.section-title { color: #ffffff; font-size: 13px; font-weight: 700; margin-bottom: 20px; text-transform: uppercase; }
.section-desc { float: left; width: 225px; }
.section-content { float: right; width: 715px; }
/* 2.3.2 Features */
#home-features { background: #ebebeb; padding: 40px 0; }
#home-features .feature-block { float: left; width: 225px; margin: 0 20px 0 0; text-align: center; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
#home-features .feature-block a { background: #ffffff; border-radius: 3px; display: block; padding: 25px 15px 20px; position: relative; }
#home-features .feature-block .entry-thumb { margin-bottom: 10px; }
#home-features .feature-block .entry-title { font-size: 14px; margin-bottom: 10px; }
#home-features .feature-block p { color: #828282; margin-bottom: 15px; }
#home-features .last-feature { margin-right: 0 !important; }
#home-features .all { height: 32px; font: 11px/33px Arial, Helvetica, sans-serif; font-weight: 500; }
#home-features .all span { border-bottom: 1px solid #e9e9e9; font-size: 11px; padding-bottom: 5px; text-transform: uppercase; }
#home-features .feature-block a:hover .all span { height: 32px; border: none; text-align: center; -webkit-border-radius: 2px; border-radius: 2px; position: relative; padding: 0 10px; display: inline-block; color: #fff; }
.section-desc .more-button { margin-top: 30px; }
.section-desc .more-button a:link,
.section-desc .more-button a:visited { border-radius: 3px; color: #ffffff; font-size: 11px; font-weight: bold; height: 32px; letter-spacing: 1px; padding: 12px 50px; line-height: 33px; text-transform: uppercase; }
#home-work .section-desc .more-button a:link,
#home-work .section-desc .more-button a:visited { background: #ffffff; }
/* 2.3.3 Portfolio */
/* Home - Portfolio Carousel */
#home-work { color: #ffffff; padding: 40px 0 20px; }
#home-work .portfolio-item { background: #ffffff; border-radius: 3px; float: left; margin: 0 20px 20px 0; padding-bottom: 20px; position: relative; width: 225px; text-align: center; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
#home-work .portfolio-item .entry-title { font-size: 14px; margin-bottom: 0px; }
#home-work .portfolio-item .entry-thumb { border-top-left-radius: 3px; border-top-right-radius: 3px; width: 100% !important; height: auto; margin-bottom: 20px; }
#home-work .portfolio-item .entry-desc { color: #9da0a4; }
.item-last { margin-right: 0 !important; }
#related-work { border-top: 1px solid #e9e9e9; margin-top: 30px; padding-top: 30px; padding-bottom: 30px; }
#related-work .section-title { color: #333333; }
#related-work .portfolio-item { border-bottom: 1px solid #eeeeee; float: left; width: 202px; margin-right: 30px; padding-bottom: 15px; text-align: center; }
#related-work .portfolio-item:hover { border-bottom-color: #cccccc; }
#related-work .portfolio-item .entry-thumb { width: 100%; height: auto; margin-bottom: 15px; }
#related-work .portfolio-item .entry-title { font-size: 14px; margin: 0; }
#related-work .portfolio-item .entry-desc { color: #999999; }
/* Portfolio Nav */
#sort-by { float: left; margin: 0; padding: 0; z-index: 40; }
#sort-by li { cursor: pointer; display: block; float: right; position: relative; }
#sort-by li ul { display: none; }
#sort-by li a,
#sort-by li a:visited { border-right: 1px solid #dddddd; color: #828282; display: inline; font-size: 11px; padding: 0 10px; position: relative; z-index: 30; text-transform: uppercase; }
#sort-by .all { padding-left: 0; }
#portfolio .portfolio-header { display: block; margin-bottom: 40px; }
#portfolio { background: #ffffff; border-radius: 3px; position: relative; width: 900px; padding: 30px; }
#portfolio ul.ourHolder { display: inline; float: left; width: 960px; overflow: hidden; }
#portfolio .portfolio-item-2-col { width: 435px; height: 370px; }
#portfolio .portfolio-item-3-col { width: 280px; height: 260px; }
#portfolio .portfolio-item-4-col { width: 202px; height: 210px; }
#portfolio .portfolio-item { background: #ffffff; border-bottom: 1px solid #eeeeee; display: block; float: left; margin: 0 30px 30px 0; position: relative; text-align: center; }
#portfolio .portfolio-item:hover { border-bottom-color: #cfcfcf; }
#portfolio .portfolio-item .entry-title { margin: 14px 0 0 0 !important; }
#portfolio .portfolio-item .entry-title a,
#portfolio .portfolio-item .entry-title a:visited { font-size: 14px; text-decoration: none; }
#portfolio .portfolio-item .entry-desc { color: #9da0a4; }
#portfolio .portfolio-item .entry-thumb { width: 100%; height: auto; }
/* Portfolio Single */
.single-portfolio .entry-header { margin-bottom: 30px; text-align: center; }
.single-portfolio .entry-header .entry-desc { color: #9da0a4; }
.single-portfolio .entry-content { float: right; width: 700px; }
.single-portfolio .entry-meta { border-right: 1px dotted #dddddd; float: left; width: 160px; margin: 0; padding: 0; }
.single-portfolio .entry-meta p { margin: 0 0 15px 0; }
.single-portfolio .entry-meta span { color: #9da0a4; display: block; margin-bottom: 10px; }
.single-portfolio .entry-meta span.link { background: url(images/ico-external-link.png) no-repeat 0 7px; margin-top: 30px; padding-left: 16px; }
.single-portfolio .entry-meta span.link a,
.single-portfolio .entry-meta span.link a:visited { border-bottom: 1px dashed #dddddd; color: #9da0a4; }
.single-portfolio .entry-meta span.link a:hover { border-bottom-color: #9da0a4; }
.single-portfolio .entry-meta strong { color: #555555; display: block; }
.video-portfolio { margin-bottom: 20px; }
.video-portfolio embed,
.video-portfolio object,
.video-portfolio iframe { width: 900px; height: 510px; }
/* 2.3.4 Recent Posts */
#home-posts { background: #ffffff; padding: 40px 0 20px; }
#home-posts .section-title { color: #555555; }
#home-posts .hentry { float: left; margin: 0 20px 20px 0; width: 225px; position: relative; }
#home-posts .hentry .entry-title { font-size: 14px; }
.hentry .entry-meta { color: #9da0a4; margin-bottom: 10px; }
.hentry .entry-meta a,
.hentry .entry-meta a:visited { border-bottom: 1px dashed #dddddd; color: #9da0a4; text-decoration: none; }
.hentry .entry-meta a:hover { border-bottom-color: #9da0a4; color: #666666; }
.single .hentry .entry-tags { display: block; margin-bottom: 20px; }
.single .hentry .entry-content { margin-bottom: 20px; }
.single .read-more a { float: left; display: inline-block; margin-left: 2px; }
.entry-excerpt { color: #828282; }
.hentry .entry-thumb { border-radius: 3px; height: auto; margin-bottom: 20px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
.post-thumb { position: relative; }
.published { background: #333333; border-radius: 3px; position: absolute; color: #ffffff; font-size: 11px; top: 124px; right: 8px; height: 18px; line-height: 19px; opacity: 0.2; -moz-opacity: 0.2; filter: alpha(opacity=20); padding: 0 5px; text-align: center; }
.error404 #content,
.search-no-results #content,
.page #content,
.single #content { background: #ffffff; }
.page #content .feature-block { border-bottom: 1px solid #eeeeee; margin-bottom: 30px; padding-bottom: 30px; }
.page #content .feature-block .entry-thumb { float: left; margin: 0 20px 0 0; }
.page #content .feature-block .entry-title { font-size: 16px; margin: 0; }
.page #content .feature-block p { display: table; }
.content-loop { background: transparent !important; width: 660px !important; padding: 0 !important; }
.content-loop .hentry { background: #ffffff; border-radius: 3px; float: left; width: 260px; margin: 0 30px 30px 0; padding: 20px; }
.content-loop .hentry .entry-title { font-size: 18px; }
.content-loop .entry-excerpt { margin-bottom: 20px; }
.first-post .hentry { width: 590px; }
.first-post .entry-thumb { width: 100%; height: auto; }
.first-post .entry-title { font-size: 26px !important; }
.entry-bottom i { line-height: 32px; margin-top: 10px !important; }
.entry-social a:link,
.entry-social a:visited { background: #cccccc; color: #ffffff; display: block; font-size: 16px; float: left; width: 32px; height: 32px; margin-right: 2px; text-align: center; }
.entry-social a:hover { background: #999999; }
.read-more { float: right; }
.read-more a:link,
.read-more a:visited { display: block; color: #ffffff; width: 32px; height: 32px; text-align: center; }
/* 2.3.5 Testimonials */
#home-testimonials { background: #f0f0f0; position: relative; padding: 40px 0; }
#home-testimonials .container { display: block; height: 300px; position: relative; overflow: hidden; }
.block-heading { font-size: 18px; margin-bottom: 30px; text-align: center; }
.block-heading strong { border-bottom: 1px dotted #999999; font-size: 22px; font-weight: bold; }
#home-testimonials .testimonial { border: 0; display: none; width: 300px; margin: 0 auto; position: absolute; top: 30px; right: 0; z-index: 5; opacity: 0; padding: 0 30px 0 0; -moz-opacity: 0; filter: alpha(opacity=0); -webkit-transition: opacity .15s linear; -moz-transition: opacity .15s linear; -ms-transition: opacity .15s linear; -o-transition: opacity .15s linear; transition: opacity .15s linear; }
#home-testimonials .testimonial.active { display: block; opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
#home-testimonials .testimonial p { color: #ffffff; font-size: 18px; font-style: italic; line-height: 30px; }
#home-testimonials .testimonial span { line-height: 1; color: #676765; }
#home-testimonials .testimonial a:link,
#home-testimonials .testimonial a:visited { border-bottom: 1px dotted #dddddd; color: #999999; }
#home-testimonials .testimonial a:hover { color: #676765; }
#home-testimonials .testimonial-author { display: block; position: absolute; width: 300px; top: 226px; right: 420px; text-align: right; }
.author-name {  }
.site-url { color: #999999 !important; }
.author-avatar { width: 100%; }
#home-testimonials .testimonial-nav-wrapper { background: #ffffff url('images/ico-t-arrow.png') no-repeat right 249px; border-bottom: 1px dotted #dddddd; position: absolute; left: 0; height: 300px; overflow: hidden; width: 600px; }
#home-testimonials .testimonial-nav { margin: 0; position: relative; right: 0; overflow: hidden; }
#home-testimonials .testimonial-nav li { float: left; display: inline-block; }
#home-testimonials .testimonial-nav a { display: block; background: none; padding: 0; opacity: 0.5; -moz-opacity: 0.5; filter: alpha(opacity=50); border: 0; width: 120px; height: 120px; position: relative; }
#home-testimonials .testimonial-nav a img { display: block; }
#home-testimonials .testimonial-nav a span { display: block; position: absolute; top: 0; left: 0; width: 48px; height: 48px; background: #ff4629; opacity: 0; -moz-opacity: 0; filter: alpha(opacity=0); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
#home-testimonials .testimonial-nav li a:hover span,
#home-testimonials .testimonial-nav li a.active span { opacity: 0.4; -moz-opacity: 0.4; filter: alpha(opacity=40); }
#home-testimonials .testimonial-nav li a:hover,
#home-testimonials .testimonial-nav li a.active { opacity: 1; -moz-opacity: 1; filter: alpha(opacity=100); }
/* 2.4 Sidebar */
#sidebar { float: right; width: 300px; }
#sidebar .widget { background: #ffffff; border-radius: 3px; font-size: 13px; margin-bottom: 30px; padding: 25px; }
#sidebar .widget p { margin-bottom: 10px; }
#sidebar .widget a:link,
#sidebar .widget a:visited { border-bottom: 1px dotted #cccccc; color: #555555; }
#sidebar .widget li { background: url(images/arrow-right-grey.png) no-repeat 0 12px; padding: 5px 0 5px 11px; }
#sidebar .widget-title { border-bottom: 1px solid #eeeeee; font-size: 14px; margin-bottom: 10px; padding-bottom: 10px; }
/* 2.5 Footer */
#footer { background: #162a33; margin-bottom: 20px; }
#footer a,
#footer a:visited { color: #9da0a4; }
#footer a:hover { color: #eeeeee; }
#footer-columns { padding: 40px 0 20px; }
#footer-columns .footer-column-1,
#footer-columns .footer-column-2,
#footer-columns .footer-column-3,
#footer-columns .footer-column-4 { float: left; width: 225px; padding-right: 20px; }
#footer-columns .footer-column-4 { padding-right: 0 !important }
#footer-columns .widget { color: #9da0a4; font-size: 13px; margin-bottom: 30px; }
#footer-columns .widget li { margin-bottom: 5px; }
#footer-columns .widget li a {  }
#footer-columns .widget-title { color: #eeeeee; font-size: 14px; margin-bottom: 15px; }
#footer-columns .tagcloud a:link,
#footer-columns .tagcloud a:visited { border-bottom: 1px dotted #9da0a4; color: #9da0a4; display: inline-block; display: block; float: left; font-size: 13px !important; margin: 0 10px 5px 0; }
#footer-columns .tagcloud a:hover { border-bottom-color: #ffffff; color: #ffffff; }
#copyright { color: #9da0a4; font-size: 11px; padding: 30px 0; }
#copyright img { float: left; margin-right: 50px; }
#copyright .left img { margin-top: -3px; }
#copyright .left a { border-radius: 2px; color: #9da0a4; display: inline-block; float: left; font-size: 12px; padding: 4px 5px; }
#copyright .left a:hover { background: #ffffff; color: #162a33; }
/* =3. Posts
--------------------------------------------------------------------------------- */
.one-col { background: #ffffff; width: 900px !important; padding: 30px; }
.entry-title { line-height: 1.4; margin-bottom: 10px; }
.entry-title a:link,
.entry-title a:visited { color: #555555; }
.page-header { width: 100%; height: 80px; line-height: 80px; }
.page-title { color: #ffffff; font-size: 24px; }
.page .hentry,
.archive .hentry,
.search .hentry,
.single .hentry { border-bottom: 1px solid #eeeeee; margin-bottom: 30px; padding-bottom: 20px; }
.page .page { border-bottom: none !important; }
/* 3.1 Typographic Elements */
.entry-content img { max-width: 600px; }
.entry-content blockquote { border-left: 10px solid #f5f5f5; margin: 20px; padding: 0 30px 0 20px; overflow: hidden; }
.entry-content blockquote p,
.entry-content blockquote blockquote a,
.entry-content blockquote blockquote { color: #666666; font-size: 1em; font-style: italic; }
.entry-content strong { font-weight: bold }
.entry-content strong em,
.entry-content em strong { font-style: italic; font-weight: bold; }
.entry-content li ul { margin: 0; padding: 0; }
.entry-content input,
.entry-content textarea { font-size: 1em; padding: 3px; }
.entry-content dfn { font-weight: bold }
.entry-content del { color: #aaa; text-decoration: line-through; }
.entry-content pre,
.entry-content code,
.entry-content tt { background: #f5f5f5; color: #666666; font: 12px 'andale mono', 'monotype.com', 'lucida console', monospace; line-height: 20px; overflow: auto; padding: 1em; }
.entry-content pre,
.entry-content code,
.entry-content tt { display: block; margin: 1.5em 0; white-space: pre; }
.entry-content ins { font-weight: bold; text-decoration: underline; }
.entry-content em { font-style: italic; font-weight: normal; }
.entry-content ul { list-style: none; padding-bottom: 10px; }
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul { margin-bottom: 0; }
/*.entry-content ul li { background: url(images/arrow-right-grey.png) no-repeat 0 14px; padding: 5px 0 5px 11px; }*/
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 { margin: 5px 0 10px 0; }
.entry-content hr { background: #E6E6E6; border: none; clear: both; color: #E6E6E6; height: 1px; margin: 15px 0; width: 100%; }
.entry-content ol { list-style-type: decimal; margin: 0 0 10px 25px; }
.entry-content ol ol { list-style: upper-alpha; }
.entry-content ol ol ol { list-style: lower-roman; }
.entry-content ol ol ol ol { list-style: lower-alpha; }
.entry-content ol li { font-size: 100%; margin: 5px 0; }
.entry-content p { margin: 0 0 10px 0; }
/* 3.2 Images */
img.centered { display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto; padding: 0; }
img.alignnone { display: inline; margin: 0 0 15px 0; padding: 0; }
img.alignright { display: inline; margin: 0 0 15px 15px; padding: 0; }
img.alignleft { display: inline; margin: 0 15px 15px 0; padding: 0; }
.aligncenter { display: block; margin-bottom: 15px; margin-left: auto; margin-right: auto; }
.alignright { float: right; margin: 0 0 15px 15px; }
.alignleft { float: left; margin: 0 15px 15px 0; }
.wp-caption { background: #F7F7F7; border: 1px solid #E6E6E6; padding: 4px 0 5px 0; text-align: center; }
.wp-caption p.wp-caption-text { font-size: 11px; font-weight: normal; line-height: 12px; margin: 0; padding: 0; }
.wp-caption img { border: 0; margin: 0 0 5px 0; padding: 0; }
/* 3.3 Pagination */
.junkie-pagination { margin: 60px 0; text-align: center; }
.junkie-pagination .page-numbers,
.junkie-pagination a,
.junkie-pagination a:visited { background: #ffffff; border-radius: 3px; color: #9da0a4; font-size: 13px; margin: 0 2px; padding: 6px 10px; }
.junkie-pagination .current,
.junkie-pagination a:hover { border-color: #dddddd; }
/* =4. Widgets
--------------------------------------------------------------------------------- */
.widget p { margin-bottom: 10px; }
/* CALENDAR */
#wp-calendar { width: 95%; margin-bottom: 15px; clear: both; padding: 0; }
#wp-calendar caption { padding: 10px; }
#wp-calendar th,
#wp-calendar td { text-align: center; background: #e6e6e6; padding: 3px 0; }
#wp-calendar td { background: transparent; color: #727272; }
.widget_search .search-form input { float: left; width: 70%; }
.widget_search .search-form button { float: right; width: 27%; }
/* =5. Comments
--------------------------------------------------------------------------------- */
#comments { clear: both; position: relative; }
#comments .commentlist { padding: 20px 0; }
#comments .children { list-style-type: none; margin-left: 16px; }
#comments ul.children li { background: url(images/ico-mobile-nav.png) no-repeat 0 6px; padding-left: 35px; }
.pings-wrapper { position: relative; }
.pinglist { list-style-type: none; margin: 0; padding: 30px 0; }
.pinglist li { border-bottom: 1px solid #e9eaea; padding: 10px; }
.pinglist li a { border: 0; color: #4d4e52; display: block; font-weight: normal; }
.pinglist li a:hover { background: none !important; color: #202222; }
#reply-title,
.comments-title,
.pings-title { font-size: 22px; font-weight: 200; margin: 0 0 20px 0; }
.commentlist #commentform { margin-bottom: 60px; }
.comment .avatar { border-radius: 100px; float: left; margin: 0 15px 0 0; }
.comment-meta { color: #9da0a4; font-size: 13px; margin-bottom: 15px; }
.comment-meta a:link,
.comment-meta a:visited { border: 0; color: #9da0a4; font-weight: normal !important; text-decoration: none !important; }
.comment-meta a:hover { border-bottom: 1px dashed #dddddd; color: #555555; }
.moderation { color: #9da0a4; padding-left: 51px; }
.comment-body { border-bottom: 1px solid #eeeeee; margin-bottom: 20px; padding: 0 0 20px 51px; }
.comment-body ul { list-style-type: disc; }
.comment-body ol { list-style-type: decimal; }
.comment-author cite { color: #202222; font-style: normal; font-weight: bold; }
.comment-author .says { display: none; }
.nocomments { padding: 20px; text-align: center; }
#commentform .comment-form-comment { margin-bottom: 10px; }
#commentform .form-submit input { border: 1px solid #E6E6E6; border-bottom-color: #DDDDDD; box-shadow: none; cursor: pointer; float: none; font-weight: 700; margin: 0; width: auto; }
#commentform .required { color: red; }
#commentform textarea { width: 99%; margin: 0 0 5px 0; }
#commentform input { float: left; margin-right: 15px; width: 40%; }
#commentform p { clear: both; line-height: 40px; margin-bottom: 15px; }
/* =6. Page Templates
--------------------------------------------------------------------------------- */
/* 6.1 Contact Form */
#contact-form { display: block; width: 100%; }
#contact-form input[type="text"] { padding: 11px 15px 10px 15px; width: 50%; }
#contact-form textarea { padding: 11px 15px 10px 15px; width: 95%; }
#contact-form #submit { margin: 15px 0 0 0; width: 120px; }
.contact-form label { display: block; line-height: 30px; }
.page .thanks { color: #0A9600; }
.page .error { color: red; }
/* 6.2 Archives & Sitemap */
/* =7. MISC
--------------------------------------------------------------------------------- */
/* Button */
button, .btn,
.form-submit input,
.contact-form #submit,
#commentform .form-submit #submit { border: none; display: inline-block; outline: 0; margin: 0; padding: 13px 16px; color: #ffffff; font: 14px/14px Arial, sans-serif; cursor: pointer; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
.entry-thumb,
#home-features .feature-block a:hover .all span { -webkit-transition: opacity .2s linear; -moz-transition: opacity .2s linear; -o-transition: opacity .2s linear; -ms-transition: opacity .2s linear; transition: opacity .2s linear; }
#home-slider,
#home-features,
#home-testimonials .container,
.section-desc .more-button a,
.nav li ul,
.junkie-pagination .page-numbers,
.junkie-pagination a,
.junkie-pagination a:visited,
#content,
#sidebar .widget,
.content-loop .hentry,
#portfolio,
input[type="text"]:focus,
textarea:focus { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07); }
.content-loop { -webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important; }
#home-features .feature-block a:hover .all span,
.section-desc .more-button a:hover,
button:hover,
.btn:hover,
.form-submit input:hover,
.contact-form #submit:hover,
#commentform .form-submit #submit:hover { -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); box-shadow: 0 0 8px rgba(0, 0, 0, 0.4); }
.footer-ad { width: 728px; height: 90px; margin: 0 auto 40px; }
.sticky {  }
.gallery-caption {  }
.bypostauthor {  }
.btn-nav-right {
	display: none;
}
#responsive-menu {
	display: none;
}

/* tabcode 2015/06/25 */


.hilight_box ul li{
  margin-bottom: 20px;
}

.hilighta .graphImg{
	/*border-bottom: 1px solid #CCCCCC !important;*/
}

.p_toushika_box ul li {
background:none !important;
padding: 0px !important;
float:left;
}

@media only screen and (min-width: 960px), print {

#content .two_block .rightblock img.img1296 {
    width: 435px;
}

.p_toushika_box ul li {
margin-right:35px;
margin-bottom:35px;
}

.p_toushika_box ul li.col3,.p_toushika_box ul li.col6{
margin-right:0px !important;
}

.p_toushika_box ul li.col4,.p_toushika_box ul li.col5,.p_toushika_box ul li.col6{
margin-bottom:0px !important;
}

.p_toushika_box ul li img {
width:200px !important;
}

#content_ir .hentry{
	  padding-bottom: 0px !important;
}

#content_ir {
  padding-bottom: 0px !important;
}

.hilight_box ul,.hilight_tab ul{
  list-style: none;
  padding-bottom: 0px !important;
}

.hilight_box ul li,.hilight_tab ul li{
background:none !important;
padding:0px !important;
width: 320px;
float: left;
}

.hilight_box ul li.col1,.hilight_tab ul li.col1{
  margin-right: 30px;
}

.hilight_tab ul li{
  margin-top: 30px;
  margin-bottom: 50px;
}

.hilight_tab a:hover {
  opacity: 0.6;
}

.graphImg{
/*	  border: 1px solid #CCCCCC;
	  border-bottom: none !important;
*/
}

.dataTable table {
  border: 1px solid #CCCCCC;
  background: #fff;margin: 0px !important;
  border-collapse: collapse;
  width: 100%;
}

.dataTable table tbody tr th {
  color: #333333;
  padding: 5px 5px;
  vertical-align: top;
  background-color: #EFEFEF;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

.dataTable table tbody tr th.f11 {
  font-size: 11px;
}

.dataTable table tbody tr th.q {
  width:60px;
}

.dataTable table tbody tr td {
  color: #333333;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  background-color: #F9F9F9;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}


}

@media only screen and (min-width: 768px) and (max-width: 959px) {

.p_toushika_box ul li{
margin-right:30px;
margin-bottom:30px;
}
.p_toushika_box ul li.col2,.p_toushika_box ul li.col4,.p_toushika_box ul li.col6{
margin-right:0px !important;
}

.p_toushika_box ul li.col5,.p_toushika_box ul li.col6{
margin-bottom:0px !important;
}

.p_toushika_box ul li img {
width:200px !important;
}

#content_ir .hentry{
	  padding-bottom: 0px !important;
}

#content_ir {
  padding-bottom: 0px !important;
}

.hilight_box ul,.hilight_tab ul{
  list-style: none;
  padding-bottom: 0px !important;
}

.hilight_box ul li{
background:none !important;
padding:0px !important;
width: 100%;
float: left;
}

.hilight_tab ul li.col1{
background:none !important;
padding:0px !important;
float: left;
margin-right: 5%;
margin-bottom: 5%;
width: 47.5%;
}
.hilight_tab ul li{
background:none !important;
padding:0px !important;
float: left;
margin-right: 0;
margin-bottom: 5%;
width: 47.5%;
}

.hilight_box ul li.col1{
  margin-right: 30px;
}

.hilight_tab ul li{
  margin-top: 30px;
  margin-bottom: 50px;
}

.hilight_tab a:hover {
  opacity: 0.6;
}


.graphImg{
	/*
	  border: 1px solid #CCCCCC;
	  border-bottom: none !important;
*/
}

.dataTable table {
  border: 1px solid #CCCCCC;
  background: #fff;margin: 0px !important;
  border-collapse: collapse;
  width: 100%;
}

.dataTable table tbody tr th {
  color: #333333;
  padding: 5px 5px;
  vertical-align: top;
  background-color: #EFEFEF;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

.dataTable table tbody tr th.f11 {
  font-size: 11px;
}

.dataTable table tbody tr th.q {
  width:60px;
}

.dataTable table tbody tr td {
  color: #333333;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  background-color: #F9F9F9;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

}

@media only screen and (max-width: 767px) {

.p_toushika_box ul li {
  margin-right: 5%;
  margin-bottom: 5%;
  width: 47.5%;
}
.p_toushika_box ul li.col2,.p_toushika_box ul li.col4,.p_toushika_box ul li.col6{
margin-right:0px !important;
width: 47.5% !important;
}
.p_toushika_box ul li img {
max-width:330px !important;
}

.p_toushika_box ul li.col5,.p_toushika_box ul li.col6{
margin-bottom:0px !important;
}

#content_ir .hentry{
	  padding-bottom: 0px !important;
}


.hilight_box ul,.hilight_tab ul{
  list-style: none;
  padding-bottom: 0px !important;
}

.hilight_box ul li{
background:none !important;
padding:0px !important;
width: 100%;
float: left;
}

.hilight_tab ul li.col1{
background:none !important;
padding:0px !important;
float: left;
margin-right: 5%;
margin-bottom: 5%;
width: 47.5%;
}
.hilight_tab ul li{
background:none !important;
padding:0px !important;
float: left;
margin-right: 0;
margin-bottom: 5%;
width: 47.5%;
}

.hilight_tab ul li{
  margin-top: 30px;
  margin-bottom: 50px;
}

.hilight_tab a:hover {
  opacity: 0.6;
}


.graphImg{
	/*
	  border: 1px solid #CCCCCC;
	  border-bottom: none !important;
*/
}

.dataTable table {
  border: 1px solid #CCCCCC;
  background: #fff;
  margin: 0px !important;
  border-collapse: collapse;
  width: 100%;
}

.dataTable table tbody tr th {
  color: #333333;
  padding: 5px 5px;
  vertical-align: top;
  background-color: #EFEFEF;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

.dataTable table tbody tr th.f11 {
  font-size: 11px;
}

.dataTable table tbody tr th.q {
  width:60px;
}

.dataTable table tbody tr td {
  color: #333333;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  background-color: #F9F9F9;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

}

img.size-full {
    max-width: 100% ;
    height: auto ;
}

.respimg .size-full {
    max-width: 100%  !important;
    height: auto !important;
}


.entry-content ol.id34 {
list-style-type: none !important;
margin: 0 0 10px 5px !important;
}

.entry-content ol.id34 li {
padding-bottom:20px;
}

.newslist h3 {
    font-size: 1.2em;
    border-bottom: 1px solid #009933;
    padding-bottom: 3px;
}

.tt4{
font-size: 1.2em;
border-bottom: 1px solid #009933;
padding-bottom: 3px;
margin: 30px 0 10px 0;
font-weight: bold;
}

#home-posts .hentry .published span.irrelease {
    background: url(/wp-content/uploads/news_icon_i.png) 0 2px no-repeat;
}

.content-loop .hentry .entry-meta span.irrelease {
    background: url(/wp-content/uploads/news_icon_i.png) 0 5px no-repeat;
}

#content_ir .newslist span.irrelease {
    background: url(/wp-content/uploads/news_icon_i.png) 0 5px no-repeat;
}

.newslist dl dt {
    background: url(images/arrow-right-grey.png) no-repeat 0 14px;
    padding: 5px 0 5px 11px;
}

.newslist dl dt{
float:left;
margin-right: 20px;
}

.newslist dl dd{
padding: 5px 0 5px 11px;
margin-left: 150px;
}

.lirtop1 .box {
float:left;
}


.lirtop2 .box {
    background: #898989;
    text-align: center;
    width: 31.6%;
    vertical-align: middle;
    color: #fff;
    padding: 10px 5px;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    float: left;
    margin-right: 2px;
    margin-top: 2px;
}

.lirtop2 .box:last-child {
    width: 31.6%;
    margin-right: 0px;
}

.lirtop2 .box a {
    color: #fff;
    font-weight: bold;
}

.lirtop2 .box a:visited {
    color: #fff;
    font-weight: bold;
}

.lirtop2 .box a:visited {
    color: #fff;
    font-weight: bold;
}

ul.tabmenu li a {
    width: 330px !important;
}

.fig img.size-full {
    max-width: 100% ;
    height: auto ;
}

#content_ir .newslist span.irmaterial {
    background: url(/wp-content/uploads/news_icon_d.png) 0 1px no-repeat !important;
    display: inline-block;
    height: 15px;
    margin-top: 0px;
}

#content_ir .newslist span.irrelease {
    background: url(/wp-content/uploads/news_icon_i.png) 0 1px no-repeat !important;
    display: inline-block;
    height: 15px;
    margin-top: 0px;
}

#content .two_block .rightblock {
    width: 435px;
    float: right;
    margin: 0;
    padding: 0;
    padding-right: 30px;
}

ul.tabmenu3{
list-style-type: none !important;
    list-style-image: none !important;
}

@media only screen and (max-width: 767px){

#content .two_block .leftblock {
    width: 100% !important;
    float: left;
    margin: 0;
    padding: 0;
}

.two_block .leftblock img {
    width: 100%;
}

ul.tabmenu li a {
    width: 100% !important;
}

}

.irtop .newslist{
	margin-top: 35px;
}

.irtop .newslist .left{
	    float: left;
    width: 320px;
    margin-right: 30px;
}

.irtop .newslist .right{
float: right;
    width: 320px;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-o-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

.irtop .newslist .right h3{
    background-color: #009633;
    color: #fff;
    text-align: center;
    letter-spacing: 0.1em;
    padding-top: 5px;
    margin: 0;
    padding-bottom: 5px;
}

.irtop .newslist .right img{
	width: 310px;
}

.stock_box {
    border: 2px solid #efefef;
    border-top: none;
    padding-bottom: 10px;
}

.stock_box ul{
text-align: center !important;
padding-bottom: 0 !important;
}

.stock_box li:first-child{
margin-right: 10px;
}
.stock_box li{
border: 1px solid #666 !important;
font-size: 11px !important;
display: inline-block !important;
padding: 3px 8px !important;
background-image: none !important;
width: 88px;
text-align: center;
}

.irtop .newslist  ul {
margin: 0
}

.irtop .newslist  ul li {
background-image: none;
padding: 5px 0 5px 0px;
border: none;
}

.ir_file{
	margin-top: 50px;
}

.ir_file ul li,
.ir_file2 ul li,
.ir_file3 ul li
{
background-image: none;
list-style: none;
display: inline-block;
    padding: 0px;
margin-bottom: 20px;
}

.ir_file ul li:nth-child(1)
{
margin-right: 26px;
}

.ir_file2 ul li:nth-child(1)
{
margin-right: 25px;
}

.ir_file3 ul li:not(:last-child)
{
margin-right: 26px;
}



#content_ir .irindex .blk.nob {
    border-right: none !important;
}

.date_tab{
	margin-bottom: 20px;
}

@media screen and (min-width: 960px){

.date_tab ul li{
width: 18.3%;
}

.date_tab ul li:first-child,
.date_tab ul li:nth-child(6),
.date_tab ul li:nth-child(11)
{
border-left: 1px dotted #ccc;
}

}

@media screen and (max-width: 959px){

.date_tab ul li{
width: 29%;
}

.date_tab ul li:first-child,
.date_tab ul li:nth-child(4),
.date_tab ul li:nth-child(7),
.date_tab ul li:nth-child(10),
.date_tab ul li:nth-child(13)
{
border-left: 1px dotted #ccc;
}

}

.date_tab ul li{
    background-image: none;
    border-right: 1px dotted #ccc;
    display: block;
    text-align: center;
    padding: 0px 5px;
    margin-bottom: 10px;
    cursor: pointer;
    height: 30px;
    line-height: 30px;
    float: left;
    color:#009933;
}


.date_tab ul li:hover span{
    background-color: #009933;
    display: block;
    color:#fff;
    padding: 0px 5px;
}

.date_tab ul li.chose span{
    background-color: #009933;
    display: block;
    color:#fff;
    padding: 0px 5px;
}

.ui-tabs-hide{
	display: none;
}

div .t51 {
margin: 0 0 20px 0;
font-size: 18px;
font-weight: bold;
color: #555;
line-height: 1.4;
border-bottom: 1px solid #009633;
}

.w25{
width: 25%;
}


@media only screen and (max-width: 959px){




	.irtop .newslist .left {
	    float: none;
	    width: 100%;
	}

	.irtop .newslist .right {
	    width: 100%;
	    -webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    -o-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	    box-sizing: border-box;
	}

	.irtop .newslist .right {
	    float: initial !important;
	}

	.ir_file ul li,
	.ir_file2 ul li,
	.ir_file3 ul li
	 {
	    background-image: none;
	    list-style: none;
	    display: inline-block;
	    padding: 0px;
	    width: 100%;
	}

	.ir_file ul li:nth-child(1) {
	    margin-right: 0;
	}

	#content_ir .irindex .blk {
    border-right:none !important;
	}
}

@media only screen and (max-width: 399px){
	.irtop .newslist .right img {
	    width: 250px;
	}
}


.ir_message_img1_link {
    margin-bottom: 30px;
}


.ir_message_h4_1{
    margin-top: 5px !important;
}



table.ir_54_table tbody tr {
    background: #e8f5eb;
}


table.ir_54_table tbody tr:nth-child(even) {
    background: #d0ead7;
}

table.ir_54_table {
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin: 0 0 40px 0;
    border: none;
    border-collapse: collapse;
}

table.ir_54_table tbody tr td {
    color: #333;
    padding: 5px 5px;
    vertical-align: top;
    font-size: 13px;
    line-height: 18px;
    text-align: left;
    border: none;
    font-weight: bold;
}
table.ir_54_table tbody tr td:nth-child(1) {
padding-left: 1em;
}
table.ir_54_table tbody tr td:nth-child(2) {
    text-align: right;
}

table.ir_54_table tbody tr td:nth-child(3) {
    text-align: right;
}

@media screen and (min-width: 960px),print{
	.ir_message_li li {
	    width: 31%;
	    display: inline-block;
	    background-image: none !important;
	    padding: 0 !important;
	    margin-right: 10px;
	}
}

@media screen and (max-width: 959px){
	.ir_message_li li {
	    width: 29%;
	    display: inline-block;
	    background-image: none !important;
	    padding: 0 !important;
	    margin-right: 10px;
	}
}

@media only screen and (max-width: 399px) {
	.ir_message_li li {
	    width: 27%;
	    display: inline-block;
	    background-image: none !important;
	    padding: 0 !important;
	    margin-right: 10px;
	}
}

.ir_message_li li img {
max-width: 190px !important;
}


.ir_message_li li:not(:last-child) {
    margin-left: 8px;
}

.ir_message_li li:first-child {
    margin-right: 0px;
    }

.ir_message_li{
padding-bottom: 30px !important;
}

.ir_message_img2{
	padding: 10px 0px 30px 0px;
}

.ir_message_img3{
	text-align: center;
}

.ir_message_img3 img{
	max-width: 481px !important;
	padding: 60px 0px;

}

.ir_message_img4{
	text-align: right;
}


.ir_message_img4 img {
    max-width: 167px !important;
}

.dl_icon{
    background-image: url(/wp-content/uploads/dl_icon.png);
    background-repeat: no-repeat;
    background-position: 115px center;
    display: inline-block;
    width: 140px;
}

span.ind{
	    text-indent: 1em;
    display: inline-block;
}

.ir_mini_link{
	    border: 1px solid #159839;
    padding: 10px 10px;
    margin-bottom: 30px;
}

td.ir10_1:nth-child(1){
	    height: 40px;
    vertical-align: middle;
}

td.ir10_1:nth-child(2){
    height: 30px;
    vertical-align: bottom;
    position: relative;
    padding-top: 15px;
    width: 150px;
    padding-bottom: 10px;
}

.mt_chip{
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
}

td.ir10_1:nth-child(3){
    height: 30px;
    vertical-align: bottom;
    position: relative;
    padding-top: 15px;
    width: 150px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 399px) {
.mt_chip{
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
font-size: 10px;
}
}



/* 20170124 */

.hilight_box ul li{
  margin-bottom: 20px;
}

.hilighta .graphImg{
	border-bottom: 1px solid #CCCCCC !important;
}


@media screen and (min-width: 960px), print {




#content_ir .hentry{
	  padding-bottom: 0px !important;
}

#content_ir {
  padding-bottom: 0px !important;
}

.hilight_box ul,.hilight_tab ul{
  list-style: none;
  padding-bottom: 0px !important;
}

.hilight_box ul li,.hilight_tab ul li{
background:none !important;
padding:0px !important;
width: 320px;
float: left;
}

.w321 ul li{
width: 321px !important;
}

.hilight_box ul li.col1,.hilight_tab ul li.col1{
  margin-right: 24px;
}

.hilight_tab ul li{
  margin-top: 30px;
  margin-bottom: 50px;
}

.hilight_tab a:hover {
  opacity: 0.6;
}

.graphImg{
	  border: 1px solid #CCCCCC;
	  border-bottom: none !important;
}

}


@media screen and (min-width: 768px) and (max-width: 959px) {

.p_toushika_box ul li{
margin-right:30px;
margin-bottom:30px;
}
.p_toushika_box ul li.col2,.p_toushika_box ul li.col4,.p_toushika_box ul li.col6{
margin-right:0px !important;
}

.p_toushika_box ul li.col5,.p_toushika_box ul li.col6{
margin-bottom:0px !important;
}

.p_toushika_box ul li img {
width:200px !important;
}

#content_ir .hentry{
	  padding-bottom: 0px !important;
}

#content_ir {
  padding-bottom: 0px !important;
}

.hilight_box ul,.hilight_tab ul{
  list-style: none;
  padding-bottom: 0px !important;
}

.hilight_box ul li{
background:none !important;
padding:0px !important;
width: 100%;
float: left;
}

.hilight_tab ul li.col1{
background:none !important;
padding:0px !important;
float: left;
margin-right: 5%;
margin-bottom: 5%;
width: 47.5%;
}
.hilight_tab ul li{
background:none !important;
padding:0px !important;
float: left;
margin-right: 0;
margin-bottom: 5%;
width: 47.5%;
}

.hilight_box ul li.col1{
  margin-right: 30px;
}

.hilight_tab ul li{
  margin-top: 30px;
  margin-bottom: 50px;
}

.hilight_tab a:hover {
  opacity: 0.6;
}


.graphImg{
	  border: 1px solid #CCCCCC;
	  border-bottom: none !important;
}

.dataTable table {
  border: 1px solid #CCCCCC;
  background: #fff;margin: 0px !important;
  border-collapse: collapse;
  width: 100%;
}

.dataTable table tbody tr th {
  color: #333333;
  padding: 5px 5px;
  vertical-align: top;
  background-color: #EFEFEF;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

.dataTable table tbody tr th.f11 {
  font-size: 11px;
}

.dataTable table tbody tr th.q {
  width:60px;
}

.dataTable table tbody tr td {
  color: #333333;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  background-color: #F9F9F9;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

}

@media screen and (max-width: 767px) {

.p_toushika_box ul li {
  margin-right: 5%;
  margin-bottom: 5%;
  width: 47.5%;
}
.p_toushika_box ul li.col2,.p_toushika_box ul li.col4,.p_toushika_box ul li.col6{
margin-right:0px !important;
width: 47.5% !important;
}
.p_toushika_box ul li img {
max-width:330px !important;
}

.p_toushika_box ul li.col5,.p_toushika_box ul li.col6{
margin-bottom:0px !important;
}

#content_ir .hentry{
	  padding-bottom: 0px !important;
}


.hilight_box ul,.hilight_tab ul{
  list-style: none;
  padding-bottom: 0px !important;
}

.hilight_box ul li{
background:none !important;
padding:0px !important;
width: 100%;
float: left;
}

.hilight_tab ul li.col1{
background:none !important;
padding:0px !important;
float: left;
margin-right: 5%;
margin-bottom: 5%;
width: 47.5%;
}
.hilight_tab ul li{
background:none !important;
padding:0px !important;
float: left;
margin-right: 0;
margin-bottom: 5%;
width: 47.5%;
}

.hilight_tab ul li{
  margin-top: 30px;
  margin-bottom: 50px;
}

.hilight_tab a:hover {
  opacity: 0.6;
}


.graphImg{
	  border: 1px solid #CCCCCC;
	  border-bottom: none !important;
}

.dataTable table {
  border: 1px solid #CCCCCC;
  background: #fff;
  margin: 0px !important;
  border-collapse: collapse;
  width: 100%;
}

.dataTable table tbody tr th {
  color: #333333;
  padding: 5px 5px;
  vertical-align: top;
  background-color: #EFEFEF;
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

.dataTable table tbody tr th.f11 {
  font-size: 11px;
}

.dataTable table tbody tr th.q {
  width:60px;
}

.dataTable table tbody tr td {
  color: #333333;
  padding: 5px 10px 5px 5px;
  vertical-align: top;
  background-color: #F9F9F9;
  font-size: 13px;
  line-height: 18px;
  text-align: right;
  border: 1px solid #CCCCCC;
  font-weight: normal;
}

}

.ir_message_li_2 li {
list-style-type: none !important;
    background: none !important;
    max-width: 554px !important;
    text-align: center !important;
    margin: auto !important;
    display: block !important;
}

.mb_0{
margin-bottom:20px !important;

}

.mb_0 a{
    text-decoration: none !important;
}

.mb_0 .service__summary__nav__cate dt.is--current a:before, .service__summary__nav__cate dt.is--current a:after {
display:none !important;
}

@media screen and (min-width: 980px){
.mb_0 .service__summary__nav__cate + .mb_0 .service__summary__nav__cate dt {
    display: table !important;
    width: 100% !important;
}

.mb_0 .service__summary__nav__cate dt.is--current {
    display: table !important;
    width: 100% !important;
}

.mb_0 .service__summary__nav__cate dt {
    display: table !important;
    width: 100% !important;
}

.mb_0 .service__summary__nav__cate dt a {
    padding: 0px !important;
    vertical-align: middle !important;
    height: 60px !important;
    display: table-cell !important;
    text-align: center !important;
    width: 100% !important;
}
}