@charset "utf-8";
/*-----------------------------------------
layout
-----------------------------------------*/
body {
}

#sp-head{
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
}

#header {
	background: url(/prdct/telecom/shared/common_s/img/header-bg.gif) repeat-x;
}


#header:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header h1 {
	float: left;
}

#header dl {
	float: right;
}

#header dl:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#header dl dt {
	float: left;
	cursor: pointer;
}

#header dl dd {
	float: left;
	cursor: pointer;
}

#keyword {
	position: absolute;
	z-index: 5;
	top: 42px;
	display: none;
	width: 100%;
	text-align: center;
	background-color: #646464;
	padding: 20px 0;
	box-shadow: 0 8px 8px -8px #646464;
	-webkit-box-shadow: 0 8px 8px -8px #646464;
	border-top: 1px solid #FFF;
}

#keyword .close {
	width: 148px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #9D9D9D;
	cursor: pointer;
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #828282 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#828282)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#828282 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#828282',GradientType=0 ); /* IE6-9 */
}

#keyword ul {
	width: 300px;
	margin: 0 auto 15px;
}

#keyword ul:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}


#keyword ul .search-input input {
	float:left;
	width: 230px;
	height: 40px;
	padding: 0 10px;
	border: 0;
	font-size: 14px;

}


#keyword ul .search-btn input {
	float:left;
	width: 49px;
	height: 40px;
}

#keyword input {
	border-radius: 0;
	-webkit-border-radius: 0;
}

/* menu */
#menu {
	position: absolute;
	z-index: 5;
	top: 42px;
	display: none;
	width: 100%;
	background-color: #646464;
	padding: 20px 0;
	padding: 0;
	font-size: 14px;
	box-shadow: 0 8px 8px -8px #646464;
	-webkit-box-shadow: 0 8px 8px -8px #646464;
	-webkit-overflow-scrolling: touch;
}

#menu a {
	display: block;
	padding: 12px 10px 12px 35px;
	color:#333333;
	text-decoration: none;
	font-weight: bold;
	background: url(/prdct/telecom/shared/common_s/img/arrow-red-icon.png) 15px 50% no-repeat;
	background-size: 5px auto;
}

@media (min-width: 1367px) {
#menu a {
	font-size: 16px;
  }
}

#menu .inner {
	margin: 0px;
}

#menu .list {
	/*margin-bottom: 10px;*/
	margin: 0;
}

#menu .list li {
	background: #ececec;
	border-bottom: 1px solid #fff;
	font-size: 14px;
}

#menu .main_list {
	margin-bottom:15px;
	border-top: 1px solid #fff;
}

#menu .main_list a {
	padding: 10px 10px 10px 55px;
	color: #fff;
	background: url(/prdct/telecom/shared/common_s/img/arrow-red-icon.png) 38px 50% no-repeat;
	background-size: 5px auto;
}

#menu li.menu_consumer {
	padding: 10px 10px 10px 15px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#menu #corporate {
	width: auto;
	height: 42px;
	background: #ececec;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
}

#menu #corporate:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#menu p.menu_corporate {
	float: left;
	width: 200px;
	padding: 10px 10px 9px 15px;
	margin: 0;
	color: #333333;
	text-decoration: none;
	font-size: 14px;
	background-size: 5px auto;
}

#menu p.menu_corporate_button {
	display: inline;
	width: 26px;
	height: 26px;
    padding: 7px 3px 0 0;
	float: right;
}

#menu p.menu_corporate_button img {
	margin: 0;
}



#menu .close {
	width: 148px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: center;
	color:#FFF;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #9D9D9D;
	cursor: pointer;
	background: #a1a1a1; /* Old browsers */
	background: -moz-linear-gradient(top,  #a1a1a1 0%, #828282 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a1a1a1), color-stop(100%,#828282)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a1a1a1 0%,#828282 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a1a1a1 0%,#828282 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1a1a1', endColorstr='#828282',GradientType=0 ); /* IE6-9 */
}

/* menu */

.top-line {
	border-top: 1px solid #DBDBDB;
}


#contents {
  width: 100%;
  font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5;
}

#page-section {
	padding: 13px 10px 10px;
	border-top: 1px solid #E5E5E5;
}

.fb-button {
	width: 100%;
	margin: 0 auto 13px;
	text-align: center;
	background: #7c92ba; /* Old browsers */
	background: -moz-linear-gradient(top,  #7c92ba 1%, #546fa4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#7c92ba), color-stop(100%,#546fa4)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7c92ba 1%,#546fa4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7c92ba 1%,#546fa4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7c92ba 1%,#546fa4 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7c92ba 1%,#546fa4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c92ba', endColorstr='#546fa4',GradientType=0 ); /* IE6-9 */
}

.fb-button a {
	display: block;
	padding: 9px 0;
	font-size: 14px;
	line-height: 1.0;
	font-weight: bold;
	color:#FFF;
	text-decoration: none;
}

.fb-button .icon {
    margin-right: 7px;
}

.fb-button .icon img {
	vertical-align: middle;
}

.column3-bnr {
	margin-bottom: 12px;
}

.column3-bnr li {
	float:left;
	width: 32%;
	margin-right: 2%;
}

.column3-bnr li.last {
	margin-right: 0;
}

.column3-bnr li img{
	width: 100%;
}

.column3-bnr:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.page-top {
	text-align: right;
	margin-right: 10px;
	padding-right: 25px;
	font-size: 12px;
	background: url(/prdct/telecom/shared/common_s/img/pagetop-icon.png) right no-repeat;
	background-size: 13px auto;
}

.page-top a {
	color:#333333;
	text-decoration: none;
}


#footer-area {
	font-family: Roboto, "Droid Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	line-height: 1.5;
}

#footer-link .pagelist {
	background: #f7f7f7;
}

#footer-link .pagelist li {
	float:left;
	width: 44%;
	padding-bottom: 5px;
	margin: 0 3%;
	font-size: 14px;
	background: url(/prdct/telecom/shared/common_s/img/footer-icon-arrow2.png) 85% 15px no-repeat;
	background-size: 5px auto;
    text-align: center;	
}

@media (min-width: 1367px) {
#footer-link a {
	font-size: 16px;
  }
}

#footer-link .pagelist li a {
	display: block;
	padding: 10px 0 10px 15px;
	padding-left: 2px;
	text-decoration: none;
	color:#333333;
}

#footer-link .pagelist li a.odd {
	border-right: 0;
}

#footer-link .pagelist:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#footer-link .pagelist2 {
	margin-bottom: 30px;
}

#footer-link .pagelist2 li {
	float:left;
	width: 44%;
	padding-bottom: 10px;
	margin: 3px 3% 10px 3%;
	font-size: 14px;
	background: url(/prdct/telecom/shared/common_s/img/footer-icon-arrow1.png) 100% 6px no-repeat;
	background-size: 5px auto;
	border-bottom: 2px solid #E5E5E5;
}

#footer-link .pagelist2 li a {
	display: block;
	padding-left: 2px;
	text-decoration: none;
	color: #000;
}

#footer-link .pagelist2 li.last {
	width: 100%;
}

#footer-link .pagelist2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

#footer-link .footer-menu {
	width: 100%;
	background: #f7f7f7;
	padding:12px 0px;
}


#footer-link .footer-menu .other_wrap__title {
	margin: 0px 3%;
	padding: 2px 0 10px 0;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #E5E5E5;
}

#footer-link .footer-menu .other_wrap__title a {
	color: #333333;
}

#footer-link .footer-menu ul {
	padding-bottom: 8px;
}

#footer-link .footer-menu li {
	text-align: center;
	padding: 10px 0 10px 0;
	margin: 0 3%;
	font-size: 14px;
	border-bottom: 2px solid #E5E5E5;
}

#footer-link .button {
	width: 210px;
	margin: 0 auto 17px;
	text-align: center;
	border-radius: 7px;
	border:1px solid #DDDDDD;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f6f6f6 1%, #e9e9e9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f6f6f6), color-stop(100%,#e9e9e9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f6f6f6 1%,#e9e9e9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f6f6f6 1%,#e9e9e9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f6f6f6 1%,#e9e9e9 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f6f6f6 1%,#e9e9e9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e9e9e9',GradientType=0 ); /* IE6-9 */
}

#footer-link .button a {
	color:#333333;
    display: block;
	font-size: 14px;
    font-weight: bold;
	padding: 9px 0;
    text-decoration: none;
}

#footer-link .button .icon {
    margin-right: 7px;
}

#footer-link .button img {
	vertical-align: middle;
}

#footer {
	padding: 10px 0;
	text-align: center;
	font-size: 10px;
}

#menu-background {
    background-color: #333; /*黒背景部分背景色*/
    display: block;
    height: 100%;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s linear 0s; /*0.3s は変化するのにかかる時間*/
    width: 100%;
    z-index: -1;
    opacity: 0.5; /*黒背景部分透過度*/
    z-index: 999;
}

/***** link ******/
a:link { color: #00349a; text-decoration:none; }
a:visited { color: #00349a; text-decoration:none; }
a:hover { color: #00349a; text-decoration:underline; }