@charset "UTF-8";

/*======*/
p.info{width:100%;height:auto;text-align:left;padding:15px 0px;}
.magazine_box{width:100%;height:auto;border:1px solid #e4d7df;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:15px 0px;}
.magazine_box.point ul{width:calc(100% - 30px);height:auto;}
.magazine_box.point ul li{width:100%;height:auto;text-align:left;background:url(../img/common/li_colorful.png) no-repeat;background-size:9px 9px;background-position:0% 4px;padding-left:15px;}
.magazine_box h3{width:calc(100% - 30px);height:auto;text-align:left;font-size:14px;color:#ff6080;}
.magazine_box p{width:calc(100% - 30px);height:auto;text-align:left;padding-top:4px;}

/*======*/
.magazine_box.warrning h3{background:url(../img/common/warrning.png) no-repeat;background-size:16px 16px;background-position:0% 2px;padding-left:21px;}

/*======*/
.regist_box{width:100%;height:auto;padding:15px 0px;}
.regist_box h3{width:100%;height:auto;text-align:left;font-size:14px;color:#ff6080;margin-top:10px;
	background:url(../img/common/li_hover_h2.png) no-repeat;background-size:6px 9px;background-position:0% 6px;padding-left:9px;}
.regist_box p{width:100%;height:auto;text-align:left;padding-top:4px;}
.regist_box dl{width:100%;height:auto;margin-top:10px;
	border-top:1px solid #e4d7df;border-bottom:1px solid #e4d7df;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding:2px 0px;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.regist_box dt{width:25%;height:auto;line-height:1;}
.regist_box dd{width:75%;height:auto;line-height:1;background:#e4d7df;padding:10px 0px;}
.regist_box dd form{width:100%;height:auto;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;
	-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.regist_box dd input[type=text]{width:60%;height:22px;margin:0px;padding:0px;border:none;}
.regist_box dd input[type=submit]{width:10%;height:22px;margin-left:10px;padding:0px;border:none;background:#ff6080;color:#ffffff;cursor:pointer;}
	@media all and (min-width: 1025px) {
		.regist_box dd input[type=submit]:hover{width:10%;height:22px;margin-left:10px;padding:0px;border:none;background:#550602;color:#ffffff;cursor:pointer;}
	}
	@media all and (max-width: 1024px) {
		.regist_box dt{width:30%;}
		.regist_box dd{width:70%;}
		.regist_box dd input[type=submit]{width:20%;}
	}

/*======*/
.magazine_box.domain ul{width:calc(100% - 30px);height:auto;padding-top:5px;
	-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
	display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
	-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;
	-webkit-flex-wrap: wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.magazine_box.domain ul li{width:30%;height:auto;margin:0px;}
.magazine_box.domain ul li a{display:block;width:100%;height:auto;
	background:rgb(255,96,128,0.8);border:1px solid #ff649b;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#ffffff;line-height:2;}
	@media all and (min-width: 1025px) {
		.magazine_box.domain ul li a:hover{display:block;width:100%;height:auto;
		background:rgb(255,96,128,0.9);border:1px solid #ff649b;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;color:#ffffff;line-height:2;}
	}
	@media all and (max-width: 1024px) {
		.magazine_box.domain ul li{width:100%;height:auto;margin:0px;}
		.magazine_box.domain ul li:nth-of-type(2){margin:10px auto;}
	}


