﻿ @charset "utf-8";
#tano-main-area h2.tano-h2-type-01{
	margin:30px 0 10px;
	padding: 0;
	line-height:1em;
	display: block;
	font-size: 26px;
	color: #25292f;
	border: 0;
	background: none;
	border-bottom: solid 1px #8b989e;
}
#tano-main-area h2.tano-h2-type-01 span{
	padding: 5px 0 5px 20px;
	display: inline-block;
	position: relative;
	border-left:solid 5px #000;
}
/*#tano-main-area h2.tano-h2-type-01 span:before{
	position: absolute;
	content: "■";
	font-size: 1em;
	left: 0;
	top:0;
	bottom: 0;
}*/
#tano-main-area h2#select01 span{
	border-color: #95ccf2;
}
#tano-main-area h2#select02 span{
	border-color: #9ce7a5;
}
#tano-main-area h2#select03 span{
	border-color: #bde96a;
}
#tano-main-area h2#select04 span{
	border-color: #f8bf7c;
}
#tano-main-area h2#select05 span{
	border-color: #a0e2f1;
}
#tano-main-area h2#select06 span{
	border-color: #b8c2fa;
}
#tano-main-area h2#select07 span{
	border-color: #e6cf92;
}
#tano-main-area h2#select08 span{
	border-color: #f7aeae;
}
#tano-main-area h2#select09 span{
	border-color: #25292f;
}
#tano-main-area h2#select10 span{
	border-color: #50525a;
}
#tano-main-area .tano-jin-text-01{
	font-size:14px;
	margin-bottom: 10px;
}
#tano-main-area h3.tano-h3-type-01{
	color:#000;
	font-size: 24px;
	font-weight: bold;
	margin: 25px 0 10px;
}

/*-----------------------------------------
	.watch_nav
-------------------------------------------*/
#tano-main-area .watch_nav{
	margin: 10px 0;
}
#tano-main-area .watch_nav ul{
	display: flex;
	flex-wrap: wrap;
	width: 960px;
	border: solid 1px #8b989e;
	border-right: 0;
	border-bottom: 0;
}
#tano-main-area .watch_nav ul li{
	width: 192px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin: 0;
	padding:0;
}
#tano-main-area .watch_nav a{
	width: 191px;
	height: 200px;
	text-align: center;
	text-decoration: none;
	background: #fff;
	display: flex;
	flex-direction:column;
	margin: 0;
	padding:10px 0 0;
	border-right: solid 1px #8b989e;
	border-bottom: solid 1px #8b989e;
}
#tano-main-area .watch_nav a:hover{
	background: #eceff1;
}
#tano-main-area .watch_nav a .nav_img{
	display: flex;
	justify-content: center;
	height: 81px;
}
#tano-main-area .watch_nav a .nav_title{
	color: #25292f;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25em;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1 auto;
	margin: 5px 0 0 0;
}
#tano-main-area .watch_nav a:hover .nav_title{
	text-decoration: underline;
}
#tano-main-area .watch_nav a .fs-15{
	font-size: 15px
}
#tano-main-area .watch_nav a .nav_text{
	color: #25292f;
	font-size: 12px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-bottom: 30px;
}
#tano-main-area .watch_nav a:hover .nav_text{
	color: #999;
}
#tano-main-area .watch_nav a .nav_text:before{
	content: "";
	position: absolute;
	margin: 0 auto;
	bottom: 10px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #8b989e;
  border-right: 1px solid #8b989e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-----------------------------------------
	.kanren
-------------------------------------------*/
#tano-main-area .kanren {
	margin: 20px 10px 40px;
	padding: 10px 20px;
	background: #ebf0f3;
	display: flex;
	align-items: center;
}
#tano-main-area .kanren p {
  font-weight: bold;
  font-size: 16px;
  margin: 0 25px 0 15px;
}
#tano-main-area .kanren ul {
	display: flex;
	justify-content: center;
}
#tano-main-area .kanren li {
	padding: 0 15px 0 0;
	margin: 0;
  text-align: center;
	width: 255px;
}
#tano-main-area .kanren li:last-child {
	padding: 0;
}
#tano-main-area .kanren li a {
  font-size: 16px;
	font-weight: 600;
  text-decoration: none;
  color: #323e4d;
  padding: 7px 20px 5px;
	background: #fff;
	display: block;
	border: solid 1px #8b989e;
	border-radius: 20px;
	position: relative;
}
#tano-main-area .kanren li a:before{
	content: "";
	position: absolute;
	right: 15px;
	top: calc(50% - 4px);
  width: 7px;
  height: 7px;
  border-top: 1px solid #323e4d;
  border-right: 1px solid #323e4d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#tano-main-area .kanren li a:hover {
	color: #fff;
	background: #323e4d;
}
#tano-main-area .kanren li a:hover:before{
	border-color:#fff;
}
/*-----------------------------------------
	.link-btn
-------------------------------------------*/
#tano-main-area .link-btn{
	text-align:center;
	margin:15px auto;
}
#tano-main-area .link-btn a{
	display:inline-block;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	background:#00bbf8;
	padding:15px 50px 13px 40px;
	border-radius:5px;
	position:relative;
}
#tano-main-area .link-btn a:hover{
	background:#008aff;
	text-decoration:underline;
}
#tano-main-area .l_select011 a:before,
.tano-column .tano-box-inner-bottom .link-btn a:before{
	content: "";
	position: absolute;
	margin: 0 auto;
	right:20px;
	top: calc(50% - 4px);
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*-----------------------------	
	.tano-column
-----------------------------*/
#tano-main-area .tano-column{
	padding: 10px 10px 0;
	margin-top: 30px;
	background: #e7f1ff;
}
#tano-main-area .tano-column h2{
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #679ae3;
	border-radius: 5px;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
}
#tano-main-area .tano-column h2 span{
	border: 0;
	padding:15px 25px 12px;
}
#tano-main-area .tano-column h3{
	color: #333;
	font-size: 19px;
	margin: 0 5px;
}

#tano-main-area .tano-column h3 span{
	font-size: 20px;
	padding: 0;
}
#tano-main-area .tano-column h4{
	color: #5d96ea;
	font-size: 17px;
	font-weight: 600;
	padding: 0 10px 5px;
}
#tano-main-area .tano-column .tano-box{
	padding: 20px;
	display: inline-block;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 10px;
}
#tano-main-area .tano-column .tano-box-inner{
	display: flex;
	flex-wrap: wrap;
}
#tano-main-area .tano-column .tano-box-inner-left{
	width: 685px;
	padding-right: 15px;
}
#tano-main-area .tano-column .tano-box-inner-left p.tano-jin-text-02{
	font-size: 14px;
	padding: 5px 10px 10px;
	margin: 0 0 10px;
}
#tano-main-area .tano-column .tano-box-inner-right{
	width: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
}
#tano-main-area .tano-column .link-btn{
	text-align: center;
	margin: 0 15px;
	padding: 10px;
}	
#tano-main-area .tano-column .link-btn a{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px 9px 10px;
	border:solid 3px #86b2f2;
	border-radius: 30px;
	background-color: #fff;
	display: block;
	position: relative;
}
#tano-main-area .tano-column .link-btn a:hover{
	background-color: #86b2f2;
	text-decoration: none;
}
#tano-main-area .tano-column .link-btn a:hover:after{
	border:0;
}
#tano-main-area .tano-column .tano-box-inner-btn{
	width: 450px;
	display: flex;
	flex-direction: column;
	margin-top: 20px;
}
#tano-main-area .tano-column .tano-box-inner-btn .tano-jin-text-02{
	font-size: 14px;
	display: flex;
	flex: 1 auto;
	margin: 0 10px;
}
#tano-main-area .tano-column .tano-box-inner-bottom {
	width: 900px;
	display: flex;
	justify-content: center;
}
#tano-main-area .tano-column .tano-box-inner-bottom .link-btn{
	display: flex;
	padding: 0;
}
#tano-main-area .tano-column .tano-box-inner-bottom .link-btn a{
	padding: 10px 40px 9px 20px;
}
#tano-main-area .tano-column .tano-box-inner-bottom .link-btn a:after{
	content: "";
	width: 26px;
	height: 26px;
	position: absolute;
	top: calc( 50% - 13px );
	right: 7px;
	background: url("icon_o.png") no-repeat 0 0;
}

/*-----------------------------------------
	.spec-table-01
-------------------------------------------*/
#tano-main-area .spec-table-01 {
	border-collapse: collapse;
	border: 1px solid #CCC;
	margin: 10px 0 0;
}
#tano-main-area .spec-table-01 tr th {
	border: 1px solid #CCC;
	padding: 2px 5px;
	vertical-align: middle;
	background: #eee;
	width: 122px;
}
#tano-main-area .spec-table-01 tr td {
	border: 1px solid #CCC;
	vertical-align: middle;
	padding: 2px 5px;
	width: 315px;
}
#tano-main-area .tano-item-detail-box-4 .spec-table-01 tr th{
	width: 90px;
}
/*-----------------------------------------
	.tano-item-detail-box-inner
-------------------------------------------*/
#tano-main-area .tano-item-detail-box-2 .tano-item-detail .tano-item-detail-center img,
#tano-main-area .tano-item-detail-box-3 .tano-item-detail .tano-item-detail-center img,
#tano-main-area .tano-item-detail-box-4 .tano-item-detail .tano-item-detail-center img{
	border:0;
}