﻿@charset "UTF-8";

  /**
   *
   * ユーザーページ　フォーム CSS
   * @author  az'Ciel HAKKO (H.N)
   * @version 2008.08.29
   * 
   */

/**
//=========================================//
//------------------全般-------------------//
//=========================================//
*/

/*フォント指定*/
* {
    font-family     : "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック", "MS P Gothic",Verdana,Arial, Helvetica, sans-serif, "メイリオ", Meiryo;
}

/**
//=========================================//
//---------------都道府県選択--------------//
//=========================================//
*/

select#pref optgroup {
  
    font-style      : normal;
    font-weight     : bold;
    color           : #666;
    padding         : 4px 0px 2px 2px; 
    border-top      : 1px dotted #666;
}

select#pref option {

    font-style      : normal;
    font-weight     : normal;
    color           : #333;
    padding         : 0px 0px 0px 16px; 
}

/**
//=========================================//
//-----------ラジオボタン整形--------------//
//=========================================//
*/

td div.radio {
  
    margin          : 3px 0px;
}

td div.radio input,
td div.radio label {
  
    margin          : 3px 4px 3px 0px;
    cursor          : pointer;
    vertical-align  : middle;
    white-space     : nowrap;
}

/**
//=========================================//
//-------------フォームエラー--------------//
//=========================================//
*/

div.err input,
div.err select,
div.err textarea {

    border          : 1px solid #F00 !important;
    background-color: #FEE;
    margin          : 1px 0px;
    padding         : 2px;
}

td.parallel div.err,
td.parallel div.notErr {

    float           : left;
    margin          : 0px 6px 0px 0px;
}


div.err .err_str {
    color           : #F00;
    line-height     : 150%;
}

div.error {

    font-size       : 1.0em;
    text-align      : center;
    border          : 1px solid #F00;
    margin          : 16px 0px -20px 34px;
    padding         : 4px 0px;
    color           : #F00;
    background-color: #FEE;
    clear           : both;
    width           : 632px;
    
}

/**
//=========================================//
//----------------ページング---------------//
//=========================================//
*/

div.paging {

    font-size       : 9pt;
    width           : 500px;
    height          : 1em;
    margin          : 24px 0px;
    padding         : 2px 0px;
}
div.page_navi {

    float           : right;
}
div.page_total {
    line-height     : 120%;
    float           : left;
}


img.archive {

    margin          : 4px 12px 4px 0px;
}


ul.btn img {

    cursor          : pointer;  
}

/**
//=========================================//
//-----------------------------------------//
//=========================================//
*/
