body{
    /* background-image: url(../images/bg.png); 左右の緑 */
    background-repeat: repeat-x;
    font-family: Arial;
        padding-top: 101px; /* for navi fix top */
}
a, a:hover, a:active, a:focus{
    text-decoration: none;
}
.text-align-right{
    text-align: right;
}

header .container:first-child{
    border-bottom: 1px solid #DFE2E4;
}

header .head{
    height: 43px;
    /* padding: 8px 0 10px; */
    padding: 8px 30px 10px 30px;
    line-height: 25px;
   /* copy from t3sample */
	/* display: flex; */ 
	background-color:white;   
}

header .head2 {
	background-color: white;
    top: 35px;
    border-bottom: solid 1px #e2e2e2;
}



/* Google search style */
header .head .search{
    width: 250px;
    padding-right: 20px;
}
header .head .search .gsc-control-cse{
    padding: 0;
    border: 0 none;
    border-collapse: separate;
    display: table;
    position: relative;
    width: 100%;
}
header .head .search .gsc-input-box {
    border: 0 none;
    background: none;
    position: relative;
    top: -2px;
	left: 19px;    
}
header .head .search .gsc-input-box.gsc-input-box-hover,
header .head .search .gsc-input-box.gsc-input-box-focus{
    background: none;
    box-shadow: none;
}
header .head .search form.gsc-search-box{
    margin: 0;
}
header .head .search table.gsc-search-box{
    margin: 0;
}
header .head .search .gsib_a{
    padding: 0;
}
header .head .search .gsib_b{
    display: none;
}
header .head .search .gsc-search-box-tools .gsc-search-box td.gsc-input{
    padding: 0;
}
header .head .search .gsc-search-box-tools .gsc-search-box input.gsc-input{
    background-color: #FFF !important;
    background-image: none !important;
    border: 1px solid #CCC !important;
    color: #555 !important;
    display: block !important;
    font-size: 14px !important;
    height: 28px !important;
    line-height: 1.42857 !important;
    padding: 6px !important;
    vertical-align: middle !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-indent:-1px !important;
}
header .head .search .gsc-search-box-tools .gsc-search-box input.gsc-input:focus{
    border: 1px solid #66AFE9 !important;
    outline: 0 none !important;
    box-shadow: none !important;
    background-color: #FFF !important;
    background-image: none !important;
}
header .head .search input.gsc-search-button{
    -moz-user-select: none;
    background-image: none;
    border: 1px solid #CCC;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    width: 28px;
    height: 28px;
    margin: -2px 0 0 -1px;
    background: #CCC;
    border-radius: 0;
}
header .head .search input.gsc-search-button:focus{
    box-shadow: none;
    outline: 0 none;
}


header .head .dropdown-menu{
    border-radius: 0;
    -webkit-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

header .head .dropdown.share{
    margin-left: 20px;
}
header .head .dropdown.share .dropdown-menu{
    width: 222px;
}
header .head .dropdown.share li.dropdown-header{
    text-align: center;
    padding-top: 10px;
    font-weight: 700;
}
header .head .dropdown-menu > li.share-item{
    float: left;
    padding: 0 20px;
}
header .head .dropdown-menu > li.share-item + li.share-item{
    padding-left: 0;
}
header .head .dropdown-menu > li.share-item a{
    padding: 0;
}

header .head .lang-active {
	background-color: #eee;	
}

@media (min-width: 992px){
    header .head .dropdown.share{
        position: fixed;
        margin-left: -90px;
        z-index: 1000;
        line-height: 18px;
        top: 140px;
    }
    header .head .dropdown.share .caret,
    header .head .dropdown.share .dropdown-menu .dropdown-header,
    header .head .dropdown.share .dropdown-menu .divider{
        display: none;
    }
    header .head .dropdown.share > a{
        line-height: 0;
        font-size: 0;
        display: inline-block;
        width: 44px;
        height: 18px;
        background-color: #004ea2;
    }
    header .head .dropdown.share > a:after{
        content: "SHARE";
        font-size: 10px;
        line-height: 18px;
        display: inline-block;
        width: 44px;
        height: 18px;
        color: #FFF;
        text-align: center;
    }
    header .head .dropdown.share .dropdown-menu{
        display: block;
        width: 44px;
        min-width: 44px;
        box-shadow: none;
        margin: 0;
        border: 0 none;
        background-color: #ededed;
    }
    header .head .dropdown-menu li.share-item{
        padding: 5px 7px;
    }
    header .head .dropdown-menu > li.share-item + li.share-item{
        padding-left: 7px;
    }
}

header .navbar-nav{
    position: relative;
    /* background-color:red; */
}
header .navbar-nav > li {
    height: 38px;
    position: relative;
    /* add for t3sample */
   margin-right: 8px;
   font-size: 18px;
    color: #72828b;
    font-weight: 700;
}

header .navbar-nav > li .sublist{
    display: none;
}

/*   new navi  */
 
header .navbar-nav .menudiv h2 {
	color:#72828b; 
	font-size:12pt;
	font-weight: 600; 
	margin:30px 120px 0px 15px;
}

header .navbar-nav .menudiv h3 {
	color:#72828b;
	font-size:12pt;
	font-weight: 800; 
	margin:15px 0px 0px 50px;
}

header .navbar-nav .menudiv h4 {
	color:#72828b;
	font-size:10pt; 
	font-weight: 100;
	margin:0px 0px 0px 50px;
	line-height: 1.5;
}









@media (min-width: 992px) {
    header .navbar-nav > li .sublist{
        position: absolute;
        z-index: 99;
        /* background-color: #FFF; */      background-color:rgb(237, 249, 255);
        border-top: 3px solid #004EA2;
        padding: 15px;
        -webkit-box-shadow: 0px 8px 8px 2px rgba(0, 0, 0, 0.5);
           -moz-box-shadow: 0px 8px 8px 2px rgba(0, 0, 0, 0.5);
                box-shadow: 0px 8px 8px 2px rgba(0, 0, 0, 0.5);
        /* white-space: nowrap; */
    }
    header .navbar-nav > li.hover .sublist{
        display: block;
    }
    header .navbar-nav .sublist.col1{
        width: 280px;
    }
    header .navbar-nav .sublist.col2{
        width: 530px;
    }
    header .navbar-nav .sublist.col3{
        width: 780px;
    }
    header .navbar-nav .sublist .title,
    header .navbar-nav .sublist .more{
    	display: flex; /* add from t3sample */
        padding: 0 15px;
        font-size: 12px;
        font-weight: 700;
		clear: both;
    } 
    header .navbar-nav .sublist ul{
        float: left;
        padding: 10px;
        margin: 0;
        width: 220px;
        list-style: none;
    }
    header .navbar-nav .sublist li{
        padding: 4px;
    }
    header .navbar-nav .sublist li.category_header{
		font-weight: 700px;
		font-size: 100%;
		color: #043c78;;
		background-color: #bbe2f1;		
		margin-top: 1em;
 		text-align: center;		
    }
    header .navbar-nav .sublist li.category{
        font-weight: 700;
        border-bottom: 1px solid #DFE2E4;
		color: #666c67;		
    }
}

footer {
    /* padding-bottom: 20px; */
}
footer .container:first-child{
    padding-bottom: 40px;
    background-color: #D4D9DC;
}
footer .container:last-child{
    background-color: #FFF;
}
footer .linklist {
    padding: 20px 15px 0;
    color:white;
}
footer .linklist h3{
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    padding: 30px 0 10px;
	color: #666;
}
footer .linklist ul{
    padding: 0 0 10px;
    margin: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 30px;
}

footer .linklist ul li {
	color: white;
	font-size:18px;	
}

footer .linklist ul a{
    font-weight: 400;
    font-size:14px;
    color:white;
}
footer .linklist .partner{
    padding-top: 30px;
}
footer .linklist .partner li{
	margin-bottom: 20px;
}

footer .foot,
footer .copyright{
    padding: 15px 0;
}
footer .copyright{
    line-height: 20px;
}

footer .foot .imprint {
	display: none;
}

footer .foot a,
footer .foot span{
    display: inline-block;
    line-height: 20px;
    margin-top: 12px;
    color: black; /* add for t3samaple */
}
@media (min-width: 992px) {
    footer .copyright{
        margin-top: 12px;
        text-align: right;
    }
}

footer .logo{
    width: 150px;
    height: 30px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin-right: 40px;
    margin-top: 0px !important;
    background-image: url(../images/logo-footer.png);
}
footer .foot .delimiter{
    padding: 0 8px;
}

.lang{
    background-image: url(../static/flags/flags.png);
    vertical-align: middle;
    margin: 1px;
    display: inline-block;
}
.lang-zz {
    display: none;
}

.share-icon{
    background-image: url(../sprites/packed.png);
    vertical-align: middle;
    margin: 3px;
    display: inline-block;
}

.followus-icon{
    background-image: url(../sprites/followus.png);
    vertical-align: text-bottom;
    display: inline-block;
	color: transparent !important;
}

.icon {
    background-image: url(../sprites/packed.png);
    vertical-align: middle;
    margin: 2px;
    display: inline-block;
}
.icon-list-style{
    background-image: none;
    background-color: #97a3aa;
    width: 5px;
    height: 13px;
    margin: 3px 8px 4px 7px;
    border-radius: 2px;
}
.icon-list-style-title{
    width: 24px;
    height: 24px;
    background-image: none;
    background-color: #004ea2;
    width: 8px;
    height: 18px;
    margin: 4px 11px 8px 0;
    border-radius: 4px;
}

.form-page{
    padding-top: 20px;
    padding-bottom: 40px;
}

.form-page,
.glossary,
.page-top{
   background-color: #FFF;  
}


#navbar_outer {
	   background-color: #F2F2F2;  
}



.form-page form{
    font-size: 16px;
}
.form-page .btn{
    font-size: 16px;
}


.glossary-index{
    list-style: none;
    padding: 0;
    font-size: 16px;
}
.glossary-index li{
    float: left;
}
.glossary-index > li + li:before {
    content: "|";
    padding: 0 5px;
    color: #cccccc;
}
.glossary-panel{
    padding: 20px 0 0 ;
}
.glossary-panel:last-child{
    padding-bottom: 20px;
}
.glossary-panel h3{
    font-size: 36px;
    color: #000;
    font-weight: 700;
}
.glossary-panel .item{
    padding: 0 20px 10px;
}
.glossary-panel .item strong{
    color: #000;
}

.video-box{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 999;
    padding: 0 5%;
    display: none;
}

.video-box .inner{
    margin: 0 auto;
    background-color: #FFF;
    border-radius: 4px;
    max-width: 900px;
    max-height: 100%;
    position: relative;
}
.video-box .content{
    height: auto;
    max-height: 100%;
    padding: 20px;
    overflow: hidden;
}
.video-box h2{
    margin: 0;
    padding-bottom: 10px;
    font-size: 26px;
}
.video-box .content > .embed {
	text-align: center;		
}
.video-box .content > .annot {
	
}
.video-box .close-btn{
    position: absolute;
    top: 20px;
    right: 20px;
}

.video-box .content > .embed {
	height: 180px;
	text-align: center;		
}

.video-box .content > .embed iframe {
	width: 240px;
	height: 160px;
}

@media (min-width: 640px) {
.video-box .content > .embed {
	height: 330px;
	text-align: center;		
}

.video-box .content > .embed iframe {
	width: 560px;
	height: 315px;
}
}

@media (min-width: 768px) {
	.video-box .content > .embed {
		height: 380px;
		text-align: center;		
	}
	
	.video-box .content > .embed iframe {
		width: 640px;
		height: 360px;
	}	
}

@media (min-width: 992px){
	.video-box .content > .embed {
		height: 500px;
		text-align: center;		
	}

	.video-box .content > .embed iframe {
		width: 853px;
		height: 480px;
	}
	
}

.carousel-inner {
	/* change from 365 to 476 for t3sample */
	max-height: 476px;
	width:expression(document.body.clientWidth > 478? "476px" : "auto");
	min-height: 200px;	
}

div.privacydocs {
	border: 1px solid black;
	padding: 10px;
	margin-bottom: 10px;
	font-size: 16px;
}


.panel-body ul.top-menu {
        list-style-type: none;

}

.panel-body ul.top-menu li.category {
        font-size: 150%;
        font-weight:bold;
        margin-left: -1em;
        margin-top: 10px;
		margin-bottom: 5px;
}
