/*
Theme Name: Designfolio
Theme URI: http://www.presscoders.com/designfolio
Description: A fully responsive portfolio theme for designers and creatives. Looks great on all devices (desktop, tablet, mobile phone)!
Version: 1.23
Author: PressCoders.com
Author URI: http://www.presscoders.com/
Tags: black, blue, brown, one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-colors, custom-background, custom-menu, editor-style, theme-options, threaded-comments, translation-ready, featured-images, full-width-template
License: GNU General Public License, Version 2 (or newer)
License URI: http://www.gnu.org/licenses/old-licenses/gpl-2.0.html

The Designfolio theme was designed and created by Scott Bolinger, and David Gwyer.
Please visit <a href="http://www.presscoders.com/">Press Coders</a> for more great WordPress themes and Plugins!
*/

/* Normalize CSS
-------------------------------------------------------------- */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

body {
background: #f3f3f3;
color: #373737;
}

*        { margin: 0px; padding: 0px; font-size: 100%; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: "Noto Sans Japanese", sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #ffff00; color: #000; text-shadow: none; }
::selection { background: #ffff00; color: #000; text-shadow: none; }

a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px dotted #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family:"Noto Sans Japanese", sans-serif; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

dd { margin: 0 0 0 0px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

a:hover img {
opacity: 0.7;
filter: alpha(opacity=70);
}
#logo-wrap a:hover img {
opacity: 1.0;
filter: alpha(opacity=100);
}

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
/*button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }*/

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/* Basic Setup
-------------------------------------------------------------- */

body {
width: auto;
height: auto;
font-size:14px ; 
font-family:"Noto Sans Japanese", sans-serif; font-size: 1em;
font-weight: 300;
line-height: 1.625;
word-wrap: break-word;
}

#body-container {
overflow: hidden;
/*min-width: 400px;*/
}

#wrapper {
background-color:#FFFFFF ;
overflow: hidden;
}

:focus {
outline: 0;
}

.alignleft {
float: left;
margin: 0 20px 10px 0;
}

.alignright {
float: right;
margin: 0 0 10px 20px;
}

.padright {
padding-right:10px ;
}

.aligncenter {
display: block;
margin: 0 auto;
}

.clear {
clear: both;
}

.sticky {
visibility: visible;
}

.mt {
margin-top:15px ;
}


/*** Typography ***/


h1, h2, h3, h4 {
margin: 0 0 8px 0;
padding: 0;
font-family:"Noto Sans Japanese", sans-serif;
font-weight: bold;
}

h1 {
font-size: 34px;
line-height: 40px;
}

h2 {
font-size: 26px;
line-height: 30px;
}

h3 {
font-size: 18px;
}

h4 {
font-size: 14px;
}

th, a:link, a:visited, h1, h2, h3, .site-title, .page-title, .entry-title, .nivo-caption a, footer .pc_info_widget .phone, #container .pc_info_widget .phone, .comment-author {
color: #38556b;
}

a:hover {
color: #16628b;
text-decoration: none;
}

a {
text-decoration: underline;
}

em {font-style: italic;}

blockquote, .testimonial {
font-style: italic;
overflow: hidden;
}

blockquote {
padding-left: 15px;
margin: 15px;
font-family:"Noto Sans Japanese", sans-serif;
color: #777;
border-left: 1px dotted #777;
}

.testimonial {
margin: 15px 0;
}

.line {
clear: both;
height: 1px;
padding-top: 10px;
margin-bottom: 10px;
border-top: 1px dotted #eee;
}

.page-link {
margin-bottom: 10px;
clear: both;
}

.page-link a {
padding: 4px;
background: #eee;
border: 1px solid #ccc;
margin: 0 2px;
}

.page-link a:hover {
background: #fff;
}

.pink {
color: #eb287b;
}
.bold {
font-weight: bold;
}
.mark {
background: #fff7b9;
}


/*** Tables ***/


th,td {
padding: 8px;
}

th {
font-weight:bold;
text-align:center;
text-transform: uppercase;
}

p,fieldset,table {margin-bottom: 5px;}

.widget table#wp-calendar {
width: 100%;
}

/*** Lists ***/

ol {
list-style: decimal;
margin: 0 0 18px 1em;
}
ol li {
list-style: decimal;
}
ol ol {
list-style: upper-alpha;
}
ol ol ol {
list-style: lower-roman;
}
ol ol ol ol {
list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
margin-bottom: 0 !important;
}

ul ul li, ul ul ul li {
border-bottom: none !important;
}

ul {
margin: 0;
list-style: none;
padding: 0;
}



.content ul {
padding-left: 15px;
}

#container ul li ul li { border-bottom: none; }


/*** Boxes ***/

.box {
padding: 20px;
margin: 15px 0;
display: block;
overflow: hidden;
-moz-border-radius: 1em;
-webkit-border-radius: 1em;
border-radius: 1em;
}

.note, .warning, .alert, .error, .download {
font-size: 13px;
clear: both;
margin: 10px 0;
padding: 10px;
overflow: hidden;
}

.optin-error, .contact-error, .warning {
display: block;
background: #FFEBE8;
border: 1px solid #CC0000;
padding: 5px 8px;
color: #333;
text-align: left;
margin: 10px 0px;
}

.coupon {
background: #fafafa;
border: 2px dotted #ccc;
padding: 15px;
margin: 15px 0;
display: block;
overflow: hidden;
text-align: center; 
}

.couponcode {
font: bold italic 24px/28px Palatino,'Palatino Linotype',Georgia,serif;
color: #866f31;
}


/*** Images ***/


.post img {
margin-bottom: 9px;
}

.post .post-thumb {
margin-bottom: 10px;
overflow: hidden;
}

.post .post-thumb img {
margin: 0;
display: block;
}

p.wp-caption-text {
margin-bottom: 8px;
text-align: center;
font-size: 12px;
}

.gallery img {
margin: 10px;
}

.gallery .gallery-caption {
font-size: 12px;
}

.icon {
margin: 0 10px 0 0;
position: relative;
top: 10px;
}

.content img.noborder {
border: none;
}


/*** Forms ***/

textarea, input {
padding: 3px 5px;
}

.button, .btn, .post-edit-link {
margin-bottom: 10px;
}


.more-link {
margin-top: 10px;
}

.button:hover, .btn:hover, #searchsubmit:hover, #submit:hover, .submit:hover, .post-edit-link:hover, .more-link:hover {
text-decoration: none;
}


/* Layouts
-------------------------------------------------------------- */


/*** Right/Left Sidebar ***/

.right {
float: right;
}

.left {
float: left;
}

/*** Columns ***/

.twocollt {
float: left;
display: block;
width: 48%;
margin: 0 15px 5px 0;
}

.twocolrt {
display: block;
margin: 0 0 5px 0;
width: 48%;
float: right;
}

.threecollt {
float: left;
display: block;
width: 32%;
margin: 0 12px 5px 0;
}

.threecolmid {
display: block;
float: left;
width: 32%;
margin: 0 12px 5px 0;
}

.threecolrt {
display: block;
margin: 0 0 5px 0;
width: 32%;
float: right;
}

.one-col .content .threecollt {
margin-right: 20px;
}

/*** Column Shortcodes ***/

.one-half, .one-third, .two-thirds, .three-fourths, .one-fourth {
float:left;
margin-bottom:20px;
margin-right:4%;
position:relative;
}

.one-half {
width: 48%;
}

.one-third {
width: 30.66%;
}

.two-thirds {
width: 65.33%;
}

.one-fourth {
width: 22%;
}

.three-fourths {
width: 74%;
}

.last-col {
clear:right;
margin-right:0;
}

/* Header/Navigation
-------------------------------------------------------------- */

#header-container {
position: relative;
z-index: 90;
overflow: hidden;
padding: 10px 0 0 0 ;
}

#header-container header {
display: block;
clear: both;
position: relative;
padding: 0;
margin: 0 auto;
}

#head_top {
border-top:1px solid #666666;
background-color:#F6F6F6 ;
}

#head_top div{
  color: #666;
  padding: 2px 0px;
  font-size: 85.7%;
}

#logo-wrap {
width:100% ;
margin: 0;
text-align:center ;
}

#site-title {
margin: 0;
max-width: 400px;
font-size: 36px;
line-height: 40px;
font-weight: bold;
text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

#site-title a:hover {
text-decoration: none;
}

#site-title a span { 
display: visible; /* toggles to display:none; to hide site title text when replaced with logo */
}

#site-logo a {
max-width: 600px;
float: left;
overflow: hidden;
position: relative;
margin: 0 15px 5px 0;
}

#site-logo span {
display: none;
}

#site-logo a img {
display: inline-block;
vertical-align: middle;
}


/* Containers & Content
-------------------------------------------------------------- */

#container {
max-width: 900px;
padding: 0 15px;
margin: 0 auto;
overflow: hidden;
}

#before-content {
margin: 0;
padding: 0;
position: relative;
}

#contentwrap {
display: block;
padding: 0 0 20px 0;
margin: 0 auto;
position: relative;
overflow: hidden;
}

#contentwrap:after {
clear: both;
}

.three-col-r .content, .three-col-l .content, .three-col-c .content {
overflow-y: hidden;
overflow-x: visible;
width: 39%;
padding-top: 30px;
}

.one-col .content {
padding-top: 30px;
}

#main-content {
margin-bottom: 15px;
}

#main-content img {
margin-bottom: 15px;
}

.sidebar-extra-margin-right {
margin-right:20px;
}

.sidebar-extra-margin-left {
margin-left:20px;
}

/*** Breadcrumbs ***/

.breadcrumb {
width: 100%;
margin: 15px auto 0;
display: block;
overflow: hidden;
}

.breadcrumb-trail {
display: block;
font-size: 12px;
padding: 0;
overflow: hidden;
float: left;
color: #777;
}

.breadcrumbs span a {
color: #555;
}

/* Posts
-------------------------------------------------------------- */

.post {
clear: both;
overflow: hidden;
position: relative;
margin-bottom: 15px;
}

.post-content {
padding-left: 0px;
}
.post-content p {
margin-bottom: 15px;
}

/*** Titles ***/

.entry-title {
margin: 0 0 15px 0;
padding: 2px 0 0 0;
font-weight: bold;
font-size: 100%;
line-height: 40px;
}

.page-title {
padding: 0;
clear: both;
margin: 0 0 15px 0;
font-weight: bold;
font-size: 34px;
line-height: 40px;
}

.entry-title a:hover, .page-title a:hover {
text-decoration: none;
}

.widget-title {
font-size: 26px;
line-height: 30px;
}


/*** Post Meta ***/

.post-aside {
float: left;
width: 63px;
}

.post-date {
color: #666;
}

.social-btns {
width: 63px;
height: 150px;
}

.post-meta { 
font-size: 12px;
margin: -10px 0 10px 0;
display: block;
overflow: hidden;
}

.single-post .post-meta, .singular-page .post-meta {
margin-top: -8px;
}

.post-meta li {
display: inline;
float: left;
padding: 0;
}

.post-meta p {
margin-bottom: 0;
display: block;
margin-top: 3px;
float: left;
}

.post-meta .comments, .post-meta .tags {
padding-left: 5px;
}

p.author {
font-size: 12px;
font-style: italic;
padding-bottom: 10px;
text-align: center;
overflow: hidden;
}

p.author:after {
content: "";
display: block;
width: 20px;
height: 2px;
position: relative;
bottom: -10px;
left: 20px;
}

.bypostauthor {
visibility: visible;
}

.post-meta span.categories {
padding-right: 5px;
}

.edit-link {
display: block;
clear: both;
}

.tweetbtn {
display: block;
float: left;
}

.fblike {
display: block;
float: left;
}

.fb_edge_widget_with_comment {
position: absolute !important;
}

/*** Comments ***/

#comments {
padding: 15px;
background-color:#f3f3f3 ;
overflow: hidden;
}

#comments ol.commentlist {
margin: 0;
padding: 0 0 10px 0;
}

#comments ol.commentlist > li {
clear: both;
position: relative;
overflow: hidden;
list-style-type: none;
}
#comments ol {
list-style: none;
margin: 0 0 18px 1em;
}
#comments ol li {
list-style: none;
}

.comment-body {
padding: 0 15px;
margin-bottom: 30px;
position: relative;
width: 90%;
float: left;
margin-top: 0px;
}

/*.comment-body:before {
content: "";
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent; 
border-left: 15px solid #fff;
position: absolute;
right: -15px;
top: 12px;
}
*/

.comment-author {
text-align: center;
float: right;
font-size: 13px;
width: 15%;
margin-top: 30px;
}

.comment-author .avatar {
display: block;
margin: 0 auto;
}

.comment-author .fn {
clear: left;
display: block;
}

.comment-meta {
font-size: 11px;
padding: 10px 0;
position: relative;
}

ol.commentlist li ul.children { 
list-style: none; 
text-indent: 0;
clear: both;
}

ol.commentlist li ul.children li {
margin: 20px 0 20px 0;
background: none;
}

ol.commentlist li.pingback {
padding: 0 15px;
border-bottom: none;
font-size: 12px;
}

span.says {
display: none;
}

div.reply {
font-size: 11px;
margin-bottom: 10px;
display: inline;
}

div.reply a {
padding: 0;
}

.cancel-comment-reply a, .cancel-comment-reply-link {
display: none;
}

#respond {
width: 100%;
padding-bottom: 20px;
clear: both;
}

#respond textarea {
width: 96%;
}

#author, #email, #url, #comment {
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: 300;
line-height: 1.625;
padding: 3px 6px;
display: block;
clear: both;
}

.form-allowed-tags {
padding: 2px 3px;
font: normal normal normal 12px/22px "Trebuchet MS", Arial, Verdana, sans-serif;
display: none;
}

.nocomments {
display: none;
}

#comments .navigation {
height: 50px;
}

#comments .navigation .nav-previous {
float: left;
}

#comments .navigation .nav-next {
float: right;
}

/*** Contact Form ***/

.cffield, .cfsubmit, .cfcheckbox {
margin: 10px 0;
}

.cffield label {
clear: both;
}

.cffield textarea, .cffield input {
clear: both;
display: block;
margin: 5px 0;
}

.cffield input {
width: 50%;
max-width: 270px;
}

.cffield textarea {
width: 98%;
max-width: 600px;
height: 200px;
}

#cf_sendCopy {
margin-right: 5px;
}

/** Search Results **/

div .search-results {
font-weight: bold;
background-color: yellow;
}

.search-results .post-meta {
margin: 0;
}

.search-results .hentry {
margin: 15px 0;
border: none !important;
padding: 0;
}

/** 404 page **/

.search404 {
margin:0 auto;
width:300px;
}

.search404 #searchform #searchsubmit {
margin-left: 33%;
}


/* Widgets
-------------------------------------------------------------- */

/*** Widget Containers ***/

.sidebar-container {
overflow: visible;
max-width: 200px;
padding-top: 25px;
}

.sidebar-container .widget {
padding-bottom: 10px;
position: relative;
overflow: visible;
}

.widget {
margin: 0 0 15px 0;
}

.widget_search input[type="text"] {
margin: 5px 0;
}

#before-content .widget {
width: 100%;
margin: 30px auto 0 auto;
}


/** Header Widgets **/

#header-widget-area {
float: right;
margin: .5em 0;
clear: right;
}

#header-widget-area .widget {
border: none;
padding: 0x;
margin-bottom: 0;
}

/*** Info Box Widget ***/

.pc_info_widget {
display: block;
overflow: hidden;
}

header .pc_info_widget {
padding: 4px 10px;
max-height: 30px;
}

header .pc_info_widget h3.widget-title, header .pc_info_widget .info_description {
display: none;
}

header .pc_info_widget .search {
display: inline-block;
clear: none;
margin-left: 10px;
*display: inline;
zoom: 1;
}

header .pc_info_widget #searchform {
margin-top: 3px;
}

#header-widget-area .pc_info_widget #searchsubmit, #header-widget-area .pc_info_widget input[type="submit"] {
display: none;
}

header .pc_info_widget .phone {
margin-right: 10px;
font-weight: 500;
}

header .pc_info_widget .phone a {
position: relative;
top: 2px;
}

.pc_info_widget .phone a:hover {
text-decoration: none;
}

footer .pc_info_widget .phone, #container .pc_info_widget .phone {
clear: both;
display: block;
font-size: 18px;
margin-top: 3px;
overflow: hidden;
font-weight: 500;
}

.pc_info_widget .phone:before {
content: url(images/phone-icon.png);
position: relative;
bottom: 0;
float: left;
margin-right: 5px;
}

header .pc_info_widget .phone:before {
content: url(images/phone-icon.png);
bottom: -3px;
}

#container .pc_info_widget input[type="text"] {
clear: none;
float: left;
max-width: 130px;
}

footer .pc_info_widget input[type="text"] {
max-width: 180px;
}

#container .pc_info_widget #searchsubmit {
clear: none;
float: right;
margin: 3px 0 0;
}

#container .pc_info_widget .search {
display: block;
clear: both;
line-height: 30px;
overflow: hidden;
margin: 15px 0 10px 0;
}


/*** Testimonials Widget/Shortcode ***/

.pc_testimonial_widget .testimonial {
margin: 15px 0;
padding: 0;
}

.testimonial-name, .testimonial-company {
font: bold 14px/18px Palatino, Georgia, serif;
margin: 0 0 3px 0;
clear: left;
}

.testimonial-name {
margin-top: 10px;
}

.testimonial-meta {
width: 20%;
text-align: center;
overflow: hidden;
}

.footer-widget-container .testimonial-meta, .sidebar-container .testimonial-meta {
width: 99%;
clear: both;
padding-top: 15px;
}

.testimonial-meta img {
width: 50px;
height: 50px;
float: none;
margin: 0 auto;
display: block;
}

.quote {
background: #fff;
display: block;
margin: 0;
float: right;
width: 70%;
padding: 15px;
position: relative;
}

.quote:before {
content: "";
width: 0;
height: 0;
border-top: 15px solid transparent;
border-bottom: 15px solid transparent; 
border-right:15px solid #fff;
position: absolute;
left: -15px;
}

.quote p:last-child {
margin-bottom: 0;
}

/*** Recent Posts Widget ***/

.pc_recent_posts_widget ul, .pc_blog_style_recent_posts_widget ul {
margin: 0;
}

.pc_recent_posts_widget ul li, .pc_blog_style_recent_posts_widget ul li {
background: none !important;
padding: 2px 0 0 0;
margin: 15px 0 0;
}

p.read-more {
font-weight: bold;
}

/** Footer Widgets **/

footer .widget {
width: 23.4%;
float: left;
margin: 20px 0 20px 2.1%;
background: none;
border: none;
padding: 0;
}

footer .widget:first-child, footer .slider-wrapper:first-child {
margin-left: 0;
}

footer .widget-title {
font-size: 22px;
line-height: 26px;
background: none;
padding: 0 0 5px 0;
margin: 0 0 15px 0;
}

/* Content Slider
-------------------------------------------------------------- */

/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* FlexSlider Default Theme
*********************************/
/*.flexslider {margin: 0 0 60px; background: #fff; border: 4px solid #fff; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;}*/
.flexslider {padding-left: 2px; margin: 0; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

.pc_content_slider_widget {
clear: both;
}

#container .pc_content_slider_widget {
margin-bottom: 30px;
}

.flexslider .slides > li {
padding: 0;
background-image: none;
}

#container .flexslider ul {
margin-bottom: 0;
padding: 0 0 15px 0;
}

.slide-content {
position: relative;
padding: 2px 0;
}

ol.flex-control-nav {
position: relative;
bottom: 0;
max-width: 50%;
left: 68%;
}

ol.flex-control-nav li {
position: relative;
right: 50%;
float: left;
border-bottom: none;
list-style: none;
top: -8px;
z-index: 1;
}

ol.flex-control-nav li a {
margin: 2px;
text-indent: -999em;
display: block;
overflow: hidden;
text-decoration: none;
width: 8px;
height: 8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

ol.flex-control-nav li a.flex-active {
width: 12px;
height: 12px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

ul.flex-direction-nav {
position: relative;
margin: 0;
}

ul.flex-direction-nav li {
background-image: none;
}

.flex-direction-nav li a {
position: absolute;
bottom: 0;
display: block;
width: 30px;
height: 30px;
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
border-radius: 15px;
text-indent: -999em;
}

.content .flex-direction-nav li a, .sidebar-container .flex-direction-nav li a {
bottom: -5px;
}

.flex-direction-nav a.flex-prev {
left: 0;
}

.flex-direction-nav a.flex-next {
right: 0;
}

.pc_content_slider_widget h2.slide-name {
font-size: 36px;
padding-left: 3px;
line-height: 40px;
}

h2.slide-name a:hover {
text-decoration: none;
}

.slide-featured-image {
margin-bottom: 15px;
}

/*** Slider in Before Content Area ***/

#before-content .flex-container {
padding: 0 10000px 0 10000px;
margin: 0 -10000px 10px -10000px;
position: relative;
}

#before-content .pc_content_slider_widget {
margin-top: 0;
}

#before-content .flexslider {
padding-top: 0;
}

#before-content .flex-direction-nav {
position: static;
}

#before-content .flex-direction-nav li a {
position: absolute;
top: -15px;
}

#before-content .flex-direction-nav a.flex-prev {
margin-left: 10000px;
}

#before-content .flex-direction-nav a.flex-next {
margin-right: 10000px;
}

#before-content ol.flex-control-nav {
position: absolute;
left: 50%;
max-width: 70%;
top: 0;
}

#before-content .flexslider ul {
padding-bottom: 0;
}

/*** Slider in Footer ***/

#footer-widget-area .flex-container ul li {
border-bottom: none;
}

#footer-widget-area ol.flex-control-nav {
display: none;
}

#footer-widget-area ul.flex-direction-nav {
margin-top: 25px;
}

/* Portfolio
-------------------------------------------------------------- */

#pc-portfolio {
clear: both;
overflow: hidden;
}

.page-template-portfolio-page-php ul#filters {
padding: 0;
margin: 5px 0;
}

.page-template-portfolio-page-php ul#filters li {
display: inline-block;
border: none;
background: none;
padding: 0;
margin: 2px;
}

#pc-portfolio ul {
margin: 0;
padding: 0;
clear: both;
}

#pc-portfolio ul li {
display: block;
float: left;
margin: 15px 7px;
padding: 0;
background: none;
overflow: visible;
}

#pc-portfolio .excerpt {
text-align: center;
margin-top: 0;
font-size: 14px;
}

.portfolio-large ul li {
max-width: 466px;
height: 335px;
}

.portfolio-medium ul li {
max-width: 306px;
height: 300px;
}

.portfolio-small ul li {
max-width: 200px;
height: 255px;
}

.one-col .portfolio-small ul li {
max-width: 225px;
}

.three-col-r .content .portfolio-small ul li, .three-col-l .content .portfolio-small ul li, .three-col-c .content .portfolio-small ul li {
max-width: 170px;
}

.three-col-r .content .portfolio-large ul li, .three-col-l .content .portfolio-large ul li, .three-col-c .content .portfolio-large ul li {
max-width: 360px;
height: 295px;
}

#pc-portfolio .featured-image {
border: 2px solid #ccc;
}

#pc-portfolio .featured-image:hover {
opacity: .8;
}

#pc-portfolio h3.portfolio-title {
text-align: center;
margin: 10px 0;
line-height: 22px;
}


/* Footer
-------------------------------------------------------------- */

footer {
clear: both;
overflow: hidden;
zoom: 1;
display: block;
}

.footer-widget-container {
width: 100%;
overflow: hidden;
}

.footer-widget-container .inside, #site-info {
max-width: 900px;
width: 100%;
margin: 0 auto;
display: block;
}

#site-info {
padding: 10px 0;
font-size: 14px;
}

#site-info .copyright {
float: left;
max-width: 400px;
}

#site-info .pc-link {
float: right;
max-width: 400px;
}

a.wp-link {
background-image: url(api/images/icons/wp-logo-16px.png);
width: 16px;
height: 16px;
display: inline-block;
text-indent: -999em;
overflow: hidden;
background-repeat: no-repeat;
text-align: left;
direction: ltr;
opacity: .7;
}

a.wp-link:hover {
opacity: 1;
}


/* CSS3 Effects
-------------------------------------------------------------- */

/*.note, .warning, .alert, .error, .download, textarea, input, .comment-body, li.pingback, .pc_opt_in, .twtr-widget .twtr-tweet, .optin-error, .contact-error, .quote, .avatar {
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}*/

/*** Buttons ***/

/*.defaultbtn, .button, .btn, #searchsubmit, #submit, .submit, .post-edit-link, .more-link, input[type="submit"], ul#filters li a {
text-shadow: 0 1px 1px rgba(0,0,0,.3);
-webkit-border-radius: 1em;
-moz-border-radius: 1em;
border-radius: 1em;
font-weight: bold;
padding: 0.5em 1.5em;
}

.big {
font-size: 18px;
}
*/

/*** Button Color Classes ***/

/* Orange (default) */
.orange {
   background: #bd6208;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.orange:hover {
   background: #d27315;
   color: #fafafa;
}
.orange:active {
   background: #9d5106;
   color: #edd1b6;
}

/* black */
.black {
   background: #000;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.black:hover {
   background: #333;
}
.black:active {
   background: #000;
   color: #ccc;
}
 
/* gray */
.gray {
   background: #777;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.gray:hover {
   background: #999;
}
.gray:active {
   background: #777;
   color: #ccc;
}
 
/* white */
.white {
   color: #333333 !important;
   background: #fafafa;
   text-decoration: none;
   vertical-align: middle;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
}
.white:hover {
   background: #fff;
   color: #333333 !important;
}
.white:active {
	color: #000 !important;
	background: #ededed;
}
 
/* red */
.red {
   background: #990000;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: #ffffff;
   text-decoration: none;
   vertical-align: middle;
}
.red:hover {
   background: #b61818;
}
.red:active {
   background: #840202;
   color: #e5b5b5;
}
 
/* blue */
.blue {
   color: #d9eef7;
   background: #0095cd;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   text-decoration: none;
   vertical-align: middle;
}
.blue:hover {
	background: #007ead;
}
.blue:active {
	color: #80bed6;
	background: #0078a5;
}
 
/* green */
.green {
   color: #e8f0de;
   background: #64991e;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   text-decoration: none;
   vertical-align: middle;
}
.green:hover {
	background: #538018;
}
.green:active {
	color: #a9c08c;
	background: #4e7d0e;
}

/* yellow */
.yellow {
   background: #bca509;
   color: #ffffff;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   text-decoration: none;
   vertical-align: middle;
}
.yellow:hover {
   background: #cab313;
}
.yellow:active {
   background: #bca509;
   color: #dcd4a0;
}


/*** Box Color Classes ***/


.defaultbox {
background: #fff;
}

.greenbox {
background: #e6f8ed;
}

.bluebox {
background: #ecf3fb;
}

.redbox {
background: #fde2e3;
}

.yellowbox {
background: #fcfadd;
}

/* Non-semantic helper classes
-------------------------------------------------------------- */

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
/* Clearfix hack */
.cf:before,
.cf:after {
content:"";
display:table;
}

.cf:after {
clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
zoom:1;
}

/* IE Fixes
-------------------------------------------------------------- */

.ie7 .comment-body {
padding-top: 15px;
}

.ie7 .pc_content_slider_widget, .ie7 flexslider, .ie7 .flex-container, .ie7 #container .flexslider ul {
overflow: hidden !important;
zoom: 1;
display: block;
position: relative;
}

.ie7 #before-content .flex-direction-nav li a {
top: 0;
}

.ie7 #before-content ol.flex-control-nav {
top: 5px;
}

.ie7 #before-content .slide-content {
margin-top: 15px;
}

.ie7_anon, .ie7_class26 {
display: none !important;
}

.ie7 .content .flex-direction-nav li a, .ie7 .sidebar-container .flex-direction-nav li a {
bottom: 13px;
}

.ie7 .content ol.flex-control-nav, .ie7 .sidebar-container ol.flex-control-nav {
bottom: -10px;
}

.ie7 .page-template-portfolio-page-php ul#filters li {
display: block;
float: left;
}

.ie7 header .pc_info_widget .search {
display: none;
}

.ie7 p.author:after {
content: "";
display:none;
}

.ie8 header .pc_info_widget .search {
max-width: 100px;
display: inline;
float: right;
}

.ie8 header .pc_info_widget .sm-icon {
height: 30px;
width: 30px;
display: inline;
float: left;
}

.ie8 header .pc_info_widget .phone {
float: left;
}



/*-------------------------------------------*/
/*	#topPr
/*-------------------------------------------*/

#topPr h3			{ margin:0px 0px 15px;line-height:120%;font-size:16px; padding:0; border:none;background:url(images/line_grd.png) left bottom repeat-x;padding-bottom:3px;box-shadow:none; }
#topPr h3 a			{ display:block; text-decoration:none;color:#333;  padding:3px 0 8px 0;border-bottom:2px solid #cccccc; }
#topPr h3 a:hover	{ color:#cccccc; text-decoration:none; }
#topPr p a	{ display:block; text-decoration:none;line-height:16px;color:#333;}
#topPr a:hover	{ text-decoration:underline; }
#topPr p.topPrDescription	{ margin-bottom:0px; font-size:14px;line-height:120%; padding:0px; }
#topPr .prImage img.imageSmall	{ display:block;}
#topPr .topPrTxtBox	{ display:block; overflow:hidden; }
#topPr .topPrDescription a:hover	{color:#cccccc;}



/* =  custom header
----------------------------------------------- */

#logo-wrap p {
padding: 5px 0 0 0;
margin: 0;
font-size: 12px;
color: #666666;
}

#logo-other {
float: left;
width:190px ;
margin: 10px 0px 0px 0px ;
}

#head-right {
position:absolute;
top:15px;
right:15px;
font-size:13px ; 
}
#head-right img {
width:100% ;
}
#logo-wrap h2{
font-weight: normal;
color:#FFFFFF ;
font-size:12px ; 
line-height:140% ;
padding:5px 0;
background-color: #ff5e8f;
}
#head-right p{
font-size:12px ; 
text-align:right ;
}

/* =  custom footer
----------------------------------------------- */

#footer {
text-align: left;
margin: 0px;
padding: 10px 0px;
display: block;
overflow: hidden;
background: #bcbbbb;
}

#footer a, 
#footer a:hover{
color:#FFFFFF ;
}

footerInner {
}

#footerInner ul {
	margin:0 auto 5px;
	text-align:center ;
}

#footerInner ul li {
	display:inline;
	margin-right:5px;
	padding-left:10px;
	font-size:14px ;
}

#siteBottom {
	background-image:url(images/foot_line.png) ; 
	background-repeat:repeat-x ;
	background-position: left top ;
	background-color: #cccccc;
}

#siteBottomInner {
text-align: center;
	font-size:11px ;  
	color:#FFFFFF ; 
	padding: 10px 0 ;
}


/* =  custom sidebar
----------------------------------------------- */
.side_wrap {
width:100% ;
box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
margin: 10px 0px 0px 0px ;
}
dl.professional {
font-size: 12px;
line-height: 150%;
margin: 0 0 10px 0;
padding: 8px 5px 1px 5px;
border: solid 1px #cccccc;
color: #333333;
overflow: hidden;
}
dl.professional dt {
clear: left;
float: left;
width: 70px;
margin: 0px;
}
dl.professional dd {
margin-bottom: 8px;
padding: 5px 0;
margin-left: 70px;
border-bottom: solid 1px #C9D7D8;
}
.daihyo {
font-size: 12px;
line-height: 150%;
border: solid 1px #cccccc;
color: #333333;
text-align:center ;
}
.daihyo img{
margin: 5px 0 0 0;
width:90% ;
}
.daihyo p{
margin: 0 ;
padding: 5px 5px 0px 5px;
text-align:left ;
}
.continue {
text-align:right ;
padding: 5px 5px 5px 5px;
margin: 0 ;
}
ul.column {
font-size: 13px;
line-height: 150%;
margin: 0 0 10px 0;
padding: 8px 5px 1px 5px;
border: solid 1px #cccccc;
color: #333333;
}
ul.column02 {
font-size: 13px;
line-height: 150%;
margin: 0 0 10px 0;
padding: 8px 5px 1px 5px;
border: solid 1px #f2fafc;
color: #333333;
}
ul.column li,
ul.column02 li{
	background-image:url(images/col_ar.png) ; 
	background-repeat:no-repeat ;
	background-position: 0px 4px ;
	padding: 0px 0px 5px 10px ;
	list-style:none;
}
div.column {
font-size: 13px;
line-height: 150%;
margin: 0 0 10px 0;
padding: 8px 5px 1px 5px;
border: solid 1px #cccccc;
color: #333333;
}

.textwidget	{ margin-top:12px; }

.menu_wrap {
	background-image:url(images/side_menu_bg.png) ; 
	background-repeat:repeat-y ;
	background-position: left top ;
	border:1px solid #0090EE ;
}
ul.side_menu{
	margin-bottom:5px ;
}
ul.side_menu li{
	padding: 5px 0px 0px 4px ;
	list-style:none;
}
.bn_area_top {
	text-align:center ;
	margin: 0px 0px 5px 0px ;
}
.bn_area {
	text-align:center ;
	margin: 10px 0px 5px 0px ;
}
.bn_area ul li, 
.bn_area_top ul li{
	list-style:none;
	padding: 0px 0px 10px 0px ;
}
.bn_area ul li img,
.bn_area_top ul li img{
	width:100% ;
}
.bn_area ul li.menu,
.bn_area_top ul li.menu {
	list-style:none;
	padding: 0px 0px 5px 0px ;
}


/* =  custom top
----------------------------------------------- */

#top_content{
	margin: 0px 0px 5px 0px ;
}

#top_content .tred {
font-weight: bold;
color: #CF001C;
}

#top_content .ul {
text-decoration: underline;
}

#top_content .bold {
font-weight: bold;
}

#top_content ul.list_01 {
list-style: none;
margin: 0 0 15px;
padding: 10px;
border: solid 1px #BED7ED;
}

#top_content ul.list_01 li {
list-style: none;
margin: 0 0 0 0;
padding: 0 0 0 18px;
font-size: 14px;
line-height: 150%;
letter-spacing: 1px;
font-weight: bold;
background-image: url(images/list_02.gif);
background-position: left center;
background-repeat: no-repeat;
}

#top_content p {
line-height: 150%;
}

#top_content h2.style_01 {
margin: 40px 0 10px;
color: #0080cc;
border: 1px solid #999999;
font-size: 20px;
}

#top_content h2.style_01 .st_inner {
display: block;
height: auto;
line-height: 38px;
padding-left: 4px;
background: url(images/bg_h2.png) repeat-x;
-webkit-background-size: 1px 28px;
background-size: 1px 28px;
border: 1px solid #ffffff;
}

#top_content h3.osusume {
margin: 40px 0;
font-size: 20px;
  position: relative;
  padding: .75em 1em;
  background-color: #f0f0f0;
}
#top_content h3.osusume::before {
  content: '';
  position: absolute;
  top: 100%;
  border-style: solid;
  border-color: transparent;
}
#top_content h3.osusume::before {
  left: 0;
  border-width: 0 15px 15px 0;
  border-right-color: #ccc;
}


.top_lead {
width:97% ;
margin: 15px auto 40px;
box-sizing: border-box;
}

.top_review {
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
margin-bottom: 20px;
}
.top_review div{
width:48% ;
}

.top_lead p{
margin: 0 0 15px 0;
}

.top_lead h4 {
  position: relative;
  padding: 1em 0;
  margin: 50px 0 15px 0;
  font-size: 120%;
}
.top_lead h4::before,
.top_lead h4::after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 6px;
  box-sizing: border-box;
}
.top_lead h4::before {
  top: 0;
  border-top: 2px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.top_lead h4::after {
  bottom: 0;
  border-top: 1px solid #ccc;
  border-bottom: 2px solid #ccc;
}

.top_lead h5 {
  padding: .3em .75em;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ccc;
  margin: 50px 0 15px 0;
  font-size: 110%;
  font-weight: 600;
}

.kiji_link{
font-size: 90%;
}
.kiji_link span{
color: red;
font-size: 90%;
}

.top_lead ul {
  margin: 0 0 15px 0;
  padding: 15px 0;
}

ul.self_check {
border:1px solid #ccc ;
box-sizing: border-box;
padding-left: 15px;
background: url("https://super-opp.com/wp-content/themes/super-opp/images/hikaku/julipai-bg.jpg") no-repeat right bottom;
background-size: auto 100%;
}
ul.self_check li {
line-height: 180%;
}
.self_check li:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f046";
    color:#666;
}

ul.site_check {
border:1px solid #ccc ;
box-sizing: border-box;
padding-left: 15px;
background: url("https://super-opp.com/wp-content/themes/super-opp/images/hikaku/check_bg.png") no-repeat right bottom;
background-size: auto 100%;
}
ul.site_check li {
line-height: 180%;
}
.site_check li:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f087";
    color:#666;
}

.marker {
background: linear-gradient(transparent 60%, #ffff66 60%);
}
.marker_p {
background: linear-gradient(transparent 60%, #f7c9dd 60%);
}

.top_point li {
font-size: 110%;
font-weight: 600;
}
.top_point li span {
background: linear-gradient(transparent 60%, #fed1de 60%);
}
.top_point li:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f192";
    color:#666;
}

/* = custom column
----------------------------------------------- */

.box_01 {
margin: 0;
padding: 0 15px;
border: solid 1px #CCCCCC;
line-height: 150%;
}
.box_01 p {
display: block;
-webkit-margin-before: 1em;
-webkit-margin-after: 1em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.post h2.style_02 {
font-size: 16px;
line-height: 150%;
font-weight: bold;
margin: 0 0 0 0;
padding: 8px 0 2px 5px;
color: #3191C3;
border-top: solid 1px #BED7ED;
}
.post .h2_01 {
font-size: 19px;
height:30px ;
padding: 2px 0px 0px 17px;
font-weight: bold;
color: #cccccc;
background: url(images/post_subtitle.png) left top no-repeat;
}
.post .h2_02,
.post .h2_03 {
font-size: 19px;
height:30px ;
padding: 2px 0px 0px 17px;
font-weight: bold;
color: #cccccc;
background: url(images/post_subtitle.png) left top no-repeat;
margin-top:30px ;
}
.post .box_03 {
margin: 0 0 20px 0;
padding: 0 15px;
border: solid 1px #BED7ED;
}
.post .red {
font-weight: bold;
color: #CF001C;
background: none;
text-shadow: none;
text-decoration: none;
vertical-align: middle;
}
.post .ul {
text-decoration: underline;
}
.post .bold {
font-weight: bold;
}
.center {
text-align: center;
}
.m_top {
margin-top:40px ;
}
.bold18 {
font-size: 18px;
font-weight: bold;
line-height: 150%;
margin: 15px 0 ;
}
table.table01 {
width: 100%;
border-collapse: separate;
margin: 0 auto 10px;
padding: 0;
}
table.table01 th {
font-size: 14px;
line-height: 150%;
padding: 10px 0 5px 0;
background-color: #298EBC;
color: #FFFFFF;
}
table.table01 td.font14b {
font-size: 14px;
line-height: 150%;
padding: 10px 5px 5px 5px;
border-bottom: none;
text-align: center;
}
table.table01 td.font14 {
font-size: 14px;
line-height: 150%;
padding: 10px 5px 5px 0;
vertical-align: top;
border-bottom: solid 1px #C9D7D8;
color: #000000;
}
.p_right {
text-align: right;
}

.sp_ad {
width:100% ;
overflow: hidden;
}

.sp_ad img {
width:100% ;
}

.sp_ad .left{
width:30% ;
float: left;
padding-right:5% ;
}

.sp_ad .center{
width:30% ;
float: left;
}

.sp_ad .right{
width:30% ;
float: right;
}


/* = custom page
----------------------------------------------- */


.breadcrumbs {
margin: 20px 0 0 ;
}

.page-title {
font-size: 26px;
margin: 0 ;
border-bottom: solid 1px #D6D6D6;
color: #2b3a7f;
text-align:left ;
font-family: "Noto Sans Japanese", sans-serif;
letter-spacing: 0.15em;
}
.sub-title {
font-size: 13px;
color: #666666;
padding-bottom: 12px;
font-family: Garamond;
letter-spacing: 0.15em;
text-align:center ;
}
.page_lead_wrap {
width:99.7% ;
background-color:#EBEBEB ;
padding:10px 0;
border-width:0px 1px 1px 1px ;
border-style:solid ; 
border-color:#D6D6D6 ;
}
.page_lead {
width:95% ;
background-color:#FFFFFF ;
margin: 0 auto;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
padding:5px ;
}

.title_area {
	margin: 0 0 20px 0;
	clear: both;
	overflow: hidden;
}

.post .title_area {
	margin: 0 0 20px 0;
}

h1.post-title {
font-size: 26px;
margin: 16px 0;
}
.post-content h2 {
    font-size: 24px;
    padding: 25px;
    background-color: #f5f6f7;
    border-radius: 2px;
	margin: 0 0 15px;
}
.post-content h3 {
    border-left: 7px solid #888;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 22px;
    padding: 12px 20px;
	margin: 30px 0 15px;
}

@media screen and (max-width : 750px) {
h1.post-title {
font-size: 20px;
padding: 0.6em 0.8em;
}
.post-content h2 {
    font-size: 20px;
    padding: 0.6em 0.8em;
}
.post-content h3 {
    font-size: 18px;
}
}

.post-content .right_img {
    float: right;
    margin: 0 0 10px 10px;
	width:30% ;
}

.link_area {
text-align:right ;
font-size: 13px;
margin: 0px 0px 40px 0px ;
}
.to_link {
background: url(images/link_ar.png) left center no-repeat #F2F2F2;
padding: 5px 5px 5px 30px;
}

.page_red {
font-weight: bold;
color: #CF001C;
}

table.table03 {
width: 100%;
border-collapse: separate;
margin: 20px auto;
padding: 0;
border-spacing: 2px;
border-color: gray;
}
table.table03 td {
font-size: 14px;
line-height: 150%;
padding: 10px 5px 5px 10px;
color: #333333;
border: solid 1px #C9D7D8;
}
table.table03 td.item03b {
font-size: 12px;
background-color: #298EBC;
color: #FFFFFF;
text-align: center;
padding: 10px 5px 5px 5px;
}
table.table03 td.item03c {
font-size: 12px;
background-color: #eb1539;
color: #FFFFFF;
text-align: center;
padding: 10px 5px 5px 5px;
}
table.table03 td.item03d {
font-size: 12px;
background-color: #fbd368;
color: #5a5a5a;
text-align: center;
padding: 10px 5px 5px 5px;
}
table.table03 td.en {
padding: 5px 0 5px 0;
text-align: center;
font-size: 18px;
}

/* company */

ul.company {
margin: 16px 0 0;
padding:0 ;
border-bottom: 1px solid #CCC;
}
.company > li {
border-top: 1px solid #CCC;
background: #fbf9f6;
}
.company > li .name {
width: 180px;
color:#0068b7 ;
}
.company > li > span, .company > li > div {
display: table-cell;
padding: 5px 10px;
}
.company > li .cont {
width: 460px;
background: #FFF;
}
ul.bengo {
padding:0 ;
}
.company img{
    margin: 5px 10px 10px 0px ;
	float: left;
	height:65px ;
}
.company p{
    margin: 10px 0px 0px 0px ;
}

/* responsive */

.lead_none{
margin: 20px 0px;
}

/* form */

.cyu {
font-size:12px ;
padding: 10px 0;
}
.redt {
color: #CF001C;
}

.inquiry_form ul.btn_area .left {
float: left;
}

.inquiry_form ul.btn_area .right {
float: right;
}






/* =Custom Top page
----------------------------------------------- */

.moreLink a:hover {
color: #fff;
text-decoration: none !important;
background: url(images/arrow_wh_s.png) right bottom no-repeat #666;
}

.moreLink a {
text-align: center;
margin-top: 15px;
display: inline-block;
overflow: hidden;
font-size: 11px;
line-height: 105%;
text-decoration: none;
background-image:url(images/arrow_bk_s.png) ; 
background-repeat:no-repeat ;
background-position: right bottom ;
background-color:#efefef ;
color: #333;
border-left: 4px solid #cccccc;
padding: 5px 15px 5px 11px;
box-shadow: 0px 1px 2px rgba(0,0,0,0.25);
}

.search input[type="text"], .widget_search input[type="text"]{
background: #f9f9f9;
border: 1px solid #ccc;
padding: 2px;
font-size: 12px;
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
}

#container .infoList .infoListBox div.entryTxtBox h4.entryTitle {
border-top: none;
margin: 0px 0px 10px;
padding: 0px 0px 10px;
display: block;
line-height: 120%;
font-size: 114.3%;
}

.infoCate {
color: #666;
}

.infoCate a {
color: #666;
margin-right: 4px;
background-color: #efefef;
padding: 1px 5px 2px;
position: relative;
border: 1px solid #e5e5e5;
top: -2px;
}

.topic_wrap{
	width:100% ;
	margin: 0 auto 0 ;
}
.topic_title {

}
.topic_list {
position:absolute;
width:18% ;
right:1%;
top:20%;
}
.topic_list img{
width:100% ;
}
.topics{
	padding:10px 1px;
	width:98% ;
	margin: 0 auto;
}
.topics ul{
	line-height:180% ; 
	margin: 5px auto 10px ;
	padding:0;
}
.topics ul li{
	background: url(images/toppage_ar.jpg) no-repeat;
	background-position: 0 10px ;
	padding: 0px 0px 0px 10px ;
}
.topics .time{
	font-size:12px ;
}

.entry {
    margin: 10px auto;
    width: 95%;
    clear: both;
    overflow: hidden;
    border-bottom: 1px dashed #CCCCCC;
}
.entry .sumbox {
    float: right;
    width: 15%;
}
.post .entry .entry-content {
    float: left;
    width: 82%;
}
.post .entry .blog_info {
    font-size: 80%;
}
.motto{
    margin-bottom: 0px;
    height: auto;
    display: block;
}
.motto a {
    background-color: #518a2b;
    color: #f5f5f5;
}
.motto a {
    background: url(images/icon_arrow_next.png) 7px 45% no-repeat;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.motto a {
    text-align: center;
    margin-top: 10px;
    display: inline-block;
    overflow: hidden;
    font-size: 80%;
    line-height: 105%;
    text-decoration: none;
    background-color: #65b7ec;
    color: #666;
    padding: 5px 15px 5px 20px;
}
.motto a:hover	{ background-color:#0c0; color:#f5f5f5;}

/*footer*/

#footerSection {
width:100% ;
overflow: hidden;
clear: both;
}

.top_u {
width:93% ;
margin: 0 auto ;
font-size:11px;
}

.top_u + #pagetop{
margin: 5px 0 0 0 ; 
}

#pagetop {
display: block;
overflow: hidden;
clear: both;
z-index: 5;
margin: 20px 0 0 0 ;
}

#pagetop a:hover {
background: url(images/icon_arrow_top_gry.png) 7px center no-repeat #cccccc;
color: #FFF;
}

#pagetop a {
color: #fff;
background: url(images/icon_arrow_top_gry.png) 7px center no-repeat #bcbbbb;
float: right;
display: block;
position: relative;
padding: 6px 15px 5px 25px;
font-size: 11px;
text-decoration: none;
margin-bottom: 0px;
font-family: 'Lato', sans-serif;
letter-spacing: 1px;
-moz-border-left-radius: 3px;
-webkit-border-left-radius: 3px;
border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

/*search*/

label.screen-reader-text {display:none}

#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input, a.btn, .linkBtn a, input[type=button], input[type=submit], .moreLink a, #headerTop, #content h3, #content .child_page_block h4 a, .paging span, .paging a, form#searchform input#searchsubmit {
border-color: #cccccc;
}
#gMenu .assistive-text, #content .mainFootContact .mainFootBt a, .paging span.current, .paging a:hover, #content .infoList .infoCate a:hover, #sideTower li.sideBnr#sideContact a, form#searchform input#searchsubmit, a.btn, .linkBtn a, input[type=button], input[type=submit] {
background-color: #f39800;
}
form#searchform input#searchsubmit a:hover,input[type=button]:hover, input[type=submit]:hover {
background-color: #666666;
}
input[type=submit],input[type=button],#searchform input[type=submit], p.form-submit input[type=submit], form#searchform input#searchsubmit, #content form input.wpcf7-submit, #confirm-button input {
font-size: 12px;
line-height: 110%;
text-align: center;
position: relative;
width: auto;
border: 1px solid #cccccc;
display: inline-block;
overflow: hidden;
position: relative;
white-space: nowrap;
padding: 8px 20px 6px;
text-decoration: none;
color:#FFFFFF ;
}
form#searchform input#searchsubmit {
padding: 7px 10px;
}


/*business*/
.busi_wrap{
background: -moz-linear-gradient(center top, #FDFDFD 0%,#FFFFFF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #FFFFFF));
background: linear-gradient(to right, #FDFDFD, #f7f7f7);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 0 1px #f6ad56 inset;
-moz-box-shadow: 0 0 0 1px #cac9c9 inset;
-webkit-box-shadow: 0 0 0 1px #e1dfe0 inset;
padding:15px 5px;
margin: 20px 0px 50px 0px ;
}
ul.business li{
margin: 0px 0px 0px 20px ;
list-style-type:disc;
font-family: HiraMinProN-W3, 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
line-height:200% ;
}

/*toi_page*/
.toi_page .red{
color: red;
  background: none;
}
.toi_page h3{
background: -moz-linear-gradient(center top, #FDFDFD 0%,#FFFFFF 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FDFDFD),color-stop(1, #FFFFFF));
background: linear-gradient(to bottom, #FDFDFD, #f7f7f7);
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
box-shadow: 0 0 0 1px #f6ad56 inset;
-moz-box-shadow: 0 0 0 1px #cac9c9 inset;
-webkit-box-shadow: 0 0 0 1px #e1dfe0 inset;
padding:15px 5px 15px 10px;
margin: 40px 0px 20px 0px ;
}
.toi_bt {
width:100% ;
overflow: hidden;
border:3px solid #cccccc ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin: 40px 0px 0px 0px ;
}
.toi_bt .tb_left{
width:45% ;
float: left;
padding:10px 0 10px 10px;
}
.toi_bt .tb_right{
width:45% ;
float: right;
padding:10px 10px 10px 0;
}

/* トップページ検索 */

.kensaku {
    margin: 20px 0;
}
.t_table {
    border-left: 1px solid #aaa;
    width: 100%;
    margin-bottom: 10px;
    background-color: #fff;
}
.t_table th {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 7px;
    font-size: 15px;
	 width: 20%;
	 background-color: #ccc;
}
.t_table td {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    padding: 7px 7px 0 7px;
    font-size: 15px;
	 width: 80%;
}
.t_table td label{
	padding: 5px;
	margin: 15px 5px;
}
.t_table td.td01 label{
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: linear-gradient(to bottom, #d5ead8 0%,#a5d4ad 100%); 
}
.t_table td.td02 label{
border: solid 1px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: linear-gradient(to bottom, #bae3f9 0%,#54c3f1 100%); 
}
.t_table td.td03 label{
border: solid 1px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: linear-gradient(to bottom, #eaeceb 0%,#c7cdcb 100%); 
}
.t_table td.td04 label{
border: solid 1px #ccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: linear-gradient(to bottom, #d7e7af 0%,#c1db81 100%); 
}

@media screen and (max-width : 750px) {
.t_table {
box-sizing: border-box;
}
input#feas_0_5 {
width: 90%;
}
.t_table td label {
  padding: 5px;
  margin: 15px 5px;
  width: 90%;
  display: block;
}
}

.kensaku input[type=submit] {
    position: relative;
    width: auto;
    border: none;
    display:block;
    width:250px;
    height:36px;
    padding:0;
    border:0;
    background:url(images/hikaku/sub_btn.png) no-repeat left top;
    text-indent:-9898px;
    font-size: 0px;
    line-height: 0px;
    cursor:pointer;
}
.kensaku input[type=submit]:hover,
.kensaku input[type=submit]:focus {
    background-position:left -36px;
}

/* 商品紹介 */

.top_rank .main_area {
	margin: 20px 0px 0px 0px ;
}
.p_title {
    font-size: 28px;
    font-weight: bold;
    /* background: url(images/hikaku/tit_bg.jpg) repeat;*/
    color: #272727;
    padding: 0 0 11px 0;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
-webkit-border-top-left-radius: 10px; 
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px; 
border-top-right-radius: 10px; 
}
.p_title h2 {
    display: block;
    font-size: 35px;
    letter-spacing: -1px;
    padding-left: 20px;
    line-height: 1.2;
    color: #272727;
	margin: 0; 
}

.fs_s {
    font-size: 80%;
}
.pcontent {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
	overflow:hidden;
}

.pcontent dl.company{
	width:85% ;
	margin:0 auto
	line-height:300% ; 
}

.pcontent dl.company dt{
	float: left;
	clear: both;
	width:20% ;
}
.pcontent dl.company dd{
	float: left;
	width:80% ;
}

.ranking_box,.p_campaign,.voice,.p_point,.m_corse {
    overflow: hidden;
    margin-bottom: 20px;
}
.left_box {
    float: left;
    width: 220px;
    margin: 0 10px 20px 0;
}
.left_box img{
width: 100%;
}
.right_box {
    float: left;
    width: 386px;
    margin-bottom: 10px;
}
.ranking_box h3 {
    font-size: 18px;
    color: #fd4981;
    margin-bottom: 10px;
    padding-bottom: 3px;
    letter-spacing: -0.03em;
}
ul.check_ul {
    margin: 10px 0;
}
ul.check_ul li {
    margin-bottom: 5px;
    font-weight: bold;
    padding-left: 22px;
    line-height: 1.5;
    font-size: 16px;
    background: url(images/hikaku/check.png) no-repeat left 3px;
	-webkit-background-size: 5% auto;
	background-size: 5% auto;
}
table.p_table {
    width: 100%;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    font-size: 14px;
    line-height: 1.333;
	text-align: left;
}
table.p_table th {
    width: 25%;
    padding: 10px;
    background-color: #fffcd1;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
	text-align: left;
}
table.p_table td {
    padding: 10px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
   text-align: left;
}
.p_campaign {
   background-color:#fdeff5 ;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.post-content .p_campaign h3 {
    color: #998071;
    padding-left: 3px;
    font-size: 120%;
	margin: 0px 0px 10px 0px;
	border-bottom:1px solid #998071;
}
.p_campaign h3 span {
    display: block;
    line-height: 2;
    padding-left: 30px;
    background: url(images/hikaku/camp.png) no-repeat left center;
	-webkit-background-size: 4% auto;
	background-size: 4% auto;
}
.p_campaign .inner dt {
    color: #F73571;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 5px;
}
.p_campaign .inner dd {
    margin-bottom: 5px;
    padding-left: 20px;
    background: url(images/hikaku/check.png) no-repeat 5px 7px;
	-webkit-background-size: 2% auto;
	background-size: 2% auto;
}
.post-content .p_point h3 {
    background-color: #4cad96;
    margin: 0px 0px 10px 0px;
    padding-left: 3px;
    color: #fff;
    font-size: 18px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}
.p_point h3 span {
    display: block;
    line-height: 2;
    padding-left: 35px;
    background: url(images/hikaku/tokucyo.png) no-repeat 5px 5px;
	-webkit-background-size: 4% auto;
	background-size: 4% auto;
}
.post-content .p_point h4 {
	border-top: 1px solid #4cad96;
	border-bottom: 1px solid #4cad96;
    margin: 15px 0px 10px 0px;
    color: #fff;
    font-size: 18px;
	color: #4cad96;
	line-height: 200%;
}
.p_point .inner dl {
    margin: 20px 0 0;
    overflow: hidden;
}
.p_point .inner dt {
    color: #000000;
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
    padding: 0 3px;
}
.p_point .inner dt:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f046";
    color:inherit;
}
.p_point .inner .left_img {
    float: left;
    width: 200px;
    margin: 0 10px 10px 0;
}
.p_point .inner .right_img {
    float: right;
    width: 200px;
    margin: 0 0 10px 10px;
}
.p_point .inner dd {
    margin-bottom: 20px;
}
.p_point .inner dd p {
    margin: 5px 0 0 5px;
}
.voice {
    border: 1px solid #4cad96;
}
.voice h3 {
    height: 30px;
    background-color: #4cad96;
    margin: 0 0 10px 0;
    padding-left: 3px;
    color: #fff;
    font-size: 16px;
}
.pcontent .voice h3 span {
    height: 30px;
    display: block;
    line-height: 2;
    padding-left: 30px;
	color: #fff;
    background: url(images/hikaku/voice.png) no-repeat left center;
	-webkit-background-size: 4% auto;
	background-size: 4% auto;
}
.p_campaign .inner, ..voice .inner, ..m_service .inner, ..p_point .inner, ..m_corse .inner {
    margin: 10px;
}
.voice .voice_box {
    width: 95%;
    margin: 10px auto;
	height: 300px;
    overflow-y: scroll;
    border: 1px solid #ccc;
}
.ml10 {
    margin-left: 10px ;
}
.mt10 {
    margin-top: 10px ;
}
.mb10 {
    margin-bottom: 10px ;
}
.voice_box .inner ul {
    overflow: hidden;
}
.voice_box .inner {
    background-color: #d9fcde;
    margin-bottom: 10px;
}
.voice_box .inner li.photo {
    margin: 10px 3px 10px 10px;
    float: left;
    width: 15%;
}
.voice_box .inner li.text {
    float: left;
    width: 75%;
    margin: 10px 10px 10px 5px;
    background-color: #fff;
	padding:5px ;
}
.voice_box .inner li.text .name_area {
    overflow: hidden;
    border-bottom: 1px solid #ecf8ff;
}
.voice .voice_box .inner li.text .name_area .name {
    float: right;
    font-weight: bold;
}
.voice .mini {
    font-size:11px ;
	color:#666666 ; 
}
.btn_area ul {
    width: 63%;
    margin: 10px auto;
    overflow: hidden;
}
.btn_area ul.small {
    width: 90%;
}
.btn_area ul.two_btn {
    width: 100%;
}
.btn_area ul.two_btn li {
    width: 45%;
	float: left;
	margin: 0 10px 0 0;
}
.btn_area ul.two_btn02 li {
    width: 45%;
	float: left;
	margin: 0 10px 0 0;
}

/*side*/

@media screen and (min-width: 751px) {
.side_tit {
  position: relative;
  padding: 0.25em 1em;
  border-top: solid 2px #182226;
  border-bottom: solid 2px #182226;
  margin-bottom: 10px;
}
.side_tit:before, .side_tit:after {
  content: '';
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #182226;
}
}

.side_tit:before {
  left: 7px;
}
.side_tit:after {
  right: 7px;
}

.side_content ul{
margin: 2px 0 25px;
font-size: 14px;
}
.side_content ul.tlist li{
}

.side_content ul.tlist > li a {
display: block;
border-bottom:1px dashed #CCCCCC;
padding: 0 0 0 20px;
}
.side_content ul.tlist > li a:before {
    margin-right: 0.3em;
    font-family: FontAwesome;
    content: "\f046";
    color:inherit;
}

.side_content ul.tlist li.crown a {
    padding: 8px 8px 8px 25px;
    background: url(images/hikaku/crown.png) no-repeat 2px 10px;
-webkit-background-size: 10% auto;
background-size: 10% auto;
    font-weight: bold;
    color: #F00;
    font-size: 14px;
}

ul.side_rank li {
    font-size: 14px;
    font-weight: bold;
    background-color: #fff;
    border-bottom: 2px dotted #efefef;
}
ul.side_rank li.adp01 a {
    background: url(images/hikaku/rank1p.jpg) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 25% auto;
	background-size: 25% auto;
	line-height: 1.7;
}
ul.side_rank li.adp02 a {
    background: url(images/hikaku/rank2p.jpg) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 25% auto;
	background-size: 25% auto;
	line-height: 1.0;
}
ul.side_rank li.adp03 a {
    background: url(images/hikaku/rank3p.jpg) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp04 a {
    background: url(images/hikaku/rank4p.jpg) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp05 a {
    background: url(images/hikaku/rank5p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp06 a {
    background: url(images/hikaku/rank6p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp07 a {
    background: url(images/hikaku/rank7p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp08 a {
    background: url(images/hikaku/rank8p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp09 a {
    background: url(images/hikaku/rank9p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp10 a {
    background: url(images/hikaku/rank10p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp11 a {
    background: url(images/hikaku/rank11p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp12 a {
    background: url(images/hikaku/rank12p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp13 a {
    background: url(images/hikaku/rank13p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp14 a {
    background: url(images/hikaku/rank14p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp15 a {
    background: url(images/hikaku/rank15p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp16 a {
    background: url(images/hikaku/rank16p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp17 a {
    background: url(images/hikaku/rank17p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp18 a {
    background: url(images/hikaku/rank18p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp19 a {
    background: url(images/hikaku/rank19p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank li.adp20 a {
    background: url(images/hikaku/rank20p.png) no-repeat left center;
    padding: 10px 5px 10px 58px;
	-webkit-background-size: 20% auto;
	background-size: 20% auto;
	line-height: 1.7;
}
ul.side_rank a {
    color: #fd4981;
    display: block;
}

.form_ad{
  width:100% ;
  margin: 25px auto 15px;
}
.form_ad p{
  margin: 0;
}
.form_ad .form_cont{
width:100% ;
  background: url(images/hikaku/form02.jpg) repeat-y;
  background-size: 100% auto;
}
.form_ad .form_cont div{
  width:95% ;
  margin: 0 auto;
  padding:5px 0;
}
.form_ad .form_cont .standard_box {
    overflow: hidden;
    margin: 10px auto;
}
.form_ad .form_cont .standard_box .left_box {
    float: left;
    width: 20%;
}
.form_ad .form_cont .standard_box .right_box {
    float: right;
    width: 75%;
}


/* 投稿記事の下 */

.page_bn {
 margin: 50px 0 10px;
}
#hikaku {
 margin: 30px auto 0;
}
.hikaku_tit {
   width: 100%;
   position: relative;
   background: url(images/hikaku/kutikomi.png) no-repeat top left ,linear-gradient(to bottom, #fdfdf2, #fffdc9);
   -webkit-background-size: 80px auto , 100% auto;
   background-size: 20% auto , 100% auto;
}
.hikaku_tit h2.hikaku_text {
    padding: 23px 0 10px 20%;
    text-align: center;
    color: #333;
    font-size: 160%;
	font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
	margin: 0;
}
.hikaku_tit .hikaku_text .fc_red {
    color: #F00;
    font-size: 22px;
    text-shadow: 1px 1px 2px #fff;
}
#hikaku table.detail {
    width: 100%;
    border-left: 1px solid #a0a0a0;
    border-top: 1px solid #a0a0a0;
    text-align: left;
    font-size: 12px;
    line-height: 1.333;
    margin-bottom: 10px;
}
#hikaku table.detail th {
    padding: 10px 5px;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    text-align: center;
    width: 80px;
}
#hikaku table.detail td {
    width: 100px;
    padding: 5px;
    border-right: 1px solid #a0a0a0;
    border-bottom: 1px solid #a0a0a0;
    text-align: left;
    vertical-align: top;
}
#hikaku table.detail th.bg_color {
    background-color: #FFFEE3;
    color: #333333;
}
#hikaku table.detail td.border_none {
    border-bottom: none;
    margin-bottom: 0;
}
#hikaku table.detail th.border_none {
    border-bottom: none;
    margin-bottom: 0;
}
#hikaku table.detail td.bg_pink {
    background-color: #fee5e5;
}
#hikaku table.detail td.rank img {
    margin-bottom: 5px;
}
#hikaku table.detail a {
    font-size: 12px;
    font-weight: bold;
}
#hikaku table.detail .align_center {
    text-align: center;
}

/* 検索結果 */

#sorter_wrap {
margin: 25px 0; 
}
table.tablesorter {
background-color: #CDCDCD;
border-left: 1px solid #b0b0b0;
border-top: 1px solid #b0b0b0;
margin: 10px 0; 
width: 100%;
}
table.tablesorter th,
table.tablesorter td {
border-right: 1px solid #b0b0b0;
border-bottom: 1px solid #b0b0b0;
font-size: 14px;
padding:5px;
}
table.tablesorter thead tr th{
padding: 4px;
background-color: #fee3e6;
}
table.tablesorter thead tr .header {
background-repeat: no-repeat;
background-position: center right;
cursor: pointer;
text-align: center;
vertical-align:bottom;
}
table.tablesorter thead tr .header span.sorter{
	white-space: nowrap;
}
table.tablesorter thead tr .header span.sorter img{
	margin:0 2px;
}
table.tablesorter thead tr .header a{
  color:#fc949e;
}
table.tablesorter thead tr .companyName {
background: #ffdbe3;
}
table.tablesorter tbody th{background-color:#fff;}
table.tablesorter tbody td {
color: #3D3D3D;
padding: 4px;
background-color: #FFF;
vertical-align: middle;
}
table.tablesorter tbody tr.odd td {
background-color:#F0F0F6;
vertical-align: middle;
}
table.tablesorter td.textLeft {
background: #fff;
padding:10px;
font-size:13px;
}

table tr th.data_menu1,
#header_menu1{
width:38% !important;
}
table tr td.data_menu2,
#header_menu5{
width:20% !important;
}
table tr td.data_menu3,
#header_menu2{
width:18% !important;
}
table tr td.data_menu4,
#header_menu3{
width:13% !important;
}
table tr td.data_menu5,
#header_menu4{
width:13% !important;
}

table.tablesorter ul.check_ul li {
    margin-bottom: 5px;
    font-weight: bold;
    padding-left: 22px;
    line-height: 1.5;
    font-size: 14px;
    background: url(images/hikaku/check.png) no-repeat left 3px;
    -webkit-background-size: 2.5% auto;
    background-size: 2.5% auto;
}
.img_link div{
font-size: 15px;
margin: 10px 0 0 0 ;
}
.img_link a:hover img {
opacity: 1.0;
filter: alpha(opacity=100);
}

/* インフォページ */

.ptitle {
    font-size: 20px;
    background: url(images/hikaku/ptit_bg.png) repeat;
	text-align:center ;
	-webkit-border-top-left-radius: 10px; 
-moz-border-radius-topleft: 10px;
border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topright: 10px; 
border-top-right-radius: 10px; 
}
.ptitle h2{
    padding: 15px 0;
	margin: 0;
	font-size:18px ;  
color:#FFFFFF ;
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
}
.pcontent {
border-width:0px 1px 1px 1px ;
border-style:solid ; 
border-color:#CCCCCC ;
margin: 0 0 30px 0;
}
.pcontent h3{
font-size:16px ;
color:#f39800 ;
font-weight: normal;
}
.pcontent ul.info{
margin: 0 10px 0 20px;
}
.pcontent ul.info li{
list-style-type:disc;
}

/* グッズの選び方＆基礎知識 */

ul.topic {
margin: 30px 0 0 20px;
}
ul.topic  li{
list-style-type:square;
}

/* 失敗しない！選ぶときのポイント */

table.table02 {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    width: 100%;
    border-collapse: collapse;
    text-align: left;
	font-size:90% ;
	line-height:140% ;
	margin: 0 0 20px 0;
}
table.table02 th {
    padding: 1px 1px 1px 3px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #FFFEE3;
    font-weight: normal;
}
table.table02 td {
    padding: 1px 1px 1px 3px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
	text-align: center;
    text-transform: uppercase;
}
table.table02 td.border_none {
    border-bottom: none;
    margin-bottom: 0;
}
table.table02 th.border_none {
    border-bottom: none;
    margin-bottom: 0;
}
/* Mobile Media Queries
-------------------------------------------------------------- */
@media only screen
and (min-width : 990px) {

.for_sp {
display: none;
}

.breadcrumbs {
width: 900px;
margin: 5px auto 5px;
font-size:11px ;
}

.semi img{
width:200px ;
}

#wrapper {
width: 940px;
margin: 0 auto;
overflow: hidden;
}

/* form */

.inquiry_form ul.btn_area{
margin: 0 auto;
width: 200px;
}

dl.iqfm-table {
width: 95%;
line-height: 200%;
margin: 0 auto 20px auto;
overflow: hidden;
}
dl.iqfm-table dt {
float: left;
clear: both;
width: 40%;
margin-bottom:15px ;
padding-top:10px ;
padding-top:10px ;
border-top:1px solid #cccccc;
}
dl.iqfm-table dd {
float: left;
width: 60%;
margin-bottom:15px ;
padding-top:10px ;
border-top:1px solid #cccccc;
}
dl.iqfm-table .red {
color: red;
background: none;
}
	
	#header-container header, #container, .footer-widget-container .inside, #site-info {

	}

.innerBox	{ width:900px; margin:0px auto; }




#topPr { display:block; overflow:hidden; margin-bottom:50px; }
#topPr .topPrOuter	{ padding-bottom:0px;border-bottom:none;}
#topPr #topPrLeft 	{ width:33.1%; text-align:left; float:left;display:block; overflow:visible; }
#topPr #topPrCenter { width:33.1%; text-align:center;float:left;display:block; overflow:visible; }
#topPr #topPrRight 	{ width:33.1%; text-align:right;float:right; display:block; overflow:visible; }
#topPr #topPrLeft .topPrInner 	{ float:left; }
#topPr #topPrCenter .topPrInner	{ margin:0px auto;}
#topPr #topPrRight .topPrInner	{ float:right; }
#topPr .topPrInner	{text-align:left;width:95%;}
#topPr .topPrInner p	{ padding:0px; }
#topPr .topPrInner p.topPrDescription	{ font-size:12px; }	
#topPr .prImage	{ float:none;width:96%; margin-right:0px; }
#topPr .prImage a	{ display: block;}
#topPr .prImage a:hover	{  }
#topPr .prImage img { height:auto; }
#topPr .prImage img.imageWide	{ display:block;}
#topPr .prImage img.imageSmall	{ display:none;}

form#searchform input#s {
width: 120px;
}

#topPr .prImage {
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
margin-bottom: 20px;
border: 4px solid #fff;
}

form#searchform input#searchsubmit {
width: 20%;
}

form#searchform input#searchsubmit {
padding: 7px 0px;
}

.two-col-r .content, .two-col-l .content {
width: 650px;
padding-top: 25px;
}

	#header-container nav.secondary-menu {
		width: 100%;
		margin: 0;
		float: left;
	}
	
	#header-widget-area {
		width: 27%;
	}
	
	header .pc_info_widget {
		max-height: none;
	}
	
	header .pc_info_widget .phone {
		display: block;
		min-height: 35px;
	}
	
	header .pc_info_widget .search {
		display: block;
		clear: left;
		margin: 5px 0 0;
	}
	
	#header-container nav li a {
		padding: 6px 5px;
	}
	
	#header-container nav.primary-menu ul li a.sf-with-ul {
		padding-right: 10px;
	}
	
	#container .pc_info_widget #searchsubmit {
		float: none;
		margin-top: 8px;
	}
	
	.portfolio-medium ul li {
		height: 255px;
	}
	
	.two-col-r .portfolio-large ul li, .two-col-l .portfolio-large ul li {
		height: 335px;
	}
	
	.portfolio-large ul li {
		height: 295px;
	}
	
	.three-col-r .content .portfolio-medium ul li, .three-col-l .content .portfolio-medium ul li, .three-col-c .content .portfolio-medium ul li {
		max-width: 278px;
	}
	
	.two-col-r .portfolio-medium ul li, .two-col-l .portfolio-medium ul li {
		max-width: 234px;
	}
	
	.one-col .portfolio-large ul li {
		max-width: 350px;
	}
	
	.one-col .portfolio-small ul li {
		max-width: 168px;
	}
	
	.one-col .portfolio-medium ul li {
		max-width: 229px;
	}
	
	.three-col-r .content .portfolio-large ul li, .three-col-l .content .portfolio-large ul li, .three-col-c .content .portfolio-large ul li {
		max-width: 270px;
	}

/*top*/

.top_img_wrap {
	width:100% ;
	background: url(images/top_main_bg.png) repeat-x top left #F3F3F1;
	border-bottom:2px solid #E1E0D9;
}
.top_img {
    margin: 0 auto;
	width:900px ;
}
.top_img img{
	width:100% ;
	padding:10px 0;
}

/*company*/

.company > li {
border-right: 1px solid #CCC;
border-left: 1px solid #CCC;
}
.company > li .name {
border-right: 1px dashed #e3e3e3;
}

.t_table td.td01 label,
.t_table td.td02 label,
.t_table td.td03 label,
.t_table td.td04 label{
display:block;
float: left;
width:230px;
margin: 5px 5px 5px 0;
}


}

@media only screen
and (max-width : 989px) {

.for_989n {
display: none;
}

.for_989b {
display: block;
}

img {
max-width: 100%;
height: auto;
}

dl.iqfm-table .red {
color: red;
background: none;
}

/*ヘッダー*/

#sp_head {
width:100% ;
}

#sp_head .nav {
background: url(images/bg_menu.png) repeat-x;
-webkit-background-size: 2px 40px;
background-size: 2px 40px;
overflow: hidden;
}

.hnav {
    font-size: 12px;
    text-align: center;
    float: left;
    width: 50%;
    height: 40px;
}
.hnav a {
    display: block;
    color: #333333;
    text-decoration: none;
    padding-top: 1px;
    line-height: 1.2em;
    height: 36px;
    border-right: 1px solid #c1c1c1;
}
.hnav .border_r0 {
    border-right:none;
}
.hnav div {
    display: inline-block;
}
.hnav span {
    display: table-cell;
    vertical-align: middle;
    height: 38px;
    padding-left: 24px;
}

.icon_tel span {
    background: url(images/icon_free_call.png) left center no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.icon_mail span {
    background: url(images/icon_mail.png) left center no-repeat;
    -webkit-background-size: 22px 22px;
    background-size: 22px 22px;
}
.hnav.icon_product div {
    border-left: none!important;
}
.hnav.icon_diy div {
    border-right: none!important;
}

#sp_head .nav ul li {
list-style: none;
}

/*サイドバー*/

.semi img {
width: 200px;
}

/*セミナー*/

.semi_container {
width:31% ;
}

/* results */

.results_sp {
width: 29%;
height:370px ;
}

/* company */
ul.company {
border-bottom: none;
}
.company > li .name {
width: auto;
font-weight: bold;
border-width:0px 0px 1px 0px ;
border-style:solid ; 
border-color:#CCC ;
}
.company > li .cont {
width: auto;
border:none ;
padding-bottom:10px ;
}
.company > li div {
display: block;
float: none;
}



/*ここまで*/



#topPr .prImage {
box-shadow: 0px 1px 3px rgba(0,0,0,0.3);
margin-bottom: 20px;
border: 4px solid #fff;
max-width: 310px;
}

.moreLink {
margin-bottom: 20px;
}

form#searchform input#s {
margin: 0px 0px 0px 5px;
padding: 5px;
width: 50%;
float: left;
}

.two-col-r .content, .two-col-l .content {
max-width: 650px;
width: 68%;
padding-top: 30px;
}

/*top*/

.top_img_wrap {
	width:100% ;
	background: url(images/top_main_bg.png) repeat-x top left #F3F3F1;
	border-bottom:10px solid #E1E0D9;
}
.top_img {
    margin: 0 auto;
	width:900px ;
}
.top_img img{
	width:100% ;
	padding:10px 0;
}

}


.list-box {
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap:wrap;
}
.list-box article{
width: 32%;
}
.list-article-thumb img{
width: 100%;
height: auto;
}

.list-article-content h2.entry-title{
text-align: center;
  position: relative;
  padding-left: 30px;
  color:#153c6e;
}
.list-article-content h2.entry-title{
text-align: center;
  position: relative;
  padding-left: 30px;
  color:#153c6e;
}
.list-article-content h2.entry-title a:link{
text-decoration: none;
color:#666;
font-family:"ヒラギノ丸ゴ Pro W4",ヒラギノ丸ゴ Pro W4, Hiragino Maru Gothic Pro, Osaka, "ＭＳ ゴシック", sans-serif;
}
.list-article-content h2.entry-title:before {
  position: absolute;
  font-family: FontAwesome;
  font-weight: 900;
  content: "\f087";
  background: #ee86a8;
  color: #fff;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
