@charset "UTF-8";

/*!
Theme Name: Simplicity2 child
Template:   simplicity2
Version:    20161002
*/

/* Simplicity子テーマ用のスタイルを書く */

.article h2 {
	position: relative;
        margin: 40px -10px 20px;
        padding:10px 10px;
        font-size:26px;
	background: -webkit-linear-gradient(top, #fff 0%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
	box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
}
.article h2:before,
.article h2:after {
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 8px;
	box-sizing: border-box;
}
.article h2:before {
	top: 0;
	border-top: 4px solid #cc9966;
	border-bottom: 1px solid #cc9966;
}
.article h2:after {
	bottom: 0;
	border-top: 1px solid #cc9966;
	border-bottom: 4px solid #cc9966;
}

.article h3 {
	position: relative;
	padding: .25em 0 .5em .75em;
	border-left: 6px solid #cc9966;
}
.article h3:after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}

.sub {
  font-size:22px;
  font-weight: 700;
  border-bottom:3px solid #e7e7e7;
  padding:5px 10px;
}


#sidebar h3{
  text-align:center; /* タイトルの中央寄せ */
  border-top:1px solid #eee0b5; /* 枠線色 */
  border-right:5px solid #eee0b5; /* ワンポイント色 */
  border-left:5px solid #eee0b5;
  border-bottom:1px solid #eee0b5;
}

.button {
    background-color: #fff;
    border: 1px solid #965a00;
    border-radius: 8px;
    color: #333;
    display: block;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 300px;
}
.button:before,
  button:after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button:before,
.button:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.page .eye-catch {
  display: none;
}


/*---------------------------------
記事を読むを右に
--------------------------------*/
.entry-read {
  text-align: right;
  margin-right: 10px;
}


/*---------------------------------
余白調整でさらに見た目整える
--------------------------------*/
#main .entry {	
	width:auto;
	padding:10px;
	margin-bottom:12px;
}

/*---------------------------------
影を付けて立体的に
--------------------------------*/


/*---------------------------------
サムネイル画像が拡大する
--------------------------------*/
.entry-thumb,.wpp-thumbnail{
  overflow: hidden;
}
.entry-thumb img,.wpp-thumbnail img{
  transition: 0.6s ;
}
 
.entry-thumb img:hover,.wpp-thumbnail:hover {
   opacity: 0.6;
  -moz-transform: scale(1.1,1.1);
  -webkit-transform: scale(1.1,1.1);
  -o-transform: scale(1.1,1.1);
  -ms-transform: scale(1.1,1.1);
}

/************************************
** メインカラム（#main、記事、固定ページなど）
************************************/

.post-meta {
	margin:0 0 10px 0;
	padding:2px 8px;
	border-width:4px 0;
	border-color:#cc9966;
	border-style:solid;
	background:#fff;
	color:#967037;
	line-height:140%;
	font-size: 16px;
}

/************************************
** index.phpのリスト
************************************/

.entry .post-meta {
  margin:0 0 10px 0;
	padding:2px 8px;
	border-width:4px 0;
	border-color:#cc9966;
	border-style:solid;
	background:#fff;
	color:#967037;
	line-height:140%;
	font-size: 16px;
}


/*---------------------------------
スマホ用ショップリンク
--------------------------------*/
@media only screen and (max-width: 480px) {
.shoplink-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 1px #ddd;
  padding: 10px 15px;
  background-color: #fff;
}
.shoplink-image {
  margin: 0 0 10px 0;
  float: none;
}
.shoplink-image img {
  margin: 0 auto;
  display: block;
}
.shoplink-info {
  font-size: 14px;
  margin: 0;
}
.shoplink-name {
  font-size: 16px;
  margin-top: 2px;
}
.shoplink-item {
  margin-top: 5px;
}
.shoplink-caution {
  font-size: 12px;
  color: #990000;
  margin-top: 5px;
}
.shoplink-link {
  font-size: 16px;
}
.shoplinkamazon, .shoplinkrakuten, .shoplinkseven, .shoplinktower, .shoplinkhonto, .shoplinkyahoo, .shoplinkishibashi, .shoplinkautobacs, .shoplinkyamada, .shoplinkhands, .shoplinkakibakan, .shoplinkkobo, .shoplinkkindle {
  float: none;
  display:block;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
}
}

.itunes-preview {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 1px #ddd;
  padding: 5px 15px;
  max-width: 300px;
  overflow: hidden; 
}
.itunes-preview-info {
  font-size: 12px;
}

/*-----------------------------------------
スマホ用ミニ・ショップリンク
------------------------------------------*/
@media only screen and (max-width: 480px) {
.minishoplink-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 1px 1px 3px 1px #ddd;
  padding: 10px 15px;
  background-color: #fff;
}
.minishoplink-image {
  margin: 0 0 10px 0;
  float: none;
}
.minishoplink-image img {
  margin: 0 auto;
  display: block;
}
.minishoplink-info {
  font-size: 14px;
  margin: 0;
}
.minishoplink-name {
  font-size: 16px;
  font-weight: 700;
  margin-top: 2px;
}
.minishoplink-item {
  margin-top: 5px;
  font-size: 16px;
  font-weight: 700;
}
.minishoplink-caution {
  color: #666666;
  margin-top: 15px;
  margin-left: 16px;
  margin-bottom: 15px;
}
.minishoplink-link {
  font-size: 14px;
}
.minishoplinkamazon, .minishoplinkrakuten, .minishoplinkyahoo, .minishoplinkau, .minishoplinksoft {
  float: none;
  display:block;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
}
}

/*------------------------------------------------
  スマホ用固定ページメニューリンク
--------------------------------------------------*/
@media only screen and (max-width: 480px) {
.menulink-box {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 10px 15px;
  background-color: #fff;
}

.menulink {
  float: none;
  display:block;
  width: 100%;
  margin: 10px 0;
  padding: 5px 0;
}
}

/*---------------------------------
  表作成
--------------------------------*/
/* テーブル全体 */
table.table-hrd01 {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 1px 1px 3px 1px #ddd;
	border-collapse: collapse;
	border-spacing: 0;
}

/* ヘッダー行 */
table.table-hrd01 th {
	padding: 5px;
	border: 1px solid #ccc;
	border-width: 0 1px 1px 1px;
	/* ヘッダーの背景色 */
	background: #eae4c7;
	font-weight: bold;
	line-height: 120%;
	text-align: center;
}

/* 通常行 */
table.table-hrd01 td {
	padding: 5px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	background: #ffffff;
	/* text-align: center; */
	/* vertical-align: middle; */
}

/*---------------------------------
  グローバルナビ太字
--------------------------------*/
#navi li a {
	display: block;
	width: auto;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
}