@charset "utf-8";
/*MS解説枠*/
.msbox {
	border-radius: 3px;
	border: 1px solid rgba(225,225,225,1.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 2em;
	margin-bottom: 3em;
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.msbox img {
	width: 100%;
	max-width: 400px;
	display: block;
	margin: 0 auto 1em;
}
.msbox h5 {
	font-size: 180%;
	font-weight: normal;
	background-image: url(img/bg_h5.gif);
	background-repeat: repeat;
	background-position: right bottom;
	padding-left: 0.5em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.msbox h5 span {
	font-size: 85%;
}
.box .msbox .eng {
	padding-left: 1em;
	background-image: url(../img_top/hr_h4bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	color: #666666;
	font-family: "Courier New", Courier, monospace;
}

.msbox h6 {
	border-bottom: 1px solid rgba(0,0,0,1.00);
	padding-left: 1em;
	font-size: 80%;
	margin-bottom: 5px;
	background-color: #999999;
	color: #FFFFFF;
	line-height: 2em;
	height: 2em;
	margin-top: 2em;
}
.msbox dl {
	font-size: 80%;
	padding-left: 1em;
	padding-right: 0.5em;
	padding-top: 1em;
}
.msbox dl dt {
	width: 30%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 1em;
	float: left;
}
.msbox dl dd {
	padding-left: 30%;
	margin-bottom: 0.2em;
	padding-bottom: 0.2em;
	border-bottom: 1px dotted rgba(153,153,153,1.00);
}
.msbox .txt {
	padding-left: 1em;
	padding-right: 0.5em;
	padding-top: 1em;
}
.msbox .chara_link {
	padding-left: 1em;
	padding-top: 1em;
	min-height: 3em;
}
.msbox .chara_link li a {
	font-size: 75%;
	height: 2em;
	line-height: 2em;
	padding: 0.5em 4em 0.5em 2em;
	margin-bottom: 10px;
	background-color: rgba(223,223,223,0.80);
	background-image: url(../img_cmn/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	float: left;
	margin-right: 1em;
}
.msbox .chara_link li a:hover {
	color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 1px 1px 4px rgba(255,0,4,0.49);
	box-shadow: 1px 1px 4px rgba(255,0,4,0.49);
	background-image: url(../img_cmn/ico_arrow.png);
	background-color: rgba(204,0,0,0.80);
}
.msbox .btn {
	text-align:center;
}
.msbox .btn .switch {
	font-size: 75%;
	height: 2em;
	line-height: 2em;
	padding: 0.5em 3em;
	margin-bottom: 10px;
	background-color: rgba(223,223,223,0.80);
	background-image: url(../img_cmn/ico_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.msbox .btn .switch:hover {
	color: rgba(255,255,255,1.00);
	-webkit-box-shadow: 1px 1px 4px rgba(255,0,4,0.49);
	box-shadow: 1px 1px 4px rgba(255,0,4,0.49);
	background-image: url(../img_cmn/ico_arrow.png);
	background-color: rgba(204,0,0,0.80);
}
.msbox .btn .switch_now {
	font-weight: bold;
	font-size: 75%;
	height: 2em;
	line-height: 2em;
	padding: 12px 3em 5px;
	margin-bottom: 10px;
	background-color: rgba(223,223,223,1);
	background-image: url(img/allow_up.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/*MS一覧枠*/
#mslist h4 {
}
#mslist .list {
	padding-left: 5px;
}
#mslist .list li {
	width: 20%;
	max-width: 120px;
	font-size: 10px;
	margin-bottom: 15px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
}
#mslist .list li img:hover {
	background-image: url(img/ico_bg.png);
	background-size: contain;
}
/*MS一覧枠（ページ下部用）*/
#mslist_s h4 {
}
#mslist_s .list {
	padding-left: 5px;
}
#mslist_s .list li {
	width: 20%;
	max-width: 120px;
	font-size: 10px;
	display: inline-block;
	margin-bottom: 15px;
	padding-left: 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
	zoom: 1;
}
#mslist_s .list li img:hover {
	background-image: url(img/ico_bg.png);
	background-size: contain;
}

@media screen and (min-width:961px) {
}

@media screen and (min-width:481px) and (max-width:960px) {
}

@media screen and (max-width:480px) {
#mslist .list li {
	width: 33%;
}
#mslist_s .list li {
	width: 33%;
}
.msbox h5 span {
	display: block;
}
.msbox .chara_link li a {
	padding: 0.5em 0px;
	text-align: center;
	width: 45%;
	margin-right: 5%;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 3em;
}
}
