﻿/*
 *  party table ver1.0.0
 *
 *	Copyright © 2000-2016 PIPED BITS CO., LTD.ALL Rights Reserved.
 *	https://seijiyama.jp/
 *
 */

/* comparison-table */
#comparison-table {
	width: 1000px;
}

#comparison-table .left {
	float: left;
	width: 160px;
}

#comparison-table .right{
	float: right;
	overflow: hidden;
	width: 840px;
}

#comparison-table .item-box {
	overflow: hidden;
	overflow-x: scroll;
}

#comparison-table .data {
	overflow-x:scroll; 
	width: 840px;
}

#comparison-table table tr.list {
	list-style: none;
	width: 1100px;
}

#comparison-table table tr.list td {
	width: 210px;
}

/* table-title */
.table-title {
	border-collapse:collapse;
	width: 100%;
}

.table-title tr td {
	border: 1px solid #CCC;
	background: #F7EEDD;
	color: #000;
	display: table-cell;
	padding: 3px;
	vertical-align: top;
}

.table-title tr td div {
	min-height: 30px;
}

/* table-item */
.table-item {
	border-collapse: collapse;
	border-right: 1px solid #CCC;
}

.table-item tr td {
	display: table-cell;
	border: 1px solid #CCC;
	padding: 3px;
	vertical-align: top;
}

.table-item tr td div {
	min-height: 30px;
	width: 200px;
}

.table-item tr td ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.table-item tr td ul.policy-content-list{
	display: none;
}

.table-item tr td ul.policy-content-list li.name {
	font-size: 13px;
	height: 25px;
	text-align: right;
}

.table-item tr td ul.policy-content-list li.title {
	border-bottom: 1px dotted #6b4e2f;
	font-size: 15px;
	font-weight: bold;
	height: 50px;
	padding-bottom: 7px;
	text-align: center;
}

.table-item tr td ul.policy-content-list li.text {
	font-size: 13px;
	line-height: 1.4;
	margin: 9px 0 15px;
	padding: 0 3px;
}

.table-item tr td ul li.text a {
	color: #035178;
}

.table-item ul li a {
	color: #035178;
	text-decoration: none;
}

#content .table-item .policy-content-list .text li {
	line-height: 1.4;
	list-style: outside disc;
	margin-bottom: 12px;
	margin-left: 20px;
}
#content .table-item .policy-content-list .text li.etc-title {
	font-weight: bold;
	list-style: outside none none;
	margin: 0 0 10px;
	padding-top: 10px;
}

.table-item ul.policy-content-list li.text a:hover {
	text-decoration: underline;
}

.table-item a:hover,.table-item a p:hover {
	text-decoration: underline;
}

.table-item tr td ul li.movie p {
	margin-top: 0;
	text-align: center;
}

tr.selected td ul.policy-content-list {
	display: block;
}

.table-title div,
.table-item div,
.table-item li,
.table-item p,
.table-item a {
	font-size: 14px;
	line-height: 1.7;
	text-decoration: none;
}

.table-item tr td div {
	font-size: 14px;
}

.table-title tr td div {
	font-size: 14px;
}


/* profile */
.profile li {
	text-align: center;
}

.profile li.name {
	font-size: 18px;
	font-weight: bold;

}

.profile li.furigana {
 	font-weight: bold;
 	margin-bottom: 10px;
}
.table-item tr td div.cover-image-box {
	display: table-cell;
	height: 240px;
	text-align: center;
	vertical-align: middle;
}
.table-item tr td div.cover-image-box img {
	border: 2px solid #CCC;
	margin-top: 20px;
}

.table-item tr td div.catchphrase-box {
	display: table-cell;
	font-size: 14px;
	font-weight: bold;
	height: 50px;
	text-align: center;
	vertical-align: middle;
}


/* label */
label {
	cursor: pointer;
	display: inline-block;
	margin-bottom: 0;
	margin-right: 20px;
	margin-top: 10px;
}


/* btn */
p.btn{
  background: url("https://seijiyama.jp/wp-content/themes/seijiyama/images/saninsen/2016/btn_on.png") repeat scroll 0 0;
  float: left;
  height: 15px;
  margin: 4px 5px 0;
  width: 15px;
}
tr.selected p.btn{
  background: url("https://seijiyama.jp/wp-content/themes/seijiyama/images/saninsen/2016/btn_off.png") repeat scroll 0 0;
}

/* trigger */
.trigger{
	cursor: pointer;
}

.table-title tr.trigger td{
	background: #c7dcd2;
}

.table-title tr.trigger.selected td{
	background: #F7EEDD;
}

/* toggle */
.toggle{
	background: #C7DCD2;
}

.toggle.selected{
	background: #FFF;
}

.table-item tr td ul.sns-list{
	list-style: disc;
	padding-left: 20px;
}

.table-item tr.text-center td{
	text-align: center;
	vertical-align: middle;
}
.checklist{
	background: #eee;
	border: 1px solid #e1e1e1;
	height: auto;
	margin-bottom: 20px;
	padding: 0 20px 10px;
	text-align: left;
	width: 960px;
}


/* scroll */
div#scroll-kotei {
  position: absolute;
  right: 0;
  top: 400px;
}

#scroll {
  background: #989898 none repeat scroll 0 0;
  margin-top: 100px;
  padding: 10px;
  width: 41px;
  z-index: 11;
}

#scroll .right-scroll,
#scroll .left-scroll {
  cursor: pointer;
  font-size: 22px;
  height: 90px;
  width: 40px;
}


/* clearfix */
.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px;
}