@charset "utf-8";

/*-------------------------------------------------------------------
    * otodoke.css
    * site name : チャンスイット
    * description : shufooチラシ
-------------------------------------------------------------------*/

.shufoo {
    margin: 0 0 15px;
    padding: 1px;
    position: relative;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px #CCCCCC solid;
    font-size: 16px;
}
.shufoo_inner {
    padding: 10px;
}
.shufoo h2 {
    background: url(../../img/10/news/bg_title.gif) no-repeat;
    width: 266px;
    height: 20px;
    font-weight: bold;
    color: #fff;
    padding: 2px 0 0 30px;
    font-size: 14px;
}

.shufoo .postcode .txt_check {
    margin-bottom: 5px;
    overflow: hidden; 
}
.shufoo .postcode .txt_check .image {
    float: left;
    margin: 0 0 0 15px;
}
.shufoo .postcode .txt_check img {
    width: 60px;
}
.shufoo .postcode .txt_check .txt {
    float: left;
    width: 180px;
    margin: 10px 0 0 15px;
    line-height: 1.3;
    font-size: 15px;
}
.shufoo .postcode .txt_check .txt span {
    margin-top: 2px;
    display: block;
    font-size: 12px;
}
.shufoo .postcode form {
    text-align: center;
}
.shufoo .postcode form label {
    vertical-align: text-top;
    font-size: 18px;
    font-weight: bold;
}
.shufoo .postcode .error {
    margin: 8px 0 0;
    display: block;
    font-size: 12px;
    text-align: center;
    color: #FF2F32;
}


/* チラシ結果 */
.shufoo .chirashi_result {
    text-align:	center;
}

.shufoo .post {
    overflow: hidden;
}
.shufoo .post div {
    margin: 0;
    padding-bottom: 5px;
    line-height:1.1;
    font-size: 15px;
    text-align: center;
}
.shufoo .chirashi_result .post > p {
    float: right;
    width: 70px;
    height: 62px;
    position: relative;
}
.shufoo .chirashi_result .post > p img {
    position: absolute;
    top: 28px;
    right: 2px;
}
.shufoo .chirashi_result span.chirashi_mai {
    font-size: 26px;
    font-weight: bold;
    color: #ff4a4a;
}


/* 届きませんでした */
.shufoo .chirashi_zero div { 
    overflow: hidden;
    position: relative;
}
.shufoo .chirashi_zero p.txt {
    float: left;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 14px;
    text-align: left;
}
.shufoo .chirashi_zero p.illust {
    float: right;
    margin-right: 20px;
}

/* メンテナンス */
.shufoo .maintenance div { 
    overflow: hidden;
    position: relative;
}
.shufoo .maintenance p.txt {
    float: left;
    margin: 0;
    position: absolute;
    top: 20px;
    left: 20px;
    font-size: 15px;
    font-weight: bold;
    text-align: left;
    color: #FF3D40;
}
.shufoo .maintenance p.illust {
    float: right;
    margin-right: 20px;
}


/* 送信ボタン */
.shufoo input.change,
.shufoo input.submit,
.shufoo input#chirashi_check {
    cursor: pointer;
}
.shufoo input#yuubin_shitei {
    width: 130px;
    height:	1.2em;
    padding: 4px 4px 4px 40px;
    border: 1px solid #828282;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff url(../../img/10/shufoo/icon_postcode.gif) no-repeat 7px 6px;
    vertical-align:	middle;
    font-size: 20px;
    font-family: Arial;
    font-weight: bold;
    color: #555;
}
.shufoo input.submit {
    padding: 7px 16px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #04C401;
    vertical-align:	middle;
    font-size:	16px;
    text-align:	center;
    color: #FFFFFF;
}
.shufoo input.submit:active {
    background: #60E05E;
}
.shufoo input.change {
    margin-top: 5px;
    padding: 0;
	border-bottom: 1px solid #04c;
	border-top: none;
	border-left: none;
	border-right: none;
    background: none;
    font-size: 12px;
    color: #04c;
}
.shufoo input.change:hover {
    padding: 0;
	border-bottom: 1px solid #6cf;
    color: #6cf;
}
.shufoo input.change:active {
    padding: 0;
    background: none;
}
.shufoo input#chirashi_check {
    width: 260px;
    margin-top: 10px;
    padding: 10px 8px;
    border: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background: #04C401;
    vertical-align:	middle;
    font-weight: bold;
    font-size:	16px;
    text-align:	center;
    color: #FFFFFF;
}
.shufoo input#chirashi_check:hover {
    opacity: 0.85;
}
.shufoo input.nashi {
    background:	transparent;
    border: none;
}

/* 注意事項 */
.shufoo .caution {
    padding: 10px 10px 0;
    line-height: 1.4;
    font-size: 12px;
    text-align: center;
}
.shufoo .caution span {
    font-weight: bold;
    color: #ff4a4a;
}