@charset "UTF-8";

/*===========================================================

 ライター用css

============================================================*/

/*===========================================================
 共通
============================================================*/
body#writer {
    line-height:1.4;
}

body#writer p {
    padding:12px 0 0 2px;
}

body#writer p span.blue,
body#writer p span.green,
body#writer p span.red,
body#writer p span.black {
    font-weight:bold;
}

body#writer div.navi {
    margin:10px;
}
/*
body#writer div.navi {
    padding:5px;
    font-size:90%;
    background:#ecf7ff;
}

body#writer div.navi a {
    color:#333333;
}

body#writer div.navi a:hover,
body#writer div.navi a.active {
    color:#1268a8;
    text-decoration:underline;
}
*/
body#writer div.navi a {
    display:inline-block;
    padding:3px 5px;
    font-size:90%;
    color:#333;
    background:#e4e4e4;
    border:solid 1px #ccc;
}

body#writer div.navi a:hover,
body#writer div.navi a.active {
    color:#1268a8;
    text-decoration:none;
    background:#ecf7ff;
    border:solid 1px #81b5cc;
}


/*===========================================================
 ■詳細ページ
============================================================*/
/*===========================================================
 リード
============================================================*/
body#writer #writer_info .photo {
    width:200px;
    float:right;
    text-align:right;
}

body#writer #writer_info .photo img {
    border:1px solid #ccc;
}

body#writer p.underline{
    background:url(../images/base/bg_writer_list.gif) repeat-x left bottom;
}



/*===========================================================
 プロフィール
============================================================*/
body#writer #profile {
    background:url(../images/base/profile_bg.gif);
    padding:4px;
}
/*	background:url(../../writer/images/base/profile_bg.gif);*/

body#writer #profile #profile_inner {
    background-color:#edf0ea;
    padding:6px;
}


body#writer #profile .title {
    padding-bottom:10px;
}

/*===========================================================
 └プロフィール内容
============================================================*/
body#writer #profile dl {
    width:314px;
    float:left;
}

/* 画像なし */
body#writer #profile dl.no-photo {
    width:620px;
    float:left;
}

/* 名前 */
body#writer #profile dl dt {
    padding:3px 0 10px 4px;
    font-weight:bold;
    font-size:123.1%;
}

/* 内容 */
body#writer #profile dl dd {
    padding-left:4px;
}

body#writer #profile dl dd li {
    background:url(../images/base/profile_line.gif) repeat-x 0 0;
    padding:10px 0 8px 0;
}
/*	background:url(../../writer/images/base/profile_line.gif) repeat-x 0 0;*?

/*===========================================================
 └プロフィール内容（2名ver）
============================================================*/
body#writer #profile .left {
    width:310px;
    float:left;
}
body#writer #profile .right {
    width:310px;
    float:right;
}

body#writer #profile .left dl,
body#writer #profile .right dl {
    width:215px;
}

/*===========================================================
 └画像
============================================================*/
body#writer #profile .p_photo {
    width:308px;
    background:url(../images/base/profile_photo.gif) no-repeat 0 0;
    float:right;
}
/*	background:url(../../writer/images/base/profile_photo.gif) no-repeat 0 0;*/

body#writer #profile .p_photo img {
    margin:5px 0 10px 5px;
}

body#writer #profile .p_photo p {
    padding-top:0;
}

/*===========================================================
 └画像（2名ver）
============================================================*/
body#writer #profile .left .p_photo,
body#writer #profile .right .p_photo {
    width:86px;
    background:url(../images/base/profile_photo2.gif) no-repeat 0 0;
    float:right;
}
/*	background:url(../../writer/images/base/profile_photo2.gif) no-repeat 0 0;*/


/*------------------------------------------------------------
 インタビュー、コラム、レポート等用 （common.css上書き）
-------------------------------------------------------------*/
body#writer .img_center .gray { background-color:#ededed; border:none; }

/*===========================================================
 最新レポート
============================================================*/
body#writer #writer_report {
    margin:20px 0;
    padding:10px;
    background:#eee;
    border:solid 4px #ddd;
}

body#writer #report li {
    padding:0 0 2px 10px;
    background:url(../images/base/icon_date.gif) no-repeat 0 2px;
}
