
@import url("reset.css");
@import url("common.css");

/*----------------------------------------------------------------------------

******************************************************************************

Layout

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Base === */

body {

background: url(../images/common/body_box_bg.png) top center,#003166;

}

#body_box {

	width:1000px;

	margin:0 auto;

	background:#fff;

	padding-bottom:20px;

	box-shadow:0 0 4px rgba(0,0,0,1.0);



}

.layout {

	max-width: 960px;

	margin: 0 auto;

	overflow: hidden;

}

/* ==== Backgraund === */

#wrap {

	background: #fff;

	border-top: 3px solid #003166;

}

/* ==== Header === */

#hd {

	height: 90px;

	position: relative;

	border-bottom:1px solid #003166;

}

#hd header {
  display: flex;
  height: 100%;
  justify-content: end;
  align-items: center;
}

#hd header .lang {
  display: flex;
}

#hd header .lang a {
  color:  #000d1e;
  text-decoration: none;
  padding: 5px 10px;
  border: 1px solid;
  font-weight: normal;
  transition: 0.5s;
}

#hd header .lang li:first-child a {
  border-right: none;
}

#hd header .lang .current, #hd header .lang a:hover {
  background: #000d1e!important;
  color: #fff!important;
  transition: 0.5s;
}

#hd.en_hd h1 {
  font-size: 1.2rem;
  }

#hd.en_hd h1 span {
  font-size: 1rem;
  margin-top: 5px;
  }

.header-top {
  position: fixed;
  background: #ffffff85;
  top: 0;
  left: 0;
  width: 100%;
  animation: nav_active 1s ease 0s 1 alternate;
}

.header-top nav {
  width: 960px;
  margin: 0 auto;
}

/* ==== Navigation === */

#nav {

	height: 58px;

	margin-top:20px;

}

#nav_bg {
}

#nav ul {
  display: flex;
  place-content: center;
}

#nav li {

	float: left;

	width: 15.5%;

	margin:0 0.5%;

	line-height: 50px;

	border: 1px solid rgba(0,0,0,0.8);

	border-radius:60px;

	box-shadow:0 2px 4px rgba(0,0,0,0.2);



}

#nav li a {

	color: #fff;

	text-decoration: none;

	display: block;

	text-align: center;

	font-size: 14px;

	font-weight: bold;

	text-shadow : 1px 1px 2px rgba(0,0,0,0.8);

	border: 1px solid rgba(255,255,255,0.8);

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 100%, 0, 50% 100%, 120, color-stop(1.00, #003166), color-stop(0.00, #97afc7));

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 100%, circle, #97afc7, #003166);

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 100%, circle, #97afc7, #003166);

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 100%, circle, #97afc7, #003166);

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 100%, circle, #97afc7, #003166);

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 100%, circle, #97afc7, #003166);

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

	border-radius:60px;
  
}
#nav li a.nav_long {
  line-height: 1.6rem;
}
#nav li a:hover {

	color:#003166;

	text-shadow : 1px 1px 2px rgba(255,255,255,0.8);

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(1.00, #96cb3a), color-stop(1.00, #97afc7), color-stop(0.00, #fff));

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%);





}

.current {

	color:#0b375e!important;

	text-shadow : 1px 1px 2px rgba(255,255,255,0.8)!important;

background: url(../images/common/nav_bg.png) top center,-webkit-gradient(radial, 50% 0%, 0, 50% 0%, 120, color-stop(1.00, #96cb3a), color-stop(1.00, #97afc7), color-stop(0.00, #fff))!important;

background: url(../images/common/nav_bg.png) top center,-webkit-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-moz-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-o-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,-ms-radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

background: url(../images/common/nav_bg.png) top center,radial-gradient(50% 0%, circle, #fff 0%, #97afc7 100%, #96cb3a 100%)!important;

}

#menu {

	display:none;

}

/* ==== Content === */

#con_bg {

	background: url(../images/common/con_bg.jpg) repeat-x top center;

	margin-top:10px;

}

#con {

}

#sidenav {

	width:23%;

	max-width: 220px;

	float: left;

	margin-top: 20px;

	border:1px solid #003166;

}

#sidenav ul {

	padding: 0px;

}

#sidenav li {

}

#sidenav li a {

	width:100%;

	box-sizing: border-box;

	height: auto;

	padding: 12px 5px 5px 23px;

	display: block;

	text-decoration: none;

	background: url(../images/common/sidenav_icon.png) no-repeat 6px 16px;

	font-size: 12px;

	color: #333333;

	border-bottom: dotted 1px #CCC;

}

#main {

	width:75%;

	max-width: 720px;

	float: right;

	margin-top: 20px;

}

/* ol,ul */

#main ol, #main ul {

	padding: 5px 0px 5px 25px;

}

#main ul {

	list-style-type: disc;

}

#main ol li, #main ul li {

	padding: 5px 0px;

}

/* table */

#main table {

	margin: 10px 0px;

}

#main table th, #main table td {

	padding: 5px;

}

/* img */

#main img {

	max-width:100%

}

#main a img {

	display: inline-block;

	-webkit-transition-duration: 0.3s;

	transition-duration: 0.3s;

	-webkit-transition-property: transform;

	transition-property: transform;

	-webkit-transform: translateZ(0);

	transform: translateZ(0);

	box-shadow: 0 0 1px rgba(0, 0, 0, 0);

}

.shrink:focus, .shrink:active {

	-webkit-transform: scale(0.9);

	transform: scale(0.9);

}

/* ==== Footer === */

#ft {

	margin-top: 20px;

	padding-top: 25px;

	padding-bottom: 25px;

	text-align: center;

	color: #fff;

	background: #000d1e;

}

/*----------------------------------------------------------------------------

******************************************************************************

Head

******************************************************************************

----------------------------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {

}

h1 {

	position: absolute;

	top: 25px;

	left: 0px;

	line-height: 1.0em;

}

h1 a {

	color: #000!important;

	text-decoration: none;

}

h1 span {

	display: block;

	font-size: 0.65em;

}

h2 {

	color: #fff;

	border:1px solid #003166;

	font-size: 34px;

	font-weight:normal;

	text-shadow :  0px 0px 9px rgb(0 0 0), 5px 5px 10px #003166;

	height:80px;

	padding: 0.9em 0 0.0em 0.5em;

	background: url(../images/i_img_page.jpg);

}

#sidenav h2 {

	color: #fff;

	border:1px solid #003166;

	text-align: center;

	font-size: 16px;

	font-weight:bold;

	padding:10px;

	height:50px;

	text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);

	background: #003166;

}

h3 {

	margin: 0.8em 0 0.4em 0;

	font-size: 1.4em;

	font-weight: normal;

	height: 40px;

	padding: 0.4em 0 0.0em 1.5em;

	background: url(../images/common/h3_bg.png) left center no-repeat;

}

h4 {

	font-size: 1.2em;

	font-weight: normal;

	padding: 0.0em 0 0.0em 0.4em;

	border-left: 5px double #003166;

	margin: 0.6em 0 0.4em 0;

}

h1.img, h2.img, h3.img, h4.img, h5.img, h6.img {

	margin: 0;

	padding: 0;

	background: none;

	border: none;

}

/*----------------------------------------------------------------------------

******************************************************************************

Original

******************************************************************************

----------------------------------------------------------------------------*/

/* ==== Index === */

#i_img {

	margin-top:20px;

}

#i_img img {

	width: 100%;

}

#i_main {

	width:75%;

	max-width: 710px;

	float: left;

	margin-top: 20px;

}

#i_news {

	height: 300px;

	overflow:auto;

	border: none;

}

#i_news table {

}

#i_news table td {

	vertical-align: top;

	font-size: 0.8em;

	padding: 10px;

}

#i_news table tr {

	border-bottom: 1px dotted #CCC;

}

#i_news table td.date {

	width: 125px;

	background: url(../images/common/news_icon.gif) 4px 14px no-repeat;

	padding-left: 20px;

}

#i_bnr {

	margin-top: 20px;

	width:25%;

	max-width: 230px;

	float: right;

}
#i_bnr h3 {
  background: #003166;
  height: auto;
  padding: 5px 10px;
  color: #fff;
  font-size: 0.9rem;
  text-shadow : 1px 2px 0px rgba(0,0,0,1.0), 2px 2px 2px rgba(255,255,255,0.5);
  text-align: center;
}

#i_bnr .info {
  border: 1px solid #003166;
  display: inline-grid;
  margin-bottom: 20px;
}

#i_bnr .contact {
  border: 1px solid #003166;
  display: inline-grid;
  width: 100%;
}
#i_bnr .contact p {
margin:0 5px
}

#i_bnr ul {
margin:5px;
}

#i_bnr li {

	float: left;

	margin-bottom: 8px;

	width:100%;

}

#i_bnr li a {

	display: block;

	width: 100%;

	text-decoration: none;

	color: #000;

	padding: 5px 0 5px 30px;

	border: 1px solid #003166;

	border-radius: 3px;

	background: url(../images/common/bnr_bg.png) 8px center no-repeat;

	-webkit-transition: All 0.5s ease;

	-moz-transition: All 0.5s ease;

	-o-transition: All 0.5s ease;

	-ms-transition: All 0.5s ease;

	transition: All 0.5s ease;

}

#i_bnr li a:hover {

	color: #fff;

	background: url(../images/common/bnr_bg_hover.png) 8px center no-repeat #003166;

}

.index_mail img {
  display: inline-block;
  }

/*----pagetop----*/

#page-top {

	position: fixed;

	bottom: 5px;

	right: 20px;

	font-size: 77%;

}

#page-top a {

	background: #000d1e;

	border: #fff 1px solid;

	text-decoration: none;

	color: #fff;

	width: 120px;

	padding: 20px 0;

	text-align: center;

	display: block;

	border-radius: 5px;

}

#page-top a:hover {

	text-decoration: none;

}

.clinical {
  margin-top: 10px;
  padding: 0!important;
  }

.clinical li{
    list-style-position: inside;
  }



/*----original common----*/

table.tbl01{
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #003166;
}

table.tbl01 tr{
  border-bottom: solid 2px white;
}

table.tbl01 tr:last-child{
  border-bottom: none;
}

table.tbl01 th{
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #22508d;
  color: white;
  text-align: center;
  padding: 10px 0!important;
}

table.tbl01 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #22508d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

table.tbl01 td {
  background: #0031663b;
  padding: 10px 25px!important;
}
table.tbl01 table {
  margin: 0!important;
}
table.tbl01 table td {
  background: none;
  padding: 0 30px 0 0!important;
}

table.tbl02_bdr_btm tr:first-child {
  border-top: 1px dotted #22508d;
}

table.tbl02_bdr_btm tr {
  border-bottom: 1px dotted #22508d;
}

table.tbl02_bdr_btm tr th,
table.tbl02_bdr_btm tr td{
  padding: 10px 15px!important;
}

.btn_list {
  padding: 0!important;
}
.btn_list li {
  list-style: none;
  }

.btn_list li a {
  display: block;
  background: #22508d;
  border: 1px solid #22508d;
  padding: 10px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 1.1rem;
  color: #fff;
  font-weight: bold;
  transition: 0.5s;
  }
.btn_list li a:hover {
  color: #22508d;
  background: #fff;
  transition: 0.5s;
}

a.btn_pdf {
  border: 1px solid #22508d;
  text-decoration: none;
  color: #22508d;
  padding: 5px 30px  5px 10px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

a.btn_pdf:hover {
  border: 1px solid #22508d;
  background: #22508d;
  color: #fff;
  transition: 0.5s;
}

a.btn_pdf:before {
  content: "";
  background-image: url(../images/common/pdficon.png);
  width: 16px;
  height: 16px;
  position: absolute;
  right: 7px;
  top: 25%;
}

a.btn_pdf:hover:before {
  background-image: url(../images/common/pdficon_ov.png);
}





/*----------------------------------------------------------------------------
******************************************************************************
** box
******************************************************************************
----------------------------------------------------------------------------*/
/* ==== box === */
.box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.box.box_c {
	justify-content: center;
}
.box.box_wrap {
	flex-wrap: wrap;
}
.box.box_mdl {
	align-items: center;
}
.box.box_stc {
	align-items: stretch;
}
.box_ord_01 {
	order: 1;
}
.box_ord_02 {
	order: 2;
}
.box_ord_03 {
	order: 3;
}
.box_ord_04 {
	order: 4;
}
.box_ord_05 {
	order: 5;
}
.box_ord_06 {
	order: 6;
}
.box_ord_07 {
	order: 7;
}
.box_ord_08 {
	order: 8;
}
.box_ord_09 {
	order: 9;
}
.box_ord_10 {
	order: 10;
}
/* ==== box_col === */
.box_col_02, .box_col_03, .box_col_04, .box_col_05, .box_col_06, .box_col_07, .box_col_08, .box_col_09, .box_col_10 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul[class^="box_col_"] {
	margin: 1em 0 0 0;
}
.box_col_02 > *, .box_col_03 > *, .box_col_04 > *, .box_col_05 > *, .box_col_06 > *, .box_col_07 > *, .box_col_08 > *, .box_col_09 > *, .box_col_10 > * {
	margin: 0 1em 1em 0!important;
}
.box_col_02 > *:nth-child(2n), .box_col_03 > *:nth-child(3n), .box_col_04 > *:nth-child(4n), .box_col_05 > *:nth-child(5n), .box_col_06 > *:nth-child(6n), .box_col_07 > *:nth-child(7n), .box_col_08 > *:nth-child(8n), .box_col_09 > *:nth-child(9n), .box_col_10 > *:nth-child(10n) {
	margin-right: 0!important;
}
.box_col_02 > * {
	width: calc( (100% - 1em - 1px ) / 2);
}
.box_col_03 > * {
	width: calc( (100% - 2em - 1px ) / 3);
}
.box_col_04 > * {
	width: calc( (100% - 3em - 1px ) / 4);
}
.box_col_05 > * {
	width: calc( (100% - 4em - 1px ) / 5);
}
.box_col_06 > * {
	width: calc( (100% - 5em - 1px ) / 6);
}
.box_col_07 > * {
	width: calc( (100% - 6em - 1px ) / 7);
}
.box_col_08 > * {
	width: calc( (100% - 7em - 1px ) / 8);
}
.box_col_09 > * {
	width: calc( (100% - 8em - 1px ) / 9);
}
.box_col_10 > * {
	width: calc( (100% - 9em - 1px ) / 10);
}
/*----------------------------------------------------------------------------
******************************************************************************
** display
******************************************************************************
----------------------------------------------------------------------------*/

.pc_dn {
	display: none;
}
/*----------------------------------------------------------------------------
******************************************************************************
** gallery
******************************************************************************
----------------------------------------------------------------------------*/

.glry_col_01 {
	margin-top: 1.4em;
	margin-bottom: 0.4em;
}
.glry_col_01, .glry_col_02, .glry_col_03, .glry_col_04, .glry_col_05, .glry_col_06, .glry_col_07, .glry_col_08, .glry_col_09, .glry_col_10 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	position: relative;
	text-align: center;
}
.glry_col_01 > * {
	margin-bottom: 1em;
	width: 100%;
}
.glry_col_02 > *, .glry_col_03 > *, .glry_col_04 > *, .glry_col_05 > *, .glry_col_06 > *, .glry_col_07 > *, .glry_col_08 > *, .glry_col_09 > *, .glry_col_10 > * {
	margin: 0 1em 1em 0;
	text-align: center;
}
.glry_col_02 > *:nth-child(2n), .glry_col_03 > *:nth-child(3n), .glry_col_04 > *:nth-child(4n), .glry_col_05 > *:nth-child(5n), .glry_col_06 > *:nth-child(6n), .glry_col_07 > *:nth-child(7n), .glry_col_08 > *:nth-child(8n), .glry_col_09 > *:nth-child(9n), .glry_col_10 > *:nth-child(10n) {
	margin-right: 0!important;
}
.glry_col_02 > * {
	width: calc( (100% - 1em - 1px ) / 2);
}
.glry_col_03 > * {
	width: calc( (100% - 2em - 1px ) / 3);
}
.glry_col_04 > * {
	width: calc( (100% - 3em - 1px ) / 4);
}
.glry_col_05 > * {
	width: calc( (100% - 4em - 1px ) / 5);
}
.glry_col_06 > * {
	width: calc( (100% - 5em - 1px ) / 6);
}
.glry_col_07 > * {
	width: calc( (100% - 6em - 1px ) / 7);
}
.glry_col_08 > * {
	width: calc( (100% - 7em - 1px ) / 8);
}
.glry_col_09 > * {
	width: calc( (100% - 8em - 1px ) / 9);
}
.glry_col_10 > * {
	width: calc( (100% - 9em - 1px ) / 10);
}
.glry_col_01 > * > img, .glry_col_02 > * > img, .glry_col_03 > * > img, .glry_col_04 > * > img, .glry_col_05 > * > img, .glry_col_06 > * > img, .glry_col_07 > * > img, .glry_col_08 > * > img, .glry_col_09 > * > img, .glry_col_10 > * > img {
	max-width: 100%;
	margin-bottom: 0.5em;
}
/*----------------------------------------------------------------------------
******************************************************************************
** img
******************************************************************************
----------------------------------------------------------------------------*/

.img_c {
	display: block;
	margin: 1em auto;
}
.img_l {
	float: left;
	margin-bottom: 0.5em;
	margin-right: 1.4em;
}
.img_r {
	float: right;
	margin-bottom: 0.5em;
	margin-left: 1.4em;
}
div.img_c, div.img_l, div.img_r, p.img_c, p.img_l, p.img_r {
	font-size: 0.8em;
	text-align: center;
}
div.img_c img, div.img_l img, div.img_r img, p.img_c img, p.img_l img, p.img_r img {
	display: inline-block;
	margin-bottom: 1em;
}
/*----------------------------------------------------------------------------
******************************************************************************
** serif
******************************************************************************
----------------------------------------------------------------------------*/
.srf_bdr_black_l, .srf_bdr_black_r, .srf_bdr_blue_l, .srf_bdr_blue_r, .srf_bdr_gray_l, .srf_bdr_gray_r, .srf_bdr_green_l, .srf_bdr_green_r, .srf_bdr_orange_l, .srf_bdr_orange_r, .srf_bdr_red_l, .srf_bdr_red_r {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 2em 0;
}
.srf_bdr_black_r, .srf_bdr_blue_r, .srf_bdr_gray_r, .srf_bdr_green_r, .srf_bdr_orange_r, .srf_bdr_red_r {
	flex-direction: row-reverse;
}
.srf_bdr_icon {
	border-radius: 50%;
	height: 80px!important;
	overflow: hidden;
	width: 80px!important;
}
.srf_bdr_black_l .srf_bdr_icon, .srf_bdr_black_r .srf_bdr_icon {
	box-shadow: 0 0 10px rgba(17, 17, 17, 0.6);
}
.srf_bdr_blue_l .srf_bdr_icon, .srf_bdr_blue_r .srf_bdr_icon {
	box-shadow: 0 0 10px rgba(20, 50, 160, 0.6);
}
.srf_bdr_gray_l .srf_bdr_icon, .srf_bdr_gray_r .srf_bdr_icon {
	box-shadow: 0 0 10px rgba(153, 153, 153, 0.6);
}
.srf_bdr_green_l .srf_bdr_icon, .srf_bdr_green_r .srf_bdr_icon {
	box-shadow: 0 0 10px rgba(57, 118, 52, 0.6);
}
.srf_bdr_orange_l .srf_bdr_icon, .srf_bdr_orange_r .srf_bdr_icon {
	box-shadow: 0 0 10px rgba(220, 150, 30, 0.6);
}
.srf_bdr_red_l .srf_bdr_icon, .srf_bdr_red_r .srf_bdr_icon {
	box-shadow: 0 0 10px rgba(165, 39, 39, 0.6);
}
.srf_bdr_inr {
	border: 2px solid;
	background-color: #FFF;
	border-radius: 10px;
	font-size: 0.9em;
	line-height: 1.6;
	position: relative;
	padding: 1em 1.4em;
	max-width: calc(100% - 100px);
}
.srf_bdr_black_l .srf_bdr_inr, .srf_bdr_black_r .srf_bdr_inr {
	border-color: rgba(17, 17, 17, 1);
}
.srf_bdr_blue_l .srf_bdr_inr, .srf_bdr_blue_r .srf_bdr_inr {
	border-color: rgba(20, 50, 160, 1);
}
.srf_bdr_gray_l .srf_bdr_inr, .srf_bdr_gray_r .srf_bdr_inr {
	border-color: rgba(153, 153, 153, 1);
}
.srf_bdr_green_l .srf_bdr_inr, .srf_bdr_green_r .srf_bdr_inr {
	border-color: rgba(57, 118, 52, 1);
}
.srf_bdr_orange_l .srf_bdr_inr, .srf_bdr_orange_r .srf_bdr_inr {
	border-color: rgba(220, 150, 30, 1);
}
.srf_bdr_red_l .srf_bdr_inr, .srf_bdr_red_r .srf_bdr_inr {
	border-color: rgba(165, 39, 39, 1);
}
.srf_bdr_inr:before {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -12px;
	border: 12px solid transparent;
	z-index: 2;
}
.srf_bdr_black_l .srf_bdr_inr:before, .srf_bdr_blue_l .srf_bdr_inr:before, .srf_bdr_gray_l .srf_bdr_inr:before, .srf_bdr_green_l .srf_bdr_inr:before, .srf_bdr_orange_l .srf_bdr_inr:before, .srf_bdr_red_l .srf_bdr_inr:before {
	left: -24px;
	border-right: 12px solid #FFF;
}
.srf_bdr_black_r .srf_bdr_inr:before, .srf_bdr_blue_r .srf_bdr_inr:before, .srf_bdr_gray_r .srf_bdr_inr:before, .srf_bdr_green_r .srf_bdr_inr:before, .srf_bdr_orange_r .srf_bdr_inr:before, .srf_bdr_red_r .srf_bdr_inr:before {
	right: -24px;
	border-left: 12px solid #FFF;
}
.srf_bdr_inr:after {
	content: "";
	position: absolute;
	top: 50%;
	margin-top: -14px;
	border: 14px solid transparent;
	z-index: 1;
}
.srf_bdr_black_l .srf_bdr_inr:after, .srf_bdr_blue_l .srf_bdr_inr:after, .srf_bdr_gray_l .srf_bdr_inr:after, .srf_bdr_green_l .srf_bdr_inr:after, .srf_bdr_orange_l .srf_bdr_inr:after, .srf_bdr_red_l .srf_bdr_inr:after {
	left: -29px;
}
.srf_bdr_black_l .srf_bdr_inr:after {
	border-right-color: rgba(17, 17, 17, 1);
}
.srf_bdr_blue_l .srf_bdr_inr:after {
	border-right-color: rgba(20, 50, 160, 1);
}
.srf_bdr_gray_l .srf_bdr_inr:after {
	border-right-color: rgba(153, 153, 153, 1);
}
.srf_bdr_green_l .srf_bdr_inr:after {
	border-right-color: rgba(57, 118, 52, 1);
}
.srf_bdr_orange_l .srf_bdr_inr:after {
	border-right-color: rgba(220, 150, 30, 1);
}
.srf_bdr_red_l .srf_bdr_inr:after {
	border-right-color: rgba(165, 39, 39, 1);
}
.srf_bdr_black_r .srf_bdr_inr:after, .srf_bdr_blue_r .srf_bdr_inr:after, .srf_bdr_gray_r .srf_bdr_inr:after, .srf_bdr_green_r .srf_bdr_inr:after, .srf_bdr_orange_r .srf_bdr_inr:after, .srf_bdr_red_r .srf_bdr_inr:after {
	right: -29px;
}
.srf_bdr_black_r .srf_bdr_inr:after {
	border-left-color: rgba(17, 17, 17, 1);
}
.srf_bdr_blue_r .srf_bdr_inr:after {
	border-left-color: rgba(20, 50, 160, 1);
}
.srf_bdr_gray_r .srf_bdr_inr:after {
	border-left-color: rgba(153, 153, 153, 1);
}
.srf_bdr_green_r .srf_bdr_inr:after {
	border-left-color: rgba(57, 118, 52, 1);
}
.srf_bdr_orange_r .srf_bdr_inr:after {
	border-left-color: rgba(220, 150, 30, 1);
}
.srf_bdr_red_r .srf_bdr_inr:after {
	border-left-color: rgba(165, 39, 39, 1);
}
.srf_bdr_ttl {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.1em 0!important;
	padding: 0;
}
.srf_bdr_black_l .srf_bdr_ttl, .srf_bdr_black_r .srf_bdr_ttl {
	color: rgba(17, 17, 17, 1);
}
.srf_bdr_blue_l .srf_bdr_ttl, .srf_bdr_blue_r .srf_bdr_ttl {
	color: rgba(20, 50, 160, 1);
}
.srf_bdr_gray_l .srf_bdr_ttl, .srf_bdr_gray_r .srf_bdr_ttl {
	color: rgba(17, 17, 17, 1);
}
.srf_bdr_green_l .srf_bdr_ttl, .srf_bdr_green_r .srf_bdr_ttl {
	color: rgba(57, 118, 52, 1);
}
.srf_bdr_orange_l .srf_bdr_ttl, .srf_bdr_orange_r .srf_bdr_ttl {
	color: rgba(220, 150, 30, 1);
}
.srf_bdr_red_l .srf_bdr_ttl, .srf_bdr_red_r .srf_bdr_ttl {
	color: rgba(165, 39, 39, 1);
}
/*----------------------------------------------------------------------------
******************************************************************************
** width
******************************************************************************
----------------------------------------------------------------------------*/
.w_01 {
	width: 1%!important;
}
.w_02 {
	width: 2%!important;
}
.w_03 {
	width: 3%!important;
}
.w_04 {
	width: 4%!important;
}
.w_05 {
	width: 5%!important;
}
.w_06 {
	width: 6%!important;
}
.w_07 {
	width: 7%!important;
}
.w_08 {
	width: 8%!important;
}
.w_09 {
	width: 9%!important;
}
.w_10 {
	width: 10%!important;
}
.w_11 {
	width: 11%!important;
}
.w_12 {
	width: 12%!important;
}
.w_13 {
	width: 13%!important;
}
.w_14 {
	width: 14%!important;
}
.w_15 {
	width: 15%!important;
}
.w_16 {
	width: 16%!important;
}
.w_17 {
	width: 17%!important;
}
.w_18 {
	width: 18%!important;
}
.w_19 {
	width: 19%!important;
}
.w_20 {
	width: 20%!important;
}
.w_21 {
	width: 21%!important;
}
.w_22 {
	width: 22%!important;
}
.w_23 {
	width: 23%!important;
}
.w_24 {
	width: 24%!important;
}
.w_25 {
	width: 25%!important;
}
.w_26 {
	width: 26%!important;
}
.w_27 {
	width: 27%!important;
}
.w_28 {
	width: 28%!important;
}
.w_29 {
	width: 29%!important;
}
.w_30 {
	width: 30%!important;
}
.w_31 {
	width: 31%!important;
}
.w_32 {
	width: 32%!important;
}
.w_33 {
	width: 33%!important;
}
.w_34 {
	width: 34%!important;
}
.w_35 {
	width: 35%!important;
}
.w_36 {
	width: 36%!important;
}
.w_37 {
	width: 37%!important;
}
.w_38 {
	width: 38%!important;
}
.w_39 {
	width: 39%!important;
}
.w_40 {
	width: 40%!important;
}
.w_41 {
	width: 41%!important;
}
.w_42 {
	width: 42%!important;
}
.w_43 {
	width: 43%!important;
}
.w_44 {
	width: 44%!important;
}
.w_45 {
	width: 45%!important;
}
.w_46 {
	width: 46%!important;
}
.w_47 {
	width: 47%!important;
}
.w_48 {
	width: 48%!important;
}
.w_49 {
	width: 49%!important;
}
.w_50 {
	width: 50%!important;
}
.w_51 {
	width: 51%!important;
}
.w_52 {
	width: 52%!important;
}
.w_53 {
	width: 53%!important;
}
.w_54 {
	width: 54%!important;
}
.w_55 {
	width: 55%!important;
}
.w_56 {
	width: 56%!important;
}
.w_57 {
	width: 57%!important;
}
.w_58 {
	width: 58%!important;
}
.w_59 {
	width: 59%!important;
}
.w_60 {
	width: 60%!important;
}
.w_61 {
	width: 61%!important;
}
.w_62 {
	width: 62%!important;
}
.w_63 {
	width: 63%!important;
}
.w_64 {
	width: 64%!important;
}
.w_65 {
	width: 65%!important;
}
.w_66 {
	width: 66%!important;
}
.w_67 {
	width: 67%!important;
}
.w_68 {
	width: 68%!important;
}
.w_69 {
	width: 69%!important;
}
.w_70 {
	width: 70%!important;
}
.w_71 {
	width: 71%!important;
}
.w_72 {
	width: 72%!important;
}
.w_73 {
	width: 73%!important;
}
.w_74 {
	width: 74%!important;
}
.w_75 {
	width: 75%!important;
}
.w_76 {
	width: 76%!important;
}
.w_77 {
	width: 77%!important;
}
.w_78 {
	width: 78%!important;
}
.w_79 {
	width: 79%!important;
}
.w_80 {
	width: 80%!important;
}
.w_81 {
	width: 81%!important;
}
.w_82 {
	width: 82%!important;
}
.w_83 {
	width: 83%!important;
}
.w_84 {
	width: 84%!important;
}
.w_85 {
	width: 85%!important;
}
.w_86 {
	width: 86%!important;
}
.w_87 {
	width: 87%!important;
}
.w_88 {
	width: 88%!important;
}
.w_89 {
	width: 89%!important;
}
.w_90 {
	width: 90%!important;
}
.w_91 {
	width: 91%!important;
}
.w_92 {
	width: 92%!important;
}
.w_93 {
	width: 93%!important;
}
.w_94 {
	width: 94%!important;
}
.w_95 {
	width: 95%!important;
}
.w_96 {
	width: 96%!important;
}
.w_97 {
	width: 97%!important;
}
.w_98 {
	width: 98%!important;
}
.w_99 {
	width: 99%!important;
}
.w_100 {
	width: 100%!important;
}
img[class^="w_"] {
	height: auto;
}


