/* web - albumsupport */

/* 共通 */

.inner-box{
	 width: 92.76316%;
    max-width: 1000px;
    margin: 70px auto 0;
}
@media (max-width: 47.9375em) {
	.inner-box{
	    margin: 40px auto 0px;
	}
}


/* header */
.header {
	/*height: 140px;*/
}
.header-inner {
	position: relative;
	width: 990px;
	margin: 0 auto;
}
.header-inner:after {
	content: "";
	display: table;
	clear: both;
}
.logo-area {
	height: 45px;
	background-color: #000;
}
.logo {
	float: right;
	padding-top: 15px;
	font-size: 100%;
	font-weight: normal;
}
.logo img {
	margin:0 20px 0 0;
	width: 95px;
	height: 17px;
}
.title-area {
	height: 70px;
	background-color: #333;
}
.title {
	color: #fff;
	font-size: 24px;
	letter-spacing:1.5px;
	height: 47px;
	line-height: 47px;
	margin: 0 20px;
	padding-top: 12px;
}

@media(max-width:1200px) {
.header-inner {
	/*width: 800px;*/
}
}

@media(max-width:800px) {
.header-inner {
	width: auto;
}
}

@media(max-width:640px) {
.header-inner {
	max-width: 100%;
}
.header-inner .title {
	font-size: 24px;
	letter-spacing: 0;
}
}
@media(max-width:480px) {
.header-inner .title {
	font-size: 16px;
}
}

/* #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;
}

#Service-outage-info .list_box{
	background: #f1f5f9;
	padding: 3% 5%;
	margin: 30px auto;
}

#Service-outage-info .list_box ul{
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


#Service-outage-info .list_box li{
	line-height: 200%;
}

#Service-outage-info .list_box_sub{
	color: #83838f;
	padding: 0 0 0 1em;
	line-height: 160%!important;
	font-size: 84%;
}


@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;
}


.p3 {
	font-size: 0.8rem !important;
	color: #83838f !important;
}


/* footer */
.footer {
	background-color: #000;
	height: 70px;
}
.footer-inner {
	position: relative;
	width: 950px;
	margin: 0 auto;
}
.footer-inner:after {
	content: "";
	display: table;
	clear: both;
}
.copyright {
	width: 50%;
	margin-left: 15px;
	padding: 27px 0;
	font-size: 70%;
	color: #aaa;
	float: left;
}

@media(max-width:1200px) {
.footer-inner {
	/*width: 800px;*/
}
}

@media(max-width:800px) {
.footer-inner {
	width: auto;
}
}

@media(max-width:640px) {
.footer-inner {
	max-width: 100%;
}
}
.language-dropdown-div {
	/*width: 35px;*/
	height: 39px;
	background:#30353d;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin-top: auto;
	margin-bottom: auto;
	/*margin-right: 15px;*/
	/*border: 1px solid #989898;*/
	/*border-radius: 5px;*/
	cursor: pointer;
	/*display:inline-table;*/
	padding:0 10px;
}
/* Firefox */
@-moz-document url-prefix()
{
.language-dropdown-div {
	width: 35px;
	height: 39px;
	padding: 0 30px;
	background:#30353d;
	position: absolute;
	top: 15px;
	bottom: 0;
	right: 12px;
	margin-top: auto;
	margin-bottom: auto;
	margin-right: 15px;
	/*border: 1px solid #989898;*/
	/*border-radius: 5px;*/
	cursor: pointer;
	display:inline-table;
	padding:0 10px;
}
}
.language-dropdown-div ul {
	position: absolute;
	bottom: 15px;
	right: 0px;
	display: none;
	margin: 0 0 24px 25px;
	padding: 5px 0 10px;
	border: 1px solid #333;
	/*border-radius: 5px;*/
	width: 190px;
	background: #000;
	color: #666;
	text-decoration: none;
}
/*.header .language-dropdown-div ul {
	position: relative;
	top: 15px;
	right: 165px;
	display: none;
	margin: 0 0 0.825em 25px;
	padding: 5px 0 10px;
	border: 1px solid #999;
	border-radius: 5px;
	width: 190px;
	background: #000;
	color: #666;
	text-decoration: none;
	z-index:1000;
}
*/
.language-dropdown-div li {
	padding: 5px 10px 0;
}
.language-dropdown-div li, .language-dropdown-div li a {
	display: block;
	line-height: 20px;
	font-size: 0.9em !important;
	text-align: left;
	color: #fff;
}
.language-dropdown-div li:hover, .language-dropdown-div li.active {
	background-color: #a9d2f5;
}
.language-dropdown-div li:hover a, .language-dropdown-div li.active a {
	color: #000;
}
.language-selector {
	font-size:12px;
	display: block;
	line-height: 20px;
	height: 23px;
	margin-top: 7px;
	color:#fff;
	display:inline-block;
	background: url(../img/button-arrow-home.png) no-repeat right center;
	padding:0 25px;
}
.language-selector.icon-flag {
	height: 30px;
	line-height: 30px;
	font-size: 90%;
	color: #fff;
}

@media(max-width:640px) {
.language-dropdown-div {
	right:0px;
}
/* #language-dropdown-div {
        position: static;
        float: right;
    }
    #language-selector.icon-flag {
        background-image: url("../img/spritesheets/flags@2x.png");
        background-size: 260px 238px
    }
    */
}
@media(max-width:640px) {
.language-dropdown-div {
	margin-right:10px;
}
}