@charset "UTF-8";
/*
Theme Name: Twenty Thirteen
Theme URI: http://wordpress.org/themes/twentythirteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */
/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: "Source Sans Pro", Helvetica, sans-serif; }

button, input, select, textarea {
  font-family: "Source Sans Pro", Helvetica, sans-serif; }

body {
  color: #141412;
  line-height: 1.5;
  margin: 0; }

a {
  color: #ca3c08;
  text-decoration: none; }
  a:visited {
    color: #ac0404; }
  a:focus {
    outline: thin dotted; }
  a:active {
    color: #ea9629;
    outline: 0; }
  a:hover {
    color: #ea9629;
    outline: 0;
    text-decoration: underline; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  line-height: 1.3;
  margin: 0; }

address {
  font-style: italic;
  margin: 0 0 24px; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

p {
  margin: 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 14px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none; }

blockquote:before, blockquote:after {
   content: "”";
    font-size: 1000%;
    line-height: 0em;
    font-family: 'Times New Roman' ,"ＭＳ Ｐゴシック" ,sans-serif;
    color: #F0F0F0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;}

q:before, q:after {
  content: "";
  content: none; }

blockquote {
background: #F7F7F7 url(img/blockquote.png) no-repeat 0 0;
padding: 15px;
border: 1px solid #CCCCCC;
color: #212121;
box-shadow: 1px 1px 2px rgba(204, 204, 204, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
clear: both;
}

small {
  font-size: smaller; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl {
  margin: 0 20px; }

dt {
  font-weight: bold; }

dd {
  margin: 0 0 20px; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

li > ul, li > ol {
  margin: 0; }

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline; }

button, input {
  line-height: normal; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer; }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled] {
  cursor: default; }

input[disabled] {
  cursor: default; }
input[type="checkbox"], input[type="radio"] {
  padding: 0; }
input[type="search"] {
  -webkit-appearance: textfield;
  padding-right: 2px;
  /* Don't cut off the webkit search cancel button */
  width: 270px; }
  input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%; }

caption, th, td {
  font-weight: normal;
  text-align: left; }

caption {
  font-size: 16px;
  margin: 20px 0; }

th {
  font-weight: bold;
  text-transform: uppercase;
  background-color: #efefef;
padding:10px;}

td {
  border-top: 1px solid #ededed;
  padding: 10px;
}

del {
  color: #333; }

ins {
  background: #fff9c0;
  text-decoration: none; }

hr {
  background: url(images/dotted-line.png) repeat center top;
  background-size: 4px 4px;
  border: 0;
  height: 1px;
  margin: 0 0 24px; }

a:hover img {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -ms-filter: "alpha(opacity=60)";
  zoom: 1; }
a:link {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */
.genericon:before, .menu-toggle:after, .featured-post:before, .date a:before, .entry-meta .author a:before, .format-audio .entry-content:before, .comments-link a:before, .tags-links a:first-child:before, .categories-links a:first-child:before, .edit-link a:before, .attachment .entry-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px / 1 Genericons;
  vertical-align: text-bottom; }

.attachment-meta:before, .attachment-meta a:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px / 1 Genericons;
  vertical-align: text-bottom; }

.comment-awaiting-moderation:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .bypostauthor > .comment-body .fn:before, .error404 .page-title:before {
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font: normal 16px / 1 Genericons;
  vertical-align: text-bottom; }

/* Clearing floats */
.clear:after, .attachment .entry-header:after, .site-footer .widget-area:after, .entry-content:after, .page-content:after, .navigation:after, .nav-links:after, .gallery:after, .comment-form-author:after, .comment-form-email:after, .comment-form-url:after, .comment-body:after {
  clear: both; }

.clear:before, .clear:after {
  content: "";
  display: table; }

.attachment .entry-header:before, .attachment .entry-header:after {
  content: "";
  display: table; }

.site-footer .widget-area:before, .site-footer .widget-area:after {
  content: "";
  display: table; }

.entry-content:before, .entry-content:after {
  content: "";
  display: table; }

.page-content:before, .page-content:after {
  content: "";
  display: table; }

.navigation:before, .navigation:after {
  content: "";
  display: table; }

.nav-links:before, .nav-links:after {
  content: "";
  display: table; }

.gallery:before, .gallery:after {
  content: "";
  display: table; }

.comment-form-author:before, .comment-form-author:after {
  content: "";
  display: table; }

.comment-form-email:before, .comment-form-email:after {
  content: "";
  display: table; }

.comment-form-url:before, .comment-form-url:after {
  content: "";
  display: table; }

.comment-body:before, .comment-body:after {
  content: "";
  display: table; }

/* Assistive text */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */ }

/* Form fields, general styles first. */
button, input, textarea {
  border: 2px solid #d4d0ba;
  font-family: inherit;
  padding: 5px; }

input, textarea {
  color: #141412; }

input:focus, textarea:focus {
  border: 2px solid #c3c0ab;
  outline: 0; }

/* Buttons */
button:hover, button:focus {
  background: #ed6a31;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
  /* W3C */
  outline: none; }

input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
  background: #ed6a31;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #ed6a31 0%, #e55627 100%);
  /* W3C */
  outline: none; }

button:active {
  background: #d94412;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
  /* W3C */
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px; }

input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active {
  background: #d94412;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%);
  /* Chrome 10+, Safari 5.1+ */
  background: linear-gradient(to bottom, #d94412 0%, #e05d22 100%);
  /* W3C */
  border: none;
  border-top: 3px solid #b93207;
  padding: 10px 24px 11px; }

.post-password-required input[type="submit"] {
  padding: 7px 24px 4px;
  vertical-align: bottom; }
  .post-password-required input[type="submit"]:active {
    padding: 5px 24px 6px; }

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
  color: #7d7b6d; }

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img, .entry-summary img, .comment-content img, .widget img, .wp-caption {
  max-width: 100%; }

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .entry-summary img, .comment-content img[height] {
  height: auto; }

img[class*="align"], img[class*="wp-image-"], img[class*="attachment-"] {
  height: auto; }
img.size-full, img.size-large, img.wp-post-image {
  height: auto;
  max-width: 100%; }

/* Make sure videos and embeds fit their containers. */
embed, iframe, object, video {
  max-width: 100%; }

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
  max-width: 100% !important; }

/* Images */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 5px 20px 5px 0; }

.wp-caption.alignleft {
  margin: 5px 10px 5px 0; }

img.alignright {
  margin: 5px 0 5px 20px; }

.wp-caption.alignright {
  margin: 5px 0 5px 10px; }

img.aligncenter {
  margin: 5px auto; }
img.alignnone {
  margin: 5px 0; }

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
  color: #220e10;
  font-size: 18px;
  font-style: italic;
  font-weight: 300; }

img.wp-smiley, .rsswidget img {
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
  list-style-position: inside; }

/*便利*/
.left {
  float: left; }

.right {
  float: right; }

.cf {
  *zoom: 1; }
  .cf:before {
    content: " ";
    display: table; }
  .cf:after {
    content: " ";
    display: table;
    clear: both; }

.hidden {
  display: none; }

/*ヘッダー*/
.site-header {
  border-bottom: 3px solid #b81c25;
  margin-bottom: 24px; }

.head_top {
  font-size: 12px;
  color: white;
  width: 1000px;
  margin: auto;
  padding: 5px 0; }

.site-description {
  line-height: 22px; }

.h_serch {
  position: relative; }
  .h_serch input[type="search"] {
    width: 166px;
    border: none;
    border-radius: 3px;
    padding: 3.5px; }
  .h_serch input[type="submit"] {
    background-image: url(/images/search_btn.png);
    padding: 0;
    text-indent: -60px;
    position: absolute;
    right: 0;
    width: 22px;
    top: 0;
    border: none;
    height: 22px; }

.head_main_wrap {
  background-color: white;
  border-bottom: 9px solid;
  margin-bottom: 3px; }

.head_top_wrap {
  background-color: black; }

.head_main {
  background-color: white;
  width: 1000px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 7px; }

.nav-menu {
  padding: 0;
  margin: 0; }
  .nav-menu li {
    float: left;
    margin-left: 41px; }
    .nav-menu li:first-child {
      margin-left: 0px; }
    .nav-menu li a {
      text-indent: -9999px;
      display: block;
      width: 50px;
      background-repeat: no-repeat;
      height: 50px;
      background-position: 50%; }

h1.site-title {
  margin: 0; }

.home-link {
  margin-left: -67px; }

.navbar {
  margin-top: 20px; }

#menu-item-9 a {
  background-image: url(/images/menu_top.png); }
  #menu-item-9 a:hover {
    background-image: url(/images/menu_top_b.png); }

#menu-item-14 a {
  background-image: url(/images/menu_trend.png); }
  #menu-item-14 a:hover {
    background-image: url(/images/menu_trend_b.png); }

#menu-item-13 a {
  background-image: url(/images/menu_owenr.png); }
  #menu-item-13 a:hover {
    background-image: url(/images/menu_owenr_b.png); }

#menu-item-12 a {
  background-image: url(/images/menu_open.png); }
  #menu-item-12 a:hover {
    background-image: url(/images/menu_open_b.png); }

#menu-item-11 a {
  background-image: url(/images/menu_column.png); }
  #menu-item-11 a:hover {
    background-image: url(/images/menu_column_b.png); }

#menu-item-15 a {
  background-image: url(/images/menu_help.png); }
  #menu-item-15 a:hover {
    background-image: url(/images/menu_help_b.png); }

/*メイン*/
#main {
  width: 1000px;
  margin: auto;
  margin-bottom: 100px; }

.content-area {
  width: 680px;
  float: left; }

.sidebar-container {
  width: 300px;
  float: right; }

/*フッター*/
.site-footer {
  clear: both;
  border-top: 3px solid #b81c25; }

.foot-menu {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px; }
  .foot-menu li {
    display: inline-block;
    border-right: 2px solid #8D8D8D;
    width: 90px; }
    .foot-menu li:last-child {
      border-right: none; }
    .foot-menu li a {
      color: #8D8D8D; }

.site-info {
  border-top: 7px solid; }

.foot_com_menu {
  text-align: center;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }
  .foot_com_menu li {
    display: inline-block;
    border-left: 2px solid #8D8D8D;
    width: 169px;
    font-size: 15px; }
    .foot_com_menu li:last-child {
      border-right: 2px solid #8D8D8D; }
    .foot_com_menu li a {
      color: #8D8D8D; }

.copyright {
  text-align: center;
  padding: 10px 0;
  color: #7E7E7E; }

/*トップページ*/
.news-copy {
  position: absolute;
  bottom: 0;
  background-color: rgba(221, 221, 221, 0.59);
  width: 100%;
  height: 82px; }
  .news-copy h2 {
    margin: 10px; }
  .news-copy a {
    color: black; }

.top_main {
  margin-bottom: 30px; }

.top_slider {
  overflow: hidden;
  margin-bottom: 30px; }
  .top_slider li {
    width: 538px !important; }

.post_social li {
  float: left;
  margin-right: 10px; }

.feed_social_icon {
  margin-right: 5px; }

.gridly-date {
  float: right; }

.gridly-copy h3 {
  margin: 0;
  margin-top: 10px;
  font-size: 14px; }
  .gridly-copy h3 a {
    color: black; }

.cate p {
  display: inline-block;
  margin-right: 10px; }

.category-trend .hover_b:hover {
  border-color: #66c6f2; }

.category-column .hover_b:hover {
  border-color: #c8a064; }

.category-owner .hover_b:hover {
  border-color: #898a8a; }

.category-open .hover_b:hover {
  border-color: #f8b62c; }

.category-help .hover_b:hover {
  border-color: #6ab82c; }

.mainpost {
  width: 220px;
  float: left;
  border: 1px solid #ddd;
  margin-right: 10px;
  height: 247px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.hover_b {
  border: 3px solid white;
  padding: 7px;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.mainpost:nth-child(3n) {
  margin-right: 0; }

.h_catch {
  margin-bottom: 5px;
  border-left: 5px solid;
  padding-left: 8px;
  padding-bottom: 3px; }

.midashi_wrap {
  border-bottom: 3px dotted #ddd;
  margin-bottom: 20px; }

.rank-image {
  float: left;
  margin-right: 10px; }

.rank-cat {
  float: left; }

.wpp-list li {
  margin-bottom: 20px; }

.rank_tag {
  display: block;
  background-color: black;
  color: white;
  width: 200px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.5px; }

.rank-copy {
  float: left;
  width: 437px;
  margin-top: 20px; }

.tablenav {
  text-align: center;
  clear: both;
  padding-top: 20px; }
  .tablenav a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    color: black; }
    .tablenav a:hover {
      background: #c30d23;
      border: 1px solid #c30d23;
      color: white; }
  .tablenav .current {
    background: #c30d23;
    border: 1px solid #c30d23;
    color: white;
    padding: 5px 10px; }

/*サイドバー*/
.pick_up {
  margin-top: 20px; }

.side_thum {
  float: left;
  margin-right: 5px;
  overflow: hidden;
  width: 80px;
  height: 80px; }
  .side_thum img {
    height: 80px;
    width: auto;
    max-width: none; }

.side_link {
  font-size: 14px; }
  .side_link a {
    color: black; }

.pick_up li {
  margin-bottom: 15px;
  padding: 0px 10px; }

/*パンくず*/
.bread_crumb {
  overflow: hidden;
  margin-bottom: 16px;
  font-size: 12px; }
  .bread_crumb li {
    float: left;
    margin-right: 5px; }
    .bread_crumb li:first-child {
      background-image: url(/images/bread_home.png);
      padding-left: 20px;
      background-repeat: no-repeat; }
  .bread_crumb a {
    margin-right: 5px; }
  .bread_crumb li:after {
    content: '▶'; }
  .bread_crumb li:last-child:after {
    content: ''; }

/*カテゴリーページ*/
.archive-header {
  margin-bottom: 40px; }

/*記事ページ*/
.entry-content h2 {
  background: #f8f8f8;
  border-bottom: #ccc 1px dotted;
  font-size: 140%;
  font-weight: normal;
  padding: 20px 10px;
  margin: 0px 0 20px 0;
  color: #000000;
  font-weight: bold;
  clear: both; }
.entry-content h3 {
  font-size: 125%;
  font-weight: bold;
  margin: 15px 0 10px 0;
  line-height: 130%;
  padding: 2px 0 2px 10px;
  border-left: 5px solid #c30d23;
  clear: left; }

.css3button{
display:block;
text-align:center;
}

.css3button button{
width: 50%;
    font-size: 20px;
margin-right: auto;
margin-left : auto;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 12px 22px;
	background: -moz-linear-gradient(
		top,
		#ffd042 0%,
		#ff7003);
	background: -webkit-gradient(
		linear, left top, left bottom,
		from(#ffd042),
		to(#ff7003));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 0px solid #ffffff;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}


.entry-title {
  padding: 10px 0; }

.entry-meta {
  text-align: right; }

.social_button li {
  display: inline-block;
  margin-right: 16px; }

.entry-content {
  border-bottom: 2px dotted #ddd;
  padding-bottom: 20px;
  border-top: 2px dotted #ddd;
  padding-top: 20px;
  margin-bottom: 20px; }

.entry_auther {
  background-color: #eeefef;
  padding: 10px;
  margin-bottom: 20px; }

.thum {
  float: left;
  margin-right: 10px; }

.auther_detail_area h3 {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.author_detail {
  font-size: 14px; }

.auther_detail_area {
  float: left;
  width: 534px; }

.likebox_area {
  margin-bottom: 30px; }

.relate_posts {
  margin-bottom: 40px; }
  .relate_posts li {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 13px; }
    .relate_posts li a {
      color: black; }

/*サイドバー*/
.rank_side li {
  position: relative; }

.s_rank_tag {
  display: block;
  position: absolute;
  background-color: #fff800;
  text-align: center;
  width: 24px;
  font-weight: bold; }

.entry_page {
  border: none; }

.bana_area a {
  display: block;
  margin-bottom: 30px; }

.shadow {
  box-shadow: 1px 1px 1px 1px #ddd; }

.about_area {
  text-align: center;
  font-size: 20px;
  font-family: 'Hiragino Maru Gothic pro';
  font-weight: bold;
  line-height: 35px; }

.h_catch span {
  font-size: 11px;
  padding-left: 20px; }

.foot_bana {
  padding: 40px 0; }
  .foot_bana a {
    display: block;
    box-shadow: 1px 1px 1px 1px #ddd; }




section table   { width: 100%; }
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #dbdbdb; }
.demo03 th, .demo03 td  {  text-align: left; }
@media only screen and (max-width: 480px) {
    .demo03 { margin: 0 -10px; }
    .demo03 tr {
        display:block;
        margin-bottom: 10px;
    }
    .demo03 th {
        display:block;
        width: 100%;
    }
    .demo03 td {
        display: list-item;
        width: 90%;
        margin-left: 10%;
        border:none;
    }

h4{
color:BD365F;
padding:5px;
margin-bottom:20px;
font-size:16px;
border-bottom:2px dashed #8a5d17;
}

.fl-no{font-size:16px;
font-weight:bold;
color:#fff;
padding-left:7px;
padding-right:7px;
padding-top:3px;
padding-bottom:3px;
margin-right:5px;
background:#c7349f;
}



/*--------------------------------
SNS
---------------------------------*/
.share{
	width:100%;
}
.share h4{
	font-size:120%; 
	text-align:center;
}

.sns{
	margin:0 auto;
	text-align:center;
	
}
.sns ul {
	list-style:none;

}
.sns li {
	float:left;
	width:48%;
	margin:0 2% 3% 0;
}
.sns li a {
	font-size:80%;
	position:relative;
	display:block;
	padding:10px;
	color:#fff;
	border-radius:6px;
	text-align:center;
	text-decoration: none;
	text-shadow:1px 1px 0 rgba(255,255,255,0.3);
}
.sns li a:hover {
	-webkit-transform: translate3d(0px, 5px, 1px);
	-moz-transform: translate3d(0px, 5px, 1px);
	transform: translate3d(0px, 5px, 1px);
	box-shadow:none;
}

/* ツイッター */
li.twitter a {
	background:#00acee;
	box-shadow:0 5px 0 #0092ca;
}
li.twitter a:hover {
	background:#0092ca;
}

/* Facebook */
.sns  .facebook a {
	background:#3b5998;
	box-shadow:0 5px 0 #2c4373;
}
.sns .facebook a:hover {
	background:#2c4373;
}

/* グーグル */
.sns .googleplus a {
	background:#db4a39;
	box-shadow:0 5px 0 #ad3a2d;
}
.sns  .googleplus a:hover {
	background:#ad3a2d;
}

/* はてぶ */
.sns  .hatebu a {
	background:#5d8ac1;
	box-shadow:0 5px 0 #43638b;
}
.sns .hatebu a:hover {
	background:#43638b;
}

/* LINE */
.sns  .line a {
	background:#25af00;
	box-shadow:0 5px 0 #219900;
}
.sns .line a:hover {
	background:#219900;
}

/* Pocket */
.sns  .pocket a {
	background:#f03e51;
	box-shadow:0 5px 0 #c0392b;
}
.sns  .pocket a:hover {
	background:#c0392b;
}

/* RSS */
.sns  .rss a {
	background:#ffb53c;
	box-shadow:0 5px 0 #e09900;
}
.sns  .rss a:hover {
	background:#e09900;
}

/* Feedly */
.sns  .feedly a {
	background:#87c040;
	box-shadow:0 5px 0 #74a436;
}
.sns  .feedly a:hover {
	background:#74a436;
}