/* □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/
/* □□                                                                        □□*/
/* □□     SMAPH START                                                        □□*/
/* □□                                                                        □□*/
/* □□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□□*/

@media screen and (max-width: 750px) { 

/*	----------------------------------------------------------------------------- */
/*	   BACKGROUND                                                                 */
/*	----------------------------------------------------------------------------- */

div.container_sp {
	position: static;
	width : 100% ;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: #ffffff;

}

div.container_pc {
	display: none;
}

div.contents_sp {
	position: static;
	width : 100% ;
	min-height: 100%;
	height: 100%;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: #ffffff;
}


a.shop_link_sp {
	color:#555555;
}
	a.shop_link_sp:hover {color:#189ecf;}
/*	----------------------------------------------------------------------------- */
/*	   FOOTER                                                                     */
/*	----------------------------------------------------------------------------- */

div.footer_sp {
	clear: both;
	display: block;
	width: 97%;
	height: auto;
	margin: 40px 0px 0px 1%;
	padding: 10px 0px 10px 0px;
	color: #444444;
	background-color: #ffffff;
	border-top: solid 1px #aaaaaa;
    border-bottom: solid 1px #aaaaaa;
}


div.copyright_sp {
	display: block;
	width: 100%;
	height: auto;
	color: #444444;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
	background-color: transparent;
	font-size: 13px ;
	font-family: "Century Gothic", sans-serif;
	/* border: 1px solid #6B6B6B; */
}

div.space_sp {
	clear: both;
	display: block;
	width: 100%;
	height: 15px;
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
/*	                                                                              */
/*	   HOME                                                                       */
/*	                                                                              */
/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*	----------------------------------------------------------------------------- */
/*	   HEADER                                                                     */
/*	----------------------------------------------------------------------------- */

div.home_topimage_sp {
	display: block;
	width : 100% ;
	height: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	position: static;
	background-image: url("../image/tnheader_home_sp.jpg") ;
	background-size: cover;
	background-repeat: no-repeat;
/*	border: 1px solid #e50011;  */
}

div.home_title_sp {
	display: block;
	width : auto ;
	height: auto;
	float: right;
	color: #189ecf;
	line-height:30px;
	font-size:28px;
 	font-weight: 500;
	margin: 60px 5% 0px auto;
	padding: 0px 0px 0px 0px;
/*	font-family: Arial;  */

/*  text-shadow:  2px  2px 7px #fff ,
               -2px  2px 7px #fff ,
                2px -2px 7px #fff ,
               -2px -2px 7px #fff; */
}

	div.home_welcome_sp.g { color: #ffffff; }

div.home_centerlogo_sp {
	clear:both;
	display: block;
	float: right;
	width : 95px ;
	height: 39px;
	margin: 60px 4% 30px auto;
	padding: 0px 0px 0px 0px;
	background-image: url("../image/tnLogo_cyan_sp.png") ;
	background-repeat: no-repeat ;
}

/*	------------------------------------ */

div.sitenews_sp {
	clear: both;
	display: block;
	position: static;
	width : 97% ;
	height: auto ;
	margin: 10px 0px 10px 1%;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

div.sitenews_sp_heading {
	display: block;
	position: static;
	width : 97% ;
	height: 18px ;
	margin: 0px 0px 0px 0px;
	padding: 8px 0px 8px 0px;
	color: #189ecf;
	line-height:20px;
	font-size:14px;
	text-align: center;
	background-color: #ffffff;
/*	border: 1px solid #cccccc; */
}

div.sitenews_sp_text {
	display: block;
	position: static;
	width : 97% ;
	height: auto ;
	margin: 0px 0px 0px 0px;
	padding: 3px 3px 10px 7px;
	color: #555555;
	line-height:20px;
	font-size:13px;
	text-align: left;
	background-color: #ffffff;
/*	border: 1px solid #cccccc; */
}

/*	----------------------------------------------------------------------------- */
/*	   ARTICLES                                                                   */
/*	----------------------------------------------------------------------------- */

div.articles_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 97% ;
	min-height: 100%;
	height: 100%;
	margin: 5px 0px 5px 1%;
	padding: 0px 0px 0px 0px;
	color: transparent;
	display: inline-block;
	background-color: #ffffff;
/*	border: 1px solid #6B6B6B; */
}

div.art_title_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 95% ;
	min-height: 100%;
	height: 40px;
	margin: 10px 3px 10px 1%;
	padding: 0px 0px 0px 3%;
	line-height:40px;
	text-align: left;
	font-size:14px;
	color: #189ecf;
	display: inline-block;
	background-color: #ffffff;
	border-bottom: solid 1px #9ac2d8;
/*	border: 1px solid #aaaaaa; */
}

	div.art_title_sp.top { margin: 0px 3px 10px 0px; }	

div.art_title_sp_eng {
	display: inline-block;
	position: static;
	float:right;
	width : 100px ;
	height: 20px;
	margin: 5px 3px 5px 0px;
	padding: 2px 3px 2px 3px;
	line-height:22px;
	text-align: center;
	font-size:13px;
	color: #ffffff;
	background-color: #189ecf;
	border: dotted 1px #189ecf;
}

/*	Pick Up ------------------------------------ */

div.to_pickuplist_sp {
	display: inline-block;
	position: static;
	float:left;
	width : 100% ;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	color: #189ecf;
	line-height:36px;
	font-size:14px;
	background-color: #ffffff;
	border: 1px dotted #189ecf; 
	text-align: center;
}

div.to_pickuplist_sp.bs { margin: 20px 0px 20px 0px;}	


	div.to_pickuplist_sp:hover { color: #ffffff; background-color: #9ac2d8; border: 1px dotted #189ecf;}	

/*	------------------------------------ */

div.pickups_sp {
	clear: both;
	display: inline-block;
	position: static;
	width : 97% ;
	height: auto ;
	margin: 5px 0px 5px 0%;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: #ffffff;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
/*	border: 1px solid #cccccc;  */
}


/*	------------------------------------ */

div.pickups_sp_imgl {
	clear: both;
	display: inline-block;
	position: static;
	float: left;
	width : 40% ;
	height: 40% ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: #ffffff;
/*	border: 1px solid #cccccc; */
}

img.img_pickups_sp_l {
	width : 100% ;
	height: 100% ;
}

div.pickups_sp_textlh {
	float:right;
	width : 60%;
	height: 0px;
	padding: 20px 0px 40px 0px;
	line-height:24px;
	font-size:14px;
	color: #222222;
/* border: 1px solid #aaaaaa; */
}

div.pickups_sp_textl {
	float:right;
	width : 60%;
	height: auto;
	padding: 25px 0px 0px 0px;
	line-height:22px;
	font-size:13px;
	color: #444444;
/* border: 1px solid #aaaaaa; */
}


div.pickups_sp:hover   { color: #3c3490; background-color: #9ac2d8; }
div.pickups_sp:hover .pickups_sp_textlh  { color: #3c3490; }
div.pickups_sp:hover .pickups_sp_textl   { color: #ffffff; }


div.pickups_sp_imgr {
	clear: both;
	display: inline-block;
	position: static;
	float: left;
	width : 25% ;
	height: 25% ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: #ffffff;
/*	border: 1px solid #cccccc; */
}

img.img_pickups_sp_r {
	width : 100% ;
	height: 100% ;
}

div.pickups_sp_textrh {
	float:right;
	width : 75%;
	height: 0px;
	padding: 15px 0px 15px 0px;
	line-height:30px;
	font-size:14px;
	color: #222222;
/* border: 1px solid #aaaaaa; */
}

div.pickups_sp_textr {
	float:right;
	width : 75%;
	height: auto;
	padding: 20px 0px 0px 0px;
	line-height:22px;
	font-size:13px;
	color: #444444;
/* border: 1px solid #aaaaaa; */
}

div.pickups_sp:hover .pickups_sp_textrh  { color: #3c3490; }
div.pickups_sp:hover .pickups_sp_textr   { color: #ffffff; }

	
/*	------------------------------------ */

div.selection_sp {
	display: block;
	position: static;
	float:left;
	width : 23%;
	height: 23%;
 	margin: 5px 0% 5px 1%;
	padding: 0px 0px 0px 0px;
	line-height:1px;
	font-size:17px;
	color: #333333;
	background-color: transparent;
	border: 1px solid #aaaaaa; 
}

	div.selection_sp.left  { clear: both; margin: 5px 0px 5px 1%; }
	
div.selection_sp_img {
	position: static;
	float:left;
	width : 100% ;
	height: 100%;
/* border: 1px solid #aaaaaa; */
}

img.selection_sp_img {
	width : 100%;
	height: 100%;
/* border: 1px solid #aaaaaa; */
}

div.selection_sp_text {
	clear: both;
	position: static;
	float:left;
	width : 100% ;
	height: 32px;
	line-height:34px;
	font-size:12px;
	color: #7777777;
/* border: 1px solid #aaaaaa; */
}

div.selection_sp:hover .selection_sp_text  { color: #3c3490; background-color: #9ac2d8; font-size:12px; }	

/*	------------------------------------ */

div.originaltowel_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 98% ;
	height: auto;
	margin: 5px 0px 10px 1%;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: transparent;
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

div.originaltowel_sp_img {
	display: block;
	position: static;
	float:left;
	width : 45%;
	height: auto;
/* border: 1px solid #aaaaaa; */
}

img.originaltowel_sp_img {
	width : 100%;
	height: 100%;
/* border: 1px solid #aaaaaa; */
}

div.originaltowel_sp_texth {
	clear: both;
	position: static;
	float:right;
	width : 100% ;
	height: auto;
	line-height:34px;
	font-size:15px;
	color: #222222;
	padding: 5px 0px 3px 0px;
	background-color: transparent;
/* border: 1px solid #aaaaaa; */
}

div.originaltowel_sp_text {
	position: static;
	float:right;
	width : 53% ;
	height: auto;
	line-height:21px;
	font-size:13px;
	color: #555555;
	padding: 18px 0px 0px 0px;
	background-color: transparent;
/* border: 1px solid #bf391f;  */
}

div.originaltowel_sp:hover   { color: #3c3490; background-color: #9ac2d8; }
div.originaltowel_sp:hover .originaltowel_sp_texth  { color: #3c3490; }
div.originaltowel_sp:hover .originaltowel_sp_text   { color: #ffffff; }

/*	------------------------------------ */

div.towelknowledge_sp {
	clear: both;
	display: inline-block;
	position: static;
	float:left;
	width : 97% ;
	height: 30px;
	margin: 3px 0px 3px 1%;
	padding: 1px 0px 0px 0px;
	color: #333333;
	line-height:32px;
	font-size:14px;
	background-color: #ffffff;
	border: 1px solid #9ac2d8;
}

	div.towelknowledge_sp:hover { color: #ffffff; background-color: #9ac2d8; border: 1px dotted #9ac2d8;}	

/*	------------------------------------ */

div.billboard_sp_tab {
	clear: both;
	display: inline-block;
	position: static;
	float:right;
	width : 50px ;
	height: 14px;
	margin: 10px 2% 5px 0px;
	padding: 1px 2px 2px 2px;
	line-height:18px;
	text-align: center;
	font-size:12px;
	color: #ffffff;
	background-color: #189ecf;
	border: dotted 1px #189ecf;
}

div.billboard_sp {
	clear: both;
	display: block;
	position: static;
	width : 88% ;
	height: auto ;
	margin: 20px 0px 10px 6%;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: #ffffff;
	border: 1px solid #cccccc;
}

	div.billboard_sp.blank { border:none; }

div.billboard_sp_img {
	display: block;
	position: static;
	width : 100% ;
	height: auto ;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: transparent;
	background-color: #ffffff;
/*	border: 1px solid #cccccc; */
}

img.billboard_sp_img {
	width : 100%;
	height: 100%;
/* border: 1px solid #aaaaaa; */
}

div.billboard_sp_advheading {
	display: block;
	position: static;
	width : 100% ;
	height: auto ;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 5px 0px;
	color: #333333;
	line-height:24px;
	font-size:14px;
	text-align: center;
	background-color: transparent;
/*	border: 1px solid #cccccc; */
}

span.billboard_sp_advheading { color: #189ecf; font-size:15px;}


div.billboard_sp:hover .billboard_sp_advheading { color: #ffffff; background-color: #9ac2d8;}	
div.billboard_sp:hover span.billboard_sp_advheading { color: #3c3490; font-size:16px; }	


/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
/*	                                                                              */
/*	   PICKUP                                                                     */
/*	                                                                              */
/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*	----------------------------------------------------------------------------- */
/*	   HEADER                                                                     */
/*	----------------------------------------------------------------------------- */

div.pickup_topimage_sp {
	display: block;
	width : 100% ;
	height: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	position: static;
	background-image: url("../image/tnheader_pickup_sp.jpg") ;
	background-size: cover;
	background-repeat: no-repeat;
/*	border: 1px solid #e50011;  */
}

div.pickup_toptitle_sp {
	clear:both;
	display: block;
	float: left;
	width : auto ;
	height: auto;
	color: #189ecf;
	line-height:30px;
	font-size:28px;
 	font-weight: 500;
	margin: 70px 0px 0px 7%;
	padding: 0px 0px 0px 0px;
/*	font-family: Arial;  */
}

div.pickup_centerlogo_sp {
	clear:both;
	display: block;
	float: left;
	width : 95px ;
	height: 39px;
	margin: 60px 0px 60px 15%;
	padding: 0px 0px 0px 0px;
	background-image: url("../image/tnLogo_cyan_sp.png") ;
	background-repeat: no-repeat ;
}

/*	----------------------------------------------------------------------------- */
/*	   TITLE                                                                      */
/*	----------------------------------------------------------------------------- */

div.pickup_title_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 98%;
	min-height: 100%;
	height: auto;
	margin: 0px 0% 10px 0px;
	padding: 10px 0px 10px 0%;
	line-height:30px;
	text-align: center;
	font-size:14px;
	color: #222222;
	display: inline-block;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
/*	border: 1px solid #aaaaaa; */
}

div.pickup_title_jpn_sp {
	clear: both;
	display: block;
	position: static;
	width : auto ;
	min-height: 100%;
	height: 60px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0%;
	line-height:32px;
	text-align: center;
	font-size:13px;
	color: #222222;
	display: inline-block;
	background-color: transparent;
}

span.pickup_copy_jpn_sp {
	font-size:12px;
	color:#189ecf;
	margin: 0px 0px 0px 1em;
}

div.pickup_title_eng_sp {
	display: inline-block;
	position: static;
	float:right;
	width : auto ;
	height: 16px;
	margin: 13px 10px 13px 0px;
	padding: 5px 8px 5px 8px;
	line-height:19px;
	text-align: center;
	font-size:13px;
	color: #ffffff;
	background-color: #666666;
	border: dotted 1px #666666;
}

/*	----------------------------------------------------------------------------- */
/*	   CONTENTS                                                                   */
/*	----------------------------------------------------------------------------- */

div.pickup_section_sp {
  	clear: both;
	width: 98%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 1%;
	padding: 0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
/*	border: 1px solid #aaaaaa; */
}

h3.pickup_section_sp {
	line-height: 130%;
	text-align:left;
	vertical-align:top;
	background-color: transparent;
	font-size:16px;
	font-weight: 500;
	color:#189ecf;
	margin: 10px 0px 10px 1%;
}

p.pickup_section_sp {
	margin: 0px 0px 0px 1%;
	padding: 0px 0px 0px 0px;
	line-height: 155%;
	font-size:14px;
	color:#222222;
	text-decoration:none;
 }


/*	----------------------------------------------------------------------------- */
/*	   PRODUCT INFORMATION                                                        */
/*	----------------------------------------------------------------------------- */
 
 div.proinfo_title_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 98% ;
	height: auto;
	margin: 20px 0px 20px 0%;
	padding: 15px 0px 15px 0px;
	line-height:16px;
	text-align: center;
	font-size:14px;
	color: #189ecf;
	display: inline-block;
	background-color: #ffffff;
	border-top: dotted 1px #189ecf;
	border-bottom: dotted 1px #189ecf;
/*	border: 1px solid #aaaaaa; */
}

div.proinfo_flame_sp {
	display: inline;
	width: 48%;
	height: auto;
	float: left;
	margin: 10px 0% 4px 0%;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
}

	div.proinfo_flame_sp.clear { clear: both; margin: 10px 2% 4px 0%;}

div.proinfo_image_sp {
	display: inline;
	width: 100%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: 1px solid #ffffff;
}
	
div.proinfo_text_sp {
	display: inline;
	width: 100%;
	min-height: 40px;
	height: auto;
	float: left;
	margin: 4px 0px 10px 0px;
	padding: 5px 0px 5px 0px;

	font-size: 13px ;
	line-height:22px;
	color: #189ecf;
	text-align: center;
	background-color: transparent;
	
	border: 1px dotted #aaaaaa;
}

font.proinfo_text_sp {
	font-size: 10px ;
	color: #444444;
}


/*	----------------------------------------------------------------------------- */
/*	   PICK UP LIST                                                               */
/*	----------------------------------------------------------------------------- */

div.pickup_list_sp{
	clear: both;
	display: inline-block;
	position: static;
	float:left;
	width : 100% ;
	min-height: 98%;
	height: auto;
	margin: 0px 3px 0px 0px;
	padding: 10px 0px 10px 5px;
	text-align: left;
	font-size:17px;
	color: #222222;
	background-color: transparent;
	border-top: dotted 1px #666666;
/*	border-bottom: dotted 1px #666666; */
/*	border: 2px solid #aaaaaa; */
}

	div.pickup_list_sp:hover { color: #ffffff; background-color: #9ac2d8; border: 1px dotted #189ecf;}	

div.pickup_list_space_sp{
	clear: both;
	display: inline-block;
	position: static;
	float:left;
	width : 100% ;
	height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	background-color: transparent;
	border-top: dotted 1px #666666;
}


div.pickup_list_flame_sp{
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 100%;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	font-size:17px;
	color: #222222;
	display: inline-block;
	background-color: transparent;
 /* border: 1px solid #aaaaaa; */
}

div.pickup_list_img_sp{
	display: block;
	position: static;
	float:left;
	width : 115px ;
	height: 115px;
 /* border: 1px solid #aaaaaa; */
}

img.pickup_list_img_sp{
	width : 115px;
	height: 115px;
}

div.pickup_list_txt_sp{
	display: block;
	position: static;
	float:left;
	margin: 0px 0px 0px 5px;
	width : 65% ;
	height: 110px;
	text-align: left;
}

span.pickup_list_title_sp{
	font-size:15px;
	line-height: 24px;
	color:#555555;
	font-weight: 600;
	margin: 0px 0px 0px 0em;
}

span.pickup_list_copy_sp{
	font-size:13px;
	line-height: 18px;
	color:#189ecf;
	margin: 0px 0px 0em 0em;
}

span.pickup_list_text_sp{
	font-size:13px;
	color:#555555;
	line-height: 16px;
	margin: 0px 0px 0px 0em;
}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
/*	                                                                              */
/*	   SELECTION                                                                  */
/*	                                                                              */
/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*	----------------------------------------------------------------------------- */
/*	   HEADER                                                                     */
/*	----------------------------------------------------------------------------- */

div.selection_topimage_sp {
	display: block;
	width : 100% ;
	height: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	position: static;
	background-image: url("../image/tnheader_selection_sp.jpg") ;
	background-size: cover;
	background-repeat: no-repeat;
/*	border: 1px solid #e50011;  */
}

div.selection_toptitle_sp {
	display: block;
	float: left;
	width : auto ;
	height: auto;
	color: #189ecf;
	line-height:30px;
	font-size:28px;
 	font-weight: 500;
	margin: 70px auto 0px 7%;
	padding: 0px 0px 0px 0px;
/*	font-family: Arial;  */
}

div.selection_centerlogo_sp {
	clear:both;
	display: block;
	float: left;
	width : 95px ;
	height: 39px;
	margin: 50px auto 40px 15%;
	padding: 0px 0px 0px 0px;
	background-image: url("../image/tnLogo_cyan_sp.png") ;
	background-repeat: no-repeat ;
}

/*	----------------------------------------------------------------------------- */
/*	   TITLE                                                                      */
/*	----------------------------------------------------------------------------- */

div.selection_title_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 98%;
	min-height: 100%;
	height: auto;
	margin: 0px 1% 10px 0px;
	padding: 10px 0px 10px 20px;
	line-height:30px;
	text-align: left;
	font-size:14px;
	color: #222222;
	display: inline-block;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
/*	border: 1px solid #aaaaaa; */
}

div.selection_title_eng_sp {
	display: inline-block;
	position: static;
	float:right;
	width : auto ;
	height: 16px;
	margin: 0px 10px 13px 0px;
	padding: 5px 8px 5px 8px;
	line-height:19px;
	text-align: center;
	font-size:13px;
	color: #ffffff;
	background-color: #666666;
	border: dotted 1px #666666;
}

div.selection_title_catch_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 90% ;
	height: 16px;
	margin: 2px 0px 2px 1em;
	padding: 0px 5px 0px 0px;
	line-height:19px;
	text-align: left;
	font-size:13px;
	color: #222222;
	background-color: transparent;
/*	border: dotted 1px #666666; */
}

/*	----------------------------------------------------------------------------- */
/*	   CONTENTS                                                                   */
/*	----------------------------------------------------------------------------- */

div.selection_section_sp {
  	clear: both;
	width: 98%;
	height: auto;
	float: left;
	margin: 0px 0px 0px 1%;
	padding: 0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
/*	border: 1px solid #aaaaaa; */
}

h3.selection_section_sp {
	line-height: 130%;
	text-align:left;
	vertical-align:top;
	background-color: transparent;
	font-size:15px;
	font-weight: 500;
	color:#189ecf;
	margin: 10px 0px 10px 0px;
}

p.selection_section_sp {
	margin: 0px 0px 0px 1em;
	padding: 0px 0px 0px 0px;
	line-height: 155%;
	font-size:14px;
	color:#222222;
	text-decoration:none;
 }

/*	----------------------------------------------------------------------------- */

div.width_flame {
	clear: both;
	display: block;
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 1% 0px 1%;
	text-align:left;
	vertical-align:middle;
	color: #555555;
	font-size:15px;
/*	border: 1px solid #aaaaaa;  */
}

	div.width_flame.text_r { text-align:right; }
	
div.insert_text_sp {
	width: 53%;
	height: auto;
	float: left;
	margin: 10px 0px 10px 7px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
	color: #555555;
	font-size:14px;
/*	border: 1px solid #aaaaaa;  */
}
/*	----------------------------------------------------------------------------- */

h4.selection_subsection_sp {
	line-height: 155%;
	text-align:left;
	vertical-align:top;
	background-color: transparent;
	font-size:14px;
	font-weight: 500;
	color:#222222;
	margin: 10px 0px 10px 10px;
}

p.selection_subsection_sp {
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 155%;
	font-size:14px;
	color:#222222;
	text-decoration:none;
 }

/*	----------------------------------------------------------------------------- */

p.selection_bullets_sp{
	margin: 14px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 170%;
	font-size:14px;
	color:#222222;
	text-decoration:none;
 }

/*	----------------------------------------------------------------------------- */

div.insert_image_sp {
  	clear: both;
	width: 35%;
	height: auto;
	float: left;
	margin: 10px 0px 10px 10px;
	padding: 0px 0px 0px 0px;
	text-align:left;
	vertical-align:top;
/*	border: 1px solid #aaaaaa;  */
}

	div.insert_image_sp.right { float: right; }
	div.insert_image_sp.right_xl { float: right; width: 50%; margin: 0px 0px 5px 8px}
	div.insert_image_sp.right_ml { float: right; width: 40%; margin: 0px 0px 5px 8px}
	div.insert_image_sp.right_m { float: right; width: 30%;}
	div.insert_image_sp.right_n { float: right; width: 45%; margin: 5px 0px 5px 0px}
	
	div.insert_image_sp.width { width: 96%;	margin: 10px 0px 10px 3%; }

	div.insert_image_sp.left_m { float:left; width: 30%; margin: 0px 8px 0px 8px}
	div.insert_image_sp.left_f { float:left; width: 40%; margin: 0px 8px 0px 8px}

	div.insert_image_sp.left_w { float: left; width: 90%; margin: 20px 0px 20px 7%;}
	
img.image_standard_sp {
	border: none;
	height: 100%;
	width : 100% ;
	margin: 0px 0px 0px 0px;
	}
	
img.image_standard_sp.half {
	border: none;
	height: 48%;
	width : 48% ;
	margin: 0px 0px 0px 0px;
	}

img.image_threequarter_sp {
	border: none;
	height: 75%;
	width : 75% ;
	margin: 0px 0px 0px 0px;
	}
	
div.width_image_sp {
	clear: both;
	display: inline;
	width: 100%;
	height: auto;
	float: left;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	text-align:center;
	vertical-align:top;
/*	border: 1px solid #aaaaaa;  */
}


/*	----------------------------------------------------------------------------- */
/*	   PAGE LINK                                                                  */
/*	----------------------------------------------------------------------------- */

div.selection_pagesframe_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 97%;
	min-height: 100%;
	height: 50px;
	margin: 10px 3px 10px 3%;
	padding: 20px 0px 0px 0%;
	line-height:65px;
	text-align: center;
	background-color: #ffffff;
/*	border: 1px solid #aaaaaa; */
}

div.selection_pages_sp {
	display: inline-block;
	position: static;
	width : 15px ;
	height: 20px;
	float: left;
	margin: 0px 7px 0px 7px;
	padding: 5px 5px 5px 5px;
	color: #555555;
	font-size:15px;
	line-height:24px;
	background-color: #ffffff;
	border: 1px solid #aaaaaa;
}

div.selection_pages_sp.current { background-color: #189ecf; color: #ffffff;}

div.selection_pages_sp:hover { background-color: #189ecf; color: #ffffff;}


/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
/*	                                                                              */
/*	   ORIGINAL TOWEL                                                             */
/*	                                                                              */
/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*	----------------------------------------------------------------------------- */
/*	   HEADER                                                                     */
/*	----------------------------------------------------------------------------- */

div.original_topimage_sp {
	display: block;
	width : 100% ;
	height: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	position: static;
	background-image: url("../image/tnheader_original_sp.jpg") ;
	background-size: cover;
	background-repeat: no-repeat;
/*	border: 1px solid #e50011;  */
}

div.original_toptitle_sp {
	display: block;
	width : auto ;
	height: auto;
	color: #ffffff;
	line-height:30px;
	font-size:28px;
 	font-weight: 500;
	margin: 120px auto 0px auto;
	padding: 0px 0px 0px 0px;
/*	font-family: Arial;  */

  text-shadow    : 
       1px  1px 1px #bbbbbb,
      -1px  1px 1px #bbbbbb,
       1px -1px 1px #bbbbbb,
      -1px -1px 1px #bbbbbb,
       1px  0px 1px #bbbbbb,
       0px  1px 1px #bbbbbb,
      -1px  0px 1px #bbbbbb,
       0px -1px 1px #bbbbbb;
}

div.original_centerlogo_sp {
	display: block;
	width : 95px ;
	height: 39px;
	margin: 30px auto 20px auto;
	padding: 0px 0px 0px 0px;
	background-image: url("../image/tnLogo_white_sp.png") ;
	background-repeat: no-repeat ;
}

/*	----------------------------------------------------------------------------- */
/*	   TITLE                                                                      */
/*	----------------------------------------------------------------------------- */

div.original_title_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 98% ;
	min-height: 100%;
	height: auto;
	margin: 10px 3px 30px 0px;
	padding: 10px 0px 5px 0px;
	line-height:150%px;
	text-align: center;
	font-size:14px;
	color: #222222;
	display: inline-block;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
/*	border: 1px solid #aaaaaa; */
}

div.original_maintitle_sp {
	clear: both;
	display: inline-block;
	position: static;
	float:left;
	width : 98% ;
	min-height: 100%;
	height: 30px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	line-height:30px;
	text-align: center;
	font-size:16px;
 	font-weight: 600;
	color: #189ecf;
/*	border: 1px solid #aaaaaa; */
}

/*	----------------------------------------------------------------------------- */
/*	   CONTENTS                                                                   */
/*	----------------------------------------------------------------------------- */

p.original_division_sp {
	margin: 0px 0px 0px 2%;
	padding: 0px 0px 0px 0px;
	line-height: 170%;
	font-size:14px;
	color:#000000;
	text-decoration:none;
 }

/*	----------------------------------------------------------------------------- */

div.original_section_sp {
  	clear: both;
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 1% 25px 2%;
	padding: 0px 0px 10px 0px;
	text-align:left;
	vertical-align:top;
/*	border: 1px solid #aaaaaa; */
}

h2.original_section_sp {
	line-height: 150%;
	text-align:left;
	vertical-align:top;
	background-color: transparent;
	font-size:14px;
	font-weight: 500;
	color:#189ecf;
	margin: 20px 0px 20px 2%;
}	
	
h3.original_section_sp {
	line-height: 120%;
	text-align:left;
	vertical-align:top;
	background-color: transparent;
	font-size:14px;
	font-weight: 500;
	color:#189ecf;
	text-decoration: underline;
	margin: 20px 0px 10px 2em;
}

	h3.original_section_sp.sm { margin: 20px 0px 10px 1em; }

p.original_section_sp {
	margin: 0px 0px 0px 4%;
	padding: 0px 0px 0px 0px;
	line-height: 170%;
	font-size:14px;
	color:#222222;
	text-decoration:none;
 }

/*	--------------------------------------------- */

ul.original_sp{
	margin: 10px 0px 0px 4%;
	padding: 0;
/*	font: 14px/1.6 'arial narrow', sans-serif; */
	width:97%;
	list-style: none;
}
ul.original_sp li{
	position: relative;
	padding: 0.0em 1em 0.0em 2.3em;
	 margin-bottom:5px;
	color:#222222;
/*  color: rgb(129,194,250); */
	font-size: 13px;
/*  font-weight: bold; */
/*  border-bottom: 1px solid rgba(129,194,250, 0.5); */
}

ul.original_sp li:after,
ul.original_sp li:before{
  content: "";
  position: absolute;
  border-radius: 50%;
}

ul.original_sp li:after{
  top: 0.2em;
  left: 0.2em;
  width: 12px;
  height: 12px;
  background: rgba(129,194,250,0.7);
}

/*	----------------------------------------------------------------------------- */
/*	   LINK MENU                                                                  */
/*	----------------------------------------------------------------------------- */

div.original_linkmenu_sp {
	display: inline-block;
	position: static;
	float:left;
	width : 305px ;
	height: 25px;
	margin: 5px 0% 5px 5%; 
	padding: 0px 0px 0px 0px;
	color: #189ecf;
	line-height:28px;
	text-align: center;
	font-size:13px;
	background-color: #ffffff;
	border: 1px solid #9ac2d8;
}

	div.original_linkmenu_sp.left  { clear: both; float:left; margin: 5px 0px 5px 0px; }
	div.original_linkmenu_sp.right { float:right; margin: 5px 0px 5px 0px;}	

	div.original_linkmenu_sp:hover { color: #ffffff; background-color: #9ac2d8; border: 1px dotted #9ac2d8;}	


a.for_product_sp {
	color:#189ecf;
}
	a.for_product_sp:hover {font-weight:600;}

/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/
/*	                                                                              */
/*	   KNOWLEDGE                                                                  */
/*	                                                                              */
/* 〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓〓*/

/*	----------------------------------------------------------------------------- */
/*	   HEADER                                                                     */
/*	----------------------------------------------------------------------------- */

div.knowledge_topimage_sp {
	display: block;
	width : 100% ;
	height: 100%;
	float: left;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #222222;
	position: static;
	background-image: url("../image/tnheader_knowledge_sp.jpg") ;
	background-size: cover;
	background-repeat: no-repeat;
/*	border: 1px solid #e50011;  */
}

div.knowledge_toptitle_sp {
	display: block;
	width : auto ;
	height: auto;
	color: #189ecf;
	line-height:30px;
	font-size:28px;
 	font-weight: 500;
	margin: 60px auto 0px auto;
	padding: 0px 0px 0px 0px;
/*	font-family: Arial;  */

  text-shadow:  2px  2px 7px #fff ,
               -2px  2px 7px #fff ,
                2px -2px 7px #fff ,
               -2px -2px 7px #fff;
}

div.knowledge_centerlogo_sp {
	display: block;
	width : 95px ;
	height: 39px;
	margin: 40px auto 30px auto;
	padding: 0px 0px 0px 0px;
	background-image: url("../image/tnLogo_cyan_sp.png") ;
	background-repeat: no-repeat ;
}

/*	----------------------------------------------------------------------------- */
/*	   TITLE                                                                      */
/*	----------------------------------------------------------------------------- */

div.knowledge_title_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 98%;
	min-height: 100%;
	height: auto;
	margin: 0px 1% 10px 0px;
	padding: 10px 0px 10px 10px;
	line-height:30px;
	text-align: left;
	font-size:14px;
	color: #222222;
	display: inline-block;
	background-color: #ffffff;
	border-top: solid 1px #666666;
	border-bottom: solid 1px #666666;
/*	border: 1px solid #aaaaaa; */
}

div.knowledge_title_eng_sp {
	display: inline-block;
	position: static;
	float:right;
	width : auto ;
	height: 16px;
	margin: 0px 10px 13px 0px;
	padding: 5px 8px 5px 8px;
	line-height:19px;
	text-align: center;
	font-size:13px;
	color: #ffffff;
	background-color: #666666;
	border: dotted 1px #666666;
}

div.knowledge_title_catch_sp {
	clear: both;
	display: block;
	position: static;
	float:left;
	width : 90% ;
	height: 16px;
	margin: 2px 0px 2px 1em;
	padding: 0px 5px 0px 0px;
	line-height:19px;
	text-align: left;
	font-size:13px;
	color: #222222;
	background-color: transparent;
/*	border: dotted 1px #666666; */
}

/*	----------------------------------------------------------------------------- */
/*	   CONTENTS                                                                   */
/*	----------------------------------------------------------------------------- */

p.knowledge_division_sp {
	margin: 0px 0px 0px 2%;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	font-size:14px;
	color:#000000;
	text-decoration:none;
 }

/*	----------------------------------------------------------------------------- */

div.knowledge_section_sp {
  	clear: both;
	width: 96%;
	height: auto;
	float: left;
	margin: 0px 0px 25px 2%;
	padding: 0px 0px 10px 0px;
	text-align:left;
	vertical-align:top;
/*	border: 1px solid #aaaaaa; */
}

	div.knowledge_section_sp.tolist { text-align:right; font-size:15px; color:#DA508F; font-weight: 600;}
	
a.knowledge_section_sp.tolist { color:#DA508F;}
a.knowledge_section_sp.tolist:hover { color:#9B0055;}
	
h3.knowledge_section_sp {
	line-height: 140%;
	text-align:left;
	vertical-align:top;
	background-color: transparent;
	font-size:14px;
	font-weight: 600;
	color:#189ecf;
	margin: 5px 0px 5px 2%;
}

p.knowledge_section_sp {
	margin: 0px 0px 0px 4%;
	padding: 0px 0px 0px 0px;
	line-height: 150%;
	font-size:14px;
	color:#222222;
	text-decoration:none;
 }

/*	----------------------------------------------------------------------------- */

h4.knowledge_subsection_sp {
	line-height: 140%;
	text-align:left;
	vertical-align:top;
	background-color: transparent;
	font-size:14px;
	font-weight: 500;
	color:#222222;
	margin: 10px 0px 5px 1em;
}

p.knowledge_subsection_sp {
	margin: 0px 0px 0px 35px;
	padding: 0px 0px 0px 0px;
	line-height: 140%;
	font-size:14px;
	color:#222222;
	text-decoration:none;
 }

/*	----------------------------------------------------------------------------- */

p.knowledge_bullets_sp {
	margin: 14px 0px 0px 3em;
	padding: 0px 0px 0px 0px;
	line-height: 170%;
	font-size:14px;
	color:#222222;
	text-decoration:none;
 }


