/* ===================================================================
CSS information

 file name  :info.css
 author     :lassic(admin)
 style info :コンテンツ内CSS
 
  Font-size Adjustment.
		 77% = 10px	|	122% = 16px	|	167% = 22px	
		 85% = 11px	|	129% = 17px	|	174% = 23px 
		 92% = 12px	|	136% = 18px	|	182% = 24px 
		100% = 13px	|	144% = 19px	|	189% = 25px 
		107% = 14px	|	152% = 20px	|	197% = 26px 
		114% = 15px	|	159% = 21px	| 

=================================================================== */

#info-title {
	color:#0071C4;
	font-weight:bold;
	font-size:129%;
	border-bottom:solid 3px;
	margin-bottom:10px;
}


.led-deatail {
	float:left;
	width:310px;
	margin-right:15px;
}

.pled-deatail img {
	float:right;
	width:150px;
}

.go-to-info {
	font-size:120%;
	font-weight:bold;
	}

/*===================================================================
	clearfix
	floatclear
=================================================================== */


/* clearfix */
#product-summary:after,
#led-category:after {
	content: ".";  /* 新しい要素を作る */
	display: block;   /*ブロックレベル要素に */
	height: 0;
	clear: both;
	visibility: hidden;
}

#product-summary,
#led-category { display: inline-block; }

/* Hide from IE-mac \*/
*html #product-summary
*html #led-category { height: 1%; }

#product-summary,
#led-category { display: block; }
/* End hide from IE-mac */
@charset "UTF-8";
/* CSS Document */
