@charset "utf-8";

/*******************************
  共通設定
*******************************/

	body {
	margin: 0 ;				
	padding: 0 ;	
	}
	
	a {
		color: #3E3A39;
		text-decoration: none;
		transition: opacity .5S;
	}
	
	a:hover {
		-ms-filter: "alpha(opacity=70)";
		opacity: 0.7;
	}
	
	.wrapper {

	}
	.wrap {
		margin: 0 auto ;	
		padding: 0 ;
	}

	.pcnone {
		display: none;
	}
	.spnone {
		display: block;
	}
	
	/* header */
	
  .slicknav_menu {
    display: none;
  }
 

	#header {
	}
	#header .wrap {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
		margin-top:20px;
		height: 120px;
	}
	#siteTitle {
		float:left;
		padding-top:0px;
		padding-left:10px;
		font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:16px;
		font-weight:500;
	}
	#siteTitle img{
		padding-top:20px;
	}
	#headerbanner {
		text-align:right;
		padding-right:0px;
	}
	#headerbanner img{
		padding-top: 50px;
	}
	#nav {
		width:100%;
		height:50px;
		text-align:center;
		background-color:#DF2B31;
	}
	#gNav {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}
	#gNav li {
		float:left;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:70px;
		padding-right:0px;
	}
	#gNav li  a{
		font-size:18px;
		color:#FFFFFF;
	}
	#gnavpcnone {
		display: none;
	}

	/* contents */
	
	#contents {
		background: url(../imgs/bg-contents.png) 50% 100% no-repeat;
	}
	
	
	/* index */
	
	#index #header {
		background-image: url(../../imgs/bg-hdr.png);
	}
	
	#topinfo {
		width: 100%;
		height: 55px;
		text-align: center;
	}
	#topinfo p {
        padding-top: 10px;
	}
	#topinfo a ,#topinfo a:visited {
        text-decoration: underline;
        color: blue;        
    }
    #toppdf {
        width: auto;
        height: 500px;
		text-align: center;
	}

    #slider {
	}
	#slider img {
	}

	#topimg ul {
  		display: flex;
	}
	#topimg li {
		transform: scale(0.95);
		box-shadow: 0 0px 20px rgba(0,0,0,0.2);
	}

.toppr_links {
    max-width: 1100px;
    margin: 60px auto;
}
.toppr_linksInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.toppr_link {
    width: 50%;
    margin: 0px 30px;
}
.toppr_linkTtl {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
}
.toppr_linkTtl span {
    display: inline-block;
    border-bottom: 1px solid #DF2B31;
    position: relative;
    padding-bottom: 3px;
}
.toppr_linkTtl span::before {
    content: '';
    display: block;
    position: absolute;
    left: calc(50% - 20px);
    bottom: -31px;
    border: 10px solid #DF2B31;
    border-width: 15px 20px;
    border-color: #DF2B31 transparent transparent transparent;
}
.toppr_linkCard {
    display: block;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    box-shadow: 5px 5px 10px rgb(0 0 0 / 30%);
    padding: 30px 40px;
    position: relative;
    cursor: pointer;
}
.toppr_linkCard::before {
	transform: scale(2);
	content: '＞';
    display: block;
    position: absolute;
    right: 30px;
    top: calc(50%);
    background-size: contain;
}
.toppr_linkTxt {
    font-size: 18px;
    letter-spacing: 0.1em;
    font-weight: bold;
}
.toppr_linkName {
    font-size: 25px;
    color: #416DD4;
    font-weight: bold;
    letter-spacing: 0.1em;
	padding-top: 10px;
}
.toppr_linkName b {
    font-size: 35px;
    font-weight: 700;
}

    #kouzou1 {
		text-align: center;
	}
	#kouzou1 img {
		max-height: 550px;
		object-fit: contain;
	}

.kouzou_title {
    width: 100%;
    padding: 0 0 50px;
}
.l-container-lg {
    max-width: 114rem;
    margin-right: auto;
    margin-left: auto;
}
.kouzou_title-underlayer {
    padding-left: 10%;
    padding-right: 10%;
}
.kouzou_title-underlayer .en {
    position: relative;
    font-family: sans-serif;
    font-weight: 600;
    color: #DF2B31;
    padding-left: 5rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
}
.kouzou_title-underlayer .en::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3.5rem;
    height: 0.2rem;
    background-color: #DF2B31;
}
.kouzou_title-underlayer .ja {
    font-size: 4.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
}
img.kouzou {
    padding: 50px 0 0 0px;
}
.kouzou_bg1 {
    position: absolute;
    top: 20%;
    left: 0;
    width: 35rem;
    height: 70rem;
    overflow: hidden;
}
.kouzou_bg2 {
	position: absolute;
    bottom: 20%;
    right: 0rem;
    width: 70rem;
    height: 70rem;
    overflow: hidden;
}
.yellowCircle {
    position: absolute;
    top: 0;
    right: 0;
    width: 70rem;
    height: 70rem;
    border: 100px solid #fff100;
    border-radius: 50%;
    mix-blend-mode: multiply;
}


.section03 {
    position: relative;
    padding-top: 80px;
}
.section03 .inner2 {
    width: 100%;
    max-width: 1100px;
    padding: 50px 10%;
    margin: 0 auto 50px;
    background-color: #f3f6f8;
}
.section .section_title {
    font-size: 32px;
    margin-top: 40px;
    text-align: center;
    font-family: dnp-shuei-mgothic-std, sans-serif;
    position: relative;
    z-index: 1;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.1em;
}
.section .section_read {
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    position: relative;
    z-index: 1;
}
p.section_read {
    padding-top: 15px;
}
.movie_step {
    margin-top: 80px;
    background: url(../images/movie/movie_img08.png) no-repeat right bottom;
    background-size: 280px 464px;
}
.movie_step .step .step_num {
    font-size: 28px;
    color: #FFF;
    display: flex;
    line-height: 1;
    transform: translateY(3px);
}
.movie_step .step.step1 {
    margin-bottom: 50px;
}
.movie_step .step {
    position: relative;
    width: 100%;
    max-width: 720px;
}
.movie_step .step .step_inbox {
    width: 100%;
    background: #FFF;
    border-radius: 0px;
    padding: 30px;
    position: relative;
	border: black 2px solid;
}
.movie_step .step .step_title {
    font-size: 25px;
    font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
}
.movie_step .step .step_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
}
.movie_step .step.step2 {
    margin-left: auto;
    margin-bottom: 50px;
}
.movie_btn_wrap {
    text-align: center;
    margin: 80px auto;
}

.btn2,
p.btn2,
button.btn2 {
    position: absolute;
    top: -15px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
p.btn2-border-shadow {
  padding: calc(1.5rem - 12px) 3rem 1.5rem;
  background: #fff;
}
p.btn2-border-shadow:before {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: 3px solid #000;
  border-radius: 0.5rem;
}
p.btn2-border-shadow--color {
  border-radius: 0;
  background: yellow;
}
p.btn2-border-shadow--color:before {
  border-radius: 0;
}
/*まずはお決まりのボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;/*rem算出をしやすくするために*/
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
a.btn--yellow {
color: #000;
  background-color: #fff100;
}

a.btn--yellow:hover {
  color: #000;
  background: #fff20a;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}

a.btn-c {
  font-size: 1.8rem;
	font-weight: bold;
  position: relative;
  padding: 2rem;
  border-radius: 100vh;
}

.btn-copy {
	display: block;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
	clear: both;
  text-align: center;
}
.btn-copy:before {
  margin-right: 1rem;

  content: '＼';
}
.btn-copy:after {
  margin-left: 1rem;

  content: '／';
}
.btn-text {
	display: block;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
	line-height: 2;
}


h3.table_title {
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
}
.over_table {
    overflow-x: scroll;
}
table.kouzou {
  border-collapse: collapse;
  border-spacing: 5px;
  margin: 5px auto;
  padding: 0;
  width: auto;
}
table.kouzou tr{
  border-bottom: solid 2px white;
}

table.kouzou tbody tr:last-child{
  border-bottom: none;
}

table.kouzou thead th{
  background-color: #ffd42d;
  color: black;
  padding: 5px 0;
  text-align: center;
  vertical-align: middle;
  border-right: solid 1px white;
}
table.kouzou thead th:last-child{
  background-color: #ffd42d;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  vertical-align: middle;
  border-right: none;
}

table.kouzou tbody th{
  position: relative;
  width: 28%;
  background-color: #ffd42d;
  color: black;
  text-align: center;
  vertical-align: middle;
}

table.kouzou tbody th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #ffd42d;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media screen and (max-width: 839px) {
	
 #topimg ul {
  display: block;
 }
	
	
 table.kouzou {
  width: 615px;
 }
	table.kouzou tbody th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
}

}

table.kouzou td{
  width: 15%;
  text-align: center;
  background-color: #eee;
  padding: 5px 0;
  vertical-align: middle;
  border-right: solid 1px white;
}
table.kouzou td:last-child {
  text-align: left;
  width: 27%;
  background-color: #eee;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  border-right: none;
}


	#concept {
		text-align: center;
	}
	#concept .inner {
		background: url(../../imgs/top/bg-01.gif) 50% 100% no-repeat;
		background-size: cover;
		padding-bottom:150px;
	}
	#concept img {
		padding-top:90px;
	}
	#concept h3 {
		padding-top:25px;
		padding-bottom:25px;
		color: #595757;
		font-size: 25px;
		line-height: 45px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#about {
		text-align: center;
		display:block;
		clear:both;
	}
	#about img{
	}
	#about .inner {
		background: url(../../imgs/top/bg-02.gif) 50% 100% repeat;
		padding-top:50px;
		padding-bottom:80px;
	}
	#about .wrap {
		width: 1100px;
		height:auto;
		margin-right: auto;
		margin-left: auto;
		background-color:#FFF;
		padding-top:30px;
		padding-bottom:30px;
	}
	#about h3 {
		padding-top:25px;
		padding-bottom:25px;
		color: #595757;
		font-size: 25px;
		line-height: 45px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#about .menucontents {
		overflow: hidden;
		padding-top:30px;
		padding-bottom:20px;
		text-align:center;
	}
	#about .wrap .menucontent {
		width:220px;
		padding-left:0px;
		padding-right:0px;
		padding-top:10px;
		float:left;
	}
	#about .lead {
		color: #D00;
		font-size: 22px;
		font-weight: bold;
		padding-top:20px;
		padding-bottom:20px;
	}
	#about .bigp {
		color: #595757;
		font-size: 22px;
		font-weight: bold;
	}
	#about p {
		color: #595757;
		font-size: 16px;
		line-height: 25px;
		font-weight: 500;
	}

	#menu {
		text-align: center;
	}
	#menu .inner {
		background: url(../../imgs/top/menu-backimg.jpg) 50% 100% no-repeat;
		padding-top:30px;
		padding-bottom:30px;
	}
	#menu .wrap {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	#menu .wrap .menucontents {
		overflow: hidden;
		padding-top:0px;
		padding-bottom:0px;
		padding-left:10px;
		padding-right:10px;
	}
	/* clearfix */
	#menu .wrap .menucontents:before,
	#menu .wrap .menucontents:after {
		content: "";
		display: table;
	}
	#menu .wrap .menucontent {
		float:left;
	}

	#menu a {
		color: #3E3A39;
		text-decoration: none;
		transition: opacity .5S;
	}
	
	#menu a:hover {
		-ms-filter: "alpha(opacity=90)";
		opacity: 0.9;
	}


	#news {
		text-align: center;
		padding-top:80px;
		padding-bottom:100px;
	}
	#news ul {
		padding-top:40px;
		width: 950px;
		margin-right: auto;
		margin-left: auto;
	}
	#news li {
		font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		text-align:left;
		font-size: 17px;
		line-height: 30px;
        border-top: 1px solid #747474;
		padding-top:25px;
        padding-left: 20px;
		padding-bottom:25px;
	}
	#news li:first-child {
	}
	#news li:last-child {
        border-bottom: 1px solid #747474;
	}
	#news .date {
		width: auto;
	}
	#news .title {
		width: auto;
        text-decoration: underline;
	}	

	#contact {
		text-align: center;
		padding-top:0px;
		padding-bottom:0px;
	}
	#contact .inner {
		background: url(../../imgs/top/h-contact-backimg.png) 50% 100% repeat-x;
		padding-top:80px;
		padding-bottom:80px;
	}
	#contact h2 {
		padding-bottom:50px;
	}
	#contact h4 {
		padding-bottom:10px;
	}
	#contact h3 {
		padding-top:10px;
		font-size:24px;
	}


	#info {
		text-align: center;
		padding-top:0px;
		padding-bottom:0px;
	}
	#info .inner {
		background: url(../../imgs/top/h-info-backimg.jpg) 50% 100% no-repeat;
		padding-top:80px;
		padding-bottom:80px;
	}
	#info h2 {
		padding-bottom:50px;
	}
	#info h4 {
		padding-bottom:10px;
	}
	
	
	
	/* earthquake & 下層ページ共通も */
	
	#contentstitle {
		background: url(../imgs/bg-01.jpg) 100% 0%  no-repeat;
	}
	
	#notitle {
		height:100px;
	}
	
	#title {
		height:300px;
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}
	#title .inner{
		padding-top:80px;
		padding-left:10px;
	}
	#title h2{
		height:50px;
		border-left: 8px solid #DF2B31;
		padding-left:35px;
		font-size: 32px;
	}

	#contentsconcept {
		text-align: left;
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}
	#contentsconcept .inner {
	
	}
	#contentsconcept .wrap {
		padding-left:100px;
		padding-bottom:70px;
	
	}
	#contentsconcept img {
		padding-top:70px;
	}
	#contentsconcept h3 {
		padding-top:25px;
		padding-left:25px;
		padding-bottom:15px;
		color: #595757;
		font-size: 25px;
		line-height: 45px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#contentsconcept h4 {
		padding-top:0px;
		padding-left:25px;
		padding-bottom:25px;
		color: #595757;
		font-size: 25px;
		line-height: 45px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#con1 {
		
	}
	#con1 .inner {
		background: url(../../imgs/earthquake/bg-02.gif) 50% 100% repeat;
		padding-top:0px;
		padding-bottom:80px;
	}
	#con1 .wrap {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
	}
	#con1 h2 {
				margin-left:10px;

		background: url(../../imgs/earthquake/menuback.png) no-repeat;
		padding-top:0px;
		padding-left:30px;
		color: #595757;
		font-size: 28px;
		line-height: 45px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#con1 .con11 {
		padding-top:20px;
		padding-left:100px;
		padding-right:100px;
		padding-bottom:100px;
	}

	#con1 .con111 {
		padding-top:70px;
	}

	#con1 .head {
		color: #DF2B31;
		font-size: 22px;
		font-weight: bold;
	}
	#con1 .text {
		color: #595757;
		font-size: 16px;
		line-height: 35px;
		font-weight: 500;
		padding-top:10px;
		padding-left:20px;
	}

#list1 {
	margin-top:30px;
	padding-left:0px;
  width: 900px;
  background-color: #FFF;
}
#list1 th {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#list1 td {
  width: 35%;
  padding: 10px;
  border: 1px solid #ccc;
}
#list1 .first {
  width: 14%;
  text-align: center;
  border-left: none;
}
#list1 .second {
  width: 16%;
  text-align: center;
  border-left: none;
}
#list1 .center-last {
  border-right: none;
  text-align:center;
}
#list1 .last {
  border-right: none;
}

#list2 {
	margin-top:30px;
	padding-left:0px;
  width: 900px;
  background-color: #FFF;
}
#list2 th {
  text-align: center;
  font-size: 16px;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#list2 td {
  width: 60%;
  padding: 10px;
  border: 1px solid #ccc;
}
#list2 .first {
  width: 10%;
  text-align: center;
  border-left: none;
}
#list2 .second {
  width: 10%;
  text-align: center;
  border-left: none;
}
#list2 .center-last {
  width: 20%;
  border-right: none;
  text-align:center;
}
#list2 .last {
  border-right: none;
}


	/* Q&A */
	#con1 .ques {
		color: #DF2B31;
		font-size: 22px;
		padding-right:100px;
	}
	#con1 .ans {
		color: #595757;
		font-size: 22px;
		line-height: 35px;
		padding-top:10px;
		padding-right:100px;
	}

	/* company */
		table.company {
			width: 800px;
			font-size: 16px;
			color: #595757;
		}
		
		table.company th,
		table.company td {
			text-align: justify;
			text-justify: inter-ideograph;
			padding: 10px;
		}

		table.company th {
			vertical-align: top;
 			width: 180px;
		}

		table.company td {
			width: auto;
		}
		#accessmap {
  			width: 100%;  
		}
		#accessmap_tab {
			display: none;
		}
		#accessmap_sp {
			display: none;
		}

	/* product */
		#con1 .con21 {
			padding-top:20px;
			padding-left:60px;
			padding-right:0px;
			padding-bottom:100px;
		}

		#con1 .con211 {
			padding-top:30px;
			padding-right:20px;
			float:left;
		}
		#con1 .con212 {
			padding-top:30px;
			text-align:right;
		}
		#con1 .producttext {
			color: #595757;
			font-size: 34px;
			font-weight:bold;
			line-height: 35px;
			padding-top:35px;
		}
		#con1 .con211 img{
			text-align:center;
			vertical-align:middle;
			padding-bottom:8px;
			padding-right:20px;
		}
		#con1 .con115 img{
			padding-top:50px;
			padding-left:100px;
		}
	#con1 .con31 {
		text-align: center;
		padding-top:50px;
		padding-bottom:50px;
	}
	#con1 .con31 h4 {
		padding-bottom:10px;
	}
	#con1 .con31 h3 {
		padding-top:10px;
		font-size:24px;
	}


	/* method */
		#con1 .con41 {
			padding-top:80px;
			padding-left:30px;
			padding-right:30px;
			padding-bottom:50px;
		}
		#con1 .con411 {
			float:left;
		}
		#con1 .method1 {
			color: #DF2B31;
			line-height: 35px;
			font-size: 25px;
			padding-right:0px;
			font-weight: bold;
		}
		#con1 .method2 {
			color: #595757;
			font-size: 16px;
			font-weight: bold;
			line-height: 35px;
			padding-top:20px;
			padding-right:100px;
		}
		#con1 .con412 {
			padding-top:0px;
			padding-bottom:50px;
		}
		#con1 .methodcontent {
			border: 3px #DF2B31 solid;
			padding-left:10px;
			padding-right:10px;
			padding-top:0px;
			padding-bottom:20px;
			float:left;
			margin-left:5px;
			margin-right:5px;
			margin-top:5px;
			margin-bottom:5px;
		}
		#con1 .method3 {
			color: #595757;
			font-size: 19px;
			font-weight: bold;
			line-height: 25px;
			padding-top:20px;
			padding-bottom:20px;
			padding-left:0px;
			text-align:left;
		}
		#con1 .method4 {
			color: #595757;
			font-size: 19px;
			font-weight: bold;
			line-height: 23px;
			padding-top:10px;
			padding-bottom:10px;
			padding-left:0px;
			text-align:left;
		}
		#con1 .con414 {
			clear:both;
			padding-left:10px;
			padding-right:10px;
			padding-top:50px;
			padding-bottom:50px;
		}
		#con1 .method5 {
			color: #DF2B31;
			font-size: 18px;
			font-weight: bold;
			line-height: 35px;
			padding-bottom:0px;
		}
		#con1 .method6 {
			color: #595757;
			font-size: 14px;
			line-height: 25px;
			padding-left:0px;
		}

	/* damping */
		#youtube {
  			width: 100%;  
		}
		#youtube_tab {
			display: none;
		}
		#youtube_sp {
			display: none;
		}
		#con1 .con112 {
			padding-top:30px;
		}
		#con1 .con112 img{
		}
		#con1 .henkei {
			color: #595757;
			font-size: 18px;
			line-height: 35px;
		}
		#con1 .red {
			color: #DF2B31;
			font-weight: bold;
		}

	/* privacy */
	#con1 .privacy {
		color: #595757;
		font-size: 16px;
		padding-right:0px;
	}
	
	/* recruit */
#main-recruit {
  text-align: center;
}
#main-recruit .section {
	padding-top:100px;
	padding-bottom:100px;
}
#space img{
	padding-top:0px;
	padding-bottom:60px;
}

#space h4{
	padding-left:0px;
	padding-top:20px;
  font-size:23px;
  color:#0699E5;
}

#space p{
	padding-top:10px;
	padding-bottom:30px;
  font-size:17px;
}

#main-recruit h3{
	padding-top:50px;
	padding-bottom:0px;
  font-size:27px;
  color:#192B58;
	line-height: 50px;
}
.red {
	color: #F00;
}

#space2 {
}

.center{
 text-align: center;
}

	/* footer */
	
	#footer {
		padding-top: 60px;
		padding-bottom:60px;
		background: #D90421 repeat-x;
		color: #fff;
		text-align:center;
	}
	#footer a {
		color: #fff;
		padding-right:30px;
		float:left;
	}
	#fNav {
		width: 800px;
		margin-right: auto;
		margin-left: auto;
		font-size: 16px;
		line-height:35px;
	}
	#fNav a {
	}
	#copyright {
		padding: 90px 0 0;
	}


@media screen and (max-width: 1199px) {
}

@media (max-width: 1100px){
	#header .wrap {
		width: auto;
		margin-right: auto;
		margin-left: auto;
		margin-top:20px;
		height: 120px;
	}
	#siteTitle {
		float:left;
		padding-left:10px;
		margin-left:20px;
		font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size:16px;
		font-weight:500;
	}
	#siteTitle img{
		padding-top:20px;
	}
	#headerpatent {
		text-align:right;
		padding-top:65px;
		margin-right:20px;
	}
	#headerbanner {
		text-align:right;
		margin-right:20px;
	}
	#headerbanner img{
		padding-left:20px;
	}
	#gNav {
		width: 840px;
		margin-right: auto;
		margin-left: auto;
	}
	#gNav li {
		float:left;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:40px;
		padding-right:0px;
	}
	
	/* contents */
		
	#concept .inner {
		background: url(../../imgs/top/bg-01.gif) 50% 100% no-repeat;
		padding-bottom:50px;
	}
	#concept img {
		padding-top:50px;
	}
	#about .inner {
		background: url(../../imgs/top/bg-02.gif) 50% 100% repeat;
		padding-top:0px;
		padding-bottom:80px;
	}
	#about .wrap {
		width: 840px;
		padding-top:30px;
		padding-bottom:30px;
	}
	#about .menucontents {
		text-align:center;
		padding-top:30px;
		padding-bottom:20px;
		margin-left: 0px;
		margin-right: 0px;
	}
	#about .wrap  .menucontent {
		display:block;
		float:left;
		margin-right: 0px;
		margin-left: 0px;
		padding-left:0px;
		padding-right:0px;
		width:280px;
	}
	#menu .wrap {
		width: 840px;
		margin-right: auto;
		margin-left: auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	#menu img {
		width: 270px;
	}

	#news ul {
		padding-top:40px;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	/* earthquake & 下層ページ共通も */

	#contentstitle {
		background: url(../imgs/bg-01.jpg) 60% 0%  no-repeat;
	}
	#title {
		height:300px;
		width: 840px;
		margin-right: auto;
		margin-left: auto;
	}

	#contentsconcept {
		width: 840px;
	}	
	
	#contentsconcept .wrap {
		padding-left:0px;
		padding-bottom:70px;
	
	}

	#con1 {
		
	}
	#con1 .inner {
		background: url(../../imgs/earthquake/bg-02.gif) 50% 100% repeat;
		padding-top:0px;
		padding-bottom:80px;
	}
	#con1 .wrap {
		width: 840px;
		margin-right: auto;
		margin-left: auto;
	}
	
	#con1 .con11 {
		padding-top:20px;
		padding-left:50px;
		padding-right:50px;
		padding-bottom:50px;
	}

	#con1 .con111 {
		padding-top:70px;
	}
	/* Q&A */
	#con1 .ques {
		color: #DF2B31;
		font-size: 22px;
		padding-right:0px;
	}
	#con1 .ans {
		color: #595757;
		font-size: 22px;
		line-height: 35px;
		padding-top:10px;
		padding-right:0px;
	}	

	/* product */
		#con1 .con21 {
			padding-top:20px;
			padding-left:60px;
			padding-right:0px;
			padding-bottom:50px;
		}
		#con1 .con212 {
			padding-top:30px;
			text-align:center;
		}
		#con1 .con212 img{
			margin-top:30px;
		}
		#con1 .con115 img{
			padding-top:50px;
			padding-left:0px;
		}
	
	/* earthquake 表*/
#list1 {
	margin-top:30px;
	padding-left:0px;
  width: auto;
  background-color: #FFF;
}
#list2 {
	margin-top:30px;
	padding-left:0px;
  width: auto;
  background-color: #FFF;
}

	/* method */
		#con1 .con41 {
			padding-top:30px;
			padding-left:30px;
			padding-right:30px;
			padding-bottom:50px;
		}
		#con1 .con411 {
			float:left;
		}
		#con1 .method1 {
			color: #DF2B31;
			line-height: 35px;
			font-size: 25px;
			padding-right:0px;
			font-weight: bold;
		}
		#con1 .method2 {
			color: #595757;
			font-size: 16px;
			font-weight: bold;
			line-height: 35px;
			padding-top:20px;
			padding-right:10px;
		}
		#con1 .con412 {
			padding-top:0px;
			padding-bottom:50px;
			width:350px;
			float:left;
		}
		#con1 .con413 {
			width:330px;
			height:330px;
			float:left;			
			text-align:center;
		}
		#con1 .methodcontent {
			border: 3px #DF2B31 solid;
			padding-left:10px;
			padding-right:10px;
			padding-top:0px;
			padding-bottom:20px;
			float:none;
			margin-left:5px;
			margin-right:5px;
			margin-top:5px;
			margin-bottom:5px;
		}
		#con1 .con414 {
			clear:both;
			padding-left:10px;
			padding-right:10px;
			padding-top:30px;
			padding-bottom:50px;
		}

	/* company */
		table.company {
			width: 700px;
			font-size: 16px;
			color: #595757;
			margin-left:auto;
			margin-right:auto;
		}
		
		table.company th,
		table.company td {
			text-align: justify;
			text-justify: inter-ideograph;
			padding: 10px;
		}

		table.company th {
			vertical-align: top;
 			width: 180px;
		}

		table.company td {
			width: auto;
		}
		#accessmap {
  			width: auto;  
		}
		#accessmap_tab {
			display: none;
		}
		#accessmap_sp {
			display: none;
		}

}

@media screen and (max-width: 839px) {
	
	  	.slicknav_menu {
   			display: block;
		}

		.pcnone {
			display: block;
		}
		.spnone {
			display: none;
		}
	
	#nav {
		display:none;
	}

	#gNav {
		display:none;
	}
	
	#gnavpcnone {
		display: block;
	}

	
	#header .wrap {
		height: auto;
	}
	#siteTitle {
		float:none;
		text-align:center;
		padding-top:0px;
		padding-left:0px;
		font-size:14px;
	}
	#siteTitle img{
		padding-top:10px;
		margin-bottom:20px;
	}
	#header .headerpr {
		display:none;
	}
	#slider {
		height: auto;
	}
	#slider img {
		object-fit: cover;
		min-height: auto;
	}
	
	/* contents */
		
	#concept .inner {
		background-size: cover;
		padding-bottom:0px;
	}
	#concept img {
		width:300px;
		padding-top:30px;
	}
	#concept h3 {
		padding-top:25px;
		padding-bottom:25px;
		color: #595757;
		font-size: 20px;
		line-height: 45px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}	#about .inner {
		padding-top:0px;
		padding-bottom:30px;
	}
	#about .wrap {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		padding-top:20px;
		padding-bottom:20px;
	}
	#about .menucontents {
		width:400px;
		text-align:center;
		padding-top:20px;
		padding-bottom:20px;
		margin-left: auto;
		margin-right: auto;
		padding-left:0px;
		padding-right:0px;
	}
	#about .menucontent {
		display:block;
		width:auto;
		height:150px;
		float:none;
		clear:both;
		margin-top: 10px;
		margin-right: 10px;
		margin-left: 20px;
		padding-left:0px;
		padding-right:0px;
	}
	#about .menucontent img{
		float:left;
	}
	#about .lead {
		color: #D00;
		font-size: 22px;
		font-weight: bold;
		padding-top:10px;
		padding-bottom:10px;
	}
	#about .bigp {
		color: #595757;
		font-size: 22px;
		font-weight: bold;
	}
	#about p {
		width:350px;
		color: #595757;
		font-size: 16px;
		line-height: 25px;
		font-weight: 500;
	}
		
	#menu .inner {
		background: url(../../imgs/top/bg-02.gif) 50% 100% repeat;
		padding-top:30px;
		padding-bottom:30px;
		height:auto;
	}
	#menu .wrap {
		width: auto;
		height:auto;
		margin-right: auto;
		margin-left: auto;
		margin-top:10px;
		margin-bottom:10px;
	}
	#menu img {
		width: 360px;
	}
	
	#menu .wrap .menucontents {
		padding-top:0px;
		padding-bottom:0px;
		padding-left:10px;
		padding-right:10px;
	}
	#menu .wrap .menucontent {
		float:none;
	}

	#news {
		padding-top:50px;
		padding-bottom:50px;
	}
	#news ul {
		padding-top:20px;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	
	#contact  .inner{
		padding-top:50px;
		padding-bottom:50px;
		padding-left:10px;
		padding-right:10px;
	}
	#contact h3 {
		font-size:16px;
	}	
	#info .inner {
		padding-top:50px;
		padding-bottom:50px;
		padding-left:10px;
		padding-right:10px;
	}

	/* earthquake & 下層ページ共通も */

	#contentstitle {
		background: none;
	}
	#title {
		height:100px;
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}
	#title .inner{
		padding-top:50px;
		padding-left:10px;
	}
	#title h2{
		height:40px;
		border-left: 8px solid #DF2B31;
		padding-left:25px;
		font-size: 26px;
	}
	#contentsconcept {
		text-align: center;
		width: 350px;
		margin-right: auto;
		margin-left: auto;
	}
	#contentsconcept .inner {
	}
	#contentsconcept .wrap {
		padding-left:0px;
		padding-bottom:30px;
	}
	#contentsconcept img {
		padding-top:50px;
	}
	#contentsconcept h3 {
		padding-top:15px;
		padding-left:0px;
		padding-bottom:10px;
		color: #595757;
		font-size: 18px;
		line-height: 45px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}
	#contentsconcept h4 {
		padding-top:0px;
		padding-left:0px;
		padding-bottom:25px;
		color: #595757;
		font-size: 18px;
		line-height: 45px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#con1 {
	}
	#con1 .inner {
		background: url(../../imgs/earthquake/bg-02.gif) 50% 100% repeat;
		padding-top:0px;
		padding-bottom:30px;
	}
	#con1 .wrap {
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}
	#con1 h2 {
		margin-top:20px;
		margin-left:0px;
		margin-right:0px;
		background: none;
		background-color: #DC0009;
		padding-top:10px;
		padding-bottom:10px;
		padding-left:15px;
		color: #FFF;
		font-size: 20px;
		line-height: 25px;
		font:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

	#con1 .con11 {
		padding-top:20px;
		padding-left:20px;
		padding-right:20px;
		padding-bottom:20px;
	}

	#con1 .con111 {
		padding-top:20px;
	}

	#con1 .head {
		color: #DF2B31;
		font-size: 18px;
		font-weight: bold;
	}
	#con1 .text {
		color: #595757;
		font-size: 14px;
		line-height: 35px;
		font-weight: 500;
		padding-top:10px;
		padding-left:20px;
	}
	
		/* product */
		#con1 .con21 {
			padding-top:20px;
			padding-left:10px;
			padding-right:10px;
			padding-bottom:50px;
			text-align:center;
		}

		#con1 .con211 {
			padding-top:0px;
			padding-right:0px;
			float:none;
		}
		#con1 .con211 p {
		}
		#con1 .con212 img{
			margin-top:0px;
		}
		#con1 .con212 {
			padding-top:30px;
			text-align:center;
		}
		#con1 .producttext {
			color: #595757;
			font-size: 20px;
			font-weight:bold;
			line-height: 35px;
			padding-top:20px;
		}
		#con1 .con211 img{
			text-align:center;
			vertical-align:middle;
			padding-bottom:5px;
			padding-right:20px;
		}
		#con1 .con115 img{
			padding-top:50px;
			padding-left:0px;
		}
		
		
		
	#con1 .con31 {
		text-align: center;
		padding-top:30px;
		padding-bottom:30px;
		padding-left:20px;
		padding-right:20px;
	}
	#con1 .con31 h4 {
		padding-bottom:10px;
	}
	#con1 .con31 h3 {
		padding-top:10px;
		font-size:14px;
	}

	/* damping */
		#youtube {
			display: none;
		}
		#youtube_tab {
			display: block;
		}
		#youtube_sp {
			display: none;
		}
		#con1 .con112 {
			padding-top:10px;
		}
		#con1 .con112 img{
		}
		#con1 .henkei {
			color: #595757;
			font-size: 14px;
			line-height: 30px;
		}
		#con1 .red {
			color: #DF2B31;
			font-weight: bold;
		}

	/* earthquake 表*/

#list1 th {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#list1 td {
  font-size: 12px;
  width: 39%;
  padding: 10px;
  border: 1px solid #ccc;
}
#list1 .first {
  width: 14%;
  text-align: center;
  border-left: none;
}
#list1 .second {
  width: 20%;
  text-align: center;
  border-left: none;
}
#list1 .center-last {
  border-right: none;
  text-align:center;
}
#list1 .last {
  border-right: none;
}
#list2 th {
  text-align: center;
  font-size: 14px;
  padding: 10px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
#list2 td {
  font-size: 12px;
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
}
#list2 .first {
  width: 10%;
  text-align: center;
  border-left: none;
}
#list2 .second {
  width: 10%;
  text-align: center;
  border-left: none;
}
#list2 .center-last {
  width: 30%;
  border-right: none;
  text-align:center;
}
#list2 .last {
  border-right: none;
}


	/* method */
		#con1 .con41 {
			padding-top:30px;
			padding-left:20px;
			padding-right:20px;
			padding-bottom:30px;
			text-align:center;
			margin-left:auto;
			margin-right:auto;
			width:auto;
		}
		#con1 .con411 {
			float:none;
			clear:both;
			margin-bottom:20px;
		}
		#con1 .method1 {
			color: #DF2B31;
			line-height: 35px;
			font-size: 20px;
			padding-right:0px;
			font-weight: bold;
		}
		#con1 .method2 {
			color: #595757;
			font-size: 14px;
			font-weight: bold;
			line-height: 30px;
			padding-top:20px;
			padding-right:0px;
		}
		#con1 .con412 {
			padding-top:0px;
			padding-bottom:20px;
			width:350px;
			margin-left:auto;
			margin-right:auto;
			float:none;
			clear:both;
		}
		#con1 .con413 {
			width:330px;
			height:330px;
			display:block;
			float:none;	
			margin-left:auto;
			margin-right:auto;
		}
		#con1 .methodcontent {
			border: 3px #DF2B31 solid;
			padding-left:10px;
			padding-right:10px;
			padding-top:0px;
			padding-bottom:20px;
			float:none;
			margin-left:5px;
			margin-right:5px;
			margin-top:5px;
			margin-bottom:5px;
		}
		#con1 .con414 {
			clear:both;
			text-align:left;
			padding-left:10px;
			padding-right:10px;
			padding-top:30px;
			padding-bottom:50px;
		}


	#notitle {
		height:30px;
	}
	
	
	/* privacy */
	#con1 .privacy {
		color: #595757;
		font-size: 12px;
		padding-right:0px;
	}
	
	/* Q&A */
	#con1 .ques {
		color: #DF2B31;
		font-size: 16px;
		padding-right:0px;
	}
	#con1 .ans {
		color: #595757;
		font-size: 14px;
		line-height: 30px;
		padding-top:10px;
		padding-right:0px;
		margin-bottom:10px;
	}	


	
	/* company for tablet */
		table.company {
			width: auto;
			font-size: 14px;
			color: #595757;
			margin-left:auto;
			margin-right:auto;
		}
		
		table.company th,
		table.company td {
			text-align: justify;
			text-justify: inter-ideograph;
			padding: 10px;
		}

		table.company th {
			vertical-align: top;
 			width: 120px;
		}

		table.company td {
			width: auto;
		}
		#accessmap {
			display: none;
		}
		#accessmap_tab {
			display: block;
		}
		#accessmap_sp {
			display: none;
		}
		
/* recruit */
#main-recruit {
  text-align: center;
}
#main-recruit .section {
	padding-top:50px;
	padding-bottom:50px;
}
#space img{
	padding-top:0px;
	padding-bottom:30px;
}

#space h4{
	padding-left:0px;
	padding-top:20px;
  font-size:18px;
  color:#0699E5;
  margin-left:10px;
  margin-right:10px;
}

#space p{
	padding-top:10px;
	padding-bottom:30px;
  font-size:15px;
  margin-left:10px;
  margin-right:10px;
}

#main-recruit h3{
	padding-top:30px;
	padding-bottom:0px;
  font-size:20px;
  color:#192B58;
	line-height: 40px;
  margin-left:10px;
  margin-right:10px;
}

	/* footer */
	
	#footer {
		padding-top: 50px;
		padding-bottom:50px;
		background: #D90421 repeat-x;
		color: #fff;
		text-align:center;
	}
	#footer a {
		color: #fff;
		padding-right:30px;
		float:left;
	}
	#fNav {
		width: auto;
		margin-right: 20px;
		margin-left: 20px;
		font-size: 16px;
		line-height:35px;
	}
	#fNav a {
	}
	#copyright {
		clear:both;
		padding: 30px 0 0;
	}


}

@media screen and (max-width:670px) {
    
}


@media screen and (max-width:414px) {

	#concept img {
		width:300px;
		padding-top:30px;
	}
	#slider img {
	}
	
	#con1 h2 {
		font-size: 18px;
	}	
	
	/* company for sp */
		table.company {
			width: auto;
			font-size: 12px;
			color: #595757;
			margin-left:0px;
			margin-right:0px;
		}
		
		table.company th,
		table.company td {
			text-align: justify;
			text-justify: inter-ideograph;
			padding: 10px;
		}

		table.company th {
			vertical-align: top;
 			width: 90px;
		}

		table.company td {
			width: auto;
		}
		#accessmap {
			display: none;
		}
		#accessmap_tab {
			display: none;
		}
		#accessmap_sp {
			display: block;
		}
		
	/* damping */
		#youtube {
			display: none;
		}
		#youtube_tab {
			display: none;
		}
		#youtube_sp {
			display: block;
		}
		
/* recruit */
#main-recruit {
  text-align: center;
}
#main-recruit .section {
	padding-top:50px;
	padding-bottom:50px;
}
#space img{
	padding-top:0px;
	padding-bottom:30px;
}

#space h4{
	padding-left:0px;
	padding-top:20px;
  font-size:14px;
  color:#0699E5;
  margin-left:10px;
  margin-right:10px;
}

#space p{
	padding-top:10px;
	padding-bottom:30px;
  font-size:12px;
  margin-left:10px;
  margin-right:10px;
}

#main-recruit h3{
	padding-top:30px;
	padding-bottom:0px;
  font-size:14px;
  color:#192B58;
	line-height: 30px;
  margin-left:10px;
  margin-right:10px;
}


}

@media screen and (max-width:430px) {
	
	#siteTitle {	
		padding-left:0px;
		font-size:11px;
	}
	#siteTitle img{
		width:180px;
	}
	#concept img {
		width:250px;
	}
	#concept h3 {
		padding-top:25px;
		padding-bottom:25px;
		font-size: 16px;
	}
	#about .wrap {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
		padding-top:20px;
		padding-bottom:20px;
	}
	#about .menucontents {
		width:300px;
		text-align:center;
		padding-top:20px;
		padding-bottom:20px;
		margin-left: auto;
		margin-right: auto;
		padding-left:0px;
		padding-right:0px;
	}
	#about .menucontent {
		display:block;
		width:auto;
		height:120px;
		float:none;
		clear:both;
		text-align:center;
		margin-top: 10px;
		margin-right: auto;
		margin-left: auto;
		padding-left:0px;
		padding-right:0px;
	}
	#about .menucontent img{
		float:left;
		width:100px;
	}
	#about p {
		font-size: 12px;
	}
	
	#menu img {
		width: auto;
	}

	#news ul {
		padding-top:20px;
		width: 90%;
		margin-right: auto;
		margin-left: auto;
	}
	#news li {
		font-size: 15px;
		line-height: 30px;
        padding-left: 20px;
	}

	#contentsconcept {
		text-align: center;
		width: auto;
		margin-right: auto;
		margin-left: auto;
	}
	/* method */
		#con1 .con41 {
			padding-top:30px;
			padding-left:10px;
			padding-right:10px;
			padding-bottom:30px;
			text-align:center;
			margin-left:auto;
			margin-right:auto;
			width:auto;
		}
		#con1 .con411 {
			float:none;
			clear:both;
			margin-bottom:20px;
		}
		#con1 .method1 {
			color: #DF2B31;
			line-height: 35px;
			font-size: 20px;
			padding-right:0px;
			font-weight: bold;
		}
		#con1 .method2 {
			color: #595757;
			font-size: 12px;
			font-weight: bold;
			line-height: 30px;
			padding-top:20px;
			padding-right:0px;
		}
		#con1 .con412 {
			padding-top:0px;
			padding-bottom:20px;
			width:250px;
			margin-left:auto;
			margin-right:auto;
			float:none;
			clear:both;
		}
		#con1 .con413 {
			width:280px;
			height:320px;
			display:block;
			float:none;	
			margin-left:auto;
			margin-right:auto;
		}

	/* kouzou */
	.kouzou_title-underlayer .ja {
	    font-size: 36px;
	}
	.section .section_title {
		font-size: 23px;
	}
	.btn-copy {
		font-size: 16px;
	}


	
}
