/*!
 * Kathamo v3.0.0 (http://kathamo.github.com)
 * Copyright 2014-2015 Debashis Barman (http://www.debashisbarman.in)
 * Licensed under MIT (https://github.com/kathamo/Kathamo/blob/master/LICENSE)
 */


.clearfix:before, 
.clearfix:after { 
  display: table; 
  content: " "; 
}
 
.clearfix:after { 
  clear: both; 
}
 
.clearfix { 
  *zoom: 1; 
}

body { 
  font: 100% ;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "ΰSVbNΜ", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "pkna" 1;

/* font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "qMmpS ProN W3", Hiragino Kaku Gothic ProN, Arial, "CI", Meiryo, sans-serif;*/
  line-height: 1.75; 
}



/* LINK */
a { 
  text-decoration: none; 
  color: #555555; 
}

a:hover { 
  color: #a0522d; 
}


/* HEAD */
h1, 
h2, 
h4, 
h5, 
h6 { 
  font-family: inherit; 
  font-weight: 300; 
  color: inherit; 
}


h1 { 
  font-family:'Righteous',cursive ;
  font-size: 1.8rem; 
  margin: 35px 0 50px;
  padding:5px 0 5px;
  line-height: 0.9;
  letter-spacing: 0.14em;
  text-align:center;
  color:#8b0000;  /* Bordeaux-red */
}

h2 { 
  font-family: "ΰSVbNΜ", YuGothic, "Yu Gothic Medium", sans-serif; !important;
  font-size: 1.2rem; 
  line-height: 1.406926407; 
  letter-spacing: 0.14em;
  font-weight:normal !important;
  margin:20px 0 20px;
  padding-bottom:10px;
  text-align:left;
  height:auto;
}

h2.proj-title { 
  margin:0px 0 20px !important;
  padding-bottom:8px;
  text-align:left;
  color:#b95c48 ;
  border-bottom:#CC6666 1px dotted;
  height:auto;
}


h2.news-title {
  font-family: 'Noto Sans JP', sans-serif;
  margin:20px 0 0 !important;
  font-size: 1.3rem; 
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align:left;
  color:#b95c48;  /*  */
}
h2.award-title {
  font-family: 'Avenir','Helvetica Neue','Helvetica','Arial', 'qMmpS Pro W3', 'Hiragino Kaku Gothic Pro','CI', 'Meiryo', 'ΰSVbN', 'Yu Gothic', sans-serif;
  margin:30px 0 0 !important;
	 font-weight: 500 !important;
  font-size: 1.3rem; 
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align:left;
  color:#b95c48;  /*  */
}
h3 { 
  font-size: 0.9rem; 
  line-height: 1.406926407; 
  margin:5px 0 7px;
  font-weight:normal !important;
  color: #b95c48;
}

h5 { 
  font-size: .894rem; 
  line-height: 1.957494407; 
}

h6 { 
  font-size: .816rem; 
  line-height: 2.144607843; 
}

/* @767ΘΊ ----------------------*/ 

@media (max-width: 767px) {
h1 { 
  line-height: 1.3;
  letter-spacing: 0.14em;
  text-align:center;
  color:#8b0000;  /* Bordeaux-red */
}
h2 { 
  font-size: 1.2rem; 
  line-height: 1.217391304;
}

h2#info { 
  font-size: 1.2rem; 
  line-height: 1.0;
  letter-spacing: 0.2em;
  margin:20px 0 20px;
}

h2.info-title {
  letter-spacing: 0.09em ;
}
h3 { 
  font-size: 1.16rem; 
  line-height: 1.406926407;
  margin:10px 0 15px;
  text-align:center;
  color:#AE9383;
}

h4 { 
  font-size: .894rem;  
  line-height: 1.75; 
}

h5 { 
  font-size: .816rem; 
  line-height: 1.957494407; 
}

h6 { 
  font-size: .7rem; 
  line-height: 2.144607843; 
}
}


p { 
  font-size: 0.9rem; 
  line-height: 180%;
}

@media (max-width: 767px) {
p{ 
  font-size: 0.84rem; 
  line-height: 170%;
  letter-spacing:0.07em;
  text-align:left;
}
}

.font-bold{ 
  font-weight: bold;
}
.red{
  color: #C00;
}

/* SIZE */

.small08 { 
  font-size: 0.8rem; 
}
.small07 { 
  font-size: 0.7rem; 
}
.small06 { 
  font-size: 0.6rem; 
}
.large09 { 
  font-size: 0.9em; 
}  
.large10 { 
  font-size: 1em; 
}
.large11 { 
  font-size: 1.1em; 
}
.large12 { 
  font-size: 1.2em; 
}
.large13 { 
  font-size: 1.3em; 
}
u { 
  text-decoration: underline; 
  text-decoration-color: #95a5a6;
}

em { 
  font-weight: 700;
  font-style: italic; 
}

strong { 
  font-weight: 700; 
}

code, 
kbd, 
pre { 
  font: 400 .816rem Menlo, Monaco, "Courier New", monospace; 
  line-height: 2.144607843; 
}

code, 
kbd { 
  padding-top: 5px;
  padding-right: 8px; 
  padding-bottom: 5px;
  padding-left: 8px;
}

code, 
pre { 
  background-color: #ecf0f1; 
}

pre { 
  display: block;
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 8px;   
  white-space: pre; 
  white-space: pre-wrap; 
  word-break: break-all; 
  word-wrap: break-word;
}

.pre-scrollable {
  max-height: 377px;
  overflow-y: auto;
}

.pre-scrollable::-webkit-scrollbar { 
  width: 8px;
  height: 21px; 
}

.pre-scrollable::-webkit-scrollbar-track { 
  -webkit-box-shadow: none;
          box-shadow: none; 
  background-color: #ecf0f1; 
}

.pre-scrollable::-webkit-scrollbar-thumb { 
  background-color: #bdc3c7; 
}

blockquote { 
  display: block;  
  margin-left: 0; 
  padding-top: 13px;
  padding-right: 21px;
  padding-bottom: 13px;
  padding-left: 21px; 
  font-style: italic;
  border-left: 5px solid #95a5a6;
}

blockquote cite { 
  display: block; 
  font-size: .618em; 
  color: #666; 
}

blockquote cite:before { 
  content: "\2014 \0020"; 
}

q {
  font-style: italic;
}

figcaption, 
caption { 
  font-size: 0.75rem; 
  font-style: italic; 
  line-height: 2.333333333; 
}



hr {
  margin-top: 21px;
  margin-bottom: 21px;
  border: 0;
  border-top: 1px solid #95a5a6;
}

img {
  max-width: 100%;
}

.resp img { 
  width: 100%;
}

/*---------------------------------
	BUTTON1
-----------------------------------*/

*[data-role="button"] { 
  display: inline; 
  width: auto;
  min-width: 220px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-right: 1.957494407rem; 
  padding-bottom: 2px;
  padding-left: 1.957494407rem; 
  font-family: inherit;
  font-size: .96rem; 
  line-height: 34px;
  letter-spacing: 0.2em;
  white-space: nowrap; 
  -webkit-appearance: button;
     -moz-appearance: button;  
          appearance: button;
  border: 1px solid #888888;
  outline: none;
  background-color: rgba(255,255,255,0.4); /**/
  cursor: pointer;
}

*[data-role="button"]:hover { 
  background-color: #ecf0f1; 
}

a[data-role="button"] { 
  border: none; 
}

a[data-role="button"]:hover { 
  background-color: transparent; 
}



@media (max-width: 767px) {
*[data-role="button"] { 
  min-width: 260px;
  font-size: .96rem; 
  line-height: 34px;
  letter-spacing: 0.16em;
  margin:0 0;
}
}

*[data-role="button"]:hover { 
  color: #ffffff ;
  background-color: #ecf0f1; 
}

a[data-role="button"] { 
  color: #ffffff ;
  border: none; 
}

a[data-role="button"]:hover { 
  color: #ffffff;
  background-color: #ecf0f1; 
}



/*---------------------------------
	BUTTONS2
-----------------------------------*/

a.btn {
display: block;
min-width:200px;
max-width:250px;
padding: 0.8em 0.9em;
text-align: center;
text-decoration: none;
color: #555555;
background:#fff;
border: 1px solid #888888;
border-radius: 3px;
transition: .4s;
}
a.btn:hover {
background: rgba(139,0,0,0.3);
color: #fff;
}
a.btn:visited {
color: #5E3E0E;
}



/*---------------------------------
	IMPUT
-----------------------------------*/

input,
textarea,
select {
  display: inline;
  width: inherit;
  padding-right: 13px; 
  padding-left: 13px; 
  font-family: inherit;
  font-size: .894rem;    
  border: 1px solid #878787;
}

input,
textarea { 
  line-height: 28px;  /*- form όΝΪVn ---*/ 
}

input:focus,
textarea:focus,
select:focus { 
  outline: none; 
}

input[type="checkbox"],
input[type="radio"] { 
  width: 34px; 
}

textarea {
  min-height: 140px;
  padding-top: 6px;
  padding-bottom: 6px;
}

select {
  height: 38px;
  padding-right: 13px;
  padding-left: 13px;
  line-height: 38px;
  background-color: #ecf0f1;
}

option {  
  height: 38px;
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px;
  line-height: 38px;
}

option:selected {
  padding-top: 0;
  padding-bottom: 0;
}

label {
  display: block; 
  font-size: .816rem; 
  font-weight: 700;
  line-height: 2.144607843;
}

ul,
ol {
  padding-right: 13px;
  padding-left: 13px;
}

li {
  padding-left: 5px;
}

.li-unstyled {
  padding: 0;
}

.li-unstyled li {
  padding: 0;
  list-style: none;
}

.li-inline li {
  float: left;
  padding-right: 34px;
  padding-left: 0;
  list-style: none;
}

dt {
  font-weight: 400;
  line-height: 2.333333333;
}

dd {
  margin-left: 0;
}



/*---------------------------------
	SPACING
-----------------------------------*/

/* margin top|| */
.mgt10 { 
  margin-top: 10px;
}
.mgt20 { 
  margin-top: 20px;
}
.mgt30 { 
  margin-top: 30px;
}
.mgt40 { 
  margin-top: 40px;
}

.mgt-10 { 
  margin-top: -10px;
}
.mgt-20 { 
  margin-top: -20px;
}
.mgt-40 { 
  margin-top: -40px;
}

/* margin bottom1|| */
.mgb10 { 
  margin-bottom: 10px;
}
.mgb20 { 
  margin-bottom: 20px;
}
.mgb30 { 
  margin-bottom: 30px;
}
.mgb40 { 
  margin-bottom: 40px;
}

.mgb0 { 
  margin-bottom: 0;
}
.mgb-10 { 
  margin-bottom: -10px;
}
.mgb-20 { 
  margin-bottom: -20px;
}
.mgb-30 { 
  margin-bottom: -30px;
}


/* padding top|| */
.pdt10 {
  padding-top: 10px;
}
.pdt20 {
  padding-top: 20px;
}
.pdt30 {
  padding-top: 30px;
}
.pdt40 {
  padding-top: 40px;
}
.pdt50 {
  padding-top: 50px;
}
.pdt60 {
  padding-top: 60px;
}
.pdt70 {
  padding-top: 60px;
}

.pdt0 {
  padding-top: 0px;
}
.pdt-30 {
  padding-top: -30px;
}


/* padding bottom|| */
.pdb0 {
  padding-bottom: 0px;
}
.pdb10 {
  padding-bottom: 10px;
}
.pdb20 {
  padding-bottom: 20px;
}
.pdb30 {
  padding-bottom: 30px;
}
.pdb40 {
  padding-bottom: 40px;
}
.pdb50 {
  padding-bottom: 50px;
}
.pdb-20 {
  padding-bottom: -20px;
}

/* padding right|| */

.pdr10 {
  padding-right: 10px;
}
.pdr20 {
  padding-right:  20px;
}

/* padding left|| */

.pdl10 {
  padding-left: 10px;
}
.pdl20 {
  padding-left:  20px;
}


/*---------------------------------
	TABLE
-----------------------------------*/

table {  
  width: 100%; 
  margin-top: 8px;
  margin-bottom: 8px;
  border-spacing: 0; 
  border-collapse: collapse;
  background-color:#FFFFFF
}

table > caption { 
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px; 
}

table > caption[data-position="top"] {
  caption-side: top;
}

table > caption[data-position="bottom"] {
  caption-side: bottom;
}

table > caption:before { 
  content: attr(data-prefix); 
  font-size: 0.75rem; 
  font-weight: 700; 
}

thead { 

} 

tbody { 
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

tr { 
  border-bottom: 1px dotted #666
}

tr:last-child { 
  border-bottom: none; 
}

th { 
  padding-top: 9px;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-left: 15px; 
  font-size: 0.9rem; 
  font-weight: 400; 
  line-height: 2.333333333; 
  text-align: left; 
  background-color: #fff; 
  border-left: 1px solid #666;
  white-space: nowrap;
}

td { 
  padding-top: 9px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 0.9rem; 
  font-weight: 400; 
  line-height: 200%; 
  border-left: 1px solid #666;
  border-right: 1px solid #666;
  text-align: left; 

}

.table-no-border, 
.table-no-border * { 
  border: none; 
  background-color: transparent; 
} 

.table-striped tr:nth-of-type(even) { 
  background: #ecf0f1; 
}

.table-hover tbody tr:hover { 
  background-color: #ecf0f1; 
}

.table-responsive { 
  max-width: 100%; 
  margin-top: 8px;
  margin-bottom: 8px; 
  overflow-x: auto; 
  overflow-y: hidden; 
}

.table-responsive table { 
  margin: 0; 
  border: none; 
}


.td-hover tbody td:hover { 
  background-color: #ecf0f1; 
}

/* 767pxΘΊ
|||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (max-width: 767px) {

td { 
  padding-top: 9px;
  padding-right: 8px;
  padding-bottom: 8px;
  padding-left: 10px; 
  line-height: 160%; 
}

  .table-responsive { 
    border: 1px solid #95a5a6; 
  }

  .table-responsive caption,
  .table-responsive caption[data-position="top"] { 
    border-bottom: 1px solid #95a5a6; 
    background-color: #ecf0f1; 
  }

  .table-responsive caption[data-position="bottom"] { 
    border-top: 1px solid #95a5a6; 
    background-color: #ecf0f1; 
  }

  .table-striped caption { 
    background-color: transparent; 
  }

  .table-responsive thead {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #95a5a6; 
    border-left: none;
  }
  .table-responsive tbody { 
    border: none; 
  }

  .table-responsive .table-no-border thead,
  .table-responsive .table-no-border tbody {
    border: none;
 }

}

.table-responsive::-webkit-scrollbar { 
  height: 8px; 
  width: 55%;
}

.table-responsive::-webkit-scrollbar-track { 
  -webkit-box-shadow: none;
          box-shadow: none; 
  background-color: #ecf0f1; 
}

.table-responsive::-webkit-scrollbar-thumb { 
  background-color: #bdc3c7; 
}


/*---------------------------------
	ALERT
-----------------------------------*/

.alert { 
  padding-right: 13px;
  padding-left: 13px; 
  font: inherit;
}

.alert.alert-info { 
  background-color: #e8eff3; 
  color: #678fa9; 
  border: 1px solid #c5d7e3; 
}

.alert.alert-success { 
  background-color: #daeee4; 
  color: #358f7f; 
  border: 1px solid #b6dfca; 
}

.alert.alert-danger{ 
  background-color: #fdf4f1; 
  color: #d2a596; 
  border: 1px solid #f7cfc4; 
}

.panel { 
  border: 1px solid #c0c0c0; 
}

.panel > .panel-head,
.panel > .panel-head * { 
  padding-top: 8px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 13px; 
  font-size: 0.75rem; 
  font-weight: 700; 
  line-height: 2.333333333; 
  text-align: left; 
  background-color: #ecf0f1; 
  border-bottom: 1px solid #95a5a6; 
}

.panel > .panel-body { 
  padding-right: 13px;
  padding-left: 13px; 
  font: inherit;
}


/* 767pxΘΊ
|||||||||||||||||||||||||||||||||||||||||||||||||| */
@media (max-width: 767px) {

  .visible-lg { 
    display: none; 
  }

  .hidden-lg { 
    display: block; 
  }

  .visible-md { 
    display: none; 
  }

  .hidden-md { 
    display: block; 
  }

  .visible-sm { 
    display: block; 
  }

  .hidden-sm {
    display: none; 
  }

}

/* 768pxΘγ@1023pxΘΊ
|||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width: 768px) and (max-width: 1023px) {

  .visible-lg { 
    display: none; 
  }

  .hidden-lg { 
    display: block; 
  }

  .visible-md { 
    display: block; 
  }

  .hidden-md { 
    display: none; 
  }

  .visible-sm { 
    display: none; 
  }

  .hidden-sm { 
    display: block; 
  }

}


/* 1024pxΘγ
|||||||||||||||||||||||||||||||||||||||||||||||||| */

@media (min-width: 1024px) {

  .visible-lg { 
    display: block; 
  }

  .hidden-lg { 
    display: none; 
  }

  .visible-md { 
    display: none; 
  }

  .hidden-md { 
    display: block; 
  }

  .visible-sm { 
    display: none; 
  }

  .hidden-sm {
    display: block; 
  }

}

.ui-full-width { 
  width: 100%; 
}

.ui-half-width { 
  width: 50%; 
}


/*---------------------------------
	TEXT ALIGN
-----------------------------------*/

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

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

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

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

*[data-ellipsis="true"] {
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}

.pull-left { 
  float: left; 
}

.pull-right { 
  float: right; 
}


