﻿#titleForm {
  height: 52px;
}
#titleForm_logo{
  width: 50px;
}
#titleForm_logo2{
  width: 447px;
}
#titleForm_button1{
  width: 120px;
  text-align: right;
}
#titleForm_button2{
  width: 90px;
  text-align: center;
}
#titleForm_button3{
  width: 90px;
}

/* フォント */
body {
    font-family: 'MS Gothic';
}

/* 改行禁止 */
div.nobr {white-space: nowrap;} 


/* Edge対応 ADD START */
.master_headerTable1 {
    width: 100%;
    height: 46px;
}

/* MELOOKシステムすべての画面で共通の幅 */
.defaltWidth {
    width: 1021px;
}
/*画面幅100%にしたいページのbodyタグへ追加*/
.fullWidth {
    max-width: 100%;
}

/* メニュー画面の項目枠 */
.menuBorder {
    border-style: solid;
    border-width: 4px;
    border-color: #848484;
    height:40px;
}

.menuBorder2 {
    border-style: outset;
    border-width: 5px;
    border-color: #CCCCCC;
    height:40px;
}

.menuBorder3 {
    border-style: outset;
    border-width: 5px;
    border-color: #CCCCCC;
    background-color: #00ff00;
}

.menuBorder4 {
    border-style: outset;
    border-width: 5px;
    border-color: #CCCCCC;
}

/*.heightPx40 { height: 40px; }*/

.widthPer1 { width: 10%; }
.widthPer2 { width: 20%; }
.widthPer3 { width: 30%; }
.widthPer4 { width: 40%; }
.widthPer5 { width: 50%; }
.widthPer6 { width: 60%; }
.widthPer7 { width: 70%; }
.widthPer8 { width: 80%; }
.widthPer9 { width: 90%; }
.widthPer10 { width: 100%; }


.companyName {
    color: #5784f9;
    font-weight: bold;
}
/* Edge対応 ADD END */

.borderTable {
    table-layout: fixed;
    border-style: outset;
    border-width: 5px;
    border-color: #CCCCCC;
    width: 80%;
}

/* サービスメニュー */
.borderTable1 {
  table-layout: fixed;
  border-style: outset;
  border-width: 5px;
  border-color: #CCCCCC;
  width: 100%;
  height: 40px;
}

.widthPx14 {
    WIDTH:140px;
}
#titleForm_button4{
  width: 140px;
}

/* 背景カラー指定*/
.bk_pink{
	background-color: #ff99cc;
}
 /* テキストカラー指定*/
.txt_color1 {
    color:#ff0000; /* red */
}
 /* 共通指定*/
 /*テキスト揃え*/
.txt_left {
    text-align:left;
}
.txt_right {
    text-align:right;
}
.txt_center {
    text-align:center;
}

/* メールアドレススタイル指定 */
.mailAddress {
    color: #0000FF;
    font-style: normal;
    font-weight: bold;
}
/*　お問い合わせエリアスタイル指定 */
.mailArea {
    font-size: 12px;
}
/*　エラーメッセージスタイル　*/
.errmsg1 {
    font-size:1.1em;
    color:#f00; /* red */
    text-align:center;
}
/*<center>タグ対応*/
.inline_center {
    text-align:center;
}
.inline_block {
    display: inline-block;
}
.inline_table {
    display: inline-table;
}
.block_center {
    margin-left:auto;
    margin-right:auto;
}
