@charset "utf-8";

/* ポップアップウィンドウでムービーを表示
---------------------------------------- */
a,
a:visited {
    color: #0066ff;
}

a:hover {
    color: #ff6600;
}

.smallfont {
    font-size: 10px;
    font-weight: normal;
}



/* コンテンツ
------------------------------ */
body.fortune {
    background: #ffdc64;
}

#container {
    background: transparent;
    margin: 0;
    padding: 0;
    overflow: auto;
    text-align: center;
}

#content_dance {
    width: 500px;
    margin: 0 auto;
    background: transparent;
    overflow:auto;
    color: #444444;
    text-align: center;
}

#content_kigan {
    width: 400px;
    margin: 0 auto;
    background: transparent;
    overflow:auto;
    color: #444444;
    text-align: center;
}

#content_fortune {
    width: 640px;
    margin: 0 auto;
    overflow:auto;
    color: #444444;
    text-align: center;
    background: #ffdc64;
}

#container_ktai {
    background: #ff6600;
    width: 600px;
    margin: 0 auto;
    padding: 0;
    overflow: auto;
    text-align: center;
}

#content_ktai {
    width: 580px;
    height: 480px;
    border:10px solid #ff6600;
    margin: 0 auto;
    background: #ffffff;
    overflow:auto;
    color: #444444;
    text-align: center;
}



/* でるびさんうらない
------------------*/
#fdev {
    width: 640px;
    height: 480px;
    margin: 0;
    padding: 0;
}

/* 安産WEB 安産祈願
------------------*/
#botenazori {
    width: 400px;
    height: 350px;
    margin: 10px auto 10px 0;
    padding: 0;
}

#kiganend {
    width: 400px;
    height: 350px;
    margin: 0 auto;
    background: transparent url(../anzan/kigan/images/bg_kiganend.png) left top no-repeat;
    overflow:auto;
    color: #444444;
    text-align: left;
    position: relative;
}

#kigan_again a {
    display: block;
    position: absolute;
    left: 78px;
    top: 246px;
    width: 90px;
    height: 38px;
    background: transparent;
    text-indent: -9999px;
    overflow: hidden;
}

#kigan_close a {
    display: block;
    position: absolute;
    left: 240px;
    top: 250px;
    width: 68px;
    height: 30px;
    background: transparent;
    text-indent: -9999px;
    overflow: hidden;
}



/* 安産WEB ボテバラ・ダンス
------------------*/
#botedance {
    width: 500px;
    height: 487px;
    margin: 0 auto 10px 0;
    padding: 0;
}

#botedance_end {
    width: 500px;
    height: 427px;
    margin: 0 auto;
}

/* 携帯サイト ご案内
------------------*/
#content_ktai h1 {
    font-size: 24px;
    color: #ff6600;
    margin: 10px auto;
}

#lead_ktai,
#qr_code {
    width: 580px;
    margin: 10px 0;
    text-align: left;
    clear: both;
    position: relative;
}

div.ktai_img {
    display: block;
    position: absolute;
    left: 10px;
    top: 10px;
/*    float: left; */
    text-align: center;
    width: 150px;
/*    margin: 10px 0 0 10px; */
    color: #ff4400;
    font-size: 14px;
}

div.ktai_text {
    float: right;
    display: block;
    width: 410px;
}

div.ktai_text p {
    font-size: 14px;
    line-height: 1.4;
    margin: 10px;
    width: 390px;
}

div.ktai_text form {
    font-size: 14px;
    margin: -10px 0 10px 10px;
}



