@charset "UTF-8";
/*
Theme Name: hair coeur
Theme URI: http://www.coeur-coeur.jp/
Description: hair coeur Theme  for WordPress, Use only BBS Custom Page
Author: Hair Coeur
*/

/* コメント
---------------------------------------------------- */
#comment h3 {
    color: #B52252;
    font-size: 14px;;
}
/* ----- コメントリスト ----- */
#comment ol.commentlist {
    margin: 20px;
    list-style: none;
    
}
#comment ol.commentlist  li {
    margin: 0 0 15px 0;
    padding:  8px 15px;
    border: 1px solid #EEE6E3; 
}
#comment ol.commentlist  ul {
     list-style: none;
}
#comment ol.commentlist ul {
    /*background:  #FAF7F2;*/
}
#comment ol.commentlist ul  ul{
    /*background:  #FFFFFF;*/
}
#comment ol.commentlist ul ul ul {
    /*background:  #F7F3F2;*/
}
/* ----- コメントフォーム ----- */
#comment  textarea {
    width: 500px;
    height: 150px;
}
