
/*---------------------------------------------------
【common】
----------------------------------------------------*/
#tokushutpl_wrap{ 
	background:url(20160908_robot_pc_bg.jpg);
}

/*-- コンテンツ --*/
#tokushutpl_content{
	background-color:#d2d2d2;
	background-image:url(20160908_robot_pc_bg_main.png);
}

/*-- フッター --*/
#tokushutpl_footer{
	color:#ffffff;
	background:#000000;
}

/*-- タイトルの線 --*/
#tokushutpl_wrap h2{
	border-top:1px solid #6e6e6e;
	border-bottom:1px solid #ffffff;
}



/*---------------------------------------------------
【プレミアムバンダイのオススメ！】
----------------------------------------------------*/
/*-- タイトルのグラデーション背景(青) --*/
#tokushutpl_wrap h2.ttl_blue{
		background:-moz-linear-gradient(top,#00092b,#0075d9);
		background:-webkit-gradient(linear,left top,left bottom,from(#00092b),to(#0075d9)); 
		background:-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#00092b, endcolorstr=#0075d9))"; 
		zoom: 1;
		background:linear-gradient(to bottom, #00092b, #0075d9);
}
/*-- 商品画像と商品名 --*/
#tokushutpl_wrap .robot_one-press li dt a img{ border:3px solid #0472e2; transition: all 0.3s ease-in-out;}
#tokushutpl_wrap .robot_one-press li dt a:hover img{ border:3px solid #ec9212;}
#tokushutpl_wrap .robot_one-press li dt a{ color:#0472e2; text-decoration:underline; transition: all 0.3s ease-in-out;}
#tokushutpl_wrap .robot_one-press li dt a:hover{ color:#ec9212; text-decoration:none;}

/*-- キャプション --*/
#tokushutpl_itembox01 li dd{ color:#5f5f5f;}



/*---------------------------------------------------
【こちらもオススメ！】
----------------------------------------------------*/
/*-- タイトルのグラデーション背景(赤) --*/
#tokushutpl_wrap h2.ttl_red{
	background:-moz-linear-gradient(top,#2b0003,#d60047);
	background:-webkit-gradient(linear,left top,left bottom,from(#2b0003),to(#d60047));
	background:-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#2b0003, endcolorstr=#d60047))"; 
	zoom: 1;
	background:linear-gradient(to bottom, #2b0003, #d60047);
}
/*-- 商品画像と商品名 --*/
#tokushutpl_wrap .robot_recommend li a img{ border:3px solid #e50c44; transition: all 0.3s ease-in-out;}
#tokushutpl_wrap .robot_recommend li a:hover img{ border:3px solid #ec9212;}
#tokushutpl_wrap .robot_recommend li a{ color:#e50c44; text-decoration:underline; transition: all 0.3s ease-in-out;}
#tokushutpl_wrap .robot_recommend li a:hover{ color:#ec9212; text-decoration:none;}



/*---------------------------------------------------
【関連商品をもっと見る】
----------------------------------------------------*/
/*-- タイトルのグラデーション背景(緑) --*/
#tokushutpl_wrap h2.ttl_green{
	background:-moz-linear-gradient(top,#0f2b00,#00a108);
	background:-webkit-gradient(linear,left top,left bottom,from(#0f2b00),to(#00a108));
	background:-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#0f2b00, endcolorstr=#00a108))"; 
	zoom: 1;
	background:linear-gradient(to bottom, #0f2b00, #00a108);
}



/*【レスポンシブ】767px以下
======================================================================*/

@media screen and (max-width:767px){
/*-- コンテンツ --*/
#tokushutpl_content{
	background-image:url(20160908_robot_sp_bg_main.png);
}
}


