@charset "UTF-8";


/*===== index.php =====*/

#e-book h3 {
	border-top:#000 1px solid;
	border-bottom:#000 1px solid;
	text-align:center;
	padding:13px 2% 6px 2%;
	width: 96%;
	line-height:1.1;
}
#e-book .book_img {
    margin: 0 0 20px 0;
	padding:0 2% 0 2%;
	text-align:center;
}
#e-book .book_img img {
    width: 80%;
}
#e-book h4 {
    text-align: left;
}
#e-book ul {
	list-style: none;
	padding:0 2% 0 2%;
	width: 46%;
	float: left;
}
ul.link li a {
	display: block;
	position: relative;
	padding:1em 0;
	text-align:center;
	font-size:120%;
	margin:0 0 10px 0;
	font-weight:900;
	/*以下ボタン風*/
	color: #FFF;
	background-color: #f78788;
	/*background: linear-gradient(#fed6e3 0%, #ffaaaa 100%);*/
	border: solid 1px #e74f51;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
ul.link_02 li a {
	display: block;
	position: relative;
	padding:1em 0;
	text-align:center;
	font-size:120%;
	margin:0 0 10px 0;
	font-weight:900;
	/*以下ボタン風*/
	color: #FFF;
	background-color: #84bbf3;
	border: solid 1px #429df9;
	border-radius: 4px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.28);
	text-shadow: 0 1px 0 rgba(0,0,0,0.2);
}
ul.link li a:hover{
	/*filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;*/
	background-color: #f86769;
}
ul.link_02 li a:hover{
	background-color: #429df9;
}
ul.link li a:active{
	background-color: #f86769;
}
ul.link_02 li a:active{
	background-color: #429df9;
}
ul.link li a:after, ul.link_02 li a:after {/*矢印*/
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	margin: -4px 0 0 0;
	border-top: solid 3px #fff;
	border-right: solid 3px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

ul.link_03 li a {
	background-color: #7ad53e;
	border: solid 1px #46ab13;
}
ul.link_03 li a:hover{
	background-color: #5abe27;
}
ul.link_03 li a:active{
	background-color: #5abe27;
}
ul.link_04 li a {
	background-color: #f29c37;
	border: solid 1px #cc7106;
}
ul.link_04 li a:hover{
	background-color: #e17c04;
}
ul.link_04 li a:active{
	background-color: #e17c04;
}
ul.link_05 li a {
	background-color: #d990f7;
	border: solid 1px #9312c9;
}
ul.link_05 li a:hover{
	background-color: #b547e3;
}
ul.link_05 li a:active{
	background-color: #b547e3;
}

.download{
	width:90%;
	margin: 0 5%;
}
.download ol,.download ul{
	margin-left: 2em;
}

#download a {
	text-decoration:none;
	display:block;
	padding:5px 0 5px 0;
	overflow-wrap:anywhere;
}
@media only screen and (min-width: 426px) {
}

@media print, only screen and (min-width: 769px) {
#e-book .book_img img {
    width: 50%;
}
}