@charset "utf-8";

/* 本文 */
#contents {
    margin-top: 20px;
    padding: 0 15px;
}
#getstartnavi{
	padding-left: 0;
}

#getstartnavi_wrapper {
    background-color: #E6E6E6;
}
#getstartnavi .navbar-inverse .navbar-nav > li > a {
/*    color: #428bca;*/
	border-right: 1px solid #7F8C8D;
	font-weight: bold;
}
#getstartnavi .navbar-inverse .navbar-brand {
    color: white;
}

#getstartnavi .navbar-inverse .navbar-nav > .active > a,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
    color: #007e5b;
    background: #E6E6E6;
}

#getstartnavi .navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:hover,.navbar-inverse .navbar-nav > .active > a:focus {
	opacity: 1;
}
#getstartnavi .navbar-nav > li > a {
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#getstartnavi .navbar-brand {
    padding-bottom: 7px;
    padding-top: 7px;
}
#getstartnavi .navbar {
    min-height: 12px;
}
#getstartnavi .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #7F8C8D;
    background: #E6E6E6;
    opacity:0.4;
    transition: background-color .25s, color .25s;
}
#getstartnavi .navbar-toggle {
    margin: 7px;
    padding: 8px 9px;
}

#main #contents  #txt {
	padding-left:40px;
	font-size: 14px;
	line-height: 24px;
	padding-right: 0;
}
#main #contents section{
	padding-bottom: 60px;
	text-align:left;
}
#main #contents .subtitle{
	font-size: 16px;
	font-weight: bold;
}

#main #contents h1{
	padding-left: 20px;
	color: black;
	font-size: 16px;
	font-weight: bold;
	min-width: 150px;
}

#main #contents  h2{
	clear: both;
	font-size: 26px;
	line-height: 46px;
	margin: 40px 0 5px;
	font-weight: bold;
	border-bottom: 1px solid rgb(224,224,224);
	margin-bottom: 1em;
}

#contents ul{
	margin-left: 20px;
}

#main #contents .getstart_article{
	padding: 0 20px;
}

#nav_background{
	background-color: #E6E6E6;
}

.navbar-collapse{
	padding-left: 0;
}

.nav-tabs li a{
	border-radius: 0px;
	height: 28px;
	padding-top: 3px;
	border-right: solid 1px gray;
	margin:6px 0;
}

.nav_tabs .nav_right a{
	border-right: none;
}

#main #contents #txtcl{
	color: black;
	font-size: 14px;
}

#contents #sublist{
	font-size: 14px;
	padding: 0 20px;
	color: black;
}

.link_button{
	margin-top: 50px;
}

#fconsole {
	margin-top:50px;
	margin-bottom:50px; /* 追加 */
}
#bigBunner {
background: url(/image/blob?img=bottom_myrecord.gif) 125px 0px no-repeat;
width: 950px;
height: 117px;
margin:0 auto;
}

/* clearfix
------------------------------------------------------------*/

.clearfix:after {
content: ".";
display: block;
visibility: hidden;
height: 0;
clear: both;
}
.clearfix {
zoom: 1;
}/* IE用 */

.hide{display:none;}
.red{color:#ff470e;}
