
/******************************************/
/*##################################################################################################*/

@media (min-width:768px) {
body { margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;
	background-color:#fff;
	height:200%;
        width:100%;
	word-break: break-all;
	background:url(../img/con_bg01.jpg);
	background-repeat:repeat;
}
.top_img{
	margin-top:65px;
	padding:115px 0px 0px 0px;
        width:100%;
        height:175px;
	color:#ff0000;
	font-size:38px;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;
	text-align:center;
	display:block;
	background:url(../img/company/top_img.jpg);
	background-repeat:no-repeat;
background-size:cover;
	position:relative;
	z-index:100;
}

.top_img .txtc{
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align:center;

}


.com_box{
	width:700px;
	margin:-62px auto 80px auto;
	padding:60px 100px 80px 100px;
	overflow: hidden;
	background-color:#fff;
	position:relative;
	z-index:101;

}

.rhr{
	width:100%;
	border:solid 1px #e60012;
	margin-top:20px;
}
.top_txt{
	margin-top:30px;
	font-size:16px;
	font-weight:normal;
	color:#000;
	text-align:left;

}

.midashi{
	width:100%;
	height:45px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#000;
}

.com_box .table_style{
	width:100%;
	margin:1% auto;

}
.table_style .title{
	padding:4% 0;
	width:26%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
}
.table_style .naiyou{
	padding:4% 0;
	width:74%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	line-height:200%;
}
.table_style .title2{
	padding:4% 0;
	width:26%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
}
.table_style .naiyou2{
	padding:4% 0;
	width:74%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:200%;
}
.table_style .title3{
	padding:0% 0 4% 0;
	width:26%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	vertical-align:top;
}
.table_style .naiyou3{
	padding:0% 0 4% 0;
	width:74%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	line-height:200%;
}
.sstxt{
  font-size:12px;

}
.table_style .naiyou .uname{
	width:230px;
	height:30px;
	display:block;
        font-size:14px;
        line-height:30px;
	text-align:left;
	float:left;
}
.table_style .naiyou .uname span{
	float:right;
}

.table_style .naiyou .uname2{
	margin-left:50px;
	width:230px;
	height:30px;
	display:block;
        font-size:14px;
        line-height:30px;
	text-align:left;
	float:left;
}
.table_style .naiyou .uname2 span{
	float:right;
}
.table_style .naiyou .uname3{
	margin-left:50px;
	width:230px;
	height:30px;
	display:block;
        font-size:14px;
        line-height:30px;
	text-align:left;
	float:left;
}
.com_box .txt_box{
	width:600px;
	height:150px;
	margin:50px auto 0px auto;
	padding:0px;
	display:block;
	font-size:16px;
	color:#000;
	text-align:left;
	line-height:200%;
}
.com_box .txt_box .txtb{
	font-size:17px;
	color:#000;
	text-align:left;
}


table.tb2 {
  border-collapse: collapse;
        margin:0px auto;
	width:100%;
	color:#000;
	font-size:14px;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
}
table.tb2 th .mtxt{
  padding-right:40px;
  float:right;
}
table.tb2 th {
  width:23%;
  white-space: nowrap;
  font-size:14px;
  line-height:30px;
  text-align:left;
  font-weight:bold;
  color:#000;
  vertical-align:top;
}

table.tb2 td {
	width:77%;
	color:#000;
        font-size:14px;
        line-height:30px;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
}
.tb2top {
	padding-top:15px;
}
.hline {
	margin:12px 0;
	width:100%;
	height:1px;
	display:block;
	overflow:hidden;
        border-bottom:solid 1px #000;
}

.mr5{
margin-right:5%;
}
.ml5{
margin-left:5%;
}
.mr3{
margin-right:3%;
}

}

/******************************************/
/*##################################################################################################*/

@media screen and (min-width:768px) and ( max-width:1000px) {
body { margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;
	background-color:#fff;
	height:200%;
        width:100%;
	word-break: break-all;
	background:url(../img/con_bg01.jpg);
	background-repeat:repeat;
}
.top_img{
	margin-top:65px;
	padding-top:10vw;
	width: 100vw;
	height: 20vw;
	color:#ff0000;
	font-size:32px;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;
	text-align:center;
	line-height:100%;
	display:block;
	background:url(../img/company/top_img.jpg);
	background-repeat:no-repeat;
	/*background-size:cover;*/
	background-size:contain;
	position:relative;
	z-index:100;
}

.top_img .txtc{
	font-size:14px;
	font-weight:normal;
	color:#fff;
	text-align:center;

}
.com_box{
	width:61%;
	margin:-60px auto 8% auto;
	padding:6% 10% 8% 10%;
	overflow: hidden;
	background-color:#fff;
	position:relative;
	z-index:101;
}

.rhr{
	width:100%;
	border:solid 1px #e60012;
	margin-top:20px;
}
.top_txt{
	margin-top:30px;
	font-size:16px;
	font-weight:normal;
	color:#000;
	text-align:left;

}

.midashi{
	width:100%;
	height:45px;
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#000;
}

.com_box .table_style{
	width:100%;
	margin:1% auto;

}
.table_style .title{
	padding:4% 0;
	width:26%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
}
.table_style .naiyou{
	padding:4% 0;
	width:74%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	line-height:200%;
}
.table_style .title2{
	padding:4% 0;
	width:26%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
}
.table_style .naiyou2{
	padding:4% 0;
	width:74%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:200%;
}
.table_style .title3{
	padding:0% 0 4% 0;
	width:26%;
	text-align:left;
	font-size:1.4vw;
	font-weight:normal;
	color:#000;
	line-height:2.4vw;
	border-bottom:solid 1px #000;
	vertical-align:top;
}
.table_style .naiyou3{
	padding:0% 0 4% 0;
	width:74%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	line-height:200%;
}
.sstxt{
  font-size:1.2vw;

}
.table_style .naiyou .uname{
	width:20vw;
	height:3vw;
	display:block;
        font-size:1.4vw;
        line-height:3vw;
	text-align:left;
	float:left;
}
.table_style .naiyou .uname span{
	float:right;
}

.table_style .naiyou .uname2{
	margin-left:4vw;
	width:20vw;
	height:3vw;
	display:block;
        font-size:1.4vw;
        line-height:3vw;
	text-align:left;
	float:left;
}
.table_style .naiyou .uname2 span{
	float:right;
}
.table_style .naiyou .uname3{
	margin-left:4vw;
	width:20vw;
	height:3vw;
	display:block;
        font-size:1.4vw;
        line-height:3vw;
	text-align:left;
	float:left;
}
.com_box .txt_box{
	width:100%;
	margin:50px auto 0px auto;
	padding:0px;
	display:block;
	font-size:16px;
	color:#000;
	text-align:left;
	line-height:200%;
	overflow:hidden;
}
.com_box .txt_box .txtb{
	font-size:17px;
	color:#000;
	text-align:left;
}

table.tb2 {
  border-collapse: collapse;
        margin:0px auto;
	width:100%;
	color:#000;
	font-size:1.4vw;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
}
table.tb2 th .mtxt{
  padding-right:40px;
  float:right;
}
table.tb2 th {
  width:26%;
  white-space: nowrap;
        font-size:1.4vw;
        line-height:3vw;
  text-align:left;
  font-weight:bold;
  color:#000;
  vertical-align:top;
}

table.tb2 td {
	width:74%;
	color:#000;
        font-size:1.4vw;
        line-height:3vw;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
}
.tb2top {
	padding-top:15px;
}
.hline {
	margin:12px 0;
	width:100%;
	height:1px;
	display:block;
	overflow:hidden;
        border-bottom:solid 1px #000;
}


.mr5{
margin-right:5%;
}
.ml5{
margin-left:5%;
}
.mr3{
margin-right:3%;
}
}

/******************************************/
/*##################################################################################################*/


@media (max-width:767px) {
body { margin:0;padding:0;font-family:Arial,Helvetica,sans-serif;
	background-color:#fff;
	height:200%;
        width:100%;
	word-break: break-all;
	background:url(../img/con_bg01.jpg);
	background-repeat:repeat;
}

.top_img{
	margin-top:65px;
	padding-top:10vw;
	width: 100vw;
	height: 20vw;
	color:#ff0000;
	font-size:20px;
	font-weight:bold;
	font-family: "Hiragino Kaku Gothic ProN", "Osaka", Arial, sans-serif;
	text-align:center;
	line-height:100%;
	display:block;
	background:url(../img/company/top_img.jpg);
	background-repeat:no-repeat;
	/*background-size:cover;*/
	background-size:contain;
	position:relative;
	z-index:100;
}
.top_img .txtc{
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-align:center;

}

.com_box{
	width:80%;
	margin:-6% auto 8% auto;
	padding:6% 5% 5% 5%;
	overflow: hidden;
	background-color:#fff;
	position:relative;
	z-index:101;
}

.rhr{
	width:100%;
	border:solid 1px #e60012;
	margin-top:20px;
}
.top_txt{
	margin-top:30px;
	font-size:14px;
	font-weight:normal;
	color:#000;
	text-align:left;

}

.midashi{
	width:100%;
	margin:0px auto;
	padding:0px;
	text-align:center;
	font-size:16px;
	font-weight:bold;
	color:#000;
}

.com_box .table_style{
	width:100%;
	margin:1% auto;

}
.com_box .table_style .title{
	padding:4% 0;
	width:32%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
}
.com_box .table_style .title .s2_txt{
	font-size:13px;

}
.com_box .table_style .naiyou{
	padding:4% 0;
	width:68%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	line-height:200%;
}
.table_style .title2{
	padding:4% 0;
	width:26%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
}
.table_style .naiyou2{
	padding:4% 0;
	width:74%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	line-height:200%;
}
.table_style .title3{
	padding:0% 0 4% 0;
	width:26%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	vertical-align:top;
}
.table_style .naiyou3{
	padding:0% 0 4% 0;
	width:74%;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#000;
	border-bottom:solid 1px #000;
	line-height:200%;
}
.com_box .table_style .naiyou .uname{
	width:95%;
	display:block;
	font-size:14px;
	line-height:200%;
	text-align:left;
}
.com_box .table_style .naiyou .uname span{
	float:right;
}

.com_box .table_style .naiyou .uname2{
	width:95%;
	display:block;
	font-size:14px;
	line-height:200%;
	text-align:left;
}
.com_box .table_style .naiyou .uname2 span{
	float:right;
}
.com_box .table_style .naiyou .uname3{
	height:0;
	display:none;
}
.sstxt{
  font-size:9px;

}
.com_box .txt_box{
	width:100%;
	height:auto;
	margin:10% auto 0% auto;
	padding:0px;
	display:block;
	font-size:14px;
	color:#000;
	text-align:left;
	line-height:200%;
}
.com_box .txt_box .txtb{
	font-size:12px;
	color:#000;
	text-align:left;
}

table.tb2 {
  border-collapse: collapse;
        margin:0px auto;
	width:100%;
	color:#000;
	font-size:1.4vw;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
}
table.tb2 th .mtxt{
  float:right;
}
table.tb2 th {
  width:31%;
  padding-right:3%;
  white-space: nowrap;
  font-size:12px;
  line-height:24px;
  text-align:left;
  font-weight:bold;
  color:#000;
  vertical-align:top;
}

table.tb2 td {
	width:65%;
	color:#000;
  font-size:13px;
  line-height:24px;
	text-align:left;
	font-weight:normal;
	overflow:hidden;
}
.tb2top {
	padding-top:15px;
}
.hline {
	margin:12px 0;
	width:100%;
	height:1px;
	display:block;
	overflow:hidden;
        border-bottom:solid 1px #000;
}


.mr5{
margin-right:5%;
}
.ml5{
margin-left:5%;
}
.mr3{
margin-right:3%;
}

}

/*#######################################################################################*/




.clear{
	clear:both;
}
.list60{
width:60px;
padding:3px 2px;
}
.list130{
width:130px;
padding:3px 2px;
}
.list250{
width:270px;
padding:3px 2px;
}


