@charset "UTF-8";

/*------------------------------------------------------------
RESET
-------------------------------------------------------------*/

*{ letter-spacing: 0; }

html{ overflow-y: scroll; }

body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,form,fieldset,
input,p,blockquote{
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,var,h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

fieldset,img,abbr{ border: 0; }

caption{ text-align: left; }

q{ quotes: none; }

q:before,q:after{
	content: '';
	content: none;
}

a{ text-decoration: none; }

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

b,strong{ font-weight: bold; }

div{ word-wrap: break-word; }

sub,sup{
	position: relative;
	line-height: 0;
	vertical-align: baseline;
	font-size: 75%;
}
sup{ top: -0.5em; }
sub{ bottom: -0.25em; }

pre,code{
	font-size: 1em;
	font-family: sans-serif;
}

pre{
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

form{ margin: 0; }

button,input,select,textarea,optgroup,option{
	margin: 0;
	font-family: sans-serif;
	font-size: 100%;
	vertical-align: baseline;
}

* html button,
* html input,
* html select,
* html textarea{ vertical-align: middle; } /* IE6 */

*+html button,
*+html input,
*+html select,
*+html textarea{ vertical-align: middle; } /* IE7 */

button,input{ line-height: normal; }

* html button,
* html input{ overflow: visible; } /* IE6 */

*+html button,
*+html input{ overflow: visible; } /* IE7 */

textarea{
	overflow: auto;
	vertical-align: top;
}

input[type="text"],textarea{ padding: 2px; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"]{ -webkit-appearance: button; }

button::-moz-focus-inner,
input::-moz-focus-inner{
	margin: 0;
	padding: 0;
	border: 0;
}

/*--------------------------------------------------------
レイアウト設定
-------------------------------------------------------*/
body{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 62.5%;
	font-style: normal;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

table{
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-word;
}

* html table{ border-collapse: collapse; } /* IE6 */
*+html table{ border-collapse: collapse; } /* IE7 */

hr{
	clear: both;
	height: 1px;
	margin: 0 0 1.5em;
	padding: 0;
	border: 0;
	border-top: 1px solid #ccc;
	color: #ccc;
	font-size: 1.0em;
	line-height: 1.0em;
}
* html hr{ margin: 0 0 1.2em; } /* IE6 */
*+html hr{ margin: 0 0 1.2em; } /* IE7 */

/*------------------------------------------------------------
フォントカラー
-------------------------------------------------------------*/

.red{ color: #ff0000!important; }/*赤*/
.blue{ color: #0000dd!important; }/*青*/
.green{ color: #008000!important; }/*緑*/

/*--------------------------------------------------------
main
-------------------------------------------------------*/

body{ background-color:#F7F7F8; }

a{ text-decoration: underline; }

a:link,
a:visited{ color: #00b; }
a:hover,
a:active{ color: #f60; }

/*--------------------------------------------------------
header
-------------------------------------------------------*/

.header {
	border-top: 3px solid #3366FF;
	border-bottom: 1px solid #999;
	background-color:#fff;
}

.header a{
	color:#fff;
	font-size:2.0em;
	text-decoration: none;
	font-weight: bold;
}

#header-wrap {
	margin: auto;
	padding: 5px 0 5px;
	width: 1050px;
}

.header p{
	text-align: left;
	margin-left: -7px;
}

/*--------------------------------------------------------
contents
-------------------------------------------------------*/
.wrapper {
	margin: auto;
	width: 1100px;
}

.content {
	float: left;
	border: 0;
	width: 764px;
	background-color:#fff;
	padding: 0 10px 20px;
}

.para {
	margin: 10px;
}

.para p{
	font-size:16px;
	line-height:29px;
	color: #333;
}

h1{
	font-size: 1.6em;
	line-height: 23px;
	font-weight: bold;
	padding: 20px 10px 0px 10px;
	color: #333;
}

h2{
	font-size: 1.6em;
	line-height: 23px;
	font-weight: bold;
	margin: 40px 10px 5px 10px;
	color: #333;
	clear: both;
}

.lastupdate p{
	margin: 0px 0px 0px 10px;
}

.list6 h3{
	clear: both;
	font-size: 1.6em;
	font-weight: normal;
	padding: 10px 0 5px 8px;
}

.list6 p{
	clear: both;
	font-size: 1.4em;
	font-weight: normal;
	padding: 10px 0 5px 18px;
}

.mid-ad {
	margin: 25px 10px 35px 10px;
}

.foot-ad {
	margin: 15px 15px 0 15px;
}

.ft {
	margin: 30px 20px 10px 30px;
}

.ft ul{
	margin-bottom: 20px;
	font-size: 1.4em;
}

.toc_title{
	font-size: 1.4em;
}

.swipe{
	padding: 0 10px 0 0;
	text-align: right;	
	font-size: 1.4em;
	font-weight: bold;
}

.listnext{
	padding: 10px 10px 0 10px;
	text-align: right;	
	font-size: 1.5em;
}

/*--------------------------------------------------------
breadcrumbs
-------------------------------------------------------*/

#breadcrumbs{
	clear: both;
	margin: 30px 10px 20px 10px;
	font-size: 1.4em;

}

#breadcrumbs li{
	display: inline;
	margin-right: 0.5em;
	line-height: 1.8;
	text-align: right;
	list-style: none;
}

#breadcrumbs li a{
	padding-right: 15px;
	background: url(../images/icon-brc.gif) center right no-repeat;
}

/*--------------------------------------------------------
sidebar
-------------------------------------------------------*/

.sidebar {
	float: right;
	border: 0;
	width: 300px;
	padding-top: 20px;
	padding-bottom: 0;
}

.side-ad {
	margin: 0 0 15px 0;
}


/*--------------------------------------------------------
footer
-------------------------------------------------------*/

.footer {
	padding: 30px 0 10px;
	clear: both;
	color: #808080;
	border: 0;
	width: 100%;

}

#footer-wrap p {
	font-size:1.5em;
	text-align: center;
}

.pc_none{
	display:none;
}

/*--------------------------------------------------------
table
-------------------------------------------------------*/
.lists{
	margin: 0 10px;
}

.lists img{
	float: left;
	margin: 0 5px 0 0;
}

.move_table th,
.move_table td {
	text-align: left;
}

.move_table thead th {
	background: #a6a6a6;
	color: #fff;
	font-weight: normal;
	margin-left:1px;
	padding-left:2px;
}

tbody th {
	font-size: 1.2em;
	width:200px;
}

.move_table tbody td {
	padding-left:4px;
}

.address {
	padding-left:7px;
}

.move_table tbody th,td {
	height: 100px;
	border-bottom: 1px solid #959595;
	font-size: 1.3em;
}

.move_table thead th:nth-child(1) {
	width: 200px;
}

.move_table thead th:nth-child(2) {
	width: 110px;
}

.move_table thead th:nth-child(3) {
	width: 50px;
}

.move_table thead th:nth-child(4) {
	width: 50px;
}

.move_table thead th:nth-child(5) {
	width: 70px;
}

.move_table thead th:nth-child(6) {
	width: 70px;
}

.move_table thead th:nth-child(7) {
	width: 60px;
}

.move_table thead th:nth-child(8) {
	width: 60px;
}

.move_table thead th:nth-child(9) {
	width: 60px;
}

/*--------------------------------------------------------
カテゴリ
--------------------------------------------------------*/

#cat h2 {
	clear:both;
	margin: 0 0 1.1em;
	padding: 0.3em 0.7em;
	border: 0;
	border-bottom: 1px solid #ccc;
	background: #fff;
	color: #000;
	font-weight:bold;
	font-size: 1.6em;
}

.cat_info {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.cat_info_main {
	text-align: left;
}

.cat_info_main.amenisa ul {
	margin: 10px 0 100px 10px;
}

.cat_info_main.amenisa ul li {
	float: left;
	display: block;
	width: 160px;
	font-size: 15px;
	padding: 0px 20px 2px 20px;
	position: relative;
}

.cat_info_main.amenisa ul li:before {
	position: absolute;
}

.clearfix
{
display: inline-table;
min-height: 1%;
}

/* Hides from IE-mac */
* html .clearfix
{
height: 1%;
}

.clearfix
{
display: block;
}

/*--------------------------------------------------------
Accordion
--------------------------------------------------------*/

.list6 {
	margin: 0 0 9px;
}

.list6 dl.acordion{
	margin: 0 8px 0 8px;
}

.list6 dt.trigger {
	font-size:16px;
	background: #9bd8ff -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b9e4ff), to(#62b5ea));
	background: #9bd8ff linear-gradient(#b9e4ff, #62b5ea);
	border-radius: 5px;
	text-align: left;
	border: 1px solid #ccc;
	color: #000;
	margin-bottom: 0;
	padding: 8px;
}

.list6 dt.active{
	border-radius: 5px 5px 0 0;
}

.list6 dt.trigger span.open-close {
	background: url(../images/point_plus.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
	text-indent: -9999em;
}

.list6 dt.active span.open-close {
	background: url(../images/point_none.png) no-repeat right top;
	float: right;
	width: 20px;
	height: 20px;
}   

.list6 dd.acordion_tree{
	padding: 0;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: #9bd8ff linear-gradient(#fff, #f0f0f0);
	border: 1px solid #ccc;
	border-top: none;
}

/*--------------------------------------------------------
menu list
--------------------------------------------------------*/

.list5 {
	margin: 8px;
}

.list5:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list5 ul{
	margin: 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

.list5 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 40px;
	margin: 0px;
}

.list5 ul li:nth-child(odd) {
	float: left;
	width: 50%;
 }

.list5 ul li a{
	color: #666;
	display: block;
	height: 40px;
	margin: 0px;
	padding: 0 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

.list5 ul li a:before {
	content: "";
	position: absolute;
	margin-left: -5px;
	margin-top: 6px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #666;
}

.list5 ul li a b{
	font-size: 1.4em;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 0 5px;
}

.list5 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}

.list4 {
	margin: 0;
}

.list4:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.list4 ul{
	margin: 0;
	border-top: 1px solid #ccc;
	list-style: none;
}

.list4 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top: none;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 40px;
	margin: 0px;
}

.list4 ul li:nth-child(odd) {
	float: left;
	width: 50%;
 }

.list4 ul li a{
	color: #666;
	display: block;
	height: 40px;
	margin: 0px;
	padding: 0 0 0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

.list4 ul li a:before {
	content: "";
	position: absolute;
	margin-left: -5px;
	margin-top: 6px;
	border: 5px solid transparent;        /*top right bottom を透明化 */ 
	border-left: 5px solid #666;
}

.list4 ul li a b{
	font-size: 1.4em;
	color: #000;
	display: block;
	font-weight: bold;
	padding: 0 5px;
}

.list4 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
}

/*--------------------------------------------------------
rec
--------------------------------------------------------*/
.rec-wrap {
	padding: 10px;
}

.rec-wrap p.title {
	font-weight: bold;
	font-size: 1.8em;
}

.rec-wrap p.link {
	margin-top: 3px;
	margin-right: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 1.8em;
}

.rec-wrap p{
	font-size: 1.6em;
}

.rec-wrap img{
	float: left;
	padding-right: 5px;
}

.top-img {
	padding-left: 8px;
}

/*--------------------------------------------------------
FAQ
--------------------------------------------------------*/

#faq {
	margin-bottom: 1.0em;
}

#faq details {
	margin: 1.0em 1.0em 0.5em 1.0em;
	border-bottom: 1px solid #999999;
}

#faq summary {
	margin-bottom: 0.8em;
	margin-left: 0.5em;
	font-size: 15px;
	color: #666666;
}

#faq p{
	margin-left: 1.5em;
	margin-bottom: 0.8em;
	font-size: 14px;
	color: #666666;
}


/*--------------------------------------------------------
ads
--------------------------------------------------------*/

.pc-none{
	display:none;
}

/*--------------------------------------------------------
個別記事
-------------------------------------------------------*/
.art-head, .art-body, .res-body {
	width: 95%;
	text-align: left;
	padding: 6px;
	margin: 0 auto;
}
.art-info {
	border-collapse: collapse;
}

.art-info table,
.art-info tr,
.art-info td {
  border: none !important;
}

.art-info td {
	background: #fff;
	padding: 1px;
    height: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.res-body {
	border: 1px solid #8080c0;
	background: #fff;
	margin-bottom: 0.5em;
}

.art-body img, .res-body img, .edit img {
	vertical-align: top;
	border: none;
}

.edit {
	text-align: right;
}


/* 返信フォーム */
.bbsform {
	border-collapse: collapse;
	margin: 1em auto;
	width: 95%;
}
.bbsform th, .bbsform td {
	border: 1px solid #8080c0;
	background: #fff;
	padding: 5px;
	white-space: nowrap;
		width: 100% !important;
		display: block;
		white-space: normal;
		padding: 2px;
}
.bbsform th {
	width: 130px;
}
.small {
	font-size: 75%;
	color: green;
}
div.submit-btn {
	width: 95%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}
div.submit-btn input {
	width: 150px;
	height: 30px;
}
p.red {
	color: #dd0000;
}



/*--------------------------------------------------------
一覧ページ
-------------------------------------------------------*/

.thread-image {
  width: 100px;
  height: 100px;
  border: solid 1px #cccccc;
  object-fit: cover; /* この一行を追加するだけ！ */
}

.card-container{
    display:flex;
    max-width: 750px;
    height: 112px;
  margin: 0 7px;
  border-bottom: solid 1px #cccccc;
}

.card-container:first-of-type {
    border-top: solid 1px #cccccc!important;
}

.card-container p{
    margin:5px 0 0;
}

.card-text{
    width:100%;
    margin: 0 0 0 7px;
	font-size: 14px;
}



/* スマホ用 */
@media screen and (max-width: 480px) {

#comment p{
	margin: 0 5px;
}

	/* 記事 */
	.art-body, .art-head, .res-body {
		width: 98%;
		padding: 2px;
	}

	/* 返信フォーム */
	.bbsform {
		width: 97%;
	}
	.bbsform th, .bbsform td {
		width: 98% !important;
		display: block;
		white-space: normal;
		padding: 2px;
	}
	.bbsform th {
		background: #ccc;
	}
	textarea {
		width: 90%;
	}
	.comment {
		width: 100%;
		margin: 3px 0;
	}
	#note {
		width: 100%;
		padding: 2px;
	}
	#note ul {
		margin: 0;
		padding: 0;
	}
	#msg-box, #err-box, #comment {
		width: 100%;
		padding: 2px;
	}
}


/*--------------------------------------------------------
MF
-------------------------------------------------------*/

@media
only screen and (max-width : 767px){

/*--------------------------------------------------------
MF main
-------------------------------------------------------*/
body{ background-color:#fff; }

.content {
	padding: 0 0 40px 0;
}

.content img {
	max-width: 95%;
	height:auto;
}

.wrapper, .content, .sidebar, #header-wrap {
	float: none;
	margin: 0;
	width: auto;
}

.header p{
	text-align: left;
	margin-left: 7px;
}

.side-ad {
	text-align: center;
}

.dl-list-01 b {
	position: absolute;
	top: 94px;/*画像の左上に配置*/
	left: 28px;
	font-size: 8px;
	padding: 3px 5px 4px 4px;/*文字周りの余白*/
}

.none{
	display:none;
}

.pc_none{
	display:block;
}

.sidebar{
	display:none;
}

.footer {
	padding: 0 0 45px;
}

.top-img {
	width: 100%;
}

/*--------------------------------------------------------
MF ads
--------------------------------------------------------*/

.pc-none{
	display:block;
	margin: 15px 10px 0 10px;
}

.foot-ad {
	text-align:center;
	margin: 15px 0 0 0;
}

/*--------------------------------------------------------
MF table
--------------------------------------------------------*/

.move_table {
  display: block;
  position: relative;
  overflow-x: scroll;
  width: 100%;
  border-collapse: collapse;
  font-size: 0;
}

.move_table thead,
.move_table tbody {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.move_table thead th{
	font-size: 0.7rem !important;
}

.move_table th,
.move_table td {
  display: inline-block;
  background: #fff;
  font-size: 0.8rem !important;
}

.move_table tbody th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  z-index: 1;	
}

.move_table thead {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
}

.move_table thead th.blank {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

.move_table tbody th,td {
	padding-top: 8px;
}

.move_table tbody td:nth-child(2) {
	width: 110px;
}

.move_table tbody td:nth-child(3) {
	width: 50px;
}

.move_table tbody td:nth-child(4) {
	width: 50px;
}

.move_table tbody td:nth-child(5) {
	width: 70px;
}

.move_table tbody td:nth-child(6) {
	width: 70px;
}

.move_table tbody td:nth-child(7) {
	width: 60px;
}

.move_table tbody td:nth-child(8) {
	width: 60px;
}

.move_table thead th:nth-child(9) {
	width: 60px;
}

/*--------------------------------------------------------
MF カテゴリ
--------------------------------------------------------*/
.cat_info_main.amenisa ul {
	padding: 10px 0 120px 10px;
}

.cat_info_main.amenisa ul li {
	float: left;
	display: block;
	width: 140px;
	font-size: 18px;
	padding: 10px 10px 12px 20px;
	position: relative;
}


/*--------------------------------------------------------
rec MF
--------------------------------------------------------*/
.rec-wrap p.title {
	font-size: 1.4em;
}

.rec-wrap p.link {
	text-align: right;
}

.rec-wrap p{
	font-size: 1.2em;
}

/*--------------------------------------------------------
home+
--------------------------------------------------------*/

.page-top{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 99;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}

* html .page-top{ display: none; }

.page-top a{
	display: block;
	padding: 10px;
	border: 0;
	border-top: 1px solid #fff;
	text-decoration: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

.page-top a:link,
.page-top a:visited,
.page-top a:hover,
.page-top a:active{
	background: #333;
	color: #fff;
}

.page-top:not(\*|*){ position: static; }/* Opera9以下 */

}

/*--------------------------------------------------------
MF END
-------------------------------------------------------*/

}