@charset "UTF-8";

/* #############################################################

　category：solution
　
　------------------------------------------------------------
　
	Whenever appearing only in #content_v4 or less, 
	"#sol #content_v4 " is applied to the selector head. 
　
　The selector head is assumed to be "#sol " 
　when appearing besides #content_v4 or less. 
　
　The original category definition applies category ID to the head.
　ex) imageFloat { float:left }
　→　pro_imageFloat { float:left }
　
 [Replacement assistance for category variation]
	url(/solution/
	#sol
	#2895d5

############################################################# */


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

　The category is original

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

/* ----------------------------------------------------------- 
main visual
-------------------------------------------------------------- */




/* ----------------------------------------------------------- 
typeTriangle List
-------------------------------------------------------------- */

#sol #content_v4 ul.typeTriangle li {
	font-size:85%;
}


/* ----------------------------------------------------------- 
anchorLink List
-------------------------------------------------------------- */

#sol #content_v4 ul.anchorLinkList {
	text-align:left;
}

#sol #content_v4 ul.anchorLinkList li {
	width:300px;
	padding:0 0 10px 15px;
	margin:0;
}



/* ----------------------------------------------------------- 
Feature
-------------------------------------------------------------- */

#sol #content_v4 .pro_feature {
	zoom:1;
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	background: url(/common_v4/src/jp/images/category_sol/dotline.gif) repeat-x left bottom;
}

/* ----------------------------------------------------------- 
Table
-------------------------------------------------------------- */

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




/* ----------------------------------------------------------- 
clearfix
-------------------------------------------------------------- */
/*

#sol #content_v4 {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
	line-height: 0;
}

*/

/*

#sol {
	_height: 1px;
	min-height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

*/
/* A postscript is not added at the following */

