@charset "utf-8";

div#contentsMenu {
    margin-bottom: 10px;
    padding: 2px;
    border: 1px solid #EEE;
    width: 100%;
}

div#contentsMenu ul {
    padding: 6px 10px;
    border-left: 4px solid #EDA0C2;
}

div#contentsMenu ul li {
    line-height: 1.8em;
    font-size: 1.2em;
    color: #666;
	padding-left : 15px ;
	background: url('../../img/pc/rule/cmn_icon_listmark1.png') no-repeat left 5px ;
}

div#ruleWrapper {
}

div#ruleWrapper dt {
    padding: 7px 22px 5px;
    margin-bottom: 5px;
    border: double #FFF;
    background-color: #F5F5F5;
    font-weight: bold;
    color: #666;
    font-size: 1.2em;
    line-height: 1em;
}

dt#listNumber1  { background: url('../../img/pc/rule/listNumber1.png') no-repeat 6px; }
dt#listNumber2  { background: url('../../img/pc/rule/listNumber2.png') no-repeat 6px; }
dt#listNumber3  { background: url('../../img/pc/rule/listNumber3.png') no-repeat 6px; }
dt#listNumber4  { background: url('../../img/pc/rule/listNumber4.png') no-repeat 6px; }
dt#listNumber5  { background: url('../../img/pc/rule/listNumber5.png') no-repeat 6px; }
dt#listNumber6  { background: url('../../img/pc/rule/listNumber6.png') no-repeat 6px; }
dt#listNumber7  { background: url('../../img/pc/rule/listNumber7.png') no-repeat 6px; }
dt#listNumber8  { background: url('../../img/pc/rule/listNumber8.png') no-repeat 6px; }
dt#listNumber9  { background: url('../../img/pc/rule/listNumber9.png') no-repeat 6px; }
dt#listNumber10 { background: url('../../img/pc/rule/listNumber10.png') no-repeat 6px; }
dt#listNumber11 { background: url('../../img/pc/rule/listNumber11.png') no-repeat 6px; }

div#ruleWrapper dd {
    padding-left: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8em;
}

div#ruleWrapper p {
    font-size: 12px !important;
}

div#ruleWrapper ol {
    margin-left: 10px;
    padding-left: 16px;
    list-style: decimal;
}

div#ruleWrapper ul {
	margin : 5px 0 ;
    padding-left: 5px;
    list-style: disc;
	line-height: 1.4em;
}


p#perCom {
	padding    : 10px 0 0 0 ;
	text-align : right ;
}

p#remark {
    padding: 10px;
    margin: 15px 0px 20px;
    background-color: #A4A4A4;
    text-align: right;
    color: #FFF;
}

ul.perUL {
    margin-left: 15px !important;
}