<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja" lang="ja">
@charset "UTF-8";


title{
        text-align: center;
}

body{
        font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	line-height : 1.4 ;
}

h1{
        border: solid 4px #febfff;
        border-radius: 10px;
        box-sizing: border-box;
        background-color: #febfff;
        font-weight: bold;
}

a{
        text-decoration: none;
        color: #f5009f;
}

a:hover{
        color: #9b00f5;
}

.bg{
        width: 1200px;
	height: auto;
        padding-top: 10px;
        padding-bottom: 50px;
	background-image: url(background.png);
        background-repeat: repeat;

}

.main{
        width : 700px;
        height: auto;
        margin-left: 0px;
        margin-right: auto;
        padding: 1em;
        color: #565656;
        background: #fff7fe;
        box-shadow: 0px 0px 0px 10px #fff7fe;
        border: dashed 2px #ffc3c3;
        border-radius: 8px;
}

.side{
        width:200px;
        height: auto;
        text-align: center;
        margin-left: 150px;
        margin-right:5px;
        padding: 1em;
        color: #565656;
        background: #fff7fe;
        box-shadow: 0px 0px 0px 10px #fff7fe;
        border: dashed 2px #ffc3c3;
        border-radius: 8px;
}

.box1{
        margin: 0; 
        padding: 0;
}

.box1 p{
        font-size: 1.5em;
        height: 50px;
        width : 980px ;
        line-height:50px;
        margin-left: 150px;
        margin-right: 150px;
        margin-bottom: 20px;
	text-align : center;
        color: #565656;
        border-radius: 8px;
        background: #fff7fe;/*背景色*/
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.32);/*影*/
}

.center{
      text-align: center;
}

.fit-picture {
    width: 256px;
    height: 256px;
    margin: 0 auto;
}

hr{
        height: 1px;
        width: 50%;
        margin: 0 auto;
        background-color: #C71585;
        border: none;
}

article{
        display: flex;
}