@charset "UTF-8";
/* ISP ----------------------- */
#FooterBox,
.footer_box_mid {
  color: #fff;
  line-height: 1.5;
  font-size: 12px;
  padding: 0px 0 0 0;
  margin: 0px 0 0 0;
  background-color: #2b2b2b;
}

#FooterBox::before {
	content: "";
	display: block;
	width: 100%;
	height: 30px;
	background: url(../images/common/footer_bar.jpg) top no-repeat;
	background-size: 100% auto;
}

body.name #FooterBox {
	background: none;
	min-width: 0;
	padding-top: 10px;
}
#FooterBox h2,
.footer_box_mid h2 {
	padding-bottom: 15px;
	color: #ffff00;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 5px;
	margin-bottom: 12px;
}
#FooterBox h3 {
	padding-bottom: 2px;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
}
#FooterBox h4 {
	padding-bottom: 5px;
	color: #fff;
	font-size: 14px;
	font-weight:bold;
}
#FooterBox p,
.footer_box_mid p {
	margin-bottom: 14px;
	color: #fff;
	font-weight: normal;
}
#FooterBox p.text {
	color: #fff;
}
#FooterBox ul a {
	color: #ffff00;
}

.inner_footer {
padding: 0 17px 0;
}

.about_Premium { text-align: center; }
.Payment {
	width: 300px;
	margin: 0 auto;
	padding-bottom: 10px;
}
.Payment .price{
	color: #d22;
	font-weight:bold;
}

#Browz{
	margin: 0 auto 0px;
	letter-spacing: 0;
}

#Browz a{
	color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
}


#Browz ul{
	margin: 5px 0 0px;
}
#Browz li{
	background:url("../images/common/spacer.gif");
}
#Browz li.bold{
	margin-top:10px;
	font-weight:bold;
}

#Browz dt{
	width:100px;
	height:45px;
	float:left;
}
#Browz dd{
	height:45px;
	font-size: 13px;
}

/* So-net */
#Browz #Sonet li{
	padding:5px 0;
}

/* BIGLOBE */
dt#Biglobe{
	width:160px;
}

/* goo */
#FooterBox .GooTit {
	width:600px;/* 602px*/
	margin: 0 auto;
	padding: 8px 0 5px;
	border: 1px solid #ffff00;
	border-bottom: none;
	font-size: 15px;
	text-align :center;
}
#FooterBox .GooTitBott{
	width:600px;/*602px*/
	margin:0 auto 20px;
	padding: 8px 0 5px;
	text-align:center;
	border:1px solid #ffff00;
}
.GooBox{
	width:602px;
	margin:0 auto;
	text-align:center;
}
#Browz .GooBox ul {
	margin: 0;
}
.GooBox li {
	width:299px;
	margin:0 auto;
	padding: 8px 0 5px;
	font-size: 14px;
	text-align:center;
	border:1px solid #ffff00;
}
.GooBox li:first-child { border-right: none; }
.GooBox p{
	font-weight:bold;
	margin-top:15px;
}
/*=====================
BackBox
=====================*/
#BackBox{
	width: 100%;
	padding: 20px 0;
	text-align: center;
	font-size: 14px;
}

#browz #Yahoo li {
  margin: 0 0 20px;
}

#BackBox a.l1{
	color: #ffff00;
	text-decoration:underline;
	font-weight:bold;
}
#BackBox a:visited.l1{
	color: #ffff00;
	text-decoration:underline;
}
#BackBox a:hover.l1{
	color:#cece07;
	text-decoration:underline;
	font-weight:bold;
}
#BackBox a.close{
	color: #fff;
	text-decoration: none;
}
/* COPYRIGHT */
#copyBox,
#CopyBox{
	color: #fff;
    padding: 10px 0 20px;
    text-align: center;
}
#copyBox a.l1,
#CopyBox a.l1{
	color: #ffff00;
	text-decoration:underline;
}
#copyBox a:visited.l1,
#CopyBox a:visited.l1{
	color: #ffff00;
	text-decoration:underline;
}
#copyBox a:hover.l1,
#CopyBox a:hover.l1{
	color:#cece07;
	text-decoration:underline;
}


/* RAKUTEN header & footer
**********************************/
#rakheader,
#rakfooter{
	background-color:#FFF;
	/*font-size:0.8em;*/
	overflow:hidden;
	vertical-align: middle;
	padding:0px 10px;
	color: #333333;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Droid Sans Japanese', Meiryo, メイリオ, sans-serif;
	font-size: 12px;
}

#rakheader:after{
	clear:both;
}


#rakheader a,
#rakheader a:visited,
#rakfooter a,
#rakfooter a:visited
{
	color:#317ED0;
	text-decoration:underline;
}

#rakheadright{
	color:#fff;
	text-align:right;
	display:inline-block;
	float:right;
}

#rakheadleft{
	display:inline-block;
	text-align:left;
	float:left;
	margin-top:10px;
}

#rakfooter{
	text-align:center;
	padding:5px 0 0 0;
}

/* NIFTY header & footer
**********************************/
#cpHdrB, #cpFtrB {
	width: 320px !important;
	margin: 0 auto;
}

/*=====================
pc版表示
=====================*/
@media screen and (min-width:768px) {
	#FooterBox::before {
		height: 45px;
	}

	.inner_footer {
		padding: 53px 80px 0;
	}
	#BackBox {
		font-size: 18px;
	}
}