@charset "utf-8";


/* ---------------------------------------------------------
 　■ 教科書一覧 index用CSS
--------------------------------------------------------- */
#textbook-navi-l{
margin: 0 0 40px;
}
#textbook-navi-l ul{
margin: 0 7px;
overflow: hidden;/* clearfixの代わり */
zoom: 1;/* clearfixの代わり（IE6） */
}
#textbook-navi-l li{
float: left;
margin: 0 10px 0 0;
overflow: hidden;
}
#textbook-navi-l li.end{
margin: 0;
}


dl.kyoukashoBox{
overflow: hidden;
margin: 0 0 15px;
}
dl.kyoukashoBox dt{
}
dl.kyoukashoBox dd{
background: url(../images/textbook/img_line.gif) left bottom no-repeat;
margin: 0 0 -1px 32px;
padding: 12px 0 19px 0;
overflow: hidden;
zoom: 1;
}
dl.kyoukashoBox dd a.itembox{
font-size: 72.5%;
line-height: 1.3;
margin: 0 26px 0 0;
position: relative;
width: 151px;
height: 180px;
float: left;
background: #FFFFFF url(../images/textbook/itembox_bg.gif) 0px 0px repeat-x;
border: 1px solid #B6B7BB;
display: block;
}
dl.kyoukashoBox dd img.ico{
position: absolute;
left: 7px;
top: 7px;
}
dl.kyoukashoBox dd img.photo{
position: absolute;
left: 59px;
top: 7px;
}
dl.kyoukashoBox dd span.txt{
position: absolute;
left: 7px;
top: 135px;
display: block;
}

p#caution{
background-color: #ffffff;
text-align: center;
line-height: 30px;
margin: 27px 30px;
height: 30px;
border: 2px solid #CC0000;
}
p#caution span{
color: #ff0000;
}

#btn-home{
margin: 0 0 10px;
}

p#caution-top{
background-color: #ffffff;
text-align: center;
line-height: 30px;
margin: 27px 10px;
border: 2px solid #CC0000;
font-size: 92.5%;
}
p#caution-top span{
color: #ff0000;
font-weight: bold;
}


