/*
Theme Name: duzallprint store 201411
Theme URI: http://
Author: shinohara
Author URI: http://
Description:
Version: 1.2.0
License:
License URI: http://
Tags:
Text Domain: duzallprint
*/

body.search-results {
    padding-top: 0;
    font-family: sans-serif;

    main.search-results {
        max-width: 800px;
        margin: 0 auto;
        padding: 2em;

        .search-form {
            margin-bottom: 2em;
            display: flex;
            border: 1px solid #ccc;
            border-radius: 6px;
            overflow: hidden;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);

            input[type="search"] {
                width: 100%;
                padding: 0.75em 1em;
                font-size: 1em;
                border: none;
                outline: none;
                background-color: #fff;
            }

            button {
                padding: 0.75em .5em;
                font-size: 1em;
                background-color: #f4f4f4;
                border: none;
                border-left: 1px solid #ccc;
                cursor: pointer;
                transition: background-color 0.3s ease;
                white-space: nowrap;
                letter-spacing: 3px;

                &:hover {
                    background-color: #e0e0e0;
                }
            }
        }

        .search-heading {
            color: #ff8400;
            font-size: 18px;
            margin: 0 0 30px 0;
            padding: 0;
            line-height: 1em;
            margin-bottom: 1.5em;
            span {
                font-size: 14px;
            }
        }

        .search-item {
            margin-bottom: 2em;
            border-bottom: 1px solid #ccc;
            padding-bottom: 1em;

            h2 {
                margin: 0 0 0.5em;
                font-size: 1.25em;
            }

            .excerpt {
                color: #444;
                font-size: 0.95em;
            }

            @media screen and (max-width: 767px) {
                .excerpt {
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    overflow: hidden;
                }
            }

        }

        .no-results {
            color: #666;
            font-style: italic;
        }
    }
}


.breadcrumbs{
  width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 1em;
  text-align:left;
  font-size: 12px;
}


.entry-content{
  margin: 0 0 3em 0;
}

.entry-content p{
  margin: 1em 0;
}
.entry-content ul,
.entry-content ol,
.entry-content .wp-caption{
  margin: 1em;
}
.entry-content p{
  line-height: 1.7em;
}
.entry-content ul,
.entry-content ol{
  margin-left: 2.2em;
}
.entry-content ul,
.entry-content ul li{
  list-style-position: outside;
  list-style-type: disc;
}
.entry-content ol,
.entry-content ol li{
  list-style-position: outside;
  list-style-type: decimal;
}


.entry-content .wp-caption img{
}
.entry-content .wp-caption .wp-caption-text{
  margin: 0;
}


/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
    height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
    height: auto;
    max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
    max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
    max-width: 100% !important;
}

/* Images */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
    /*color: #220e10;*/
    /*font-size: 14px;*/
    /*font-style: italic;*/
    /*font-weight: 300;*/
    /*font-weight: bold;*/
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol  {
    list-style-position: inside;
}

.gallery-caption-small .gallery-caption {
  font-size: 0.8em;
  line-height: 1.2em;
}
.gallery-design dd > .title{
  display: block;
  text-align: center;
  font-weight: bold;
  color: #333;
  line-height: 1.4em;
}
.gallery-design .sheet{
  display: block;
  text-align: left;
}
.gallery-design .sheet .title{
  display: block;
  margin-left: 20px;
  display: none;
}
.gallery-design .sheet .sheets{
  display: block;
  text-align: center;
}



.gallery-design .gallery-item{
  margin-bottom: 1em;
}
.gallery-design dd .name{
  display: block;
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  line-height: 1.2em;
  margin: 0.2em 0 0.2em 0;
  padding: 0;
}
.gallery-design .sheets{
  text-align: left;
  padding: 0 0 0 20px;
}
.gallery-design .sheets .title{
  margin: 0;
  padding: 0;
  display: none;
}
.gallery-design .sheets .items{
  list-style: none;
  margin: 0;
  padding: 0;
}
.gallery-design .sheets .items li{
  line-height: 1.6em;
  list-style: none;
  margin: 0;
  padding: 0;
}
/* スライドショー*/
body.page-id-167 #slb_viewer_wrap .slb_theme_slb_default .slb_data_title div,
body.page-id-167 #slb_viewer_wrap .slb_theme_slb_default .slb_data_title p,
body.page-id-167 #slb_viewer_wrap .slb_theme_slb_default .slb_data_title ul,
body.page-id-167 #slb_viewer_wrap .slb_theme_slb_default .slb_data_title li{
  display: inline;
}
body.page-id-167 #slb_viewer_wrap .slb_theme_slb_default .slb_data_title .sheets{
  font-weight: normal;
  font-size: 14px;
}
body.page-id-167 #slb_viewer_wrap .slb_theme_slb_default .slb_data_title .sheets li{
  margin-right: 1em;
}


