
@charset "utf-8";
/* CSS Document */

body{
    width: 100%;
    height: 100%;
        background-image: url(../shiawase_img/bg.png); 
    background-repeat: repeat-y;  
     background-position:top center;
}

#wrapper{	
    width: 920px;
    padding-left: 20px;
    padding-right: 20px;
    height: 100%;
    min-height: 100%;
    margin: 0px auto;
box-sizing: content-box;
}

audio { width: 273px; }


/* トップ　*/
/* ------------------------------------------------------------*/

#top{
    height: 386px;
    background-color: #FFF0A8;
}
#top_explain{
    margin-top : 27px;
}
#limit{
    border-top: 2px solid #FF7BAC;
    border-bottom: 2px solid #FF7BAC;
    margin-top: 24px;
    padding-top:3px;
    height: 60px;
}
#send{
    margin-top:14px;
}
#apply{
    margin-top: 30px;
}
#features{
margin-top:40px;
}



/* ボックス */
/* ------------------------------------------------------------*/



.box1{
    padding :28px;
    width: 394px;
    height: 310px;
    float: left;
    margin-bottom: 20px;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    box-sizing: content-box;
}
:root .box1 {
  width: 338px\0/;
}
.box2{
    padding :28px;
    width: 394px;
    height: 400px;
    float: left;
    margin-bottom: 46px;
    border-radius:35px;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    box-sizing: content-box;
}
:root .box2 {
  width: 338px\0/;
}
.blue{
    background-color: #CFEBFF;
    background-image: url(../shiawase_img/box_bg1.png); 
        background-repeat: no-repeat;  
    background-position: bottom center;
}
.yellow{
    background-color: #FFF0A8;
}
.pink{
    background-color: #FFD2E6;
    background-image: url(../shiawase_img/box_bg2.png); 
        background-repeat: no-repeat;  
    background-position: bottom center;
}
.green{
    background-color: #D1F3CA;
    background-image: url(../shiawase_img/box_bg3.png); 
        background-repeat: no-repeat;  
    background-position: bottom center;
}
.yellow2{
    background-color: #FFF0A8;
}
.pink2{
    background-color: #FFD2E6;
    background-image: url(../shiawase_img/box_bg4.png); 
        background-repeat: no-repeat;  
    background-position: bottom center;
}
.mr20{
    margin-right: 16px;
}
.title{
    height: 46px;
}
.box_content{
    margin-top:20px;
}
.add{
    margin-top:10px;
}
.add2{
    margin-top:8px;
    padding:20px;
    background-color: #FFF9DD;   
}
.add3{
    margin-top:20px;
}



/* 共通 */
/* ------------------------------------------------------------*/
.textbigbox1{
	margin: 0 auto;
	margin-top:110px;	
	z-index:100;
}
.textbox{
	margin-top: 15px;
}

/* 映像 */
/* ------------------------------------------------------------*/
.movie{
    text-align: center;
    margin-bottom: 25px;
}

/* プロフィール */
/* ------------------------------------------------------------*/
.profile{
    background-color: #CFEBFF;
    background-image: url(../shiawase_img/profile_back.png); 
    background-repeat: no-repeat;  
    background-position: bottom center;
    height: 556px;
    width: 100%;

}

.profile_content{
    width: 770px;
    padding-top:166px;
    margin: 0px auto;
}
.pr_photo{
width :324px;
margin-right :20px;
float :left;
}
.pro_explain{
width :423px;
float :left;
}

.mb_10{
margin-bottom : 15px;

}


/* フッター */
/* ------------------------------------------------------------*/
.footer{
    padding-top: 10px;
    background-color: #595757;
    height: 40px;
    width: 100%;
}




