/* 全体共通指定
---------------------------------------------*/
html{font-size: 62.5%; min-height:100%;}

.atl_inner:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.atl_inner{
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .atl_inner {
  height: 1%;
}
.atl_inner {
  display: block;
}
/**/

/* 強制フロート解除 */
.clear {
clear: both;
margin: 0px;
padding: 0px;
}

/* 強制フロート解除(解除時にマージン有りを指定) */
.clear_margin {
clear: both;
margin: 0px;
padding: 2px 0px;
}

/* その他共通指定
---------------------------------------------*/
/* 共通フォームボタン位置指定(右寄せ) */
.bt {
clear: both;
margin: 5px;
padding: 0px;
text-align: right;
}

/* [ページのトップへ]ボタン位置指定 */
.sc {
margin: 50px auto 0px;
padding: 0px;
text-align: center;
}
.sc p{
/*border:1px solid #fff;*/
margin: 0px;
padding: 3px 20px 3px 10px;
text-align: center;
display:inline-block;
background:#502900;
text-shadow:none;
/*
box-shadow:rgb(80, 41, 0) 0px 0px 5px 3px;
-webkit-box-shadow:rgb(80, 41, 0) 0px 0px 5px 3px;
-moz-box-shadow:rgb(80, 41, 0) 0px 0px 5px 3px;
*/
}

/* システムコメント掲載箇所(共通) */
.alert {
clear: both;
width: auto;
margin: 5px auto 0px auto;
padding: 5px;
text-align: left;
background-color: #fff;
border: 1px solid #ccc;
}

/* システムコメント掲載箇所(共通) */
.alert02 {
clear: both;
width: 100%;
margin: 5px auto 0px auto;
padding: 0px;
text-align: left;
}

/* 注意コメントエリア(共通・大) */
.caution {
width: auto;
margin: 3px auto;
padding: 50px 3px 50px 120px;
text-align: left;
background: url(../../images/sys/alert_ic02.gif) left center no-repeat;
}

/* 注意コメントエリア(50音リスト・小) */
.caution02 {
margin: 3px auto;
padding: 30px 3px 30px 90px;
text-align: left;
background: url(../../images/sys/alert_ic01.gif) left center no-repeat;
}
