@charset "euc-jp";
/* CSS Document */
/* ==========================================================================
   Font size
========================================================================== */
/*
 *   8px - 50%
 *   9px - 56.3%
 *  10px - 62.5%
 *  11px - 68.8%
 *  12px - 75%
 *  13px - 81.3%
 *  14px - 87.5%
 *  15px - 93.8%
 *  --------------------
 *  16px - 100%
 *  --------------------
 *  17px - 106.3%
 *  18px - 112.5%
 *  19px - 118.8%
 *  20px - 125%
 *  21px - 131.3%
 *  22px - 137.5%
 *  23px - 143.8%
 *  24px - 150%
 *  25px - 156.3%
 *  26px - 162.5%
 *  27px - 168.8%
 *  28px - 175%
 *  29px - 181.3%
 *  30px - 187.5%
 *  31px - 193.8%
 *  32px - 200%
 */


/*��default ��*/
/*========================================
 +base
========================================*/
html {
	overflow-y: scroll;
}

body {
	font-family:'m_2pmedium' ,sans-serif;
	font-weight: 400;
	font-size: 14px;
	-webkit-text-stroke: 0.2px;
}
a {
	text-decoration: none !important;
	color: #000;
}
a:hover {
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}



/*========================================
 +INPUT��
========================================*/
select.selectBox {
    border: 2px solid #919191;
    border-radius: 5px 5px 5px 5px;
    color: #003366;
    padding: 3px;
    position: relative;
    vertical-align: middle;
    background: -moz-linear-gradient(top , #f0eeef 0% , #ffffff 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eeef), color-stop(1, #ffffff));
}
select.selectBox.inactive {
    border-color: #666666;
    color: #333333;
}


.day_select{
	background-image: url(../images/carender.png),-moz-linear-gradient(top , #f0eeef 0% , #ffffff 100%) !important;
	background-image: url(../images/carender.png),-webkit-gradient(linear, left top, left bottom, color-stop(0, #f0eeef), color-stop(1, #ffffff)) !important;
	background-repeat:no-repeat, repeat !important;
	background-position:90% center, left top !important;
}




/*========================================
 +CLASS
========================================*/
.title_hidn{
	height:0;
	background-repeat:no-repeat;
	overflow:hidden;
}
.lyBm{margin-bottom:15px;}

/*��color��*/
.Red_F { color:#900;}
.Color_red{ color:#ff0000;}

/*��width��*/
.w15 {width:15px;}
.w40 {width:40px;}
.w50 {width:50px;}
.w65 {width:65px;}
.w80 {width:80px;}
.w90 {width:90px;}
.w100{width:100px;}
.w110{width:110px;}
.w120{width:120px;}
.w130{width:130px;}
.w140{width:140px;}
.w150{width:150px;}
.w165{width:165px;}
.w170{width:170px;}
.w180{width:180px;}
.w200{width:200px;}
.w220{width:220px;}
.w250{width:250px;}
.w300{width:300px;}
.w90P {width:90%;}

/* margin */
.m5T{margin-top:5px !important;}
.m10T{margin-top:10px !important;}
.m20T{margin-top:20px !important;}
.m30T{margin-top:30px !important;}
.m3T {margin-top:3px}
.m2T {margin-top:2px}
.m8L { margin-left:8px;}
.m10L { margin-left:10px;}
.m20L { margin-left:30px;}
.m5L { margin-left:5px;}
.m10b {margin-bottom:10px;}
.m20b {margin-bottom:20px;}
.m30b {margin-bottom:30px;}
.m40b {margin-bottom:40px;}
.m5b {margin-bottom:5px;}
.m15b {margin-bottom:15px;}
.m3{margin:3px;}
.m5{margin:5px;}
.m10{margin:10px;}
.m20{margin:20px;}

/* padding */
.pd5{padding:5px;}
.p10L{padding-left:10px;}

/* float */
.fl {float:left;}
.fr {float:right;}

/* �ե�������āE*/
.f9 {font-size: 9px;}
.f10{font-size:10px;}
.f11{font-size:11px;}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f20{font-size:20px;}
.weight_nor{font-weight:normal;}
.weight_b{font-weight:bold;}
/* ������āE*/
.t_r{text-align:right;}
.t_l{text-align:left;}
.t_c{text-align:center;}
.text_c{text-align:center;}
/* ������āE*/
.ime_a{ime-mode:active;}
.ime_d{ime-mode:disabled��;}
/* ����¾ */
.c_p { cursor:pointer;}
.d_n{display:none;}
.posi_R{ position:relative;}
