@charset "Shift_JIS";

body *{
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	/*2015.03.19 t.hirao Add*/
	font-family: sans-serif;
}

table, tbody, tr, td{
	display: block;
}

img{
	max-width: 100%;
	heigth:auto;
}

/*--header--*/
.page_title{
	display: block;
	margin: 10px 15px;
	padding: 6px 0px 2px 40px;
	font-weight: bold;
	border-bottom: 1px solid #0078ff;
}
.page_title1{
	background: url(/template/img/title1.png) no-repeat 1% center;
	background-size: 25px;
}
.page_title2{
	background: url(/template/img/title2.png) no-repeat 1% center;
	background-size: 25px;
}
.page_title3{
	background: url(/template/img/title3.png) no-repeat 1% center;
	background-size: 25px;
}
.page_title4{
	background: url(/template/img/title4.png) no-repeat 1% center;
	background-size: 25px;
}
/*--page_title--*/

/*-- nttlogo logoutbutton --*/
.logout{
	overflow: hidden;
}
.logout .logo_ntt{
	max-width: 50%;
	float: left;
}

.logout .logout_button{
	max-width: 200px;
	float: right;
}

.logout .logout_button a{
	display: block;
	padding: 5px 30px;
	background: #0078ff;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	border-radius: 4px;
	margin: 15px 15px 0px 0px;
	text-decoration:none;
}

/*-- bannar 2015.03.19 t.hirao Add --*/
.login_title{
	margin-bottom:15px;
	text-align: center;
}

/*-- tab --*/
.tab_2,
.tab_3{
	overflow: hidden;
	display:block;
	clear:both;
	padding: 0 15px;
	margin:0px;
	border-bottom: 3px solid #0078ff;
}
.tab_link{
	margin:0px;
	float: left;
	background: #cfe6ff;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.tab_link_no_first{
	margin:0px;
	margin-left: 7px;
	float: left;
	background: #cfe6ff;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.tab_2 .tab_link{
	display:table;
	width: 47%;
	height:44px;
	vertical-align:middle;
	text-align:center;
}


.tab_3 .tab_link{
	display:table;
	width: 31%;
	height:44px;
	vertical-align:middle;
	text-align:center;
}

.tab_link span{
	display:table-cell;
	width: 100%;
	height: 100%;
	vertical-align:middle;
}

.tab_link span a{
	width: 100%;
	height: 100%;
	font-weight: bold;
	font-size: 12px;
	text-align : center;
	vertical-align :middle;
	text-decoration: none;
}

.tab_link.active{
	background: #0078ff;
}

.tab_link.active span a{
	color: #ffffff;
}


/*-- footer --*/
.footer{
	position: relative;
	margin-top: 20px;
}

.footerLink{
	padding: 15px 15px 1px 15px;
	background: #cfe6ff;
	border-top: solid 2px #0078ff;
}

.footerLink span{
  display:block;
}

.footerLink span a{
	display: inline-block;
	color: #0078ff;
	margin-bottom: 14px;
	text-decoration: underline;
}

.footerLinkHeight {
	height: 85px;
}


.footerPCLink{
	padding: 15px 20px;
	text-align: center;
}

.footerPCLink a{
	display: block;
	padding: 10px;
	background: #9b9b9b;
	border-radius: 4px;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.footerPCLink .pc_icon{
	background: #9b9b9b url(/template/img/pc2.png) no-repeat 1% center;
	background-size: 25px;
	width: 30px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
}


/* PAGE TOP */
.pageTop {
	display: none;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 15px;
	right: 12px;
}

.icon {
	width: 40px;
	height: 40px;
	margin: auto;
}

.pageTop p {
	color: #0078ff;
	font-size: 12px;
	font-weight: bold;
	padding-top: 5px;
}

/* copyright */
.copyright{
	text-align: center;
	margin-bottom: 10px;
}

/* iPhone（Webkit)系のボタンにCSS設定を反映する */
input[type="button"],
input[type="submit"],
input[type="reset"]{
	-moz-appearance: none;
	appearance: none;
}

/* ラジオボックスが押しにくいので、マージンを設定 */
input[type="radio"]{
	margin:3px;
}

/* 月ドロップダウンレイアウト */
select.month_ddl{
	width:60px;
	height:30px;
	margin-right:4px;
}
