/*!
 * 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, "Helvetica Neue", YuGothic, "qMmpS ProN W3", Hiragino Kaku Gothic ProN, Arial, "CI", Meiryo, sans-serif;
  line-height: 1.75; 
}

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


h1 { 
  font-size: 2.2rem; 
  line-height: .875; 
  padding:5px 0 8px;
  text-align:left;
  padding:0;
}

h2 {
  font-size: 1.6rem; 
  padding: 25px 0 0;
  line-height: 1.217391304;
  letter-spacing: 0.07em;
  position: relative;
  display: inline-block;
  margin-bottom: 2em;
  font-weight:normal !important;
} 
h2:before { 
 content: ''; 
 position: absolute; 
 bottom: -15px; 
 display: inline-block; 
 width: 120px; 
 height: 3px; 
 left: 50%; 
 -moz-transform: translateX(-50%); 
 -webkit-transform: translateX(-50%); 
 -ms-transform: translateX(-50%); 
 transform: translateX(-50%); 
 background-color: #059de6; 
 border-radius: 0px;
} 


h3 { 
  font-size: 1.2rem; 
  line-height: 1.406926407; 
}

h4 { 
  font-size: 1.1rem; 
  line-height: 1.75;
  padding:30px 0 0;
  font-weight:bold;
}

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

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


/* @767ΘΊ ----------------------*/ 
@media (max-width: 767px) {
h1 { 
  font-size: 1.9rem;
  padding:10px 0 8px; 
}

h2 {
  font-size: 1.36rem;
  padding: 20px 0 0;
  margin-bottom: 40px;
  line-height: 1.217391304;
  letter-spacing: 0.04em;
}

h3 {
  font-size: 1.2rem; 
  line-height: 1.406926407;
}

h4 { 
  font-size: 1.0rem;  
  line-height: 1.75;
  margin:0 0 0;
}

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

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



/* Paragraph ----------------------*/ 
p { 
  font-size: 0.96rem; 
  line-height: 200%;
}

@media (max-width: 767px) {
p{ 
  font-size: 0.86rem; 
  line-height: 180%;
  letter-spacing:0.07em;
}
}


/* @FONT SIZE ----------------------*/ 
small {
  font-size: 80%;
}
.font90{ font-size: 90%; }
.font80{ font-size: 80%; }

.small11 { font-size: 1.1rem; }
.small10 { font-size: 1.0rem; }
.small09 { font-size: 0.9rem; }
.small08 { font-size: 0.8rem; }
.small07 { font-size: 0.7rem; }
.small06 { font-size: 0.6rem; }

.large1 { font-size: 1em; }
.large12 { font-size: 1.2em; }
.large13 { font-size: 1.3em; }
.large14 { font-size: 1.4em; }
.large15 { font-size: 1.5em; }

u { 
  text-decoration: underline; 
  text-decoration-color: #95a5a6;
}

em { 
  font-weight: 700;
  font-style: italic; 
}
.fblue{
  color:#059de6; 
}

strong { 
  font-weight: 700; 
}

.fbold{
  font-weight:bold; 
}
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; 
}

a { 
  text-decoration: none; 
  color: #059de6; 
}

a : link{ 
  text-decoration: none; 
  color: #059de6; 
}

a:visited { 
  color: #059de6; 
}

a:hover { 
  color: #CC6600; 
}


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

img {
  max-width: 100%;
}


/*---------------------------------
	BUTTON
-----------------------------------*/

*[data-role="button"] { 
  display: inline; 
  width: auto;
  min-width: 144px;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-top: 1px;
  padding-right: 1.957494407rem; 
  padding-bottom: 1px;
  padding-left: 1.957494407rem; 
  font-family: inherit;
  font-size: .894rem; 
  line-height: 34px;   
  white-space: nowrap; 
  -webkit-appearance: button;
     -moz-appearance: button;  
          appearance: button;
  border: 1px solid #95a5a6;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}

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

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

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


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

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

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-size: 0.97rem;
  font-weight: 900;
  line-height: 1.5;
  margin-bottom:10px;
}

dd {
  font-size: 0.97rem;
  line-height: 1.5;
  margin-left: 0;
  padding-left: 21px;
  padding-bottom:10px;
}

/*---------------------------------
	WIDTH
-----------------------------------*/

.wid90{ width: 90%; }
.wid80{ width: 80%; }
.wid70{ width: 70%; }


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

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


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

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

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

/* 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; }

.pdt-10 { padding-top: -10px; }
.pdt-20 { padding-top: -20px; }
.pdt-30 { padding-top: -30px; }

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

.pdb-10 { padding-bottom: -10px; }
.pdb-20 { padding-bottom: -20px; }
.pdb-30 { padding-bottom: -30px; }

/* padding right|| */
.pdr10 { padding-right: 10px; }
.pdr20 { padding-right: 20px; }
.pdr30 { padding-right: 30px; }
.mgr40 { padding-right: 40px; }
.mgr80 { padding-right: 50px; }

/* padding left|| */
.pdl10 { padding-left: 10px; }
.pdl20 { padding-left: 20px; }
.pdl30 { padding-left: 30px; }
.mgl40 { padding-left: 40px; }
.mgl80 { padding-left: 50px; }


/*---------------------------------
	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 #BDBDBD;
  border-right: 1px solid #BDBDBD;
  border-left: 1px solid #BDBDBD;
  border-bottom: 1px solid #BDBDBD;
}

tr { 
  border-bottom: 1px dotted #BDBDBD;
}

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

th { 
  padding-top: 9px;
  padding-right: 10px;
  padding-bottom: 8px;
  padding-left: 20px; 
  font-size: 0.94rem; 
  font-weight: 300; 
  line-height: 2.333333333; 
  text-align: left; 
  border-right: 1px solid #BDBDBD;
  background-color: #fff; 
  white-space: nowrap;
}

td { 
  padding-top: 9px;
  padding-right: 13px;
  padding-bottom: 8px;
  padding-left: 20px;
  font-size: 0.94rem; 
  font-weight: 400; 
  line-height: 200%; 
  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; 
}


/* 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 #BDBDBD;
  }

  .table-responsive caption,
  .table-responsive caption[data-position="top"] { 
    border-bottom: 1px solid #BDBDBD; 
    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; 
}

/*---------------------------------
	BUTTONS
-----------------------------------*/

a.btn {
display: block;
min-width:280px;
max-width:340px;
padding: 0.7em 0.7em;
text-align: center;
text-decoration: none;
color: #333333;
background:#fff;
border: 1px solid #333333;
border-radius: 2px;
transition: .4s;
}
a.btn:hover {
background: #059de6;
color: #fff !important; 
}
a.btn:visited {
color: #333333;
}




