﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
a {
	text-decoration : none;
	color:#1d3994;
    text-underline-offset: 2px;
}
a:hover{
	text-decoration : underline;
}
a:visited{
	color:#551A8B;
}

ul,
ol { list-style : none }
img {
    vertical-align : top;
    max-width : 100%;
	border:none;
}
html {
    font-size : 16px;
    line-height : 1.7;
	letter-spacing:1px;
    font-family: -apple-system,BlinkMacSystemFont,"游ゴシック体",YuGothic,"游ゴシック Medium","Yu Gothic Medium","游ゴシック","Yu Gothic","Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro","Meiryo UI",Meiryo,sans-serif;
}

p, li{
	word-wrap: break-word;
}

br {
	line-height:2;
}

h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}

input[type="text"] {
	padding:5px 7px;
	width:100%;
	box-sizing:border-box;
	border:1px #ccc solid;
	border-radius:3px;
}

textarea {
	padding:5px 7px;
	box-sizing:border-box;
	border:1px #ccc solid;
	border-radius:3px;
}

select {
	padding:5px 7px;
	box-sizing:border-box;
	border:1px #ccc solid;
	border-radius:3px;
}

.caution {
	color:#d60000;
	font-weight:bold;
}

.bold{
	font-weight:bold;
	color:#b10606;
}

.relief {
	font-weight:bold;
	background:-webkit-linear-gradient(transparent 60%, #e4f4ff 60%);
	background:-o-linear-gradient(transparent 60%, #e4f4ff 60%);
	background:linear-gradient(transparent 60%, #e4f4ff 60%);
}

.clear {
	clear:both;
}

ins.adsbygoogle[data-ad-status="unfilled"] {
    display: none !important;
}

#wrap {
	color:#353535;
	background:url(../img/content/background.gif) left top;
}

#scrollUp {
	bottom: 10px;
	right: 10px;
	background: #555;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
	font-family: sans-serif;
	text-decoration: none;
	opacity: 0.5;
	padding: 5px 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	-webkit-transition: background 200ms linear;
	-moz-transition: background 200ms linear;
	transition: background 200ms linear;
}
#scrollUp:hover {
	background: #F28DEA;
}

/* ヘッダー */
header {
    margin: 0 auto 2px;
    background:#FFFFFF;
}

#news_report {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	width:100%;
	font-size:12px;
	background:#fff;
}

#news_report_title {
	margin:5px 10px 5px auto;
	font-size:11px;
	line-height:14px;
}

#news_report_button {
    margin:5px 0;
    width:190px;
    text-align:center;
    color:#ffffff;
    font-size:12px;
    text-shadow:
    	#045d09 1px 1px 0, #045d09 -1px -1px 0,
        #045d09 -1px 1px 0, #045d09 1px -1px 0,
        #045d09 0px 1px 0, #045d09  0-1px 0,
        #045d09 -1px 0 0, #045d09 1px 0 0;
    background:#4e92df;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
}

#news_report_button a {
	display:block;
	padding:10px 0;
	color:#ffffff;
}

#title{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
    width: auto;
}

#title a {
}
#site_title {
    margin: 0;
    padding: 0;
    font-size: 10px;
	font-weight:bold;
}

#title_chara{
	float:left;
	width:30px;
	margin:5px;

  -webkit-transform-origin: center 30px 0;
     -moz-transform-origin: center 30px 0;
      -ms-transform-origin: center 30px 0;
       -o-transform-origin: center 30px 0;
          transform-origin: center 30px 0;
  -webkit-animation: swing linear 7s 1;
     -moz-animation: swing linear 7s 1;
      -ms-animation: swing linear 7s 1;
       -o-animation: swing linear 7s 1;
          animation: swing linear 7s 1;
}

@-moz-keyframes swing{
  0%{-moz-transform: rotate(0deg);}
  10%{-moz-transform: rotate(-24deg);}
  38%{-moz-transform: rotate(20deg);}
  40%{-moz-transform: rotate(18deg);}
  42%{-moz-transform: rotate(14deg);}
  58%{-moz-transform: rotate(-10deg);}
  60%{-moz-transform: rotate(-11deg);}
  62%{-moz-transform: rotate(-10deg);}
  73%{-moz-transform: rotate(7deg);}
  75%{-moz-transform: rotate(8deg);}
  77%{-moz-transform: rotate(7deg);}
  83%{-moz-transform: rotate(-4deg);}
  85%{-moz-transform: rotate(-5deg);}
  87%{-moz-transform: rotate(-4deg);}
  90%{-moz-transform: rotate(4deg);}
  94%{-moz-transform: rotate(3deg);}
  97%{-moz-transform: rotate(-3deg);}
  100%{-moz-transform: rotate(0deg);}
}
@-webkit-keyframes swing{
  0%{-webkit-transform: rotate(0deg);}
  10%{-webkit-transform: rotate(-24deg);}
  38%{-webkit-transform: rotate(20deg);}
  40%{-webkit-transform: rotate(18deg);}
  42%{-webkit-transform: rotate(14deg);}
  58%{-webkit-transform: rotate(-10deg);}
  60%{-webkit-transform: rotate(-11deg);}
  62%{-webkit-transform: rotate(-10deg);}
  73%{-webkit-transform: rotate(7deg);}
  75%{-webkit-transform: rotate(8deg);}
  77%{-webkit-transform: rotate(7deg);}
  83%{-webkit-transform: rotate(-4deg);}
  85%{-webkit-transform: rotate(-5deg);}
  87%{-webkit-transform: rotate(-4deg);}
  90%{-webkit-transform: rotate(4deg);}
  94%{-webkit-transform: rotate(3deg);}
  97%{-webkit-transform: rotate(-3deg);}
  100%{-webkit-transform: rotate(0deg);}
}
@-o-keyframes swing{
  0%{-o-transform: rotate(0deg);}
  10%{-o-transform: rotate(-24deg);}
  38%{-o-transform: rotate(20deg);}
  40%{-o-transform: rotate(18deg);}
  42%{-o-transform: rotate(14deg);}
  58%{-o-transform: rotate(-10deg);}
  60%{-o-transform: rotate(-11deg);}
  62%{-o-transform: rotate(-10deg);}
  73%{-o-transform: rotate(7deg);}
  75%{-o-transform: rotate(8deg);}
  77%{-o-transform: rotate(7deg);}
  83%{-o-transform: rotate(-4deg);}
  85%{-o-transform: rotate(-5deg);}
  87%{-o-transform: rotate(-4deg);}
  90%{-o-transform: rotate(4deg);}
  94%{-o-transform: rotate(3deg);}
  97%{-o-transform: rotate(-3deg);}
  100%{-o-transform: rotate(0deg);}
}
@-ms-keyframes swing{
  0%{-ms-transform: rotate(0deg);}
  10%{-ms-transform: rotate(-24deg);}
  38%{-ms-transform: rotate(20deg);}
  40%{-ms-transform: rotate(18deg);}
  42%{-ms-transform: rotate(14deg);}
  58%{-ms-transform: rotate(-10deg);}
  60%{-ms-transform: rotate(-11deg);}
  62%{-ms-transform: rotate(-10deg);}
  73%{-ms-transform: rotate(7deg);}
  75%{-ms-transform: rotate(8deg);}
  77%{-ms-transform: rotate(7deg);}
  83%{-ms-transform: rotate(-4deg);}
  85%{-ms-transform: rotate(-5deg);}
  87%{-ms-transform: rotate(-4deg);}
  90%{-ms-transform: rotate(4deg);}
  94%{-ms-transform: rotate(3deg);}
  97%{-ms-transform: rotate(-3deg);}
  100%{-ms-transform: rotate(0deg);}
}
@keyframes swing{
  0%{transform: rotate(0deg);}
  10%{transform: rotate(-24deg);}
  38%{transform: rotate(20deg);}
  40%{transform: rotate(18deg);}
  42%{transform: rotate(14deg);}
  58%{transform: rotate(-10deg);}
  60%{transform: rotate(-11deg);}
  62%{transform: rotate(-10deg);}
  73%{transform: rotate(7deg);}
  75%{transform: rotate(8deg);}
  77%{transform: rotate(7deg);}
  83%{transform: rotate(-4deg);}
  85%{transform: rotate(-5deg);}
  87%{transform: rotate(-4deg);}
  90%{transform: rotate(4deg);}
  94%{transform: rotate(3deg);}
  97%{transform: rotate(-3deg);}
  100%{transform: rotate(0deg);}
}

#title_img {
	width:100px;
	margin:4px 8px 6px;
}

.circle {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:.9;
	border-right:5px solid rgba(0,0,0,0);
	border-left:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 35px #2187e7;
	width:50px;
	height:50px;
	margin:0 auto;
	position:relative;
	top:50px;
	-moz-animation:spinPulse 1s infinite ease-in-out;
	-webkit-animation:spinPulse 1s infinite linear;
}

.circle1 {
	background-color: rgba(0,0,0,0);
	border:5px solid rgba(0,183,229,0.9);
	opacity:.9;
	border-left:5px solid rgba(0,0,0,0);
	border-right:5px solid rgba(0,0,0,0);
	border-radius:50px;
	box-shadow: 0 0 15px #2187e7;
	width:30px;
	height:30px;
	margin:0 auto;
	-moz-animation:spinoffPulse 1s infinite linear;
	-webkit-animation:spinoffPulse 1s infinite linear;
}

@-moz-keyframes spinPulse {
	0% { -moz-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7;}
	50% { -moz-transform:rotate(145deg); opacity:1; }
	100% { -moz-transform:rotate(-320deg); opacity:0; }
}
@-moz-keyframes spinoffPulse {
	0% { -moz-transform:rotate(0deg); }
	100% { -moz-transform:rotate(360deg);  }
}
@-webkit-keyframes spinPulse {
	0% { -webkit-transform:rotate(160deg); opacity:0; box-shadow:0 0 1px #2187e7; }
	50% { -webkit-transform:rotate(145deg); opacity:1;}
	100% { -webkit-transform:rotate(-320deg); opacity:0; }
}
@-webkit-keyframes spinoffPulse {
	0% { -webkit-transform:rotate(0deg); }
	100% { -webkit-transform:rotate(360deg); }
}

/* メニュー */
nav ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
    display:flex;
    margin-bottom:1px;
    padding:0;
    background:#FFFFFF;
}

nav li {
    width : 20%;
    text-align: center;
    background:#fff;
}

nav li:not(:first-child) {
	border-left: 1px solid #eee;
}

.navi_sm li {
	width:20%;
}

.navi_sm li:not(:first-child) {
	border-left: 1px solid #eee;
}


nav a {
    display : block;
    color : #888 !important;
    font-weight: bold;
    font-size: 10px;
    line-height:12px;
    padding-top:1px;
    border-left: 1px solid #FFFFFF;
}

nav a:hover {
    color : white;
    background-color:#37B09B;
}

nav a:visited{
	color:#FFFFFF;
}

nav span {
	line-height:30px;
}
nav img {
	padding:2px 0;
	width:30px;
	height:30px;
}

#permission_pr {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 4px 0 6px;
    background: #fff;
}

#permission_pr_summary {
    display: flex;
    align-items: stretch;
}

#permission_pr_summary_msg {
    font-size: 14px;
    color: #5D89E8;
    cursor: pointer;
}

#permission_pr_summary_btn {
    margin-left: 8px;
    padding: 0 6px;
    line-height: 24px;
    color: #57554c;
    background: #eee;
    cursor: pointer;
}

#permission_pr_detail {
    margin: 0 16px;
    font-size: 14px;
}

.nav_unshown {
  display:none;
}

#nav_open {
	display:block;
}

#nav_open .open {
	display:block;
	margin:0 auto;
	width:26px;
	height:26px;
	background:url(../img/content/menu_icon_on.png) no-repeat;
}

#nav_open .close {
	display:none;
	margin:0 auto;
	width:26px;
	height:26px;
	background:url(../img/content/menu_icon_off.png) no-repeat;
}

#nav_close {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

#nav_content {
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 85%;
  max-width: 330px;
  height:calc(100% - 46px);
  background: rgba(255,255,255,1);
  transition: .3s ease-in-out;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
}

#nav_input:checked ~ #nav_close {
  display: block;
  opacity: .5;
}

#nav_input:checked ~ #nav_content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

#nav_input:checked ~ #nav_open .open {
	display:none;
}

#nav_input:checked ~ #nav_open .close {
	display: block;
}

#nav_title {
	height:50px;
	font-size:22px;
	line-height:50px;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	color:#fff;
	background:#5d4297;
}

#nav_sub_title {
	padding:0 13px;
	height:40px;
	font-size:22px;
	line-height:40px;
	font-weight:bold;
	text-align:left;
	letter-spacing:2px;
	color:#5d4297;
	background:#9fd4eb;
}

#nav_top a {
	display:block;
	padding:9px 0;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	color:#5d4297;
}

#nav_content ul {
	margin:20px 0 40px 0;
}

#nav_content li {
	position:relative;
	margin:0 0 20px 20px;
}

#nav_content li .no {
	position:absolute;
	top:-10px;
	left:-10px;
	width:25px;
	height:25px;
	font-weight:bold;
	text-align:center;
	line-height:25px;
	color:#fff;
	border-radius:50%;
	background:#F28DEA;
}

#nav_content li a {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	align-items:center;
	width:100%;
	color:#626262;
}

#nav_content li img {
	margin-right:8px;
	width:70px;
	height:70px;
	border-radius:5px;
}

#nav_content li p {
	width:70%;
	vertical-align:middle;
	font-weight:bold;
}

#menu_fixed {
	position:fixed;
	right:0;
	bottom:0;
	z-index:98;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
	justify-content:flex-end;
	padding:3px 0 1px 0;
	width:auto;
	background:#fff;
	box-shadow:0 -1px 3px rgba(100,120,130,.25);
	opacity:0.9;
}

#menu_fixed li {
	width:60px;
	text-align:center;
	font-size:10px;
	font-weight:bold;
}

#menu_fixed li a:hover{
	text-decoration:none;
}

#menu_fixed li p {
	color:#a2a7ab;
}

#menu_fixed li img {
	width:24px;
	height:24px;
	margin-bottom:2px;
}

/* インナー */
#inner {
    margin: 0 auto;
	width:100%;
}

#pankz {
	padding:5px;
    font-size: 12px;
    overflow:hidden;
    background:#FAEAFF;
}

#pankz ul {
	float:left;
}

#pankz li {
	display: inline;
	font-size:12px;

}

#pankz li:not(:first-child):before {
	content:" > ";
}

#pankz li:first-child a {
	padding-left:4px;
}

#pankz li a {
	line-height:24px;
	display:inline-block;
}

#pankz li a:hover{
	text-decoration:none;
}

#pankz li:last-child a span {
	display:block;
	background-size:11px 26px;
}

#pankz li a span {
	display:block;
	background-size:11px 26px;
}

#category_title {
	margin:0;
    font-size:14px;
}

#category_title_name {
	padding:4px 10px;
	display:block;
	text-align:center;
	color:#5d4297;
    font-size:20px;
    font-weight:bold;
    line-height:30px;
    background:#FFFFFF;
}

#sub_title {
	margin:0 2px;
	padding:0 10px 10px 10px;
    font-size:14px;
    background:#FFFFFF;
    border-bottom:5px solid #eee
}

#sub_title h1 {
	padding-top:10px;
	color:#444;
    font-size:20px;
    font-weight:bold;
    line-height:30px;
}

#sub_title h2 {
	padding-top:10px;
	color:#444;
    font-size:18px;
    font-weight:bold;
    line-height:30px;
}

#sub_title img{
	width:15px;
}

#inner_bottom {
	margin:0 2px;
	padding:10px 10px 0;
	background:#FFFFFF;
}

.tag_list {
	margin-bottom:10px;
}

.tag_list .tag {
	display:inline;
	padding:3px 8px;
	margin-right:4px;
	font-size:12px;
	border-radius:10px;
	background:#F28DEA;
}

.tag_list .tag a {
	color:#fff;
}

.tag_list .tag a:hover
	text-decoration:none;
}

#ads_sub_title {
	margin-bottom:10px;
}

#inner_full {
	height:100%;
	margin:0 2px 20px 2px;
	padding:0 10px;
	background:#FFFFFF;
	-webkit-border-bottom-left-radius:5px;
    -webkit-border-bottom-right-radius:5px;
    -moz-border-radius-bottomleft:5px;
    -moz-border-radius-bottomright:5px;
}

#inner_left {
	height:100%;
	margin:0 2px 20px 2px;
	padding:0 10px 1px;
	background:#FFFFFF;
}

#inner_right {
	height:100%;
	margin:0;
	padding:0 10px;
	background:url(../img/content/background.gif) left top;
}

h2 {
	margin:0 0 20px 0;
	padding:10px 8px;
	font-size:18px;
	line-height:20px;
	font-weight:bold;
	border-bottom: solid 3px #5d4297;
	background:#e5daff;
}


h3 {
	position: relative;
	margin-bottom:10px;
	font-size:18px;
	font-weight:bold;
	border-bottom: solid 3px #e5daff;
}

h3:after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #5d4297;
	bottom: -3px;
	width: 20%;
}

.detail_content {
	margin-bottom:30px;
    padding: 0 6px;
}

.detail_text {
	font-size:16px;
}

.detail_content:empty {
	margin:0;
}

.detail_text_p {
    margin-bottom: 20px;
}

.center_image {
    margin-bottom: 12px;
    text-align: center;
}

#post_content {
	padding:10px 20px;
	border:1px solid #e5e5e5;
	background:#e6f3fb;
}

#post_explan {
	margin-bottom:20px;
}

#post_info {
	margin-bottom:20px;
}

#post_detail {
	margin-bottom:10px;
	width:100%;
	height:200px;
}

.post_item {
	font-size:16px;
	margin-bottom:20px;
}

.link_text {
	padding:10px 20px;
	font-size:14px;
	background:#FAEAFF;
	border:2px solid #eee;
}

.link_btn {
	position: relative;
	cursor:pointer;
    display:block;
    max-width:380px;
    margin:20px auto 0 auto;
    padding:7px 10px;
    text-align:center;
    color:#ffffff;
    font-size:15px;
	text-decoration:none !important;
	text-shadow:
    	#888 1px 1px 0, #888 -1px -1px 0,
        #888 -1px 1px 0, #888 1px -1px 0,
        #888 0px 1px 0, #888  0-1px 0,
        #888 -1px 0 0, #888 1px 0 0;
    background:#4e92df;
    box-shadow:0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
    font-weight: bold;
}

.link_btn::after{
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

.link_btn span {
	display:block;
	width:100%;
	height:100%;
}

.link_btn a {
	display:block;
	width:100%;
	height:100%;
	color:#ffffff;
}

.link_btn:visited {
	color:#ffffff;
}

.link_btn:active {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

.text_add_btn {
	width:calc(100% - 92px);
	height:38px;
	font-size: 16px;
}

.link_submit_btn {
	width:86px;
	font-size:15px;
	margin:4px auto 0;
}

#searchPre {
	display:inline;
}

#searchGenre {
	display:inline;
}

.page_anchor {
	display:block;
	padding:10px 0;
	font-size:20px;
	text-decoration: underline;
}

/* フッター */
footer {
    clear: both;
    background:#FFFFFF;
    padding-top:10px;
}

#footer_ads {
	margin-bottom:10px;
}

#footer_right { text-align: center }
#footer_left {
	width:90%;
	margin: 0px auto 0px auto;
	text-align: center
}

#likebox {
	width:100%;
	display: block;
	margin:10px auto 20px auto;
	text-align:left;
	font-size:12px;
	background-color:#FFFFFF;
}
#likebox p {
    text-align: center;
    background-color:#5d4297;
    color: #FFF;
    font-size: 20px;
    font-weight: bold;
	margin:0;
	padding:0;
}

#fotter_center{
	width:90%;
	margin: 0 auto 20px auto;
}

#footer_content_ads {
    width: 90%;
    margin: 0 auto 20px auto;
    border-top: 1px solid #5d4297;
    border-bottom: 1px solid #5d4297;
    border-left: 1px solid #5d4297;
    border-right: 1px solid #5d4297;
}

#footer_link {
    width: 100%;
    margin: 0 auto 20px auto;
}

#footer_link li {
    margin: 5px 0;
    padding-left:10px;
    background-color: #ececec;
    text-align: left;
}

#footer_link li a {
	width:100%;
	line-height:35px;
	display:inline-block;
}

#deletion {
    width: 100%;
    margin: 0 auto 20px auto;
	padding:5px;
	text-align:left;
	font-size:14px;
    background-color: #cccccc;
}

#searchbox_footer{
	width:90%;
	margin:auto;
}

#copyright {
    border-top: 1px solid #ffffff;
    background-color: #666666;
    text-align: right;
}
#copyright #copy {
    margin: 0 auto;
    text-align:left;
    font-size: 12px;
    color: #FFFFFF;
}

.detail_ads {
	margin-bottom:40px;
}

.ads_element{
    width: 100%;
	margin: 0 auto 10px;
}

.ads_unit_center {
	text-align:center;
}

.unit_anime {
	text-align:center;
}

#ads_toc {
	margin-bottom:20px;
	text-align:center;
}

/* カード */
.rel_card{
    max-width:400px;
    width:calc(100% - 4px);
    border:2px solid #eaedf2;
    overflow:hidden;
    border:2px solid #5d4297;
}

.rel_card a {
	display:table;
	width:calc(100% - 20px);
	padding:10px;
	text-decoration:none !important;
	text-align:left;
}

.rel_card a:hover .rel_card_link_btn {
	background:#37B09B;
}

.rel_card_content{
	display:table-cell;
	vertical-align:top;
}

.rel_card_title{
	margin-bottom:5px;
	min-height:49px;
    font-size:14px;
    font-weight:bold;
    line-height:20px;
}

.rel_card_detail{
    font-size:12px;
    line-height:14px;
}

.rel_card_img{
	display:table-cell;
	vertical-align:middle;
    margin-right:10px;
    width:90px;
}

.rel_card_img img {
    width:80px;
    height:80px;
	box-shadow:0 3px 6px rgba(0,0,0,.25);
}

.rel_card_domain{
    font-size:10px;
    position:absolute;
    bottom:0;
}

.rel_card_content_under {
	text-align:right;
}

.rel_card_link_btn {
	display:inline-block;
	padding:6px 12px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background:#4e92df;
	box-shadow:0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
}


/* ソーシャル */
.share{
	text-align:left;
	margin:0 auto;
	padding-bottom:10px;
}

#share_img{
	margin-right:10px;
	float:left;
}

#share_comment {
	margin-bottom:10px;
	text-align:center;
}

#share_comment img {
	width:100%;
	max-width:400px;
}

#share_bottom{
	margin:0 auto;
	padding:20px 0 0;
	font-size:14px;
}

.share ul{
	width:101%;
	height:auto;
	overflow:hidden;
}
.share li{
	font-size:12px;
	float:left;
	text-align:center;
	width:19%;
	margin-right:1%;
	margin-bottom:8px;
	padding:6px 0;
	border-radius:3px;
	list-style:none;
}

.share-twitter{
	background:#438dc4;
	box-shadow:0 3px 0 #237cbf;
}

.share-twitter:hover{
	background:#83c3f3;
}

.share-facebook{
	background:#385495;
	box-shadow:0 3px 0 #243763;
}

.share-facebook:hover{
	background:#4c70ba;
}

.share-hatena{
	background:#2089cb;
	box-shadow:0 3px 0 #225694;
}

.share-hatena:hover{
	background:#4888d4;
}

.share-pocket{
	background:#e03e53;
	box-shadow:0 3px 0 #cc1229;
}

.share-pocket:hover{
	background:#f26f7f;
}

.share-line{
	background:#31ae36;
	box-shadow:0 3px 0 #028202;
}

.share-line:hover{
	background:#2bd92b;
}

.share a{
	display:block;
	color:#ffffff;
	text-decoration:none;
}
.share a:hover{
	text-decoration:none;
	color:#ffffff;
}

.copy {
	font-size:12px;
	font-weight:bold;
	line-height:33px;
	text-align:center;
	height:33px;
	cursor:pointer;
	border-radius:3px;
	border:1px solid #000000;
	box-shadow:0 2px #CCCCCC;
	background:#fff;
}

.copy:hover {
	color:#999;
}

.copied {
	color:#FFFFFF;
	background:#999999;
}

.share_sm {
	width:101%;
	text-align:left;
	padding-bottom:10px;
}

.share_sm ul {
	text-align:center;
	margin:0 auto 10px;
}

.share_sm ul:before {
	content:"";
    display:table;
}

.share_sm ul:after {
	content:"";
    display:table;
    clear:both;
}

.share_sm li {
	float:left;
	margin:0 1% 0 0;
	width:19%;
	border-radius:2px;
}

.share_sm li a{
	display:block;
}

.share_sm li img {
	width:34px;
	padding:6px 0;
}

.share_sm .copy {
	margin:0 1% 0 auto;
}

.share_fixed {
	position:fixed;
	bottom:-150px;
	z-index:97;
	width:100%;
	padding:12px 0;
	background:#a2a7ab;
	opacity:0.9;
	transition: .3s ease-in-out;
    -webkit-transform: translateX(-105%);
    transform: translateY(105%);
}

.share_fixed ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
	justify-content:center;
	margin-bottom:10px;
}

.share_fixed li {
	margin:0 3px;
	width:42px;
}

.share_fixed .copy {
	margin:0 auto;
	width:280px;
}

.share_unshown {
  display:none;
}

#share_input:checked ~ .share_fixed {
	position:fixed;
	bottom:46px;
	left:0;
	-webkit-transform: translateX(0%);
    transform: translateY(0%);
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
}

/* 関連ページ */
.relationListBox{
	width:100%;
	padding:5px 0;
	background:#ececec;
}

.relationListItem{
	width:48%;;
	display:inline-block;
	vertical-align:top;
	white-space:normal;
	margin:0 1% 10px 1%;
	text-align:center;
	position:relative;
	background:#FFFFFF;
	box-shadow:0 1px 2px rgba(0,0,0,0.2);
}

.relationListItem a {
	display:block;
	height:80px;
}

.relationListItem a:hover {
	background:#37B09B;
}

.relationListItem .cate {
	position:absolute;
	top:6px;
	left:6px;
	max-width:70%;
	min-width:40px;
	padding:2px 8px;
	text-align:center;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	color:#FFF;
	background:#F28DEA;
	box-shadow:1px 1px 1px #562f2f;
	border-radius:30px;
}

.relationListItem img{
	width:100%;
	max-width:none !important;
	height:100px;
}

.relationListItemOverlap{
	text-align:left;
}

.relationListItemTitle{
	padding:7px 10px 0 10px;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
}

.relationListItemAddress{
	padding:7px 10px 0 10px;
	font-size:11px;
	line-height:14px;
	text-align:left;
	color:#999;
}

.relationListItemDetail {
	width:90%;
	margin:10px 5px 0 5px;
	text-align:left;
	font-size:12px;
}

#relationListLink {
	margin-top:10px;
	text-align:right;
	font-size:14px;
}


/************************************************
特集
*************************************************/
.feature {
	margin-bottom:10px;
	background:#f6f9ff;
	border:2px solid #eee;
}

.feature_link {
	display:block;
}

.feature_link:hover {
	text-decoration:none;
}

.feature_link:active .feature_link_btn {
	background:#F28DEA;
}

.feature_content {
	padding:0 12px 10px;
}

.feature_title {
	font-size:18px;
	text-shadow: 1px 1px 1px #FFFFFF;
}

.feature_descript {
	margin:0 0 10px;
	font-size:14px;
	line-height:20px;
	text-align:left;
	color:#666;
}

.feature_image {
	margin:0 auto 10px;
    max-width: 400px;
}

.feature_under {
	text-align:right;
}

.feature_link_btn {
	display: inline-block;
    padding: 6px 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #4e92df;
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
}

.feature_copy_field {
	text-align:center;
}

.feature_copy {
	position:relative;
	display:inline-block;
	padding:0 19px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#777;
	letter-spacing:0;
}

.feature_copy:before,
.feature_copy:after {
	display: inline-block;
    position: absolute;
    top: 50%;
    width: 20px;
    height: 1px;
    border-radius: 3px;
    background-color: #999;
    content: "";
}

.feature_copy:before {
	left: 0;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}

.feature_copy:after {
	right: 0;
    -webkit-transform: rotate(-50deg);
    transform: rotate(-50deg);
}


/* レビュー */
#review {
	margin-bottom:20px;
}

.review_field {
	margin-bottom:20px;
	border-bottom:1px solid #ddd;
}

#review_sort_select {
	display:inline-block;
	margin-bottom:10px;
}

#review_sort_select input {
	display: none;
}

#review_sort_select label {
	display: block;
	float: left;
	cursor: pointer;
	width: 90px;
	margin: 0;
	padding: 10px 0;
	border-right: 1px solid #abb2b7;
	background: #bdc3c7;
	color: #555e64;
	font-size: 14px;
	font-weight:bold;
	text-align: center;
	line-height: 1;
	transition: .2s;
}

#review_sort_select label:first-of-type {
	border-radius: 3px 0 0 3px;
}

#review_sort_select label:last-of-type {
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}

#review_sort_select input[type="radio"]:checked + label {
	background-color: #F28DEA;
	color: #fff;
}

#review .link_text {
	margin-bottom:20px;
	font-size:12px;
}

#review_switch {
	cursor: pointer;
}

#review_switch.before {
	padding:4px 8px;
	height:70px;
	font-size:14px;
	color:#999;
	border:1px solid #aaa;
	border-radius:4px;
	background:#fff;
}

#review_switch.after {
	text-align:right;
	text-decoration:underline;
}

#review_detail {
	font-size:12px;
}

#review_cicle_area {
	height:160px;
}

.review_person {
    display: inline-block;
    width: calc(100% - 40px);
}

.review_no {
	display:inline-block;
	margin-right:8px;
	width:34px;
	height:34px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	background-image:url(../img/content/review_icon.jpg);
	background-size:34px;
	border-radius:4px;
}

.review_reply .review_no {
	padding-top:3px;
	font-size:11px;
	line-height:10px;
}

.review_name{
	margin-right:4px;
	font-size:12px;
	font-weight:bold;
	color:#333;
}

.review_pipe{
	margin-right:4px;
	color:#aaa;
}

.review_name.delete{
	font-size:12px;
	color:#aaa;
}

.review_date{
	font-size:12px;
	color:#aaa;
}

.review_report {
    display: inline-block;
    text-decoration: underline;
    color: #aaa;
    cursor: pointer;
}

.review_content_read{
	margin:10px 0 26px 0;
	font-size:14px;
}

.review_content_read.delete {
	color:#AAAAAA;
	margin:10px;
}

.review_report_msg {
    margin-bottom: 12px;
	color: #d60000;
	font-size: 14px;
}

.review_content_img{
	max-width:100px;
	max-height:100px;
	margin:10px 10px 0 10px;
}

.review_content_img img{
	max-width:100px;
	max-height:100px;
}

#review_submit{
	font-size:12px;
	width:100%;
}

.review_area{
	width:100%;
	height:100px;
}

.review_title{
	margin-top:10px;
	font-size:14px;
}

.review_note {
	color:#d60000;
}

.review_contr{
	text-align:right;
}

.review_contr input,
.post_btn {
	position: relative;
	cursor:pointer;
    width:200px;
    margin:20px auto 0 auto;
    padding:5px 10px;
    text-align:center;
    color:#ffffff;
    font-size:16px;
	text-decoration:none !important;
	text-shadow:
    	#045d09 1px 1px 0, #045d09 -1px -1px 0,
        #045d09 -1px 1px 0, #045d09 1px -1px 0,
        #045d09 0px 1px 0, #045d09  0-1px 0,
        #045d09 -1px 0 0, #045d09 1px 0 0;
    background:#00c9b7;
    border-radius: 4px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-weight: bold;
    border: solid 2px #04980c;
}

#review_contr_load {
	width:100%;
	height:80px;
	background:url(../img/content/review_load.png) no-repeat center;
	animation: fadeIn 3s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#review .review_content_under {
	overflow:hidden;
	margin-bottom:10px;
}

.review_reply_open {
	float:left;
	text-align:center;
	font-size:14px;
	color:#1d3994;
	cursor: pointer;
}

.review_reply {
	margin-left:14px;
	padding-left:10px;
	border-left:3px #999 solid;
}

.reply_title {
	font-size:16px;
	font-weight:bold;
	color:#333;
}

#review .good_box {
	float:right;
	text-align:right;
}

#review .good_btn.good {
	margin-right:6px;
	padding:1px 10px 1px 24px;
	color:#f76;
	background:url(../img/content/good_off.png) no-repeat 4px 2px;
	background-size:16px;
}

#review .good_btn.bad{
	color:#5F85D7;
	background:url(../img/content/bad_off.png) no-repeat 4px 2px;
	background-size:16px;
}

#review .good_btn.good.on {
	color:#fff;
	border:1px solid #f76;
	background:url(../img/content/good_on.png) no-repeat 4px 2px;
	background-size:16px;
	background-color:#f76;
}

#review .good_btn.bad.on {
	color:#fff;
	border:1px solid #5F85D7;
	background:url(../img/content/bad_on.png) no-repeat 4px 2px;
	background-size:16px;
	background-color:#5F85D7;
}


/* チャート */
#survey {
}

#survey_content {
	margin:4px 0;
	padding:4px 6px;
	background:#fff0f0;
}

#survey_head {
	margin-bottom:5px;
}

#survey_tag {
	margin-right:5px;
	padding:2px 4px;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	background:#5d4297;
	border-radius:10px;
}

#survey_title {
	font-size:14px;
}

.survey_select {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
}

.survey_select_item {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
	align-items:center;
	-webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
	justify-content:center;
	margin-right:1%;
	width:24%;
	padding:6px 3px;
	cursor:pointer;
	text-align:center;
	color:#666;
	font-size:12px;
	font-weight:bold;
	line-height:14px;
	border:1px solid #ccc;
	border-radius:3px;
}

.survey_select_item:last-child {
	margin-right:0;
}

.survey_chart {
	width:100%;
}

.survey_chart_item {
	font-size:12px;
	margin-bottom:5px;
}

.survey_chart_rod {
	padding:2px 5px;
	line-height:12px;
	background:#F28DEA;
}


/* 目次 */
#toc {
	width:100%;
	border:1px solid #eee;
}

#toc_title{
	padding:6px 0;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #5d4297;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#toc_title img{
	width:30px;
	padding:8px 15px 0 10px;
}

.indent_2 {
	position:relative;
	font-size:14px;
	padding:5px 10px 0;
}

.indent_2 > li {
	margin:5px 0 10px 0;
	padding:6px 0;
	border-bottom:1px solid #eee;
}

.indent_2 > li:last-child {
	border-bottom:none;
}

.indent_2 > li > a {
	width:100%;
	display : -webkit-inline-box;
	display : -ms-inline-flexbox;
	display : -webkit-inline-flex;
	display:inline-flex;
	text-decoration:none !important;
}

.indent_2 .chapter {
	margin-right:10px;
	color:#5d4297;
	font-weight:bold;
	line-height:18px;
}

.indent_2 .chapter_title {
	line-height:18px;
	width:100%;
}

.indent_3 {
	font-size:14px;
	padding:5px 0 0 20px;
}

.indent_3 > li {
	padding:3px 0 3px 20px;
	margin-bottom:5px;
	background:url(../img/content/arrow01.png) left 10px no-repeat;
}

.indent_3 > li > a {
	display:block;
	text-decoration:none !important;
}

#chapter {
	position:relative;
	display:block;
	font-size:16px;
	padding:10px 10px 0;
}

#chapter li {
	list-style:none;
	background:url(../img/content/arrow01.png) left 13px no-repeat;
	padding:6px 0 6px 20px;
	border-bottom:1px dashed #ccc;
}

#chapter li:last-child {
	border-bottom:none;
}

#chapter li a {
	display:block;
}


/* 導入文 */
#introduction {
	font-size:14px;
}

#link_spot_search {
	text-align:center;
}

#link_spot_search a {
	display:block;
}

/* カード */
.cards {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	-webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
	justify-content:space-around;
}

.card {
	position:relative;
	width:calc(100% - 2px);
	border:1px solid #eee;
	box-shadow:0 2px 5px rgba(0, 0, 0, .13);
}

.card_half {
	width:48%;
}

.card a {
	display:block;
	padding:0;
	width:100%;
	height:100%;
}

.card a:hover {
	text-decoration:none;
}

.card.card_half a:hover,
.card.card_full a:hover {
	background:#F28DEA;
}

.card_list_content a:hover {
	background:#fff !important;
}

.card .image {
	overflow:hidden;
	width:100%;
}

.card .image img {
	width:100%;
}

.card .cate {
	position:absolute;
	top:12px;
	left:12px;
	padding:2px 14px;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	background:#F28DEA;
	border-radius:30px;
}

.card .title {
	margin:12px 10px;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	color:#4a4a4a;
}

.card .detail {
	margin:0 10px 5px 10px;
	font-size:14px;
	line-height:20px;
	color:#494949;
}

.card .card_link_full {
	text-align:center;
	margin-bottom:6px;
}

.card .card_link_full a {
	display:inline;
	font-size:14px;
    font-weight:bold;
    text-decoration:underline !important;
}

.card_half {
	position:relative;
	width:48%;
	margin:20px 0;
	box-shadow:0 2px 5px rgba(0, 0, 0, .13);
}

.card_half .title {
	font-size:15px;
	line-height:20px;
}

/* タブ */
.list_panel {
	width:100%;
	margin: 0 auto;
}

.list_panel_item {
	width:100%;
	background:#f4f4f4;
	line-height: 36px;
	font-size: 13px;
	text-align: center;
	display: block;
	float: left;
	text-align: left;
	font-weight: bold;
}

.list_panel_item a {
	padding-left:12px;
	color: #1d3994;
}

.list_panel_item:hover {
 	opacity: 0.75;
}

.list_panel_content {
	clear:both;
	overflow:hidden;
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}

.list_panel_content .item {
	width:calc(25% - 2px);
	height:auto;
	padding:10px 0;
	color:#1d3994;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-align:center;
	border:solid 1px #efefef;
}

.list_panel_content a:hover {
	background:#F28DEA;
}

.panel_small_font {
	font-size:10px;
	color:#aaa;
}

.tab {
	width:100%;
	margin: 0 auto;
}

.tab_title {
	padding:5px 10px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	background:#5d4297;
}

.tab_item {
	width: calc(100% / 3);
	height: 50px;
	background:#f4f4f4;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
	color: #565656;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
	transition: all 0.2s ease;
}

.tab_item:hover {
 	opacity: 0.75;
}

input[name="tab_item"] {
 	display: none;
}

input[name="tab_item_pre"] {
 	display: none;
}

.tab_content {
	clear: both;
	overflow: hidden;
}

.tab_content_panel {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}

.tab_content_panel a:hover {
	background:#F28DEA;
}

.panel_small_font {
	font-size:10px;
	color:#aaa;
}

.tab_content_panel .pre {
	width:calc(25% - 2px);
	height:auto;
	padding:20px 0;
	color:#1d3994;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border:solid 1px #efefef;
}

.card_list_content{
	width:calc(100% - 20px);
	margin:10px 10px 0;
}

.card_list_content li {
	padding:0 !important;
	width:100%;
	display: inline-block;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}

.card_list_content li a {
	display:block;
	overflow:hidden;
	padding-left:0;
	padding-bottom:0;
	text-decoration:none !important;
}

.card_list_content img{
	float:left;
	display: inline-block;
	width:80px;
	height:80px;
	padding-right:10px;
}

.card_list_content .name{
	height:46px;
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#4a4a4a;
}

.card_list_content .under{
	text-align:right;
}

.card_link_btn {
	display:inline-block;
	margin-right:4px;
	padding:4px 7px;
	text-align:center;
	font-size:12px;
	color:#fff;
	background:#4e92df;
	box-shadow:0 0 2px 0 rgba(0,0,0,0.12), 0 2px 2px 0 rgba(0,0,0,0.24);
}

.card_list_content li a:hover .card_link_btn {
	background:#F28DEA;
}

/***************************************************
Amazon（サイト管理人からのお願い）
****************************************************/
#amazon_please {
	overflow:hidden;
	max-width:560px;
	margin:0 auto 14px;
	font-size:14px;
	background:#fff8ea;
	border-radius:4px;
}

#amazon_please_title {
	margin-bottom:8px;
	padding:4px 0;
	text-align:center;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	color:#fff;
	background:#fdb624;
}

#amazon_please_detail {
	margin-bottom:18px;
	padding:0 10px;
}

.amazon_please_bold {
	font-weight:bold;
	color:#DF0101;
}

.amazon_please_relief {
	font-weight:bold;
	background:-webkit-linear-gradient(transparent 70%, #e7f5ff 60%);
	background:-o-linear-gradient(transparent 70%, #e7f5ff 60%);
	background:linear-gradient(transparent 70%, #e7f5ff 60%);
}

.amazon_please_banner {
	display:block;
	margin:18px 0;
	text-align:center;
	text-decoration:underline;
}

.amazon_please_banner_img {
	display:block;
	margin:0 auto;
}

#list_use {
  	color: #fff;
    margin: 20px 2px 40px 0;
    padding: 15px;
    font-family:tanuki, sans-serif;
    background-color: #114400;
    border-top: 6px solid #a60;
    border-left: 6px solid #a60;
    border-right: 6px solid #a60;
    border-bottom: 9px solid #714401;
    border-radius: 0 0 5px 5px;
    box-shadow: 2px 2px 4px #666, 2px 2px 2px #111 inset;
}

#list_use_title {
	font-size: 20px;
    margin-bottom:30px;
    text-align:center;
    color: #FFEE77;
    text-shadow:#4b4f56 1px 1px 0px, #4b4f56 -1px 1px 0px, #4b4f56 1px -1px 0px, #4b4f56 -1px -1px 0px;
    opacity: 0.88;
}

#list_use_title:after {
	content:"";
	display:block;
	width:160px;
	margin:0 auto;
	border-bottom:6px double #FFBBFF;
	border-radius:10px;
	opacity: 0.88;
}

#list_use_list {
    counter-reset:li;
}

.list_use_list_item {
	position: relative;
	display: block;
	padding:5px 0px 20px 46px;
	margin:0;
	color:#fff;
	font-size:20px;
	line-height:26px;
	opacity: 0.88;
}

.list_use_list_item:after{
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 3px;
  top: 4px;
  height: 25px;
  width: 25px;
  color:#66BBFF;
  font-size:16px;
  line-height:25px;
  border: 2px solid #66BBFF;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  opacity: 0.88;
}

#infomation_list {
    margin-bottom: 20px;
}

.infomation_list_item {
    list-style: none;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    border-bottom: 1px solid #ececec;
}

.infomation_list_item_date {
    margin-right: 4px;
    font-size: 12px;
    color: #777;
}


/***********************480px***********************/
@media screen and (min-width:480px) {

/* 関連ページ */
.relationListItem{
	width:23%;
}

.relationListItemDetail {
	margin:10px 5px 0 5px;
	text-align:left;
	font-size:14px;
}


/* カード */
.card_full {
	width:100%;
	max-width:none;
}

.card .image {
	height:200px;
}

.card_list_content img {
	width:100px;
	height:100px;
}

.card_list_content .name{
	height:62px;
	font-size:16px;
}

.card_list_content .card_link_btn {
	padding:5px 10px;
	font-size:14px;
}

.tab_item {
	font-size:12px;
}


}



/***********************640px***********************/
@media screen and (min-width:640px) {
/* ヘッダー */
#site_title {;
    padding: 5px;
    font-size: 12px;
}

header {
	overflow:hidden;
}

#title {
    float: left;
    width: 56.25%;
}

#title_chara{
    width:40px;
}

#title_img{
    width: 180px
}

header #spot_search{
	float: right;
    width: 42%;
	margin:0;
}

/* メニュー */
nav {
	height:auto;
}

nav a {
	font-size: 14px;
}

/* インナー */
#pankz {
	padding:5px 2%;
    font-size: 12px;
    overflow:hidden;
    background:none;
}

#pankz ul {
	float:left;
	background:none;
}

#pankz li {
	display: inline;
}

#pankz li:not(:first-child):before {
	content:" → ";
}

#pankz li a {
	color:#1d3994;
}

#pankz li a:hover {
	text-decoration:underline;
}

#pankz li:first-child a {
	padding:0;
}

#pankz li a span {
	padding:0;
	background:none;
}

#pankz li:last-child a span {
	background:none;
}


#inner_bottom {
	border-bottom:1px solid #5d4297;
}

#sub_title h1 {
    font-size: 22px;
}

/* フッター */
#footer_left {
    float: left;
    width: 50%;
}
#footer_right {
    float: right;
    width: 47%;
}
footer #copyright { clear: both }


/* ソーシャル */
.share li{
	font-size:14px;
}



/* 特集 */
.feature .feature_descript {
	font-size:16px;
}

.feature ul {
	font-size:16px;
	padding:10px 30px;
}




}
/***********************768px***********************/
@media screen and (min-width:768px) {
/* ヘッダー */
header {
    overflow : hidden;
    margin: 0 auto 2px;
    padding:0 2%;
}
#title {
    float: left;
    width: 56.25%;
}

#title_chara{
    width:60px;
}


/* メニュー */
nav ul {
    width: 95.75%;
    margin:0 auto 1px auto;
}

nav li a {
    font-size: 14px
}

#permission_pr {
    width: 95.75%;
    margin:0 auto;
}

/* インナー */
#inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width:100%;
	margin: 0 auto;
}

#pankz {
    width: 100%;
}

#sub_title {
    width: 100%;
    margin:0 2%;
}

#category_title_name {
	width:calc(95.75% - 20px);
    margin:0 auto;
}

#news_report {
	width:95.75%;
    margin:0 auto;
}

#sub_title h2 {
    font-size:22px;
}

#inner_bottom {
    width: 100%;
	margin:0 2%;
}

#inner_full {
    margin:0 2% 10px;2%
    padding:0 10px;
}

#inner_left {
    width: 63%;
    margin:0 0 10px 2%;
    padding:10px 10px 0 10px;
}

#inner_right {
    width: 30%;
    margin:10px 2% 0 0;
    padding:0;
}
#pankz {
    font-size: 14px;
}

/* フッター */
footer {
    width:100%;
    margin:0 auto;
}
#footer_right {
    float: right;
    width: 54%;
    margin:0 2% 0 2%;
}
#footer_left {
    clear: left;
	width:40%;
	margin:0 0 0 2%;
}

#deletion {
    width:97%;
}

#fotter_center {
    float: left;
    width: 60%;
}

#footer_link {
    width:100%;
}

#footer_right #deletion {
    float: right;
    width: 36%;
}

#searchbox_footer{
	width:100%;
}

#copyright {
    clear: both;
}

#copyright #copy {
    margin:0 2%;
}

/* その他 */
.share{
	max-width:510px;
}



}

/***********************1024px***********************/
@media screen and (min-width:1140px) {

header {
	margin:0 auto 2px;
	padding:0;
	width:1100px;
}

hgroup {
	width:1100px;
	margin:0 auto;
}

nav {
	margin:0 auto;
	width:1100px;
}

nav ul {
	width:1100px;
}

#permission_pr {
    margin:0 auto;
    width:1100px;
}

#inner{
	margin:0 auto;
	max-width:1140px;
}

footer {
	width:auto;
}

#footer {
	width:1140px;
	margin:0 auto;
}

}


/* 共通フレーム */
.side_content{
	width:100%;
	margin-bottom:20px;
	background:#FFFFFF;
	border-radius:5px;
}

.side_menu{
	margin-bottom:20px;
	text-align:center;
}

.side_title_label {
	height:44px;
	margin:0 10px;
	text-align:center;
	font-size:16px;
	line-height:3;
	border-bottom:2px solid #5d4297;
}

.side_detail{
	padding:10px 0;
	font-size:13px;
	text-align:center;
}

.side_detail_list{
	margin:10px  20px;
	font-size:13px;
	text-align:left;
}


.side_sub_menu{
	width:99%;
	font-size:20px;
	margin-bottom:20px;
	text-align:center;
	background:#F28DEA;
	background: -moz-linear-gradient(top, #F28DEA, #FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#F28DEA), color-stop(0.03,#F28DEA), color-stop(0.03,#F28DEA), to(#FFF));
	color: #FFF;
	border-radius: 4px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.side_sub_menu a{
	display:block;
	padding:10px 0;
}

.side_fb_page {
	width:99%;
	height:160px;
	font-size:20px;
	margin-bottom:20px;
	padding-top:4px;
	text-align:center;
	background:#E6E6E6;
	background: -moz-linear-gradient(top,#FFF 0%,#FFF 3%,#E6E6E6 3%,#FFF);
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), color-stop(0.03,#FFF), color-stop(0.03,#E6E6E6), to(#FFF));
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #5d4297;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3),inset 0px 0px 3px rgba(255,255,255,0.5);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
}

.side_affiliate {
	font-size:30px;
	font-weight:bold;
}

#side_category {
	padding:6px 10px 14px 25px;
}

#side_category li {
	padding:4px 0 4px 10px;
    font-weight: bold;
    font-size: 15px;
}

#side_category li a {
	color: black;
}

.side_sticky {
	text-align:center;
	position:sticky;
	top:20px;
}

#category_spot {
	padding-left:28px !important;
	background:url(../img/content/menu_spot_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_photo {
	padding-left:28px !important;
	background:url(../img/content/menu_photo_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_urban {
	padding-left:28px !important;
	background:url(../img/content/menu_urban_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_answer {
	padding-left:28px !important;
	background:url(../img/content/menu_answer_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_oharai {
	padding-left:28px !important;
	background:url(../img/content/menu_oharai_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_question {
	padding-left:28px !important;
	background:url(../img/content/menu_question_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_bangumi {
	padding-left:28px !important;
	background:url(../img/content/menu_bangumi_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_survey {
	padding-left:28px !important;
	background:url(../img/content/menu_survey_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_news_youtube {
	padding-left:28px !important;
	background:url(../img/content/menu_news_youtube_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#category_board {
	padding-left:28px !important;
	background:url(../img/content/menu_board_30px.png) 0 7px no-repeat;
	background-size:20px;
}

#side_category .category_item li {
	padding-left:20px;
	background:url(../img/content/arrow01.png) 0 12px no-repeat;
}

#side_category .category_item li a {
	display:block;
    color: #8a8a8a;
    font-weight: normal;
}

/* 新着ウワサ */
#new_review {
	margin:10px 10px 0 10px;
	font-size:14px;
}
#new_review li {
	padding:0 !important;
	width:100%;
	display: inline-block;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}

.new_review_title {
	font-size:12px;
}

.new_review_comment {
	margin-right:30px;
	color:#000;
	font-size:14px;
}

#new_review a {
	display:block;
	overflow:hidden;
}

.new_content{
	margin:10px 10px 0 10px;
}

.new_content li {
	padding:0 !important;
	width:100%;
	display: inline-block;
	margin-bottom:10px;
	border-bottom:1px solid #eee;
}

.new_content a {
	display:block;
	overflow:hidden;
}

.new_content img{
	float:left;
	display: inline-block;
	width:80px;
	height:70px;
	padding-right:10px;
}

.new_content_name{
	margin-right:30px;
	font-size:16px;
}

.new_content_detail{
	font-size:12px;
	color:#008000;
}


/* リンク */
.anchor,
.affiliate_link {
	position: relative;
	display: block;
}

.anchor::after,
.affiliate_link::after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -6px;
}

/* 日付 */
#date{
	padding-top:10px;
	font-size:12px;
	min-height:5px;
}

#date:empty {
	padding-top: 1px;
	min-height: 0;
}

#date #release_date{
}

#date #last_update_date{
	padding-right:10px;
}

/* その他 */
.unit{
	text-align:center;
	margin-bottom:20px;
	font-size:10px;
	clear:both;
}

#relation_fieldset {
	padding: 14px 10px 0;
	border: 1px solid #e5daff;
	border-radius: 3px;
	background: #fdfcff;
}

#relation_legend {
	padding: 0 8px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	font-weight: bold;
	text-shadow: #000 -1px -1px 2px, black -1px 0 2px, black -1px 1px 2px, black 0 -1px 2px, black 0 1px 2px, black 1px -1px 2px, black 1px 0 2px, black 1px 1px 2px;
	border-radius: 8px;
}

.relation_fieldset_item {
	list-style: none;
	margin-bottom: 14px;
	padding: 0 0 2px 0;
	font-size: 14px;
	line-height: 22px;
	border-bottom: 1px solid #eee;
}

.relation_fieldset_item_link {
	display:block;
	color:#4c808c;
	text-decoration:none !important;
}

#relation_fieldset_link_btn {
	cursor: pointer;
    display: block;
    width: auto;
    margin-top: 4px;
    padding: 7px 7px;
    text-align: center;
    font-size: 16px;
	font-weight: bold;
    border: 1px solid #e5daff;
    border-radius: 1px;
    background: url(../img/content/icon_list_btn.png) no-repeat right 7px bottom 7px;
    background-size: 26px;
	background-color: #fdfcff;
}
