/* minon.css */
body{background:#fff;}
/* common parts */
a{
	color: #36c;
	text-decoration: underline;
}
/* header */
.minon-header{
	/* margin: 0px;
    border: none;
    padding: 0px;
	background: none repeat scroll 0 0 #fff; */
	/* height: 100px; */
	/* ヘッダ領域の高さはここで調整 */
	margin: 0px;
	border: none;
	padding: 0px;
	background-image: url("http://image.pia.jp/images3/minon/minon-head_base_sp.gif") !important;
	background-repeat: repeat-x;

}
/* minon-logo */
.minon-logo {
	width: 193px;
    min-width: 100%;
    height: 70px;
    margin: 0;
    border: none;
    padding: 0px;
    background-image: url(http://image.pia.jp/images3/minon/minon-logo_sp.gif);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: 320px 70px;
}
.minon-logo a {
	display: block;
    margin: 0;
    width: 195px;
    height: 50px;
}
.minon-footer-nav {
	width: 100%;
    position: relative;
    overflow: hidden;
    padding: 0;
    background-color: #fff;
    font-size: 12px;
	list-style: none;
    text-align: center;
	padding: 5px 0px;
}
.minon-footer-nav li {
    display: inline-block;
    color: #666;
    text-decoration: none;
    font-size: 12px;
}
.minon-footer-nav a {
	color:#900;
	text-decoration: none;
}
.minon-copyright {
	background: none repeat scroll 0 0 #900;
    color: #ffffff;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    margin: 0px;
    border: none;
    padding: 2px;
    font-size: 12px;
    text-align: center;
}
.minon-bottom-bannar {
	text-align: center;
	margin: 0px auto 60px;
}
/* bottom bar */
.minon-bottom-bar{
	padding:10px 9px 10px;
	color: #fff;
	position: relative;
	background:#900;
	border-width:1px 0;
}
/* top button */
.minon-btn-top{
	background:#900;
	position: absolute;
	top: -27px;
	right: 11px;
	height: 27px;
	font:bold 12px/27px Arial, Helvetica, sans-serif;
	padding: 0 10px 0 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	text-decoration:none;
}
.minon-btn-top:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	border-style:solid;
	border-color:transparent transparent #fff;
	border-width: 0 6px 7px;
	margin:0 0 0 7px;
}
.btn-top:before {
	content: none;
}
/* bottom navigation */
.minon-bottom-nav{
	border:1px solid #768596;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#fff;
}
.minon-bottom-nav li{
    border-bottom: 1px solid #999;
	background-image: url(https://image.pia.jp/images3/minon/share/sp_foot_navi_arrow.png);
	background-position: right 50%;
	background-repeat: no-repeat;
}
.minon-bottom-nav li:last-child{
	border:none;
}
.minon-bottom-nav a {
	color: #3f3f3f;
	display: block;
	padding: 7px 33px 7px 12px;
	position: relative;
	text-decoration: none;
}
.minon-bottom-nav a:after {
	background:none;
}
