@charset "Shift-JIS";

#subVisual
{
	margin: 0 auto 55px;
}
.second
{
}
.second #main
{
	width: 775px;
}
.second .side_top
{
	width: 100%;
	height: 0px;
	background: none;
}
.second .side_bottom
{
	width: 100%;
	height: 0px;
	background: none;
}
.second #side ul li a
{
	background-image: url(/premico/images/second_side_icon.png);
	padding-right: 5px;
}
.second #side ul li:last-child
{
	border-bottom: none;
}
.second #side ul
{
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	box-shadow: 0 1px 3px #ddd;
}

.section
{
	width: 100%;
	margin: 0 0 60px 0;
	clear: both;
	line-height: 140%;
}

.section h2
{
	margin-bottom: 25px;
}

.section h2.hdr
{
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 15px;
	line-height: 0;
}
.section .lead
{
	margin-bottom: 25px;
}

.section .list li
{
	background: url(/premico/images/second_list-icon.jpg) no-repeat left top;
	padding-left: 25px;
	margin-bottom: 5px;
	line-height: 160%;
}

.section .list_long li
{
	margin-bottom: 25px;
}


.section dl
{
	width: 100%;
}
.section dl dt
{
	font-weight: bold;
	margin-bottom: 5px;
}
.section dl dd
{
	margin-bottom: 25px;
}
.section p.detail_link
{
	background: url(/premico/images/detail_arrow.jpg) no-repeat left center;
	padding-left: 25px;
}
.section p.detail_link a
{
	color: #d33b86;
	text-decoration: none;
}
.section .tbl
{
	width: 80%;
	margin: 0 auto;
}

.section table
{
	margin-bottom: 10px;
	width: 100%;
	border-top: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

.section table th,.section table td
{
	border-right: 1px solid #e2e2e2;
	border-bottom: 1px solid #e2e2e2;
	padding: 5px;
}
.section table th
{
	background: url(/premico/images/delivery_tbl.jpg) repeat left top;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
.section table td
{
	text-align: center;
}
.section table td.t_left
{
	text-align: left;
}
.section table td span
{
	font-size: 10px;	
}

.policy_dl
{
}

.section .policy_dl dt,
.section .faq_dl dt 
{
	margin-bottom: 10px;
}

.policy_dl dd,
.faq_dl dd
{
	padding-left: 20px;
	line-height: 160%;
}
.policy_dl dd p
{
	margin-bottom: 10px;
}
.faq_ul
{
}
.faq_ul li
{
	margin-bottom: 15px;
}
/* num1 */
ol.num1 { margin-bottom: 1.4em; margin-left: 4em; }
ol.num1 li {
	position: relative;
	list-style: none;
	list-style-position: inside;
	line-height: 1.4;
	margin-bottom: 0.3em;
}
ol.num1 li span {
	position: absolute;
	top: 0;
	left: -2.8em;
}
* html ol.num1 li span { top: -0.1em; } /* for win ie6 */
*:first-child+html ol.num1 li span { top: -0.1em; } /* for win ie7 */