@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
	color: #333;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.5;
	height: 100%;
	word-wrap: break-word;
	word--break: break-all;
	overflow-x: hidden;
	}

/* for IE7 */
*+html body {
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	padding: 0;
	margin:0;
	width: 100%;
	overflow-x: hidden;
	}

/* for IE6 */
* html body {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック";
	padding :0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	}



a {	text-decoration: underline; outline:none;}
a:link		{ color: #ff3300; }
a:visited	{ color: #ff3300; }
a:hover		{ color: #ff9900; }
a:active	{ color: #ff9900; }


/*イベントスケジュール*/

dl.schedule-list{
	padding:5px 7px 0;
}
dl.schedule-list dt{
	width: 155px;
	float: left;
	clear: both;
	margin-bottom: 3px;
	font-weight: bold !important;
}
dl.schedule-list dd.eventname {
	margin-bottom: 3px;
	float: left;
	color: #FC0;
	padding-right: 10px;
}
dl.schedule-list dd.shopname {
	background: url(../image/top/hr_topics.gif) no-repeat left bottom; margin-bottom: 3px;
}
dl.schedule-list select {width:30px;}

#delete { margin: 0;}
.form { color: #333;}
.area { color: #333; font-size: 14px; vertical-align: middle; display: table-cell;} /*設定画面form1行*/
.area form { display: inline; vertical-align: baseline;}

.schedule-top{padding-top:40px;}
.schedule-top select.select-ken{line-height:1.8; height:18px; margin-top:3px;}

.schedule-check{
	padding-top:40px;
	margin-left:15px;
}
#schedule-header{
	height:26px;
	margin-bottom:3px;
	border-bottom:dotted #333 1px;
}

#pref,#area_pref {
	color:#333;
	font-size: 18px;
	font-weight:bold;
	display: block;
	float: left;
	padding-left:8px;
}
#ifbody{
	padding-top:5px;
	background:url(../images/top/bg_schedule.jpg) no-repeat 0 0;
}
.ifbox {
	margin-bottom:5px;
}
#mainbox{
	background:url(../images/top/bg_schedule.jpg) no-repeat 0 -34px fixed\9;
}
/*
.prefbar { _padding-top: -30px;}
.prefbar:not(:target) { margin-top: -20px¥9;}
*/
.btn_submit { margin-bottom: -5px; _margin-bottom: -11px;}
.btn_submit2 { margin-bottom: -10px; _margin-bottom: -13px;}


.noticearea {
	font-weight:bold;
	line-height: 1.5;
	margin-top: 5px;
	padding-left:30px;
}
.kome {
	padding-left:1em;
	text-indent:-1em;
	margin: 1em 0 1em 0;
}


/* 汎用クラス
------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
	}
.clearfix:after {
    clear: both;
	}
.clearfix {
    zoom: 1;
	}

.hidden {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}

.fl-left { float: left; }
.fl-right { float: right; }

.mgt-5 { margin-top: 5px !important; }
.mgt-10 { margin-top: 10px !important; }
.mgt-15 { margin-top: 15px !important; }
.mgl-5 { margin-left: 5px !important; }
.mgl-10 { margin-left: 10px !important; }
.mgl-15 { margin-left: 15px !important; }
.mgr-5 { margin-right: 5px !important; }
.mgr-10 { margin-right: 10px !important; }
.mgr-15 { margin-right: 15px !important; }
.pdt-5 { padding-top: 5px; !important}
.pdt-10 { padding-top: 10px; !important}
.pdt-15 { padding-top: 15px; !important}
.pdt-20 { padding-top: 20px; !important}
.pdt-25 { padding-top: 25px; !important}
.pdt-30 { padding-top: 30px; !important}
.pdt-35 { padding-top: 35px; !important}
.pdb-5 { padding-bottom: 5px; !important}
.pdb-10 { padding-bottom: 10px; !important}
.pdb-15 { padding-bottom: 15px; !important}
.pdb-20 { padding-bottom: 20px; !important}
.pdb-25 { padding-bottom: 25px; !important}
.pdb-30 { padding-bottom: 30px; !important}
.pdb-35 { padding-bottom: 35px; !important}

/*テキスト
----------------------------------------------------------------*/
.font-10 { font-size: 77%; }
.font-11 { font-size: 85%; }
.font-12 { font-size: 93%; }
.font-13 { font-size: 100%; }
.font-14 { font-size: 108%; }
.font-15 { font-size: 116%; }
.font-16 { font-size: 123.1%; }
.font-17 { font-size: 131%; }
.font-18 { font-size: 138.5%; }
.font-19 { font-size: 146.5%; }
.font-20 { font-size: 153.9%; }
.font-21 { font-size: 161.6%; }
.font-22 { font-size: 167%; }
.font-23 { font-size: 174%; }
.font-24 { font-size: 182%; }

.bold{font-weight:bold;}
.centering{display:block; margin:0 auto;}
.color-red {color:#F00;}
.color-red-b {color:#F00; font-weight:bold;}
