/*
Theme Name: STEP 8-2 TIPS P.262
Description: WordPress Design Book
*/

/*** Reset ***/

*{  
/*	padding:0; */  
	margin:0;  
	border:0;  
	zoom:1;
	}  

::selection {
	background: #f15907;
	color: #fff;
	}
::-moz-selection {
	background: #f15907;
	color: #fff;
	}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
q,
s,
small,
strong,
sub,
sup,
b,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
ol,
ul,
li{
	margin: 0 ;
	/* padding: 0 ; */
	border: 0 ;
	outline: 0 ;
	font-size: 100% ;
	vertical-align: baseline ;
	background: transparent ;
	}
/*
blockquote,
q{
	quotes: none ;
	}

blockquote:before,
blockquote:after,

q:before,
q:after{
	content:'';
	content: none ;
	}
*/

:focus {
	outline: 0 ;
	}

del{
	text-decoration: line-through ;
	}

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


/* 基本 */
/*       font
*******************************************/
body,
.list .post .post-meta a,
.grid .post .post-meta a,
.rollover-content,
.rollover-meta a,
.entry blockquote,
.entry .post-meta span,
.entry .post-meta a,
.post-content h1, 
.post-content h2, 
.post-content h3, 
.post-content h4, 
.post-content h5,
.post-content,
.comment-author span,
.comment-text p,
#respond p, 
.nopassword,
#commentform td p,
#author, 
#email, 
#url ,
#submit,
.comments-tab ul.tabMenu li.active a,
.comments-tab ul.tabMenu li a:hover,
/*.search input,*/
/*.post-content .search input,*/
.tabContainer ul.tabMenu li.active a,
.tabContainer ul.tabMenu li a:hover,
#yarppp h3,
/*#unitip,*/
#pagenation,
.entry-table,
.entry-table th{
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ ゴシック", "Osaka", sans-serif ;
	}

a	{text-decoration: none;
	color: #0c8bcd}

a img	{border: none}

/* コンテナ */
div#container	{width: 960px;
	margin: auto}

/* ヘッダー */

div#header	{font-family: 'Trebuchet MS', sans-serif;
	position:relative;
	top:42px;
	/* margin-top: 42px; */
	margin-bottom: 20px}

div#header p#site-title	{
	font-size: 2.5em; 
	font-weight: bold;
	/* font-size: 200%; */
	padding-top: 20px;
	margin: 0;
	}

div#header p#site-title  a	{
    color: #211f5a;
}

div#header p#site-title  a:hover	{color: #f7376b;}

/*
div#header h1	{
	font-size: 2.5em;
	padding-top: 20px;
	margin: 0;
	}

div#header h1 a	{color: #211f5a;}

div#header h1 a:hover	{color: #f7376b;}
*/

div#header #desc	{
  font-size: 1em;
  font-weight: bold;
  color: #555;
  margin: 0 0 5px;
}

div#subinfo	{text-align: right;
	margin: -32px 0 5px}

/* ナビゲーションバー */
div#nav	{font-size: 0.75em;
	font-weight: bold;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #aaaaaa;
	border-bottom: solid 4px #019875;
	/* border-left: solid 6px #019875; */
	margin-bottom: 8px}

div#nav ul	{margin: 0;
	padding: 0}

div#nav li	{list-style-type: none;
	float: left}

div#nav li a	{display: block;
	width: 122px;
	padding: 0 6px 0 6px;
	margin : 0;
	line-height: 30px;
	/* border-right: solid 1px #aaaaaa; */
	border-left: solid 1px #aaaaaa;
	color: #211f5a;
	/* color: #000000; */
	text-align: center}

div#nav li a:hover	{color: #ffffff; background-color: #ff9900;}

/* コンテンツ */
div#content	{width: 590px;
	background:url(a4.png) repeat;
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
	float: left;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
            /* box-shadow: 3px 3px 5px 0px #777; */ /* CSS3 */
       }

/* コンテンツ  全体  */
div#content-full	{width: 940px;
	background:url(a4.png) repeat;
	padding: 10px 10px 10px 10px;
	margin-bottom: 30px;
	float: left;
	border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
            /* box-shadow: 3px 3px 5px 0px #777; */ /* CSS3 */
       }

p.title	{

	font-weight: bold;
	/* color: #585858;  */
	color: #ffffff;
	width: 200px; 
	margin: 0 0 10px;
	padding: 4px 30px 4px 10px;
	/* background-color: #998195; */
	background-color: #32707a;
	
	 /* ▼CSS3 */
	border-top-left-radius: 6px;  /* 左上 */
	border-top-right-radius: 6px; /* 右上 */

	/* ▼Safari,Chrome */
	-webkit-border-top-left-radius: 6px;  /* 左上 */
	-webkit-border-top-right-radius: 6px; /* 右上 */

	/* ▼Firefox */
	-moz-border-radius-topleft: 6px;  /* 左上 */
	-moz-border-radius-topright: 6px; /* 右上 */
   
	/*
	background-image: url(bar.png);
	background-repeat: no-repeat;
	background-position: right top;
	*/
	}

p.pagenation	{font-size: 0.75em;
	overflow: hidden}

span.oldpage	{float: left}

span.newpage	{float: right}


/* content & 記事  */
div.post	{margin-bottom: 30px;
	overflow: hidden}

div#content  h1 {
    font-size: 18px;
	background: #0096ae; 
	margin:0 0 30px 0;
	padding:12px 10px;
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	position:relative;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-left:1px solid #036;
	border-top:1px solid #036;
	box-shadow:inset 1px 1px 4px #036;
	}
 
div#content  h1:before {
	content: ' ';
	position: absolute;
	z-index: 2;
	width: 0;
	height: 0;
	left: 14px;
	bottom: -27px;
	background: transparent;
	border-color: #0096ae transparent transparent transparent ;
	border-style:solid;
	border-width:15px;
	}

div#content h2	{
	background-image: url(images/h2-beer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top:solid 5px #aaa;
	border-bottom: solid 1px #aaa;
	color: #555;
	font-size: 1em;
	/* padding: 8px 24px; */
	padding: 16px 36px;
	margin: 1em 0 1em 0;
	}

div#content  h2 a	{
	color: #555;
	text-decoration: none;
	}

div#content h2 a:link {
	text-decoration: none;
	}

div#content  h2 a:hover  {
	background-color: #f7e29e;
	position: relative;
	top: 1px; left: 0;
	}

div.post h3	{
	background-image: url(images/h3-beer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	color: #555;
	font-size: 0.875em;
	padding: 8px 24px;
	margin: 1em 0 1em 0;
	}

div.post h3 a	{color: #333333}

div.post h4	{
	/* border-top: solid 1px #aaaaaa; */
	/* border-bottom: solid 1px #aaaaaa; */
	color: #555;
	font-size: 0.9em;
	padding: 0.5em 0;
	margin: 0.5em 0 0.5em 0;
	}

div.post p {
	font-size: 0.875em;
	line-height: 1.7;
	margin: 0.75em 0 0.75em 0; 
	}

div.post ul  {
	/* display: list-item; */
	list-style: url('images/li-mark.png') disc outside;
	}

div.post ol  {
	padding: 0 20px 0 50px;
	}
	
div#ps-sitemap ul  {
	list-style: none;
}

div.post a:link  {
	color: #0096ae;
	text-decoration: none;
	}

div.post a:hover  {
	color: #f7376b;
	text-decoration: underline;
	}

/* 記事のカテゴリー */
div.post p.postcat	{
	text-align: right;
	margin: -10px 10px 10px 0;
	}

div.post p.postcat a {
	text-decoration: none;
	font-size: smaller;
	/* background-color: #0096ae; */
	background-color: #ffefca;
	border-radius: 3px;
	color: #000;
	padding: 1px 5px;
	-webkit-transition: 0.2s ease-in-out;
}

div.post p.postcat a:hover	{
	font-size: 1.5em;
}

/* 日付 */

div.post p.postinfo	{
	/* color: #0c8bcd; */
	color: #555;
	text-align: right;
	margin: 0;
	}

/* 記事内の画像 */
.aligncenter	{display: block;
	margin-left: auto;
	margin-right: auto}

.alignleft	{float: left;
	margin-right: 10px;
	margin-bottom: 10px}

.alignright	{float: right;
	margin-left: 10px;
	margin-bottom: 10px}

.wp-caption	{border: solid 1px #aaaaaa;
	text-align: center;
	padding-top: 5px}

/* サイドバー */
div#sidebar	{
	width: 310px;
	background:url(a4.png) repeat;
	padding: 10px;
	margin: 0 0 10px 0;
   border-bottom: solid 1px #aaa;
	border-right: solid 1px #aaa;
	float: right;
	}

div#sidebar ul	{margin: 0;
	padding: 0;
	list-style-type: none}

div#sidebar .widget	{margin-bottom: 20px}

div#sidebar h3	{font-size: 0.95em;
	color: #ffffff;
	background-color: #32707a;
	border-radius: 3px;
	padding: 2px 10px;
	margin: 0}

div#sidebar li li	{font-size: 0.95em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0}

div#sidebar li li a	{color: #000000;
	/* display: block; */
	padding: 5px 10px}

div#sidebar li li a:hover	{background-color: #f7e29e}

/* フッター */

div#futter-up	{
  width: 960px;
  height: 44px;
  margin: 0  auto;
  clear: both;
}

div#footer	{
	background-color: #333;
	padding: 0px;
	/* border-top: solid 6px #8a0f0e; */
	border-top: solid 3px #999;
	margin-top: 30px;
	color: #fff;
	list-style-type: none;
	clear: both;
}

div#footer ul	{margin: 0;
	padding: 0;
	color: #ffffff;
	list-style-type: none}

div#footer .widget	{margin-bottom: 0px}

div#footer li li	{font-size: 0.95em;
	border-bottom: dotted 1px #aaaaaa;
	margin: 0}

div#footer  li li a	{
	color: #fff;
	padding: 5px 10px}

div#footer li li a:hover	{color:#000; background-color: #f7e29e}

div#footerwi {
    width: 310px;
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 20px;
}

div#footerwi h3	{font-size: 0.95em;
	background-color: #aaaaaa;
	border-radius: 3px;
	padding: 2px 10px;
	margin-bottom: 20px;}

div#footercap {
    width: 600px;
	float: left;
	margin: 0px;
	padding: 10px;
}

div#footercap  h3	{
	font-size: 1.25em;
	padding: 0px;
	margin-bottom: 20px;
}

div#footercap p {
	font-size: 0.8em;
	font-style: normal;
	line-height: 1.5em;
}


/* Photo Dropper */
div.flickrphoto	{text-align: center;
	margin: 30px 0}

div.flickrphoto a img	{border: solid 1px #aaaaaa;
	padding: 10px}

div.flickrphoto small a img	{border: none;
	padding: 0}


/* ギャラリー */
.gallery-item {width: 33%;
	float: left;
	margin-top: 0;
	text-align: center}

.gallery img {border: solid 1px #aaaaaa;
	padding: 5px}

.gallery a:hover img	{background-color: #c4f254}

.gallery dd	{margin: 0;
	font-size: 0.75em}

.gallery br+br	{display: none}


/* 天気と気温 */
p.tenki	{width: 50px;
	float: left;
	text-align: center;
	border: solid 1px #f3b62f;
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 10px}


/* 関連記事 */
div.related	{border: solid 1px #aaaaaa;
	margin-top: 20px}

div.related p	{color: #ffffff;
	background-color: #f7366b;
	margin: 0;
	padding-left: 10px}

div.related ol	{font-size: 0.75em}


/* 記事の個別ページ
.single div.post h2	{}

.single div.post h2 a	{}
*/

/* 分割した記事へのリンク */
#postpage	{text-align: center;
	padding-top: 20px;
	clear: both}

#postpage a	{border: solid 1px #aaaaaa;
	padding: 5px 10px;
	margin: 0 10px}

#postpage a:hover	{background: #f7e29e}

#postpage span	{padding: 5px 10px;
	color: #888888;
	background: #dddddd}

#postpage a span	{padding: 0;
	color: black;
	background: none}


/* 画像の個別ページ */
.attachment div#content	{width: 100%;
	float: none}

.attachment p.photo	{text-align: center}


/* タイトルの一覧 */

ul.post	{list-style-type: none;
	margin: 0;
	padding: 0;
	border-top: dotted 1px #aaaaaa}

ul.post li	{
    border-bottom: dotted 1px #aaaaaa;
	background-image: url(images/h2-beer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 16px 36px;
}

ul.post li a	{color: #000000}

ul.post li span	{font-size: smaller;
	color: #888888}


/* 続きを読む */
div.post p.more	{
	margin: 4px 0 4px 4px;
	font-size: 0.625em;
	text-align: right;
	}

div.post p.more a	{
	/* border: solid 1px #ffffff; */
	text-decoration: none;
	color: #ffffff;
	padding: 2px 1em 2px 1em;
	background: #ff9900;
	border-radius: 4px;
	-webkit-transition: 0.2s ease-in-out;
	}

div.post p.more a:hover {
	font-size:2.0em;
	}


/* サムネイル画像 */
div.post p.thumb	{float: left;
	margin: 0 10px 20px 0}


/* ホームページのタイトルの一覧 */
ul.toplist	{list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
	border-top: solid 1px #aaaaaa}

ul.toplist li	{font-size: 0.875em;
	font-weight: bold;
	border-bottom: solid 1px #aaaaaa;
	background-image: url(images/h3-beer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 8px 22px;
	}

/* TOP LIST */

ul.toplist a {
	color: #333;
	text-decoration: none;
	}

ul.toplist a:link {
	color: #333;
	text-decoration: none;
	}

ul.toplist a:hover  {
	color: #333;
	background-color: #f7e29e;
	position: relative;
	top: 1px; left: 0;
	}

ul.toplist span  {
	color: #777;
	}

/* おすすめ記事 */
div#pickup div.post	{border: dotted 2px #f3b62f;
	background-color: #ffefca;
	padding: 15px}


/* ステータス */
div#sidebar li#execphp-3 h3	{background-color: #333333;
	border-radius: 0}

div#sidebar li#execphp-3 ul	{border: solid 1px #aaaaaa}

div#sidebar li#execphp-3 li	{padding: 5px 10px}

div#sidebar li#execphp-3 span	{color: #888888}


/* 人気記事ランキング */
div#sidebar ol	{margin: 0;
	padding: 0;
	list-style-type: none}

div#sidebar ol li a:before	{content: counter(mycount);
	font-family: 'Trebuchet MS', sans-serif;
	font-weight: bold;
	font-size: larger;
	color: #ffffff;
	background-color: #f3b62f;
	padding: 2px 7px;
	margin-right: 7px;
	vertical-align: -2px}

div#sidebar ol li	{counter-increment: mycount}


/* パンくずリスト */
.single div#header, .archive div#header
	{margin-bottom: 5px}

div#breadcrumb	{margin-bottom: 5px}

div#breadcrumb div	{display: inline;
	font-size: 0.75em}


/* ページ番号リンク */
p.pagenum	{text-align: center}

p.pagenum a, p.pagenum span
	{padding: 3px 6px;
	color: #ffffff}

p.pagenum a	{background-color: #78982b}

p.pagenum span	{background-color: #a7d043}


/* ニュース */
ul.newslist	{border: solid 1px #aaaaaa;
	padding: 10px;
	margin: 0 0 20px;
	font-size: 0.75em}

ul.newslist li	{list-style-type: none;
	background-image: url(arrow.png);
	background-repeat: no-repeat;
	background-position: 0 3px;
	padding-left: 16px;
	line-height: 18px}

ul.newslist a	{
	color: #333;
	text-decoration: none;
	}

ul.newslist a:link {
	color: #333;
	text-decoration: none;
	}

ul.newslist  a:hover  {
	color: #333;
	background-color: #f7e29e;
	position: relative;
	top: 1px; left: 0;
	}

/*
ul.newslist a	{color: #000000}

ul.newslist span	{color: #666666}

*/


/* 検索フォーム */
#searchform, #searchform div	{display: inline}

#searchform label	{display: none}

#s	{border: solid 1px #aaaaaa;
	border-radius: 5px;
	padding: 3px 8px}

#s:hover, #s:focus	{background-color: #eeeeee}

#searchsubmit	{background-color: #666666;
	border-radius: 5px;
	color: #ffffff;
	border: solid 1px #aaaaaa;
	padding: 2px 8px;
	margin-right: 10px}

#searchsubmit:hover	{background-color: #aaaaaa}

div#subinfo img	{vertical-align: bottom}


/* 検索結果 */
.search p.title	{width: auto;
	background: #333333;
	color: #ffffff;
	padding: 10px;
	font-size: 1.25em}

.search-no-results p.title	{text-align: left;
	margin-bottom: 50px}

.search-no-results #content	{text-align: center;
	line-height: 2;
	border: solid 1px #333333;
	padding-bottom: 40px}


/* スライドショー */
#slideshow	{width: 960px;
	height: 228px}

/*
  ---------------------  by Kawano 
*/

/* カスタムフィールド */

table.cft, table.evcft, table.guide {
  margin-top: 0;
  margin-bottom: 1em;
  margin-left: 10px;
  width: 550px;
  border-collapse: separate;
  border-spacing: 2px;
  font-size: 100%;
}

table.cft caption, table.evcft caption, table.guide caption {
  text-align: left;
  padding: 4px 6px;
  margin: 0 1px 4px 1px; 
  background: #8dcbba;
  font-size: 100%;
  font-weight: bold;
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
}

table.cft th,
table.cft td,
table.evcft th,
table.evcft td,
table.guide th,
table.guide td
 {
  padding: 4px 6px;
}

table.cft th, table.evcft th, table.guide th {
  width: 130px;
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #dfe9ed;
  /* background: #F2EEAC; */
  text-align: right;
  /* white-space: nowrap; */
  font-size: 92%;
}

table.cft td, table.evcft td, table.guide td {
  width: 420px;
  border-bottom: solid 1px #B2B2B2;
  border-right: solid 1px #B2B2B2;
  background: #fcfdfe;
  /* background: #F3F3F3; */
  text-align: left;
  white-space: normal;
  word-break:break-all;
}

table.evcft th {
  width: 100px;
}
table.evcft td {
  width: 450px;
}

table.guide th {
  width: 140px;
}
table.guide td {
  width: 420px;
}

#wrap{
	width:960px;
	margin:10px auto;
}

/* floatの解除 */
.clear {
  clear:both;
}

/* Image borders  Twenty Eleven */

img[class*="align"],
img[class*="wp-image-"],
#content .gallery .gallery-icon img {/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	border: 1px solid #ddd;
	padding: 6px;
}
.wp-caption img {
	border-color: #eee;
}
a:focus img[class*="align"],
a:hover img[class*="align"],
a:active img[class*="align"],
a:focus img[class*="wp-image-"],
a:hover img[class*="wp-image-"],
a:active img[class*="wp-image-"],
#content .gallery .gallery-icon a:focus img,
#content .gallery .gallery-icon a:hover img,
#content .gallery .gallery-icon a:active img {/* Add some useful style to those fancy borders for linked images ... */
	background: #eee;
	border-color: #bbb;
}
.wp-caption a:focus img,
.wp-caption a:active img,
.wp-caption a:hover img {/* ... including captioned images! */
	background: #fff;
	border-color: #ddd;
}

/* Twitter */
.twitter-L {
	width:250px;
	margin-top:10px;
	margin-left:25px;
	float: left;
}

.twitter-R {
	width:250px;
	margin-top:10px;
	margin-left:25px;
	float: left;
}

/* Thanks 画像 */
#thanks_left	{
	width:200px;
	height:180px;
	margin: 10px;
	float: left;
}
#thanks_right	{
	width:310px;
	height:180px;
	margin: 10px;
	padding-left: 10px;
	float: left;
}

/* Links 画像 */
.links_left	{
	width:400px;
	height:250px;
	margin: 10px 10px 30px 10px;
	float: left; none;
}
.links_right	{
	width:210px;
	height:200px;
	margin: 10px;
	padding-left: 10px;
	/* float: left; */
}

/* サイトロゴ */
div#logo {
	margin: 0;
	/* padding: 6px; */
	float: left;
}

div#logo a {
	width:120px;
	height:80px;
	display:inline-block;
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2000;
	overflow:hidden;
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}

div#logo a:hover  {
  -webkit-filter: grayscale(100%);
}

/* サイト名前ロゴ */
div#logo-name {
	margin: 0 12px;
	float: left;
}

div#logo-name a {
	width:440px;
	height:80px;
	display:inline-block;
	background-position:0 0;
	background-repeat:no-repeat;
	z-index:2000;
	overflow:hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	  transition: all 1s ease;
}

div#logo-name a:hover  {
  -webkit-filter: grayscale(100%);
}


/* ウィジェットのリンク */

.textwidget p a:link  {
	color: #0096ae;
	text-decoration: none;
	}

.textwidget p a:hover  {
	color: #f7376b;
	text-decoration: underline;
	}

hr.style-two {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}

hr.style-four {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5);
}

/* バナー */
#banner a {
}

#banner a:hover  {
	position: relative;
	top: 2px; left: 2px;
	}

/* サムネールのCSS */
.thumb img {
	float: left ; 
	margin: 15px 20px 15px 15px ; 
	padding: 5px ;
	background: #f3f3f3 ;
	border: 1px solid #e7e7e7 ;
	-webkit-transition-duration: 0.2s;
	}
.thumb img:hover {
	-webkit-transform:scale(1.1);
	-webkit-box-shadow:0px 0px 40px #ccc;
	}

/* 画像リンク CSS */
.img-link img {
	margin: 15px 20px 15px 15px ; 
	padding: 5px ;
	background: #f3f3f3 ;
	border: 1px solid #e7e7e7 ;
	-webkit-transition-duration: 0.2s;
	}
.img-link img:hover {
	-webkit-transform:scale(1.1);
	-webkit-box-shadow:0px 0px 40px #ccc;
	}


/* 関連記事サブタイトル */
h6 {
	background-image: url(images/recommend.png);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom: solid 2px #0096ae;
	font-size: 16px;
	padding: 8px 0 2px 34px;
	margin: 16px 0 12px 0;
}

/* 引用 css */
blockquote {
	width: 480px;
	/* border: 1px solid #666666; */
	background: url(images/quote_start.gif) no-repeat scroll top left;
	 background-color: #fff;
	padding: 0 0 0 10px;
	margin: 10px 0 10px 40px;
}

blockquote p {
	/* background: url(images/quote_end.gif) no-repeat scroll bottom right; */
	padding: 0 30px;
	/* margin: 0; */
	font-size: 0.875em;
	line-height: 1.7;
	margin: 0.75em 0 0.75em 0; 
}

/* Google Adsense */
.sidebar250 {
	width: 250px;
	margin-left : auto;
	margin-right : auto;
}

.under336 {
	width: 336px;
	margin-top: 8px;
	margin-left: auto;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* 楽天 */
.raku468 {
	width: 468px;
	margin-top: 16px;
	margin-left: auto;
	margin-right: 8px;
	margin-bottom: 8px;
}

/* 記事のサムネイル */
.post-eye {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  margin-bottom: 12px;
  /* margin: 8px 0 0 0; */
}

/* 水平線 */
hr {
    border:none;
    border-top:solid 2px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 0 6 0 6;
}

/* 紙が浮かんでいるように見える効果 */
.effect-paper
{
  position: relative;
}
.effect-paper:before, .effect-paper:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect-paper:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

/* ホバー時に画像を薄くする */

div.img-hover a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;
}

/* サイドバー バナー */

div.sidebanner a img {
width: 300px;
height: 150px;
margin: 6px 0 0 0;
border: 1px solid #555;
}

div.sidebanner a:hover img {
opacity:0.6;
filter: alpha(opacity=60);
-ms-filter: "alpha( opacity=60 )";
background: #fff;
}

/* スポンサーリンク表示 */
.sponsor-left {
  color:#777;
  text-align: left;
}

.sponsor-center {
  color:#777;
  text-align: center;
}

.sponsor-right {
  color:#777;
  text-align: right;
}

/* kauli */
.under300 {
	width: 300px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: auto;
	margin-bottom: 8px;
}




/* ページ先頭に戻る */

.ret_top {
background: url(images/page-top.png);
width:72px;
height:70px;
display: block;
cursor:pointer;
padding-top:0;
text-align:center;
color:#fff;
}

#ret_top:hover{
background-position:left bottom;
}

/* YARPP おすすめ記事
---------------------------- */
#related-post{
     width:950px;
     height: 360px;
	 margin:8px 0 16px 0;
	 padding: 8px 0 0 8px;
     overflow:hidden;
	 border-bottom: solid 1px #aaa;
	 border-right: solid 1px #aaa;
	/*  background-color: #efefef; */
	background:url(a4.png) repeat;
	 /* background-image: url("images/awa_216.jpg"); */
	 }

#rp-h3 {
	background-image: url(images/h3-beer.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-top: solid 1px #aaaaaa;
	border-bottom: solid 1px #aaaaaa;
	color: #555;
	font-size: 1em;
	padding: 8px 24px;
	margin: 1em 0 1em 0;
	}

#related-entry {
	background: #dddddd;
	float: left;
	width:176px;
	height:176px;
	border:solid 1px #999;
    margin:6px 6px 6px 6px;;
    line-height:1.3em;
	position:relative;
	display:table-cell;
}
#related-entry img{
	width:176px;
	height:176px;
	 vertical-align:middle;
	 display:block;
	 margin:auto;
}
#related-words{
     font-size: 0.85em;
	 height:176px;
	 width:176px;
/*
	 position: absolute;
	 top:0px;
	 background:#252525;
	 opacity:0;
	 -webkit-transition: all 0.2s 0.1s ease-in-out  ;
     -moz-transition: all 0.2s 0.1s ease-in-out  ;
     -o-transition: all 0.2s 0.1s ease-in-out  ;
     transition: all 0.2s 0.1s ease-in-out  ;
	 text-transform: uppercase;
*/
}
#related-words a{
/*
	text-decoration:none;
	color:#fff !important;
*/
}
#related-words p{
	/* text-shadow:#333 1px 1px; */
	margin:10px 10px;
	padding: 0;
	width:176px;

/*
	position:absolute;
	top:10px;
	opacity:0;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-o-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: all 0.2s 0.2s ease-in-out  ;
    -moz-transition: all 0.2s 0.2s ease-in-out  ;
    -o-transition: all 0.2s 0.2s ease-in-out  ;
    transition: all 0.2s 0.2s ease-in-out  ;
*/
}
#related-words:hover{
	&nbsp;transform: translateY(0px);
	 opacity:0.8;
}
#related-words:hover p{
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}

/* タグページの description */
#archive-desc {
  text-decoration: none;
  font-style: normal; 
  font-size: 110% ;
}

/* 毎日のビール css */
.daily-shop-box {
	width: 560px;
	overflow: hidden;
}

.daily-eye-box {
	float: left;
	width: 140px;
	padding: 10px;
}
/* 画像リンク CSS */
.daily-eye-box img {
	margin: 5px; 
	padding: 5px;
	background: #f3f3f3 ;
	border: 1px solid #e7e7e7 ;
	-webkit-transition-duration: 0.2s;
	}
.daily-eye-box img:hover {
	-webkit-transform:scale(1.1);
	-webkit-box-shadow:0px 0px 40px #ccc;
	}
.daily-cap-box {
	width: 360px;
	padding: 0 6px 6px 12px;
	margin-left: 12px;
	float: left;
}

/* テキストボタン */


p.text-button a {
	background:#9ab930;
	display:inline-block;
	padding : 4px 8px;
	margin : 8px 8px 8px 24px;
	font-size : 110%;
	color:#fff;
	text-decoration:none;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:none;
	position:relative;
	cursor:pointer;
	vertical-align: middle;
}
p.text-button a:link{
	color:#fff;
}
p.text-button a:visited{
	color:#fff;
}
p.text-button a:hover{
	background:#009900;
	color:#fff;
}

p.text-button a:after {
	content: "\00BB";
	padding-left : .5em;
}

/* テキストを枠で囲んでハイライト */

#attent {
	display: block;
	color: #0096ae;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	margin: 1em 0;
	border-width: 3px;
	border-color: #0096ae;
	padding: 10px;
	background-color: #fefefe;
	text-align: center;
	border-style: solid;
}

/* テキストボタン */

    #myButton {
        
        -moz-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        -webkit-box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        box-shadow:inset 0px 1px 0px 0px #ffe0b5;
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fbb450), color-stop(1, #f89306));
        background:-moz-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-webkit-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-o-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:-ms-linear-gradient(top, #fbb450 5%, #f89306 100%);
        background:linear-gradient(to bottom, #fbb450 5%, #f89306 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fbb450', endColorstr='#f89306',GradientType=0);
        
        background-color:#fbb450;
        
        -moz-border-radius:7px;
        -webkit-border-radius:7px;
        border-radius:7px;
        
        border:1px solid #c97e1c;
        
        display:inline-block;
        color:#111;
        font-family:Trebuchet MS;
        font-size:17px;
        font-weight:bold;
        padding:6px 11px;
        text-decoration:none;
        
        text-shadow:0px 1px 0px #8f7f24;
        
    }
    #myButton:hover {
        
        background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f89306), color-stop(1, #fbb450));
        background:-moz-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-webkit-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-o-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:-ms-linear-gradient(top, #f89306 5%, #fbb450 100%);
        background:linear-gradient(to bottom, #f89306 5%, #fbb450 100%);
        filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f89306', endColorstr='#fbb450',GradientType=0);
        
        background-color:#f89306;
    }
    #myButton:active {
        position:relative;
        top:1px;
    }


/* フラットデザイン テキストボタン */
p#flat-button a {
	/* width:80%; */
	display:inline-block;
	color:#ffffff;
	padding:12px;
	background:#49a9d4;
	/* text-shadow:0 -1px #1a6ea0; */
	text-align:left;
	margin: 12px 16px 8px 16px;
	font-weight: bold;
	text-decoration:none;
	border-radius:5px;
}
p#flat-button a:hover{
	color:#ffffff;
	text-decoration:none;
	background:#0071bc;
 
}

#under-banner {
	display: block;
	width: 500px;
	margin-left : auto;
	margin-right : auto;
	margin-top: 24px;
}

/* ヘッダーのロゴと広告 */
#logo-cap {
	display:inline;
	float: left;
	margin: 0 0 0 0;
}

#top-banner {
	display:inline;
	width: 300px;
	height : 60px;
	float: right;
	margin: 0 0 16px 0;
}

/* マテリアルボタン オレンジ シャドーあり*/
.matbtn {
    font-size:1.2rem;
    font-weight:bold;
    text-decoration:none;
    display: inline-block;
    text-align:center;
    padding: 0.5em 2em;
    margin: 0.5em 1em;
    color:#fff !imporatnt;
    background-color:#f9a825;
    border-radius:5px;
    box-shadow:2px 2px 2px #ccc;
 }


/* 矢印のあるボタン */

.arrow-button {
	position: relative;
	display: inline-block;
	padding: .9em 4em;
	background-color: #ff9900;
	border: 2px solid #ff9900;
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: all .3s;
}

.arrow-button::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .3s;
}
.arrow-button:hover {
	background-color: #fff;
	color: #333;
}
.post-contents .arrow-button01:hover::after {
	border-left-color: #333;
}


/* お問い合わせ Contact Form 7*/
.wpcf7-form	{background-color: #ffefca;
	padding: 20px;
	border-radius: 0}

.wpcf7-form span.req	{color: #aa0000;
	font-size: 100%}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #ddd;
	font-size: 100%;
	margin-left:10px;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}


.wpcf7-form p.submit	{
  text-align: center;
}

.wpcf7-form .wpcf7-submit	{
  font-size: large;
  font-weight: normal;
  width: 20%;
  color: #000;
  background-color: #82bc50;
  padding: 6px 0;
  font-weight: bold;
  border-radius: 8px;
  float: left;
}
.wpcf7-form .wpcf7-submit:hover {
   background: #e47c1a;
   background-color:#e47c1a;
}

.wpcf7-radio .wpcf7-list-item {
    /* margin-top:0; */
	margin-left:10px;
    padding: 5px 10px;
    /* display: block; */
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
}

/* 食べログ */
p.tabelog {
position: relative;
border-top: solid 2px #ff9602;
border-bottom: solid 2px #ff9602;
background: #fafafa;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 4em 0 3em;
}

p.tabelog:after {
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '  食べログ \f0a7 ';
background: #ff9602;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 7px 12px 5px;
font-size: 1.8em;
line-height: 1;
letter-spacing: 0.05em;
  }
  
/* ぐるなび予約 */
p.gnavi {
position: relative;
border-top: solid 2px #fb0b0c;
border-bottom: solid 2px #fb0b0c;
background: #fafafa;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 4em 0 3em;
}

p.gnavi:after {
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '  ぐるなび予約 \f0a7 ';
background: #fb0b0c;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 7px 12px 5px;
font-size: 1.8em;
line-height: 1;
letter-spacing: 0.05em;
  }
  
/* HOT PEPPER 予約 */
p.hotpepper {
position: relative;
border-top: solid 2px #d0111b;
border-bottom: solid 2px #d0111b;
background: #fafafa;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 4em 0 3em;
}

p.hotpepper:after {
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '  HOT PEPPER 予約 \f0a7 ';
background: #d0111b;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 7px 12px 5px;
font-size: 1.8em;
line-height: 1;
letter-spacing: 0.05em;
}

/* 成城石井 */
.ishii {
position: relative;
border-top: solid 2px #af1e55;
border-bottom: solid 2px #af1e55; 
background: #fafafa;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 4em 0 3em;
}

.ishii:after {
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '  オンラインスーパーマーケット成城石井 \f0a7 ';
background: #af1e55;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 7px 12px 5px;
font-size: 1.2em;
line-height: 1;
letter-spacing: 0.05em;
}

/* カクヤス */
.kakuyasu {
position: relative;
border-top: solid 2px #f255ab;
border-bottom: solid 2px #f255ab; 
background: #fafafa;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 3em 0 2em;
}

.kakuyasu:after {
position: absolute;
font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
content: '  お酒の通販サイト【なんでも酒やカクヤス】 \f0a7 ';
background: #f255ab;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 7px 12px 5px;
font-size: 1.2em;
line-height: 1;
letter-spacing: 0.05em;
}

/* テキストインデント p id */
p#indent1 {
margin-left: 1em;
}

/* テキストインデント */
.indent1 {
margin-left: 1em;
}

/* box amazon */
.boxama {
  display: inline-block;
  width: 120px;
  height: 120px;
  margin: 10px;
}

/* box amazon book */
.boxbook {
  display: inline-block;
  /* width: 175px; */
  /* height: 270px; */
  margin: 5px;
}

/* 見出し amazon book */
/*
h6.hbook {
  padding: 1em;
  border: 3px solid #ccc;
  border-radius: 3em .7em 2em .7em/.7em 2em .7em 3em;
}
 */
 
 /*  リンクボタン */

.square_btn {
    position: relative;
    display: inline-block;
    font-weight: normal;
    padding: 0.25em 0.5em;
    text-decoration: none;
    color: #FFF!important;
    background: #FFA500;
    transition: .4s;
  }

.square_btn:link {
    color: #FFF!important;
  }

.square_btn:hover {
    background: #BF8522;
    /* background: #FFCB23; */
}

/* 中央揃えにする 記事中広告*/
.centerb  {
  margin: 0px auto;
}


/* 文字の右側にライン */
.text-line-right {
	display: flex;
	align-items: center;
}
.text-line-right:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}

.text-line-right:after {
	margin-left: .4em;
}

/* 文字の左側にライン */
.text-line-left {
	display: flex;
	align-items: center;
}
.text-line-left:before {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #444;
	display: block;
}
.text-line-left:before {
	margin-right: .4em;
}



