/*
Template:KU_TheoreticalPhysics
Theme Name: KU_TheoreticalPhysics
Theme URI:http://www.yukawa.kyoto-u.ac.jp/
Author: mmj
Author URI: https://www.mmj.ne.jp/
*/


/* detailed.php の出力するコンテンツ内容
   （セミナー・研究会・お知らせ・ニュース＆リサーチ）
   の体裁

構造：

+ ann-overhead       一番上

+ ann-head           入力日、更新日、「戻る」
    + ann-headleft
    + ann-headright
 ( line )

+ ann-title          タイトル
(+ann-speaker)
(+ann-undertitle)
(+ann-undertitle2)

+ ann-content        本文
(+ann-remark)
(+ann-organizers)
(+ann-pictures)

+ann-foot            脚注部

*/

#ann-overhead {
    margin: 10px 15px 0px 15px;
    line-height: 18px;
    font-size: 12px;
    height: 18px;
}
#ann-head {
    margin: 0px 10px;
    border-bottom: solid #bbbbbb 1px;
    line-height: 18px;
    font-size: 12px;
    height: 20px;
}
#ann-headleft {
    float:left;
    width: 400px;
    padding: 0px 5px;
    text-align: left;
}
#ann-headright {
    float: right;
    width: 150px;
    padding: 0px 5px;
    text-align: right;
}
#ann-title {
    margin: 20px 10px 10px 10px;
    border: none;
    font-size: 16px;
    font-weight: bold;
}
#ann-speaker {
    margin: 20px 30px 10px 30px;
    border: none;
    font-size: 16px;
    font-weight:bold;
}
#ann-undertitle {
    margin: 20px 30px 10px 30px;
    border: none;
    font-size: 16px;
    line-height: 24px;
}
#ann-undertitle2 {
    margin: 0px 30px 10px 30px;
    border: none;
    font-size: 14px;
    line-height: 21px;
}
#ann-content {
    min-height: 200px;
    margin: 20px 20px;
    font-size:14px;
    line-height: 21px;
    text-indent: 0;
}
#ann-content pre{
    overflow: visible;
    font-size:12px;
    line-height: 18px;
    white-space: -moz-pre-wrap;  
    white-space: -pre-wrap;  
    white-space: -o-pre-wrap;  
    white-space: pre-wrap;  
    word-wrap: break-word;  
    text-indent: 0;
}
#ann-remark {
    margin: 8px 20px;
    font-size:14px;
    line-height: 16px;
    text-indent: 0;
}
#ann-organizers {
    margin: 20px 20px;
    font-size:14px;
    margin: 0px 30px;
}
#ann-organizers table table{
    margin: 0px 0px;
    line-height: 1em;
    text-indent: 0;
}
#ann-organizers table td{
    font-size: 14px;
    padding:0px 3px 3px 3px;
    border:none;
    background-color:#ffffff;
}
#ann-organizers table table td{
    font-size: 14px;
    padding:0px 3px 3px 3px;
    border:none;
    background-color:#ffffff;
}
#ann-foot {
    margin: 10px;
    padding: 5px;
    border-top: solid #bbbbbb 1px;
    line-height: 20px;
    font-size: 14px;
}
#ann-pictures {
    width:530px;
    margin: 30px;
    padding: 15px;
    border-top: solid #bbbbbb 1px;
    line-height: 20px;
    font-size: 14px;
}

