html {
  height: 100%;
}

body {
  font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",verdana,Sans-Serif;
  text-align:center;
  margin: 0;
  padding: 0;
/*
  background: url(../../img/common/bg_header.gif);
  background-repeat: repeat;
*/
  background-color: #f5f5f5;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

#wrap {
  width:auto !important;
/*
  margin-left:auto;
  margin-right:auto;
*/
  margin-left:0px;
  margin-right:0px;
  text-align:left;
  background:#fff;
  padding:10px;
  height: 80px;
}

a#btn_filter_menu {
  floar: right;
  display: block;
  margin-top: 15px;
  width: 40px;
  height: 100%;
  padding: 0px 0px 0px 42px;
  background: url(../img/btn_filter_off.png) no-repeat;
  background-size: 39px 33px;
  text-decoration: none;
  line-height: 1.2em;
}

a#btn_filter_menu.on {
  background: url(../img/btn_filter_on.png) no-repeat;
  background-size: 39px 33px;
}

a#btn_filter_menu:link { color: #333333; }
a#btn_filter_menu:visited { color: #333333; }
a#btn_filter_menu:hover { color: #777777; }
a#btn_filter_menu:active { color: #777777; }


#side-menu {
/*  width:220px;*/
  background:#BEBFC0;
  position: absolute;
  right: 20px;
  top: 165px;
  padding-bottom: 50px;
}

div#main {
/* position: relative;*/
 width:100%;
 float:right;
 margin-left:-240px;
}
/*
#main>* {
 margin-left:240px;
}
*/
div#container{
    background:#cccccc;
    font-size: 88%;
    line-height: 1.6;
    color: #036;
    border-radius: 0px;
    padding: 0px 0px 0px 0px;
    margin-left: px;
    margin-top: -5px;
}


h1{
    font-size: 114%;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4;
}
div.grid{
    position: relative;
    background-color: #FFF;
/*    width: 15%;*/
    float: left;
    height: 450px;
    width: 196px;
    margin: 5px;
    padding: 10px;
    border-radius:0px;
    overflow: hidden;
/*
    box-shadow:0px 1px 2px #444;
    -moz-box-shadow:0px 1px 2px #444;
    -webkit-box-shadow:0px 1px 2px #444;
*/
}

div#side-menu h2 {
    clear: both;
    background: #416EA7;
    line-height: 2.0em;
    padding: 3px;
    text-align: center;
    color: #fff;
    margin: 10px 5px 12px 5px; 
}
div.side-panel {
    background:#ffffff;
    padding:10px;
    margin: 15px 5px 15px 5px;
    float: left;
}

div.side-panel2 {
    background:#F5F5F5;
    padding: 10px 10px 0px 10px;
    margin-bottom: 3px;
    height: 80px;
}
div.side-panel2 ul li {
    float: left; 
}


h1,h2,h3,h4,h5 { margin: 0; }
div.side-panel h3 {
    margin: 0;
    font-size: 100%;
    border-bottom: solid 1px #999999;
}

h2 { font-size: 120%; color: #ff6600; margin-top: 12px;}
ul { margin: 0px; padding-left: 20px; margin-top: 5px;}
li { margin-left: 0px; font-size: 100%; }

div#top-navi {
  background:#F5F5F5;
  margin-bottom: 7px;
  padding: 5px 15px 5px 15px;
  min-height:2.5em;
  clear: both;
}

ul.nav-listing li {
  background: url(../img/check_off.png) no-repeat;
  background-size: 14px 14px;
  list-style: none;
  padding-left: 18px;
  margin-left: -20px;
  line-height: 1.6em;
  font-size: 11px;
}

ul.nav-listing li.on {
  background: url(../img/check_on.png) no-repeat;
  background-size: 14px 14px;
}



ul.nav-radio li {
  background: url(../img/radio_off.png) no-repeat;
  background-size: 14px 14px;
  list-style: none;
  padding-left: 18px;
  margin-left: 10px;
  line-height: 1.6em;
  font-size: 11px;
  float: left;

}

ul.nav-radio li.on {
  background: url(../img/radio_on.png) no-repeat;
  background-size: 14px 14px;
}

ul.nav-radio li a { text-decoration: none; }
ul.nav-radio li a:link { color: #333333; }
ul.nav-radio li a:visited { color: #333333; }
ul.nav-radio li a:hover { color: #777777; }
ul.nav-radio li a:active { color: #777777; }

ul.nav-dsp-mode li a { text-decoration: none; }
ul.nav-dsp-mode li a:link { color: #333333; }
ul.nav-dsp-mode li a:visited { color: #333333; }
ul.nav-dsp-mode li a:hover { color: #777777; }
ul.nav-dsp-mode li a:active { color: #777777; }

#dsp-mode li { line-height: 1.3em; }

ul.nav-radio li.dsp-mode4 {
  cursor: pointer;
  background: url(../img/dsp_mode4_off.png) no-repeat;
  background-size: 25px 25px;
  background-position: center 4px;
  min-width: 25px;
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
  margin-left: 0px;
  margin-right: 20px;
  line-height: 1.6em;
  font-size: 11px;
  float: left;
  text-align: center;
}

ul.nav-radio li.dsp-mode4.on {
  background: url(../img/dsp_mode4_on.png) no-repeat;
  background-size: 25px 25px;
  min-width: 29px;
  background-position: center 4px;
}

ul.nav-radio li.dsp-mode3 {
  cursor: pointer;
  background: url(../img/dsp_mode3_off.png) no-repeat;
  background-size: 29px 20px;
  background-position: center 4px;
  min-width: 29px;
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  line-height: 1.6em;
  font-size: 11px;
  float: left;
  text-align: center;
  display: none;
}

ul.nav-radio li.dsp-mode3.on {
  background: url(../img/dsp_mode3_on.png) no-repeat;
  background-size: 29px 20px;
  min-width: 29px;
  background-position: center 4px;
}

ul.nav-radio li.dsp-mode0 {
  cursor: pointer;
  background: url(../img/dsp_mode0_off.png) no-repeat;
  background-size: 22px 22px;
  background-position: center 4px;
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
  margin-left: 0px;
  margin-right: 0px;
  line-height: 1.6em;
  font-size: 14px;
  float: left;
  text-align: center;
}

ul.nav-radio li.dsp-mode0.on {
  background: url(../img/dsp_mode0_on.png) no-repeat;
  background-size: 22px 22px;
  background-position: center 4px;
}

ul.nav-radio li.dsp-mode1 {
  cursor: pointer;
  background: url(../img/dsp_mode1_off.png) no-repeat;
  background-size: 18px 24px;
  background-position: center 2px;
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
  margin-left: 0px;
  margin-right: 20px;
  line-height: 1.6em;
  font-size: 11px;
  float: left;
  text-align: center;
}

ul.nav-radio li.dsp-mode1.on {
  background: url(../img/dsp_mode1_on.png) no-repeat;
  background-size: 18px 24px;
  background-position: center 2px;
}

ul.nav-radio li.dsp-mode2 {
  cursor: pointer;
  width: 32px;
  background: url(../img/dsp_mode2_off.png) no-repeat;
  background-size: 32px 29px;
  background-position: center top;
  list-style: none;
  padding-left: 0px;
  padding-top: 30px;
  margin-left: 0px;
  margin-right: 20px;
  line-height: 1.6em;
  font-size: 11px;
  float: left;
  text-align: center;
}

ul.nav-radio li.dsp-mode2.on {
  background: url(../img/dsp_mode2_on.png) no-repeat;
  background-size: 32px 29px;
  background-position: center top;
}

#list-type {
  float: right;
}
#list-type li{
  cursor: pointer;
  float: left;
}
#list-type li.title{
  cursor: none;
  margin-right: 15px;
  margin-top: 5px;
}
#list-type li.grid {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  background: url(../img/grid_type1_off.png) no-repeat;
  background-size: 26px 26px;
  background-position: center top;
  text-indent: -5000px;
  list-style: none;
}
#list-type li.grid.on {
  background: url(../img/grid_type1_on.png) no-repeat;
  background-size: 26px 26px;
  background-position: center top;
}
#list-type li.list {
  height: 26px;
  margin-right: 10px;
  width: 26px;
  background: url(../img/grid_type2_off.png) no-repeat;
  background-size: 26px 26px;
  background-position: center top;
  text-indent: -5000px;
  list-style: none;
}
#list-type li.list.on {
  background: url(../img/grid_type2_on.png) no-repeat;
  background-size: 26px 26px;
  background-position: center top;
}



ul.nav-radio2 li {
  background: url(../img/radio_off.png) no-repeat;
  background-size: 14px 14px;
  list-style: none;
  padding-left: 18px;
  margin-left: -20px;
  line-height: 1.6em;
  font-size: 11px;
}

ul.nav-radio2 li.on {
  background: url(../img/radio_on.png) no-repeat;
  background-size: 14px 14px;
}

ul.nav-radio2 li a { text-decoration: none; }
ul.nav-radio2 li a:link { color: #333333; }
ul.nav-radio2 li a:visited { color: #333333; }
ul.nav-radio2 li a:hover { color: #777777; }
ul.nav-radio2 li a:active { color: #777777; }

ul.nav-listing li a { text-decoration: none; }
ul.nav-listing li a:link { color: #333333; }
ul.nav-listing li a:visited { color: #333333; }
ul.nav-listing li a:hover { color: #777777; }
ul.nav-listing li a:active { color: #777777; }

div.grid dlv.header { background: #cccccc; width:100%; margin: 0px 10px 0px 10px; height: 30px; }

div.grid h3 a { color: #000000; text-decoration: none; font-size: 15px; font-weight: normal; line-height: 1.3em; }
div.grid h3 a:link { color: #000000; }
div.grid h3 a:visited { color: #000000; }
div.grid h3 a:hover { color: #777777; }
div.grid h3 a:active { color: #ff6600; }

div.grid h3.post-title { margin-bottom: 7px; height: 3em; padding-bottom: 15px; width:100%; }
div.entry_info.landscape h3.post-title { border-bottom: 1px solid #999; width: 100%; }

div.auther { background-color: #416ca6; color: #ffffff; width:200px; margin: 0px -30px 0px -15px; padding:0px 10px 0px 10px; line-height: 2.0em; }
div.entry_info.landscape div.auther { display:block; width: 500px; }

div.grid ul { margin: 0px; padding: 0px; }
div.grid ul li { margin: 0px; padding: 0px; }

div.grid li { list-style: none; }
div.grid li.number { float: left; }
div.grid li.keishiki { float: left; width:65%; height:1.2em; overflow:hidden; font-size: 11px; font-weight: bold; margin-top: 2px; }
div.grid li.type { float: right; margin-left: 5px; }

div.entry { font-size: 11px; line-height: 1.7em; margin-bottom: -5px; margin-top:-5px;}

div.author { font-size: 11px; color: #808080;}
div.auther.sm { background-color: #81CC4D;}
div.auther.quiz { background-color: #F4A616;}
div.auther.binder { background-color: #1eaaa3; }

div.grid2 div.entry_type { color: #416CA6; }
div.sm div.entry_type { color: #81CC4D; }
div.quiz div.entry_type { color: #F4A616; }
div.binder div.entry_type { color: #1eaaa3; }

div.entry_type { color: #416CA6; }
div.entry_type.sm { color: #81CC4D; }
div.entry_type.quiz { color: #F4A616; }
div.entry_type.binder { color: #1eaaa3; }

div.grid-footer {
  position: absolute;
  left: 10px;
  bottom: 10px;
}

div.grid div.saigai-syurui li {
  float: left;
  border-radius: 3px;		/* CSS3草案 */
  -webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
  -moz-border-radius: 3px;	/* Firefox用 */
  padding:1px 4px 0px 4px;
  color: #FFFFFF;
  font-size: 11px;
  margin-right: 3px;
  margin: 0px 2px 2px 0px;
}

div.grid div.saigai-syurui li.syurui-1 {
  background-color: #0F3FB6;
}
div.grid div.saigai-syurui li.syurui-2 {
  background-color: #FB0000;
}
div.grid div.saigai-syurui li.syurui-3 {
  background-color: #00A1EC;
}
div.grid div.saigai-syurui li.syurui-4 {
  background-color: #934900;
}
div.grid div.saigai-syurui li.syurui-5 {
  background-color: #F74300;
}
div.grid div.saigai-syurui li.syurui-6 {
  background-color: #683B94;
}
div.grid div.saigai-syurui li.syurui-7 {
  background-color: #767676;
}

#navi li { float: left; list-style-type: none; padding-left:10px; }
#navi li a { text-decoration: none; }

#navi li a:link { color: #000080; }
#navi li a:visited { color: #000080; }
#navi li a:hover { color: #777777; }
#navi li a:active { color: #777777; }

/*
#saigai_syurui1 { background:url(../img/icon_saigai.gif) 0px 0px no-repeat; height: 56px; width: 56px; }
*/

ul.nav-listing2 { padding: 0px; margin:0px; }
ul.nav-listing2 li {
  width: 56px;
/*  height: 56px;*/
  list-style: none;
  margin: 10px 10px 0px 0px;
  padding-top: 60px;
  float: left;
  background: url(../img/icon_saigai.png) no-repeat;
  font-size: 85%;
  text-align: center;
  cursor: pointer;
}

ul#srch_tags { display:inline; margin-left: -20px; }
ul#srch_tags li {
  cursor: pointer; float: left;
  background: url(../img/icon_tag_delete.png) no-repeat left top;
  padding-left: 20px;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
}

ul#srch_keywd { display:inline; margin-left: -20px; }
ul#srch_keywd li {
  cursor: pointer; float: left;
  background: url(../img/icon_tag_delete.png) no-repeat left top;
  padding-left: 20px;
  margin-top: 17px;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
}

ul#srch_filter { display:inline; margin-left: -20px; }
ul#srch_filter li {
  cursor: pointer; float: left;
  background: url(../img/icon_tag_delete.png) no-repeat left top;
  padding-left: 20px;
  margin-top: 2px;
  margin-left: 5px;
  margin-right: 5px;
  list-style: none;
}

div.grid {
  cursor: pointer;
}

div.grid-on {
  background: #f8f8f8; 
}

ul#tags li {
  float: left;
  border-radius: 3px;		/* CSS3草案 */
  -webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
  -moz-border-radius: 3px;	/* Firefox用 */
  padding:1px 4px 0px 4px;
  color: #000;
  font-size: 11px;
  margin-right: 3px;
  margin: 0px 2px 2px 0px;
  background-color: #EFEFEF;
  list-style: none;
}

ul#tags li a { text-decoration: none; }
ul#tags li a:link { color: #333333; }
ul#tags li a:visited { color: #333333; }
ul#tags li a:hover { color: #777777; }
ul#tags li a:active { color: #777777; }

/* IE用 */
div.grid img { border: none; }
ul.nav-listing li, ul.nav-radio li, ul.nav-radio2 li  {
  line-height: 2.0em\9;
  padding-left: 25px\9;
}

div.btn_wrap {
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
}
div#btn_loader {
  width: 20em;
  border: 1px solid #888;
  text-align: center;
  font-size: 93%;
  line-height: 2.0em;
  cursor: pointer;
  border-radius:3px;
  margin-left: auto;
  margin-right: auto;
}


a.email_dtp { text-decoration: none; }
a.email_dtp:link { color: #333333; }
a.email_dtp:visited { color: #333333; }
a.email_dtp:hover { color: #777777; }
a.email_dtp:active { color: #777777; }

p.btnlike {
  position:absolute; right:10px; top:-5px; height:22px; overflow:hidden; width:22px;
  background-image: url('../img/icon_like.gif');
  background-position: 0px -22px;
  background-repeat: no-repeat;
  cursor: pointer;
}
p.like_select { position:absolute; right:10px; top:-5px; height:22px; overflow:hidden; width:22px;
  background-image: url(../img/icon_like.gif) no-repeat;
  background-position: 0px 0px;
  cursor: pointer;
}
#navi li.liked {
  background: url(../img/menu_icon_clip.png) no-repeat;
  padding-left: 30px;
  margin-left: 5px;
  padding-top: 5px;
}

#navi li.contents {
/*  background: url(../img/icon_pencil.png) no-repeat;*/
  padding-left: 0px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 3px;
}

#header ul li.c1 { border-color: #b6001a; }


#topmenu li a { text-decoration: none; }
#topmenu li a:link { color: #333333; }
#topmenu li a:visited { color: #333333; }
#topmenu li a:hover { color: #777777; }
#topmenu li a:active { color: #777777; }

#topmenu {
  margin-left: 100px;
}

/*
div.binder { background-color: #2e9dc1; color: #fff; }
a.binder { color: #fff; }
a.binder:link { color: #fff; }
a.binder:visited { color: #fff; }
a.binder:hover { color: #fff; }
a.binder:active { color: #fff; }

span.binder { color:#fff; }
*/

/*----*/
div.grid2 {
    display: inline-block;
    float: left;
    margin: 8px 0px 0px 8px;
    padding: 0px;
    border-radius:0px;
    height: 190px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
/*
    box-shadow:0px 1px 2px #444;
    -moz-box-shadow:0px 1px 2px #444;
    -webkit-box-shadow:0px 1px 2px #444;
*/
    min-width: 650px;
}
div.grid2 {
    display: inline-block;
    float: left;
    margin: 8px 0px 0px 8px;
    padding: 0px;
    border-radius:0px;
    height: 190px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
/*
    box-shadow:0px 1px 2px #444;
    -moz-box-shadow:0px 1px 2px #444;
    -webkit-box-shadow:0px 1px 2px #444;
*/
    min-width: 650px;
}

div.grid2 dlv.header { background: #cccccc; width:100%; margin: 0px 10px 0px 10px; height: 30px; }

div.grid2 h3 a { color: #000000; text-decoration: none; font-size: 13px; font-weight: normal; line-height: 1.2em; }
div.grid2 h3 a:link { color: #000000; }
div.grid2 h3 a:visited { color: #000000; }
div.grid2 h3 a:hover { color: #777777; }
div.grid2 h3 a:active { color: #ff6600; }

div.grid2 h3.post-title { margin-bottom: 0px; padding-right: 10px; width: 400px; margin-top:5px; margin-bottom: 5px; }

div.grid2 ul { margin: 0px; padding: 0px; }
div.grid2 ul li { margin: 0px; padding: 0px; }

div.grid2 li { list-style: none; }
div.grid2 li.number { float: left; }
div.grid2 li.keishiki { float: left; width:65%; height:1.2em; overflow:hidden; font-size: 11px; font-weight: bold; margin-top: 2px; }
div.grid2 li.type { float: right; margin-left: 5px; }

div.grid2 div.saigai-syurui li {
  float: left;
  border-radius: 3px;		/* CSS3草案 */
  -webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
  -moz-border-radius: 3px;	/* Firefox用 */
  padding:1px 4px 0px 4px;
  color: #FFFFFF;
  font-size: 11px;
  margin-right: 3px;
  margin: 0px 2px 2px 0px;
}

div.grid2 div.saigai-syurui li.syurui-1 {
  background-color: #0F3FB6;
}
div.grid2 div.saigai-syurui li.syurui-2 {
  background-color: #FB0000;
}
div.grid2 div.saigai-syurui li.syurui-3 {
  background-color: #00A1EC;
}
div.grid2 div.saigai-syurui li.syurui-4 {
  background-color: #934900;
}
div.grid2 div.saigai-syurui li.syurui-5 {
  background-color: #F74300;
}
div.grid2 div.saigai-syurui li.syurui-6 {
  background-color: #683B94;
}
div.grid2 div.saigai-syurui li.syurui-7 {
  background-color: #767676;
}

div.entry_info {
  float: left;
  width: 300px;
  margin-left:10px;
/* 
  position:absolute;left:0px;width:430px;padding-left:230px;
*/
}

div.entry_left {
  padding:15px;
/*
  width: 623px;
  height: 200px;
*/
  float:left;
/*
  posotion: relative;
*/
  height: 100%;
/*
    box-shadow:0px 1px 2px #444;
    -moz-box-shadow:0px 1px 2px #444;
    -webkit-box-shadow:0px 1px 2px #444;
    overflow: hidden;
*/
}
div.entry_memo {
  display: none;
/*
  position:absolute;
  right:25px;
  top:0px;
*/
  float: left;  
  background-color: #eee;
  height: 140px;
  width: 230px;
}

/*----*/

div.grid h3.post-title a { font-size: 118%; }

div#footer {
    clear: both;
    height: 90px;
    width: auto !important;;
    text-align: left;
}

#footer {
 padding: 0px 20px 30px 20px;
 margin-left: 0px;
 font-size: 108%;
 line-height: 1.6em;
 border-top-style: solid;
 border-top-width: 2px;
 border-color: #999999;
}
#footer img { float: right; margin-right: 20px; margin-top: 20px; margin-left: 20px; }
#footer img.email { float: none; margin-left: 10px; }
span.name { font-size: 146.5%; }
span.cp { font-size: 138.5%; color: #61A755; }
#fotter p.copy { margin-top: 15px; margin-left: 20px; float: left; font-size: 85%; line-height: 1.6em; }

.btn {
  background: #416CA6;
  border: 1px solid #DDD;
  color: #fff;
  padding: 8px 0;
  cursor: pointer;
  font-size:110%;
  padding-left: 10px;
  padding-right: 10px;
  height: 37px;
  margin-left: -2px;
}
.btn:hover { color: #e5e5e5; }

.btnClear {
  background: #C7C8C9;
  border: 1px solid #DDD;
  color: #fff;
  width: 40px;
  padding: 1px 0;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: 18px;
  font-size: 82%;
  margin-right: 5px;
}
.btnClear:hover { color: #333; }

/*
div.binder div.featured-img {
  border-color: #416CA6;
  border-width: 12px;
  border-style:solid;
  margin: 0px -10px 0px -10px;
}
div.sm div.featured-img {
  border-color: #F4A616;
  border-width: 12px;
  border-style:solid;
  margin: 0px -10px 0px -10px;
}
*/
div.entry_info p.author {
  margin-top: 0px;
  color: #416CA6;
  margin-bottom: 10px;
  font-weight: bold;
}


div.grid2 div.grid-footer {
  position: absolute;
  pading-left: 220px;
  bottom: 12px;
  width: 100%;
}

div.grid2 div.grid-footer div.author {
  float: right;
  margin-right: 30px;
  background: none;
}

/*
div.grid2 div.grid-footer div.sm {
  float: left;
  margin-left: 225px;
  background: none;
}
*/

div.grid2 div.grid-footer div.saigai-syurui {
  margin-left: 225px;
  pading:0;
}

div.grid2 div.entry {
  width: 380px;
  color: #333;
}
div.grid2 p.btnlike { right:15px; top:0px; }

div.grid2 div.featured-img.binder {
  border-color: #416CA6;
  border-width: 12px;
  border-style:solid;
  padding-top: 0px;
  margin: -10px 0px -20px -10px;
}

div.grid2 div.featured-img.binder {
  width: 200px;
  overflow-x: hidden;
  text-align: center;
}

div.grid2 div.featured-img.sm {
  border-color: #F4A616;
  border-width: 12px;
  border-style:solid;
  padding-top: 0px;
  margin: -10px 0px -20px -10px;
}

div.grid2 div.featured-img.sm {
  width: 200px;
  overflow-x: hidden;
  text-align: center;
}

div.grid2.binder h3.post-title {
  border-bottom-style: solid;
  border-width: 1px;
  border-color: #333;
  width: 355px;
  padding-bottom: 0px;
  margin-bottom: 1px;
}

div.grid2.binder h3.post-title img.binder {
  position: absolute;
  right: 50px;
  top: 13px;
  margin-bottom: -30px;
}

div.grid2.sm h3.post-title img.sm {
  position: absolute;
  right: 50px;
  top: 13px;
  margin-bottom: -30px;
}

div.grid2 {
  background: #fff; 
  cursor: pointer;
}

div.grid2:hover {
  background: #f8f8f8; 
}

@font-face {
  font-family: 'l-hub';
  src:  url('fonts/l-hub.eot?jjpa83');
  src:  url('fonts/l-hub.eot?jjpa83#iefix') format('embedded-opentype'),
    url('fonts/l-hub.ttf?jjpa83') format('truetype'),
    url('fonts/l-hub.woff?jjpa83') format('woff'),
    url('fonts/l-hub.svg?jjpa83#l-hub') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-l-hub"], [class*=" icon-l-hub"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'l-hub' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-l-hubbcp:before {
  content: "\e91f";
}
.icon-l-huball:before {
  content: "\e900";
}
.icon-l-hubbinder:before {
  content: "\e901";
}
.icon-l-hubCategory:before {
  content: "\e902";
}
.icon-l-hubclip:before {
  content: "\e903";
}
.icon-l-hubgrid:before {
  content: "\e904";
}
.icon-l-hubhensyu:before {
  content: "\e905";
}
.icon-l-hubhowuse:before {
  content: "\e906";
}
.icon-l-hubkagi:before {
  content: "\e907";
}
.icon-l-hubkiji:before {
  content: "\e908";
}
.icon-l-hublist:before {
  content: "\e909";
}
.icon-l-hubmail:before {
  content: "\e90a";
}
.icon-l-hubmessage:before {
  content: "\e90b";
}
.icon-l-hubmodoru:before {
  content: "\e90c";
}
.icon-l-hubmy:before {
  content: "\e90d";
}
.icon-l-hubquiz:before {
  content: "\e90e";
}
.icon-l-hubrss:before {
  content: "\e90f";
}
.icon-l-hubshido:before {
  content: "\e910";
}
.icon-l-hubtag:before {
  content: "\e911";
}
.icon-l-hubtaikei:before {
  content: "\e912";
}
.icon-l-hubtojiru:before {
  content: "\e913";
}
.icon-l-hubtojiru2:before {
  content: "\e914";
}
.icon-l-hubtrash:before {
  content: "\e915";
}

ul#dsp-mode {
  margin-left: 0px;
  padding-left: 0px;
}
ul#dsp-mode li.fm {
  margin-left: 0px;
  padding: 0px 5px 0px 5px;
  cursor: pointer;
  list-style-type: none;
  background: none;
  text-align: center;
  color: #b5b5b5;
}
ul#dsp-mode li.separate {
  padding-right: 10px;
  border-right: solid 1px #ccc;
}

ul#dsp-mode li.c0.on span {
  color: #416ca6;
}
ul#dsp-mode li.c1.on span {
  color: #63ba24;
}
ul#dsp-mode li.c2.on span {
  color: #f5a514;
}
ul#dsp-mode li.c3.on span {
  color: #ca0019;
}
ul#dsp-mode li.c4.on span {
  color: #1eaaa3;
}

div.pulldown ul {
  background-color: #ccc;
  border: 1px solid #000;
  width: 200px;
}

div.pulldown li {
  claer: both;
  color: #cc0000;
  float: none;
  text-align: left;
}

.balloon {
  position: relative;
  width: 140px;
  background-color: #ccc;
  text-align: center;
  padding-bottom: 20px;
  border-radius: 5px;
/*  box-shadow: 1px 1px 1px rgba(0,0,0,0.4);*/
  padding: 20px;
  background-color: #F5F5F5;

  -moz-box-shadow:1px 1px 0 #A6BBB7;
  -webkit-box-shadow:1px 1px 0 #A6BBB7; 
  box-shadow:1px 1px 0 #A6BBB7; box-shadow:0.1rem 0.1rem 0 #A6BBB7;
}
.balloon .triangle {
  position: absolute;
  top: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-bottom: 10px solid #F5F5F5;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;


}
.balloon p {
  margin-left: 20px;
  display: block;
  text-align: left;
  font-weight: normal;  
}

.box3{
  position: relative;
  margin-bottom: 20px;
  padding:10px;
  border-radius:7px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  -o-border-radius:5px;
  -ms-border-radius:5px;
  border:2px solid #e5e5e5; 
  background:#f5f5f5;
  text-align: left;
}

.box3::before{
content: "";
position: absolute;
left: 50%;
top: -20px;
margin-left: -10px;
width: 0px;
height: 0px;
border-right: 10px solid transparent;
border-top: 10px solid transparent;
border-left: 10px solid transparent;
border-bottom: 10px solid #e5e5e5;
z-index:102;
}

.box3::after{
content: "";
position: absolute;
left: 50%;
top: -14px;
margin-left: -8px;
width: 0px;
height: 0px;
border-right: 8px solid transparent;
border-top: 8px solid transparent;
border-left: 8px solid transparent;
border-bottom: 8px solid #f5f5f5;
z-index:103;
}

div.login {
  clear:both;
  display: none;
  float: right;
  margin-top: 10px;
}

div.bln {
  clear:both;
  display: none;
  margin-top: 10px;
  float: left;
}

.top-menu {
  margin-right: 50px;
}

.btn-radius {
  background: #416CA6;
  border: 1px solid #DDD;
  color: #fff;
  padding: 5px 0px 5px 0px;
  cursor: pointer;
  font-size:100%;
  border-radius: 8px;
  text-align: center;
}
.btn-radius:hover { color: #EFEFEF; }

ul.cnt-menu li span.icon-l-hubclip { color: #ca0019; }
ul.cnt-menu li span.icon-l-hubhensyu { color: #416ca6; }
ul.cnt-menu li span.icon-l-hubbinder { color: #1eaaa3; }

ul.cnt-menu li span.icon-l-hubkiji { color: #416ca6; }
ul.cnt-menu li span.icon-l-hubmessage { color: #63ba24; }
ul.cnt-menu li span.icon-l-hubquiz { color: #f5a514; }

ul.cnt-menu li { cursor: pointer; line-height: 2.4em; }
ul.cnt-menu li span { vertical-align: middle; } 
ul.cnt-menu li:hover { background-color: #8F9091; width:100%; }

div#container2 {
  clear: both;
  background:#F5F5F5;
/*
  font-size: 88%;
  color: #036;
*/
  line-height: 1.6;
  border-radius: 0px;
  padding: 10px 10px 10px 20px;
  margin-left: 0px;
  margin-top: -5px;
}

div.wrapper {
  max-width: 1110px;
  min-width: 860px;
}

#side-menu-liked {
  width:220px;
  background:#FFF;
  float: left;
}

div.side-panel h3 {
  margin: 0;
  font-size: 100%;
  border-bottom: solid 1px #999999;
  height: 30px;
}
div.side-panel h3.clip {
  background: url(../img/menu_icon_clip.png) no-repeat;
  padding-left: 30px;
  margin-left: 5px;
  padding-top: 5px;
}
div.side-panel h3.binder {
  background: url(../img/menu_icon_binder.png) no-repeat;
  padding-left: 35px;
  padding-top: 5px;
}
div.binder-panel {
  padding: 20px 20px 10px 10px;
  background-color: #dedede;
  margin-right: 8px;
}
div.binder-panel h3.binder {
/*  background: url(../img/menu_icon_binder.png) no-repeat;*/
  padding: 0px 0px 0px 35px;
  font-size: 154%;
  float: left;
}
div.binder-panel h3.clip {
/*  background: url(../img/menu_icon_clip.png) no-repeat;*/
  padding: 0px 0px 0px 35px;
  font-size: 154%;
  float: left;
}

div.binder-panel div.menu {
/*  float: right;*/
  padding: 0px 10px 0px 10px;
}
div.binder-panel div.menu ul li {
  float: left;
  margin-right:20px;
}

#binder_lists { text-align: left; }
ul.nav-radio { text-align: left; }
ul.nav-radio li { font-size:108%; line-height:1.6em; } 
#binder_lists li { font-size:108%; line-height:1.6em; }

/*
#btn_binder {
    border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 5px 10px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #666;
    font-size: 12px;
}
*/

div.side-panel { text-align: left; }

#btn_setbdnr_ok, #btn_setbdnr_del, #btn_ok {
    border-top: 1px solid #ccc;  
    border-right: 1px solid #999;  
    border-bottom: 1px solid #999;  
    border-left: 1px solid #ccc;  
    padding: 5px 10px;  
    font-weight: bold;  
    cursor: pointer;  
    color: #666;
    font-size: 12px;
     width:180px;
}

#btn_setbdnr_ok, #btn_ok { margin-top: 30px; margin-bottom: 20px; }

div.grid.liked {
    width: 710px;
    display: inline-block;
    float: left;
    margin: 8px 8px 0px 8px;
    padding: 0px;
    border-radius:0px;
    height: 185px;
    background-color: #fff;
    overflow: hidden;
    text-align: left;
    position: relative;
}

div.liked.entry_info {
  float: left;
  width: 465px;
  margin-left:10px;
/* 
  position:absolute;left:0px;width:430px;padding-left:230px;
*/
}
div.grid.liked h3.post-title { margin-bottom: 0px; padding-bottom: 0px; padding-right: 10px;  height: 100%; }

div#set_binder {
  width: 560px;
  height: 340px;
  dispay: none;
  background-color: #fff;
  z-index: 70;

  position: fixed;
  top: 50%;
  left: 50%;

  margin-left: -340px;
  margin-top: -230px;
  display: none;

  text-align: left;
  padding: 60px;
}

img#btn_setbdnr_close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

div.entry_right {
  float:left;
/*  position:absolute;*/
/*
  right:25px;
*/
  top:0px;
  margin-left: 1px;
  background-color: #FFF;
  height: 140px;
  width: 25px;
  padding-top: 75px;
  border-left-width: 1px;
  border-color: #eee;
  border-left-style:solid;
}
div.entry_right:hover {
  background-color: #99ccff;
}

div.entry_edit:hover {
  background-color: #d85b6d;
}
div.entry_edit {
/*
  position:absolute;
  right:0px;
  top:0px;
*/
  float:left;
  background-color: #DD8F9A;
  height: 140px;
  width: 25px;
  padding-top: 75px;
}

div.entry_right img {
  margin-top: -10px;
  margin-left: 5px;
}
div.entry_edit img {
  margin-top: -10px;
  margin-left: 5px;
}

#binder_lists li {
/*  background: url(../img/menu_icon_binder.png) no-repeat;*/
  padding-left: 35px;
  padding-top: 5px;
  width: 160px;
  height: 1.6em;
  overflow: hidden;
}

ul.nav-radio3 { margin-left: -10px; }

.btn_liked {
  border-top: 1px solid #ccc;  
  border-right: 1px solid #999;  
  border-bottom: 1px solid #999;  
  border-left: 1px solid #ccc;  
  padding: 5px 10px;  
  font-weight: bold;  
  cursor: pointer;  
  color: #fff;
  font-size: 12px;
  background-color: #303030;
  border-radius: 3px;		/* CSS3草案 */
  -webkit-border-radius: 3px;	/* Safari,Google Chrome用 */
  -moz-border-radius: 3px;	/* Firefox用 */
  font-weight: normal;
}
.btn_liked:hover { color: #ccc; }

#sel_bndr {
 padding-right:10px; width:190px; position:absolute; display:none; padding:20px;
 pading-top: 30px;
}
ul.bind-listing li {
  background: url(../img/check_off.png) no-repeat;
  background-size: 14px 14px;
  list-style: none;
  padding-left: 18px;
  margin-left: -20px;
  line-height: 1.6em;
  font-size: 11px;
  list-style: none;
}

ul.bind-listing li.on {
  background: url(../img/check_on.png) no-repeat;
  background-size: 14px 14px;
}

ul.bind-listing li a { text-decoration: none; }
ul.bind-listing li a:link { color: #333333; }
ul.bind-listing li a:visited { color: #333333; }
ul.bind-listing li a:hover { color: #777777; }
ul.bind-listing li a:active { color: #777777; }

#sel_bndr p.bdr { border-bottom: 1px solid #999; padding-bottom: 5px; }
#sel_bndr p { font-size: 12px; white-space:pre; line-height: 1.6em; margin: 0px;}

li.wrap-bln { cursor: pointer; }

.pickup_title { font-size: 22px; color: #426DA7; font-weight: normal; text-decoration: underline; margin: 30px 0px 0px 15px; }
.pickup_subtitle { font-size: 20px;  color: #333; font-weight: bold; margin: 0px 0px 0px 15px; padding-top: 20px; clear: both; }
