@charset "euc-jp";

/*
 * guide stye
 *
 * 1. header module style
 * 2. text module style
 * 3. list module style
 *
 */


/*--------------------------------
* 1. header module style
--------------------------------*/

/* h1 */
.termsH101Wr{
background:url(https://s.yimg.jp/images/points/common/hl_bg_001.gif) repeat-x bottom;
padding:0 0 2px;
}

.termsH101{
border: 1px solid #ccc;
padding:2px 0 2px 4px;
}

.termsH101 h1 {
border-left:6px solid #fc7904;
font-weight:bold;
line-height:150%;
padding:2px 0 0 6px;
}


/*--------------------------------
* 2. text module style
--------------------------------*/

.termsTxt01 {
padding:2px;
}


/*--------------------------------
* 3. list module style
--------------------------------*/

/* termsCntLi */
.termsCntLiWr{
padding:5px;
}

dl.termsCntLi dt {
border-bottom:1px dashed #b7b7b7;
font-weight:bold;
margin-bottom:10px;
}

dl.termsCntLi dd {
 margin:0 0 10px 0;
}

dl.termsCntLi dd ol{
margin:0 0 0 10px;
}

dl.termsCntLi dd ol li {
list-style-image:none;
list-style-position:outside;
list-style-type:none;
line-height:150%;
margin-left:1.5em;
text-indent:-1.5em;
}