h1{
    font-size:250%;
    text-align:center;
    color:#fffffff;
    position:center;
    padding:20px 0px 5px 20px;
}
h1 > a{
    color:#fffffff;
    text-decoration:none;
    text-shadow: 0 0 5px #000;/***** 見づらい場合は色変更 *****/
}
h1 > a:link {
    color:#ffffff;
}
h1 > a:visited {
    color:#ffffff;
}
h1 > a:hover {
    color:#191970;
    font-weight:bold;
}
h1 > a:active{
    color:#f00;
}

header > #header_img_box{
  width:auto;
  height:auto;
  border-top:solid 1px #aaa;
  border-bottom:solid 1px #aaa;
  background-color:skyblue;
        position:relative;
        overflow:hidden;
}
header > #header_img_box > img{
    width:20%;
    height:40%;
    display:block;
}
*{
    font-size:100%;
    font-family:meiryo;
    padding:0;
    margin:0;
}
.reset_left{
    width:auto;
    height:0px;
    display:block;
    clear:left;
}
.reset_right{
    width:auto;
    height:0px;
    display:block;
    clear:right;
}
.reset_both{
    width:auto;
    height:0px;
    display:block;
    clear:both;
}
input,textarea,input[type="checkbox"]{
    border:solid 1px #333;
}
body{
    margin:0px 0px;
    background-color:#ffe4e1;
}
#wrapper{
    width:80%;
    height:auto;
    padding:0px 0px;
    margin:5px auto;
    background-color:#ffffff;
    max-width:1200px;
    min-width:768px;
    /*box-shadow: 0px 0px 1px rgba(0,0,0,0.2);*/

   
}

header{
    width:atuo;
    height:auto;
    border-top:solid 3px #333;
    border-bottom:solid 1px #333;
    padding:0px 0px 0px;
    margin:0px 0px 0px;
    background-color:#fff;
}

#introduction{
    color:#333;
    font-size:100%;
    text-align:center;
    padding:10px 0px 7px;
    margin:0px 5px;
    width:auto;
    height:auto;
}
#introduction span{
    color:#333;
}
.nav_style{
    float:center;
    margin:5px 0px 0px;
}
.nav_default_style{
}
#nav a:link{
    color:#ffffff;
    text-decoration:none;
    font-size:small;
}
#nav a:visited{
    color:#333;
    text-decoration:none;
}
#nav a:hover{
    color:#0000ff;
    font-weight:bold;
    text-decoration:none;
}
#nav a:active{
    color:#f00;
    text-decoration:none;
}

#nav{
  width:980px;
  margin:0 auto;
}
#nav:after {//フロート解除用クリアフィックス
  content: "";
  clear: both;
  display: block;
}
#nav li{
  float:center;
  width:200px; //ナビの幅1こ
}


</style>

header > ul > li{
    font-size:80%;
    font-weight:bold;
    float:left;
    list-style-type:none;
    margin-right:15px;
}

#left_pack{
    width:80%;
    height:auto;
    float:left;
    clear:both;
    background-color:white;
}



#main_content{
    width:600px;
    height:auto;
    margin:auto;
    float:right;
    00border-top:solid 1px #333;
    00border-bottom:solid 1px #333;
    background-color:white;

border:#191970 2px solid; 
border-radius: 8px;
}

#main_content > article{
    color:#333;

    padding:5px 5px 5px;
    margin:0px auto 0px;
    background-color:#fff;    
    /*box-shadow: 0px 0px 1px rgba(0,0,0,0.2) inset;*/
}

/* 記事タイトル */

#main_content > article > h2{
    color:#999;
    font-size:92%;
    font-weight:normal;
    background-color:#f000;
    /*padding:5px 5px 0px;*/
    padding:13px 10px 10px;
    margin:0px;
    border-top:solid 2px #333;
    border-bottom:solid 2px #333;
    background-color:#fff;
    background: -ms-linear-gradient(top,#fff 0%,#eee);
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}

/* 記事内部 */

#main_content > article > h2 + div{
    width:auto;
    height:auto;
    color:#333;
    font-size:95%;
    font-weight:500;
    padding:10px;
    overflow:auto;
    background-color:#ffffff;
    line-height:170%;
}
#main_content > article > h2 > a{
    text-decoration:none;
    color:#000080;
}

#main_content > article > h2 > a:hover{
    color: #4169e1;
}


#main_content > article > div > img{
border: 1px #333;
}


.entry_text{
 
}

.more_box{
  font-size:110%;
  padding:10px;
  margin:0px 0px 5px;
}
.more_box > hr{
  margin:0px 0px;
  color:#333;
}


#watchmovie{
 font-size:0.90em;
font-weight:600;
display:block;
width:200px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
border:2px solid;
border-color:#aaaaaa #444444 #444444 #aaaaaa;
background:#000000;
color:#ffffff;
text-decoration:none !important;

}

.community_box{
  text-align:right;
}
#main_content > article > div > .date{
    border-top:solid 1px #333;
    margin-top:20px;
    

}
#main_content > article > div > .date > ul{
    font-size:;
    float:left;
    padding:10px 0px 10px;
text-align:left;
}

#main_content > article > div > .date > ul > li{
    float:left;
    margin-left:10px;
    list-style-type:none;
    
}
.date > ul > li:before{
    content:"| ";
    color:#333;
}

.relatedword a{
        background: #EEE;
	border-top: 3px solid #DDD;
	border-left: 3px solid #DDD;
	border-right: 3px solid #BBB;
	border-bottom: 3px solid #BBB;
	color:#111;
	width: 200px;
	padding: 3px 0;
      
        font-weight:850;
　　　　font-size: 120%;
　　　　text-decoration:none ;
　　　　
}

.relatedword a:link{
 text-decoration: none;

}


#main_content > article > div > .prevnext{
    color:#333;
    clear:both;
    font-size:90%;
    text-align:center;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    padding:5px 0px;
    margin:0px 0px;
}
.comment_area{
    font-size:80%;
    padding:5px 0px 0px;
    margin:5px 0px 0px;
    background-color:white;
    display:none;
}

.comment_area > form{
    width:auto;
    height:auto;
    padding:10px 20px;
}
.comment_area h3{
    width:80%;
    height:auto;
    font-weight:normal;
    border-left:solid 5px #333;
    border-bottom:solid 1px #333;
    position:relative;
    padding:0px 0px 0px 5px;
    margin:5px 0px 0px 10px;
    color:#333;
}

.comment_area h3 > a:link {
    color:#333;
}
.comment_area h3 > a:visited {
    color:#333;
}
.comment_area h3 > a:hover {
    color:#f00;
    font-weight:bold;
}
.comment_area h3 > a:active{
    color:#f00;
}
.comment_area dt{
    padding-left:10px;
}
.comment_area label{
}
.comment_area input[type="text"], .comment_area input[type="password"]{
    width:40%;
    height:auto;
    color:#333;
}
.comment_area textarea{
    width:80%;
    height:150px;
    color:#333;
}
.comment_area .himitudd{
    font-size:90%;
}
.comment_area div > p{
    width:50%;
    height:auto;
    text-align:right;
}
.comment_area input[type="submit"]{
    color:#333;
    width:100px;
}
.comment_area > form{
    padding-bottom:10px;
}
.comment_area > h4{
  text-indent:5px;
  font-weight:normal;
  border-left:solid 5px #333;
  padding:0px 0px 0px 5px;
  margin:10px 0px 0px 10px;
}

.comment_area > .body{
  width:80%;
  height:auto;
  overflow:auto;
  border:solid 1px #333;
  padding:5px;
  margin:5px 0px 20px 10px;
  background-color:#fff;
  color:#333;
}
.comment_area > .body > ol{
  float:right;
  padding:0px;
  margin:0px;

}
.comment_area > .body > ol > li{
  font-size:0.85em;
  padding:5px 0px 0px;
  margin-left:5px;
  float:left;
  list-style-type:none;
  color:#333;
}
.comment_area > .body > ol > li:before{
content:"| ";
}
.comment_area > .body > ol > li > a:link {
    color:#333;
}
.comment_area > .body > ol > li > a:visited {
    color:#333;
}
.comment_area > .body > ol > li > a:hover {
    color:#f00;
    font-weight:bold;
}
.comment_area > .body > ol > li > a:active{
    color:#f00;
}
#trap{
 padding-bottom:10px;
}
#trap > dt{
  padding:5px 0px 5px 5px;
}
#trap > dd{
  padding:5px 0px 5px 15px;
}
#trap a:link {
    color:#fff;
}
#trap a:visited {
    color:#fff;
}
#trap a:hover {
    color:#f00;
    font-weight:bold;
}
#trap a:active{
    color:#f00;
}
input:link,textarea:link {
    border:solid 1px #333;
}
input:visited,textarea:visited {
    border:solid 1px #333;
}
input:hover,textarea:hover {
    border:solid 1px #666;
}
input:active,textarea:active{
    border:solid 1px #333;
}

.permanent_ad img{
position: center;
width: 510px;
height:340px;
}



#left_content{
    width:200px;
    height:auto;
    float:none;
    overflow:visible;
    position:relative;
    background-color:#ffffff;
border: 1px solid #191970;
  border-radius: 8px;
 padding:5px;
margin: 10px;
}
#left_content > #left_plugin{
    width:auto;;
    height:auto;
    margin:auto;
    overflow:hidden;
    padding-bottom:5px;
    00background-color:#ffffff;
    font-size: 15px;
    font-weight: 600;
}

.plugin3gazo img:hover{
filter:alpha(opacity=80);
opacity:0.8;
}



#right_content{
    width:200px;
    height:auto;
    float:right;
    overflow:visible;
    position:relative;
    background-color:#ffffff;
border: 1px solid #191970;
  border-radius: 8px;
}
#right_content > #right_plugin{
    width:auto;;
    height:auto;
    margin:auto;
    overflow:hidden;
    padding-bottom:5px;
    00background-color:#ffffff;
    font-size: 15px ;
    font-weight: 600;
}




#right_content > .plugin > div{
    color:#333;
    padding:0px 0px 0px;
    margin:0px 0px 30px;
    00background-color:#ffffff;
}
#right_content > .plugin > div > h3{
   font-size:120%;
    font-weight:bold;
    background-color:#f000;
    /*padding:3px 5px 0px;*/
    padding:13px 10px 8px;
    margin:5px 5px 10px;
    color:#ffffff;
    width:auto;
    height:auto;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    background: -ms-linear-gradient(top,#fff 0%,#eee);
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff1493), to(#ff1493));
}
#right_content > .plugin > div > h3 br{
display:none;
}
#right_content > .plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
}
#right_content > .plugin > .archive_plugin > ul{

}
#right_content > .plugin ul{
  max-height:350px;
  overflow:auto;
}
#right_content > .plugin > div > .plugin-myimage{
  color:#333;
  padding:0px 0px 0px;
}
#right_content > .plugin > div > p + *{
/**/
}
#right_content > .plugin iframe{
min-width:50px !important;
}
#right_content > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#right_content > .plugin > div > p{
    font-size:80%;
    color:#333;
}
#right_content > .plugin > div > ul > li{
    font-size:80%;
    list-style-position:inside;
    color:#333;
    margin-top:5px;
}
#right_content > div > div > p + div div{
    font-size:80%;
    margin:0px 0px 0px;
}
#right_content > div > div > p + div div:before{
    content: "・";
    color:#333;
}
#right_content > div > div > p + div{
  max-height:3000px;
  overflow:auto;
}
#right_content > .plugin > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
#right_content > .plugin > div > form br{
    display:none;
}
#right_content > .plugin  form > .plugin-mail br{
display:block;
}
#right_content > .plugin > div > form input,#right_content > .plugin > div > form select{
    font-size:95%;
}
#right_content > .plugin > div > form input[type="text"],#right_content > .plugin > div > form select{
    width:50%;
    font-size:80%;
    color:#333;
}
#right_content > .plugin > div > form input[type="submit"]{
    color:#333;
    font-size:80%;
}
.link_plugin > ul{
  padding:0px;
  margin:0px;
}
.link_plugin > ul > li{
  padding:0px;
  margin:0px 0px 10px;
}
.calender{

    font-size:75%;
    border-top:1px solid #333;
    border-bottom:1px solid #333;
    width:100%;
    height:auto;
    border-collapse:separate;
    border-spacing:0;
    margin:0px 0;
    padding:0;
}
.calender caption{
    color:#333;
    font-size:100%;
    font-weight:bold;
    border-top:1px solid #333;
    padding:3px 0px 2px 0px;
    margin:0px 0px 0px;
}
.calender th{
    color:#000;
    font-weight:bold;
    text-align:center;
}
.calender td{
    font-weight:bold;
    text-align:center;
    padding:0.1em;
    color:#999;
}
.calender td a{
    display:block;
}
th#sun{
    color:#000;
}
th#sat{
    color:#000;
}
.calender td a:link{
    color: #000;
}
.calender td a:visited{
    color:#000;
    font-weight:normal;
    border:1px solid #f0f;
    text-decoration: none;
}
.calender td a:hover{
    color:#000;
    font-weight:bold;
}
.calender td a:active{
    color:#000;
}



#left_content > .plugin > div{
    color:#333;
    padding:0px 0px 0px;
    margin:0px 0px 30px;
    00background-color:#ffffff;
}
/*左プラグのタイトルバ-*/
#left_content > .plugin > div > h3{
    font-size:120%;
    font-weight:bold;
    background-color:#f000;
    /*padding:3px 5px 0px;*/
    padding:13px 10px 8px;
    margin:5px 5px 10px;
    color:#ffffff;
    width:auto;
    height:auto;
    border-top:solid 1px #333;
    border-bottom:solid 1px #333;
    background: -ms-linear-gradient(top,#fff 0%,#eee);
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff1493), to(#ff1493));
}
#left_content > .plugin > div > h3 br{
display:none;
}
#left_content > .plugin > div > *{
    width:90%;
    height:auto;
    padding:0px;
    margin:0px auto 10px;
}
#left_content > .plugin > .archive_plugin > ul{

}
#left_content > .plugin ul{
  max-height:1200px;
  overflow:auto;
}
#left_content > .plugin > div > .plugin-myimage{
  color:#333;
  padding:0px 0px 0px;
}
#left_content > .plugin > div > p + *{
/**/
}
#left_content > .plugin iframe{
min-width:50px !important;
}
#left_content > .plugin .FC2BLOGPlugInPhotograph{/*--------アルバム---------------*/
}

#left_content > .plugin > div > p{
    font-size:10px;
    color:#333;
}
#left_content > .plugin > div > ul > li{
    font-size:10px;
    list-style-position:inside;
    color:#333;
    margin-top:5px;
}
#left_content > div > div > p + div div{
    font-size:10px;
    margin:0px 0px 0px;
}
#left_content > div > div > p + div div:before{
    content: "・";
    color:#333;
}
#left_content > div > div > p + div{
  max-height:5500px;
  overflow:visible;
}
#left_content > .plugin > div > form > p{
    text-align:center;
    padding:0px 0px 0px;
}
#left_content > .plugin > div > form br{
    display:none;
}
#left_content > .plugin  form > .plugin-mail br{
display:block;
}
#left_content > .plugin > div > form input,#left_content > .plugin > div > form select{
    font-size:95%;
}
#left_content > .plugin > div > form input[type="text"],#left_content > .plugin > div > form select{
    width:50%;
    font-size:80%;
    color:#333;
}
#left_content > .plugin > div > form input[type="submit"]{
    color:#333;
    font-size:80%;
}


.category { 
float:left;

font-weight:900;
display:block;
width:180px;
padding-top:20px;
padding-bottom:20px;
margin;10px,20px,10px,20px;
text-align:center;
border-radius: 1px;  /*ボタンの角を少し丸く */
border-width: thin;
border-color: #ffffff;
border-style: solid;

background-color:#000000;
color:#fff;

box-shadow: 0 3px 0 #0e8c73;
text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
}

.category:hover {
 opacity:0.9;
}

.category:active {

}

.category a{
text-decoration: none !important;  /*ボタン内テキストリンク下線無し */
 color: #fff !important;  /*ボタン内の文字色 */
 display: block;

}

.checkmark {
  color: #ff0505;
  font-size: 10px;
  text-decoration: underline;
  background-color: #ffcbcb;
  font-weight: bold;
}

.dmmlink.img:hover{ /*dmmのホバーで枠線つけたいが上手くいってない*/
 border:3px solid #b0c4de ;

}

footer{
    font-size:80%;
    padding:0px 0px 0px;
    clear:both;
}
footer *{
    color:#fff;
}

.page-top-jump{
  font-size:30px;
 position:center;
}

.prevnextpage{
 font-size:30px;
 position:center;




}




.nextpage{
        background: #0099CC;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FFF;
	width: 100px;
	padding: 10px 0;
        text-decoration:none;
}

.prevpage{
       background: #0099CC;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FFF;
	width: 100px;
	padding: 10px 0;
        text-decoration:none;
}



.home{
        background: #0099CC;
	border: 1px solid #DDD;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #FFF;
	width: 100px;
	padding: 10px 0;
        text-decoration:none;
}
 


#footer{
color: #FFFFFF;  /*---文字の色設定---*/
height: 400px;/*---高さ設定---*/
width: 100%;/*---幅設定---*/
background-color: #696969;/*---背景の色設定画像でもok---*/
}

}
#footercontainer{
margin: 0 auto;/*---センタリング---*/
width: auto;/*---幅を600pxに設定---*/
}

#footer .fcontents{
float: left;/*---回り込み---*/
width: 266px;/*---幅設定---*/
color: #FFFFFF;
}






footer > #copyright{
    width:auto;
    height:auto;
    color:#333;
    overflow:auto;
    text-align:center;
    font-weight:bold;
    line-height:35px;
    padding:10px 0px;
    margin:0px auto 0px;
    border-top:solid 1px #333;
    border-top:solid 3px #666;
    border-bottom:solid 3px #333;
    background-color:#fff;
    padding:5px 0px 2px 0px;
    background: -ms-linear-gradient(top,#fff 0%,#eee);
    background: -moz-linear-gradient(top,#fff 0%,#eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));

}
#copyright a:link{
    color:#333;
    text-decoration:none;
}
#copyright a:visited{
    color:#333;
    text-decoration:none;
}
#copyright a:hover{
    color:#f00;
    font-weight:bold;
    text-decoration:underline;
}
#copyright a:active{
    color:#f000;
    text-decoration:none;
}

.page_top{
    opacity:1;
    filter:alpha(opacity=100);
    00width:100%;
    height:50px;
    line-height:50px;
    text-align:center;
    display:block;
    border:solid 1px #aaa;
    margin:0px 5px 5px !important;
    background-color:#333;

    background: linear-gradient(to bottom, black, gray, black);
    background: -moz-linear-gradient(top, black, gray 50%, black);
    background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(0.5, gray), to(black));
/*
    background: -ms-linear-gradient(top,#49a9d4 0%,#2989d8);
    background: -moz-linear-gradient(top,#49a9d4 0%,#2989d8);
    background: -webkit-gradient(linear, left top, left bottom, from(#49a9d4), to(#2989d8));
    border-radius: 10px;
*/
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
.page_top > a{
    width:100% !important;
    height:50px;
    font-size:80%;
    color:#ccc;
    text-decoration:none;
    display:block;
    cursor:pointer;
}

.page_top a:link{
    color:#ccc;
    text-decoration:none;
}
.page_top a:visited{
    color:#ccc;
    text-decoration:none;
}
.page_top a:hover{
    color:#fff;
    text-decoration:underline;
}
.page_top a:active{
    color:#fff;
    text-decoration:underline;
}
pre{
    overflow:auto;
    line-height: normal;
}
pre > code{
    color:#333;
    overflow:auto;
    font-family:Consolas;
    line-height: normal;
}

a:link {
    color:#1111cc;
   text-decoration: none;
}
a:visited {
    color:#1111cc;
  
}
a:hover {
    color:#D62C2A;
    text-decoration: underline;
}

a:hover img {
 opacity: 0.9;

}

a:active{
    color:#f00;
}

.fixed_top{
    position:fixed !important;
    top:0px !important;
}
.fixed_bottom{
    position:fixed !important;
    bottom:0px !important;
}
.absolute_bottom{
    position:absolute !important;
    bottom:0px !important;
}
.plugin_style{
  width:auto !important;
  height:auto !important;
  position:static !important;
  padding:0px !important;
}




.eroterest_partsv2{
 width:200;


}



.fullmovie-border{

border: 1px solid #c0c0c0;

width:485px;height:325px;background:#c0c0c0;


}

.btn-select {      /* 動画アフィ先選択ボタン */
	
       text-align: center;
       font-size: 15px;
　　　 font-weight: bold !important;
       color: #ffffff !important;

　　　text-shadow: 5px 5px 3px rgba(0,0,0,0.5);
      text-decoration: none !important;  /*ボタン内テキストリンク下線無し */
     
      

        background: #ff1493 ;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
	width: 150px;
	padding: 10px 0;
}

.btn-select:hover{
      
     opacity:0.8;

}

.btn-watchmore {      /* 動画を見る */
 font-size:0.90em;
font-weight:600;
display:block;
width:200px;
padding-top:10px;
padding-bottom:10px;
text-align:center;
border:2px solid;
border-color:#aaaaaa #444444 #444444 #aaaaaa;
background:#000000;
color:#ffffff;
text-decoration:none !important;

       

}

.btn-watchmore:hover{
       opacity:0.8;


}


@media screen and (max-width: 790px){
    #wrapper{
        width:100%;
        height:auto;
        background-color:#ffffff;
        max-width:auto;
        min-width:auto;
    }
    #left_pack{
        width:100%;
        height:auto;
        float:none;
        background-color:#ffffff;
    }
    #main_content{
        width:100%;
        height:auto;
        float:none;
        background-color:#ffffff;
    }
    #left_content{
        width:50% !important;
        height:auto;
        float:none;
        margin:10px auto 0px;
        position:static !important;
        background-color:#ffffff;
    }
    #left_content > #left_plugin{
        width:90% !important;
        height:auto;
        position:static !important;
    }
    #right_content{
        width:50% !important;
        height:auto;
        float:none;
        margin:10px auto 0px;
        position:static !important;
        background-color:#ffffff;
    }
    #right_content > #right_plugin{
        width:100% !important;
        height:auto;
        position:static !important;
        00background-color:#ffffff;
    }
    #right_content > .plugin > div > h3,#left_content > .plugin > div > h3{
        text-align:center !important;
    }
    .none{
        display:none;
    }



}

.reviewlist tr,td{
    width:100% ;
    display:block ;
}

.reviewlist table{
width: 100%;
}

blockquote{
    border:3px solid #ccc ;
    margin-right: 0;
    margin-left: 0;
    padding: 1px;
    width: 80%;
       display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
   background-color:#f5f5f5 ;
  font-size: 12px;
}

.fullmovie_comment{ 

}

.title-tab{
       width:500px ;
       font-weight: bold ;
　　 text-align: center;
       font-size:18px;
      background:#45bcd2;
      display:inline-block;
      padding:3px 7px 2px 8px;
      color:#ffffff;
      text-decoration:none;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
      border:none;
      position:relative;
      cursor:pointer;
      margin:10px 10px 10px 10px;
         vertical-align: middle;
}

.title-plugin-third {
       width:500px ;
       font-weight: bold ;
　　 text-align: center;
       font-size:18px;
      background:#45bcd2;
      display:inline-block;
      padding:3px 7px 2px 8px;
      color:#ffffff;
      text-decoration:none;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
      border:none;
      position:relative;
      cursor:pointer;
      margin:10px 10px 10px 10px;
         vertical-align: middle;
}

.tabfordmm {
       width:330px ;
       font-weight: bold ;
　　 text-align: center;
       font-size:18px;
      background:#45bcd2;
      display:inline-block;
      padding:4px 8px 3px 9px;
      color:#ffffff;
      text-decoration:none;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
      border:none;
      position:relative;
      cursor:pointer;
      margin:10px 10px 10px 10px;
         vertical-align: middle;
}

.monthly-douga { 
    float:left;
    
}

.monthly-footer-comment{
   clear:both;

}

.monthly-douga a img{
    width: 180px;
    height: 120px;
  
}

.mosoch {
    text-align: center;
    color:#52ea3e;
    font-size: 25px;
    clear:both;
}

.title-tab-mini {
       width:60%;
       position:center;
       font-weight: bold ;
       font-size:18px;
      background-color: aliceblue;
      display:inline-block;
      padding:3px 7px 2px 8px;
      color:black;
    　text-align:center;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:1px;
      border:solid;
      border-color: black;
      cursor:pointer;
      margin:10px 10px 10px 10px;
      vertical-align: middle;
    
}

.t-follow {
   　　 width:60%;
       position:center;
       font-weight: bold ;
       font-size:18px;
      background-color: rgba(58, 152, 234, 0.92);
      display:inline-block;
      padding:3px 7px 2px 8px;
      color:#ffffff;
    　text-align:center;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:1px;
      border:solid;
      border-color: black;
      cursor:pointer;
      margin:10px 10px 10px 10px;
      vertical-align: middle;
    
}

button.bluebtn{
    
    /* 文字サイズを1.4emに指定 */
    font-size: 1.4em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 文字色を白色に指定 */
    color: #fff!important;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #000;

    /* グラデーションの指定 */
    background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
    background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));
}

button.bluebtn:hover {
    /* 透明度を20%に指定 */
    opacity: 0.9;

}




.plugindmm a:hover img{
    margin: -2px;
     border: solid 2px #CCC;
    opacity:1.0;
  
 }

.dmmsale {
      width:90%;
       font-weight: bold ;
       font-size:20px;
      background:#d2454a;
      display:inline-block;
      padding:3px 7px 2px 8px;
      color:#ffffff;
      text-decoration:none;
    　text-align: center;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:4px;
      border:none;
      position:relative;
      cursor:pointer;
      margin:10px 10px 10px 10px;
      vertical-align: middle;
}

.pankuzu {
font-size:12px; 
text-align:left; 
margin:0px 0px 10px 0px;} 
.pankuzu a:link{color:#ff9900} 
.pankuzu a:visited{color:#ff9900}

button.greenbtn{
    
    /* 文字サイズを1.4emに指定 */
    font-size: 1.2em;

    /* 文字の太さをboldに指定 */
    font-weight: bold;

    /* 縦方向に10px、
     * 横方向に30pxの余白を指定 */
    padding: 10px 30px;

    /* 文字色を白色に指定 */
    color: #fff;

    /* ボーダーをなくす */
    border-style: none;

    /* ボタンの影の指定
     * 影の横幅を2px
     * 縦長を2px
     * ぼかしを3px
     * 広がりを1px
     * 色を#666（グレー）に指定 */
    box-shadow: 2px 2px 3px 1px #666;
    -moz-box-shadow: 2px 2px 3px 1px #666;
    -webkit-box-shadow: 2px 2px 3px 1px #666;

    /* テキストの影の指定
     * 影の横幅を1px
     * 縦長を1px
     * ぼかしを2px
     * 色を#000（黒）に指定 */
    text-shadow: 1px 1px 2px #000;

    /* グラデーションの指定 */
    background: -moz-linear-gradient(bottom, #36d, #248 50%, #36d);
    background: -webkit-gradient(linear, left bottom, left top, from(#36d), color-stop(0.5, #248), to(#36d));
}

button.greenbtn:hover {
    /* 透明度を20%に指定 */
    opacity: 0.8;
    cursor: pointer;

}

.watchlink img hover{


 


}

.title-tab-purple {
       width:90% ;
       font-weight: bold ;
       font-size:20px;
      background:#dda0dd;
      display:inline-block;
      padding:3px 7px 2px 8px;
      color:#ffffff;
      text-decoration:none;
    　text-align: center;
      -moz-border-radius:4px;
      -webkit-border-radius:4px;
      border-radius:1px;
      border:none;
      position:relative;
      margin:10px 10px 10px 10px;
      vertical-align: middle;
}

.dmm-pack img {
   width: 480px;
   height: 320px;
}