/* web - albumsupport */

/* 共通 */

.inner-box{
	 width: 92.76316%;
    max-width: 1000px;
    margin: 70px auto 0px;
}
@media (max-width: 47.9375em) {
	.inner-box{
	    margin: 40px auto 0px;
	}
}


/* #header */
#header{

}
#header h1{
	margin-bottom: 0;
}
#header p{
	color: #2e353d;
	margin-bottom: 0;
}
@media (max-width: 47.9375em) {
}





/* #Service-outage-info */
#Service-outage-info{
	margin-bottom: 70px;
}
#Service-outage-info p{
	color: #2e353d;
	line-height: 1.5;
}
#Service-outage-info .inner-box{
	margin: 30px auto 0px;
}
#Service-outage-info .Apply-box{
	display: table;
	margin: 30px auto 0;
}
#Service-outage-info .Apply-box .Apply-cell{
	display: table-cell;
}
#Service-outage-info .Apply-box .Apply-cell:first-child{
	padding-left: 20px;
	padding-right: 10px;
}
#Service-outage-info .Apply-box .Apply-cell:last-child{
	padding-left: 10px;
	padding-right: 20px;
}
#Service-outage-info .Apply-box .Apply-cell:last-child img{
	width: auto;
	height: 60px;
}


@media (max-width: 47.9375em) {
	#Service-outage-info{
		margin-bottom: 40px;
	}
}





/* LANG */
#language-dropdown-div{
/*	font-size:0.8em;*/
}
#language-dropdown-div #language-selector{
	color:#b3b3b3;
	font-size:0.6em;
	line-height:14px;
}
#language-dropdown-div ul {
	width:150px;
}
#language-dropdown-div li {
   padding-right: 0px;
	padding-top:1px;
	padding-bottom:1px;
}
#language-dropdown-div li a{
  padding-right: 10px;
}




