﻿#HeaderEnglish{
	margin-bottom: 5px;
	text-align: right;
}
a{
	color: #555;
}
ol li{
	/*line-height: 2.0em;*/
	line-height: 1.5em;
}
ul{
	margin: 0;
}
ul li{
	list-style-type: none;
	/*line-height: 2.0em;*/
	line-height: 1.5em;
}
h2{
	padding-left: 10px;
	border-left: solid 10px #555;
	border-bottom: solid 1px #555;
}
h3{
	/*line-height: 30px;*/
	line-height: 1.5em;
}
.disc li{
	list-style-type: disc;
}
.upper-roman li{
	list-style-type: upper-roman;
}
.table td, .table th{
	vertical-align: middle;
}
/* common */
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb20{
	margin-bottom: 20px;
}
.mb30{
	margin-bottom: 30px;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 10px;
}
.ml20{
	margin-left: 20px;
}
.ml30{
	margin-left: 30px;
}
.mr5{
	margin-right: 5px;
}
.mr10{
	margin-right: 10px;
}
.mr20{
	margin-right: 20px;
}
.mr30{
	margin-right: 30px;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}
.center{
	text-align: center;
}
input.form-error, select.form-error, .form-error input, .form-error select {
	background-color: #FEE;
}
.error-message, .message{
	color: #A00;
	font-size: 12px;
	display:inline;
	padding-left: 20px;
}
.table td.price, .table th.price{
	text-align: right;
}
/* form-grid */
table.form-grid{
	width: 100%;
}
table.form-grid th{
	width: 200px;
	text-align: right;
	vertical-align: middle;
}
table.form-grid td{
	width: 500px;
}
/* Parts Footer */
#PartsFooter{
	text-align: center;
}
ul.footer{
	margin: 0 auto 20px auto;
	display:inline-block;
}
ul.footer li{
	float: left;
	list-style-type: none;
	border-left: solid 1px #999;
	padding: 0 20px;
}
ul.footer li:first-child{
	border-left: none 0px #FFF;
}
/* Parts Header */
.head-nav{
	margin-top: 10px;
}
#PartsHeader a:hover{
	color: #CCC;
}
#PartsHeader .dropdown-menu a{
	color: #000;
}
#PartsHeader .dropdown-menu a:hover{
	color: #CCC;
}
#PartsHeader .cart-item-count{
	background-color: #C00;
	color: #FFF;
	border-radius: 15px;
	padding: 3px 7px;
}
/* Parts Search */
#PartsSearchBox{
	margin-top: 10px;
}
#PartsSearchBox input{
	margin-bottom: 10px;
	margin-left: 5px;
}
#PartsSearchBox .search-btn{
	width: 210px;
	margin-left: 5px;
}
/* Parts CategoryList*/
.nav-category-list {
  padding: 0;
  background-color: #fff;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
     -moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
          box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.nav-category-list > li > a {
  display: block;
  width: 190px \9;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #e5e5e5;
}
.nav-category-list > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}
.nav-category-list > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}
.nav-category-list > .active > a {
  position: relative;
  z-index: 2;
  padding: 9px 15px;
  border: 0;
  text-shadow: 0 1px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
     -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
          box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.nav-category-list .icon-chevron-right {
  float: right;
  margin-top: 2px;
  margin-right: -6px;
  opacity: .25;
}
.nav-category-list > li > a:hover {
  background-color: #f5f5f5;
}
.nav-category-list a:hover .icon-chevron-right {
  opacity: .5;
}
.nav-category-list .active .icon-chevron-right,
.nav-category-list .active a:hover .icon-chevron-right {
  background-image: url(../img/glyphicons-halflings-white.png);
  opacity: 1;
}
/* ProductList */
#PartsItemList ul li{
	float: left;
	margin: 10px;
	height: 200px;
}
#PartsItemList ul li .product-name{
	color: #333;
	margin: 0;
}
#PartsItemList ul li .product-price{
	color: #F00;
	font-weight: bold;
	font-size: 150%;
}
/* RecommendList */
.product-name{
	color: #333;
	margin: 0;
}
.product-code{
	color: #333;
	margin: 0;
}
.product-price{
	color: #F00;
	font-weight: bold;
	font-size: 150%;
	line-height: 1.5em;
}
/* ProductDetail */
#PartsItemDetail{
	margin-bottom: 20px;
}
#PartsItemDetail .product-image-main{
	float: left;
}
#PartsItemDetail .product-image-thumbnail-list{
	float: left;
}

#PartsItemDetail .product-image-thumbnail{
	margin: 5px;
	cursor: pointer;
}
#PartsItemDetail .product-attribute dd{
	margin-top: -20px;
	margin-left: 100px;
}
/* RelatedProduct */
.relatedProduct ul li{
	float: left;
}
.relatedProduct ul li p{
	width: 120px;
}
.relatedProduct ul li p.price{
	font-weight: bold;
	color: #F00;
	font-size: 20px;
}
/* MultiShipping */
#AddNewAddressModal.modal{
	width: 790px;
	margin: -250px 0 0 -390px;
}
#AddNewAddressModal .modal-body{
	width: 760px;
}
.terms-of-service{
	border: solid 1px #999;
	overflow-y: scroll;
	height: 200px;
	padding: 5px;
}
.terms-of-service pre{
	background-color: #FFF;
	border: none;
}
.paginate{
	width: 100%;
	text-align: center;
}
.paginate span{
	border: solid 1px #CCC;
	margin: 5px;
	display: inline-block;
}
.paginate span a{
	display: inline-block;
	padding: 10px;
}
.paginate .disabled, .paginate .current{
	padding: 10px;
	background-color: #EEE;
}
.privacyPolicy{
	height: 200px;
	scroll-y: scroll;
	overflow: scroll;
	padding: 10px;
	border: solid 1px #dddddd;
}
.stagingMode{
	position: fixed;
	padding :10px;
	top: 10px;
	left: 10px;
}
.books.thumbnails img{
	width: 90px;
}
.breadcrumb{
	margin: 0;
	background-color: #FFF;
}
.navbar{
	margin-bottom: 0px;
}
ul li .description{
	height:300px;
	overflow:hidden;
}
dt, dd{
	line-height: 1.5em;
}
.dl-form{
	border-bottom: solid 1px #DDD;
}
.dl-form dd, .dl-form dt{
	padding: 20px 0;
	border-top: solid 1px #DDD;
	line-height: 25px;
}
.dl-form dt{
	width: 180px;
	padding-right: 20px;
}
.dl-form .description{
	font-size:11px;
	display: block;
	padding: 5px 0 0 20px;
	line-height: 1em;
}
.wysiwyg p{
	margin: 0;
}
.wysiwyg ul{
	margin: 10px 0 10px 40px;
}

.wysiwyg ul li{
	list-style-type: inherit;
	/*line-height: 2em;*/
	line-height: 1.5em;
}

#Event dt, #Event dd{
	margin-top: 10px;
	line-height: 1.5em;
	overflow: hidden;
}

.map_canvas{
	height:590px;
	/*height:400px;*//*googlemap:zoomが15の時*/
	display:block;
}
@media screen and (max-width:640px){
	.map_canvas{
		height:350px;
	}
}
h2.short_comment_title{
	padding: 8px 0 26px 76px;
	background-repeat: no-repeat;
	background-image: url(../img/front/icon_strategy_bulletin.png);
	font-size: 32px;
	line-height: 1.5em;
	color: #6DAC4B;
}
h2.long_report_title{
	padding: 8px 0 26px 76px;
	background-repeat: no-repeat;
	background-image: url(../img/front/icons_key_strategy_issues.png);
	font-size: 32px;
	line-height: 1.5em;
	color: #446CB1;
}
.gm-style img{
	max-width: none;
}

#PostDescription img{
	margin: 5px;
  display: block;
}
#InvestmentOpinions dd{
	margin-bottom: 10px;
}
#InvestmentOpinions p{
	margin: 0;
}
#InvestmentOpinions ul{
	margin-left: 20px;
}
#InvestmentOpinions ul li{
	list-style-type: decimal;
}
.dl-horizontal dd{
	margin-left: 210px;
}
.dl-horizontal dt{
	width: 200px;
}
.navbar .nav > li{
	width: 30%;
}
.navbar .nav > li.nav_home_menu{
	width: 10%;
}
.gsc-control-cse{
	line-height: 1.5em;
}
#BookThumbnails{
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 767px) {
	header#headerSection{
		margin-bottom: 0;
	}
	#leftSection{
		margin-top: 40px;
	}
	#BookThumbnails{
		display: none;
	}
	
	#SideMobileQr{
		display: none;
	}
	
	.dl-form dt{
		padding: 10px 0 0 0;
		border-top: none 0px #FFF;
	}
	
	.dl-form dd{
		border-top: none 0px #FFF;
		padding: 0 0 10px 0;
		border-bottom: solid 1px #CCC;
	}
	
	.dl-form{
		border-bottom: none 0px #FFF;
		border-top: solid 1px #CCC;
	}
	
	.dl-horizontal dd{
		margin-left: 0px;
	}
	
	ul.footer{
		display: block;
	}
	.navbar .nav > li,
	.navbar .nav > li.nav_home_menu{
		width: 100%;
	}
}
#InvestmentOpinions{
	margin: 0;
}
