@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   base(追加)
========================================================================== */
.fl_pec{float:left;}
.fr_pec{float:right;}

.layer4left_pec .leftNavi_pec{	float:left;} /* 上書き */  

/*===================
 index.php
 ================== */
table.swipe_table_pec.dl_pec {
	width: 80%;
	margin-bottom: 40px;
}
table.swipe_table_pec.dl_pec th,
table.swipe_table_pec.dl_pec td {
	text-align: center;
}

/*===================
 license.php
 ================== */
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
 ================== */
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;
}
/*===================
 confirm.php
 ================== */
.box1{
	text-align:center;
	width:100%;
}
.box2{
	text-align:left;
	margin:0px auto;
	width: 237px;
}
.box3{
	text-align:left;
	margin:0px auto;
	width: 361px;
}
/*===================
 step.php
 ================== */
.step_img_inline {
	display: inline-block;
	margin-right: 10px;
	margin-top: 10px;
}
/*===================
 footer (上書き)
 ================== */
#footer_pec{
	color:#333 !important;
	background:#fff !important;
	text-align:center !important;
}
#footer_pec .copyright_pec{
	float:none !important;
	color:#333 !important;
}
