@charset "UTF-8";

/* 共通レイアウト
------------------------------------------------------*/
body {
	color: #fff;
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "メイリオ", "ＭＳ Ｐゴシック", Arial, sans-serif;
	line-height: 1.5;
	word-wrap: break-word;
	word--break: break-all;
	overflow-x: hidden;
	background: #66CC00;
	}

/* for IE7 */
*+html body {
	font-size: 13px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	padding: 0;
	margin:0;
	overflow-x: hidden;
	}

/* for IE6 */
* html body {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック";
	padding :0;
	margin: 0;
	overflow-x: hidden;
	}



a {	text-decoration: underline; outline:none;}
a:link		{ color: #FF0; }
a:visited	{ color: #FF0; }
a:hover		{ color: #FF0; }
a:active	{ color: #FF0; }


/*イベントスケジュール*/
.eventschedule { width: 300px; font-size: 12px;}
.eventschedule dt {
	width: 165px;
	margin-bottom: 0;
	padding: 5px 0 0 5px;
	background: #52A300;
	float: left;
	clear: both;
	font-weight: bold !important;
	 }
	
.eventschedule dd.eventname {
	float: left;
	width: 120px;
	margin-bottom: 0;
	padding: 5px 5px 3px 0;
	text-align: right;
	color: #FC0; 
	background: #52A300;
	 }
.eventschedule dd.shopname {
	background: #52A300;
	margin-bottom: 5px;
	padding: 0 5px 5px 5px;
	clear:both;
	width: 285px; }
.eventschedule select { width: :30px}


.form { color: #fff;}
.area { color: #fff; font-size: 14px; vertical-align: middle; display: table-cell;} /*設定画面form1行*/
.area form { display: inline; vertical-align: baseline;}

#pref { font-size: 18px; display: block; margin-left: 5px }/*「都道府県」*/
#area_pref{
	display: block;
	margin: 3px 0 0 5px;
	font-size: 16px;
	font-weight: bold;}

.ifbox {
	width: 320px;
	height: 135px;
	margin: 0 5px;}

#ifbody { background: #66CC00;}

.prefbar {
	width: 140px;
	height: 20px;}
/*.prefbar:not(:target) { margin-top: -20px¥9;}
*/
.btn_submit { margin-bottom: -8px; _margin-bottom: -11px;}
.btn_submit2 { margin-bottom: -10px; _margin-bottom: -13px;}


.noticearea { 
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	padding: 5px;}
.kome {
	margin-top: 5px;
	font-size: 11px;}

.iframeForm{
	  position: relative;
	}

#delete {
	position: absolute;
	top: 0;
	right: 5px;}	

	


/* 汎用クラス
------------------------------------------------------*/
.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%; }
