
        .pc-wrap, .notice.notice-error {
            margin: 0 auto;
            padding: 20px;
            background: #fff;
            border: 1px solid #ddd;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        }
        .pc-logo {
            text-align: center;
            margin-bottom: 20px;
        }
        .pc-wrap h2 {
            color: #222;
            text-align: center!important;
            font-size: 36px;
            font-weight:bold!important;
        }
        .pc-wrap h3 {
            margin-top: 40px!important;
            font-weight:bold!important;
        }
        .pc-wrap ul {
            list-style-type: square;
            margin-left: 50px;
        }
        .pc-wrap ul li {
            color: #555;
            margin-bottom: 0.2em;
        }
        .pc-wrap p {
            line-height: 1.6;
            margin-bottom: .5em!important;
        }
        .pc-logo img {
            max-width: 200px;
            height: auto;
			margin-top:10px;
			margin-bottom: 20px;
        }
        .pc-wrap p.data {
            margin-top: 30px;
            font-size: .8em;
            background: #f9f9f9;
            padding: 5px 10px;
            text-align: right;
        }
    