@charset "utf-8";
/* 患者様の声：トップページの一覧部分で使ってます */

/* pc */

#top_topi li {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 180%;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    padding: 15px;
	list-style: none;
}

.listlink {
    background-position: left center;
    background-repeat: no-repeat;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    margin: 0px;
}

.listhonbun {
    display: inline-block;
    margin-right: 0.5em;
    margin-left: 10px;
    float: right;
}



.h10-m {
	background-image: url(/voice/image/h10-m.png);
	background-repeat: no-repeat;
}
.h10-w {
	background-image: url(/voice/image/h10-w.png);
	background-repeat: no-repeat;
}
.h20-m {
	background-image: url(/voice/image/h20_m.png);
	background-repeat: no-repeat;
}
.h20-w {
	background-image: url(/voice/image/h20_w.png);
	background-repeat: no-repeat;
}
.h30-m {
	background-image: url(/voice/image/h30_m.png);
	background-repeat: no-repeat;
}
.h30-w {
	background-image: url(/voice/image/h30_w.png);
	background-repeat: no-repeat;
}
.h40-m {
	background-image: url(/voice/image/h40_m.png);
	background-repeat: no-repeat;
}
.h40-w {
	background-image: url(/voice/image/h40_w.png);
	background-repeat: no-repeat;
}
.h50-m {
	background-image: url(/voice/image/h50_m.png);
	background-repeat: no-repeat;
}
.h50-w {
	background-image: url(/voice/image/h50_w.png);
	background-repeat: no-repeat;
}
.h60-m {
	background-image: url(/voice/image/h60_m.png);
	background-repeat: no-repeat;
}
.h60-w {
	background-image: url(/voice/image/h60_w.png);
	background-repeat: no-repeat;
}
.h70-m {
	background-image: url(/voice/image/h70_m.png);
	background-repeat: no-repeat;
}
.h70-w {
	background-image: url(/voice/image/h70_w.png);
	background-repeat: no-repeat;
}

.doc {
	background-image: url(./icons/doc.gif);
	background-repeat: no-repeat;
}
.pdf {
	background-image: url(./icons/pdf.gif);
	background-repeat: no-repeat;
}
.ppt {
	background-image: url(./icons/ppt.gif);
	background-repeat: no-repeat;
}
.img {
	background-image: url(./icons/img.gif);
	background-repeat: no-repeat;
}
.txt {
	background-image: url(./icons/txt.gif);
	background-repeat: no-repeat;
}
.xls {
	background-image: url(./icons/xls.gif);
	background-repeat: no-repeat;
}
.zip {
	background-image: url(./icons/zip.gif);
	background-repeat: no-repeat;
}



/* スマホ */
@media screen and (max-width: 600px){
#contents{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
	
#top_topi li {
    line-height: 250%;
    padding: 5px;
	list-style: none;
}
	


}



	

