body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	background-color: #E8FFFF;
	margin: 0px;
	}
img{
	max-width:100% ;
}	
.container-style{
	background-color: #FFF;
	position:relative;
}
@media only screen and (max-width: 767px) {
.container-style{
	width:100%;
	border: 1px solid #CCC;
	text-align: center;
	}
.container-style h1{
	margin-bottom:2rem}	
}
@media only screen and (min-width: 768px) {
.container-style{
	width:766px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	text-align: center;
	}
}
@media only screen and (min-width: 992px) {
.container-style{
	width:990px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	text-align: center;
	}
}
@media only screen and (min-width: 1200px) {
.container-style{
	width:1198px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #CCC;
	text-align: center;
	}}
	
.sel select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-size:24px;
	border: 1px solid #CCC;
}
#resultData_2{
	margin-bottom: 15px;
}
#resultData{
}
#resultData, #resultData_2{
	/* [disabled]width:280px; */
	font-size: 24px;
	text-align: center;
	min-height: 60px;
	/* [disabled]-webkit-border-radius: 10px; */
	/* [disabled]-moz-border-radius: 10px; */
	/* [disabled]border-radius: 10px; */
	/* [disabled]border: 1px solid #F00; */
	padding: 10px;
	/* [disabled]margin-right: auto; */
	/* [disabled]margin-left: auto; */
}
.next, .start{
	width:150px;
	font-size: 24px;
	padding: 5px;
	margin-bottom: 15px;
	}
.cb_new, .next{
	color: #009595;
	background-color: #FFF;
	border: 1px solid #00BDBD;
	}
.start{
	color: #FFF;
	background-color: #00BDBD;
	}	
.cb_new:active,.cb_new.active, .next, start{
	color: #FFF;
	background-color: #00BDBD;
	}	
.cb_new:hover, .cb_new.hover, .next:hover, .start:hover{
	color: #FFF;
	background-color: #009595;
	}	
.sec{
	width:280px;
	margin-right: auto;
	margin-left: auto;
	}
.rnk{
	width:360px;
	margin-right: auto;
	margin-left: auto;
	}	
.spacer{
	height:10px
	}	
.spacer20{
	height:20px
	}	
.setsumei{
	margin-right: 20px;
	margin-left: 20px;
	}
.detail_setsumei_lnk{
	float:right;
	display:inline;
	font-size: 16px;
	padding-top: 2px;
}		
.panel-title{
font-size:18px;
}	
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #00BDBD;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
a.list-group-item {
  color: #009595;
}
a.list-group-item .list-group-item-heading {
  color: #009595;
}
a.list-group-item:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #009595;
}
a.list-group-item:focus{
	text-decoration:none
	}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #009595;
  border-color: #009595;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #009595;
  cursor: not-allowed;
  background-color: #FFF;
}

.dropdown-menu {
  border: 1px solid #00BDBD;
}
.dropdown-menu .divider {
	background-color: #00BDBD;
}
.dropdown-menu > li > a {
  color: #009595;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #FFF;
  text-decoration: none;
  background-color: #009595;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #009595;
  outline: 0;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #009595;

}
.dropdown-header {
  color: #009595;
}
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: 0px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
  display: block;
}

.dropdown-submenu>a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown-toggle a {
	display:block;
}
.menu-list{
	position:absolute;
	top:101px;
	left:15px;
	width:169px;
	margin-top:15px
	}
.menu-toggle {
	position: absolute;
	top:55px;
	left:15px;
	margin-top: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #009595;
	border-radius: 4px;
}
@media only screen and (max-width: 450px) {
	
.menu-toggle {
	top:90px;
	}	
}
.menu-toggle a {
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	padding-left: 10px;
	display: block;
	}
.menu-toggle a:hover {
	background-color: #009595;	
}
.menu-toggle a:hover .icon-bar{
	background-color:#FFF;
}
.menu-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background-color:#009595;
}
.menu-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}


.panel-info {
  border-color: #00BDBD;
}
.panel-info > .panel-heading {
	color: #009595;
	background-color: #E8FFFF;
	border-color: #00BDBD;
}
.btn-detail {
  color: #fff;
  background-color: #00BDBD;
  float:right
}
.btn-detail:hover {
  color: #fff;
  background-color: #009595;
}
.well{
	background-color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-webkit-box-shadow: none;
    box-shadow: none;
}
.well img{
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}	
#collapse2 h4,
.setsumei H4 {
	color:#00BDBD;
	/* [disabled]font-weight:bold; */
}
.well .img_waku {
	max-width:200Px; 
	margin-left:auto; 
	margin-right:auto
}

.bra {
	padding-left: 1em;
	text-indent: -1em;
}
.ind_15 {
	padding-left:15px;
}
.tooltip-inner {
  max-width: 280px;
  background-color:#009595;
	}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #009595;
}
	
#footer{
	background-color:#00BDBD;
	min-height:30px;
	max-width:1198px;
	padding-left:40px;
	padding-right:10px;
	text-align:center;
	border-top-width:1px;
	border-top-style:solid;
	border-top-color:#ededed;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#footer .cr{
	font-size:9px;
	margin-top:20px;
	padding-bottom:10px;
	color: #FFF;
}