@charset "utf-8";
/* CSS Document */
#main .titleWrap {

}

/* ━━━━━━━━━━━━ 各種届出･申請書 ━━━━━━━━━━━━ */
#errorArea {width: 100%; margin: 0; padding: 0 0 5% 0; background: #fff;}
#error {width: 90%; max-width: 1100px; margin: 2% auto; }
#errorinner {width: 90%; margin: 0% auto;padding: 4% 0 5% 0;}

/* TITLE */
#errorT {font-size: 180%; text-align: center; line-height: 120%; color: #444;  padding: 10px 0 20px 0; margin-bottom: .2%; font-weight: 500; background-image: url(../img/applicationTbg.png); background-repeat: no-repeat; background-position: center bottom;}
.errorTsub {text-align: center; color: #33558e; font-size: 100%;font-weight: 600; font-family: 'Century Gothic'; margin-bottom: 5%;}

#error p{text-align: center;}

#error .btn_home{text-align: center; padding-top: 1%;}

#error .alist{width: 100%; margin-top: 3%;}
#error .alist:after {  display: block;  visibility: hidden;  clear: both;  height: 0;  content: '.'; }
#error .alist li {  float: left;  width: 48%;  margin-top: 20px;  margin-left: 0px; text-align: left;  padding: 1% 0; border-bottom: 1px dashed #ccc;}
#error .alist li:nth-child(even){float: right;}
#error .alist li h3 {font-size: 110%; font-weight: 500; margin: 3% auto; text-decoration: none;border-left: 5px solid #33558e; padding-left: 3%; float: left;}
#error .icon{width: 80%; text-align: center; overflow: hidden; }
#error .icon:after {  display: block;  visibility: hidden;  clear: both;  height: 0;}
#error .icon li {  float: left; margin-top: 2%; text-align: center; background: none;}
#error .iconlist {width: 50%; text-align: center; overflow: hidden;float: right; text-align: right;padding-right: 3%; background: #fff;}
#error .iconlist img {width: 20%;}



