@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img,
object,
embed,
video { max-width: 100%; }
/* IE 6 does not support max-width so default to width 100% */
.ie6 img { width: 100%; }
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:*		4;
	dw-num-cols-tablet:*		8;
	dw-num-cols-desktop:*	12;
	dw-gutter-percentage:*	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/


body {
	font-family: 'Noto Sans Japanese', serif;
	font-size: 78%;
	/*line-height: 160%;*/
	background-image: url(/common/images/bg-carbon.png);
}

input,
textarea,
select{
	font-family:sans-serif}

.imeact { }
.imedisa { }
a,
a:link {
	color: #003;
	text-decoration: none;
}
a:hover { color: #e60012; }
a:visited { color: #666; }
header {
	background-color: #333;
	-webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	overflow: hidden;
}
#wrap,
#contents { background-color: #666; }
#contents {
	margin-top: 0;/*1.5em*/
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	-webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5) inset;
	-moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5) inset;
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5) inset;
}
.indexPage #contents {
	background-position: center center;
	background-origin: border-box;
	background-repeat: repeat, no-repeat;
	background-size: 2px 2px, cover;
	min-height: 640px;/*724px*/
}
.indexPage  #contents.index-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_index-3.jpg); }
.indexPage  #contents.offshore-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_offshore-3.jpg);
background-position: right  center;}
.indexPage  #contents.shore-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_shore-3.jpg); 
background-position: left  center;
}
.indexPage  #contents.bass-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_bass-3.jpg); }
.indexPage  #contents.snakehead-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_snakehead-2.jpg); }
.indexPage  #contents.carp-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_carp.jpg); }
.indexPage  #contents.trout-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_trout-3.jpg); 
background-position: left  center;}
.indexPage  #contents.fly-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_fly-3.jpg);
  background-position: right center; }
.indexPage  #contents.ayu-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_ayu.jpg); }
.indexPage  #contents.tenkara-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_ayu-3.jpg); }
.indexPage  #contents.gear-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_gear.jpg); }
.indexPage  #contents.exportonly-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_exportonly.jpg); }

.indexPage  #contents.technology-contents { background-image: url(/common/images/cti_mask.png), url(/common/images/cti_technology.jpg); }
.categoryPage h2 {
	display: block;
	padding: 0.5em;
	margin: 0;
	background-color: rgba(0,0,0,0.2);
	color: #FFF;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.25);
	-webkit-text-shadow: 0px 0px 2px rgba(0,0,0,0.25);
  overflow:hidden;
}

.categoryPage h2 span.en{display:inline-block;float:right;
font-weight:normal;font-size:0.95em;}

.ct-offshore h2{ border-left: 5px solid #d70b24; }	/*rgba(215,11,36,1.00);*/
.ct-shore h2{ border-left: 5px solid #00459b; }	/*rgba(12,74,152,1.00)*/
.ct-bass h2{ border-left: 5px solid #00744a; }	/*rgba(12,117,79,1.00) */
.ct-snakehead h2 { border-left: 5px solid #755da6; }	/*rgba(117,93,166,1.00);*/
.ct-carp h2{ border-left: 5px solid #879B55; }	/*rgba(117,93,166,1.00);*/
.ct-trout h2{ border-left: 5px solid #be9d6c; }	/*rgba(190,157,108,1.00);*/
.ct-fly h2{ border-left: 5px solid #778a7f; }	/*rgba(119,138,127,1.00);*/
.ct-ayu h2{ border-left: 5px solid #bf9a0e; }	/*rgba(191,154,14,1.00);*/
.ct-tenkara h2{ border-left: 5px solid #bf9a0e; }	/*rgba(191,154,14,1.00);*/
.ct-gear h2{ border-left: 5px solid #a6a1aa; }	/*rgba(166,161,170,1.00);*/
.ct-exportonly h2{ border-left: 5px solid #646464; }
.ct-ex h2 { border-left: 5px solid #e60012; }
footer {
	-webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	color: #fff;
	margin-bottom: 4em;
	overflow: hidden;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-align: right;
}
.clear { clear: both; }
.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}
.fluidList {
	list-style: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
}
/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 95%;
	width: 960px\9;
	padding-left: 2.5%;
	padding-right: 2.5%;
	clear: none;
	float: none;
}
.zeroMargin_mobile { margin-left: 0; }
.hide_mobile { display: none; }
/*---------
header内
---------*/

#logo {
	overflow: hidden;
	max-width: 80%;
	min-height: 50px;
	float: left;
}
#logo span { display: inline-block; }
#logo #logomark {
	width: 20%;
	max-width: 80px;
}
#logo #logotext {
	width: 75%;
	max-width: 250px;
}
/*------------------------------
トップページ メイン
------------------------------*/
#Opening {
	margin: 0 auto 1em;
	clear: both;
}
#section1 {
	float: none;
	width: 100%;
	margin-right: 0;
}
#section2 {
	float: none;
	width: 100%;
	margin-top: 0;
}
/*------------------------------
トップページ 2段目
------------------------------*/
#Top2,
.ExPage {
	margin: 0 auto 1em;
	clear: both;
}
#Top2 #section3,
.ExPage #section3 { margin-top: 1em; }
.ExPage h2+#section3,
.ExPage h2+#section3+#section4 { margin-top: 1em; }
#Top2 #section4,
#Top2 #section5,
#Top2 #section8,
.ExPage #section4,
.ExPage #section5,
.ExPage #section6 {
	width: 100%;
	margin-top: 1em;
	float: none;
}
#Top2 #section5,
.ExPage #section5,
.ExPage #section6,
.ExPage #section7 { margin-top: 1em; }
/*------------------------------
width:320px 可変バナー
------------------------------*/
.Banners320, .bottomBanners{ }
.Banners320 ul,
.bottomBanners ul{ }
.Banners320 ul li,
.bottomBanners  ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 0.5em;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
.Banners320 ul li:nth-child(even),
.bottomBanners  ul li:nth-child(even) { margin-right: 0; }
.Banners320 ul li:last-child,
.bottomBanners  ul li:last-child{ margin-bottom: 0; }
.Banners320 img,
.bottomBanners img{
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.Banners320 img.line01,
.bottomBanners img.line01 { border: solid 1px #777; }



/*------------------------------
Header メニュー
------------------------------*/
#NaviMenu {
	margin-top: 10px;
	float: right;
}
#MobileMenuBtn {
	margin-top: 10px;
	float: right;
	display: block;
	width: 32px;
	height: 32px;
	background-image: url(/common/images/icon-menu.png);
	background-repeat: no-repeat;
	background-size: cover;
	text-indent: -9999em;
}
#NaviMenu ul {
	width: 100%;
	display: none;
}
/*------------------------------
Header メニュー
------------------------------*/

#MobileMenu {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50px;
	left: 0px;
	z-index: 99999;/*background-color:#000;*/
}
#MobileMenu { }
#MobileMenu .box {
	width: 90%;
	margin: auto;
	border: solid #fff 1px;
	background-color: #999;
	-webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	border-radius: 0.5em;
	overflow: hidden;
}
#MobileMenu h3 {
	border-left: 5px solid #e60012;
	padding: .5em 1em .5em;
	display: block;
	margin: 0;
	background-color: #333;
	color: #e60012;
	-webkit-text-shadow: 0 0px 3px 0 rgba(0,0,0,0.5);
	-moz-text-shadow: 0 0px 3px 0 rgba(0,0,0,0.5);
	text-shadow: 0 0px 3px 0 rgba(0,0,0,0.5);
}
#MobileMenu ul {
	overflow: hidden;
	display: block;/*	border-radius: 0.5em;
	border: 1px solid #000;*/
}
#MobileMenu ul li {
	width: 50%;
	float: left;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#MobileMenu ul li a {
	padding: 0.3em 1em;
	width: 100%;
	display: block;
	color: #fff;
	line-height: 300%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: linear 0.5s;
	-o-transition: linear 0.5s;
	transition: linear 0.5s;
	background-image: -moz-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
	background-image: -webkit-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
	background-image: -ms-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
}
#MobileMenu ul li a img { max-width: 100px }
#CategoryMenu { display: none; }
.cat1 { background-color: #d70b24; }	/*rgba(215,11,36,1.00);*/
.cat2 { background-color: #00459b; }	/*rgba(12,74,152,1.00)*/
.cat3 { background-color: #00744a; }	/*rgba(12,117,79,1.00) */
.cat4 { background-color: #755da6; }	/*rgba(117,93,166,1.00);*/
.cat5 { background-color: #be9d6c; }	/*rgba(190,157,108,1.00);*/
.cat6 { background-color: #778a7f; }	/*rgba(119,138,127,1.00);*/
.cat7 { background-color: #bf9a0e; }	/*rgba(191,154,14,1.00);*/
.cat8 { background-color: #a6a1aa; }	/*rgba(166,161,170,1.00);*/
.cat9 { background-color: #646464; }	/*rgba(166,161,170,1.00);*/
.cat10 { background-color: #646464; }
/*------------------------------
パンくずリスト
------------------------------*/

.breadcrumbs {
	overflow: hidden;
	margin: -0.5em 0 0.5em;
}
.breadcrumbs ul { color: #fff; }
.breadcrumbs ul li {
	float: left;
	padding: 0;
}
.breadcrumbs ul li a,
.breadcrumbs ul li a:link,
.breadcrumbs ul li span {
	color: #fff;
	float: left;
	padding: 0.5em;
}
.breadcrumbs ul li:not(:last-child):after {
	content: '>';
	display: inline-block;
	padding: 0.5em 0;
}
/*------------------------------
ページトップボタン
------------------------------*/



#pagetop {
	position: fixed;
	bottom: 0.5em;
	right: 0.5em;
	z-index: 9999;
}
#pagetop a {
	display: block;
	background-color: rgba(0,0,0,0.75);
	line-height: 2em;
	color: rgba(255,255,255,1);
	padding: 0.5em;
	border: 0.5em solid rgba(255,255,255,0.5);
}
/*------------------------------
フッターメニュー
------------------------------*/

#footerMenu {
	background-color: rgba(0,0,0,0.50);
	margin: 1em auto;
	padding: 1em;
}
#footerMenu ul { overflow: hidden; }
#footerMenu ul li {
	display: block;
	float: left;
}
#footerMenu ul li a,
#footerMenu ul li a:link {
	color: #fff;
	display: inline-block;
	padding: 0.5em;
}
#footerMenu ul li:not(:last-child):after {
	content: "|";
	display: inline-block;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
.gridContainer {
	width: 95.55%;
	padding-left: 1.225%;
	padding-right: 1.225%;
	clear: none;
	float: none;
	margin-left: auto;
}
.hide_tablet { display: none; }
.zeroMargin_tablet { margin-left: 0; }
}

@media only screen and (min-width: 641px) {
#logo #logomark { max-width: 75px; }
#logo #logotext { max-width: 200px; }
/*------------------------------
トップページ メイン
------------------------------*/
.Banners320 ul { width: 100%; }
.Banners320 ul li,
.bottomBanners ul li{
	float: left;
	width: 24%;
	margin-right: 1.3333333%;
	margin-bottom: 1.3333333%;
}
.Banners320 ul li:nth-child(even),
	.bottomBanners ul li:nth-child(even){ margin-right: 1.3333333%; }
.Banners320 ul li:nth-child(4n) ,
	.bottomBanners ul li:nth-child(4n){ margin-right: 0; }
#NaviMenu {
	font-size: 11px;
	margin-top: 10px;
	float: right;
	overflow: hidden;
	background-color: #e60012;
	color: #fff;
	-webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	box-shadow: 0 0px 10px 0 rgba(0,0,0,0.5);
	border-radius: 0.5em;
}
#MobileMenuBtn,
#MobileMenu { display: none; }
#NaviMenu ul {
	width: 100%;
	display: block;
}
#NaviMenu ul li {/* width: 25%;*/ float: left; }
#NaviMenu ul li a {/* width: 25%;*/
	padding: 0.5em 1em;
	color: #fff;
	line-height: 200%;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: linear 0.5s;
	-o-transition: linear 0.5s;
	transition: linear 0.5s;
	background-color: #e60012;
}
#NaviMenu ul li a:hover {
	background-image: -moz-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
	background-image: -webkit-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
	background-image: -ms-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
	background-color: #010000;
}
#CategoryMenu {
	background-color: #999;
	-webkit-box-shadow: 0 0px 10px 0 rgba(0,0,0,1);
	-moz-box-shadow: 0 0px 10px 0 rgba(0,0,0,1);
	box-shadow: 0 0px 10px 0 rgba(0,0,0,1);
	display: block;
}
#CategoryMenu ul { width: 100% }
#CategoryMenu ul li {
	width: 11.111111111%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	background-image: -moz-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
	background-image: -webkit-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
	background-image: -ms-linear-gradient( 90deg, rgba(4,0,0,0.1), rgba(255,255,255,0.3));
}
#CategoryMenu ul li a {
	width: 100%;
	/*height: 100%;*/
	padding: 5px 0;
	float: none;
	display: block;
}
#CategoryMenu ul li a:hovar {
 background-color: rgba(0,0,0,0.5);
}
#CategoryMenu ul li a img {
	width: 100%;
	max-width: 100px;
	min-width: 30px;
	margin: auto;
	display: block;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
.gridContainer {
	width: 88.5%;
	max-width: 1024px;/*1232px*/
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;/*	width: 960px\9;
	margin-right: auto\9;*/
}
.zeroMargin_desktop { margin-left: 0; }
.hide_desktop { display: none; }
#NaviMenu { font-size: 12px; }
}

@media only screen and (min-width: 961px) {
.hide_desktop961 { display: none; }
#logo #logomark { max-width: 100px; }
#logo #logotext { max-width: 280px; }
/*------------------------------
トップページ 2段目
------------------------------*/
#Top2,
.ExPage {
	margin-top: 1em;
	clear: both;
}
#Top2 #section3,
#Top2 #section8,
.ExPage #section3 {
	float: left;
	width: 74.6%;
	margin-right: 1.6%;
	margin-top: 0px;
}
#Top2 #section4,
#Top2 #section5,
.ExPage #section4,
.ExPage #section5,
.ExPage #section6 {
	float: right;
	width: 23.8%;
	margin-top: 0px;
}
#Top2 #section5,
#Top2 #section8,
.ExPage #section5,
.ExPage #section6 { margin-top: 1em; }
#Top2 #section5,
.ExPage #section5,
.ExPage #section6 { clear: right; }
#Top2 .Banners320,
.ExPage .Banners320 { }
#Top2 .Banners320 ul,
.ExPage .Banners320 ul { }
#Top2 .Banners320 ul li,
.ExPage .Banners320 ul li {
	float: none;
	width: 100%;
	margin-bottom: 5.4973821%;
}
.Banners320 ul li:last-child { /* margin-bottom: 0; */ }
  
    
  
}

@media only screen and (max-width: 960px) and (min-width: 641px) {
/*  nav#OutSiteBanners{
    float:left;
    width:49%;
  margin-right: 1%;}
  #OutSiteBanners ul li{
    	width: 49%;
	margin-right: 1%;
	margin-bottom: 1.3333333%;
    
  }
  #OutSiteBanners ul li:nth-child(n+1){
    margin-right: 0;
    margin-left: 1%;
  }*/
}
@media only screen and (min-width: 1025px) {
/*------------------------------
トップページ メイン
------------------------------*/
#Opening { margin-top: 0px; }
#Opening #section1 {
	float: left;
	width: 74.6%;
	margin-right: 1.6%;
}
#Opening #section2 {
	float: right;
	width: 23.8%;
	margin-top: 0px;
}
.Banners320 { }
.Banners320 ul { }
.Banners320 ul li {
	float: none;
	width: 100%;
	margin-bottom: 5.4973821%;
}
.Banners320 ul li:last-child {/* margin-bottom: 0; */}
}


.fullbox { padding: 1em; }
.fullbox ul,
.fullbox ol { padding: 0 0 0 1.5em }
.fullbox ul li,
.fullbox ol li { line-height: 150%; }
.fullbox .footer {
	text-align: right;
	font-weight: bold;
}
form .input {
	margin: auto;
	width: 100%;
}
form p.caption span.required {
	font-weight: bold;
	color: #F00;
}
form dl { font-size: 1.2em; }
form dl dt {
	display: block;
	background-image: url(/common/images/arrow-tred-down.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 0.9em;
	padding: 0em 0 0em 1.0em;
}
form dl dd {
	display: block;
	margin: 0;
	padding: 0em 0 0.5em 0em;
	min-height: 1.5em;
}
form dl dt span.required {
	font-weight: bold;
	color: #F00;
}
form dl dd span.err {
	font-weight: bold;
	color: #F00;
	display: block;
}
form input[type="text"],
form textarea,
form select {
	font-size: 1.1em;
	padding: 0.3em 0.5em 0.2em;
	border-radius: 0.3em;
	margin-bottom: 0.2em;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #888;
}
form input[type="text"].err,
form textarea.err,
form select.err {
	border: 1px solid #f00;
	background-color: #Fcc;
}
form input[name^="tel"] { width: 4em; }
form input[name^="zip[0]"] { width: 3em; }
form input[name^="zip[1]"] { width: 4em; }
form select[name="pref"] { width: 7em; }

@media only screen and (min-width: 641px) {
form dl dt {
	width: 9em;
	display: block;
	float: left;
	background-image: url(/common/images/arrow-tred-right.png);
	padding: 0.5em 0 0.5em 1.0em;
}
form dl dd {
	margin: 0;
	border-bottom: 1px dotted #999;
	padding: 0.5em 0 0.5em 10.5em;
}
form input[type="text"],
form textarea,
form select {
	font-size: 1.1em;
	padding: 0.3em 0.5em 0.2em;
	border-radius: 0.3em;
	margin-bottom: 0.2em;
	max-width: 30em;
}
}
#formfoot {
	margin: 1em;
	text-align: center;
}
form button,
.btn{
	-moz-box-shadow: inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow: inset 0px 1px 0px 0px #f5978e;
	box-shadow: inset 0px 1px 0px 0px #f5978e;
	background-color: #f24537;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #d02718;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
	font-weight: bold;
	padding: 6px 24px;
	text-decoration: none;
	text-shadow: 0px 1px 0px #810e05;
}
form button:hover,
.btn:hover { background-color: #c62d1f; }
form button:active,
.btn:active {
	position: relative;
	top: 1px;
}
form button.mini{font-size:1.05em; padding:0.4em 1em 0.3em;margin-left:1em;}
#zipResult { }
#zipResult table { width: 100%; }
#zipResult table th,
#zipResult table td {
	padding: 0.5em;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
}

.youtube2-box{margin:20px 1%;}
.youtube2 {
  position: relative;
  width: 100%;
  /*padding-top: 50%;*/
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.50);
}



