
/*==使い魔な日々RPG=============*/

body{
	font-size: medium;
	color: rgb(82, 82, 82);
	background-color:rgb(255, 214, 238);
	letter-spacing: 0.1em;
}

header{
	margin: 0 auto;
	border: none;
	background-color:rgb(255, 214, 238);
    display: flex;
	flex-wrap: wrap;
    justify-content: center;

}

.box_sups{
	width: 100%;
	margin: 30px auto;
	padding: 1em;
	background-color: #ffffff;
	color: rgb(219, 82, 139);
	text-align: center;
	line-height: 1.5em;
	box-shadow: 0px 0px 0px 3px #ffffff;
	border-top: dashed 2px #ffbee2;
	border-bottom: dashed 2px #ffbee2;
}

.box_bg{
	margin: 20px auto;
    background: #fff;
    box-shadow: 0px 0px 0px 7px #ffffff;
    border: dashed 2px #ffbee2;
    border-radius: 8px;
	padding:1em;
}

h1{
	color: rgb(253, 112, 171);
	font-size: large;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	border: none;
}

h2{
	color: rgb(253, 112, 171);
	font-size: medium;
	margin: 0px auto;
	text-align: center;
	font-weight: bold;
	border: none;
	border-bottom: dashed 2px rgb(253, 112, 171);
	width: 90%;
}

h1::first-letter{
	color: rgb(255, 52, 103);

}

h2::first-letter{
	color: rgb(255, 52, 103);

}

.text_chara{
	width: 50%;
	margin: 0px 20px;
}

.text_sys{
	margin: 1.5em auto;
	width:80%;
	border-bottom: dashed 2px #93d7ff;
	border-top: dashed 2px #93d7ff;
	background-color: #ebf8ff;
}

.bgc{
	background-color: #ebf8ff;
	padding:0.2em;
	color:rgb(51, 146, 255);
}

img.imgs{
	margin: 10px;
}

p.name{
	margin: 0px;
	color: rgb(253, 112, 171);
	font-weight: bold;
	border-bottom: dashed 2px #93d7ff;
}

p.tit{
	text-align: center;
	margin: 0.5em auto;
	color: rgb(51, 146, 255);
	font-weight: bold;
}


.section_flex{
	margin: 20px auto;
	width: 100%;
  display: flex;
		   flex-direction: row;
		 justify-content: center;
}

.section_flex2{
	margin: 20px auto;
	width: 100%;
  display: flex;
	flex-wrap: wrap;
  justify-content: center;
}

.section_flex3{
	margin: 20px auto;
	width: 100%;
  display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	   align-items: center;
}

.box_div{
	margin-left: 1em;
	padding: 0.5em 0.5em 0.5em;
}

.dl_btn{
	display:inline-block;
	text-align: center;
	width: 100%;
	padding: 10px 0px;
	color: rgb(219, 82, 139);
	font-size: large;
	margin: 20px auto;
	background-color:rgb(255, 214, 238);
	box-shadow: 0 2px 3px 0px #999;
	border-radius: 8px;
}


a.dl_btn:link {
	color: rgb(219, 82, 139);
	font-weight: normal;
}
a.dl_btn:visited {
	color: rgb(219, 82, 139);
}
a.dl_btn:hover {
	color: rgb(243, 109, 165);
	background-color:rgb(255, 236, 247);

}
a.dl_btn:active {
	color: rgb(219, 82, 139);
}

.table_rxpxg{
	width: 100%;
	margin: 10px auto;

}

.table_rxpxg th{
	width: 25%;
	background-color: #93d7ff;
	color: rgb(44, 110, 207);
	font-weight: normal;

	}

.table_rxpxg td{
	width: 75%;
	padding: 0.5em 0 0.5em 1em;
	border-bottom: dashed 1px #93d7ff;
}

/*Updateとパッチのボックス要素追加用*/

div.dl_i_box {
	
	width: 45%;
	padding: 0px;
}

	/*  ------ PC ------  */
@media screen and (min-width: 1000px){

	.text_sys{
		width:50%;
		margin: 0 0 0 1em;
	}
	
	.box_div{
		width: auto;
	}

	.dl_btn{

	}

}

	/*  ------ メディアアクエリ終了------  */

footer a{
		text-decoration: underline;
	}

	footer a:link{
		color: rgb(219, 82, 139);
	}
	
	footer a:visited{
		color: rgb(219, 82, 139);
	}

	footer a:hover{
		color: rgb(218, 114, 157);
	}

	footer a:active{
		color: rgb(219, 82, 139);
	}

footer{
	background-color:rgb(255, 214, 238);
	padding: 20px 0;
	letter-spacing: 0.1em;
	font-size: 8pt;
	text-align: center;
	color: rgb(253, 112, 171);
	font-weight: bold;
	border: none;
}