@charset "UTF-8";
/* general */
/* line 6, ../sass/styles.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 8, ../sass/styles.scss */
a {
  text-decoration: none;
}
/* line 11, ../sass/styles.scss */
a:hover {
  text-decoration: underline;
  opacity: 0.8;
  cursor: pointer;
}
/* line 17, ../sass/styles.scss */
a.decoration {
  text-decoration: underline;
}
/* line 21, ../sass/styles.scss */
a.no-decoration:hover {
  text-decoration: none;
}

/* line 26, ../sass/styles.scss */
ul {
  list-style-type: none;
  padding: 0;
}

/* line 31, ../sass/styles.scss */
blockquote {
  border: 1px solid #CCC;
  margin: auto 10px;
  padding: 10px;
}

/* line 37, ../sass/styles.scss */
.text-center {
  text-align: center;
}

/* line 38, ../sass/styles.scss */
.text-left {
  text-align: left;
}

/* line 39, ../sass/styles.scss */
.text-right {
  text-align: right;
}

/* line 41, ../sass/styles.scss */
.sp_clearfix {
  display: none;
}

/* line 46, ../sass/styles.scss */
#container {
  overflow: hidden;
  *zoom: 1;
}

/* line 49, ../sass/styles.scss */
header h1 {
  margin-bottom: 0.25rem;
}
/* line 52, ../sass/styles.scss */
header h1 a {
  font-size: 44px;
}
/* line 56, ../sass/styles.scss */
header .description {
  margin-top: 0;
  font-size: 12px;
}

/* line 64, ../sass/styles.scss */
nav > ul {
  display: table;
  width: 100%;
}
/* line 68, ../sass/styles.scss */
nav > ul > li {
  position: relative;
  background: #FFF;
  display: table-cell;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100;Gren+3D */
  background: #eeeeee;
  /* Old browsers */
  background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 );
  /* IE6-9 */
}
/* line 80, ../sass/styles.scss */
nav > ul > li a {
  display: inline-block;
  padding: 10px;
  width: 100%;
}
/* line 85, ../sass/styles.scss */
nav > ul > li a:hover {
  text-decoration: none;
}
/* line 90, ../sass/styles.scss */
nav > ul > li li {
  background: #cccccc;
}
/* line 92, ../sass/styles.scss */
nav > ul > li li:hover {
  opacity: 0.8;
}
/* line 96, ../sass/styles.scss */
nav a {
  text-decoration: none;
  font-size: 14px;
  color: #666;
}
/* line 102, ../sass/styles.scss */
nav .sub-menu {
  display: none;
  position: absolute;
  background: #FFF;
  width: auto;
  z-index: 1;
  width: 100%;
}

/* line 112, ../sass/styles.scss */
article {
  background: #FFF;
  margin-bottom: 50px;
  padding: 5px 20px;
}
/* line 117, ../sass/styles.scss */
article .date {
  font-size: 0.8em;
}
/* line 121, ../sass/styles.scss */
article .content {
  padding: 15px 0;
}
/* line 124, ../sass/styles.scss */
article .content > div {
  display: inline-block;
  vertical-align: top;
}
/* line 129, ../sass/styles.scss */
article .content .eyecatch {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 280px;
}
/* line 134, ../sass/styles.scss */
article .content .eyecatch img {
  max-width: 100%;
  height: auto;
}
/* line 140, ../sass/styles.scss */
article .content .text {
  font-size: 14px;
  margin-right: 20px;
  width: 535px;
}
/* line 146, ../sass/styles.scss */
article .content .button {
  display: inline-block;
  height: 120px;
  width: 45px;
  text-align: center;
  line-height: 120px;
  color: #FFF;
  font-size: 40px;
  border: 3px solid gray;
  box-shadow: 2px 2px 2px #999;
}
/* line 160, ../sass/styles.scss */
article .relation_link .text_list ul {
  margin-left: 20px;
}
/* line 163, ../sass/styles.scss */
article .relation_link .text_list a {
  font-size: 14px;
}
/* line 170, ../sass/styles.scss */
article .relation_link .list_with_thumb h5 {
  padding: 10px;
  background: #EEE;
}
/* line 175, ../sass/styles.scss */
article .relation_link .list_with_thumb li {
  display: inline-block;
  width: 150px;
  margin-left: 20px;
  vertical-align: top;
}
/* line 181, ../sass/styles.scss */
article .relation_link .list_with_thumb li .thumbnail {
  width: 150px;
/*  height: 200px; */
  overflow: hidden;
}

/* line 191, ../sass/styles.scss */
h2:not[class='widget-title'] {
  margin-top: 0;
  padding: 5px 0;
}
/* line 192, ../sass/styles.scss */
h2:not[class='widget-title']::before {
  content: '▶';
  display: inline-block;
  padding-right: 0.5em;
}

/*Pagenation*/
/* line 203, ../sass/styles.scss */
.pagenation {
  margin: 1em 0;
}
/* line 206, ../sass/styles.scss */
.pagenation ul {
  text-align: center;
}
/* line 209, ../sass/styles.scss */
.pagenation ul li {
  display: inline-block;
  list-style: none outside none;
}
/* line 213, ../sass/styles.scss */
.pagenation ul li:first-child {
  margin-left: 0;
}
/* line 217, ../sass/styles.scss */
.pagenation ul li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #FFFFFF;
  cursor: not-allowed;
  padding: 10px 20px;
}
/* line 225, ../sass/styles.scss */
.pagenation ul li a {
  background: none repeat scroll 0 0 #CCCCCC;
  border-radius: 3px;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
/* line 234, ../sass/styles.scss */
.pagenation ul li a:hover {
  background-color: #444444;
  color: #FFFFFF;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/* line 247, ../sass/styles.scss */
#sidebar {
  margin-top: 84px;
  /* ranking */
}
/* line 250, ../sass/styles.scss */
#sidebar .sidebox,
#sidebar .widget,
#sidebar .widget.popular-posts {
  background: #FFF;
  margin-bottom: 10px;
  font-size: 14px;
}
/* line 259, ../sass/styles.scss */
#sidebar .widget ul {
  padding: 0 10px 10px;
}
/* line 261, ../sass/styles.scss */
#sidebar .widget ul li {
  margin-bottom: 10px;
}
/* line 267, ../sass/styles.scss */
#sidebar h2 {
  text-align: center;
  margin: 0 0 20px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 14px;
  border-bottom: none;
}
/* line 277, ../sass/styles.scss */
#sidebar #profile .image {
  margin-bottom: 20px;
}
/* line 280, ../sass/styles.scss */
#sidebar #profile .image img {
  max-width: 200px;
}
/* line 285, ../sass/styles.scss */
#sidebar #profile .text {
  font-size: 14px;
  padding: 0 10px 10px;
}
/* line 292, ../sass/styles.scss */
#sidebar .widget.popular-posts {
  background: #FFF;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
/* line 297, ../sass/styles.scss */
#sidebar .widget.popular-posts h2.widget-title {
  text-align: center;
  margin: 0 0 20px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 16px;
}
/* line 305, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li {
  margin-bottom: 10px;
}
/* line 309, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li::before {
  content: "　";
  line-height: 100px;
  width: 25px;
  text-align: center;
  display: inline-block;
}
/* line 318, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li:nth-child(1)::before {
  background: url(../images/icon_ranking1.gif) no-repeat 2px 40px;
}
/* line 318, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li:nth-child(2)::before {
  background: url(../images/icon_ranking2.gif) no-repeat 2px 40px;
}
/* line 318, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li:nth-child(3)::before {
  background: url(../images/icon_ranking3.gif) no-repeat 2px 40px;
}
/* line 318, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li:nth-child(4)::before {
  background: url(../images/icon_ranking4.gif) no-repeat 2px 40px;
}
/* line 318, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li:nth-child(5)::before {
  background: url(../images/icon_ranking5.gif) no-repeat 2px 40px;
}
/* line 323, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li > a {
  vertical-align: top;
  display: inline-block;
}
/* line 328, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li .wpp-thumbnail {
  width: 100px;
  height: auto;
}
/* line 333, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li .wpp-post-title {
  width: 150px;
  font-weight: bold;
  font-size: 12px;
  float: right;
}
/* line 339, ../sass/styles.scss */
#sidebar .widget.popular-posts ul > li .post-stats {
  font-size: 12px;
  font-weight: normal;
  text-align: right;
  padding-right: 20px;
}
/* line 348, ../sass/styles.scss */
#sidebar #category_list {
  font-size: 14px;
}
/* line 351, ../sass/styles.scss */
#sidebar #category_list li {
  margin-bottom: 5px;
}
/* line 355, ../sass/styles.scss */
#sidebar #category_list ul.children li {
  text-indent: 1em;
}
/* line 358, ../sass/styles.scss */
#sidebar #category_list ul.children li::before {
  content: '- ';
}

/* line 365, ../sass/styles.scss */
footer {
  background: #AAA;
  color: #FFF;
  font-size: 0.8em;
  text-align: center;
  padding: 40px 0;
}
h3{
	padding: .5em .75em;
	background-color: #f6f6f6;
	border: 3px double #ccc;
}