@charset "UTF-8";


/* Micro clearfix */

.cf {
	zoom: 1;
	overflow: hidden;
}
.cf:before, .cf:after { content: ""; display: table; }
.cf:after { clear: both; }




html,body {
	padding: 0;
	color:#222;
	font-size: 100%;
	line-height : 1.6;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	height:100%;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,section{
	margin: 0;
	padding: 0;
}
fieldset,img{
	border: 0;
	vertical-align : middle;
}
abbr,acronym{
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var{
	font-style: normal;
	font-weight: normal;
}

/*h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: normal;
}*/

.h2 {
    color: #000000;
    font-size: 38px;
    margin: 19px 0;
}


a:link {
	text-decoration:none ;
	color:#fff;
}

a:hover {
	text-decoration:none ;
	opacity:0.5;
}

a:active {
	text-decoration:none ;
	color:#fff;
}

a:visited {
	text-decoration:none ;
	color:#fff;
}


hr {
	margin:0;


border-top: 1px solid #aaa;
	border-bottom: none; 
}

p {margin:0}



a.bannerlinks:link{
	text-decoration:none;
	opacity:1;
	color:#fff
}
a.bannerlinks:hover {
	text-decoration:none ;
	opacity:0.8;
	color:#fff
}
a.bannerlinks:active {
	text-decoration:none ;
	color:#fff
}
a.bannerlinks:visited {
	text-decoration:none ;
	color:#fff
}

#wrapper {
	width: 100%;
	background-color: #fff;
	padding-top: 15px;
	padding-right: 0;
	padding-left: 0;
	//padding-bottom: 15px;
}




.contenar{
	width: 100%;
	margin: 5px 0 0;
	padding: 0;
	//background-image: noe;
	//background-size:auto 105%;
	//background-image: url("../images/index_back_1.jpg");
	//background-position: right bottom;
	//background-repeat: no-repeat;
	display:block;
    //border-style: solid;
    //border-width: 2px;
    //border-color: #F5F5F5;
}

.contenar1{
	width: 100%;
	margin: 5px 0 0;
	padding: 0;
	display: block;
}


.logo{
	width: 70%;
	max-width: 400px;
	height: auto;
	margin: 0;
	float:left;
}

.logo2{
	width: 17%;
	max-width: 400px;
	height: auto;
	margin: 0;
	float:right;
}

.logo img{
	width: 100%;
	height: auto;
	max-width: 100%;
}

.logo2 img{
	width: 100%;
	height: auto;
	max-width: 100%;
	float:right;
}


/* ---------------- コンテンツ ------------------- */

//.copy1{
//	display: none;
//}

.copy_small{
	margin: 0 6%;
	font-weight: bolder;
}

.copy_small2{
	margin: 0 6%;	
}

.copy_small3{
	//margin-left: 10px;
	color: #7E7E7E;
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
	float:left;
	padding:50px;
	border-style: solid;
    border-width: 2px;
    border-color: #F5F5F5;
}

.copy2{
	margin: 0 5%;
	font-size: 20px;
	margin-bottom: 10px;
}


.copy3{
	width: 96%;
	margin: 0 2%;
}

.copy3 img{
	width: 100%;
    max-width:100%;
	height: auto;
}



.button_box{
	width: 90%;
	margin:20px 5% 10px 5%;
	text-align: center;
	float:left;
}


.button_box ul{
display:block;
table-layout: fixed;
width: 100%;
}

.button_box li{
	width: 80%;
	margin: 0 10% 0;
	display:block;
    text-align:center;
	list-style: none;
}

.button{
	text-align: center;
    font-weight: bolder;
    height: auto;	
    border-radius: 50px;
}

.button.a{
	width:70%;
    margin-bottom: 2%;
    padding:5px 0;
    background-color: #3ba8fd;
    font-size: 22px;
}


.button.b{
	width:70%;
	//height: 43px;
    margin-bottom: 2%;
    padding:5px 0;
    background-color: #5B81BA;	
    font-size: 22px;
}

.button.c{
	width:70%;
    margin-bottom: 2%;
    padding:5px 0;
    background-color: #8FD400;
    font-size: 22px;
}


.bouton-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.monBouton1:before{
     background-image : url(../images/ntrsupport.ico);
}
.monBouton2:before{
     background-image : url(../images/ntrcloud.ico);
}
.monBouton3:before{
     background-image : url(../images/ntrconnect.ico);
}

.btn-primary{
	margin-bottom: 2%;
    padding:5px 0;
}
.btn-info{
	margin-bottom: 2%;
    padding:5px 0;
}


/*.button:a{
	display: block;
	width:100%;
	height:100%;
	color:#fff;
}*/

.button.b:hover{
	cursor : pointer;
	background-color: #026DB0;

}

.button.a:hover{
	cursor : pointer;
	background-color: #0E7EA3;
}

.button.c:hover{
	cursor : pointer;
	background-color: #008000;

}




footer {
	width: 100%;
	text-align: left;
	margin: 0;
}

footer #f_box {
	width: 100%;
	background-color: #fff;
	margin: 0;
	padding: 0;	
} 
 
 
footer #f_box #naka {
	width: 88%;
	margin: 0 auto;
	padding: 0;
}

footer #f_box #naka #cr {
	width: 100%;
	color:#666;
	font-size:0.6em;
	line-height:180%;
	margin: 10px 0 10px;
	padding: 0;
	text-align:center;
}

footer #f_box #naka #link {
	text-align:center;
	padding: 0px;
	width: 100%;
}

footer #f_box #naka #link ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
}

footer #f_box #naka #link ul li {
	font-size:0.8em;	
	margin: 15px 15px 0;
	padding: 0;
	display: block;
}


footer #f_box #naka #link ul li a {
	color:#333;
}

.adminPanel {
    margin: 0;
    padding: 0;
}

.adminPanelLeft {
    //background: url("../images/admin-panel-left.jpg") no-repeat scroll 0 top transparent;
    float: left;
    min-height: 400px;
    //padding: 20px;
    width: 454px;
}

/*.adminPanelLeft2 {
    float: left;
    min-height: 400px;
    width: 464px;
}*/

.adminPanelRight {
    //float: right;
    width: 480px;
	margin-left: 10px;
}

.notification-balloon {
    float: left;
    width: 370px;
    background-image: url("../images/Message_top.png");
}

.notification-balloon-inside {
    float: left;
    width: 300px;
    text-align: left;
    font-size: 90%;
    margin-left: 35px;
    margin-right: 10px;
    margin-top: 8px;
    min-height: 50px;
    color: white;
    z-index: 100;
}


.notification-balloon-bottom {
    float: left;
    width: 370px;
    height: 8px;
    background-image: url("../images/Message_bottom.png");
    z-index: 101;
}

/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 444px;
  margin-left: 10px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 12px;
  border: 1px solid #ccc;
  border-top: none;
  margin-left: 10px;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.micro-top-container {
    float: left;
    width: 100%;
    height: 73px;
    //margin-left: 2px;
    background-image: url("../images/micro-top-bg.png");
    background-repeat: repeat-x;
}

.micro-logo {
    float: left;
    background-image: url("../images/NTRGlobal-logo-white.png");
    background-repeat: no-repeat;
    height: 49px;
    width: 198px;
    margin-top: 10px;
    margin-left: 36px;
}

.micro-top-right {
    float: right;
	background-image: url("../images/ASG-logo-white.png");
    background-repeat: no-repeat;
	height: 60px;
    width: 65px;
    margin-right: 36px;
    margin-top: 8px;
}

.micro-top-customer-support {
	display:none;
}

.micro-top-contact {
	display:none;
}

.forgot {
	align:left;
	font-size:12px;
	color:#19799A;
	cursor : pointer;
}

.cardalign{
	max-width: 28rem;
	margin-left:10px;
	//margin-top:10px;
	float:left;
}
/*
########################################################
	Media Queries による切り替え　タブレット用
########################################################
*/



@media only screen and (min-width: 581px) {


	
	
}

/*
########################################################
	Media Queries による切り替え　タブレット用2
########################################################
*/

@media only screen and (min-width: 781px) {




	
}




@media only screen and (min-width: 981px) {
	
.logo{
	width: 50%;
	max-width: 320px;
	height: auto;
	margin: 0 0 20px 10px;
	float:left;
}

.logo2{
	width: 10%;
	max-width: 320px;
	height: auto;
	margin: 0 0 20px 0;
	float:right;
}

.contenar{
	width: 100%;
	margin: 0 auto 2em;
	max-width: 950px;
	background-image: url("../images/index_back_1.jpg");
	background-size:auto 105%;
	background-position: right bottom;
	background-repeat: no-repeat;
	display: block;
	border-style: solid;
    border-width: 2px;
    border-color: #F5F5F5;
}

.contenar1{
	width: 100%;
	margin: 0 auto 0;
	max-width: 950px;
	display: block;
}
	
.copy1{
		margin:0 0 40px;
	display: block;
}

.copy1 ul{
display:table;
table-layout: fixed;
width: 580px;
}

.copy1 li{
display:table-cell;
vertical-align:middle;
text-align:center;
}


.copy1 li img{
 width: 95%;
 height: auto;

}


.copy2{
	margin-top: 0px;
	margin-right: 0;
	//margin-left: 10px;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 130%;
	display: block;
	font-weight: bolder;
	float:left;
}
	
.copy_small{
	//margin-left: 10px;
	margin: 0 5%;
	font-size: 20px;
	display: block;
	font-weight: bold;
	float:left;
	width: 600px;
}
.copy_small2{
	//margin-left: 10px;
	margin: 0 5%;
	font-size: 18px;
	display: block;
	font-weight: normal;
	float:left;
	width: 600px;
}

	
.copy_small3{
	//margin-left: 10px;
	color: #7E7E7E;
	font-size: 15px;
	display: block;
	margin-bottom: 20px;
	font-weight: normal;
	float:left;
	padding:50px;
	border-style: solid;
    border-width: 2px;
    border-color: #F5F5F5;
}



.copy3{
	display: none;
}	

.button_box{
	width: 87%;
	margin: 30px auto 0px;
	text-align: center;
	float:none;
}


.button_box ul{
	display:table;
	table-layout: fixed;
	width: 100%;
}

.button_box li{
	width: 80%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
}
	
	
.button.a{
	width:90%;
    margin: 0.6em 5% 0;
    padding:5px 0;
    background-color: #3ba8fd;
    font-size: 24px;

}

.button.b{
	width:90%;
    margin: 0.6em 5% 0;
    padding:5px 0;
    background-color: #5B81BA;
    font-size: 24px;
}

.button.c{
	width:90%;
    margin: 0.6em 5% 0;
    padding:5px 0;
    background-color: #8FD400;
    font-size: 24px;
}

.bouton-image:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    background-color: transparent;
    background-position : center center;
    background-repeat:no-repeat;
}

.monBouton1:before{
     background-image : url(../images/ntrsupport.ico);
}
.monBouton2:before{
     background-image : url(../images/ntrcloud.ico);
}
.monBouton3:before{
     background-image : url(../images/ntrconnect.ico);
}

.btn-primary{
	margin-bottom: 0;
    padding:0;
}
.btn-info{
	margin-bottom: 0;
    padding:0;
}

footer #f_box #naka #link ul li {
	font-size:0.8em;	
	margin: 5px 10px 0;
	padding: 0;
	display: inline;
}

.adminPanel {
    margin: 0;
    padding: 0;
}

.adminPanelLeft {
    //background: url("../images/admin-panel-left.jpg") no-repeat scroll 0 top transparent;
    float: left;
    min-height: 400px;
    //padding: 20px;
    width: 444px;
}

/*.adminPanelLeft2 {
    float: left;
    min-height: 400px;
    width: 444px;
}*/

.adminPanelRight {
    float: right;
    width: 480px;
}

.notification-balloon {
    float: left;
    width: 370px;
    background-image: url("../images/Message_top.png");
}

.notification-balloon-inside {
    float: left;
    width: 300px;
    text-align: left;
    font-size: 90%;
    margin-left: 35px;
    margin-right: 10px;
    margin-top: 8px;
    min-height: 50px;
    color: white;
    z-index: 100;
}


.notification-balloon-bottom {
    float: left;
    width: 370px;
    height: 8px;
    background-image: url("../images/Message_bottom.png");
    z-index: 101;
}



/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 444px;
  margin-left: 0;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 20px 12px;
  border: 1px solid #ccc;
  border-top: none;
  margin-left: 0;
  height: 375px;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}


.micro-top-container {
    float: left;
    width: 948px;
    height: 73px;
    //margin-left: 2px;
    background-image: url("../images/micro-top-bg.png");
    background-repeat: repeat-x;
}

.micro-logo {
    float: left;
    background-image: url("../images/NTRGlobal-logo-white.png");
    background-repeat: no-repeat;
    height: 49px;
    width: 198px;
    margin-top: 10px;
    margin-left: 36px;
}

.micro-top-right {
    float: right;
	background-image: url("../images/ASG-logo-white.png");
    background-repeat: no-repeat;
	height: 60px;
    width: 65px;
    margin-right: 36px;
    margin-top: 8px;
}

.micro-top-customer-support {
    float: left;
	color:#fff;
    margin-left: 390px;
    margin-top: 24px;
	display: block;
	font-size:14px;
}

.micro-top-contact {
    float: left;
	color:#fff;
    margin-left: 10px;
    margin-top: 24px;
	display: block;
	font-size:14px;
}

.forgot {
	align:left;
	font-size:12px;
	color:#19799A;
	cursor : pointer;
}

.cardalign{
	max-width: 28rem;
	margin-left:7%;
	margin-top:20px;
	margin-bottom:20px;
	float:left;
}


a.gflag {vertical-align:middle;font-size:16px;padding:1px 2px;background-repeat:no-repeat;background-image:url(../flags/16.png);}
a.gflag img {border:0;}
a.gflag:hover {background-image:url(../flags/16a.png);}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}


}