@charset "shift_jis";
/* ======================================================== Common CSS

モンドセレクション特別サイト

============================================================ 2009.7.21*/


/* ▼ Common ▼
------------------------------------------------------------*/

html{overflow-y: scroll;}

body{
	font-size: 62.5%;
	font-style: normal;
}

*{
	margin: 0px;
	padding: 0px;
	text-align: left;
}

a:link   {color: #85281B; text-decoration: underline;}
a:visited{color: #85281B; text-decoration: underline;}
a:active {color: #AAA; text-decoration: none;}
a:hover  {color: #AAA; text-decoration: none;}

hr {display: none;}
img{border: 0px;}
ul {list-style: none;}


/* ▼ ClearFix ▼
------------------------------------------------------------*/

.cf:after{
	content: ".";
	display: block;
	visibility: hidden;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
	clear: both;
}

.cf{zoom: 100%;}


/* ▼ Common Float Only ▼
------------------------------------------------------------*/

.fl{float: left !important;}
.fr{float: right !important;}
.fn{float: none !important;}
.fc{clear: both !important;}


/* ▼ Common Display ▼
------------------------------------------------------------*/

.dn{display: none;}
.db{display: block;}


/* ▼ Common Margin ▼
------------------------------------------------------------*/

.mt0{margin-top: 0px !important;}
.mt5{margin-top: 5px !important;}
.mt10{margin-top: 10px !important;}
.mt15{margin-top: 15px !important;}
.mt20{margin-top: 20px !important;}
.mt30{margin-top: 30px !important;}

.ml0{margin-left: 0px !important;}
.ml5{margin-left: 5px !important;}
.ml10{margin-left: 10px !important;}
.ml15{margin-left: 15px !important;}
.ml20{margin-left: 20px !important;}
.ml25{margin-left: 25px !important;}
.ml30{margin-left: 30px !important;}

.mr0{margin-right: 0px !important;}
.mr5{margin-right: 5px !important;}
.mr10{margin-right: 10px !important;}
.mr15{margin-right: 15px !important;}
.mr20{margin-right: 20px !important;}
.mr25{margin-right: 25px !important;}
.mr30{margin-right: 30px !important;}

.mb0{margin-bottom: 0px !important;}
.mb5{margin-bottom: 5px !important;}
.mb10{margin-bottom: 10px !important;}
.mb15{margin-bottom: 15px !important;}
.mb20{margin-bottom: 20px !important;}
.mb30{margin-bottom: 30px !important;}
.mb50{margin-bottom: 50px !important;}


/* ▼ Common FontSize ▼
------------------------------------------------------------*/

.fs20{font-size: 2em !important;}
.fs18{font-size: 1.8em !important;}
.fs16{font-size: 1.6em !important;}
.fs14{font-size: 1.4em !important;}
.fs12{font-size: 1.2em !important;}
.fs10{font-size: 1em !important;}


/* ▼ Common TextAlign ▼
------------------------------------------------------------*/

.al{text-align: left !important;}
.ac{text-align: center !important;}
.ar{text-align: right !important;}


/* ▼ Float Clear ▼
------------------------------------------------------------*/

.clear,
.horizontalRule{
	clear: both;
	display: block;
	height: 0px !important;
	margin: 0px;
	font-size: 0px !important;
	line-height: 0px !important;
}


