@charset "UTF-8";
/*
Theme Name: Peraplate2
Theme URI: 
Author: PPCアフィリエイト最速戦略
Author URI: http://ppc-affiliate.info/
Description: PPCアフィリエイト専用WordPressテーマ
Version: 2.32
*/


/*
* Globals
*/

body {
    font-family: Arial, Roboto, “Droid Sans”, “游ゴシック”, YuGothic, “ヒラギノ角ゴ ProN W3″, “Hiragino Kaku Gothic ProN”, “メイリオ”, Meiryo, sans-serif;
    color: #555;
    background-color:#fff;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 0;
    font-weight: normal;
    color: #333;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    position:relative;
    top:1px;
    left:1px;
}

a:active {
    text-decoration: none;
}


img{
    max-width: 100%;
    height: auto;
}

/*
* Override Bootstrap's default container.
*/

/*@media (min-width: 1200px) {*/
.container {
    max-width: 1080px;
    margin-top:20px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
}

.navi_container {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    /*    margin-bottom:1*/
    padding-right: 0px;
    padding-left: 0px;
}

header {
    width: 100%;
    background-color: #fff;
    padding: 5px 10px;
    background-color: #428bca;
    color:#fff;
    margin:0px auto 0px auto;
    text-align:center;
}

.header_container{
    max-width: 1080px;
    margin:auto;
}

.header_container h1{
    font-size:25px;
    color:#fff;
    margin-top:10px;
}

.header_container a:link{
    color:#fff;
}

.header_container a:visited{
    color:#fff;
}


/*}*/


/* グローバルナビ */

.navbar-default{
    border: 1px solid #e5e5e5;
    /*    background: #fff;*/
    -webkit-box-shadow: 0 4px 6px -6px #777;
    -moz-box-shadow: 0 4px 6px -6px #777;
    box-shadow: 0 4px 6px -6px #777;
}

.current_page_item{
    background:rgba(0,0,0,0.05);   
}

.current-menu-item{
    background:rgba(0,0,0,0.05);
}

#main-nav li{
    border-left:1px solid #e5e5e5;
    display: inline-block;
    border-bottom:1px solid #e5e5e5;

}

#main-nav li:last-child{
    border-right:1px solid #e5e5e5;
    
}

#main-nav li a:before{
    content:"\e258";
    position: relative;
    top: 1px;
    padding-right:5px;
    padding-left:5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.navbar-nav {
    margin: 0px 0px;
}

@media screen and (max-width: 767px) {
    #main-nav li{
        width:100%;
        padding-left:15px;
        border-left:none;
    }

    #main-nav li:last-child{
        border-left:none;
        border-bottom:none;
    }
}



/*
#main-nav li ul {
position: absolute;
display: none;
width: inherit;
}

#main-nav li:hover ul {
display: block;
}

#main-nav li ul li {
display: block;
z-index: 9999999;
}
*/


/*
* Masthead for nav
*/

.blog-masthead {
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
    box-shadow: inset 0 -2px 5px rgba(0,0,0,.1);
}

/* Nav links */
.blog-nav-item {
    position: relative;
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    color: #cdddeb;
}
.blog-nav-item:hover,
.blog-nav-item:focus {
    color: #fff;
    text-decoration: none;
}

/* Active state gets a caret at the bottom */
.blog-nav .active {
    color: #fff;
}
.blog-nav .active:after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    vertical-align: middle;
    content: " ";
    border-right: 5px solid transparent;
    border-bottom: 5px solid;
    border-left: 5px solid transparent;
}




/*
* Blog name and description
*/

.header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color:darkorange;
}
.blog-title {
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    color:#fff;
}
.blog-description {
    font-size: 12px;
    color: #999;
}


/*
* Main column and sidebar layout
*/

.blog-main {
    font-size: 17px;
    line-height: 1.8;
    padding:15px;

    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 4px 6px -6px #777;
    -moz-box-shadow: 0 4px 6px -6px #777;
    box-shadow: 0 4px 6px -6px #777;
    margin-bottom:20px;
}

/* Sidebar modules for boxing content */

.blog-sidebar{
    padding-right:0px;
    padding-left: 0px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 4px 6px -6px #777;
    -moz-box-shadow: 0 4px 6px -6px #777;
    box-shadow: 0 4px 6px -6px #777;
    /*    border-top:1px #e5e5e5 solid;*/
}

.blog-sidebar section{

}

.blog-sidebar h3{
    border-bottom:1px #e5e5e5 solid;
    margin-bottom:0px;
    padding:12px 10px 12px 10px;
    background-color:#e5e5e5;
    font-size:15px;
}

.blog-sidebar ul{
    padding-left:0px;
    padding-bottom:0px;
    margin-bottom:0px;
}

.blog-sidebar li{
    border-bottom:1px #e5e5e5 solid;
    list-style:none;
    background-color: #fff;
    padding:10px 15px 10px 15px;

}

.blog-sidebar li a{
    display: block;
    width: 100%;
}

.blog-sidebar li:hover{
    background-color:#fcfcfc;

}

.blog-sidebar li:last-child{
    border-bottom:none;
}

.blog-sidebar li a:before{
    content:"\e250";
    position: relative;
    top: 1px;
    padding-right:5px;
    padding-left:5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.widget_search{
    padding:10px 15px 10px 15px; 
}


.sidebar-module {
    padding: 15px;
    margin: 0 -15px 15px;
}
.sidebar-module-inset {
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.sidebar-module-inset p:last-child,
.sidebar-module-inset ul:last-child,
.sidebar-module-inset ol:last-child {
    margin-bottom: 0;
}

.textwidget{
    padding:20px;
}

#calendar_wrap{
    padding:30px;
}


/* Pagination */
.pager {
    margin-bottom: 60px;
    text-align: left;
}
.pager > li > a {
    width: 140px;
    padding: 10px 20px;
    text-align: center;
    border-radius: 30px;
}


/*
* Blog posts
*/

.blog-post {
/*    margin-bottom: 0px;*/
}
.blog-post-title h2 {
    border-left: 10px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left:8px;
    padding-bottom:5px;
    padding-top:5px;
    font-size:26px;
    margin-bottom:15xp;
}

.blog-post-meta{
    text-align: right;
    margin-top:10px;
    padding-top:5px;
    border-top: 1px dashed #e5e5e5;
}

.blog-post-meta :before{
    content:"\e041";
    position: relative;
    top: 1px;
    padding-right:5px;
    padding-left:5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

/*
* Footer
*/

footer{
    text-align:center;
    padding-top:30px;
    padding-bottom:20px;
}


/* ARCHIVE */



/*
.archive{
border-bottom: 1px #e5e5e5 solid;
border-left: 8px #e5e5e5 solid;
padding-bottom: 5px;
padding-top: 5px;
padding-left:5px;
font-size:19px;

}

*/

.archive_title{
    margin-right: auto;
    margin-left: auto;
    max-width: 1080px;
    padding: 5px;
    margin-top:20px;
    margin-bottom:0px;
}

.archive_title_container{
    border: 1px solid #e5e5e5;
    padding: 5px;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px -6px #777;
    -moz-box-shadow: 0 4px 6px -6px #777;
    box-shadow: 0 4px 6px -6px #777;
    text-align:center;
}

.archive_title h2{
    font-size: 22px;
    padding:5px;
    margin:0px;
}


/*Products*/

#products{
}

.product{

    padding:5px;
}

.product_container{
    border: 1px solid #e5e5e5;
    padding: 10px;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px -6px #777;
    -moz-box-shadow: 0 4px 6px -6px #777;
    box-shadow: 0 4px 6px -6px #777;
}

.product_header{
}

.product_header h3{
    border-left: 10px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding-left:8px;
    padding-bottom:5px;
    padding-top:5px;
    font-size:19px;
}

.product_image{
}

.product_content{
}

.product_meta{
    text-align: right;
    margin-top:10px;
    padding-top:5px;
    border-top: 1px dashed #e5e5e5;
}

.product_meta :before{
    content:"\e041";
    position: relative;
    top: 1px;
    padding-right:5px;
    padding-left:5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}


.product_footer{
    text-align: center;
    margin-top:10px;
    font-size:18px;
    padding:5px;
    /*    background-color:#f9f9f9;*/
    /* background-color: #f9f9f9; */
    background: linear-gradient(-45deg,#e0e0e0 25%,transparent 25%,transparent 50%,#e0e0e0 50%,#e0e0e0 75%,transparent 75%,transparent);
    background: -webkit-linear-gradient(-45deg,#e0e0e0 25%,transparent 25%,transparent 50%,#e0e0e0 50%,#e0e0e0 75%,transparent 75%,transparent);
    background-size: 3px 3px;
}

.product_footer a{
    display: block;
    width: 100%;
}

.product_footer:hover{
    background-color:#f0f0f0;

}

.moretext :before{
    content:"\e095";
    position: relative;
    top: 1px;
    padding-right:5px;
    padding-left:5px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.product_image img{
    display: block;
    max-width: 100%;
    height: auto;
}

/*ADD*/


.aligncenter{
    margin:auto;
}

.post_catch1{
    font-size: 25px;
    background: linear-gradient(transparent 60%, #ffff66 60%);
    color:555;
}

.post_catch2{
    font-size: 18px;
    color:#999;
}

.catch{
    text-align:center;
    margin-top:15px;
}

.col-sm-8{
/*    padding-right:0px;*/
}

#breadcrumb{ 
    margin-bottom:10px;
    float:right;
}


ul.crumb-lists{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.crumb-lists li{
    float: left;
    font-size:12px;
    margin-left:5px;
}



.pagination {
    text-align: center;
}


.page-numbers {
    display: inline-block;
    margin-bottom: 5px;
    padding: 1px 8px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 4px 6px -6px #777;
    -moz-box-shadow: 0 4px 6px -6px #777;
    box-shadow: 0 4px 6px -6px #777;
    text-decoration: none;
    vertical-align: middle;
}


table {
    width: 100%;
    border-collapse: collapse;
}
th{
    width: 35%;
    padding: 6px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #eee;
    border: 1px solid #b9b9b9;
}
td{
    padding: 6px;
    background-color: #fff;
    border: 1px solid #b9b9b9;
}

.opt_header{
    margin-bottom:15px;
}


@media screen and (max-width: 767px) {
    .xs_sidebar{
        padding:0px;
    }
    
}

/* 追記 HONDA 2024.7.15 ここから */
.shop_list {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 1.0em 0;	
}

.shop_list h2 {
  font-size: min(4.5vw, 20px);
  text-align: left;
  font-weight: bold;
  line-height: 1.0em;
  letter-spacing: 0.03em;
  color: #364c94;
  margin: 0;
  padding: 0.5em 0 0.5em 0.5em;
  border-top: 3px solid #364c94;
  border-bottom: 1px solid #364c94;
}

.shop_list table {
  width: 100%;
  height: auto;
  margin: 1.5em 0 2.0em 0;
  padding: 0;
  border-collapse: collapse;
  border: 0; 	
}

.shop_list table th {
  width: 20%;
  height: auto;
  font-size: min(3.8vw, 18px);
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
  color: #333333;
  margin: 0;
  padding: 0.3em 0;
  background: none;
  border: none;
}

.shop_list table td {
  width: 80%;
  height: auto;
  font-size: min(3.8vw, 18px);
  font-weight: normal;
  text-align: left;
  line-height: 1.4em;
  color: #333333;
  margin: 0;
  padding: 0.3em 0;
  border: none;
}

.shop_list table td span {
  font-size: min(3.8vw, 18px);
  font-weight: normal;
  text-align: left;
  line-height: 2.0em;
  color: #333333;
  display: block;
}

.shop_list ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shop_list ul li {
  width: 49%;
  height: auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.shop_list ul li img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

.shop_list ul li a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}
/* 追記 ここまで */