﻿@charset "utf-8";
/*-------------リンク*/
div#con_m div.link p {
    text-align:left;
}
div#con_m div.link img {
    float:left;
    margin-left:4em;
    padding-right:1em; 
}
div#con_m div.link h3 {
    margin:0em 2em 0.3em 13.5em;
    padding:0 0 0 1em;
    background:url(../image/h3_mark.gif) no-repeat;
    background-position: left center;
    border-bottom:1px solid #888;
}
/*==================================================
ツィッター
==================================================*/
div#con_m #twitter_div {
text-align : left;
margin : 0.6em; /* 適宜変更推奨 */
padding : 0.6em;
background : #9CF;
width : 240px;
}

div#con_m #twitter_div h2 {
font-size : 1.2em;
color : #333;
text-align : left;
margin : 0 0 0.6em 0;
padding:0.2em 0.2em 0.2em 0.5em;
border-bottom:none;
border-left:10px solid #4182c2;
background:none;
}

div#con_m #twitter_div ul {
margin:0;
padding:0;
list-style-type:none;
width : 100%; /* 適宜変更推奨 */
}

/* ↓ここの設定は、10px×7pxのアイコン画像を基準にした数値になっています。 */
div#con_m #twitter_div li {
padding : 2px 5px 2px 5px; /* 適宜変更推奨 */
background-image : url("各POSTの左側に表示させるアイコン画像のURL");
background-repeat : no-repeat;
background-position : 5px 8px; /* 適宜変更推奨 */
border-bottom : dotted 1px #6e6055; /* 適宜変更推奨 */
overflow:hidden;
}

div#con_m #twitter_div li a {
display:block;
text-align:right;
font-size : 0.7em !important;
color : #333333; /* 適宜変更推奨 */
}

div#con_m #twitter_div li a:hover {
color : #666666;
}

div#con_m #twitter_div li span {
color : #333; /* 適宜変更推奨 */
font-size : 0.8em;
}

div#con_m #twitter_div li span a {
color : #0000ff; /* 適宜変更推奨 */
font-size : 1em !important;
}

div#con_m span#twitter-link {
text-align : right;
display : block;
}

div#con_m span#twitter-link a{
font-size : 0.8em;
color : #333333; /* 適宜変更推奨 */
}

