@charset "utf-8";

table.orgTable {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 50px;
	margin-bottom: 50px;
}
table.orgTable th {
	padding: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background: #2D3131;
}
table.orgTable td {
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 200%;
}

table.orgTable .othercolor {
	background: #F5F9EC;
	font-weight: bold;
}

table.orgTable .trainercolor {
	background: #F9ECF5;
	font-weight: bold;
}

.orgButton{
  display: inline-block;
  width: 300px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline-width: medium;
  outline-style: none;
  outline-color: black;
  background-color: #9AC841;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff !important;
  border-top-left-radius: 16px 16px;
  border-top-right-radius: 16px 16px;
  border-bottom-right-radius: 16px 16px;
  border-bottom-left-radius: 16px 16px;
  vertical-align: middle;
  padding: 0px;
  margin: 5px;
}
.orgButton::before,
.orgButton::after{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.orgButton,
.orgButton::before,
.orgButton::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.orgButton:hover{
  background-color: #fff;
  border-color: #9AC841;
  color: #9AC841 !important;
}

.greenBackground{
  background: #9AC841;
}

.redBackground{
  background: #FF99FF;
}

.thumbnailImg{
  width: 200px;
}

.detailImg{
  width: 90%;
}

.profImg{
  width: 70%;
  margin: 0 15%;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

.align-center{
  text-align: center;
}

.align-right{
  text-align: right;
}

.helptext{
    font-size: 11px;
    color: #333;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #9AC841;
}

.button:active, input[type=submit]:active, input[type=button]:active,
.button:focus, input[type=submit]:focus, input[type=button]:focus,
.button:hover, input[type=submit]:hover, input[type=button]:hover {
    background: #C2DE8D;
}

.bigText{
    font-size: 16px;
    color: #333;
}

.logoImage{
  width: 60px;
  float: right;
}

.redOrgButton{
  display: inline-block;
  width: 300px;
  height: 40px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  outline-width: medium;
  outline-style: none;
  outline-color: black;
  background-color: #FF99FF;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  color: #fff !important;
  border-top-left-radius: 16px 16px;
  border-top-right-radius: 16px 16px;
  border-bottom-right-radius: 16px 16px;
  border-bottom-left-radius: 16px 16px;
  vertical-align: middle;
  padding: 0px;
  margin: 5px;
}
.redOrgButton::before,
.redOrgButton::after{
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.redOrgButton,
.redOrgButton::before,
.redOrgButton::after{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.redOrgButton:hover{
  background-color: #fff;
  border-color: #FF99FF;
  color: #FF99FF !important;
}

.shortButton{
  width: 120px;
}

.longButton{
  width: 300px;
  height: 40px;
}

#header {
	background-color: #2D3131;
}

#branding {
	background-image: url("/images/logo-3.png");
    background-repeat: no-repeat;
    background-size: contain;
}

#branding h1 {
	color: #fff;
	padding-left: 55px;
}

div.breadcrumbs {
	background-color: #C2DE8D;
	color: #333;
}

div.breadcrumbs a {
	color: #228b22;
}

div.breadcrumbs a:focus, div.breadcrumbs a:hover {
	color: #333;
}

#container {
    min-width: 400px;
}

body {
  -webkit-text-size-adjust: 100%;
}

@media
only screen and (max-width: 700px) {
#header {
	height: auto;
    padding: 10px 10px;
}
}

@media
only screen and (max-width: 650px) {
 
#header {
	height: auto;
    padding: 10px 10px;
}

#branding {
    float: none;
}

#branding h1 {
    font-size: 20px;
}

#container {
    width: 100%;
    min-width: 375px;
}

.orgTable input[type=text] {
    width: 250px;
}


/*----------------------------------------------------
  テーブル - レスポンシブ対応
----------------------------------------------------*/
.orgTable {
  width: 100%;
}

.orgTable td,th { 
  display: block; 
  width: auto; 
}

.orgTable .phoneHide {
  display: none;
}

}
/*--------------------------------------------------*/
