@charset "utf-8";
/* =======================================

	 CSS 
	
	 (C)Blue Diamond.

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

@import "stylebasic.css";
@import "stylemobile.css";
@media print{
    .no_print{
        display: none;
    }
}

 ul#moushikomi{
list-style:none;
}
 ul#moushikomi li a {
    display : block;
    width : 300px;
    padding : 8px;
    border : 3px solid #fff;
    color : #fff;
    font-size : 24px;
    text-align : center; 
    text-decoration : none; 
    background-color : orange;
	margin-left:200px;
    -webkit-border-radius : .8em; /* Saf3-4 + */
-moz-border-radius : .8em; /* FF1+ */
border-radius : .8em; /* Opera 10.5, IE 9, Saf5, Chrome */}

a.shiryou:after{
	content: url("img/anotherwin.png");
    margin: 8px 0px 0px 5px;
    position: relative;
    top: 8px;}

.clImg{
    height:220px;
	position:relative;
	margin-right:auto;
	margin-left:auto;
}
.clImg img {
	position:absolute;
	left:0;
	top:0;
}

.new{
         display:none;
}
.clear-hr hr {
	display: none;
	clear:both;
} 
.clear { clear:both; }  
.red{
color:red;

}

ul#yearlist{
list-style:none;
}
ul#yearlist li{
float:left;
margin-right: 15px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}
#page-top a {
	background: #666;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 20px 0;
	text-align: center;
	display: block;

}
#page-top a:hover {
	text-decoration: none;
	background: #999;
}

.drinkleftbox{
    float:left;
	padding: 0px;
    margin: 0;  
}
.drinkrightbox{
width:70%;
float:left;
	padding: 0px;
    margin: 0;  
}

.pagenate {
text-align:center;
}
.pagenate ul {
/*blog.css で ul に margin-left 30px が設定されているため*/
margin-left:0;
}
.pagenate ul li {
list-style-type : none;
display:inline;
background-color:#fff;
}
.pagenate  ul li a {
text-decoration:none;
border:1px solid #ccc;
padding:1px 7px;
color:#336699;
}
.pagenate  ul li a:hover {
background-color:#336699;
color:#fff;
border:1px solid #336699;
}
.pagenate  ul span.current_page {
padding:1px 5px;
color:#000;
}

/*-- クリア --*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}
.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
}

