@charset "UTF-8";/* -------------------------------------------------------- CSS Information Lust up date:   2012.09.12Style Info:     case css------------------------------------------------------------------------ */  /*CommonCSS_link*/@import url(base.css);@import url(common.css);/*------------------------------------------------------------casebox*/.casebg {	clear: both;	background: #c6ddf0;	margin: 0 0 20px;}.category {	color: #052b84;	padding: 10px 0 0 15px;	font-size: 13px;	font-weight: bold;	background: url(../img/case_img/tab.gif) no-repeat left top;}.casebox {	clear: both;	background: #FFF;	margin: 10px;	padding: 10px;}table {	border-collapse: collapse;}table.shop th, table.shop td {	padding: 0 10px 0 0;	font-size: 16px;	font-weight: bold;	text-align: left;	vertical-align: middle;}.copy {	font-size: 13px;	line-height: 150%;	margin: 8px 0;	color: #399;}.url {	font-size: 13px;	line-height: 150%;	margin: 8px 0;}.url a {	color: #333;	text-decoration: none;}.url a:hover {	color: #999;	text-decoration: underline;}table.table_caseinfo {	width: 392px;}table.table_caseinfo th, table.table_caseinfo td {	font-size: 12px;	line-height: 150%;	padding: 20px 10px;	border: 2px solid #FFF;}table.table_caseinfo th {	font-weight: normal;	white-space: nowrap;	background: #c8dded;}table.table_caseinfo td {	background: #ebf3f9;}.phbox {	float: left;	width: 210px;}.phbox p {	margin: 5px 0 0;}/*------------------------------------------------------------category*/#categorynavi {	border-top: 4px solid #052b84;	margin: 0 0 10px;}#categorynavi h4 {	color: #052b84;	padding: 5px 10px;	font-size: 12px;	font-weight: bold;}#categorynavi ul {	border-bottom: 1px solid #052b84;}#categorynavi ul li {	border-top: 1px dotted #7f7f7f;	background: url(../img/common_img/arrow_01.gif) no-repeat 10px center;}#categorynavi ul li a {	color: #333;	background: url(../img/common_img/arrow_01.gif) no-repeat 10px center;	padding: 10px 0 10px 25px;	text-decoration: none;	display: block;}#categorynavi ul li a:hover {	background: #ebf3f9 url(../img/common_img/arrow_01.gif) no-repeat 10px center;}/*------------------------------------------------------------PageNavi*/#pagenavi {	clear: both;	margin: 0 auto;	text-align: center;	margin-bottom: 20px;	font-size: 12px;}#pagenavi li {	display: inline;	margin: 0 2px;	padding: 0;}#pagenavi li span, #pagenavi li a {	color: #1b4d9c;	display: inline-block;	margin-bottom: 5px;	padding: 1px 8px;	background: #FFF;	border: 1px solid #CCC;	text-decoration: none;	vertical-align: middle;	border-radius: 4px;	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );}#pagenavi li span {	color: #999;	background: #ebf3f9;}#pagenavi li a:hover {	border-radius: 4px;	background: -moz-linear-gradient(top, #deefff 0%, #98bede 100%);	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#deefff), color-stop(100%,#98bede));	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deefff', endColorstr='#98bede',GradientType=0 );}