﻿/* front node only */
 
body.front #logo, body.front #name-and-slogan {
    display: none;
    }

/* content **********************************************/

 /** no-** */
  
.hal-nm { /* no-margin */
    margin:0 !important; 
    }
.hal-np { /* no-padding */
    padding: 0 !important;
    }
.hal-nb { /* no-border */
    border: none !important;
    }

/** UNDER CONSTRUCTION **/
.hal-uc {
    color: #FF0000;
    font-size: 2em;
    font-weight: bold;
    line-height: 1.5em;
    margin: 2em 0;
    text-align: center;
}

/** DIV center **/
  
.hal-center {
    margin-right: auto;
    margin-left:  auto;
    width: 640px;
    }

/** image **/
  
.hal-image-right{
    float:right;
    margin: 5px 10px; padding: 0px;
    font-size:0.8em;
    line-height: 1.2em;
    }
.hal-image-left{
    float:left;
    margin: 5px 10px; padding: 0px;
    font-size:0.8em;
    }

/** amazon list **/
  
div.hal-amazon-list {
    display: table;
    margin-left: 30px;
    }
div.hal-amazon-list > div{
    display: table-cell;
    }
div.hal-amazon-list p{
    margin-left: 1.5em;
    font-size:0.8em;
    line-height: 1.3em;
    }

/** table **/
  
table.hal {
    margin: 2em auto; 
    width: 640px;
    border-top:1px solid #aaa;
    /* background-color: #fffbf0; */
    }
table.hal tr {
    }
table.hal th,  table.hal td {
    padding: 0.2em 1em;
    border-bottom:1px solid #aaa;
    vertical-align: middle;
    }
table.hal .green {
    background-color: #efe;
    font-weight: bold;
    }
table.hal .blue {
    background-color: #eef;
    font-weight: bold;
    }
table.hal .gray {
    background-color: #ccc;
    color: #aaa;
    }
table.hal-nb th, table.hal-nb td{ /* no-border */
    border:none;
    }

/** waku **/
  
.hal-waku{
    margin: 0 auto;
    width: 640px;
    padding: 1em 0.3em 0.3em;
    border: solid 1px #ccc; 
    }
.hal-notice{
    margin: 2em auto;
    width: 640px;
    padding: 0.5em 0;
    border: solid 2px #f00; 
    background-color: #fff;
    border-radius: 5px;
    }
.hal-notice p{
    margin: 0 3em 0;
    color: #f00;
    }
.hal-attention {
    margin: 2em auto;
    width: 640px;
    padding: 0.5em 0;
    /* border: solid 2px #ffabd5;  #ffc85f; #f80; */
    background-color: #ffabd5; /* #fff3ff; #fff7df; #fff; */
    border-radius: 5px;
    box-shadow: 0px 2px 2px #aaa;
    }
.hal-attention p {
    margin: 0 3em 0;
    text-align: center;
    color: #000;
    text-shadow: 0px 0px 2px #fff;
    line-height: 1.5em;
    font-weight: bold;
    }
.hal-attention a {
    color: #000;
    }
.hal-attention a:hover{
    color: #f00;
    text-shadow: none;
    }

/** blog **/ /* refer to block */
  
/** twitter **/ /* refer to block */
  
/* others */
  
.not-size-adj {
    -webkit-text-size-adjust: none;
    }
ul.links.inline a.translation-link{
    display: none;
    }





/* blocks ***********************************************/
 
 /** superfish blocks are refer to navigation **/
  
 /** 3. login **/
  
 #block-block-3{
    /* display: table-cell; */
    /* vertical-align: middle; */
    padding-left: 0px;
    height: 24px;
    }
#block-block-3 ul{
    display: table;
    margin: 0px; padding: 0px;
    height:24px;
    }
#block-block-3 ul li{
    display: table-cell;
    margin: 0;
    padding-right: 20px;
    list-style: none;
    white-space: nowrap;
    vertical-align: middle;
    }
body.not-logged-in ul.logout-gate{
    display: none !important;
    }
body.logged-in ul.login-gate{
    display: none !important;
    }

 /** 4. sidebar first **/
  
#block-block-4 {
    }
#block-block-4 p {
    margin-left: 0px;
    }
#block-block-4 a {
    text-decoration: none;
    }
#block-block-4 img {
    box-shadow: 0px 3px 2px #aaa;
    }
.hal-banner {
    margin-bottom: 5px;
    width:160px;
    height:50px;
    border-top: 1px solid #fff3ff;
    background-repeat: no-repeat;
    box-shadow: 0px 3px 2px #aaa;
    cursor: pointer;
    }
div.hal-banner p{
    margin: 10px 10px 0px;
    margin-left: 10px !important;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    line-height:14px;
    letter-spacing: -1px;
    text-shadow: 0px 0px 5px #333;
    }
div.hal-banner p.hal-banner-small{
    margin-top: 0;
    font-size: 9px;
    line-height:8px;
    font-weight:normal;
    letter-spacing: 0;
    text-shadow: none;
    }
.hal-banner a{
    color: #000;
    }
.hal-banner a:hover{
    color: #f00;
    text-shadow: none;
    }
p.halcon-books-image-link {
    font-size: 0.8em;
    line-height: 1.3em;
    }

 /** 5. ketsuban (sidebar second) ... refer to node-blocks No.57,58 **/
  

 /** 10(jp).18(en) top page banner **/
  
 #block-block-10, #block-block-18 {
    margin-bottom: 1em;
  }
 #block-block-10 p, #block-block-18 p {
    margin: 0px;
    }
 #block-block-10 img, #block-block-18 img {
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 3px 2px #aaa;
    }
 
 /** 11. ketsuban (sitemap) ... refer to node-blocks No.19 **/
  

 /** 12(jp).17(en).copyright **/
  
#block-block-12, #block-block-17{
    margin-bottom: 0;
    }
div.hal-copy {
    margin: 10px 0 0 0 ;
    padding-top: 10px;
    border-top: 1px solid #d791b4;
    font-size: 10px;
    line-height: 10px;
    }

 /** 13. twitter **/
  
#block-block-13{
    }
.twtr-doc {
    margin: 20px auto;
    /* width: 600px !important; ... refer to twitter widget */
    }
.twtr-hd h3 {
    background-image: none !important;
    }
.twtr-img img{
    max-width: 30px !important;
    height: 30px !important;
    }
.twtr-tweet-text p {
    font-family: Meiryo, Verdana, Geneva, "DejaVu Sans", sans-serif !important;
    }

/* node blocks *******************************************/

 /** 15. blog **/
  
#block-nodeblock-15{
    }
.hal-blog {
    display: table;
    margin-top: 20px;
    margin-left: 15px;
    }
.hal-blog > div {
    display: table-cell;
    border-bottom: solid 1px #ccc;
    }
.hal-blog-date {
    border: solid 2px #ffabd5;
    border-radius: 5px;
    margin: 10px;
    width: 60px;
    box-shadow: 0px 3px 2px #aaa;
    }
.hal-blog-date p{
    margin: 0;
    font-weight: bold;
    text-align: center;
    }
.hal-blog-day {
    padding: 5px 0;
    background-color: #ffabd5;
    color: #fff;
    font-size: 24px;
    text-shadow: 0px 1px 2px #777;
    }
.hal-blog-month {
    color: #ffabd5;
    }
.hal-blog-year {
    background-color: #ffabd5;
    color: #fff;
    text-shadow: 0px 1px 2px #777;
    }
.hal-blog-title-content {
    width: 630px;
    padding-bottom: 20px;
    }
.hal-blog-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #600;
    }
.hal-blog-content {
    margin: 0px 10px;
    padding: 0px;
    width: 510px;
    }


 /** 19. sitemap **/
  
#block-nodeblock-19 {
    }
.hal-sitemap-block {
    display: table;
    font-size: 11px;
    line-height: 16px;
    }
.hal-sitemap {
    display: table-cell;
    padding: 10px;
    width: 160px;
    }
.hal-sitemap p{
    margin: 0; 
    }
.hal-sitemap ul{
    margin: 0;
    padding-left: 20px;
    }
.hal-sitemap.hal-sitemap-contact-link {
    padding-left: 70px;
    }
.hal-sitemap.hal-sitemap-contact-link > div {
    border-top: solid 1px #ffabd5;
    }



 /** 57(jp).58(en). sidebar second  **/
  
#block-nodeblock-57,
#block-nodeblock-58 {
    width: 160px;
    }
.hal-sidebar-menu p {
    background-color: #ffabd5;
    height: 20px;
    margin: 0px;
    padding: 7px 10px 5px;
    font-size: 14px;
    border-bottom: solid 1px #d791b4;
    cursor: pointer;
    }
.hal-sidebar-menu p:hover {
    background-color: #ffcde6;
    }
.hal-sidebar-menu a, .hal-sidebar-menu8 a:visited {
    color: #000;
    text-decoration: none;
    }
#block-nodeblock-57 div.hal-banner p,
#block-nodeblock-58 div.hal-banner p {
    letter-spacing: 0px;
    }
#block-nodeblock-57 .hal-sidebar-contact-link,
#block-nodeblock-58 .hal-sidebar-contact-link {
    display: none;
    }




/* navigation ********************************************/

 /** second level menu ... w/memu-block (not use) */
  
#navigation .block-menu-block {
    clear: both;
    margin-top: 10px;
    margin-left: 20px;
    }
#navigation .block-menu-block ul {
    display: table;
    }
#navigation .block-menu-block ul li {
    float: none;
    display: table-cell;
    padding: 0 3px;
    border-right: solid 1px #ccc;
    }
#navigation .block-menu-block ul li.last {
    border-right: none;
    }
#navigation .block-menu-block a {
    padding: 3px 5px;
    }
#navigation .block-menu-block a.active {
    outline: solid 2px #ffabd5;
    outline-radius: 10px; 
    -moz-outline-radius: 10px; 
    }

 /** superfish menu ... based 'default.css'  http://drupal.org/project/superfish/ */
  
#navigation .block-superfish {
    }
.sf-menu.sf-style-none {
    float: left;
    }
.sf-menu.sf-style-none.sf-navbar {
    width: 100%;
    }
.sf-menu.sf-style-none ul {
    padding-left: 0;
    }
.sf-menu.sf-style-none a {
    padding: 8px 10px;
    text-decoration: none;
    color: #000;
    }
.sf-menu.sf-style-none a.sf-depth-1, .sf-menu.sf-style-none a.sf-depth-1:visited {
    border-right: 1px solid #d791b4;
    }
.sf-menu.sf-style-none a.sf-with-ul {
    padding-right: 2.25em;
    }
.sf-menu.sf-style-none.rtl a.sf-with-ul {
    padding-left: 2.25em;
    padding-right: 1em;
    }
.sf-menu.sf-style-none span.sf-description {
    color: #1133AA;
    display: block;
    font-size: 0.8em;
    line-height: 1.5em;
    margin: 5px 0 0 5px;
    padding: 0;
    }
.sf-menu.sf-style-none li, .sf-menu.sf-style-none.sf-navbar {
    background: none repeat scroll 0 0 #ffabd5; /* H234 S255 L213*/
    }
.sf-menu.sf-style-none li li {
    /* background: none repeat scroll 0 0 #e6aac8; */ /* H234 S139 L200 */
    background-color: transparent;
    }
.sf-menu.sf-style-none li li li {
    /* background: none repeat scroll 0 0 #d791b4; */ /* H234 S119 L180 */
    }
.sf-menu.sf-style-none li:hover, .sf-menu.sf-style-none li.sfHover, .sf-menu.sf-style-none li.active-trail, .sf-menu.sf-style-none a:focus, .sf-menu.sf-style-none a:hover, .sf-menu.sf-style-none a:active {
    background: none repeat scroll 0 0 #ffcde6;  /* H234 S255 L230 */
    outline: 0 none;
    }
.sf-menu.sf-style-none li:hover > ul, .sf-menu.sf-style-none li.sfHover > ul {
    top: 30px;
    /* background: none repeat scroll 0 0 #e6aac8; */ /* H234 S255 L213*/
    border-bottom: solid 1px #e6aac8;
    background-color: #fff3f9;
    }
.sf-menu.sf-style-none ul.sf-megamenu li.sf-megamenu-wrapper ol, .sf-menu.sf-style-none ul.sf-megamenu li.sf-megamenu-wrapper ol li {
    margin: 0;
    padding: 0;
    }
.sf-menu.sf-style-none ul.sf-megamenu li.sf-megamenu-wrapper a.menuparent {
    font-weight: bold;
    }
.sf-menu.sf-style-none ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
    display: inline;
    float: left;
    width: 12em;
    }
.sf-menu.sf-style-none.rtl ul.sf-megamenu li.sf-megamenu-wrapper ol li.sf-megamenu-column {
    float: right;
    }
.sf-menu.sf-style-none li.sf-parent-children-1 ul.sf-megamenu {
    width: 12em;
    }
.sf-menu.sf-style-none li.sf-parent-children-2 ul.sf-megamenu {
    width: 24em;
    }
.sf-menu.sf-style-none li.sf-parent-children-3 ul.sf-megamenu {
    width: 36em;
    }
.sf-menu.sf-style-none li.sf-parent-children-4 ul.sf-megamenu {
    width: 48em;
    }
.sf-menu.sf-style-none li.sf-parent-children-5 ul.sf-megamenu {
    width: 60em;
    }
.sf-menu.sf-style-none li.sf-parent-children-6 ul.sf-megamenu {
    width: 72em;
    }
.sf-menu.sf-style-none li.sf-parent-children-7 ul.sf-megamenu {
    width: 84em;
    }
.sf-menu.sf-style-none li.sf-parent-children-8 ul.sf-megamenu {
    width: 96em;
    }
.sf-menu.sf-style-none li.sf-parent-children-9 ul.sf-megamenu {
    width: 108em;
    }
.sf-menu.sf-style-none li.sf-parent-children-10 ul.sf-megamenu {
    width: 120em;
    }
.sf-menu.sf-style-none li.sf-depth-1 {
    font-size: 14px;
    }
.sf-menu.sf-style-none li.sf-depth-2 {
    font-size: 12px;
    }

 /** book navigation **/
  
article.node-book {
    }
div.book-navigation {
    }
div.book-navigation ul.menu {
    border-top: 1px solid #ccc;
    margin-top: 20px;
    }
div.book-navigation li.leaf {
    font-size: 1.17em;
    height: 2em;
    }
div.book-navigation .page-links {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 40px;
    margin-bottom: 10px;
    }




/* views ************************************************/

 /** hal-con books */
  
.view-halcon-books {
    }
.view-halcon-books .views-field-title {
    }
.view-halcon-books .views-field-field-image {
    float: left;
    margin-left: 105px;
    margin-right: 20px;
    }
.view-halcon-books .views-field-field-image a:hover {
    }
.view-halcon-books .views-field-field-book-id {
    font-weight: bold;
    margin-bottom: 10px;
    }
.view-halcon-books .views-field-field-meta-names:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }
.view-halcon-books .hal-book-shop-link {
    border: solid 1px #ccc;
    box-shadow: 0px 3px 2px #aaa;
    background-color: #fff;
    font-weight: bold;
    width: 200px;
    padding: 5px 10px;
    text-align: center;
    margin-left: 500px;
    }

 /** What's new */
  
.hal-whats-new {
    font-size: 0.83em;
    line-height: 1.2em;
    margin-bottom: 1em;
    }
.hal-whats-new .views-field-title:before {
    content: "[";
    }
.hal-whats-new .views-field-title:after {
    content: "]";
    }

 /** view-calendar (not use) */
  
.view-calendar {
    margin-bottom: 40px;
    }
.view-calendar h3 {
    background: none !important;
    }
.view-calendar th.days.sun {
    background-color: #fbe1ee;
    color: #e00;
    }
.view-calendar tr.date-box td[headers="日曜日"] div.month.day {
    color: #e00;
    }
.view-calendar tr.date-box td[headers="Sunday"] div.month.day {
    color: #e00;
    }
.view-calendar th.days.sat {
    background-color: #e1fbe1;
    color: #559c52;
    }
.view-calendar tr.date-box td[headers="土曜日"] div.month.day {
    color: #559c52;
    }
.view-calendar tr.date-box td[headers="Saturday"] div.month.day {
    color: #559c52;
    }
.view-calendar tr.date-box td.empty div.month.day {
    color: #cc9;
    }
.view .date-nav-wrapper .date-prev {
    right: auto;
    left: 0px;
    }

/** block-views-calendar-block-2 (not use) */
  
#block-views-calendar-block-2 {
    }
#block-views-calendar-block-2 > div {
    margin-top: 10px;
    }
#block-views-calendar-block-2 ul {
    padding-left: 0px;
    list-style: none;
    list-style-image: none;
    }
#block-views-calendar-block-2 li.views-row-odd{
    background-color: #ffcde6;
    }
#block-views-calendar-block-2 li > div {
    display: table-cell;
    padding-top: 2px;
    padding-bottom: 2px;
    }
#block-views-calendar-block-2 div.views-field-field-event-date {
    width: 110px;
    padding-left: 10px;
    }
#block-views-calendar-block-2 div.views-field-title {
    padding-right: 10px;;
    }


/* customize for special nodes  *****************************************/

/** Hal-con Books **/
  
.node-hal-con-sf-series {
    margin-top: 10px;
    margin-left: 45px;
    }
.node-hal-con-sf-series .field-name-field-book-info {
    margin-bottom: 1em;
    padding: 1em;
    border: solid 1px #ccc;
    }
.node-hal-con-sf-series .field-name-field-image {
    float: left;
    margin: 0 40px 20px 30px ;
    }
.node-hal-con-sf-series .field-name-field-book-id {
    display: table;
    margin-bottom: 10px;
    font-weight: bold;
    }
.node-hal-con-sf-series .field-name-field-meta-names {
    display: table;
    }
.node-hal-con-sf-series .field-name-field-meta-text {
    display: table;
    }
.node-hal-con-sf-series .field-name-field-price {
    display: table;
    padding-left: 1em;
    }
.node-hal-con-sf-series .field-name-body {
    clear: both;
    }




/* forms ************************************************/

 /** user login **/
  
form#user-login input.form-text.required{
    width: 640px;
    }

 /** Webform x Zen patch **/
  
div.form-item.webform-container-inline label {
    display: inline;
    }

 /** book shop  (node-20) */
  
#webform-client-form-20 > div > div{
    margin: 10px auto;
    width: 700px;
    }
#webform-client-form-20 #webform-component-header {
    margin: 20px 0px;
    width: auto;
    }
.hal-book-form-image {
    display: table;
    margin: 20px 0 0px 10px;
    }
.hal-book-form-image > div {
    display: table-cell;
    }
.hal-book-form-image p {
    margin-right: 40px;
    font-size: 0.8em;
    }
#webform-client-form-20 #webform-component-hsfs2011-qty,
#webform-client-form-20 #webform-component-hsfs2012-qty,
#webform-client-form-20 #webform-component-hsfs2012m-qty,
#webform-client-form-20 #webform-component-hsfs2013-qty,
#webform-client-form-20 #webform-component-hsfs2014-qty,
#webform-client-form-20 #webform-component-hsfs2015-qty,
#webform-client-form-20 #webform-component-hsfs2016-qty,
#webform-client-form-20 #webform-component-hsfs2017-qty,
#webform-client-form-20 #webform-component-hsfs2018-qty,
#webform-client-form-20 #webform-component-hsfs2019-qty
#webform-client-form-20 #webform-component-hsfs2021-qty
#webform-client-form-20 #webform-component-hsfs2022-qty
 {
    display: table;
    margin: 0px auto;
    padding: 5px 0px;
    border-bottom: solid 1px #ccc;
    }
#webform-component-hsfs2011-qty label,
#webform-component-hsfs2012-qty label,
#webform-component-hsfs2012m-qty label,
#webform-component-hsfs2013-qty label,
#webform-component-hsfs2014-qty label,
#webform-component-hsfs2015-qty label,
#webform-component-hsfs2016-qty label,
#webform-component-hsfs2017-qty label,
#webform-component-hsfs2018-qty label,
#webform-component-hsfs2019-qty label
#webform-component-hsfs2021-qty label
#webform-component-hsfs2022-qty label
 {
    display: table-cell;
    width: 300px;
    text-align: left;
    }
#webform-component-hsfs2011-qty input,
#webform-component-hsfs2012-qty input,
#webform-component-hsfs2012m-qty input,
#webform-component-hsfs2013-qty input,
#webform-component-hsfs2014-qty input,
#webform-component-hsfs2015-qty input,
#webform-component-hsfs2016-qty input,
#webform-component-hsfs2017-qty input,
#webform-component-hsfs2018-qty input,
#webform-component-hsfs2019-qty input
#webform-component-hsfs2021-qty input
#webform-component-hsfs2022-qty input
 {
    display: table-cell;
    }
#webform-component-weight input {
    border: none;
    background-color: #fffbf0;
    }
#webform-client-form-20 #webform-component-price,
#webform-client-form-20 #webform-component-delivery-charge,
#webform-client-form-20 #webform-component-payment {
    display: table;
    margin: 0px auto;
    padding: 0px;
    }
#webform-component-price label,
#webform-component-delivery-charge label,
#webform-component-payment label {
    display: table-cell;
    width: 100px;
    padding-right: 10px;
    text-align: right;
    border-bottom: dotted 1px #ccc;
    }
#webform-component-price input,
#webform-component-delivery-charge input,
#webform-component-payment input {
    display: table-cell;
    background-color: #fffbf0;
    text-align: right;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: dotted 1px #ccc;
    }
#webform-client-form-20 #webform-component-name,
#webform-client-form-20 #webform-component-note-address {
    margin-top: 50px;
    }
#webform-client-form-20 #edit-next { /* submit button ... default:disable */
    display: none;
    }
#webform-client-form-20 #webform-component-confirm > div {
    display: table;
    }
#webform-client-form-20 .hal-form-label {
    display: table-cell;
    width: 250px;
    border-bottom: solid 1px #ccc;
    text-align: right;
    }
#webform-client-form-20 .hal-form-data {
    display: table-cell;
    width: 350px;
    border-bottom: solid 1px #ccc;
    }
#webform-client-form-20 #webform-component-confirm p {
    margin-top: 0.5em;
    }
#webform-client-form-20 #webform-component-confirm .hal-check-code {
    display: none;
    }


/** contact (node-40) */
  
#webform-client-form-40 > div > div {
    margin: 20px auto;
    width: 600px;
    }
#webform-client-form-40 input.form-text,
#webform-client-form-40 textarea {
    width: 600px;
    }
#webform-client-form-40 #webform-component-header {
    margin: 20px 0px;
    width: auto;
    }
#webform-client-form-40 #webform-component-tantou-email {
    display: none;
    }
#webform-client-form-40 #webform-component-subject {
    display: none;
    }
#webform-client-form-40 #webform-component-confirm > div {
    display: table;
    }
#webform-client-form-40 .hal-form-label {
    display: table-cell;
    width: 150px;
    border-bottom: solid 1px #ccc;
    text-align: right;
    }
#webform-client-form-40 .hal-form-data {
    display: table-cell;
    width: 450px;
    border-bottom: solid 1px #ccc;
    }
#webform-client-form-40 #webform-component-confirm p {
    margin-top: 0.5em;
    }
/** contact-en (node-85) */
  
#webform-client-form-85 > div > div {
    margin: 20px auto;
    width: 600px;
    }
#webform-client-form-85 input.form-text,
#webform-client-form-85 textarea {
    width: 600px;
    }
#webform-client-form-85 #webform-component-header {
    margin: 20px 0px;
    width: auto;
    }
#webform-client-form-85 #webform-component-tantou-email {
    display: none;
    }
#webform-client-form-85 #webform-component-subject {
    display: none;
    }
#webform-client-form-85 #webform-component-confirm > div {
    display: table;
    }
#webform-client-form-85 .hal-form-label {
    display: table-cell;
    width: 170px;
    border-bottom: solid 1px #ccc;
    text-align: right;
    }
#webform-client-form-85 .hal-form-data {
    display: table-cell;
    width: 450px;
    border-bottom: solid 1px #ccc;
    }
#webform-client-form-85 #webform-component-confirm p {
    margin-top: 0.5em;
    }

/** online resistration (node-44) */
  
#webform-client-form-44 > div {
    margin: 0px auto;
    width: 600px;
    }
#webform-client-form-44 #webform-component-confirm > div {
    display: table;
    }
#webform-client-form-44 .hal-form-label {
    display: table-cell;
    width: 150px;
    border-bottom: solid 1px #ccc;
    text-align: right;
    }
#webform-client-form-44 .hal-form-data {
    display: table-cell;
    width: 450px;
    border-bottom: solid 1px #ccc;
    }
#webform-client-form-44 #webform-component-confirm p {
    margin-top: 0.5em;
    }

/** online resistration -en (node-110) */
  
#webform-client-form-110 > div {
    margin: 0px auto;
    width: 600px;
    }
#webform-client-form-110 #webform-component-confirm > div {
    display: table;
    }
#webform-client-form-110 .hal-form-label {
    display: table-cell;
    width: 200px;
    border-bottom: solid 1px #ccc;
    text-align: right;
    }
#webform-client-form-110 .hal-form-data {
    display: table-cell;
    width: 450px;
    border-bottom: solid 1px #ccc;
    }
#webform-client-form-110 #webform-component-confirm p {
    margin-top: 0.5em;
    }
