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

	pc.css
	
-----------------------------------*/

/* ------------------------------------------- 
	common & top
/* -------------------------------------------*/

#wrapper{
	text-align: center;
	min-height:100%;
	width:100%;
	margin:0;
	padding:0;
	min-height:100%;
	position: absolute;
	top: 0;
	left: 0;
}
/* ------------------------------------------- 
	modal
/* -------------------------------------------*/
#modal_overlay {
	width:968px;
	position:fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
#modal {
	width:100%;
	position:absolute;
	top:0px;
	left: 0;
	z-index: 1002;
	text-align:center;
}

/*
	header
*/
#global_header{
	width: 100%;
	min-width: 952px;
	height: 44px;
	text-align: left;
	background-color: #FFF;
	position: relative;
	z-index: 9999;
}
#global_header a{
	float: left;
}
#global_header .sns{
	margin-top: 12px;
	float: right;
}
#global_header .sns li{
	float: right;
}
#global_header #head_lead{
	height: 13px;
	position: absolute;
	top:16px;
	right: 270px;
}
#global_header #head_lead img{
	vertical-align: top;
}
#global_header #loading{
	padding-top: 10px;
	position: absolute;
	left: 220px;
	display: none;
}
/*
	contents
*/
#contents{
	width: 954px;
	margin: 0 auto;
	padding-bottom: 30px;
}

/* title */
#title{
	margin: 18px 0 40px 0;
	position: relative;
}
#title h1{
	margin-bottom: 6px;
	line-height: 0;
}
#title h3{
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.6em;
}
#intel7_head{
	position: absolute;
	top:13px;
	left:828px;
}
/* block */
#blocks{
	text-align: left;
	position: relative;
}
.block{
	background-color: #FFF;
	margin: 1px;
	
	/*filter: alpha(opacity=0);*/
	-moz-opacity:0;
	opacity: 0;
}
.block_blank{
	width: 316px;
	height: 267px;
	margin: 1px;
	display:block;
	background-color:transparent !important;
	background-image: url(../image/common/bg_blank.png);
	
}
.block_nav{
	width: 952px;
	background-color:transparent;
}
.block_l img.block_over{
	width: 632px;
	height: 534px;
	position: absolute;
	z-index: 1;
	top:0;
}
.block_s img.block_over{
	width: 314px;
	height: 265px;
	position: absolute;
	z-index: 10;
	top:0;
}
.block_m img.block_over{
	width: 473px;
	height: 955px;
	position: absolute;
	z-index: 10;
	top:0;
}
.block_l{
	width:634px;
	height: 536px;
	position: relative; 
}
.block_ll{
	width: 952px;
}
.block_s{
	width:316px;
	height: 267px; 
}
.block_m{
	width:475px;
	height: 97px;
}

.block_inner{
	margin: 1px;
	position: absolute;
	overflow: hidden;
}
.block_l .block_inner{
	width:632px;
	height: 534px; 
}
.block_s .block_inner{
	width:314px;
	height: 265px;
}
.block_s .block_inner img,
.block_l .block_inner img{
	position: absolute;
	z-index: 100;
}
.block_m .block_inner{
	width: 473px;
	height: 95px;
}
.block a {
	cursor: pointer;
}
/* block nav */
.block_nav li{
	background-color: #000;
	float: left;
	margin-right: 1px;
}
.block_nav li.end{
	margin-right: 0px;
}
/*block images*/
.block .sweet01{
	
}
.block .sweet02{
	background-image: url(../image/common/btn_sweet_02.jpg);
}
.block .sweet_contents{
	background-image: url(../image/common/btn_sweet_contents.jpg);
}
.block .sweet03{
	background-image: url(../image/common/btn_sweet_03.jpg);
}
.block .travel01{
	
}
.block .travel02{
	background-image: url(../image/common/btn_travel_02.jpg);
}
.block .travel03{
	background-image: url(../image/common/btn_travel_03.jpg);
}
.block .travel_contents{
	background-image: url(../image/common/btn_travel_contents.jpg);
}
.block .climbing02{
	background-image: url(../image/common/btn_climbing_02.jpg);
}
.block .climbing03{
	background-image: url(../image/common/btn_climbing_03.jpg);
}
.block .climbing_contents{
	background-image: url(../image/common/btn_climbing_contents.jpg);
}

.block .fishing02{
	background-image: url(../image/common/btn_fishing_02.jpg);
}
.block .fishing_contents{
	background-image: url(../image/common/btn_fishing_contents.jpg);
}

.block .triluminos{
	background-image: url(../image/common/btn_triluminos.jpg);
}
.block .photobook{
	background-image: url(../image/common/btn_photobook.jpg);
}
/* top triluminos */
.triluminos .triluminos_btn{
	
	text-align: center;
	width: 210px;
	height:	35px;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 35px;
	background:#333 url(../image/common/icon_newwin.gif) no-repeat;
	position: absolute;
	top: 210px;
	left: 52px;
	background-position: 187px 13px;
}
/* top photobook */
.photobook .photobook_btn{
	
	text-align: center;
	width: 150px;
	height:	35px;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 35px;
	position: absolute;
	top: 210px;
	left: 82px;
	background:#333 url(../image/common/icon_newwin.gif) no-repeat;
	background-position: 127px 13px;
}
/*fit15*/
#fit15,#duo13{
	width: 952px;
	height: 128px;
}
#fit15 a,#duo13 a{
	text-decoration: none;
}
#fit15 img.block_over,
#duo13 img.block_over{
	width: 950px;
	height: 126px;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0px;
}
#fit15_inner,
#duo13_inner{
	height: 128px;
	width: 950px;
	margin: 1px;
	position: absolute;
}
#fit15 .head,
#duo13 .head {
	margin-bottom: 16px;
}
#fit15 .alpha,
#duo13 .alpha{
	width: 358px;
	margin: 20px 0 0 40px;
	float: left;
}
#fit15 .beta,
#duo13 .beta{
	margin: 12px 30px 0 0;
	float: right;
}
#fit15 h2,
#duo13 h2{
	float: left;
}
#fit15 .head .fit15_btn,
#duo13 .head .duo13_btn{
	width: 150px;
	height:	30px;
	padding-left: 10px;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 30px;
	background:#333 url(../image/common/icon_newwin.gif) no-repeat;
	background-position: 137px 10px;
	float: right;
}
/* intel */
#intel_inner{
	padding: 20px;
}
#intel_inner img{
	margin-right: 20px;
	float: left;
}
#intel_inner p{
	color:#666;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6em;
}
/* footer */
#footer_inner{
	padding: 20px;
	position: relative;
}
#footer_lead{
	display: none
}
#footer ul{
	margin-bottom: 20px;
}
#footer li{
	margin-right: 10px;
	float: left;
}
#footer small{
	display: block;
}
#footer .copyright1{
	margin-bottom: 6px;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.0em;
}
#footer .copyright2{
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 1.0em;
}
#footer ul.sns{
	display: none;
}
#footer .enquete{
	position: fixed;
	bottom:0px;
	right: 20px;
	z-index: 99999;
}
#footer .enquete a{
	text-align: left;
	padding-left: 10px;
	width: 190px;
	height: 31px;
	color: #000;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 31px;
	display: block;
	text-decoration: none;
	background: #f4bc00 url(../image/common/icon_newwin_bl.gif) no-repeat;
	background-position: 177px 10px;
}
#footer .enquete a:hover{
	background-color: #cc9d00;
}
/* ------------------------------------------- 
	about
/* -------------------------------------------*/
.about .content{
	text-align: center;
}
.about .content_inner{
	padding: 40px;
}
.about hgroup{
	margin-bottom: 30px;
}
.about hgroup h2{
	text-align: center;
	line-height: 0;
	margin-bottom: 35px;
}
.about hgroup h3{
	line-height: 0;
	margin-bottom: 15px;
}
.about hgroup h4{
	line-height: 0;
	margin-bottom: 30px;
}
.about .img_about01{
	margin-bottom: 30px;
}
.about .img_about02{
}
.about  article{
	margin: 0 40px 20px 40px;
}
.about article h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6em;
	margin-bottom: 10px;
}
.about article p{
	text-align: left;
	margin-bottom: 10px;
}
/* ------------------------------------------- 
	social
/* -------------------------------------------*/
iframe.twitter-share-button {
	
}
iframe[src*="www.facebook.com/plugins/like.php"]{
	margin:0 auto;
	text-align:center;
	width:90px !important;
}
.sns .googleplus{

width:69px !important;
}
/*
#___plusone_0,#___plusone_1{ width:69px !important;
}
*/

/* ------------------------------------------- 
	contents
/* -------------------------------------------*/
/* -------------------- 
	common
/* -------------------- */
#blocks .profile_btn{
	position: absolute;
	bottom: 10px;
	left: 10px;
}
#blocks.climbing .profile_btn,
#blocks.fishing .profile_btn{
	left:auto;
	right: 10px;
}
#blocks .profile_btn a{
	text-align: center;
	width: 100px;
	height: 32px;
	color: #FFF;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 32px;
	display: block;
	background-color: #333;
	text-decoration: none;
}
#blocks .profile_btn a:hover{
	background-color: #000;
}
/*article*/
.travel .article p,
.travel .article h1,
.travel .article h2,
.travel .article h3,
.travel .article h4,
.sweet .article p,
.sweet .article h1,
.sweet .article h2,
.sweet .article h3,
.sweet .article h4,
.climbing .article p,
.climbing .article h1,
.climbing .article h2,
.climbing .article h3,
.climbing .article h4,
.fishing .article p,
.fishing .article h1,
.fishing .article h2,
.fishing .article h3,
.fishing .article h4{
	margin: 10px 19px;
}
.travel .article article,
.sweet .article article,
.climbing .article article,
.fishing .article article{
	padding:9px 0;
}

.travel .article h3,
.sweet .article h3,
.climbing .article h3,
.fishing .article h3{
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.6em;
}

.article .fc_blue
{
	color: #00CCCC;
}
.article .bold{
	font-weight: bold;
}
.travel .article .img_t,
.sweet .article .img_t,
.climbing .article .img_t,
.fishing .article .img_t{
	margin-bottom: 10px;
}

.travel .article .img_m,
.sweet .article .img_m,
.climbing .article .img_m,
.fishing .article .img_m{
	margin-top: 10px;
	margin-bottom: 10px;
}

.travel .article .img_b,
.sweet .article .img_b,
.climbing .article .img_b,
.fishing .article .img_b{
	margin-top: 10px;
}


.product_inner h3{
	color: #FFF;
	width: 294px;
	height: 40px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding-left: 20px;
	background-color: #000;
}
.product01 ul{
	text-align: center;
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.product01 li{
	margin: 0 5px;
	float: left;
}
.product01 a{
	text-align: left;
	width: 123px;
	height: 32px;
	padding-left: 10px;
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 32px;
	display: block;
	text-decoration: none;
	background: #333 url(../image/common/icon_newwin.gif) no-repeat;
	background-position: 110px 11px;
}
.product01 a:hover{
	background-color: #000;
}
.product02 a{
	color: #000;
	text-decoration: none;
}
.product02 .detail{
	font-size:14px;
	font-size:1.4rem;
	line-height: 14px;
	padding-right:20px;
	background: url(../image/common/icon_newwin_bl.gif) no-repeat;
	background-position:right 4px;
	text-decoration: none;
	position: absolute;
	bottom: 20px;
	right: 20px;
}
.product02 a:hover{
	color: #000;
}
/*feature*/
.feature .feature_inner{
	width: 950px;
	margin: 1px;
}
.feature h3{
	margin: 0;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 60px;
	width: 950px;
	height: 60px;
	background-color: #000;
}
.feature .alpha{
	width: 435px;
	margin: 20px 0;
	padding: 0 20px 0 19px;
	border-right: 2px solid black;
	float: left;
}
.feature .beta{
	width: 435px;
	margin: 20px 0;
	padding: 0 19px 0 20px;
	float: right;
}

.feature .f_header{
	margin-bottom: 20px;
	position: relative;
}
.feature .f_header img{
	margin-right: 20px;
	float: left;
}
.feature .f_header h5{
	margin-bottom: 14px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 12px;
	font-weight: normal;
}
.ie7 .feature .f_header h5,
.ie8 .feature .f_header h5{
	line-height: 1.2;
}
.feature .f_header h4{
	padding-bottom: 4px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 25px;
	border-bottom: solid black 5px;
	display:inline;
}
.feature .f_header h4.pmh{
	font-size: 22px;
	font-size: 2.2rem;
}
.feature a{
	color: #000;
	text-decoration: none;
}
.feature .detail{
	font-size:14px;
	font-size:1.4rem;
	line-height: 14px;
	padding-right:20px;
	background: url(../image/common/icon_newwin_bl.gif) no-repeat;
	background-position:right 4px;
	
	position: absolute;
	bottom: 0px;
	right: 0px;
}
/*banner_campaign*/
.banner_campaign .banner_campaign_inner{
	width: 950px;
	margin: 1px;
	position: relative;
}
.banner_campaign h3{
	margin: 1px 1px 0 1px;
	text-align: center;
	color: #FFF;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 60px;
	width: 950px;
	height: 60px;
	background-color: #000;
}
.banner_campaign img.block_over{
	width: 950px;
	height: 126px;
	position: absolute;
	z-index: 1;
	top:0;
	left: 0px;
}
/*profile*/
.profile{
	width: 952px;
}
.profile_inner{
	width: 950px;
	margin: 1px;
}
.profile img{
	float: left;
}
.profile article{
	width: 437px;
	padding: 20px 20px 0 20px;
	float: right;	
}
.profile hgroup{
	margin-bottom: 16px;
}
.profile h3{
	margin-bottom: 10px;
	font-size: 25px;
	font-size: 2.5rem;
	line-height: 1em;
}
.profile h4{
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1em;
}




/* -------------------- 
	travel , climbing
/* -------------------- */

/*header*/
.travel .header,
.climbing .header,
.fishing .header{
	width: 316px;
}
.travel .header article,
.climbing .header article,
.fishing .header article {
	padding:9px 0;
}
.travel .header_inner,
.climbing .header_inner{
	width: 314px;
	height: 534px;
	margin: 1px;
}
.travel .header_inner{
	background: url(../image/travel/bg_person.jpg) no-repeat;
	background-position: center bottom;
}
.climbing .header_inner{
	background: url(../image/climbing/bg_person.jpg) no-repeat;
	background-position: center bottom;
}
.fishing .header_inner{
	background: url(../image/fishing/bg_person.jpg) no-repeat;
	background-position: center bottom;
}
.travel .header hgroup,
.climbing .header hgroup,
.fishing .header hgroup{
	margin-bottom: 20px;
}
.travel .header hgroup h1,
.climbing .header hgroup h1,
.fishing .header hgroup h1{
	height: 14px;
	line-height: 14px;
	margin: 10px 19px;
	margin-bottom: 29px;
}
.travel .header h2,
.climbing .header h2,
.fishing .header h2{
	margin: 0px 19px 23px 19px;
}
.travel .header dl dt,
.climbing .header dl dt,
.fishing .header dl dt{
	margin: 0px 19px 20px 19px;
}
.travel .header dl dd,
.climbing .header dl dd,
.fishing .header dl dd{
	margin: 0px 19px 10px 19px;
}

/*mainimage*/
.travel .mainImage,
.climbing .mainImage{
	width: 634px;
}
.travel .mainImage_inner,
.climbing .mainImage_inner{
	width: 632px;
	height: 534px;
	margin: 1px;
	overflow: hidden;
}
/*article*/
.travel .article h3{
	color: #00CCCC;
}
.travel .a01,
.travel .a02{
	width: 475px;
}
.travel .a01 .article_inner,
.travel .a02 .article_inner{
	width: 473px;
	height:570px;
	margin: 1px;
}

.travel .a03,
.travel .a04{
	width: 316px;
}
.travel .a03 .article_inner, 
.travel .a04 .article_inner{
	width: 314px;
	height: 1000px;
	margin: 1px;
}

.travel .a05,
.travel .a06{
	width: 475px;
}
.travel .a05 .article_inner,
.travel .a06 .article_inner{
	width: 473px;
	height:620px;
	margin: 1px;
	position: relative;
}

.travel .a06 .player{
	width: 473px;
	height: 315px;
}
.travel .a06 h3{
	color: #000;
	margin-top: 20px;
	margin-bottom: 19px;
}
.travel .a06 p{
	position: absolute;
	right: 0;
	bottom: 0;
}
.base_black{
	background-color: #000;
}
.travel .a04 .base_black{
	margin: 20px 0 20px 0;
}
.travel .a05 .base_black{
	width: 236px;
}
.travel .a05 .alpha{
	margin-right: 1px;
}
.travel .a05 .alpha,.travel .a05 .beta {
	width: 236px;
	float: left;
}

.travel .a05 a.create_movie{
	text-align: center;
	width: 276px;
	height: 44px;
	padding-top:6px;
	color: #FFF;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.4em;
	display: block;
	background-color: #333;
	text-decoration: none;
	background: #333 url(../image/common/icon_newwin.gif) no-repeat;
	background-position: 253px 30px;
	position: absolute;
	left: 100px;
	bottom: 19px;
}
.travel .a05 a:hover.create_movie{
	background-color: #000;
}


/*product*/
.travel .product_inner{
	width: 314px;
	height: 498px;
	margin: 1px;
}
.travel .product_inner h3{
	width: 294px;
	height: 40px;
	line-height: 40px;
}
.travel .product_inner p{
	margin: 20px 19px;
}
/*feature*/

/* -------------------- 
	sweet
/* -------------------- */
/*header*/
.sweet .header{
	width: 475px;
}
.sweet .header article {
	padding:9px 0;
}
.sweet .header_inner{
	width: 473px;
	height: 298px;
	margin: 1px;
}

.sweet .header hgroup{
	margin-bottom: 20px;
}
.sweet .header hgroup h1{
	height: 18px;
	margin:  7px 19px 26px 19px;
	line-height: 18px;
}
.sweet .header h2{
	margin: 10px 19px;
	margin-bottom: 22px;
}
.sweet .header dl dt{
	margin: 0px 19px 20px 19px;;
}
.sweet .header dl dd{
	margin: 0px 19px 10px 19px;;
	font-size: 13px;
	font-size: 1.3rem;
}
/*mainimage*/
.sweet .mainImage{
	width: 475px;
}
.sweet .mainImage_inner{
	width: 473px;
	height: 298px;
	margin: 1px;
	overflow: hidden;
}
/*subimage*/
.sweet .subImage{
	width: 316px;
}
.sweet .subImage_inner{
	width: 314px;
	height: 158px;
	margin: 1px;
}
.sweet .sub01 .subImage_inner{
	background-image: url(../image/sweet/img_sub01.jpg);
}
.sweet .sub02 .subImage_inner{
	background-image: url(../image/sweet/img_sub02.jpg);
}
.sweet .sub03 .subImage_inner{
	background-image: url(../image/sweet/img_sub03.jpg);
}
/*article*/
.sweet .article h3{
	color: #ff6699;
}
.sweet .a01,
.sweet .a02{
	width: 475px;
}
.sweet .a01 .article_inner,
.sweet .a02 .article_inner{
	width: 473px;
	height:950px;
	margin: 1px;
}

.sweet .a03,
.sweet .a04{
	width: 952px;
}
.sweet .a03 .article_inner, 
.sweet .a04 .article_inner{
	width: 950px;
	margin: 1px;
}
.sweet .a03 img{
	float: left;
	margin-bottom: 0px;
}
.sweet .a03 article{
	width: 636px;
	float: right;
}
.sweet .a04 img{
	float: right;
	margin-bottom: 0px;
}
.sweet .a04 article{
	width: 477px;
	float: left;
}
/*product*/
.sweet .product_inner,
.climbing .product_inner{
	width: 473px;
	height: 240px;
	margin: 1px;
}
.sweet .product_inner h3,
.climbing .product_inner h3{
	width: 453px;
}
.sweet .product_inner img,
.climbing .product_inner img{
	float: left;
}
.sweet .product_inner p,
.climbing .product_inner p{
	width: 256px;
	margin: 20px 19px 0 0;
	float: right;
}
.sweet .product01 a,
.climbing .product01 a{
	width: 113px;
	background-position: 100px 11px;
}
/*feature*/
.sweet .feature .f01{
	margin-bottom: 30px;
}

/* -------------------- 
	climbing
/* -------------------- */
.climbing .article h3{
	color: #339933;
}
.climbing .a01{
	width: 952px;
}
.climbing .a01 .article_inner{
	width: 950px;
	height:430px;
	margin: 1px;
}
.climbing .a01 img{
	float: left;
	margin-bottom: 0px;
}
.climbing .a01 article{
	width: 477px;
	float: right;
}
.climbing .a02,
.climbing .a03,
.climbing .a04{
	width: 316px;
}
.climbing .a02 .article_inner,
.climbing .a03 .article_inner,
.climbing .a04 .article_inner{
	width: 314px;
	height: 775px;
	margin: 1px;
}
.climbing .feature .beta img{
	margin-bottom: 10px;
}
.climbing .feature h4{
	line-height: 1.8em;
}
/* -------------------- 
	fishing
/* -------------------- */
.fishing .article h3{
	color:#0099cc;
}
.fishing .header_inner{
	width: 314px;
	height: 530px;
	margin: 1px;
}
.fishing .mainImage,{
	width: 634px;
}
.fishing .mainImage_inner{
	width: 632px;
	height: 388px;
	margin: 1px;
	overflow: hidden;
	background-color: #000;
}
/*subimage*/
.fishing .subImage{
	width: 316px;
}
.fishing .subImage_inner{
	width: 314px;
	height: 138px;
	margin: 1px;
}
.fishing .a01 .article_image{
	width: 473px;
	height: 300px;
	min-height: 300px;
}
.fishing .a01,
.fishing .a02{
	width: 475px;
	position: relative;
}
.fishing .a01 .article_inner,
.fishing .a02 .article_inner{
	width: 473px;
	height:720px;
	margin: 1px;
}
.fishing .a01 h3{
	margin-top: 20px;
}
.fishing .a02 img{
	position: absolute;
	bottom: 1px;
}
.fishing .a03{
	width: 952px;
}
.fishing .a03 .article_inner{
	width: 950px;
	height:555px;
	margin: 1px;
}
.fishing .a03 .step img{
	float: left;
}
.fishing .a03 .alpha{
	width: 617px;
	float: left;
	margin-top: 10px;
}
.fishing .a03 .beta{
	margin-top: 20px;
	margin-right: 19px;
	float: right;
}
/* wallpaper */
.fishing .a03 .wallpaper{
	text-align: center;
	width: 314px;
}
.fishing .a03 .wallpaper p{
	color: #0099cc;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6em;
}
.fishing .a03 .wallpaper select{
	height: 20px;
	margin: 0 auto 15px auto;
	display: block;
}
.fishing .a03 .wallpaper a{
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	text-decoration: none;
	line-height: 30px;
	margin: 0 auto;
	width: 190px;
	height: 30px;
	display: block;
	background-color: #333;
}
.fishing .a03 .wallpaper a:hover{
	background-color: #000;
}
.fishing .product01{
	width: 475px;
	text-align: center;
}
.fishing .product01 .product_inner,
.fishing .feature .feature_inner{
	width: 473px;
	height: 510px;
	margin: 1px;
}
.fishing .product_inner h3{
	width: 453px;
	text-align: left;
}
.fishing .product_inner p{
	margin: 20px 19px;
	text-align: left;
}
.fishing .product_inner img{
	margin: 20px 0 0 0;
}
.fishing .product01 ul{
	text-align: center;
	position: absolute;
	right: 95px;
	bottom: 20px;
}
.fishing .feature{
	width: 475px;
}
.fishing .feature h3{
	margin: 0;
	padding-left: 20px;
	text-align: left;
	color: #FFF;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: normal;
	line-height: 40px;
	width: 453px;
	height: 40px;
}
.fishing .feature article{
	padding: 20px 19px 10px 19px;
}





