@charset "UTF-8";

@import "reset.css";
@import "fonts.css";


/* =======================================

“a19”Base CSS

-----------------------------------------
INDEX
-----------------------------------------
1.Base Structure

2.Header

3.Globalnavi

4.Footer

5.Main Content

6.Sub content

========================================== */



/* 1.Base Structure
========================================== */
  body { font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;}
  html,body { background:url(../images/global_bg.gif) repeat-y 0 0 #F4ECEE;}
  /*body { font-family:"Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",sans-serif;}*/
  
  html,body{ height:100%;}
  
  img{ vertical-align:bottom;}
  
  /*リセット*/
  dt{ font-weight:bold;}
  dd{ padding:0;}
  strong{ font-weight:bold; color:#772F09;}
  ul,li{ margin:0; padding:0; text-indent:0;}
  
  /*リンク色*/
  a:link{ color:#695254; text-decoration:underline;}
  a:visited{ color:#695254; text-decoration:underline;}
  a:hover{ color:#9C8218; text-decoration:underline;}
	
  /*基本フレーム*/
  #container{ margin:0 auto; width:980px; background:url(../images/main_bg.gif) repeat-y 0 0; position:relative;}
  /*一番上に戻るボタン*/
  #to_top{ width:25px; height:53px; position:absolute; bottom:34px; right:-23px;}


/* 2.Header
========================================== */
  #header{ width:980px; position:relative; height:128px;}
  
  /*ロゴ*/
  h1#logo { width:202px; height:63px; position:absolute; left:28px; top:36px;}
  
  /*ヘッダナビ*/
  #head_navi{ width:252px; height:37px; position:absolute; top:7px; right:13px; }
  #head_navi li{ display:inline;}
  
  

/* 3.Globalnavi
========================================== */
	#g_navi{ width:699px; height:49px; padding:21px 0 0 12px; background:url(../images/navi_bg.jpg) no-repeat 0 0; position:absolute; top:49px; left:256px;}
  #g_navi li{ display:inline;}
  
  #sub_nav{ background:url(../images/head_free_bg.gif) repeat-x 0 0; width:278px; height:50px; position:absolute; top:0; left:420px; text-align:center; }
  #sub_nav p{ font-size:13px; font-weight:bold; color:#B33165; padding-top:2px;}
  #sub_nav p img{ vertical-align:baseline;}
  #sub_nav ul{ padding:0 0 0 6px;}
  #sub_nav li{ display:inline;}
  
/* 4.Footer
========================================== */
	#foot{ clear:both; height:45px; position:relative; padding:0 20px;}
  #produce{ width:134px; height:34px; position:absolute; top:5px; right:20px;}
  #foot_menu{ width:976px; margin:0 2px; padding:10px 0; text-align:center; /*background:#D25555;*/ background:#C69A95;}
  #foot_menu li{ display:inline; padding:0 5px; color:#FFF; font-size:11px; border-right:1px solid #FFF;}
  #foot_menu li a:link{ color:#FFF; text-decoration:underlinel;}
  #foot_menu li a:visited{ color:#FFF; text-decoration:underlinel;}
  #foot_menu li a:hover{ color:#FFF; text-decoration:none;}
  address#copy{ text-align:center; font-size:11px; padding:10px 0;}


/* 5.Main content
========================================== */
  #main{ width:739px; margin-top:4px; padding-left:12px; padding-bottom:16px; float:left;}

  #main h3{ padding-bottom:15px;}
  
  /*index キャッチ部分*/
	#index_catch{ width:739px; height:583px; padding-bottom:13px; background:url(../images/index_catch_bg.jpg) no-repeat 0 0; position:relative;}
  #index_catch_read{ width:445px; position:absolute; left:226px; top:45px;}
  #index_catch_read h2{ padding-bottom:7px;}
  #index_catch_read p{ padding-left:5px; font-size:12px; color:#333; line-height:200%;}
  #index_sp h3{}
  #index_sp p{ margin-bottom:11px; font-size:12px; font-weight:normal; color:#666;}
  #index_sp ul{ position:relative; left:-10px}
  #index_sp li{ float:right; margin-left:9px; padding-bottom:17px;}
  #index_sp a:hover img{ opacity: 0.7; -moz-opacity: 0.7; filter: alpha(opacity=70);}

  
  /*indexフェア*/
  #index_fair{ width:519px; position:absolute; top:5px; right:11px;}
  #index_fair h2{ font-size:24px; font-weight:bold; color:#B33165; background:url(../images/fair_bar.gif) no-repeat 0 100%; padding:0 0 11px 0;}
  #index_fair h2 img{ vertical-align:middle;}
  #index_fair h2 span{ width:81px; height:23px; position:absolute; right:0; top:6px; }
  #index_fair h3{ padding-bottom:5px !important;}
  #index_fair_table{ background:url(../images/indx_fair_bg.png) repeat-y 0 0; margin-bottom:25px;}
  #index_fair_table td,#index_fair_table th{ border-bottom:1px dotted #999; vertical-align:top; padding:5px 0 5px 0;}
  #index_fair_table td{ padding:5px 11px 5px 0;}
  #index_fair_table th{ font-size:12px; color:#666; line-height:1.1em; padding-left:5px;}
  
  #index_fair_table dl{}
  #index_fair_table dt a:link,#index_fair_table dt a:visited{ font-size:12px; color:#B33165; font-weight:bold; text-decoration:none;}
  #index_fair_table dt a:hover{ color:#D2598A; text-decoration:none;}
  #index_fair_table dt{ font-size:11px; color:#666; line-height:1.3em;}
  #index_fair_table dd{ font-size:11px; color:#666; padding-top:2px; line-height:1.2em;}
  #index_fair_table td p{ line-height:1.5em;}
  #index_fair_table td a:hover img{ opacity: 0.7; -moz-opacity: 0.7; filter: alpha(opacity=70);}
  #index_fair_table .more{ text-align:right; padding-top:0; margin-top:2px;}
  
  #index_fair_table .sat{ color:#4281BF;}
  #index_fair_table .sun{ color:#B33165;}
  
  /*index フェアカレンダー*/
  #fair_cal{ width:329px; float:right; padding-right:10px; padding-bottom:10px;}
  #fair_cal h4 { width:325px; height:25px; padding-bottom:4px; font-size:14px; font-weight:bold; font-size:14px; color:#666; text-align:right; background:url(../images/index_fair_ttl.gif) no-repeat 0 0; padding:0 0 4px 0;}
  #fair_cal h4 span{ color:#903F43;}
  #fair_cal p{ font-size:12px; color:#666;}
  #fair_table{ border:1px solid #CCC; border-collapse:collapse; margin-top:7px; width:327px; margin-bottom:7px;}
  #fair_table th{ text-align:center; font-size:12px; color:#666; font-weight:bold; background:#F4EBE9; border-right:1px solid #CCC; padding:5px 0;}
  #fair_table th.sun{ color:#FFF; background:#A25E60;}
  #fair_table th.sat{ color:#FFF; background:#96AED8;}
  #fair_table td{ text-align:center; font-size:13px; color:#666; border-right:1px solid #CCC; padding:8px 0;}
  #fair_table td a{ font-weight:bold; display:block;}
  #fair_table td a:link,#fair_table td a:visited{ color:#A25E60;}
  #fair_table td a:hover{ color:#BE8D8E;}
  #fair_table tr.odd td{ background:#EFEFEF;}
  
  /*index トピックス*/
  #topics{ width:379px; float:left; padding-bottom:10px;}
  #topics p{ margin-top:5px; text-align:right;}
  /*#topics_list dt{ padding:0 0 12px 0;}*/
  #topics_list{ padding-top:3px; padding-bottom:6px;}
  #topics_list li{ font-size:13px; padding:7px 0 7px 20px; background:url(../images/list_dot.gif) no-repeat 12px 13px; line-height:1.3em; border-bottom:1px dotted #999;}
  #topics_list li a:link,#topics_list li a:visited{ text-decoration:none; color:#695254;}
  #topics_list li a:hover{ text-decoration:none; color:#A25E60;}
  
  #fair_tb th{ vertical-align:top;}
  #fair_tb td{ text-align:right;}
  #fair_tb h4{ font-size:12px; color:#B33165; line-height:1.8em;}
  #fair_tb p{ font-size:12px; color:#333; line-height:1.6em;}
  .fair_ptn001{ float:left; margin:0 15px 0 0;}
  .fair_ptn001 th{ padding-left:7px;}
  .fair_ptn002{}
  #to_fair{ clear:left; text-align:right; margin-top:10px; margin-right:25px;}
  
  /*モバイル告知*/
  #mobile{ border:1px solid #CCC; text-align:center; padding:10px 5px; margin-bottom:15px;}
  #mobile h4,#mobile p{ padding-bottom:4px !important;}
  #mobile p{ font-size:10px; color:#333;}
  
  
  /*idnex スタイル、アイテムから探す部分*/
  .style_item{ padding-bottom:20px;}
  .style_item li{ display:inline;}
  .style_item li.sp{ padding-right:12xp;}

  /**/
  #desk_info{ width:349px; float:left; /*border-right:1px solid #CCC;*/ padding:0 0 0 5px;}
  #tw_info{ width:359px; float:right; padding:0 13px 0 0;}
  
  .twtr-hd{ border-bottom:1px solid #CCC;}
  .twtr-ft{ border-top:1px solid #CCC;}
  .twtr-tweet-text p{ font-size:11px;}
  
  /*下層 パンくず*/
  #locus{ padding:5px 0 10px 10px;}
  #locus dt{ text-indent:-9999px;}
  #locus dd{ font-size:10px; display:inline; color:#333;}
  #locus dd img{ vertical-align:middle;}
  
  /*下層式場ページ*/
  #place_info{ position:relative;}
  h2.place{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#1F375C;}
  h2.place_ptn2{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#0C004F;}
  h2.place_ptn3{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:url(../images/gracis_bg.jpg) repeat-x 0 0;}
  h2.place_ptn4{ padding:10px 10px 8px 10px; /*margin-bottom:20px;*/ font-size:12px; color:#FFF; background:#0C004F;}
  #cat_head{ padding:8px; background:#3D1E10;}
  #cat_head h2{ font-size:25px; color:#FFF; line-height:1.2em; border-bottom:1px solid #AA9C96; margin-bottom:10px; padding-bottom:5px; font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ Ｐ明朝','MS PMincho',serif;}
  #cat_head .r_img{ float:right; padding-left:16px;}
  #cat_head p{ font-size:12px; text-align:justify; color:#FFF; padding-bottom:10px;}
  
  /* ホテル一覧とか */
  h2.place_ptn4{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#3D1E10;}

  /*h2.place_ptn5{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#CFD24E;}*/
  h2.place_ptn5{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#ADB92D;}
  h2.place_ptn6{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#6C0005;}

  /*色試し*/
    h2.place_ptn7{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#E49632;}
    h2.place_ptn8{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#382822;}
    h2.place_ptn9{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#004B45;}
    h2.place_ptn10{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#542833;}
    h2.place_ptn11{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#6E3346;}
    h2.place_ptn12{ padding:10px 10px 8px 10px; font-size:12px; color:#FFF; background:#ADB92D;}
 
  #place_cat{ font-size:12px; color:#FFF; position:absolute; top:11px; right:116px; }
  #place_cat a:link{ color:#FFF; text-decoration:underline;}
  #place_cat a:visited{ color:#FFF; text-decoration:underline;}
  #place_cat a:hover{ color:#FFF; text-decoration:none;}
  #main.lower h4{ padding:0 0 15px 15px; font-size:16px; font-weight:bold; color:#B33165;}
  #main.lower h4.placename{ position:relative;}
  #main.lower h5{ padding:3px 5px; margin-bottom:7px; font-size:14px;}
  #main.lower h5.addbtn{ position:relative; background:#F3F3F3; width:550px; top:0; left:0;}
  #place_access{ position:absolute; left: 626px; top: 3px; }
  #place_plan{ position:absolute; left: 449px; top: 3px; }
  .tokuten{ padding:0 !important; margin-bottom:0 !important;}
  .tokuten img{ vertical-align:bottom;}
  #tokuten_cnt{ padding:8px 0 0 20px; background:url(../images/tokuten_cnt.jpg) no-repeat 0 0; min-height:52px; height: auto !important;
height: 52px;}
  
  #place_topics{ padding-bottom:10px;}
  #place_topics li{ padding:0 0 7px 18px; background:url(../images/list_dot.gif) no-repeat 12px 5px; font-size:11px; line-height:1.2em;}

  #place_basic{ float:right; width:550px; padding-right:10px; padding-bottom:20px;}
  #place_basic.plan{ width:724px; padding:0 0 0 15px; float:none;}
  #place_basic p{ font-size:12px; color:#333; line-height:1.5em;}
  #place_basic.plan h5,#price.plan h5{ padding:3px 5px; margin-bottom:7px; font-size:14px; color:#FFF; background:#B33165;}
  #place_miniphoto{ padding-left:10px; padding-bottom:7px; width:150px; float:left;}
  
  #place_list{ width:740px;}
  #place_list .box{ width:740px; background:url(../images/list_bg.jpg) no-repeat 0 0;}
  #place_list h3{  padding:0 0 0 30px; height:27px;}
  #place_list h3 a{ text-decoration:none; font-size:16px; color:#980017; font-weight:bold;}
  #place_list .area{ width:445px; height:26px; margin-bottom:13px; margin-top:3px; line-height:26px; font-size:11px; text-align:right;}
  #place_list .area img{ vertical-align:middle;}
  #place_list .area a:link{ color:#999;}
  #place_list h4{ font-size:14px !important; color:#333 !important; padding-bottom:10px !important; padding:0 0 10px 25px !important;}
  #place_list .comment{ width:428px; font-size:12px; color:#666; line-height:1.5em; padding:0 0 20px 25px;}
  #place_list ul{ width:435px; background:url(../images/list_point.jpg) no-repeat 25px 0; padding:18px 0 10px 25px; color:#666; font-size:10px;}
  #place_list .list_more{ clear:both; width:136px; height:43px; background:url(../images/list_more_bg.jpg) no-repeat 0 0; padding:7px 0 33px 604px;}
  #place_list .r_img{ float:right; width:251px; padding:40px 13px 20px 0;}

  
  #place_miniphoto li{ padding-bottom:13px;}
  
  h4.plan{ margin-top:50px; background:url(../images/plan.gif) no-repeat 0 0; padding:0 0 5px 60px !important;}
  h4.rei_cost{ padding:0 0 5px 0 !important;}
  .desc{ background:#F2F2F2; border:1px solid #CCC; padding:5px; margin-bottom:15px; margin-right:10px;}
  
  /*式場データテーブル 各種*/
  .place_data caption{ font-size:14px; font-weight:bold; color:#B33165; line-height:2em;}
  .place_data{ margin-bottom:35px; border-collapse:separate; border:1px solid #E8E8E8;}
  .plan_list{ margin-bottom:0;}
  
  .plan_list a{ display:block; height:100%;}
  .place_data td,.place_data th{ font-size:12px; color:#333; padding:4px 7px;}
  #place_basic.plan .place_data td{ font-size:12px; color:#666; padding:4px 7px;}
  #place_basic.plan .place_data td,#place_basic.plan .place_data th{ font-size:11px; padding:6px 7px; line-height:1.4em;}
  .place_data tr.even{ background:#F3F3F3;}
  .place_data th{ background:url(../images/table_bar2.gif) no-repeat 100% 50%; background-color:#FFF;}
  .place_data tr.even th{ background:url(../images/table_bar2.gif) no-repeat 100% 50% #F3F3F3;}
  .place_data th{ border-top:5px solid #FFF; border-bottom:5px solid #FFF;}
  .place_data tr.even th{ border-top:5px solid #F3F3F3; border-bottom:5px solid #F3F3F3;}
  .on_off{ text-align:center; border-right:1px solid #F2F2F2;}
  .place_data tr.even .on_off{ text-align:center; border-right:1px solid #FFF;}
  .option{ margin-bottom:30px;}
  .option td,.option th{ padding:3px 7px !important;}
  .bd_map{ border:1px solid #CCC;}
  
  /*見積り例*/
  #rei{ color:#666 !important; background:url(../images/rei_head.gif) no-repeat 0 3px; margin:30px 0 0 20px;}
  .tbox01{font-size:12px; line-height:1.5em; width:665px; margin-bottom:30px;}
  .tbox01 caption{ border-left:4px solid #B33165; padding:0 0 0 6px; margin-bottom:10px; color:#B33165; font-size:14px; }
  .tbox01 th.komoku p{ border-bottom:2px solid #999; margin-right:5px; color:#888; font-weight:bold;}
  .tbox01 td,.tbox01 th{ border-bottom:1px solid #CCC; padding:5px 0; color:#333;}
  .tbox01 td,.komokuttl{ padding:0 10px 0 10px; border-right:1px dotted #CCC;}
  .tbox01 th.komoku{ border-bottom:none;}
  .tbox02{font-size:12px; line-height:1.5em; margin-bottom:5px;}
  .tbox02 td,.tbox02 th{ vertical-align:top; text-align:right; font-size:12px; color:#666; vertical-align:middle;}
  .tbox02 td img,.tbox02 th img{ vertical-align:middle;}
  .bbd{ border-bottom:1px dotted #CCC;}
  #sum{ background:url(../images/sum.gif) no-repeat 0 0; font-size:22px; line-height:45px; font-weight:bold; color:#FFF; padding:0 30px 0 0; text-align:right;}
  .planin{ text-align:center; text-indent:0px;}
  .optprice{ text-align:right; padding-right:15px;}
  .kei01{ background:url(../images/kei01.gif) repeat; padding-left:5px !important; color:#FFF !important; font-weight:bold !important;}
  .kei02{background:url(../images/kei02.gif) repeat; padding-left:5px !important; color:#FFF !important; font-weight:bold !important;}
  .trkei01 td{ background:#F7EAEF; font-size:14px; color:#666; font-weight:bold;}
  .trkei02 td{ background:#F0D6E0; font-size:14px; color:#666; font-weight:bold;}
 
  /*ブランシェ特典*/
  .special{ padding-bottom:10px;}
  .special li{ background:url(../images/list_dot.gif) no-repeat 3px 4px; font-size:12px; color:#666; padding:0 0 6px 10px; border-bottom:1px dotted #CCC;}

  /*料金の目安*/
  .place_costs{ margin-bottom:20px; margin-left:5px;}
  .place_costs th,.place_costs td{ vertical-align:middle;}
  .place_costs th{ font-size:12px; color:#333; padding:3px 5px;}
  .place_costs td{ font-size:15px; color:#B33165; padding:3px 60px 3px 5px; font-weight:bold; text-align:right;}
  
  /*branche ウエディングデスク*/
  #desk{ padding:10px 20px 10px 15px; margin-bottom:25px; background:#F3D6E1; border:1px solid #E9C7D5;}
  #desk.und{ margin-bottom:40px;}
  #desk.bl-hover{ background:#FFC8E3; border:1px solid #E2B1C5;}
  #desk h4{ padding:0 !important;}
  #desk #desk_content{ width:290px; float:left;}
  #desk #desk_content p{ font-size:11px; line-height:1.5em;}
  #desk_access{ width:230px; float:right;}
  #desk_access h5{ padding:0 !important;}
  #desk_access p,#desk_access address{ font-size:10px;}
  
  /*アクセスデータ*/
  .place_maperea{ padding-bottom:25px;}
  .place_maperea h4{ padding:0 0 10px 10px !important; font-size:16px; font-weight:bold; color:#B33165;}
  .place_maperea address{ padding:0 0 20px 10px; font-size:12px; color:#666;}
  .access_map{ margin-left:10px;}
  #to_google{ text-align:right;}
  #place_map{ float:right; margin-left:15px; margin-bottom:20px}
  
  /*ドレスレコメンド*/
  #dress{ padding:0 0 0 15px;}
  #dress li{ float:left; margin-right:10px;}
  #dress li a:hover img{ opacity: 0.8; filter: alpha(opacity=80);}

  
  /*レコメンド*/
  #interested_in{ padding:15px 0 12px 15px; margin-bottom:25px; font-size:11px; background:#F4ECEE; border-top:1px solid #D2C4CF; border-bottom:2px solid #ECE0E3;}
  #interested_in table{}
  #interested_in table img{ padding:3px; border:1px solid #D2C4CF; background:#FFF;}
  #interested_in table td{ padding-right:17px;}
  #interested_in table th{ font-size:10px; padding-top:2px; padding-left:11px; padding-right:12px; vertical-align:top; background:url(../images/recommend_bar.gif) repeat-y 4px 0;}
  #interested_in table b{ color:#C15781; font-weight:bold; padding-bottom:2px; display:block;}
  #interested_in table a:link img{ background:#FFF;}
  #interested_in table a:visited img{ background:#FFF;}
  #interested_in table a:hover img{ background:#FFF; border:1px solid #FF77BB;}
  
  /*フォームボタン*/
  .contact_navi{ width:739px; text-align:right;}
  #place_basic.fair_frame .contact_navi{ width:704px; text-align:right;}
  .contact_navi li{ display:inline;}
  
  /*式場ページ タブ*/
  #tab_menu{ margin-top:10px; width:739px; background:url(../images/wedsoace_navi_bg.jpg) repeat-x 0 0;}
  #tab_menu_ptn2{ margin-top:10px; width:739px; background:url(../images/wedsoace_navi_bg_ptn2.jpg) repeat-x 0 0;}
  #tab_menu_ptn3{ margin-top:10px; width:739px; background:url(../images/wedsoace_navi_bg_ptn3.jpg) repeat-x 0 0;}
  #tab_menu li,#tab_menu_ptn2 li,#tab_menu_ptn3 li{ display:inline;}
  
  /*式場ページ　メイン画像部分*/
  #place_catch{ width:739px; height:493px; position:relative; margin-bottom:25px;}
  #place_catch_str{ padding:13px 10px 13px 10px; width:380px; background:url(../images/wedspace_bg_ts.png) no-repeat 0 0; position:absolute; left: 323px; bottom: 15px; }
  #place_catch_str p{ font-size:12px; line-height:1.4em; color:#FFF;}

  #place_catch_ptn2{ width:739px; height:493px; position:relative; margin-bottom:25px;}
  #place_catch_str_ptn2{ padding:13px 10px 13px 10px; width:380px; background:url(../images/wedspace_bg_ts.png) no-repeat 0 0; position:absolute; left: 323px; top: 50px; }
  #place_catch_str_ptn2 p{ font-size:12px; line-height:1.4em; color:#FFF;}

  
  
  /*フェア情報*/
  .fair_cap{ background:url(../images/fair.gif) no-repeat 0 1px; padding-left:60px; padding-bottom:5px;}
  .fair_cap img{ vertical-align:middle;}
  .plan_cap{ background:url(../images/premir_icon.gif) no-repeat 0 1px; padding-left:60px; padding-bottom:5px;}
  .plan_cap img{ vertical-align:middle;}

  #place_basic.fair_frame{ width:709px; padding:0 15px 0 15px; float:none;}
  .fair_section{ clear:both;}
  .fair_section dt{ font-size:12px; color:#B33165; border-bottom:1px solid #CCC; margin-bottom:5px; font-weight:normal;}
  .fair_section dd{ font-size:11px; color:#666;}
  .fair_str{ margin-bottom:15px; width:420px; float:left;}
  .fair_str p,.fair_str div.plan_str{ background:#F2F2F2; border:1px solid #CCC; padding:10px; color:#666 !important; margin-bottom:5px;}
  .fair_img{ float:right; padding:3px; border:1px solid #CCC; display:inline; width:240px;margin-bottom: 60px;}
  .fair_date{ margin-bottom:15px;}
  .fair_date p{ line-height:2em !important;}
  .fair_date p span{ margin-left:5px; font-size:11px;}
  .fair_date p span a{ border:1px solid #CCC; padding:2px 3px; text-decoration:none;}
  .fair_date p span a:link,.fair_date p span a:visited{ background:#FFF; color:#AA4060;}
  .fair_date p span a:hover{ background:#AA4060; color:#FFF;}
  .fair_contact{ height:60px; background:url(../images/bar.gif) no-repeat 0 30px;}
  #fair_hl{ padding-bottom:5px !important;}
  .to_fair{ text-align:right; margin-bottom:10px;}
  
  .fair_cart {
    border:1px solid #EFEFEF;
    background: none repeat scroll 0 0 #FEFBF3;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    padding: 9px;
    border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
    margin-bottom:15px;
    }
  .fair_cart h4{ padding:0 !important; line-height:1.6em;}
  .fair_cart .note{ padding:10px 0; font-size:12px; color:#533F02;}
  .fair_cart .img_r{ float:right; padding:0 0 0 10px;}
  .form_ttl{ font-size:16px; font-weight:bold; color:#333; border-left:4px solid #820000; padding:0 0 0 4px !important; margin-bottom:7px;}
  
  .message{
    background: none repeat scroll 0 0 #FDDFDE;
    border: 1px solid #FBC7C6;
    padding: 9px;
    border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
    margin-bottom:30px;
    margin-top:15px;  
  }
  .message p{ font-size:18px !important; font-weight:bold; color:#A70E0A; padding-bottom:10px;}
  .message ul{ padding:0 0 0 15px;}
  .message li{ list-style:outside; line-height:1.5em;}
  
  /*OURWEDDING*/
  #ourwed{}
  #ourwed dl{ padding-top:10px;}
  #ourwed dt{font-size:10px; color:#B33165; }
  #ourwed dt .gray{ color:#666;}
  #ourwed dd{ padding-bottom:35px;}
  #ourwed dd a:hover img{ opacity: 0.8; filter: alpha(opacity=75);}
  #photoflash { width:529px; float:right;}
  #photoflash h3{ padding-top:0; font-size:18px; padding-bottom:3px; margin-bottom:5px; border-bottom:1px solid #CCC; font-weight:bold; color:#B33165;}
  #photoflash .gray{ text-align:right; font-size:11px; color:#666; padding-bottom:15px; padding-right:5px;}
  
  /*写真ページ*/
  #to_photo{ width:739px; height:127px; margin:0 auto; background:url(../images/item_photo03.jpg) no-repeat 0 0; text-align:center; line-height:71px;}
  
  /*求人*/
  #lead{ padding:0 15px 20px 15px;}
  #lead p{ font-size:14px; color:#444; line-height:1.5em; padding-bottom:10px;}

  /*フォーム関係*/
  #lead_rsv{ padding:25px 0 20px 0;}
  #lead_rsv p{ font-size:12px; color:#333; line-height:1.5em; padding-bottom:10px;}
  .fullsize {
    width:95%;
  }
  table.rsv td{ line-height:1.7em; padding:10px 15px;}
  .nonborder { text-align: center;}

  
  /**/
  #item_nav{ text-align:right; position:absolute; right:229px; top:127px;}
  #item_nav li{ font-size:11px; color:#666; float:left;}
  #item_nav li{ border-right:1px solid #DDD;}
  #item_nav li a{ display:block; padding:2px 7px 2px 13px; background:url(../images/item_nav_arr.gif) no-repeat 8px 7px #F4F8EE; text-decoration:none;}
  #item_nav li a:hover,#item_nav li a.itemnav_on{ background:url(../images/item_nav_arr.gif) no-repeat 8px 7px #FFF2BF;}
  
  /*gracis*/
  #gracis_lead{ padding:28px 0 33px 0; font-size:12px; color:#333; width:488px; float:right;}
  #gracis_lead p{ padding:0 0 13px 0;}
  #gra{ width:237px; float:left; padding-top:28px; position:relative; z-index:1;}
  
  #items{ padding-top:5px; clear:both;}
  
  .gtable h4{ font-size:14px !important; color:#666 !important; font-weight:normal !important; text-align:center !important; margin-bottom:5px; padding:0 0 3px 0 !important;
   background:url(../images/gracis_bar002.gif) no-repeat 50% 100%;}
  .gtable th{ vertical-align:bottom; text-align:center;}
  .gtable td{ vertical-align:top; padding:5px 0 35px 0;}
  .gtable td p{ padding:0 15px; font-size:11px; color:#666; text-align:justify;}
  
  #sp{ width:739px; height:254px; background:url(../images/gracis_prem.jpg) no-repeat 0 0; position:relative;}
  #sp_btn{ width:231px; height:38px; position:absolute; left: 507px; top: 171px; }
  
  #shop_info{ padding:20px 0 0 0;}
  
  .shopinfo_table{ margin:0 0 10px 15px;}
  .shopinfo_table td{ vertical-align:top; padding-bottom:25px;}
  .shopinfo_table th{ vertical-align:top; padding-bottom:25px;}
  .shopinfo_table address{ font-size:11px; color:#333; padding:0 0 26px 0;}
  .shopinfo_table h4{ font-size:14px !important; font-weight:bold; color:#00135D !important; padding:0  !important; border-bottom:1px solid #CCC; margin-bottom:3px;}
  
  .timetb{ font-size:11px; color:#333;}
  .timetb th{ border-right:1px solid #999; padding:0;}
  .timetb th p{ background:url(../images/grasic_bar.gif) no-repeat 0 50%; padding:0 5px 0 5px; margin:3px 0;}
  .timetb td{ padding:3px 0 3px 5px;}
  .timetb td p{ margin:0;}
  
  
  
/*item*/

#item{ margin-top:20px;}
#item .box {
	float: right;
  width:729px;
}

#item .boxitem{
	background-image: url(../images/item_derailbk.jpg);
	background-repeat: no-repeat;
	height: 432px;
	width: 712px;
	clear: both;
	float: none;
	text-align: left;
	padding-right: 0;
	padding-left: 17px;
}
#item .boxitem_list{
	float: left;
	width: 175px;
}
#item .boxrow_list {
	width: 700px;
	float: right;
  padding-right:10px;
}

#item .itemimg {
	float: left;
	height: 300px;
	width: 300px;
	border: 1px solid #000000;
}
#item .itemimg_list {
	height: 150px;
	width: 150px;
	border: 1px solid #000000;
}

#item img {
	margin: 2px;
}
#item .itemname {
	height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	font-size: 16px;
	font-weight: bold;
	color: #970000;
	padding-top: 40px;
	letter-spacing: 1px;
	margin-bottom: 9px;
	width: 650px;
}
#item .itemname_list {
	height: 42px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	line-height: 16px;
	padding-top: 3px;
	padding-bottom: 3px;
}
#item .itemname_list a {
	text-decoration: none;
}
#item .itemtextbox{
	width: 315px;
	margin: 0px;
	padding-top: 32px;
	padding-left: 26px;
	float: left;
}
#item .itemtextbox_list{
	width: 150px;
	height: 100px;
}

#item .itemtext {
	font-size: 12px;
	height: 80px;
	margin-bottom: 45px;
	line-height: 20px;
  color:#666;
}
#item .itemaddtext{
	font-size: 10px;
	line-height: 14px;
	height: 42px;
  color:#666;
}
#item .itemprice{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	background-image: url(../images/item_price_bg_ptn2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 48px;
	padding-left: 40px;
}
#item .itemprice_list{
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	background-image:url(../images/item_price_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 32px;
}
#item .font_black {
	color: #000000;
}
#item .itembtn{
	height: 43px;
	margin-top: 10px;
	margin-left: 180px;
}
#item .ichiran {
	height: 33px;
	width: 143px;
}
#item .ichiran a:link,
#item .ichiran a:visited {
	display: block;
	height: 33px;
	width: 143px;
	background: url(../images/item_ichiran.jpg) no-repeat;
	text-indent: -9999px;
}
#item .ichiran a:hover,
#item .ichiran a:active {
	background: url(../images/item_ichiran.jpg) no-repeat 0 -33px;
}
.itemcomment {
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: right;
	margin-right: 20px;
}
.itemcomment_list {
	font-size: 11px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: right;
	margin-right: 20px;
}
.itemnotice_list {
	font-size: 11px;
	color: #666666;
	margin-bottom: 15px;
	width: 700px;
	float: right;
  padding-top:8px;
  padding-right:15px;
  background:url(../images/pager_bg.gif) no-repeat 0 0;
  text-align:right;
}
.itemimg_list a:hover img {
filter:alpha(opacity=70); 
-moz-opacity: 0.5; 
opacity: 0.5;
}

.itemimg_list a: img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
}

.itempage {
	font-size: 12px;
	text-align: left;
	float: right;
	height: 30px;
	width: 700px;
	color: #333333;
  padding-right:10px;
}
.itempage a:link,
.itempage a:visited,
.itempage a:hover,
.itempage a:active {
	color: #0000CC;
	text-decoration: underline;
}
.itemnavi {
	text-align: right;
	margin-bottom: 10px;
}
.wphome2 {
	background: url(img/wedspace/home/weddingspace_boxbkimg.jpg) repeat-y 99% 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 30px;
}
.wphome2 .wphead {
	font-size: 1px;
	background: url(img/wedspace/home/weddingspace_boxhead.jpg) no-repeat 99% 0px;
	height: 6px;
	padding: 0 0 15px 0;
}
.wphome2 .wpfoot {
	background: url(img/wedspace/home/weddingspace_boxfoot.jpg) no-repeat 99% 100%;
	height: 6px;
	clear: both;
	font-size: 1px;
	padding: 15px 0 0 0;
}
.wphome2 .wpbox2 {
	float: left;
	text-align: center;
	border: 1px solid #666666;
	background: #FFFFFF;
	padding: 7px 7px 10px 7px;
	margin: 0 0 0 10px;
}
.wphome2 .wpbox2 img {
	padding: 1px;
	border: 1px solid #CCCCCC;
	margin: 0 0 11px 0;
}
.wpbox2 .itemcategory01 a {
	height: 29px;
	width: 120px;
	background: url(../images/item_category_btn01.jpg) no-repeat 0px 0px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
.wpbox2 .itemcategory01 a:link,
.wpbox2 .itemcategory01 a:visited {
	background: url(../images/item_category_btn01.jpg) no-repeat 0px 0px;
}
.wpbox2 .itemcategory01 a:active,
.wpbox2 .itemcategory01 a:hover {
	background: url(../images/item_category_btn01.jpg) no-repeat 0px -28px;
}
.wpbox2 .itemcategory02 a {
	height: 29px;
	width: 120px;
	background: url(../images/item_category_btn02.jpg) no-repeat 0px 0px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
.wpbox2 .itemcategory02 a:link,
.wpbox2 .itemcategory02 a:visited {
	background: url(../images/item_category_btn02.jpg) no-repeat 0px 0px;
}
.wpbox2 .itemcategory02 a:active,
.wpbox2 .itemcategory02 a:hover {
	background: url(../images/item_category_btn02.jpg) no-repeat 0px -28px;
}
.wpbox2 .itemcategory03 a {
	height: 29px;
	width: 120px;
	background: url(../images/item_category_btn03.jpg) no-repeat 0px 0px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
.wpbox2 .itemcategory03 a:link,
.wpbox2 .itemcategory03 a:visited {
	background: url(../images/item_category_btn03.jpg) no-repeat 0px 0px;
}
.wpbox2 .itemcategory03 a:active,
.wpbox2 .itemcategory03 a:hover {
	background: url(../images/item_category_btn03.jpg) no-repeat 0px -28px;
}
.wpbox2 .itemcategory04 a {
	height: 29px;
	width: 120px;
	background: url(../images/item_category_btn04.jpg) no-repeat 0px 0px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
.wpbox2 .itemcategory04 a:link,
.wpbox2 .itemcategory04 a:visited {
	background: url(../images/item_category_btn04.jpg) no-repeat 0px 0px;
}
.wpbox2 .itemcategory04 a:active,
.wpbox2 .itemcategory04 a:hover {
	background: url(../images/item_category_btn04.jpg) no-repeat 0px -28px;
}
.wpbox2 .itemcategory05 a {
	height: 29px;
	width: 120px;
	background: url(../images/item_category_btn05.jpg) no-repeat 0px 0px;
	display: block;
	text-align: left;
	text-indent: -9999px;
}
.wpbox2 .itemcategory05 a:link,
.wpbox2 .itemcategory05 a:visited {
	background: url(../images/item_category_btn05.jpg) no-repeat 0px 0px;
}
.wpbox2 .itemcategory05 a:active,
.wpbox2 .itemcategory05 a:hover {
	background: url(../images/item_category_btn05.jpg) no-repeat 0px -28px;
}

/*プライバシーポリシー*/

#pryvacy{ margin:0 20px 0 30px; padding-bottom:25px; color:#333; font-size:12px;}
#pryvacy h5{ font-weight:bold; font-size:12px; margin-top:15px; padding:0 !important;}

#pryvacy li {
list-style:decimal outside none;
}

#pryvacy li li{ margin:5px 0 0 60px;}

/*トピックス用*/

.topics_ttl{ background:url(../images/list_dot.gif) no-repeat 7px 14px; font-size:12px; padding:0 0 6px 10px;}
.topics_on{ text-decoration:none; font-size:16px; color:#980017; font-weight:bold;}
.topics_ttl p{ line-height:1.2em;}
.topics_ttl p a{ font-weight:bold;}
.topics_ttl dt span{ font-weight:normal;}
.topics_ttl dd{ line-height:1.2em; font-size:11px; color:#666;}
.topics_ttl dd.more{ text-align:right;}
.topics_ttl dd.more a{ text-align:right; border:1px solid #CCC; text-decoration:none; padding:3px; background:#FFF;}
.fair_status li{ font-size:11px; width:105px; text-align:center; border:1px solid #FFF; float:left; background:#C2709B; color:#FFF; text-shadow: 1px 1px 1px #000;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
.fair_status li.off{ color:#FFF; background:#FFF; background:#CCC; text-shadow:none;}
.fairtable td,.fairtable th{ vertical-align:top;}
.fairtable th{ vertical-align:top;}


/*about branche*/
#whtbr p{ font-size:14px; color:#666; line-height:1.6em;}
#whtbr h4{ padding:0 !important; margin:0 !important;}
#info001{ background:url(../images/whatbr_002.jpg) no-repeat 0 0; padding:0 161px 0 35px;
min-height:130px;
height: auto !important;
height: 130px;
}
#info002{ background:url(../images/whatbr_004.jpg) no-repeat 0 0; padding:0 39px 0 255px;
min-height:152px;
height: auto !important;
height: 152px;
}
#info003{ background:url(../images/whatbr_006.jpg) no-repeat 0 0; padding:0 200px 0 48px;
min-height:178px;
height: auto !important;
height: 178px;
}
#info004{ background:url(../images/whatbr_008.jpg) no-repeat 0 0; padding:0 50px 0 217px;
min-height:135px;
height: auto !important;
height: 135px;
}
#info005{ background:url(../images/whatbr_011.jpg) no-repeat 0 0; padding:0 45px 0 241px;
min-height:140px;
height: auto !important;
height: 140px;
}
#info006{ background:url(../images/whatbr_013.jpg) no-repeat 0 0; padding:0 45px 0 241px;
min-height:143px;
height: auto !important;
height: 143px;
}
#info007{ background:url(../images/whatbr_015.jpg) no-repeat 0 0; padding:0 45px 0 241px;
min-height:143px;
height: auto !important;
height: 143px;
}
#info008{ background:url(../images/whatbr_017.jpg) no-repeat 0 0; padding:0 45px 0 241px;
min-height:141px;
height: auto !important;
height: 141px;
}
#info009{ background:url(../images/whatbr_019.jpg) no-repeat 0 0; padding:0 45px 0 73px;
min-height:212px;
height: auto !important;
height: 212px;
}
#whbr_cont{ width:713px; height:75px; position:relative; margin-left:10px; background:#F4ECEE; padding:11px 0 11px 17px;}
#whbr_cont p{ padding:0 !important; margin:0 !important;}
#whbr_cont_btn{ position:absolute; top:23px; left: 450px; }


/*

min-height:100px;
height: auto !important;
height: 100px;

*/
  
/* 6.Sub content
========================================== */
  #sub_content{ width:200px; padding-top:17px; padding-right:16px; float:right;}
  
  #sub_content p,#sub_content h4{ padding-bottom:19px;}
  #sub_content h5{ color:#B33165; padding-bottom:12px; font-size:12px; letter-spacing:-1px;}
  #sub_content h5.green{ color:#91AA42; padding-bottom:12px; font-size:12px;}

  
  /*サイドメニュー*/
  .side_menu{ padding-bottom:15px;}
  .side_menu li{ background:url(../images/list_dot.gif) no-repeat 3px 4px; font-size:12px; padding:0 0 6px 10px;}
  
  /*小さなボックス*/
  .note_box{ padding:15px 0 0 0; /*margin:0 10px;*/ margin:0;}
  .note_box h5{ padding-bottom:7px !important;}
  .note_box p{ font-size:10px; color:#666;}
  .dotline{ border-bottom:1px dotted #CCC;}
  
  
  /*ブログRSS*/
  .blog{ padding:8px 8px 8px 143px; background:url(../images/mame_bg.jpg) no-repeat 0 0; border:1px solid #DCBEB6; min-height:247px;}
  .blog .more{ text-align:right; border-bottom:1px solid #EFEFEF; margin-bottom:5px; padding:3px 0 5px 0;}
  .blog dt{ font-size:14px; padding-bottom:3px;}
  .blog dt a:link,.blog dt a:visited{ color:#7C9339; text-decoration:none;}
  .blog dt a:hover{color:#98B445;}
  .blog dd{ font-size:12px; color:#666; line-height:1.5em;}
  .blog dt span{ font-weight:normal; color:#666; font-size:10px;}
  
  
  
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


ul.errors li{color:red;}

hr.end{ clear:both; visibility:hidden; height:1px;}

/*管理画面用*/
#sortable2 .datalist,form .datalist{ cursor:move;}
#sortable .box { cursor:move;}



/**/
.button.danger,
.alert-message.danger,
.button.danger:hover,
.alert-message.danger:hover,
.button.error,
.alert-message.error,
.button.error:hover,
.alert-message.error:hover,
.button.success,
.alert-message.success,
.button.success:hover,
.alert-message.success:hover,
.button.info,
.alert-message.info,
.button.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.button.danger,
.alert-message.danger,
.button.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
  text-decoration:none !important;
}
.button:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.button:focus {
  outline: 1px dotted #666;
}
.button.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.button:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.button.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.button.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.button.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .button {
  border-radius: 0 \0;
}
button.button::-moz-focus-inner, input[type=submit].button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
}
a.close { text-decoration:none;}

.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  *margin-top: 3px;
  /* IE7 spacing */

}
.alert-message h5 {
  line-height: 18px;
}
.alert-message p {
  margin-bottom: 0;
}
.alert-message div {
  margin-top: 5px;
  margin-bottom: 2px;
  line-height: 28px;
}
.alert-message .btn {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message.block-message {
  background-image: none;
  background-color: #fdf5d9;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 14px;
  border-color: #fceec1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.alert-message.block-message ul, .alert-message.block-message p {
  margin-right: 30px;
}
.alert-message.block-message ul {
  margin-bottom: 0;
}
.alert-message.block-message li {
  color: #404040;
}
.alert-message.block-message .alert-actions {
  margin-top: 5px;
}
.alert-message.block-message.error, .alert-message.block-message.success, .alert-message.block-message.info {
  color: #404040;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert-message.block-message.error {
  background-color: #fddfde;
  border-color: #fbc7c6;
}
.alert-message.block-message.success {
  background-color: #d1eed1;
  border-color: #bfe7bf;
}
.alert-message.block-message.info {
  background-color: #ddf4fb;
  border-color: #c6edf9;
}



.finished{font-style: italic; color:#CCC; font-weight:bold;}

