/* [ layout_punirubber_tg_eng.css ] プニラバTG 英文 スタイルシート */

@charset "utf-8";

body,p,h1,h2{
	margin: 0px;
	padding: 0px;
}

body{
	background-color: #000;
	font-family: 'Prompt', sans-serif;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
h1,h2{
	font-family: 'Days One', sans-serif;
}
img{
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}

table{
	border-collapse: collapse;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
	table span{
		font-weight: bold;
	}
td{
	border: solid 1px #888;
	padding: 8px 10px 7px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
}

/* ------------------------------------------------------ */

	#box_main_img{
		width: 100%;
		position: relative;
	}
		#main_img_spacer{
			width: 100%;
		}
			#main_img_spacer img{
				width: 100%;
			}
		#main_img_body{
			position: absolute;
			top: 0px;
			left: 0px;
			width: 100%;
			height: 100%;
			overflow: hidden;
		}
			#main_img1{
				position: absolute;
				top: 0px;
				left: 0%;
				width: 100%;
				height: 100%;
			}
			#main_img2, #main_img3, #main_img4, #main_img5, #main_img6, #main_img7{
				position: absolute;
				top: 0px;
				left: 100%;
				width: 100%;
				height: 100%;
			}
			#main_img1, #main_img2, #main_img3, #main_img4, #main_img5, #main_img6, #main_img7{
				animation-duration: 40s;
				animation-timing-function: linear;
				animation-delay: 0s;
				animation-iteration-count: infinite;
				animation-direction: normal;
			}
				#main_img1 img, #main_img2 img, #main_img3 img, #main_img4 img, #main_img5 img, #main_img6 img, #main_img7 img{
					width: 100%;
				}
				/* ---------------------------------- */
				@keyframes anime1 {
					0% { left:0%; }
					15% { left:0%; }
					16% { left:-100%; }
					30% { left:-100%; }
					31% { left:100%; }
					99% { left:100%; }
					100% { left:0%; }
				}
				@keyframes anime2 {
					0% { left:100%; }
					15% { left:100%; }
					16% { left:0%; }
					29% { left:0%; }
					30% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime3 {
					0% { left:100%; }
					29% { left:100%; }
					30% { left:0%; }
					43% { left:0%; }
					44% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime4 {
					0% { left:100%; }
					43% { left:100%; }
					44% { left:0%; }
					57% { left:0%; }
					58% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime5 {
					0% { left:100%; }
					57% { left:100%; }
					58% { left:0%; }
					71% { left:0%; }
					72% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime6 {
					0% { left:100%; }
					71% { left:100%; }
					72% { left:0%; }
					85% { left:0%; }
					86% { left:-100%; }
					100% { left:-100%; }
				}
				@keyframes anime7 {
					0% { left:100%; }
					85% { left:100%; }
					86% { left:0%; }
					99% { left:0%; }
					100% { left:-100%; }
				}
				/* ---------------------------------- */

	.box_spliter{
		background-color: #fff;
	}
		.spliter{
			width: 40px;
			height: 8px;
			border-radius: 4px;
			background-color: #ccc;
			margin: 0px auto;
		}

	#layer_loading{
		position: fixed;
		z-index: 10;
		width: 100%;
		height: 100%;
		top: 0px;
		left: 0px;
		opacity: 1;
		background-color: #eee;
	}
		#layer_loading div#circle_outer{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 120px;
			height: 120px;
			padding: 0px;
			border-radius: 60px;
			background-color: #ccc;
		}
		#layer_loading div#circle_inner{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 80px;
			height: 80px;
			border-radius: 40px;
			background-color: #eee;
		}
		#layer_loading div#circle_spliter_bg{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			width: 130px;
			height: 130px;
		}
			#layer_loading div#circle_spliter{
				width: 130px;
				height: 10px;
				padding: 0px;
				margin: 60px 0px 0px;
				background-color: #eee;
				animation: anime_loading 1.5s ease 0s infinite normal;
		    }
				/* ---------------------------------- */
				@keyframes anime_loading {
					0% { transform: rotate(0deg); }
					100% { transform: rotate(360deg); }
				}
				/* ---------------------------------- */
		#layer_loading p{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%, -50%);
			color: #aaa;
			font-size: 14px;
			line-height: 14px;
	    }

		.loaded {
			animation: page_loaded 0.5s linear 0s 1 normal;
		}
				/* ---------------------------------- */
				@keyframes page_loaded {
					0% { opacity: 1; }
					100% { opacity: 0; }
				}
				/* ---------------------------------- */


/* ------------------------------------------------------ */



/* 画面サイズ ( S ) ここから --------------------------------------------------------- */
@media screen and (max-width: 1080px){

body{
	font-size: 15px;
	line-height: 28px;
}

h1{
	font-size: 18px;
	line-height: 18px;
	text-align: center;
	margin: 10px 0px 30px;
}
	h1 span:first-child{
		display: inline-block;
		width: 190px;
	}
	h1 span:last-child{
		display: inline-block;
		font-size: 15px;
		line-height: 15px;
		width: 210px;
	}
h2{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
}

header{
	background: url(header_bg.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}
	#header_logo{
		background: url(header_lumica.png);
		background-size: 120px 18px;
		background-position: 18px 8px;
		background-repeat: no-repeat;
		width: 100%;
	}
		#header_logo img{
			width: 100%;
			height: 30px;
		}

footer{
	padding: 20px 0px;
}
	#starlite{
		padding: 0px 0px 20px;
		text-align: center;
	}
		#starlite img{
			width: 160px;
		}
	#address{
		width: 90%;
		margin: 0px auto;
		font-size: 11px;
		line-height: 13px;
		color: #fff;
		text-align: center;
	}
		#add_jp{
			
		}
			#add_jp span:nth-child(1){
				display: inline-block;
				width: 200px;
			}
			#add_jp span:nth-child(2){
				display: inline-block;
				width: 290px;
			}
			#add_jp span:nth-child(3){
				display: inline-block;
				width: 130px;
			}
		#add_us{
			padding-top: 8px;
		}
			#add_us span:nth-child(1){
				display: inline-block;
				width: 100px;
			}
			#add_us span:nth-child(2){
				display: inline-block;
				width: 230px;
			}
			#add_us span:nth-child(3){
				display: inline-block;
				width: 110px;
			}
		#add_url{
			padding-top: 8px;
		}
		#copyright{
			padding-top: 20px;
		}

/* ------------------------------------------------------ */

#back{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#main{
	width: 100%;
}

	#box_caption{
		background-color: #fff;
		width: 100%;
	}
		#caption{
			width: 90%;
			margin: 0px;
			padding: 30px 5% 40px;
		}

	#box_detail{
		width: 100%;
	}
		#detail{
			width: 100%;
		}
		#detail img{
			width: 100%;
		}

	#box_illust{
		background-color: #fff;
		color: #000;
		width: 90%;
		padding: 30px 5% 20px;
	}
		#box_illust h2{
			color: #000;
			margin-bottom: 20px;
			text-align: center;
		}
		#illust{
			padding: 15px 0px 20px;
		}
			#illust img{
				width: 100%;
				padding: 0px;
			}
		.box_illust_text{
			width: 100%;
			margin: 0px;
			padding: 0px;
		}
			.box_illust_text p{
				display: inline-block;
				vertical-align: top;
				width: 100%;
				margin: 0px;
				padding: 0px 0px 10px;
			}
				.box_illust_text p span{
					display: inline-block;
					width: 26px;
					padding: 3px 0px;
					margin-right: 12px;
					border-radius: 6px;
					font-family: 'Days One', sans-serif;
					font-size: 18px;
					line-height: 18px;
					background-color: #b70000;
					color: #fff;
					vertical-align: 2px;
					text-align: center;
				}

	#box_item{
		width: 90%;
		padding: 30px 5% 10px;
	}
		#box_item h2{
			text-align: center;
			margin-bottom: 20px;
		}
		#box_item img{
			width: 100%;
		}
		#box_item p:nth-child(3n+1){
			width: 96%;
			padding: 8px 0px 6px 4%;
			font-size: 14px;
			line-height: 14px;
			color: #fff;
			border-radius: 6px;
		}
		#box_item p:nth-child(3n){
			width: 90%;
			padding: 0px 5% 20px;
			text-align: right;
			font-size: 12px;
			line-height: 12px;
			color: #fff;
		}
		#box_item div{
			display: inline-block;
			width: 100%;
			vertical-align: top;
		}
		#box_item div div{
			width: 100%;
		}
		#box_item div#dummy{
			display: none;
		}

	#box_choose_color_bg{
		width: 90%;
		height: 289px;
		margin: 0px 5% 5px;
		position: relative;
		overflow: hidden;
		border-left: solid 1px #888;
		border-right: solid 1px #888;
	}
		#box_choose_color{
			position: absolute;
			left: 0%;
			background-color: #000;
			width: 220%;
			height: 289px;
			font-size: 14px;
			line-height: 20px;
		}
			#box_choose_color table tr:first-child{
				background-color: #555;
			}
			#box_choose_color table tr td:first-child{
				border-left: none;
			}
			#box_choose_color table tr td:last-child{
				border-right: none;
			}
				.text_nowrap{
					white-space: nowrap;
				}

				/* ---------------------------------- */
				@keyframes anime_st0 {
					0% { left:0%; }
					100% { left:-40%; }
				}
				@keyframes anime_st1 {
					0% { left:-40%; }
					100% { left:-80%; }
				}
				@keyframes anime_st2 {
					0% { left:-80%; }
					100% { left:-120%; }
				}
				@keyframes anime_st0r {
					0% { left:-40%; }
					100% { left:0%; }
				}
				@keyframes anime_st1r {
					0% { left:-80%; }
					100% { left:-40%; }
				}
				@keyframes anime_st2r {
					0% { left:-120%; }
					100% { left:-80%; }
				}
				/* ---------------------------------- */

	#table_button{
		width: 90%;
		margin: 0px 5% 30px;
		text-align: center;
		color: #fff;
		line-height: 0px;
	}
		#table_button a{
			display: inline-block;
			background-color: #777;
			width: 48%;
			height: 30px;
			border-radius: 6px;
			margin: 0px 1%;
		}
			#table_button a div.outer{
				width: 16px;
				height: 20px;
				margin: 5px auto;
				overflow: hidden;
				position: relative;
			}
				#table_button a div.inner_l{
					width: 20px;
					height: 20px;
					border: solid 4px #fff;
					margin: 0px 0px;
					transform: rotate(-45deg);
					position: absolute;
					top: -4px;
					left: 6px;
				}
				#table_button a div.inner_r{
					width: 20px;
					height: 20px;
					border: solid 4px #fff;
					margin: 0px 0px;
					transform: rotate(-45deg);
					position: absolute;
					top: -4px;
					left: -18px;
				}

	#box_fireflysquid{
		width: 80%;
		padding: 20px 5% 15px;
		margin: 0px auto 40px;
		border: solid 2px #fff;
		border-radius: 10px;
		text-align: center;
	}
		#box_fireflysquid h2{
			margin-bottom: 20px;
		}
		#box_fireflysquid img{
			width: 100%;
			margin-bottom: 5px;
			border-radius: 6px;
		}

	#box_weight{
		background-color: #fff;
		width: 100%;
	}
		#box_choose_weight{
			display: inline-block;
			width: 100%;
			padding: 30px 0px 0px;
			margin: 0px 0px;
		}
			#box_choose_weight h2{
				text-align: center;
				color: #000;
				margin-bottom: 20px;
			}
			#box_choose_weight img{
				width: 100%;
				margin-bottom: 10px;
			}
			#box_choose_weight p{
				width: 90%;
				padding: 0px 5%;;
			}
		#box_compare_original{
			display: inline-block;
			width: 100%;
			padding: 30px 0px 30px;
			margin: 0px 0px;
		}
			#box_compare_original h2{
				text-align: center;
				color: #000;
				margin-bottom: 20px;
			}
			#box_compare_original img{
				width: 100%;
				margin-bottom: 10px;
			}
			#box_compare_original p{
				width: 90%;
				padding: 0px 5%;;
			}

	#box_tackle{
		background-color: #fff;
		width: 100%;
		margin: 0px;
		padding: 30px 0px 20px;
	}
		#box_tackle h2{
			color: #000;
			text-align: center;
			margin-bottom: 20px;
			width: 90%;
			padding: 0px 5%;
		}
		#tackle_illust{
			text-align: center;
			margin: 10px 0px 20px;
		}
			#tackle_illust img{
				width: 100%;
			}
			.box_tackle_text p{
				width: 90%;
				padding: 0px 5% 10px;
			}
				.box_tackle_text p span{
					font-family: 'Days One', sans-serif;
					font-size: 16px;
					line-height: 16px;
					color: #269eb7;
					vertical-align: 0px;
				}

	#box_howto{
		background-color: #fff;
		width: 100%;
		padding: 30px 0px 10px;
	}
		#box_howto h2{
			color: #000;
			width: 90%;
			padding: 0px 5% 20px;
			text-align: center;
		}
		#box_howto img{
			width: 100%;
			margin: 0px 0px 30px;
		}
		#box_howto p#summary{
			width: 90%;
			margin: 0px 5% 30px;
		}
		#box_howto p{
			width: 90%;
			margin: 0px 5% 20px;
		}
			#box_howto p span{
				display: inline-block;
				width: 26px;
				padding: 3px 0px;
				margin-right: 12px;
				border-radius: 6px;
				font-family: 'Days One', sans-serif;
				font-size: 18px;
				line-height: 18px;
				background-color: #7ab700;
				color: #fff;
				vertical-align: 2px;
				text-align: center;
			}
			#box_howto p span.caution{
				background-color: #ff9000;
			}

	#box_predatoryfish{
		width: 90%;
		color: #fff;
		padding: 30px 5% 40px;
	}
		#box_predatoryfish h2{
			padding: 0px 0px 20px;
			text-align: center;
		}
		#box_predatoryfish p{
			padding: 0px 0px 20px;
		}
		#box_predatoryfish img{
			width: 32%;
			border-radius: 6px;
		}
		#box_predatoryfish img:nth-child(2){
			margin: 0px 2%;
		}

	#box_link{
		background-color: #000;
		width: 100%;
	}
		#box_link div{

		}
			#box_link img{
				width: 100%;
			}

	#box_link2{
		background-color: #fff;
		width: 100%;
		padding-bottom: 15px;
	}
		#box_link2 div{

		}
			#box_link2 img{
				width: 100%;
			}

}
/* 画面サイズ ( S ) ここまで --------------------------------------------------------- */

/* 画面サイズ ( M ) ここから --------------------------------------------------------- */
@media screen and (min-width: 641px) and (max-width: 1080px){

body{
	font-size: 15px;
	line-height: 28px;
}

h1{
	font-size: 22px;
	line-height: 22px;
	text-align: center;
	margin: 10px 0px 30px;
}
	h1 span:first-child{
		display: inline-block;
		text-align: left;
		width: 200px;
	}
	h1 span:last-child{
		display: inline-block;
		font-size: 16px;
		line-height: 16px;
		text-align: right;
		width: 220px;
	}
h2{
	color: #fff;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	margin: 10px 0px 20px;
}

header{
	background: url(header_bg.gif);
	background-size: 100%;
	background-repeat: no-repeat;
	width: 100%;
}
	#header_logo{
		background: url(header_lumica.png);
		background-size: 180px 27px;
		background-position: 30px 9px;
		background-repeat: no-repeat;
		width: 100%;
	}
		#header_logo img{
			width: 100%;
			height: 40px;
		}

footer{
	padding: 20px 0px;
}
	#starlite{
		padding: 0px 0px 20px;
		text-align: center;
	}
		#starlite img{
			width: 160px;
		}
	#address{
		width: 90%;
		margin: 0px auto;
		font-size: 11px;
		line-height: 13px;
		color: #fff;
		text-align: center;
	}
		#add_jp{
			
		}
			#add_jp span:nth-child(1){
				display: inline-block;
				width: 200px;
			}
			#add_jp span:nth-child(2){
				display: inline-block;
				width: 290px;
			}
			#add_jp span:nth-child(3){
				display: inline-block;
				width: 130px;
			}
		#add_us{
			padding-top: 8px;
		}
			#add_us span:nth-child(1){
				display: inline-block;
				width: 100px;
			}
			#add_us span:nth-child(2){
				display: inline-block;
				width: 230px;
			}
			#add_us span:nth-child(3){
				display: inline-block;
				width: 110px;
			}
		#add_url{
			padding-top: 8px;
		}
		#copyright{
			padding-top: 20px;
		}

/* ------------------------------------------------------ */

#back{
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#main{
	width: 100%;
}

	#box_caption{
		background-color: #fff;
		width: 100%;
	}
		#caption{
			width: 90%;
			margin: 0px;
			padding: 30px 5% 40px;
		}

	#box_detail{
		width: 100%;
	}
		#detail{
			width: 100%;
		}
		#detail img{
			width: 100%;
		}

	#box_illust{
		background-color: #fff;
		width: 100%;
		padding: 30px 0px 30px;
		margin: 0px auto;
	}
		#box_illust h2{
			color: #000;
			margin-bottom: 40px;
		}
		#illust{
			width: 100%;
			margin: 20px 0px 40px;
			text-align: center;
		}
			#illust img{
				width: 80%;
			}
		.box_illust_text{
			width: 94%;
			margin: 0px auto;
			padding: 0px 0px;
		}
			.box_illust_text p{
				display: inline-block;
				vertical-align: top;
				width: 46%;
				margin: 0px;
				padding: 0px 2% 10px;
			}
				.box_illust_text p span{
					display: inline-block;
					width: 34px;
					padding: 5px 0px;
					margin-right: 12px;
					border-radius: 8px;
					font-family: 'Days One', sans-serif;
					font-size: 22px;
					line-height: 22px;
					background-color: #b70000;
					color: #fff;
					vertical-align: 5px;
					text-align: center;
				}

	#box_item{
		width: 90%;
		margin: 0px auto 30px;
		padding-bottom: 0px;
	}
		#box_item h2{
			margin-bottom: 0px;
		}
		#box_item img{
			width: 100%;
		}
		#box_item p:nth-child(3n+1){
			width: 92%;
			font-size: 16px;
			line-height: 16px;
			border-radius: 6px;
			padding: 7px 0px 6px 4%;
			margin: 25px 2% 0px;
			color: #fff;
		}
		#box_item p:nth-child(3n){
			width: 90%;
			padding: 0px 5% 0px;
			text-align: right;
			font-size: 14px;
			line-height: 14px;
			color: #fff;
		}
		#box_item div{
			display: inline-block;
			width: 50%;
			vertical-align: top;
		}
		#box_item div div{
			width: 96%;
			margin: 0px 2%;
		}
		#box_item img{
			width: 100%;
		}

	#box_choose_color_bg{
		width: 90%;
		margin: 0px 5% 10px;
		overflow: visible;
		border: none;
		position: static;
	}
		#box_choose_color{
			position: static;
			background-color: #000;
			width: 100%;
			padding: 0px;
			font-size: 12px;
			line-height: 18px;
		}
			#box_choose_color table{
				width: 100%;
			}
			#box_choose_color table tr:first-child{
				background-color: #555;
			}
			#box_choose_color table tr td:first-child{
				border-left: solid 1px #888;
			}
			#box_choose_color table tr td:last-child{
				border-right: solid 1px #888;
			}
				.text_nowrap{
					white-space: nowrap;
				}
	#table_button{
		display: none;
	}

	#box_fireflysquid{
		width: 86%;
		padding: 10px 2%;
		margin: 0px auto 30px;
		border: solid 3px #fff;
		border-radius: 16px;
		text-align: center;
	}
		#box_fireflysquid img{
			width: 48%;
			margin: 0px 1%;
			border-radius: 8px;
		}

	#box_weight{
		background-color: #fff;
		width: 90%;
		padding: 30px 5% 40px;
		text-align: center;
	}
		#box_choose_weight{
			display: inline-block;
			width: 44%;
			padding: 10px 2% 20px;
			margin: 0px 2% 0px 0px;
			border: solid 1px #ccc;
			border-radius: 16px;
			text-align: left;
		}
			#box_choose_weight h2{
				color: #000;
			}
			#box_choose_weight img{
				width: 100%;
				margin-bottom: 20px;
			}
		#box_compare_original{
			display: inline-block;
			vertical-align: top;
			width: 44%;
			padding: 10px 2% 20px;
			margin: 0px 0px 0px 0px;
			border: solid 1px #ccc;
			border-radius: 16px;
			text-align: left;
		}
			#box_compare_original h2{
				color: #000;
			}
			#box_compare_original img{
				width: 100%;
				margin-bottom: 20px;
			}

	#box_tackle{
		background-color: #fff;
		width: 100%;
		margin: 0px;
		padding: 20px 0px 20px;
	}
		#box_tackle h2{
			color: #000;
			text-align: center;
			margin-bottom: 20px;
			width: 90%;
			padding: 0px 5%;
		}
		#tackle_illust{
			text-align: center;
			margin: 10px 0px 20px;
		}
			#tackle_illust img{
				width: 100%;
			}
			.box_tackle_text p{
				width: 90%;
				padding: 0px 5% 10px;
			}
				.box_tackle_text p span{
					font-family: 'Days One', sans-serif;
					font-size: 16px;
					line-height: 16px;
					color: #269eb7;
					vertical-align: 0px;
				}

	#box_howto{
		background-color: #fff;
		width: 100%;
		padding: 20px 0px 10px;
	}
		#box_howto h2{
			color: #000;
			width: 90%;
			padding: 0px 5% 10px;
			text-align: center;
		}
		#box_howto img{
			width: 100%;
			margin: 0px 0px 30px;
		}
		#box_howto p#summary{
			width: 90%;
			margin: 0px 5% 30px;
		}
		#box_howto p{
			width: 90%;
			margin: 0px 5% 20px;
		}
			#box_howto p span{
				display: inline-block;
				width: 26px;
				padding: 3px 0px;
				margin-right: 12px;
				border-radius: 6px;
				font-family: 'Days One', sans-serif;
				font-size: 18px;
				line-height: 18px;
				background-color: #7ab700;
				color: #fff;
				vertical-align: 2px;
				text-align: center;
			}
			#box_howto p span.caution{
				background-color: #ff9000;
			}

	#box_predatoryfish{
		width: 90%;
		color: #fff;
		padding: 20px 5% 40px;
	}
		#box_predatoryfish h2{
			padding: 0px 0px 0px;
			text-align: center;
		}
		#box_predatoryfish p{
			padding: 0px 0px 20px;
		}
		#box_predatoryfish img{
			width: 32%;
			border-radius: 6px;
		}
		#box_predatoryfish img:nth-child(2){
			margin: 0px 2%;
		}

	#box_link{
		background-color: #fff;
		width: 100%;
		padding: 20px 0px 10px;
	}
		#box_link div{
			width: 96%;
			padding: 0px 2% 0px;
			margin: 0px auto;
			text-align: center;
		}
			#box_link img{
				width: 48%;
				margin: 0px 1% 10px;
				border-radius: 8px;
			}

}
/* 画面サイズ ( M ) ここまで --------------------------------------------------------- */

/* 画面サイズ ( L ) ここから --------------------------------------------------------- */
@media screen and (min-width: 1081px){

body{
	background: url(body_bg.gif);
	background-size: 160px 50px;
	background-position: center top;
	font-size: 18px;
	line-height: 30px;
}

h1{
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	margin: 10px 0px 40px;
}
	h1 span:first-child{
		display: inline-block;
		text-align: left;
		width: 230px;
	}
	h1 span:last-child{
		display: inline-block;
		font-size: 18px;
		line-height: 18px;
		text-align: right;
		width: 230px;
	}
h2{
	color: #fff;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	margin: 10px 0px 20px;
}

header{
	background: url(header_bg.gif);
	width: 1080px;
	height: 54px;
	margin: 0px auto;
}
	#header_logo{
		background: url(header_lumica.png);
		background-size: 240px 36px;
		background-position: 40px 12px;
		background-repeat: no-repeat;
		width: 100%;
	}
		#header_logo img{
			width: 100%;
			height: 54px;
		}

footer{
	padding: 20px 0px 30px;
}
	#starlite{
		padding: 0px 0px 20px;
		text-align: center;
	}
		#starlite img{
			width: 160px;
		}
	#address{
		width: 90%;
		margin: 0px auto;
		font-size: 11px;
		line-height: 13px;
		color: #fff;
		text-align: center;
	}
		#add_jp{
			
		}
			#add_jp span{
				display: inline-block;
				padding: 0px 5px;
			}
		#add_us{
			padding-top: 4px;
		}
			#add_us span{
				display: inline-block;
				padding: 0px 5px;
			}
		#add_url{
			padding-top: 4px;
		}
		#copyright{
			padding-top: 15px;
		}

/* ------------------------------------------------------ */

#back{
	background: url(back_bg.png);
	width: 1080px;
	padding: 0px 10px;
	margin: 0px auto;
}

#main{
	width: 100%;
}

	#box_caption{
		background-color: #fff;
		width: 100%;
	}
		#caption{
			width: 900px;
			margin: 0px auto;
			padding: 50px 0px 70px;
		}

	#box_detail{
		background: url(detail_bg.jpg);
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
	}
		#detail{
			width: 1080px;
			margin: 0px auto;
			padding: 0px;
		}

	#box_illust{
		background-color: #fff;
		width: 100%;
		padding: 50px 0px 50px;
		margin: 0px auto;
	}
		#box_illust h2{
			color: #000;
			margin-bottom: 40px;
		}
		#illust{
			width: 100%;
			margin: 20px 0px 40px;
			text-align: center;
		}
			#illust img{
				width: 880px;
			}
		.box_illust_text{
			width: 940px;
			margin: 0px auto;
			padding: 0px 0px;
		}
			.box_illust_text p{
				display: inline-block;
				vertical-align: top;
				width: 430px;
				margin: 0px;
				padding: 0px 20px 10px;
			}
				.box_illust_text p span{
					display: inline-block;
					width: 34px;
					padding: 5px 0px;
					margin-right: 12px;
					border-radius: 8px;
					font-family: 'Days One', sans-serif;
					font-size: 22px;
					line-height: 22px;
					background-color: #b70000;
					color: #fff;
					vertical-align: 5px;
					text-align: center;
				}

	#box_item{
		width: 940px;
		margin: 60px auto 60px;
		padding-bottom: 0px;
	}
		#box_item h2{
			margin-bottom: 10px;
		}
		#box_item img{
			width: 100%;
		}
		#box_item p:nth-child(3n+1){
			width: 92%;
			font-size: 16px;
			line-height: 16px;
			border-radius: 6px;
			padding: 7px 0px 6px 4%;
			margin: 35px 2% 0px;
			color: #fff;
		}
		#box_item p:nth-child(3n){
			width: 90%;
			padding: 0px 5% 0px;
			text-align: right;
			font-size: 14px;
			line-height: 14px;
			color: #fff;
		}
		#box_item div{
			display: inline-block;
			width: 50%;
			vertical-align: top;
		}
		#box_item div div{
			width: 96%;
			margin: 0px 2%;
		}
		#box_item img{
			width: 100%;
		}

	#box_choose_color_bg{

	}
		#box_choose_color{
			background-color: #000;
			width: 940px;
			padding: 0px 70px 50px;
		}
			#box_choose_color table tr:first-child{
				background-color: #555;
			}
				.text_nowrap{
					white-space: nowrap;
				}
	#table_button{
		display: none;
	}

	#box_fireflysquid{
		width: 894px;
		padding: 20px 20px;
		margin: 0px auto 60px;
		border: solid 3px #fff;
		border-radius: 20px;
		text-align: center;
	}
		#box_fireflysquid img{
			width: 48%;
			margin: 0px 1%;
			border-radius: 10px;
		}

	#box_weight{
		background-color: #fff;
		width: 940px;
		padding: 60px 70px 50px;
		margin: 0px 0px 0px;
	}
		#box_choose_weight{
			display: inline-block;
			width: 420px;
			padding: 20px 20px;
			margin: 0px 16px 0px 0px;
			border: solid 1px #ccc;
			border-radius: 20px;
		}
			#box_choose_weight h2{
				color: #000;
			}
			#box_choose_weight img{
				width: 100%;
				margin-bottom: 20px;
			}
		#box_compare_original{
			display: inline-block;
			vertical-align: top;
			width: 420px;
			padding: 20px 20px;
			margin: 0px 0px 0px 0px;
			border: solid 1px #ccc;
			border-radius: 20px;
		}
			#box_compare_original h2{
				color: #000;
			}
			#box_compare_original img{
				width: 100%;
				margin-bottom: 20px;
			}

	#box_tackle{
		background-color: #fff;
		width: 940px;
		padding: 40px 70px 40px;
	}
		#box_tackle h2{
			color: #000;
			margin-bottom: 30px;
		}
		#tackle_illust{
			width: 100%;
			margin: 20px 0px;
		}
			#tackle_illust img{
				width: 100%;
			}
			.box_tackle_text p{
				margin-bottom: 10px;
			}
			.box_tackle_text p span{
				font-family: 'Days One', sans-serif;
				font-size: 22px;
				line-height: 22px;
				color: #269eb7;
				vertical-align: 0px;
			}

	#box_howto{
		background-color: #fff;
		width: 940px;
		padding: 40px 70px 40px;
	}
		#box_howto h2{
			color: #000;
			margin-bottom: 30px;
		}
		#box_howto img{
			width: 100%;
			margin: 0px 0px 30px;
		}
		#box_howto p#summary{
			margin-bottom: 30px;
		}
		#box_howto p{
			margin-bottom: 20px;
		}
			#box_howto p span{
				display: inline-block;
				width: 34px;
				padding: 5px 0px;
				margin-right: 12px;
				border-radius: 8px;
				font-family: 'Days One', sans-serif;
				font-size: 22px;
				line-height: 22px;
				background-color: #7ab700;
				color: #fff;
				vertical-align: 5px;
				text-align: center;
			}
			#box_howto p span.caution{
				background-color: #ff9000;
			}

	#box_predatoryfish{
		color: #fff;
		padding: 50px 70px 70px;
	}
		#box_predatoryfish p{
			padding: 10px 0px 30px;
		}
		#box_predatoryfish img{
			width: 32%;
			border-radius: 10px;
		}
		#box_predatoryfish img:nth-child(2){
			margin: 0px 2%;
		}

	#box_link{
		background-color: #fff;
		width: 100%;
		padding: 20px 0px 10px;
	}
		#box_link div{
			width: 1024px;
			padding: 0px 0px 0px;
			margin: 0px auto;
			text-align: center;
		}
			#box_link img{
				width: 485px;
				margin: 0px 5px 10px;
				border-radius: 8px;
			}

}
/* 画面サイズ ( L ) ここまで --------------------------------------------------------- */



