@charset "utf-8";

/* ミルクアカデミー ＞ 牛乳研究室 ＞「牛乳」とは
--------------------------------------------------------------------*/

/* 共通
-------------------------------- */
#maincts {
margin:0 auto;
width:680px;
}

#maincts .subt { margin-top: 20px; }



/* コンテンツ
-------------------------------- */
#maincts .title {
font-weight:bold;
margin-top:24px;
}

#maincts .txt { margin-top:12px; }

#maincts .TblStyle_01 {
margin:25px auto;
padding:0;
width:650px;
border-top:1px solid #498b37;
}
#maincts .TblStyle_01 td {
margin:0;
padding:6px 8px;
border-bottom:1px solid #498b37;
font-size:85%;
text-align:left;
background-color:#eeeeee;
}

#maincts .TblStyle_01 td.Boder1 { border-right:1px solid #498b37; }
#maincts .TblStyle_01 td.Boder2 { border-bottom:3px solid #498b37; }
#maincts .TblStyle_01 td.Boder3 { border-bottom:3px solid #498b37;border-right:1px solid #498b37; }


#maincts .b-close {
border-top:1px solid #e5e5e5;
margin-top:10px;
padding-top:10px;
height:14px;
font-size:85%;
line-height:1.4;
text-align:right;
}

#maincts .b-close a {
background:url('/fun/academy/common/img/close.gif') no-repeat 0 50%;
padding:12px 0 10px 12px;
}


ul.link2 {
margin-top:10px;
list-style-type:none;
margin: 0px;
padding: 0px;
}
ul.link2 li {
text-align:left;
}
ul.link2 li a {
padding-left:12px;
background:url("/fun/academy/common/img/arrow_blue.gif") no-repeat 0 2px;
}
