@charset "utf-8";
/* CSS Document */

/*===================
 index.php
 ================== */

.border_red_pec{
	border: 1px solid #b91440;
}
table.swipe_table_pec.dl_pec {
	margin-bottom: 40px;
}	

/*===================
 confirm.php
 ================== */
 
.confirm-txt_pec {
	color: #333333;
	font-size: 16px;
	
}

/*===================
 step.php
 ================== */
.step_img_inline {
	margin-top: 20px;
}
@media screen and (max-width: 640px){
span.download_sp {
	display: block;
}
}

/*===================
 license.php
 ================== */
@media screen and (max-width: 640px){
ul.ullist_pec{
	list-style:square;
}
ul.ullist_pec li{
	list-style:square;
	margin:0 0 8px 15px;
}

ul.ullist_decimal{
	list-style:decimal;
    margin-left: 10px;
}
ul.ullist_decimal li{
	list-style:decimal;
	margin:0 0 8px 15px;
}
	
ul.ullist_none{
	list-style:none;
    margin-top: 8px;
}
ul.ullist_none li{
	list-style:none;
	padding-left:2em;
	text-indent:-2em;
}
}


/*===================
 faq.php 20170714 add
 ================== */
dl.qalist_pec dt{
	padding:0 0 0 40px;
	min-height:30px;
	line-height:30px;
	background:url(../img/icon_q.gif) no-repeat left top;
	font-weight:bold;
}
dl.qalist_pec dd{
	padding:0 0 20px 40px;
	margin:5px 0 20px;
	min-height:30px;
	line-height:30px;
	background:url(../img/icon_a.gif) no-repeat left top;
	border-bottom:1px dotted #969696;
}