/*****
Theme Name: 感想ライブラリー専用テーマ
Theme URI: http://www.kanso-library.com/
Author: www.kanso-library.com
Author URI: http://www.kanso-library.com/
Description: 感想ライブラリー専用テーマです。
Version: 0.2.0
License:
License URI:
Text Domain: www.kanso-library.com
Domain Path:
Tags: two-columns, responsive-layout
*****/

@charset "UTF-8";

/* -----------------------------------------------------------
 CSS Reset based on the work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/ v2.0
/* ----------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


/* -----------------------------------------------------------
 Clearfix
/* ----------------------------------------------------------- */
.clear { clear: both; }
.clearfix { display: block; }
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; margin: 0; padding: 0; }

/* -----------------------------------------------------------
General　サイト全体定義
/* ----------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
body {
  font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.5;
  background: #f9f9f9 none repeat scroll 0 0;
}
a:link{
  color:#666;
  text-decoration:none;
}
a:visited{
  color:#666;
}
a:hover{
  color:#666;
  text-decoration:underline
}
a:active{
  color:#666;
}
p,dt,dd,li {
  font-size: 62.5%;
}
ul {
  list-style: none;
}
img {
  border: none;
  vertical-align: bottom;
}
/* h1 サイトタイトル・記事タイトル（記事ページ） */
h1 {
  font-size: 1.4rem;
}
/* h2 記事タイトル */
h2 {
  position: relative;
	padding-left: 10px;
	margin-bottom: 10px;
	font-size: 1.2rem;
}
h3,h4 {
	font-size: 1.2rem;
}
p {
  font-size: 1rem;
	color:#666;
}
dt,dd,li {
  font-size: 1rem;
}
hr {
	border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#wrapper {
  margin: 0 auto;
  max-width: 960px;
}
.line {
  border: solid 3px #ffaecf;
}

/* -----------------------------------------------------------
 Header　ヘッダー
/* ----------------------------------------------------------- */
header {
  position: relative;
  height: 120px;
  background: #fff;
}
header p {
  position: absolute;
  top: 5px;
  left: 40px;
	font-size: 70%;
}
header h1 {
  position: absolute;
  top: 50px;
  left: 40px;
}
header .site-ttl {
	position: absolute;
	top: 50px;
	left: 40px;
	font-size: 1.4rem;
}

/* -----------------------------------------------------------
 Global Navigation　グローバルナビゲーション
/* ----------------------------------------------------------- */
#main-nav {
  margin-bottom: 20px;
  background: #fff;
}
#main-nav ul {
  border-top: solid 1px #f9f9f9;
  overflow: hidden;
  padding-left: 40px;
}
#main-nav ul li {
  float: left;
}
#main-nav ul li a {
  display: inline-block;
  width: 191px;
  height: 55px;
  text-align: center;
  color: #999;
  line-height: 3.6;
}
#main-nav ul li a:hover {
  border-top: solid 1px #ffaecf;
}

/* -----------------------------------------------------------
 メインビジュアル
/* ----------------------------------------------------------- */
.main-visual {
  margin-bottom: 40px;
}

/* -----------------------------------------------------------
 Top page　トップページ
/* ----------------------------------------------------------- */
main {
  float: left;
  width: 620px;
  margin-bottom: 50px;
}
main article section {
  height: 240px;
  background: #fff;
  margin-bottom: 20px;
  padding: 20px;
}
.entry-title {
	width: auto;
}
.entry-title a{
	color:#666;
}
.entry-title a:hover{
	color:#949494;
}
.entry-thumbnail {
	float: left;
	overflow: hidden;
	height: 80px;
	width: 100px;
	/* border: 3px solid #fff; */ /*画像枠*/
	/* box-shadow: 0 10px 8px -6px #8d8c8c;*/ /*ボックスシャドウ*/
	margin-top: 20px;
}
.entry-meta{
	float:right;
	font-size: 11px;
}
.entry-category{
	float:right;
	font-size: 11px;
  margin-left: 10px;
}
.entry-category a{
	color:#666;
}
.entry-category a:hover{
	color:#949494;
}
.entry-content {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-left: 140px;
	text-indent: 1em;/*テキストインデント*/
}
a.readmore {
  display: block;
  float: right;
  height: 30px;
  width: 160px;
	text-align:center;
	line-height: 2;
	background-color: #c4ff7d;
  border: 1px solid #c4ff7d;
  color: #fff;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all  0.5s ease;
}
a.readmore:hover {
  border: 1px solid #c4ff7d;
  background-color: #fff;
  text-decoration: none;
  color: #666;
}

/* -----------------------------------------------------------
 Breadcrumb list　パンくずリスト
/* ----------------------------------------------------------- */
.breadcrumb-list{
	padding-left: 10px;
  margin-bottom: 20px;
}
.breadcrumb-list-home .breadcrumb-list-category .breadcrumb-list-tags{
	padding-left: 5px;
}
.breadcrumb-list-home a{
	color:#666;
}
.breadcrumb-list-category a{
	color:#666;
}
.breadcrumb-list-tags a{
	color:#666;
}
.breadcrumb-list-home a:hover{
	color:#949494;
}
.breadcrumb-list-category a:hover{
	color:#949494;
}
.breadcrumb-list-tags a:hover{
	color:#949494;
}
.breadcrumb-list-category:before{
	content:">";
}
.breadcrumb-list-tags:before{
	content:">";
}

/* -----------------------------------------------------------
 Posts/Pages
/* ----------------------------------------------------------- */
.post-content {
	background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
.post-title {
	font-size:28px;
	width: auto;
}
.post-meta{
  display: inline-block;
  padding: 20px 0;
}
.post-category{
  display: inline-block;
  margin-left: 10px;
  padding: 20px 0;
}
.post-category a{
	color:#666;
}
.post-category a:hover{
	color:#949494;
}
.post-thumbnail{
	width: 40%;
	height: 40%;
	border: 3px solid #fff;/*画像枠*/
	box-shadow: 0 10px 8px -6px #8d8c8c;/*ボックスシャドウ*/
	margin-bottom: 20px;
}
.post-content-data {
  text-align: left;
}

/* -----------------------------------------------------------
 人気の感想文
/* ----------------------------------------------------------- */
.wpp-list {
	margin: 10px 0 20px 0;
  padding-left: 10px;
}
.wpp-list li {
	text-decoration: none;
}

/* -----------------------------------------------------------
 コメント
/* ----------------------------------------------------------- */
.comment-respond {
	margin: 10px 0 20px 0;
}
.comment-respond .comment-notes {
	display: none;
}

/* -----------------------------------------------------------
SNS Share
/* ----------------------------------------------------------- */
#share {
	margin-bottom: 20px;
}
#share ul{
	height:auto;
}
#share li{
	font-size:14px;
	float:left;
	text-align:center;
	width:84px;
	margin-right:1%;
	margin-bottom:8px;
	border-radius:3px;
	list-style:none;
}
#share li.share-twitter{
	background:#55acee;
	box-shadow:0 2px #2795e9;
}
#share li.share-twitter:hover{
	background:#83c3f3;
}
#share li.share-facebook{
	background:#3b5998;
	box-shadow:0 2px #2d4373;
}
#share li.share-facebook:hover{
	background:#4c70ba;
}
#share li.share-google{
	background:#dd4b39;
	box-shadow:0 2px #c23321;
}
#share li.share-google:hover{
	background:#e47365;
}
#share li.share-hatena{
	background:#2c6ebd;
	box-shadow:0 2px #225694;
}
#share li.share-hatena:hover{
	background:#4888d4;
}
#share li.share-pocket{
	background:#f13d53;
	box-shadow:0 2px #e6152f;
}
#share li.share-pocket:hover{
	background:#f26f7f;
}
#share li.share-line{
	background:#00C300;
	box-shadow:0 2px #009d00;
}
#share li.share-line:hover{
	background:#2bd92b;
}
#share a{
	display:block;
	height:27px;
	padding-top:6px;
	color:#ffffff;
	text-decoration:none;
}
#share a:hover{
	text-decoration:none;
	color:#ffffff;
}

/* -----------------------------------------------------------
 Side Nav　サイドナビ
/* ----------------------------------------------------------- */
#side-nav {
  float: right;
	margin-left: 20px;
}
#side-nav .side-cont {
  width: 320px;/*全体960px main620px*/
	height: auto;
  margin-bottom: 20px;
	text-align: center;
}
#side-nav .side-cont h3 {
  font-size: 0.9rem;
  margin-bottom: 10px;
	haight: 20px;
  color: #999;
  padding: 5px 0 5px 10px;
}
#side-nav .side-cont .textwidget {
	color:#666;
}
#side-nav .side-cont a {
	color:#666;
}
#side-nav .side-cont a:hover {
	color:#949494;
}

/* -----------------------------------------------------------
検索
/* ----------------------------------------------------------- */
.searchfield { 
	padding: 5px;
	margin-top: 10px;
	font-size: 14px;
	width: 250px;
}
.searchsubmit { 
	width: 35px;
	height: 30px;
	padding: 0;
	font-family: FontAwesome;
	font-size: 20px; 
	border: none;
	background: transparent;
	cursor: pointer;
}

/* -----------------------------------------------------------
カテゴリ検索
/* ----------------------------------------------------------- */
#cat {
	width: 250px;
}

/* -----------------------------------------------------------
 Page-nav　ページナビゲーション
/* ----------------------------------------------------------- */
.page-nav {
	margin:20px 0 0 20px;
}
.page-nav	.page-numbers {
	display:inline-block;
  margin-left: 1px;
	background-color:#ff967d;
  border: 1px solid #ff967d;
	height: 30px;
  width: 40px;
	text-align:center;
	line-height: 2;
	color:#fff;
}
.page-nav	.current {
  background-color:#fff;
  color: #ff967d;
  border: 1px solid #ff967d;
}
.page-nav	.prev {
    width: 80px;
}
.page-nav	.next {
    width: 80px;
}
.page-nav	.page-numbers:hover {
	height: 30px;
  background-color: #ff967d;
  color:#fff;
}

/* -----------------------------------------------------------
 Page-link　前へ　後へ
/* ----------------------------------------------------------- */
.page-link{
	margin:20px 0 20px 20px;
	text-align:center;
}
.page-link-pre a{
  margin-right: 20px;
}

/* -----------------------------------------------------------
 Page TOP　ページトップへ
/* ----------------------------------------------------------- */
.page-top {
	visibility: hidden;
	margin: 0;
	padding: 0;
}
.page-top p {
	margin: 0;
	padding: 0;
	position: fixed;
	right: 16px;
	bottom: 16px;
}
.move-page-top {
	display: block;
	background: #d4d4d4;
	width: 50px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	text-decoration: none;
	text-align: center;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	transition:all 0.3s;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.move-page-top:hover {
	opacity: 0.85;
	cursor: pointer;
}


/* -----------------------------------------------------------
 Footer　フッター
/* ----------------------------------------------------------- */
footer {
  background: #fff;
  padding: 20px 0;
}
footer ul {
	text-align:center;
  padding-bottom: 10px;
}
footer ul li {
	display: inline;
  border-left: dotted 1px #666;
  padding: 0 5px;
}
footer ul li:first-child {
  border-left: none;
}
footer ul li a {
	font-size:75%;
	color:#666;
}
footer ul li a:hover {
	color:#949494;
}
.copyright {
	text-align:center;
  font-size: 70%;
}

/*===============================================
●パソコン　画面の横幅が960px以上
===============================================*/
@media screen and (min-width: 960px) {
.pcNone {
  display: none;
}
#wrapper {
	max-width: 960px;
}
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
}

/*===============================================
●タブレット　画面の横幅が481pxから959pxまで
===============================================*/
@media screen and (min-width: 481px) and (max-width: 959px) {
img{
  max-width: 100%;
  height: auto;
  width /***/:auto;
}
.pcNone {
	display: none;
}
#main-nav ul {
  padding-left: 0;
}
#main-nav ul li a {
  width: 100%;
}
.slider {
	padding: 10px;
}
main {
	width: 100%;
}
main article section {
  margin:10px;
  height:auto;
}
.readmore {
  width: 50%;
}
#side-nav {
  margin:10px;
}
#side-nav .side-cont {
	width: 100%;
}
.page-top{
	margin-right:20px;
}
}

/*===============================================
●スマホ　画面の横幅が480pxまで
===============================================*/
@media screen and (max-width:480px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
.spNone{
	display: none;
}
header {
/*	height: 170px; for sns*/
	height: 120px;
}
header p {
	left: 10px;
	font-size: 70%;
}
header h1 {
	left: 10px;
}
header .site-ttl {
	left: 10px;
}
/*header ul {
	top: 100px; left: 10px;
	width: 300px;
}	*/
.top-msg {
	font-size:90%;
}
#main-nav ul {
  padding-left: 0;
}
#main-nav ul li a {
  width: 100%;
}
.slider {
	padding: 10px;
}
main {
	width: 100%;
}
main article section {
  margin:10px;
  height:auto;
}
.entry-thumbnail {
  margin: 0 10px 10px 0;
}
.entry-content {
  padding-left: 10px;
}
.readmore {
  width: 50%;
}
.post-content {
  margin:10px;
}
.page-nav	.page-numbers {
	margin-bottom: 10px;
}
#side-nav {
  margin:10px;
}
#side-nav .side-cont {
	width: 100%;
}
.page-top{
	margin-right:20px;
}
}
