@charset "utf-8";
@import url(http://parts.blog.livedoor.jp/css/template_6thgen.css);

/**
@prefix : <http://purl.org/net/ns/doas#> .
<> a :CSSStylesheet;
 :title "ver06_km_contrastive_2c";
 :shortdesc "Design Template for livedoor Blog";
 :created "2014-02-03";
 :release [:revision "1.00"; :created "2014-02-03"];
 :page <>;
 :rights "LINE Corporation".
*/


/* 全体のレイアウト
----------------------------------------------- */
body {}
#wrapper {}
#container {
    margin: 0 auto;
    padding: 0 0 0 -10px;
    width: 1115px;
}
#content {
    position: relative;
    padding: 0px 45px 0 0px;
}
#main {
    padding: 0 0px 100px 115px;
}
#sidebar {}


/* 2カラムレイアウトのとき */
body.layout-2col #content {}
body.layout-2col #main {
    width: 620px;
}
body.layout-2col #main-inner {}
body.layout-2col #sidebar {
    width: 335px;
    margin-top: 20px;
}
body.layout-2col #sidebar-inner {}

/* 右サイドバー */
body.layout-2col.sidebar-right #content {}
body.layout-2col.sidebar-right #main {
    float: left;
}
body.layout-2col.sidebar-right #sidebar {
    float: left;
}

/* 左サイドバー */
body.layout-2col.sidebar-left #content {}
body.layout-2col.sidebar-left #main {
    float: right;
}
body.layout-2col.sidebar-left #sidebar {
    float: left;
}


/* 全体の文字色、リンク色
----------------------------------------------- */
body {
    color: #333;
    font: 14px/1.2 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', Sans-serif;
}
a,
body.page-article .article-title a:visited,
.calendarhead a:visited {
    text-decoration:none;
}
a:link {
    color: #1111cc;
}
a:visited {
    color: #1111cc;
}
a:hover {
    color: #e31010;
    text-decoration:underline;
}
a:active {
    color: #e31010;
}


/* ブログのヘッダー、タイトル、説明
----------------------------------------------- */
#blog-header {}
#blog-header-inner {}
#blog-header.show-image #blog-header-inner {
    position: static;
}
#blog-header-image {
    height: 400px;
    width: 100%;
    background-color: #f1f1f1;
}
#blog-title {
padding: 3px 0px 1px 145px;
font-size: 24px;
color: #000;
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
line-height: 45px;
font-weight: nomal;
text-align: left;
}
#blog-title a {
    color: #000;
    text-decoration: none;
}
#blog-title a:hover {
    color: #e31010;
    text-decoration:underline;
}
#blog-description {
 padding: 0px 0 2px 60px;
 font-size: 13px;
 color: #666;
 text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.9);
 line-height: 24px;
 text-align: center;
}
#blog-description a {
    text-decoration: underline;
}
#blog-description a:hover {
    text-decoration: none;
}
#blog-header.hide-text #blog-header-inner,
#blog-header.hide-text #blog-title,
#blog-header.hide-text #blog-title a {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
}
#blog-header.hide-text #blog-header-image {
    margin: 0;
}
#blog-header.hide-text #blog-title a {
    background-color:#fff;
    opacity: 0;
    z-index: 10;
    filter: alpha(opacity = 0);
    -webkit-transition: opacity 0.1s linear;
       -moz-transition: opacity 0.1s linear;
        -ms-transition: opacity 0.1s linear;
         -o-transition: opacity 0.1s linear;
            transition: opacity 0.1s linear;
}
#blog-header.hide-text #blog-title a:hover {
    opacity: 0.15;
}
#blog-header #blog-header-image{
    margin-top: 53px;
}

/* メニューバー
----------------------------------------------- */
.ldb_menu {
    position: relative;
    z-index: 20;
}
.ldb_menu-list:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.ldb_menu-list {
    zoom:100%;
    width: 1040px;
    margin: 0 auto;
    background: #000;
}
.ldb_menu-list li {
    float: left;
    list-style: none;
}
.ldb_menu-list li a{
    padding: 30px;
    line-height: 1;
    display: block;
    font-size: 16px;
    color: #fff;
}
.ldb_menu-list .ldb_menu-item-current,
.ldb_menu-list li:hover,
.ldb_menu-list li a:hover {
    background: #e31010;
    text-decoration: none;
}


/* メインカラム
----------------------------------------------- */
/* 記事全体 */
.article-body {
	line-height: 1.6;
	overflow: hidden;
}
.article-body {
    padding: 0 0 0 20px;
}
.article {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0px solid #E4E4E4;
}
.first-article {
    padding-top: 0;
}
.article-rating {
    margin-bottom: 10px;
    display: block;
}

/* 記事ヘッダー、記事タイトル */
.article-header {
    position: relative;
}
.article-title {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  padding-bottom: 5px;
  padding-left: 16px;
  font-weight: bold;
}
.article-title a {
    color: #000;
}
.article-title a:hover {
    color: #e31010;
}
.article-body-inner img.pict {
    margin: 5px 0;
}
.article-body-more {
    margin: 20px 0 0 0;
}
.article-body-inner p {
	margin: 0em 0px;
	line-height: 22px
}

/* 日付 */
.article-date {
 font-size: 20px;
 color: #FF0000;
 margin: 0 0 5px 20px;
}

/* 記事フッター、カテゴリ、コメント、ソーシャルボタン */
.article-footer-inner:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
.article-footer-inner {
    zoom:100%;
    margin-top: 0px;
    margin-left: 30px;
}
.article-footer-inner a:link,
.article-footer-inner a:visited,
.article-footer-inner a:active  {
    color: #1111cc;
}
.article-footer-inner a:hover {
    color: #e31010;
    text-decoration:underline;
}
.article-tags {
    padding: 5px 0 0 !important;
    line-height: 1 !important;
    margin: 0 !important;
}
dl.article-tags dt {
    background: none;
float: left;
text-indent: 0;
width: 53px;
padding: 4px 0 0 10px;
font-size: 14px;
font-weight: bold;
background: whitesmoke;
}
.article-tags dd {
    font-size: 14px;
    line-height: 20px;
    list-style: none;
    margin-left: 0 !important;
    border-left: 1px solid #e4e4e4;
    font-weight: bold;
    background: whitesmoke;
}
.article-tags dd a {
    line-height: 1;
    padding: 0 8px;

}
.article-tags dt + dd {
    border-left: none;
}
.article-tags dt + dd a {
    padding: 0 8px 0 0;
}
.article-meta {
    padding: 5px 0 5px 0;
}
.article-meta li {
    margin: 0;
    float: none;
}
.article-meta li {
float: left;
font-size: 14px;
line-height: 20px;
list-style: none;
margin: 0 0px 0 0px;
font-weight: bold;
background: whitesmoke;
padding-left: 10px;
}
.article-category dt {
    text-indent: 0;
    float: left;
    width: 80px;
    height: 20px;
    background: none;
}
.article-category dd.article-category1 ,
.article-comment-count dd {
    padding: 0 8px 0 0;
}
.article-category dd.article-category2 {
    border-left: 1px solid #e4e4e4 !important;
}
.article-social-btn > a,
.article-social-btn > span,
.article-social-btn > div,
.article-social-btn > iframe {
	margin: 1px 0 8px 0;
}
.article-social-btn {
    margin: 0px 0 0;
}

/* 関連記事 */
.article-body .related-articles {
margin-top: 30px;
margin-bottom: 30px;
padding-right: 70px;
}
.article-body .related-articles h3 {
    font-size: 16px;
    color: #333;
    margin: 0 0 15px 0;
    border-bottom: none;
}
.article-body .related-articles ul {
    list-style: none;
    margin:0;
    padding-left:0;
}
.article-body .related-articles ul li {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/list.png) no-repeat left 10px;
    padding-left: 12px;
    font-size: 16px;
    line-height: 28px;
}
.article-body .related-articles ul li a {
    text-decoration: none;
}
.article-body .related-articles ul li a:hover {
    text-decoration: underline;
}
.related-articles.with-image .related-article-image img {
    height: 84px;
}



/* 続きを読む */
.article-continue {
    text-align: left;
    margin: 4px 0 0 150px;
}
.article-continue a:link,
.article-continue a:visited {
display: inline-block;
background-position: 100% -199px;
padding-right: 24px;
font-weight: bold;
}


/* 共通テーマ */
dl.common-theme{
    background: #fafafa;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 8px 12px;
}

/* メッセージボード */
.message-board {
    margin-top: 5px !important;
    margin-bottom: 00px !important;
    padding-bottom: 10px;
    margin-left: 0px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 0px solid #000;
}

/* プライベートモード、コメントにログインが必要な場合のメッセージ */
div.private-mode-announcement,
div.comment-auth-announcement {
    background-color: #fafafa;
    border: 1px solid #ddd;
}


/* 記事本文
----------------------------------------------- */
.article-body {
    color: #333;
    font-size: 16px;
}
.article-body-inner a{
	text-decoration: blink;
}
.article-body-inner h1{
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 22px;
    color: #000;
    margin: 25px 0;
}
.article-body-inner h2 {
    border-left: 5px solid #e31010;
    padding-left: 10px;
    font-size: 16px;
    color: #000;
    margin: 25px 0;
}
.article-body-inner h3 {
    border-bottom: 1px dotted #ccc;
    font-size: 16px;
    color: #000;
}
.article-body-inner h4 {
    font-size: 16px;
    color: #000;
}

blockquote {
font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Os
aka‐等幅";
color: #333333;
background: #EEEEEE;
margin: 5px 10px 5px 10px;
padding: 10px;
content: none;
}
blockquote:before {
    content: none;
}
.article-body-inner blockquote:before {
	content: none;
}
.article-body-inner p,
.article-body-inner pre,
.article-body-inner dl,
.article-body-inner ol,
.article-body-inner ul,
.article-body-inner blockquote {
	margin: 0.2em 0;
}
.article-body-inner blockquote {
	padding: 1em 1em 1em 2em;
	position: relative;
	clear: both;
}


h2 {
border-left: 5px solid #e31010;
padding-left: 10px;
font-size: 16px;
color: #000;
margin: 25px 0;
}

/* コメント・トラックバック一覧
----------------------------------------------- */
#article-options .article-option-title {
    font-size: 17px;
    font-weight: normal;
    margin-bottom: 40px;
}
#comment-form {
    font-size: 14px;
    margin: 42px 0;
}
.comment-info,
.trackback-set {
    padding-top: 30px;
    border-top: 1px dashed #DBDBDB;
}
.comment-info:first-child,
.trackback-set:first-child {
    padding-top: 0;
    border-top: none;
}
.comment-author,
.ping-title {
    padding-right: 3px;
}
.comment-date,
.ping-blog-name,
.ping-date {
    border-left: 1px solid #666;
    color: #999;
    padding: 0 6px;
}
.comment-author a:link,
.comment-author a:visited {}
.comment-body {
    color: #484848;
    margin-top: 2px;
    line-height: 21px;
}
.ping-excerpt {
    color: #666;
    margin-left: 16px;
}

#comment-form dt {
    width: 8%;
}
#comment-form dd {
    margin: 0 11%;
}
div.article-option ol {
    margin: 35px 0 0 0;
}
.comment-info, .trackback-set {
    font-size: 14px;
}
.commentEvaluation {
    float: right;
    display: block;
    margin-top: -27px;
}

/* ページ送り
----------------------------------------------- */
/* トップページ */
ul.index-navigator {
    margin: 30px 0 10px;
}
ul.index-navigator li a,
ul.index-navigator li.current span,
.paging-number{
    background-color: none;
    color: #e31010;
    font-weight: normal !important;
}
ul.index-navigator li.current span {
    background-color: #e31010;
    color: #fff;
}
ul.index-navigator a:hover {
    background-color: #e31010;
    text-decoration: none;
    color: #FFF;
}
ul.index-navigator a:visited {
    color: #e31010;
}
ul.index-navigator a:visited:hover {
    color: #FFF;
}

.paging-prev a,
.paging-next a,
.paging-first a,
.paging-last a {
    display: block;
    width: 5px;
    height: 9px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
    text-align: left;
    vertical-align: middle;
    text-indent: -9999px;
    *text-indent: 0;
    *line-height: 9999px;
}

.paging-prev a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev.png) no-repeat center !important;
}
.paging-next a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next.png) no-repeat center !important;
}
.paging-first a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev_end.png) no-repeat center !important;}
.paging-last a {background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next_end.png) no-repeat center !important;}


/* 記事ページ、月別アーカイブページ */
ul.article-pager:after {
    content:".";
    height:0;
    clear:both;
    display:block;
    visibility:hidden;
}
ul.article-pager {
    zoom:100%;
    padding: 0;
    margin-bottom: 60px;
    padding-bottom: 30px
    padding-top: 20px;
    margin-top: 20px;
}
ul.article-pager li ,
ul.archives-pager li {
    margin: 0;
}
ul.article-pager li.prev{
    float: left;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_prev.png) no-repeat left 4px;
    padding-left: 10px;
}
ul.article-pager li.next {
    float: right;
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/icon_next.png) no-repeat right 4px;
    padding-right: 10px;
}
ul.article-pager li a,
ul.archives-pager li a {
    font-size: 16px;
    padding: 0;
}
ul.article-pager li a:visited,
ul.archives-pager li a:visited {
    color: #e31010;
}

ul.article-pager li a:hover,
ul.archives-pager li a:hover {
    background: none;
    text-decoration: underline;
}


/* ブログのフッター
----------------------------------------------- */
#blog-footer {
    color:#ffffff;
    padding: 31px;
    font-size: 12px;
    background: #ffff;
}
#blog-footer a {
    color:#ffffff;
}


/* ブログパーツ
----------------------------------------------- */
/* 共通 */
.sidewrapper:first-child {
    padding-top: 0;
}
.sidewrapper {
    font-size: 18px;
    overflow: hidden;
    padding: 30px 0 0 20px;
    position: relative;
}
.side a {
    color: #11C;
}
.side a:hover {
    color: #e31010;
    text-decoration:none;
}
.sidewrapper .sidetitle {
    color: #333;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.2;
    font-weight: bold;
}
.sidewrapper .sidetitle a {
    color: #333;
}
.sidewrapper .side {
    padding-left: 10px;
}
.sidewrapper .side .sidebody {
    /* line-height: 21px; */
    /* margin: 0 0 7px 0; */
    line-height: 130%;    
    margin: 0px 0 4px 0;
}
.sidewrapper .side .sidebody.category-child {
    margin-left: 1em;
}
.sidebody {
    background: url(http://parts.blog.livedoor.jp/img/usr/ver06_km_contrastive_2c/list.png) no-repeat left 7px;
    padding-left: 10px;
}

/*  カテゴリ */
.category-parent ,
.category-child {
}
.category-parent a ,
.category-child a {
}


/* カレンダー */
.plugin-calendar_default {
    width: 280px;
}
.table.caltbl.calendartable{
    margin-top: 17px !important;
    margin-bottom: 0 !important;
}
table.caltbl {
    line-height: 1.8;
    margin: 17px auto;
    margin-bottom: 0 !important;
    width: 100%;
}
.calendarhead{
    font-weight: normal;
    font-size: 15px;
}
.calendarhead a,
.calendarhead a:hover,
.calendarhead a:visited{
}
table.caltblwk {
    width: 280px;
}
table.caltblwk .weekday {
    color: #000;
}
table.caltblwk .sun {
    color: #ff5d5d;
}
table.caltblwk .sat {
    color: #578efa;
}
table.caltblday {
    color: #000;
    border-collapse: separate;
    border-spacing: 4px;
    font-size: 13px;
    max-width: 280px;
    font-family : Arial,sans-serif ;
    width: 280px;
}
table.caltblday .caloff {
    border: 1px solid #e4e7e8;
}
table.caltblday .calon {
    border: 1px solid #e4e7e8;
}
table.caltblday td a {
    height: 23px;
    line-height: 23px;
    font-weight: bold;
    color: #E31010;
}
table.caltblday td a:hover {
    text-decoration: underline;
}
.caltblwkbg.calendarwd table.caltblwk{
    max-width: 270px;
}


/*検索フォーム*/
.sidewrapper input.sf{
    background-color: none;
    border-radius: 0;
    background: none;
    box-shadow: none;
    display: block;
    float: left;
    margin: 0 auto;
    padding: 0 5px 0 5px;
    vertical-align: top;
    width: 240px;
    height: 28px;
    border: 1px solid #e4e4e4;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    outline: 0;
}

.sidewrapper input.sfbtn {
    border-left: 0;
    border-radius: 0;
    float: right;
    text-shadow: none;
    width: 55px;
    background: #bbb;
    color: #fff;
    outline: 0;
    border: none;
}

.sidewrapper input.sfbtn {
    width: 55px;
    height: 28px;
    line-height: 28px;
    padding: 0 !important;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

.sidewrapper input.sfbtn:hover {
    color: #FFF;
}


/* その他のパーツ
----------------------------------------------- */
/* アーカイブヘッダ */
.archives-header {
    margin-top: 0 !important;
    margin-bottom: 30px !important;
    padding-bottom: 30px;
    border-bottom: 2px solid #000;
    color: #000;
    line-height: 24px;
    overflow: hidden;
    font-size: 18px;
}
.archives-header a:link,
.archives-header a:visited,
.archives-header a:hover,
.archives-header a:active {
    color: #000;
}

/* 記事下広告 */
#ad2 {
    padding: 40px 0 35px !important;
}
#ad2 a.addescription {
    color:#000;
}


/* 特殊機能・カスタマイズ
----------------------------------------------- */
/* ページトップへ */
.to-pagetop {
	bottom: -80px;
	position: absolute;
	right: 574px;
}
.to-pagetop a {
  background:url(http://parts.blog.livedoor.jp/img/usr/default_2012/common/to_pagetop.png) 0 0 no-repeat;
  display: block;
  width: 70px;
  height: 70px;
  text-indent:-9999px;
}
.to-pagetop a {
  opacity: 0.6;
  -webkit-transition: opacity linear 0.1s;
     -moz-transition: opacity linear 0.1s;
      -ms-transition: opacity linear 0.1s;
       -o-transition: opacity linear 0.1s;
          transition: opacity linear 0.1s;
}
.to-pagetop a:hover {
  opacity: 0.9;
}


.az a{
	display:block;
}

.azprice {
  padding: 0px 0px 0px 30px;
}

.az img{
	max-width:100%;
	height:auto;
	border:none;
}

.az div{
	display:block;
}


.az{
	margin:0px 5px 0 0px;
	display:inline-block;
	width:150px;
}

.az:hover{
	opacity:0.7;
}


/* TOP0 */

div.popularArticlesWithImage.A {
margin: 0px 0px 0 0;
}


div.popularArticlesWithImage.A div.title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 146px;
	height: 16%;
	padding: 5px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 11px;
	line-height: 1.4;
	filter: alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
    overflow: hidden;
}

div.popularArticlesWithImage.A ul li{
	position: relative;
	display: inline-block;*
	display: inline;*zoom:1;
	margin-bottom: 0px;
	vertical-align: top;
	text-align:left;
	list-style-type: none;
    margin: 8px 0px -2px -1px;
    padding: 0;
}


table.top0 {
     margin : 10px 0px  0px 0px ;
     height: 296px;
     width : 830px;
} 


td.random0 {
     width : 260px;
     text-align:center;
} 

td.ranking0 {
     width : 570px;
vertical-align: middle ;
text-align: left ;
}


/* メニュー */
----------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,300);
#cssmenu {
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
  text-align: left;
}
#cssmenu > ul {
  width: 1000px;
  list-style-type: none;
  padding: 0;
  margin: 0 0 0 100px;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
#cssmenu > ul li#responsive-tab {
  display: none;
  /* Hide for large screens */

}
#cssmenu > ul li {
  display: inline-block;
  *display: inline;
  zoom: 1;
margin: 0px 0px 0px 0px;
padding: 0;
}
#cssmenu > ul li.right {
  float: right;
}
#cssmenu > ul li.has-sub {
  position: relative;
}
#cssmenu > ul li.has-sub:hover ul {
  display: block;
}
#cssmenu > ul li.has-sub ul {
  display: none;
  width: 250px;
  position: absolute;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #ece6e8;
  border-bottom: 3px solid #d9ced2;
  border-top: 0 none;
}
#cssmenu > ul li.has-sub ul li {
  display: block;
}
#cssmenu > ul li.has-sub > a {
  background-image: url('images/caret.png');
  background-repeat: no-repeat;
  background-position: 90% -95%;
}
#cssmenu > ul li.has-sub > a.active,
#cssmenu > ul li.has-sub > a:hover {
  background: #d80041 url('images/caret.png') no-repeat;
  background-position: 90% 195%;
}
#cssmenu > ul li a {
  display: block;
  padding: 12px 22px 11px 22px;
  text-decoration: none;
  color: #747474;
  text-shadow: 0px 1px 0px #fff;
}
#cssmenu > ul li a.active,
#cssmenu > ul li a:hover {
  background: #d80041;
  color: #fff;
  text-shadow: 0px 1px 0px #000;
}
@media (max-width: 600px) {
  #cssmenu > ul {
    width: 100%;
  }
  #cssmenu > ul li#responsive-tab {
    display: block;
  }
  #cssmenu > ul li#responsive-tab a {
    background: url('images/menu.png') no-repeat;
    background-position: 95% -35%;
  }
  #cssmenu > ul li#responsive-tab a:hover {
    background-color: #d80041;
    background-position: 95% 135%;
  }
  #cssmenu > ul li {
    display: none;
  }
  #cssmenu > ul li.right {
    float: none;
  }
  #cssmenu > ul li.has-sub {
    position: relative;
  }
  #cssmenu > ul li.has-sub ul {
    display: block;
    position: static;
    width: 100%;
    background: #ffffff;
    border: 0 none;
  }
  #cssmenu > ul li.has-sub ul li {
    display: block !important;
  }
  #cssmenu > ul li.has-sub ul li a span {
    display: block;
    padding-left: 24px;
  }
  #cssmenu > ul li.has-sub > a {
    background-image: none;
  }
}
/* Make sure they show even if hidden in mobile view by JS */
@media (min-width: 600px) {
  #cssmenu > ul > li.collapsed {
    display: inline-block !important;
    *display: inline;
    zoom: 1;
  }
  #cssmenu > ul ul li.collapsed {
    display: block !important;
  }
}


div.picresize1 img{
width: auto;
height: auto;
max-width:600px;
max-height:160px;
padding: 5px 0 0 5px;
}


div.picresize2 img{
width: auto;
height: auto;
max-width:600px;
max-height:830px;
padding: 5px 0px 5px 0px;
}

/* 購入した作品＆特集記事 */

div.newplugin { width: 830px;
height: 880px;
overflow-y: scroll; 
margin-top: 5px;
} 

div.newplugin .plugin-memo {
  float:left;
 padding-top:0 !important;
}

div.newplugin .sidewrapper {
font-size: 14px;
overflow: hidden;
padding: 0px 0px;
position: relative;
border-bottom: 1px solid #fff;
}

div.newplugin1 {
  width:330px;
 float: left;
text-align: center; 
margin-top: 20px; 
}

div.newplugin2 { width: 600px;
 float:left;
margin-top: 35px;
text-align: left;
}

p.buypic img{
height:auto;
width:100%;
max-width: 330px;
}

p.matome { 
padding: 10px 0px 10px 60px;;
font-size: 18px;
}



div.column1 img{
width:190px;
height:auto;
padding: 5px 0 10px 0;
}

dvi.dmm1avidolgame5 {
 float: left;
 width: 829px;
}
div.dmm1avidolgame5 img{
width: 115px;
height: 156px;
 margin: 10px 0px 0px 0;
}
dvi.dmm1avidolgame6 {
 float: left;
 width: 829px;
}
div.dmm1avidolgame6 img{
width: 115px;
height: 156px;
 margin: 10px 4px 0px 0;
}
div.dmm2doujin {
 float: centor;
width: 829px;
}
div.dmm2doujin4 img{
width: 196px;
height: 139px;
 margin: 10px 0px 0px 0;
}
div.dmmtrimming{
    border: 1px solid #aaa;
    display:block;
    width:260px; /*トリミング後の横幅*/
    height:204px; /*トリミング後の縦幅*/
    overflow:hidden;
    position:relative;
    z-index:1;
}
div.dmmtrimming img{
    float:center;
margin: auto;
}


div.dlsitepic img{
width: 185px;
height: auto;
padding: 10px 0px 0px 0px;
}



/* スライドショー */

#stage {
    position: relative;
    width: 260px;
    height: 204px;
    margin: 0 auto;
}
#photo1,#photo2,#photo3,#photo4,#photo5 {
    width: 260px;
    height: 204px;
    position: absolute;
}
#photo1 img,#photo2 img,#photo3 img,#photo4 img,#photo5 img {
    opacity:0;
    -moz-animation: imgTrans 30s infinite;
    -webkit-animation: imgTrans 30s infinite;
    animation: imgTrans 30s infinite;
}
#photo1 img {
    -moz-animation-delay: 0s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
#photo2 img {
    -moz-animation-delay: 6s;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
}
#photo3 img {
    -moz-animation-delay: 12s;
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
#photo4 img{
    -moz-animation-delay: 18s;
    -webkit-animation-delay: 18s;
    animation-delay: 18s;
}
#photo5 img {
    -moz-animation-delay: 24s;
    -webkit-animation-delay: 24s;
    animation-delay: 24s;
}
#frame {
    width: 260px;
    height: 204px;
    position: relative;
    overflow: hidden;
}
@-webkit-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}
@-moz-keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}
@keyframes imgTrans {
 0% { opacity:0; }
 5% { opacity:1; }
 20% { opacity:1; }
 25% { opacity:0; } 
 100% { opacity:0; }
}




/*
 外枠のデザインをここで指定して下さい 
*/

div.picresize1 .dmmad { border: solid 0px #000; margin:2px; padding: 3px; 
height: auto; width: 715px; padding-bottom: 3px; padding-top: 3px; padding-left: 3px; margin: 2px; padding-right: 3px}

/*
 パッケージイメージのスタイルなどはここで指定 
*/

.dmmad_thumbnail { height: 308px; width: 715px; float: left; padding-bottom: 4px; margin-right: 250px }

/*
 パッケージタイトルのフォントサイズやスタイルなど
*/

.dmmad_titlestring { font-size: 16px; font-weight: bold; line-height: 15px; margin-bottom: 4px; text-align:left; }

/*
 商品説明テキストのスタイル。 "describtion"は当方のタイプミスですが互換性のために残しています。
 今後は"description"の方に順次切り替えて行きます
*/	

.dmmad_describtion { font-size: 15px; line-height: 19px; text-align:left; background-color: #eeeeee; padding: 8px;}
.dmmad_description { font-size: 12px; line-height: 18px; text-align:left;}

div.dmmad_thumbnail ._it_img {
  width: auto;
  height: auto;
  /* max-width: 589px; */
  max-height: 308px;
  padding: 5px 0px 5px 20px;
}

div.dmmad_thumbnail img{
width: auto;
height: auto;
max-height:308px;
padding: 5px 0px 5px 20px;
}

ul {
    margin-left: 32px;
}

li {
margin: 5px 0px 5px 0px;
padding: 0;
}


ol {
    margin-left: 32px;
}


.side p {
  line-height: 140%;
  margin: 0px 0px 4px 0;
}


div.nav {
	pointer-events: none;
}














table , tablemain {
	border: 0px solid #595959;
	border-collapse: collapse;
	margin:0px 0 -14px 120px;
width: 970px;
}



td.td1m {
 padding: 18px 0px 0px;
 vertical-align: top;
 text-align: center;
 width: 200px;
}

td.td1m img {
margin: 0px 0px 9px 0px;
text-align: center;
width: 200px;
    }

	
	
td.td2m {
width: 200px;
vertical-align: top;
text-align: center;
padding: 18px 0px 0px 10px;
}

td.td2m img {
margin: 0px 0px 9px 0px;
text-align: center;
width: 200px;
    }

td.td3r {
vertical-align: top;
text-align: center;
    	}

td.td4r {
    padding: 9px 0 0px 0px;
    vertical-align: top;
    text-align: center;
    	}

td.td5r {
    padding: 0px 0 0px 0px;
    vertical-align: top;
    text-align: center;
    	}




.top_search input {
    width: 200px;
}

element.style {
    margin: 0px;
}

