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

 file name  :general.css
 style info :汎用class
=================================================================== */

/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
a:hover .mk {
filter: alpha(opacity=70);
-moz-opacity:0.7;
opacity:0.7;
}
.clear {clear: both;}

.fontSS {font-size: 0.8em;}
.fontS {font-size: 0.9em;}
.fontM {font-size: 1.1em;}
.fontL {font-size: 1.2em;}
.fontLL {font-size: 1.4em;}
.right {
	text-align: right;
}
.center {
	text-align: center;
}




.red {color: #F33;}


/*clearfix*/
#hoge:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}


.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}

.mr0 {margin-right: 0px !important;}

.mb0 {margin-bottom: 0px !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb30 {margin-bottom:30px}
.mb40 {margin-bottom:40px}

.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}

.pl0 {padding-left: 0px!important;}
.pl10 {padding-left: 10px;}
.pl20 {padding-left: 20px;}
.pl30 {padding-left: 30px;}

.pr0 {padding-right: 0px !important;}
.pb0 {
	margin-bottom: 0px;
}


.pb10 {padding-bottom:10px;}
.pb20 {padding-bottom:20px;}
.pb30 {padding-bottom:30px;}
.pb40 {padding-bottom:40px;}

.itemTopBtn:hover {
    background: #356094 !important;
    border: solid 1px #2A4E77 !important;
    text-decoration: none;
}
.itemTopBtn:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #2E5481;
    border: solid 1px #203E5F;
}

/*---------------rankingBTN------------------------------*/

.itemRankBtn {
	padding: 3px 3px 1px !important;
	background: #cf4444 !important;
	color: #FFF !important;
	text-decoration: none !important;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: solid 1px #9a3131;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	display: block;
	margin-top: 3px;
	margin-right: 10px;
	width: 70px;
	text-align: center;
	float: right;
}
.itemRankBtn:hover {
	background: #a13636 !important;
	border: 1px solid #9a3131 !important;
	text-decoration: none;
}
.itemRankBtn:active {
	-webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
	background: #2E5481;
	border: 1px solid #9a3131;
}
