@CHARSET "UTF-8";

/*---------------- 共通仕様 ----------------*/
html, body {
	height:100%;
	width:100%;
	min-width: 1152px;
}

body{
	text-align: center;
	margin: 0px;
	padding: 0px;
	background-color: #F6F7E3;
	font-family: "メイリオ", "Meiryo", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif, "ＭＳ Ｐゴシック";
	font-size: 16px;
    color:#663F2C;
}

/* 150428 add s */
input[type="submit"],
input[type="button"]{
    -webkit-appearance: none;
    cursor:pointer;
}
/* 150428 add e */


/* 画像要素の枠線は表示しない */
img{
	border: none;
}

/* ヘッディング３要素は下側だけマージンをとる */
h3 {
    margin:0em 0em 0.5em 0em;
    padding:0em;
}

/* パタグラフ要素はマージン無し */
p {
    margin:0em;
    padding:0em;
}

/* テキストリンク（青：未アクセス） */
a{
    color:#003FFF;
}

/* テキストリンク マウスオーバー色指定 */
a:hover {
    color:#FF4C4C;
}

/* テキストリンク マウスオーバー明暗指定 */
.a_mouseover:hover img{
	opacity: 0.6; /* IE以外*/
	filter: alpha(opacity=60); /*IE*/
    cursor: pointer;
    outline:none;
}

/* input マウスオーバー明暗指定 */
#Bt_send:hover {
	opacity: 0.6; /* IE以外*/
	filter: alpha(opacity=60); /*IE*/
    cursor: pointer;
    outline:none;
}

/* input マウスオーバー明暗指定 */
#Bt_back:hover {
	opacity: 0.6; /* IE以外*/
	filter: alpha(opacity=60); /*IE*/
    cursor: pointer;
    outline:none;
}

/* 基本テキスト（茶）インデント有り */
.indent_base_txt_color_br {
    color:#663F2C;
    margin-left:2em;
    text-align: left;
}

/* 基本テキスト（黒）インデント有り */
.indent_base_txt_color_bk {
    color:#333333;
    margin-left:2em;
    text-align: left;
}

/* 補足・注意文のテキスト（水色）インデント有り */
.indent_supplemental_txt_color_bl {
    color:#00A3D8;
    margin-left:2em;
    font-size:12px;
    text-align: left;
}

/* 基本テキスト（茶） */
.base_txt_color_br {
    color:#663F2C;
    text-align: left;
}

/* 基本テキスト（黒） */
.base_txt_color_bk {
    color:#333333;
    text-align: left;
}

/* 補足・注意文のテキスト（水色） */
.supplemental_txt_color_bl {
    color:#00A3D8;
    font-size:12px;
    text-align: left;
}

/* 背景色 */
.common_background_color{
    background-color: #F6F7E3;
}


/*---------------- container(header + main_contents) ----------------*/
/*150325 upd s*/
/*#container {*/
form {
/*150325 upd e*/
    position: relative;
    /*height:100%;*/
    /*height:auto !important;*/
    height:auto;
    min-height:100%;
}

/*---------------- main_contents ----------------*/
#main_contents {
    width: 1152px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 70px; /* フッターの表示域確保 */
    line-height: 1.3em; 
}

/* メインコンテンツ内のコンテンツ白背景 （端四辺角丸）*/
.contents_background_full_radius {
    width: 1042px; /* momcloud_midashiの茶色の幅 */

    background-color:white;
    margin-left:auto;
    margin-right:auto;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
}
