/* CSS Document */

/*質問ページ////////////////////////////////////////////*/
ul{
padding-bottom: 1em;
}

#mcontents{
text-align: left;
}

#mcontents h3{
color: #0098B3;
}

/*変更箇所////////////////////////////////////////////*/
#mcontents h3{
border: none;
margin-top: 0.5em;
font-weight: normal;
font-size: 100%;
}

.roll{
border-bottom: 1px dotted #393;
padding-bottom: 1em;
}
.roll_end{
border-bottom: none;
padding-bottom: 1.5em;
text-align: right;
clear: both;
}


p img,h3 img{
margin: 0;
padding: 0;
float: left;
margin-right:5px;
}

#mtitle{
padding: 10px 10px 10px 10px;
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
font-size: 16px;
}

#mtitle h2{
padding:0;
margin:0;
}

#mcontents ul{
color: #69f;
font-size: 16px;
/*margin: 0;*/
margin: -8px 0 0 0;
border-bottom: double 3px #393;
}

#mcontents li{
list-style: square;
line-height: 2.0em;
list-style: none;
}

#mcontents a:link{
color: #69f;
text-decoration: none;
}

#mcontents a:visited{
text-decoration: none;
color: #363;
}

#mcontents a:hover{
color: #f90;
text-decoration: none;
}

#mcontents div.roll{
text-align: right;
}
