@charset "UTF-8";
@import url("css/feedly.css");/*feedlyバルーンのスタイル*/
@import url("css/blog-card.css");/*ブログカードのスタイル*/
@import url("css/extension.css");/*拡張CSSのスタイル*/
@import url("css/other.css");/*外部パーツ微調整*/
@import url("css/sns.css");/*SNSボタンなどのスタイル*/
@import url("css/deco.css");
@import url("css/comtent.css");

/************************************
** 引用（blockquote）
************************************/
blockquote {
  background: none repeat scroll 0 0 rgba(245, 245, 245, 0.8);
  border: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 20px 55px;
  position: relative;
}
blockquote:before {
  color: #C8C8C8;
  content: "“";
  font-family: serif;
  font-size: 600%;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 0;
}

blockquote:after {
  bottom: 0;
  color: #C8C8C8;
  content: "”";
  font-family: serif;
  font-size: 600%;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: -16px;
}

/* Internet Explorer11のみに適用したい設定 */
@media screen and (min-width:0\0) {
  *::-ms-backdrop, blockquote:before { left:  -55px; }
  *::-ms-backdrop, blockquote:after  { right: -55px; }
}



}


/************************************
** パンくずリスト（Breadcrumb）
************************************/
#breadcrumb{
  margin-bottom: 20px;
  color:#777;
  font-size:13px;
}

div#breadcrumb div {
  display: inline;
}

#breadcrumb span.sp{
  margin:0 10px;
}

#breadcrumb a{
  text-decoration:none;
  color:#777;
}

/*以下のパンくずスタイルは、いずれ削除*/
#breadcrumb ul{
  margin:0;
  padding:0;
  list-style:none;
}

#breadcrumb ul li{
  display:inline;
}

#breadcrumb ul li span.sp{
  margin:0 10px;
}

#breadcrumb ul li a{
  text-decoration:none;
  color:#777;
}

#breadcrumb .main_title {
  margin-left:10px;
}
/************************************
** ページャー、ページナビゲーション
************************************/
.pager{
  margin: 3em 0;
  text-align:center;
}

a.page-numbers,
.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  border-radius:5px;
  padding:5px 8px;
  margin:0 2px;
}

.pager .current{
  background-color: #ddd;
  border: solid 1px #ddd;
  color: #000;
}

.pager a{
  background: #fff;
  color: #000;
  text-decoration:none;
}

.pager a:hover{
  border: solid 1px #ddd;
  background-color: #eee;
}
/************************************
** サーチフォーム（Search Form）
************************************/
#searchform{
  position: relative;
  margin-top: 25px;
}

#s{
  width: 100%;
  margin-bottom:20px;
  padding-top:4px;
  padding-bottom:4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height:32px;
}

#searchsubmit{
  position: absolute;
  width: 30px;
  height: 26px;
  border: none;
  background: url(images/search.png) no-repeat 50% 50%;
  z-index:0;
  top:3px;
  right:3px;
  /*transform: translate(-20%, -50%);*/
}
/************************************
** 記事分割時のページナビゲーション
************************************/
.page-link{
  margin: 3em 0;
  text-align:center;
}
.comment-page-link{
  margin: 0 0 3em;
}

.page-link span,
.comment-page-link span,
.comment-page-link a{
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #ddd;
  background: #ddd;
  border-radius:5px;
}
.page-link a span,
.comment-page-link a{
  background: #fff;
  color:#000;
}

.page-link a{
  border-bottom: none;
  color: #000;
  text-decoration:none;
}

.page-link a span:hover,
.comment-page-link a:hover{
  background: #eee;
  color: #000;
}

/************************************
** 関連記事（Relation）
************************************/
.related-entry h3{
  font-size:24px;
}

.related-entry{
  line-height:150%;
  margin-bottom:20px;
  margin-right:10px;
  clear: both;
}

.related-entry-thumb {
  float: left;
  margin-bottom: 5px;
  padding-bottom: 5px;
  margin-bottom:30px;
}

.related-entry-thumb img{
  border:0;
  width: 100px;
  height: 100px;
}

/*関連記事のサムネイル表示*/
.related-entry-thumbnail img{
  width: 200px;
  height: 200px;
}

.related-entry-content {
  margin-left: 120px;
}

.related-entry-title{
  margin-bottom:5px;
}

.related-entry-title a{
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
  color:#333;
}

.related-entry-snippet{
  margin:0 0 5px 0;
  color:#555;
}

.related-entry-read{
  margin:0;
  font-size:14px;
}

/************************************
** 関連記事サムネイル（Relation）
************************************/

.related-entry-thumbnail{
  width:226px;
  height:292px;
  text-align:center;
  overflow:hidden;
  float:left;
  margin-bottom:15px;
}

.related-entry-thumbnail .related-entry-thumb{
  margin:0;
  padding:0;
  float:none;
}

.related-entry-thumbnail .related-entry-content{
  margin: -20px 6px 0;
}

.related-entry-thumbnail .related-entry-content a{
  font-weight:normal;
}

/************************************
** コメントエリア（Comments Area）
************************************/
#comment-area ol,
#comment-area ul{
  list-style:none;
  padding-left:0;
}

.required{ color: #fe56aa;}

.commets-list,
.trackback-list{
  margin-top: -20px;
  margin-bottom: 40px;
}
.commets-list li,
.trackback-list li{
  margin-top: -1px;
  padding: 20px 0 0;
  width: 100%;
  border-bottom: 1px solid transparent;
}
.commets-list .avatar{
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.comment-meta,
.reply,
.comment-notes,
.form-allowed-tags,
span.small{
  font-size: 80%;
}

.comment-body p{
  clear: both;
}
.reply{
  text-align: right;
}

.bypostauthor{
  /* 記事投稿者のコメントのスタイル */
}

.children{
  padding-left: 2em;
}

#respond{
  margin-bottom: 40px;
}

/************************************
** 入力フォーム（Form）
************************************/
/*input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  margin: 0;
  margin-bottom: 20px;
  padding: 6px 4px;
  max-width: 100%;
  width: 290px;
  outline: none;
  border: 1px solid #ddd;
  border-radius: 2px;
  background: #f3f3f3;
  color: #333;
  vertical-align: bottom;
  font-size: 14px;
  padding:0;
}*/

input[type="text"],
input[type="url"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="tel"],
textarea {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #333;
  display: block;
  font-size: 16px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 290px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.gsc-search-box input[type="text"]{
  background-color:#FFF;
  border-radius: 0px;
}

#comment-area input[type="text"],
#comment-area textarea{
  display: block;
}

textarea {
  overflow: auto;
  width:100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border: 1px solid #ff69b4;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(255,105,180,1);
   -moz-box-shadow: 0 0 3px rgba(255,105,180,1);
  box-shadow:  0 0 3px rgba(255,105,180,1);
   color: #444;
}

.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  margin-bottom: 20px;
  padding: 6px 12px;
  border: 1px solid #777;
  border-radius: 3px;
  background: #fff;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  line-height: normal;
  cursor: pointer;
  /* Old browsers */
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  background: #eee;

}

.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  position: relative;
  top:1px;
}

/************************************
** サイドバー（Sidebar）
************************************/
#sidebar h4{
  margin-bottom: 10px;
  font-size:20px;
}

.widget{
  margin-bottom: 45px;
}

.widget_search{
  margin-bottom: 0;
}

#sidebar ul,
#sidebar ol,
.widget-under-article ul,
.widget-under-article ol,
.widget-under-sns-buttons ul,
.widget-under-sns-buttons ol{
  list-style:none;
}

#sidebar-recent-posts li,
#sidebar-popular-posts li{
  margin:20px 0;
}

#sidebar li{
  float:left;
  margin-bottom:10px;
}

.sidebar-thumbnail-box{
  float: left;
  width: 75px;
}

.sidebar-recent-posts-title{
  float: right;
  width: 165px;
}
  #sidebar-recent-posts h3,
  #sidebar-recent-posts p,
  #sidebar-popular-posts h3,
  #sidebar-popular-posts p{
    margin: 0;
  }
#media {
  padding-left: 0;
  margin: 0;
}
#media li {
  float:left;
}
/************************************
** 新着記事・人気記事（new, pupular）
************************************/
#new-entries,
#popular-entries{
  line-height:150%;
}

#new-entries h4,
#popular-entries h4{
  margin-bottom:15px;
}

#new-entries ul,
#popular-entries ul {
  padding-left:0;
  list-style:none;
}

#new-entries ul li,
#popular-entries ul li {
  clear: left;
  float: none;
  margin-bottom:10px;
}

#new-entries ul li img,
#popular-entries ul li img {
  border: medium none;
  display: inline;
  float: left;
  margin: 3px 5px 10px 0;
  width: 75px;
  height: 75px;
}

span.wpp-views{
  font-size:x-small;
  font-style:italic;
}

/************************************
** 新着記事・人気記事（拡張）
************************************/
#new-entries .new-entrys-large .new-entry,
#popular-entries .popular-entrys-large .popular-entry,
#popular-entries .popular-entrys-large .wpp-list li{
  margin-bottom:15px;
  line-height:120%;
  position:relative;
  display:block;
  max-width:336px;
}

#popular-entries .popular-entrys-large .wpp-list li img{
  width:100%;
  float:none;
  margin:0;
  display:block;
  margin-bottom:5px;
}

#popular-entries .popular-entrys-large .wpp-list li img.wpp_cached_thumb{
  height:auto;
}

#new-entries .new-entrys-large-on .new-entry .new-entry-content,
#popular-entries .popular-entrys-large-on .popular-entry .popular-entry-content,
#popular-entries .popular-entrys-large-on .wpp-list li a.wpp-post-title{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent;
/*  opacity:0.7;
  background-color:#333;*/
  padding:10px;
  max-height:28%;
  overflow:hidden;
  display:block;
}

#new-entries .new-entrys-large-on .new-entry .new-entry-content a,
#popular-entries .popular-entrys-large-on .popular-entry .popular-entry-content a,
#popular-entries .popular-entrys-large-on .wpp-list li a.wpp-post-title {
  color:#fff;
  /*opacity:0.8;*/
  display:block;
}

#popular-entries .popular-entrys-large-on .wpp-list li span.wpp-views {
  background: url("images/black-transparent.png") repeat scroll 0 0 transparent;
  color:#fff;
  opacity:1;
  display:block;
  right:0;
  top:0;
  position:absolute;
  padding:2px 10px;
  border-bottom-left-radius:15px;
  font-size:medium;
}


/************************************
** フッター(footer)
************************************/
#footer {
  height:240px;
  float:left;
  width:100%;
  margin-top:30px;
  clear: both;
  background:url(images/fd.png);
  background-position: 50% 0;
  color: #fff;
  padding: 5px;
}

#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}

.footer-left {
  float: left;
  width: 34%;
  padding: 0;
}

.footer-center {
  float: left;
  width: 33%;
  padding: 0;
}

.footer-right {
  float: left;
  width: 33%;
  padding: 0;
}

#footer-widget {
  color: #fcfcfc;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #DCDCDC;
}

#footer h2{
  color:#fff;
  font-weight: 100;
  font-size: 14px;
}

#copyright{
  margin-top:120px;
  font-size: 80%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}


/************************************
** TOPへ戻るボタン（Go to top）
************************************/
#page-top{
  position:fixed;
  right:16px;
  bottom:16px;
  display:none;
}

#page-top a{
  padding:8px;
  text-decoration:none;
  display:block;
  cursor:pointer;
  text-align:center;
  line-height:100%;
  border-radius: 5px;
  font-size:12px;
}









@font-face {
font-family: "MyKokoro";
src: url("fonts/Kokoro.eot"); /* IE9 Compat Modes */
src: url("fonts/Kokoro.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("fonts/Kokoro.woff") format("woff"), /* Modern Browsers */
url("fonts/Kokoro.otf") format("opentype"); /* Safari, Android, iOS */
}
@font-face {
font-family: "dejima";
src: url("fonts/dejima-mincho-r227.eot"); /* IE9 Compat Modes */
src: url("fonts/dejima-mincho-r227.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("fonts/dejima-mincho-r227.woff") format("woff"), /* Modern Browsers */
url("fonts/dejima-mincho-r227.otf") format("opentype"); /* Safari, Android, iOS */
}
@font-face {
font-family: "Hannari";
src: url("fonts/Hannari.eot"); /* IE9 Compat Modes */
src: url("fonts/Hannari.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
url("fonts/Hannari.woff") format("woff"), /* Modern Browsers */
url("fonts/Hannari.otf") format("opentype"); /* Safari, Android, iOS */
}
* {
  font-family:'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo, sans-serif;
  color:#0d0015
}
body {
  background: url(images/kamon.jpg);
}
a:hover {
  color:#640125;
}
p {
  margin-bottom:32px;
  line-height: 180%;
}
h2 , h2 a{
  font-family:"dejima";
  font-size:18px;
  font-weight: 900;
  text-decoration: none;
}
#catch {
  width:100%;
  background:#5E3662;
  padding:5px 0;
  margin-bottom: 20px;
  font-size:14px;
  color:#fff;
  text-align: center;
}
#container {
  width: 1020px;
  margin: 0 auto;
}
#header {
  width: 280px;
  float: right;
}
#header .nav {
  width:280px;
  height:326px;
  background:url(images/nav_bg.png);
}
#header .nav ul{
  margin-top: 59px;
}
#header .nav li {
  float:right;
}
#header .nav li a:hover {
  opacity: 0.75;
}
#left_coll {
  width:700px;
  min-height:680px;
  float: left;
}
#right_col {
  width: 280px;
  float:right;
}
/*====================================================================================
トップページ
======================================================================================*/
#new_content {
  width:100%;
  margin-bottom:25px;
  background:#fff;
}
#new_content .text_area {
  width:482px;
  height:161px;
  float:right;
  position: relative;
}
#new_content .img{
  float: left;
}
#new_content .text_area .title{
  width:100%;
  height:23px;
  background: url(images/story_title.jpg);
  font-family:"dejima";
  text-indent:33px;
  margin-bottom:0;
}
#new_content .text_area .title a{
  font-family:"dejima";
  font-size:18px;
  font-weight: 900;
  text-decoration: none;
}
#new_content .text_area .text{
  padding:5px 7px;
  margin-top:3px;
  line-height:150%;

}
#new_content .text_area .text .btn{
  position: absolute;
  bottom:-10px;
  right:10px;
}
#new_list {
  margin-bottom:60px;
  background:#fff;
}
#new_list h2{
  padding:5px 5px 8px 0;
  font-size:18px;
  color:#fff;
  width:200px;
  background:#5E3662;
  text-align: center;
  -webkit-border-top-left-radius: 3px;  
    -webkit-border-top-right-radius: 3px;  
    -moz-border-radius-topleft: 3px;  
    -moz-border-radius-topright: 3px; 
}
#new_list ul {
  width: 100%;
  border-top:6px solid #5E3662;
  margin-bottom:20px;
}
#new_list #tabMenu a:hover {
	background:#c4a3bf;
}
#new_list #tabMenu .on a:hover {
	background:#5E3662;
}
#new_list ul li {
  width:90px;
  height:35px;
  float:left;
  text-align:center;
  margin-right:10px;
  border:1px #5E3662 solid;
  border-top:none;
    -webkit-border-bottom-right-radius: 3px;  
    -webkit-border-bottom-left-radius: 3px;   
    -moz-border-radius-bottomright: 3px;  
    -moz-border-radius-bottomleft: 3px;  
}
#new_list ul li a{
  width:90px;
  height:35px;
  font-family:"MyKokoro";
  font-weight:900;
  display: inline-block;
  text-decoration: none;
    -webkit-border-bottom-right-radius: 3px;  
    -webkit-border-bottom-left-radius: 3px;   
    -moz-border-radius-bottomright: 3px;  
    -moz-border-radius-bottomleft: 3px;
    line-height: 180%;
}
#new_list ul li a{
  color:#0d0015;
}
#new_list ul .on a{
  background:#5E3662;
  color:#fff;
}
.story_box {
  width: 100%;
  margin-bottom:25px;
}
.story_box #b{
  display: none;
}
.story_box #c{
  display: none;
}
.story_box #d{
  display: none;
}
.story_box #e{
  display: none;
}
.story_box #f{
  display: none;
}
.story_box .contents ,.kizi .contents{
  width:224px;
  height:700px;
  background:#dddcd6;
  border-radius: 4px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    float: left;
    
}
.story_box .contents h3,.story_box .contents h2,.kizi .contents h3,.story_box .contents .text ,.story_box .contents .img,.kizi .contents .img,.kizi .contents .text ,.story_box .contents .title{
  width:216px;
  margin-left:4px;
  background:#fff;
  margin-bottom:10px;
}
.story_box .contents .img {
  margin-top: 4px;
}
.story_box .contents h3 ,.story_box .contents h2,.kizi .contents h3 ,.story_box .contents .title {
  height:102px;
  font-size:18px;
  display: table;
  text-align: center;
}
.story_box .contents h3 a ,.story_box .contents h2 a,.kizi .contents h3 a ,.story_box .contents .title a{
  font-weight: 900;
  display: table-cell;
  vertical-align: middle;
  text-decoration: none;
}
.story_box .contents .text ,.kizi .contents .text {
  height:350px;
  padding:3px 5px;
}
.story_box .contents .btn ,.kizi .contents .btn{
  margin-top:-30px;
  margin-left:12px;
}
.story_box .contents:nth-child(2) {
  margin:0 12px;
}
.story_box .contents:nth-child(5) {
  margin:0 12px;
}
.story_box .contents:nth-child(8) {
  margin:0 12px;
}
.story_box .contents:nth-child(11) {
  margin:0 12px;
}
#genre_list {
  width: 100%;
  margin-bottom:60px;
}
#genre_list .title {
  width:100%;
  height:23px;
  margin-bottom:20px;
  background: url(images/kotodama_title.jpg);
  text-indent:33px;
  font-family:"dejima";
  font-size:18px;
  font-weight: 900;
  text-decoration: none;

}
#genre_list .box {
  width:230px;
  height:350px;
  padding-right:4px;
  float:left;
  position: relative;
  background:#fff;
}
#genre_list .box h2,#genre_list .box .name {
  font-size:21px;
  position: absolute;
  top:133px;
  left:60px;
font-family: "dejima";
line-height:100%;
font-weight: 900;
}
#genre_list .box img{
  width:224px;
}
#genre_list .box .text {
  line-height: 150%;
  height:120px;
  display: block;
}
#genre_list .box .btn {
  width:100%;
  padding:10px 0 13px 0;
  margin-top:10px;
  display: block;
  text-align: center;
  color: #fff;
  font-size:18px;
  font-weight: 900;
  font-family:"MyKokoro";
  text-decoration: none;
  border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid #412249;
  background: #cb60b3; /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiNjBiMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzU1Mjk1YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NTI5NWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  #cb60b3 0%, #55295b 50%, #55295b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#55295b), color-stop(100%,#55295b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #cb60b3 0%,#55295b 50%,#55295b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #cb60b3 0%,#55295b 50%,#55295b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #cb60b3 0%,#55295b 50%,#55295b 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #cb60b3 0%,#55295b 50%,#55295b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#55295b',GradientType=0 ); /* IE6-8 */
}
#genre_list .box .btn:hover{
  opacity: 0.75;
}
#genre_list li:nth-child(2) {
  border-left:1px dashed #000;
  border-right:1px dashed #000;
  width:234px;
  padding-left:4px;
}
#genre_list li:nth-child(3) {
  padding-right:0px;
  margin-left:4px;
}
#genre_list .fast {
  border-bottom:1px dashed #000;
  padding-bottom:8px;
  margin-bottom: 8px;
}
#explanatio .title{
  width:100%;
  height:125px;
  font-size:35px;
  text-align: center;
  color:#fff;
  background:#5E3662;
  font-family:"dejima";
  padding:15px 0;
  position: relative;
  background: #5E3662;
  border: 4px solid #5E3662;
  margin-bottom: 40px;
}
#explanatio .title:after, #explanatio .title:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#explanatio .title:after {
  border-color: rgba(94, 54, 98, 0);
  border-top-color: #5E3662;
  border-width: 20px;
  margin-left: -20px;
}
#explanatio .title:before {
  border-color: rgba(94, 54, 98, 0);
  border-top-color: #5E3662;
  border-width: 26px;
  margin-left: -26px;
}
#explanatio p{
  line-height: 150%;
  margin-bottom:14px;
}

#explanatio h2{
  width:100%;
  height:23px;
  margin:16px 0 20px 0;
  background: url(images/kotodama_title.jpg);
  text-indent:33px;
}

#explanatio {
  background:#fff;
}
#footer {
  height:240px;
  float:left;
  width:100%;
  margin-top:60px;
  clear: both;
  background:url(images/fd.png);
  background-position: 50% 0;
  color: #fff;
  padding: 5px;
}
#footer-widget {
  margin: 10px auto;
  text-align: left;
  padding:0 5%;
}

.footer-left {
  float: left;
  width: 34%;
  padding: 0;
}

.footer-center {
  float: left;
  width: 33%;
  padding: 0;
}

.footer-right {
  float: left;
  width: 33%;
  padding: 0;
}

#footer-widget {
  color: #fcfcfc;
}

#footer-widget ul{
  list-style:none;
  padding-left:1em;
}

#footer-widget li {
  font-size: 14px;
}

#footer a {
  color: #DCDCDC;
}

#footer h4 ,#footer span ,#footer p {
  color:#fff;
}

#copyright{
  margin-top:120px;
  font-size: 80%;
  text-align:center;
}

#copyright a{
  text-decoration:none;
  color:#fff;
}
#footer-in{
  width: 1010px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*====================================================================================
カテゴリー
======================================================================================*/
.category .story_box .contents {
  margin-bottom: 20px;
}
.category #mv {
  position: relative;
  margin-bottom: 10px;
}
.category #mv .text_area {
  width: 301px;
  position: absolute;
  top:50px;
  left:50px;
}
.category #mv .text_area .title {
  color:#fff;
  font-size: 30px;
  font-family:"dejima";
  text-align: center;
}
.category #mv .text_area .White {
  color:#fff;
}
.category #mv .text_area .text {
  font-size: 16px;
  font-weight: 900;
  margin-top: 30px;
  line-height: 200%;
}
.category #mv .text_area .text strong {
  font-weight: 900;
}
.category .story_box {
  margin:15px 0 15px 0;
}
#new_category h2 {
  width:100%;
  height:23px;
  margin-bottom:20px;
  background: url(images/kotodama_title.jpg);
  text-indent:33px;
  font-family:"dejima";
  font-size:18px;
  font-weight: 900;
  text-decoration: none;
}
/*====================================================================================
記事
======================================================================================*/
.page_next_btn {
   width:100%;
   text-align:center;
}
.page_next_btn .left{
    -webkit-border-top-left-radius: 100px;
    -webkit-border-bottom-left-radius: 100px;  
    -moz-border-radius-topleft: 100px;    
    -moz-border-radius-bottomleft: 100px;
   background:#c9171e;
   color:#fff;
   text-decoration:none;
   padding:10px 5px;
}
.page_next_btn a:hover {
   opacity:0.65;
}
.page_next_btn .right{
    -webkit-border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;  
    -moz-border-radius-topright: 100px;    
    -moz-border-radius-bottomright: 100px;
   background:#c9171e;
   color:#fff;
   text-decoration:none;
   padding:10px 5px;
}
.kizi .story_box .contents {
  margin-bottom: 20px;
}
.kizi #mv {
  position: relative;
  margin-bottom: 10px;
}
.kizi #mv .text_area {
  width: 301px;
  position: absolute;
  top:50px;
  left:50px;
}
.kizi #mv .text_area .title {
  color:#fff;
  font-size: 30px;
  font-family:"dejima";
  text-align: center;
  line-height: 100%;
}
.kizi #mv .text_area .White {
  color:#fff;
}
.kizi #mv .text_area .text {
  font-size: 16px;
  font-weight: 900;
  margin-top: 30px;
  line-height: 200%;
}
.kizi #mv .text_area .text strong {
  font-weight: 900;
}
.kizi .article {
  background: #fff;
  width:700px;
padding-bottom:40px;
}
.kizi .article p{
  padding:0 10px;
}
.kizi .article .name{
  width:100%;
  height:23px;
  margin-bottom:20px;
  background: url(images/kotodama_title.jpg);
  text-indent:33px;
  font-family:"dejima";
  font-size:18px;
  font-weight: 900;
  text-decoration: none;
}
.kizi #the-content p img{
  margin-left:-10px;
  width:700px;
  height:auto;
}
.kizi #the-content .said img{
  margin-left:10px;
  width:294px;
  height:auto;
  float:left;
  margin-left:-10px;
  margin-right:10px;
}

.kizi #the-content .story_box p img{
width:auto;
}
.kizi #the-content p a img {
width:auto;
}
.kizi .entry-title ,.yarpp-related h2 {
  width:100%;
  height:23px;
  margin:20px 0 40px 0;
  background: url(images/kotodama_title.jpg);
  text-indent:33px;
  line-height: 90%;
  font-family:"dejima";
  font-size:18px;
  font-weight: 900;
  text-decoration: none;
}
.kizi .article p{
  line-height: 190%;
  font-size:16px;	
}
.kizi .article p img {
  text-align: center;
}
.kizi hr{
  border-top:none;
  border-left:none;
  border-width: 5px;
  border-color:#5E3662;
  margin-bottom: 10px
}
.yarpp-related .contents:nth-child(3) {
  margin:0 12px;
}
.kizi .contents:nth-child(6) {
  margin:0 12px;
}
.kizi .contents:nth-child(9) {
  margin:0 12px;
}
.kizi .contents:nth-child(12) {
  margin:0 12px;
}
#profile {
  background: #fff;

}
#profile .img{
  height:169px;
}


.kizi .rating-result {
	width:100%;
	text-align:right;
	color:#c9171e;
	border-top:1px solid #5E3662;
	border-bottom:1px solid #5E3662;
	padding:8px 0;
   	 float: right;
   	margin-bottom: 40px;
}

.rating-results-list td {
	vertical-align: middle;
}
.rating-results-list tr {
	height:127px;
}

.koziki_cv {
	width:700px;
	height:150px;
	margin-bottom:40px;
	background:url(images/koziki_cv.jpg);
	border:5px solid #302833;
}
.koziki_cv h3 a {
	width:280px;
	color:#fff;
	font-size:23px;
	display: block;
	text-align:center;
	text-decoration:none;
	padding:15px 0;
	margin:60px 0 0 50px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a22041+1,a05b6c+51,9e4a5d+52,a06a77+100 */
background: #a22041; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2EyMjA0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2EwNWI2YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iIzllNGE1ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMDZhNzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #a22041 1%, #a05b6c 51%, #9e4a5d 52%, #a06a77 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a22041), color-stop(51%,#a05b6c), color-stop(52%,#9e4a5d), color-stop(100%,#a06a77)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #a22041 1%,#a05b6c 51%,#9e4a5d 52%,#a06a77 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #a22041 1%,#a05b6c 51%,#9e4a5d 52%,#a06a77 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #a22041 1%,#a05b6c 51%,#9e4a5d 52%,#a06a77 100%); /* IE10+ */
background: linear-gradient(to bottom,  #a22041 1%,#a05b6c 51%,#9e4a5d 52%,#a06a77 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22041', endColorstr='#a06a77',GradientType=0 ); /* IE6-8 */
border-radius: 5px; 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid #412249;
}
.koziki_cv h3 a:hover{
	background:#a22041;
}

.story_box .title a{
background-image : none;
text-indent:0px;
line-height:150%;
}

.kizi #mv .izumotext_area .description {
  color:#19345f;
  font-size: 28px;
  font-family:"dejima";
  text-align: center;
  line-height: 100%;
	margin-bottom:12px;
}
.kizi #mv .izumotext_area .title {
  color:#19345f;
  font-size: 18px;
  font-family:"dejima";
  text-align: center;
  line-height: 100%;
}
.kizi #mv .izumotext_area {
  width: 700px;
  position: absolute;
  bottom:15px;
}

.kizi #mv .himukatext_area .description {
  color:#0b4d43;
  font-size: 28px;
  font-family:"dejima";
  text-align: center;
  line-height: 100%;
	margin-bottom:12px;
}
.kizi #mv .himukatext_area .title {
  color:#0b4d43;
  font-size: 18px;
  font-family:"dejima";
  text-align: center;
  line-height: 100%;
}
.kizi #mv .himukatext_area {
  width: 700px;
  position: absolute;
  bottom:15px;
}
.izumohimuka {
	width:692px;
}
.izumohimuka a {
	width:346px;
	float:left;
}
.izumohimuka a:hover {
	opacity:0.65;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}