@import url("webfonts/NewTegomin_Regular/stylesheet.css");
@import url("webfonts/HachiMaruPop_Regular/stylesheet.css");
/* @charset "utf-8";
/* 基本設定*/
body {
    background-color: #fffafa;
    background-color: #FF000;
    
}

	

/*
#wrapper {width:980px;
        margin:0 auto;
		min-width: 1000px;
}
*/
	/* ヘッダー*/
#header {
	background-color: #FFFFFF;
	text-align: center;
}
	
	
#header h1 {
    text-align: center;
	
}


.botan{
	text-align: center;
	margin-top: 8px;	
}

.parent{
    display: flex;
    height: 50px;
    background-color: #fffafa;
    justify-content: center;
    padding-top: 0px;	
	
}
.profile{
	justify-content: center;
	width: 90px;
	margin-top: 11px;
	font-size: 27px;
	font-style: italic;
	color: #FFFFFF;
	margin-left: 36px;
}

.boxes{
    max-width: 1000px;
    margin-top: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0px;
    /* [disabled]background-color: #0097FF; */
    display: flex;
	 justify-content: center;
}

.box{
    width: 500px;
    height: 600px;
    margin-top: 100px;
    margin-bottom: 180px;
}

.red{
    /* [disabled]background-color: #FF0D1F; */  
}

.blue{
    /* [disabled]background-color: #8F8F8F; */
    max-height: 600px;
    min-width: 500px;
    align-content: center;
    justify-content: center;
}

   
.name{
    margin-left: 30px;
    font-size: 80px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", serif;
    align-content: center;
	
}
.rubi{
    margin-left: 94px;
    color: #2E2E2E;
    font-family: "HachiMaruPop Regular";
    font-size: 20px;
    align-content: center;
}

.text{
    font-size: 26px;
    color: #303030;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, sans-serif;
    line-height: 44px;
    margin-top: 10px;
    letter-spacing: 3px;
    margin-left: 15px;
    font-weight: 290;
}

	
#main_img{
	text-align: center;
	margin-top: 30px;
	}

#tsuiki{
    background-color: #9C9C9C;
    height: 40px;
    color: #FFFFFF;
    font-family: Verdana, Geneva, sans-serif;
    text-align: center;
    padding-top: 17px;
}
