@charset "UTF-8";
/*
Theme Name: poprint
Theme URI: http://localhost/wordpress/
Author: Your Name
Author URI: http://localhost/
Description: このサイトは『ポップりんと』のテストサイトです。
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


@import url(http://fonts.googleapis.com/css?family=Lato:100,300,400,700);

/**
 * 1.0 - リセット
 *
 * HTML要素デフォルトスタイルを定義
 * normalize.css http://necolas.github.io/normalize.css/
 */

footer,header,main,
nav,section,summary {
    display: block;
    vertical-align: middle;
}

html {
        -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

html * {
    -moz-box-sizing: border-box;
         box-sizing: border-box;
}

body {
    font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
    font-size: 14px;
    //line-height: 1.7em;
    margin: 0;
    color: #454545;
    background: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

a {
    color: #694329;
    background: transparent;
}

a:focus {
    color: #442c1b;
    outline: 0 none;
}

a:active,
a:hover {
    color: #8e5a37;
    outline: 0;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

h2 {
    font-size: 1.8em;
    margin: 0.67em 0;
}



hr {
    display: block;
    -moz-box-sizing: content-box;
         box-sizing: content-box;
    height: 0;
    height: 1px;
    margin: 1em 0;
    padding: 0;
    border: 0;
    border-top: 2px solid #ccc;
}



iframe {
    max-width: 100%;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

textarea {
    resize: vertical;
}

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

/** 1.1 - テキスト位置 **/
.text-center {
    text-align: center;
	padding: 0 0 0 0;
}

.text-center-td30 {
    text-align: center;
	padding: 30px 0 30px 0;
}

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

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

img{
	vertical-align: bottom;
}

@media screen and (max-width: 400px) {
	.text-right img{
 	   padding-bottom: 5px;
	}
}

img{
	max-width: 100%;
}

@media screen and (max-width: 1000px) {
	img{
		max-width: 100%;
	}
}

/** 1.2 - フロート **/
.f-left {
    float: left;
}
.f-right {
    float: right;
}

/** 1.3 - クリアフィックス **/
.clearfix:before,
.container:before,
.header:before,
.clearfix:after,
.container:after,
.header:after {
    display: table;
    content: ' ';
}

.clearfix:after,
.container:after,
.header:after {
    clear: both;
}

a img {
    -webkit-transition: opacity ease-in 0.2s;
            transition: opacity ease-in 0.2s;
}

a img:hover {
    opacity: 0.7;
}

table {
    width: 100%;
    border-collapse: collapse;
}
table textarea,
table input[type='text'] {
    width: 100%;
}
table th {
    padding-left: 1em;
    text-align: left;
}
.text-danger{
    color: #ae0000;
}

/**
 * 2.0 - レイアウト
 */
.container {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (max-width: 640px) {
    .container {
        float: none;
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
    }
}


/** 2カラム時 **/
.l-two-column {
    padding-bottom: 30px;
}

/** メインカラム **/
.l-main {
    float: left;
    width: 100%;
    max-width: 72.6%;
    padding-top: 24px;
	margin-left: 10px;
}

@media screen and (max-width: 640px) {
    .l-main {
        float: none;
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
    }
}

/** サイドバー **/
.l-sidebar {
    float: right;
    width: 100%;
    max-width: 24%;
    padding-top: 12px;
}

.l-sidebar p{
	margin-top: 0;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
    .l-sidebar {
        float: none;
        max-width: 94%;
        margin-right: auto;
        margin-left: auto;
        text-align: center;
    }
}

/** ワンカラム **/
.l-one-column {
    padding-top: 2em;
    padding-bottom: 2em;
    background: #ffffff;
}

.l-one-column .l-main {
    width: 100%;
    max-width: 1000px;
    padding-top: 0;
    margin-left: auto;
    margin-right: auto;
    float: none;
}



/**
 * 3.0 - ヘッダー
 */
.header {
    font-size: 14px;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom: 2px dotted #738780; //一番上の画像上ライン（すごく細い）
}

.header .header-logo {
    float: left;
    width: 30%;
    margin-top: 6px;
}

@media screen and (max-width: 960px) {
    .header .header-logo {
        float: none;
        width: 100%;
        margin-bottom: 2em;
        text-align: center;
    }
}

/**
 * 4.0 - ナビゲーション
 */

/** 4.1 - グローバルナビゲーション **/
.header-navigation {
    position: relative;
    float: right;
    //width: 70%;
}

@media screen and (max-width: 640px) {
    .header-navigation {
        float: none;
        width: 100%;
    }
}

.header-navigation li {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.header-navigation li:hover {
    background-color: #f5f5f5;
}

@media screen and (max-width: 640px) {
    .header-navigation li {
        float: none;
        width: 49%;
        text-align: center;
    }
}

.header-navigation span,
.header-navigation a {
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    line-height: 1.8em;
    display: inline-block;
    padding-right: 0px;
    padding-left: 22px;
    -webkit-transition: background ease-in 0.2s;
            transition: background ease-in 0.2s;
    text-decoration: none;
    letter-spacing: 1.0px;
    color: #686868;
    border-radius: 2px;
    background-image: url(images/icons/arrow-middle.png);
    background-repeat: no-repeat;
    background-position: 12px 8px;
}

.header-navigation .sub-menu {
    position: absolute;
    z-index: 99999;
    left: 0;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    padding: 0;
    border: 1px solid #e8e8e8;
    border-top: 0;
    background-color: #f5f5f5;
}

.header-navigation .sub-menu li {
    display: block;
    overflow: hidden;
    width: 200px;
    text-align: left;
}

.header-navigation .sub-menu li a {
    display: block;
}

.header-navigation .sub-menu li a:hover {
    background-color: #fff;
}

@media screen and (max-width: 640px) {
    .header-navigation .sub-menu {
        float: none;
    }
    .header-navigation .sub-menu li {
        width: 100%;
    }

}

.header-navigation .sub-menu ul {
    top: 0;
    left: 100%;
    width: 100%;
    border-left: 0;
}

.header-navigation li:hover > .sub-menu,
.header-navigation .sub-menu li:hover > .sub-menu,
.header-navigation .focus > .sub-menu {
    overflow: visible;
    clip: inherit;
    width: inherit;
    height: inherit;
}

@media screen and (max-width: 640px) {
    .header-navigation li:hover > .sub-menu,
    .header-navigation .sub-menu li:hover > .sub-menu,
    .header-navigation .focus > .sub-menu {
        width: 100%;
    }
}

/**
 * 6.0 - サイドバーコンテンツ
 */

.widget-title {
    font-size: 18px;
    font-weight: normal;
    line-height: 2em;
    margin-bottom: 16px;
    color: #454545;
    background-image: url(../images/common/bg-widget-title.png);
    background-repeat: no-repeat;
    background-position: bottom;
}

.widget {
    margin-bottom: 24px;
}

.widget_categories ul {
    border: 1px solid #e8e8e8;
    border-bottom: none;
}

.widget_categories ul li {
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
}

.widget_categories ul li a {
    font-weight: bold;
    line-height: 3.4em;
    display: block;
    padding-left: 1.7em;
    text-decoration: none;
    color: #454545;
    background-image: url(../images/icons/arrow-large.png);
    background-repeat: no-repeat;
    background-position: 220px center;
}

.widget_categories ul li a:hover {
    background-color: #f5f5f5;
}

.widget_categories ul li a:active {
    background-color: #e8e8e8;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 640px) {
    .widget_categories {
        width: 240px;
        margin-right: auto;
        margin-left: auto;
    }
}

/**
 * 7.0 - フッター
 */

.footer {
	clear:left;			/*フロート配置をクリアする*/
	width:100%;
	text-align:center;		/*センタリング*/
	margin:0 0 0 0;
	padding: 20px 0px 20px 0px;
	border-top: 2px dotted #738780; //フッタ上の画像上ライン（すごく細い）
    /* border-top: 1px solid #e8e8e8; */
    /* background: #f6f6f6; */
}


.footer-logo {
    margin-bottom: 2em;
}

.footer-logo p {
    font-size: 10px;
    color: #a5a5a5;
}

.footer-navigation {
    margin-bottom: 2em;
}

.footer-navigation li {
    display: inline-block;
}

@media screen and (max-width: 640px) {
    .footer-navigation li {
        display: block;
        width: 100%;
        text-align: left;
    }
    .footer-navigation li a {
        line-height: 4em;
        border-bottom: 1px solid #e8e8e8;
    }
}

.footer-navigation a {
    padding-right: 16px;
    padding-left: 16px;
    text-decoration: none;
    color: #454545;
    background-image: url(images/icons/arrow-small.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.footer-navigation a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 640px) {
    .footer-navigation a {
        display: block;
        width: 100%;
    }
}

.footer-copyright {
    color: #aaa;
}





/** 9.5 - ブログアーカイブ **/

.blog .hentry,
.archive .hentry {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 24px;
    border: 1px solid #e8e8e8;
}

.blog .page-header,
.archive .page-header {
    overflow: hidden;
}

.blog .entry-title,
.blog .archive-title,
.archive .entry-title,
.archive .archive-title  {
    font-size: 16px;
    float: left;
    margin-bottom: 16px;
    padding-bottom: 0;
    letter-spacing: 0;
    border-bottom: none;
    background: none;
}

@media screen and (max-width: 640px) {
    .blog .entry-title,
    .blog .archive-title,
    .archive .entry-title,
    .archive .archive-title  {
        float: none;
    }
}

.blog .entry-title a,
.blog .archive-title a,
.archive .entry-title a,
.archive .archive-title a {
    text-decoration: none;
    color: #694329;
}

.blog .entry-title a:hover,
.blog .archive-title a:hover,
.archive .entry-title a:hover,
.archive .archive-title a:hover {
    color: #8e5a37;
}

.blog .entry-content,
.archive .entry-content {
    overflow: hidden;
}

.blog .entry-content .entry-header,
.archive .entry-content .entry-header {
    display: inline-block;
    width: 100%;
}

.blog .entry-content .thumbnail,
.archive .entry-content .thumbnail {
    //float: left;
	clear:both;
    margin-right: 16px;
}



/**
 * 11.0 WordPress デフォルトスタイル
 */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption {
    max-width: 96%;
    padding: 5px 3px 10px 3px;
	//padding: 5px 3px 10px;
    text-align: center;
    border: 1px solid #f0f0f0;
    background: #fff;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

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

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

.wp-caption img {
    width: auto;
    max-width: 98.5%;
    height: auto;
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption .wp-caption-text {
    font-size: 11px;
    font-style: normal;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.screen-reader-text {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
}

/**
 * 12.0 - トップページ
 */

/** 12.1 メインビジュアル **/
.visual .container {
    position: relative;
}

.visual .site-desctiption {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5em;
    position: absolute;
    right: 0;
    bottom: 230px;
    display: inline-block;
    color: #ffffff;
    background: rgba(36, 128, 128, 0.5);
	padding: 0 5px;
}

@media screen and (max-width: 500px) {
    .visual .site-desctiption {
 
       position: static;
        float: right;
    }
}

/** 12.2 トップページバナー **/
.home .l-one-column .l-main{
    width: 100%;
    max-width: 100%;
}

.home-banner {
	overflow: hidden;
	margin: 20px 0;
	text-align: center;
}

.home-banner img{
    padding: 5px 20px;
}

.home-banner li {
    display: block;
    float: right;
    max-width: 70%;
	margin-left: 1em;
	margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
    .home-banner li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }
}
*/
/**********************************/
/*     ボタンの並び     */
/**********************************/
.tow-button {
    margin-top: 3em;
    margin-bottom: 3em;
	text-align: center;
}

.tow-button li {
	display: inline-block;
    max-width: 31.5%;
    margin-right: 16px;
	margin-bottom: 1em;
	text-align: center;
}

@media screen and (max-width: 640px) {
    .tow-button li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }
}


.one-button {
    margin-top: 3em;
    margin-bottom: 3em;
	text-align: center;
}

.one-button li {
	display: inline-block;
    max-width: 31.5%;
    margin-right: 16px;
	margin-bottom: 1em;
	text-align: center;
}

@media screen and (max-width: 640px) {
    .one-button li {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1em;
        text-align: center;
    }
}


/**********************************/
/*　　　　画像　　　　　　*/
/**********************************/

.image-center{
	text-align:center;
}

.image-right{
	text-align:right;
	padding: 0 5% 0 0;
}

.image-left{
	text-align:left;
	padding: 0 0 0 5%;
}

.top0{
	padding-top: 0;
}

.top10{
	padding-top: 10px;
}

.top30{
	padding-top: 30px;
}

.bottom30{
	padding-bottom: 30px;
}

.left10{
	margin-left:10px;
}
/**************************************************/
/*   広いサイズで図、狭いサイズでテキストに変更   */
/**************************************************/
.text-sp {
	display:none;
	font-size: 1.1em;
	text-align: center;
}

@media screen and (max-width:800px) {
	.text-pc {
		display:none;
	}
	.text-sp {
		display:block;
	}
}




/* 画像の入っているものをボタン画像なしにする*/
.buttun_clear{
	outline: none;
	border: 0;
	background-color:transparent;
	vertical-align: bottom;
	min-width: 257px;
}

/*============================================
タイトルボックス右下のボタン
============================================*/

.backToTop {
	width: 172px;
	height: 35px; /* IE用 */
	margin: 0;
	padding: 0 10px 0 0;
	overflow: hidden; /* IE用 */
	outline:none;
}

.backToTop button {
	border: 0;
	margin: 0;
	padding: 0;
	width: 162px;
	height: 35px;
	background: url("images/common/b_print-member-top.png");
	background-repeat: no-repeat;
	background-position: right bottom;
	overflow: hidden;
	outline:none;
}

/*============================================
inputボタンのスタイル
============================================*/
button {
	cursor: pointer;
	outline:none;
}

button:hover {
	opacity: 0.8;
}

/**********************************/
/*  　サイトマップの表　　       */
/**********************************/


.sitemap-area{ /* http://allabout.co.jp/gm/gc/24004/2/ */
	padding-bottom:5px;
	margin-bottom:20px;
	border-bottom-right-radius: 50px;   /* 右上 */
	border-bottom-left-radius: 50px; /* 左下 */
	-webkit-border-bottom-left-radius: 50px;  /* 左下 */
	-webkit-border-bottom-right-radius: 50px; /* 右下 */
	-moz-border-radius-bottomleft: 50px;  /* 左下 */
	-moz-border-radius-bottomright: 50px; /* 右下 */

	border-top: 5px #8DBEC0 solid;   /*  枠線の装飾 */
	background-color: #E1F1F1;   /* 背景色 */
}


.sitemap-table{
	margin-left: auto;
	margin-right: auto;
	position:relative;
	margin: 0 20px 0 20px;
}

@media screen and (max-width: 800px) {
    .sitemap-table {
		margin-left: auto;
		margin-right: auto;
		position:relative;
        width:300px;
    }
}

.sitemap-table td{
			/* 背景色 */
	padding: 5px 5px 5px 5px;
    font-size: 1.0em;
	text-align: left;
	vertical-align: top;
}


@media (max-width:800px){
	.sitemap-table{
	text-align: left ;
	}
}

table.sitemap-table td,table.sitemap-table td{
	display:table-cell
}

@media (max-width:800px){
	table.sitemap-table td,table.sitemap-table td{
		display:block
	}
}




.sitemap-navigation {
    margin-bottom: 2em;
}

.sitemap-navigation-ul{
	padding:20px 0 0 0;
	font-size:1.1em;
	color:999999;
}

.sitemap-navigation li,button{
    padding-right: 16px;
    padding-left: 0px;
	text-align: left;
	font-family: Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', sans-serif;
	font-size:1.0em;
    color: #454545;

}



.sitemap-navigation a {
    padding-right: 16px;
    padding-left: 16px;
    text-decoration: none;
    color: #454545;
    background-image: url(./images/icons/arrow-small.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.sitemap-navigation .arrow {
    padding-right: 16px;
    padding-left: 16px;
    text-decoration: none;
    color: #454545;
    background-image: url(./images/icons/arrow-small.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}



.sitemap-navigation a:hover, button:hover {
    text-decoration: underline;
}


/** 8.2 - お問い合わせフォーム **/
.entry-content table.contact-form {
    margin-bottom: 2em;
    border: 1px solid #e8e8e8;
}

.entry-content table.contact-form th {
    width: 30%;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    padding-left: 2.6em;
    text-align: left;
    vertical-align: top;
}

.entry-content table.contact-form td {
    width: 70%;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    padding-left: 2em;
    text-align: left;
}

.entry-content table.contact-form td textarea,
.entry-content table.contact-form td input {
    width: auto;
    max-width: 94%;
    padding: 2px 5px;
}

.entry-content table.contact-form textarea {
    min-height: 200px;
}

@media screen and (max-width: 640px) {
    .entry-content table.contact-form {
        display: block;
    }
    .entry-content table.contact-form tbody,
    .entry-content table.contact-form thead,
    .entry-content table.contact-form th,
    .entry-content table.contact-form td,
    .entry-content table.contact-form tr {
        display: block;
        width: 100%;
        text-align: left;
    }
    .entry-content table.contact-form th,
    .entry-content table.contact-form td {
        padding-left: 1em;
    }
}

/** 9.1 - 見出し */

/** 投稿タイトル
.page-header,
.entry-header .entry-title,
.page-header .archive-title,
.page-header .blog .archive-title,
.archive .page-header .archive-title,
.page-header .archive .archive-title,
.archive .page-header .archive-title {
    font-size: 24px;
    margin: 0 0 0 0;
    padding-bottom: 5px;
    border-bottom:2px solid #D1B088;
}

.entry-content{
    margin: 0 50px 20px 0;
}

.entry-date {
    font-size: 14px;
	text-align: right;
}

.entry-text{
    font-size: 16px;
    margin: 0 0 25px 20px;
    padding-bottom: 16px;
    text-align: left;
	line-height: 1.0em;
}

.entry-content h2 {
    font-size: 20px;
    line-height: 1.5em;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-bottom: 14px;
    color: #454545;
    border-bottom: 1px solid #e8e8e8;
}

.entry-content h3 {
    font-size: 18px;
    line-height: 27px;
    position: relative;
    margin-bottom: 16px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e8e8e8;
}

.entry-content h3:before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    margin-left: 8px;
    content: '';
    border-radius: 50%;
    background: #ffcfae;
    background-image: -webkit-linear-gradient(224deg, rgba(211, 120, 120, 0.5) 0%, rgba(149, 36, 129, 0.5) 50%, rgba(185, 199, 39, 0.5) 100%);
    background-image:         linear-gradient(-134deg, rgba(211, 120, 120, 0.5) 0%, rgba(149, 36, 129, 0.5) 50%, rgba(185, 199, 39, 0.5) 100%);
}

.entry-content h4 {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.entry-content h4:before {
    display: inline-block;
    margin-right: 0;
    margin-left: 0;
    content: '・';
}

.entry-content h5 {
    font-size: 14px;
    font-weight: 700;
}

.entry-content h6 {
    font-size: 14px;
    font-weight: 100;
}
 **/
/** 9.2 - 段落 **/
.entry-content p {
    line-height: 2em;
    margin-top: 0;
    margin-bottom: 8px;
}

/** 9.3 - 定義リスト **/
.entry-content dl dt {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 1.14297em;
    border-bottom: 1px dashed #e8e8e8;
}

.entry-content dl dd {
    margin-bottom: 1.14297em;
    margin-left: 1.14297em;
}

/** 9.4 - その他 **/
.entry-content small {
    font-size: 0.8em;
}

.entry-content strong {
    font-weight: bold;
    color: #905643;
}

.entry-content pre {
    padding: 16px;
    background: #e8e8e8;
}

.entry-content code {
    display: inline;
    padding: 2px 5px;
    background: #e8e8e8;
}

.entry-content table th,
.entry-content table td {
    line-height: 2em;
    text-align: center;
    border: 1px solid #e8e8e8;
}

.entry-content table th {
    font-weight: normal;
    padding-left: 0;
    background: #f7f7f7;
}

.entry-content .thumbnail {
    margin-bottom: 2em;
}

.entry-footer span {
    display: inline-block;
    padding: 2px 16px;
    padding-left: 28px;
    border: 1px solid #e8e8e8;
}

.entry-footer span a {
    text-decoration: none;
}

.entry-footer span.comments-link {
    background-image: url(../images/icons/icon-chat.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

.entry-footer span.tag-links {
    min-height: 29px;
    vertical-align: bottom;
    background-image: url(../images/icons/icon-tag.png);
    background-repeat: no-repeat;
    background-position: 7px center;
}

/** 9.5 - ブログアーカイブ **/

.blog .hentry,
.archive .hentry {
    overflow: hidden;
    margin-bottom: 24px;
    padding: 24px;
    border: 1px solid #e8e8e8;
}

.blog .page-header,
.archive .page-header {
    overflow: hidden;
}

.blog .entry-title,
.blog .archive-title,
.archive .entry-title,
.archive .archive-title  {
    font-size: 16px;
    float: left;
    margin-bottom: 16px;
    padding-bottom: 0;
    letter-spacing: 0;
    border-bottom: none;
    background: none;
}

@media screen and (max-width: 640px) {
    .blog .entry-title,
    .blog .archive-title,
    .archive .entry-title,
    .archive .archive-title  {
        float: none;
    }
}

.blog .entry-title a,
.blog .archive-title a,
.archive .entry-title a,
.archive .archive-title a {
    text-decoration: none;
    color: #694329;
}

.blog .entry-title a:hover,
.blog .archive-title a:hover,
.archive .entry-title a:hover,
.archive .archive-title a:hover {
    color: #8e5a37;
}

.blog .entry-content,
.archive .entry-content {
    overflow: hidden;
}

.blog .entry-content .entry-header,
.archive .entry-content .entry-header {
    display: inline-block;
    width: 100%;
}

.blog .entry-content .thumbnail,
.archive .entry-content .thumbnail {
    //float: left;
	clear:both;
    margin-right: 16px;
}

/** 9.6 - 投稿メタ **/

.entry-meta {
    margin-bottom: 24px;
    text-align: right;
}

.entry-meta span {
    display: inline-block;
    padding: 2px 16px;
}

.entry-meta .author {
    float: left;
    padding-left: 28px;
    background-image: url(../images/icons/icon-author.png);
    background-repeat: no-repeat;
    background-position: 8px center;
}

.entry-meta .date {
    padding-left: 28px;
    border: 1px solid #e8e8e8;
    background-image: url(../images/icons/icon-date.png);
    background-repeat: no-repeat;
    background-position: 5px center;
}

.entry-meta .categories-links {
    margin-left: 16px;
    padding-left: 28px;
    border: 1px solid #e8e8e8;
    background-image: url(../images/icons/icon-category.png);
    background-repeat: no-repeat;
    background-position: 8px center;
    background-color: #8b6c6c;
    color: #fff;
}

.entry-meta .categories-links a {
    font-size: 12px;
    text-decoration: none;
    color: #fff;
}

.entry-meta .categories-links a:hover {
    opacity: 0.8;
}

@media screen and (max-width: 640px) {
    .entry-meta .author {
        float: none;
    }
    .entry-meta span {
        display: block;
        margin-bottom: 8px;
        text-align: center;
    }

    .entry-meta .categories-links {
        margin-right: 0;
        margin-left: 0;
    }
}

