@charset "utf-8";

.word_break{
  -ms-word-break: break-all;
  word-break: break-all;

  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}


/* フォントサイズ */
.font095em{
    font-size:0.95em;
}
.font09em{
    font-size:0.9em;
}
.font085em{
    font-size:0.85em;
}
.font08em{
    font-size:0.8em;
}
.font075em{
    font-size:0.75em;
}
.font07em{
    font-size:0.7em;
}
.font065em{
    font-size:0.65em;
}
.font06em{
    font-size:0.6em;
}


.line-top{
    vertical-align:top;
}
.line-center{
    vertical-align:middle;
}
.line-bottom{
    vertical-align:bottom;
}
.line-base{
    vertical-align:baseline;
}

.box-center{
	top: 0;
    left:0;
	right: 0;
	bottom: 0;
	margin: auto;
    position: absolute;
}


/* パンくず */
.breadcrumb-addro {
  padding: 0 0 10px 5px;
  margin:0;
  font-size:0.8em;
  list-style: none;
  background-color: #ffffff;
  border-radius: 4px;
}
.breadcrumb-addro > li {
  display: inline-block;
}
.breadcrumb-addro > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.breadcrumb-addro > .active {
  color: #777;
}

label {
/* reset */
  font-weight:400;
}

.inline{
	display: inline;
}

/* panel  */
.paneline {
    -ms-word-break: break-all;
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	}


@media (min-width: 768px) {
.paneline {
	padding-bottom:16px;
	}

.paneline.paneline_type2{
	padding-bottom:24px;
	}

.paneline.paneline_type3{
	padding-bottom:50px;
	}

.paneline.paneline_type4{
	padding-bottom:90px;
	}

.paneline.paneline_type3{
	padding-bottom:50px;
	}

}

@media (max-width: 768px) {
.paneline {
	padding-bottom:2px;
	}

.paneline.paneline_type2{
	padding-bottom:2px;
	}

.paneline.paneline_type3{
	padding-bottom:2px;
	}

.paneline.paneline_type4{
	padding-bottom:2px;
	}


}

.line-glay {
	padding-top:10px;
	border-top: 1px solid #ddd;

}
.line-top-glay {
	padding-top:10px;
	border-top: 1px solid #ddd;

}



.panel-body-line .line-glay {
border-top: 1px solid #ddd;
}




.border-top-glay {
border-top: 1px solid #ddd;
padding-top: 8px;
}

.border-top-none {
padding-top: 14px;
}



.panel-body-line_none {
 padding-left:0;
 padding-right:0;
}

.padding_line_8px {
 padding-left:8;
 padding-right:8;
}

.nav .nav-divider {
  height: 1px;
  margin: 4px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.form-horizontal .control-label {
text-align:initial;
}


.form-input-box {
  height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-group {
  margin-bottom: 10px;
}





/* =================== 以下、独自クラス ==================================== */
.normal_header{
    height: 32px;
    margin: 5px 5px 8px;
    padding-bottom: 7px;
    border-bottom: 1px solid #eee;
}

.nav-tabs-addro-under-box {
	background-color:#97bfd7;
    margin:0 1px 0 0px;
    padding:4px;

	/* 上辺右のみ丸角の枠線つき四角形 */
	   -moz-border-radius: 0px 7px 0 0;
	-webkit-border-radius: 0px 7px 0 0;
	     -o-border-radius: 0px 7px 0 0;
	    -ms-border-radius: 0px 7px 0 0;
	        border-radius: 0px 7px 0 0;         /* CSS3 */

  /*  -moz-border-radius: 左上 右上 右下 左下; */

}
.nav-tabs-addro-under-box2 {
	background-color:#97bfd7;
    margin:0 1px 0 0px;
    padding:4px;

	/* 上辺左右のみ丸角の枠線つき四角形 */
	   -moz-border-radius: 7px 7px 0 0px;
	-webkit-border-radius: 7px 7px 0 0px;
	     -o-border-radius: 7px 7px 0 0px;
	    -ms-border-radius: 7px 7px 0 0px;
	        border-radius: 7px 7px 0 0px;         /* CSS3 */

  /*  -moz-border-radius: 左上 右上 右下 左下; */

}


.panel-title-box {
	background-color:#97bfd7;
    margin:0;
    padding:4px;

	/* 上辺右のみ丸角の枠線つき四角形 */
	   -moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	     -o-border-radius: 3px 3px 0 0;
	    -ms-border-radius: 3px 3px 0 0;
	        border-radius: 3px 3px 0 0;         /* CSS3 */
}


.radio_t1_button {
	padding:2px 10px 2px 30px;border-top:initial;
}
.radio_t1_label {
	padding:2px 30px 2px 0px;border-top:initial;
}

/* ios風ラジオボタン */
.cb-enable,
.cb-disable,
.cb-enable span,
.cb-disable span {
	background: url(../img/ios_switch.gif) repeat-x;
	display: block; float: left; }

.cb-enable span,
.cb-disable span {
	line-height: 30px;
	display: block;
	background-repeat: no-repeat;
	font-weight: bold; }

.cb-disable.selected { background-position: 0 -30px; } /* 灰中間部 */
.cb-enable.selected { background-position: 0 -60px; }  /* 青中間部 */

.cb-enable span {background-position: left -90px;padding: 0 10px; }           /* 白左丸角 */
.cb-enable.selected span { background-position: left -150px; color: #fff; }   /* 青左丸角 */
.cb-disable span {background-position: right -180px;padding: 0 10px; }        /* 白右丸角 */
.cb-disable.selected span { background-position: right -210px; color: #fff; } /* 灰右丸角 */

.cb-enable.rev span {background-position: right -180px;padding: 0 10px; }           /* 白右丸角 */
.cb-enable.rev.selected span { background-position: right -240px; color: #fff; }   /* 青右丸角 */
.cb-disable.rev span {background-position: left -90px;padding: 0 10px; }        /* 白左丸角 */
.cb-disable.rev.selected span { background-position: left -120px; color: #fff; } /* 灰左丸角 */

.switch label { cursor: pointer; }
.switch input { display: none; }

/* ボックスシャドウ ------
http://www.webantena.net/css/css3-box-shadow/
*/
.box    {
    box-shadow: 5px 5px 10px #bbbbbb;
    -webkit-box-shadow: 5px 5px 10px #bbbbbb;
    -moz-box-shadow: 5px 5px 10px #bbbbbb;

    /*ボックスのデザイン*/
    padding:10px;
    border:1px solid #ccc;
    text-align:center
}


/* リストで括弧付き数字を用いる */
/* 【使い方】
	<ol class="list_parentheses">
	  <li>あいうえお</li>
	  <li>かきくけこ</li>
	  <li>さしすせそ</li>
	</ol>
*/
ol.list_parentheses{
  padding:0 0 0 2em;
  margin:0;
}

ol.list_parentheses li{
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}


