@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 99%;
	vertical-align: baseline;
}
html {
	overflow-y: scroll;
}
br {
	letter-spacing: normal;
}
a {
	color: #31001D;
	text-decoration: none;
}
a:hover {
	opacity: 0.7;
	color: #0570a8;
	text-decoration: none;
}
img {
	border:0;
}
h1,h2,h3,h4,h5,h6 {
	margin:0;
}
li{
	list-style-type: none;
}
strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
}
input { 
	outline: none;
}

/* ========　全体　======== */

body {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	letter-spacing: 1px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","ＭＳ Ｐゴシック","MS PGothic",Osaka, sans-serif;
/*	Verdana, Helvetica, sans-serif;*/
	color: #333;
	background-size: cover;
	margin: 0 auto;
	min-width:1000px;
}
/*#outer {
	width:1000px;
	min-width:1000px;
	margin: 0 auto;
}*/
#wrapper {
	background-position: center center;
/*	background-image: url("../img/all_bg.png");*/
	background-attachment: fixed;
	text-align: center;
	background-repeat: no-repeat;
}
#container {
	width: 100%;
	margin: 0 auto;
	text-align: left;
	background-color: #f2f2f2;
}
#pageTop {
	height: 181px;
	width: 35px;
	position:fixed;
	bottom:50px;
	right:0px;
	background-image: url("../img/side_top.png");
	background-repeat: no-repeat;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　header　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#header {
	height: 279px;
	width: 100%;
	background-image: url("../img/header_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: -60px;
}
#header1 {
	height: 70px;
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 0;
}
#header1 .left {
/*	height: 74px;*/
	width: 420px;
	float: left;
}
#header1 .right {
	width: 520px;
	float: right;
}
#header1 .right .box1 {
	height: 30px;
	width: 520px;
	background-color: #333;
	color: #fff;
	vertical-align: middle;
	display:table-cell;
}
#header1 .right .box1 p {
	height: 20px;
	width: 380px;
	float: left;
	text-align: right;
}
#header1 .right .box1 img {
	float: right;
	margin: auto 0;
}
#header1 .right .box2 {
/*	height: 30px;*/
	width: 520px;
	margin-top: 50px;
/*	padding-top: 15px;*/
	color: #000;
}
#header1 .right .box2 .word1 p {
	width: 240px;
	height: 27px;
	float: left;
	margin: 0 5px 0 0; 
	background-color: #fff;
	text-align: left;
}
#google {
	height: 25px;
	width: 300px;
	float: left;
}
#google input {
	vertical-align: middle;
	float: left;
}
#google_input {
	height: 20px;
	width: 220px;
	margin-right: 10px;
	vertical-align: middle;
}
#header1 .right .box2 .word2 p {
	font-size: 90%;
	margin: 3px 5px 0 10px; 
	font-weight: bold;
	text-align: left;
	color: #fff;
	float: left;
}
#header1 .right .box2 img {
	margin: 0 5px 0 0;
	float: right;
}
#header1 .right .box3 {
/*	margin-top: 20px;*/
	float: right;
}
#header1 .right .box3 img {
	margin: 10px;
}
#header1 .right .box3 ul {
	width: 100%;
	margin-top: 0px;
}
#header1 .slogan img {
	padding-top: 150px;
}
#header1 .right .box2 ul {
	width: 100%;
	margin-top: 0px;
}
#header1 .right .box2 li {
	margin-left: 5px;
}
#fontchange {
	float: right;
}
#fontS ,#fontE {
	height: 26px;
	width: 51px;
	background-color: transparent;
	border-style: none;
	padding: 0;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　footer　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#footer {
	height: 480px;
	width: 100%;
	margin: 0 auto;
 	background-color: #333;
	color: #fff;
	font-size: 80%;
}
#footermargin {
	height: 100px;
	width: 960px;
	margin: 0 auto;
	margin-bottom: 30px;
	background: #fff;
}
#member_corporation
#footermargin {
	height: 60px;
}
#footer1 {
	width: 960px;
	margin: 0 auto;
}
#footer2 {
	width: 960px;
	margin: 0 auto;
	float: left;
}
#footer .left {
	width: 640px;
	float: left;
}
#footer .left .logo {
	padding: 0 0 20px 0;
}
#footer .left .addless {
	font-size: 130%;
}

#footer .left .box {
	height: 60px;
	width: 620px;
	background-color: #dedede;
	padding: 25px 10px 30px 20px;
	margin-top: 10px;
	color: #333;
}
#footer .left .box1 {
	float: left;
}
#footer .left .box2 {
	margin: 10px 10px 0 0;
	float: right;
}
#footer .left .copy {
	width: 640px;
	padding: 20px 0 0 0;
}
#footer .map {
	height: 250px;
	width: 270px;
	float: right;
}



/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　menu  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#header1 ul {
	width: 960px;
	margin-top: 130px;
}
#header1 li {
	margin: 0;
	padding: 0;
	float: left;
}




/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　content  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#content {
	width: 920px;
	margin: 0 auto;
	padding: 20px 20px 30px 20px;
	background-color: #fff;
	display: table;
}
#member_corporation
#content {
	padding-bottom: 0px;
}

#pankuzu {
	height: 30px;
	width: 100%;
	background-color: #ededed;
	margin-bottom: 30px;
}
#pankuzu a,
#pankuzu p,
#pankuzu img {
	padding: 5px 10px 0 10px;
	font-size: 80%;
	float: left;
}
#pankuzu a {
	color: #3197c1;
	text-decoration: underline;
}
#pankuzu img {
	padding-top: 12px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　sideber　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#sideber {
	width: 260px;
/*	height: 470px;*/
	margin-top: 25px; 
	float: right;
}
#sideber p {
	height: 53px;
	width: 260px;
	padding-left: 15px;
	font-size: 120%;
	background-color: #0570a8;
	color: #fff;
	display:table-cell;
	vertical-align: middle;
}
#sideber ul {
	width: 260px;
}
#sideber ul :hover {
	background-color: #e6f6fd;
}
#sideber li {
	width: 230px;
	padding: 15px 0 15px 30px;
	line-height: 22px;
	border-bottom: dotted 1px #333;	
	vertical-align: middle;
	background-image: url("../img/side_icon3.png");
	background-repeat: no-repeat;
	background-position: 10pt center;
}
#sideber li img {
	padding-bottom: 3px;
	margin: 0 0 0 5px;
	vertical-align: middle;
}
#bunner {
	padding: 10px 0 0 0;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　maincontent　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

h1,h2,h3,h4,h5,h6 {
	width: 400px;
	font-size: 120%;
	font-weight: bold;
	padding-left: 20px;
	float: left;
}
#maincontent {
	width: 640px;
	float: left;
}
#maincontent .title {
	height: 40px;
	margin-top: 20px;
	background-image: url("../img/title_bg.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
/*ページネーション*/

#content ul.pageNav {
	/zoom: 1;
	overflow: hidden;
	margin: 0 0 0px;
	padding: 50px 0 0 0;
	background: #fff;
	float: right;
}

#content ul.pageNav li {
	float: left;
	margin: 0 5px 5px 0;
}

#content ul.pageNav li span,
#content ul.pageNav li a {
	float: left;
	padding: 5px 12px;
	background: #e1ebfa;
	border: 1px solid #339;
	color: #000;
}

#content ul.pageNav li span {
	background: #fff;
}

#content ul.pageNav li a:hover {
	background: #ccf;
	border-color: #000;
}



/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　概要  outline　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#outline
#maincontent .area1 {
	margin-bottom: 50px;
}
#outline
#maincontent .area1 th {
	width: 165px;
	padding-left: 20px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: dotted 1px #e9e9e9;
}
#outline
#maincontent .area1 td {
	padding: 20px 0;
	vertical-align: middle;
	border-bottom: dotted 1px #e9e9e9;
}
#outline
#maincontent .area2 img {
	margin: 30px auto 50px auto;
}

#outline
#maincontent .area3 {
	margin-bottom: 50px;
}
#outline
#maincontent .area3 tr {
/*	height: 45px;*/
}
#outline
#maincontent .area3 th {
	width: 150px;
	padding: 10px 0 10px 20px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	border-bottom: solid 2px #e9e9e9;
}
#outline
#maincontent .area3 td {
	width: 475px;
	padding: 10px 0 10px 20px;
	vertical-align: middle;
	border-bottom: solid 2px #e9e9e9;
}
#outline
#maincontent .area4 {
	padding-top: 20px;
}
#outline
#maincontent .area4 .img1 img {
	margin: 8px 20px 0 20px;
	float: left;
}
#outline
#maincontent .area4 .img2 img {
	margin: 2px 0 0 15px;

}
#outline
#maincontent .area4 p {
	float: left;
}
#outline
#maincontent .area4 a {
	float: left;
	text-decoration: underline;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　会員会社（50音順） member_corporation_50　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#member_corporation
#area1 {
	height: 47.6px;
	padding: 25px 0 0 15px;
	margin-bottom: 20px;
	border-bottom: solid 3px #2b95c2;
}
#member_corporation
#area1 ul {
}
#member_corporation
#area1 li {
	float: left;
}
#member_corporation
#area1 li img {
	padding-left: 5px;
}
#member_corporation
#area2 .item {
	height: 50px;
}
#member_corporation
#area2 p {
	height: 35px;
	padding-top: 10px;
	color: #fff;
	font-size: 110%;
  vertical-align: middle;
	background-color: #2b95c2;
}
#member_corporation
#area2 .item {
	height: 50px;
}
#member_corporation
#area2 .item table {
	height: 30px;
}
#member_corporation
#area2 .item tr {
	background-color: #e6f6fd;
}
#member_corporation
#area2 .item th {
	width: 440px;
	font-weight: bold;
  vertical-align: middle;
  text-align: center;
	border: 1px solid #CCC;
}
#member_corporation
#area2 .item td {
	width: 200px;
	font-weight: bold;
  vertical-align: middle;
  text-align: center;
	border: 1px solid #CCC;
}

#member_corporation
#area2 .list {
	padding: 24px 0 55px 0; 
}
#member_corporation
#area2 .list tr {

}
#member_corporation
#area2 .list th {
	height: 45px;
	width: 450px;
	padding-left: 10px;
	vertical-align: middle;
	text-align: left;
	border: 1px solid #CCC;
}
#member_corporation
#area2 .list td {
	width: 200px;
	padding-left: 10px;
  vertical-align: middle;
	border: 1px solid #CCC;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　会員会社（部会別） member_corporation_sec　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#member_corporation
#section {
	margin: 20px 0 0 10px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　会員名簿 member_corporation_topix　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#member_corporation_topix
#information .img {
	background-image: url("../img/news_icon2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 10px 0 20px;
	/*width: 115px;*/
	float: none;
	display: block;
	/*clear: both;*/
	font-weight: bold;
}
#member_corporation_topix
.clearfix img {
	padding: 2px 0 0 5px;
}
h1 img {
	padding-left: 10px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　協力会活動 事務局ニュース  information_secretariat　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#information .title {
	height: 50px;
	width: 100%;
	padding: 0 0 10px 20px;
	margin-bottom: 10px;
	border-bottom: solid 3px #dbdbdb;
	display: block;
}
#information .title img{
	float: left;
	padding-right: 15px;
}
#information .title .sub{
	width: 400px;
	color: #0570a8;
	font-size: 80%;
	font-weight: bold;
	float: left;
}
/*#information ul {
	padding-left: 20px;
}*/
.clearfix {
/*	height: 25px;*/
	width: 620px;
	font-size: 95%;
	padding: 20px 0 20px 0 ;
	border-bottom: dotted 1px #333;
}
.clearfix img {
	padding: 2px 0 0 5px;
}
#information dt {
	background-image: url("../img/news_icon2.png");
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 10px 0 20px;
	/*width: 150px;*/
	float: left;
	display: inline;
	clear: both;
	font-weight: bold;
}
.txt {
	width: 600px;
	padding: 10px 0 0 20px;
}
.txt a {
	text-decoration: underline;
}
.txt img {
	padding-left: 10px;
}
.newsIcon {
	width: 160px;
	background-color: #fff;
	color: #0570a8;
	border: solid 1px #0570a8;	
	float: left;
}
.newsIcon p {
	text-align: center;
	font-weight: bold;
}
#maincontent .nextpage {
	padding-top: 20px;
	float: right;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　協力会活動 協力会ニュース  information_cooperation　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#info_coo
.clearfix {
	width: 640px;
	padding: 20px 0 20px 0 ;
	border-bottom: dotted 1px #333;
}
#info_coo
.clearfix dt {
	padding-left : 15px;
	float: left;
   display: inline;
   clear: both;
}
#info_coo
.clearfix dd.txt {
	width: 570px;
	padding: 0 0 0 70px;
}
#info_coo
.clearfix dd.img {
	float: left;
}
#info_coo
#backno .title {
	height: 40px;
	margin-top: 90px;
	background-image: url("../img/info_coo_br.png");
	background-repeat: no-repeat;
	background-position: left bottom;
}
#info_coo
#backno li {
	margin: 10px 0 10px 20px;
	padding: 0 0 0 25px;
	background-image: url("../img/news_icon2.png");
	background-repeat: no-repeat;
	background-position: left center;
}
#info_coo
#backno li a {
	text-decoration: underline;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　協力会活動 行事案内・連絡事項　 information_event　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#info_event
.newsIcon {
	width: 110px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　協力会活動 理事会・総務委員会　 information_director　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#info_director
.newsIcon {
	width: 110px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　協力会活動 部会・分科会・分会　 information_branch　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#info_branch
.newsIcon {
	width: 140px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　安全衛生教育  education　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#education
#maincontent .area {
	padding: 20px 0 30px 20px;
}
#education
#maincontent .area li {
	margin-bottom: 20px;
	padding: 6px 0 20px 0;
	border-bottom: dotted 1px #333;
}
#education
#maincontent .area dl {
	width: 620px;
	min-height: 35px;
	padding: 5px;
	background: url(../img/main_pdf_m.png) no-repeat ;
	display: table;
}
#education
#maincontent .area dl:last-child {
	border-bottom: none;
}
#education
#maincontent .area dl.excel {
	background: url(../img/main_exc.png) no-repeat ;
}
#education
#maincontent .area dl.word {
	background: url(../img/main_word.png) no-repeat ;
}
#education
#maincontent .area dt {
	max-width: 370px;
	padding-left:50px;
	text-decoration: underline;
	float: left;
}
#education
#maincontent .area dd {
	max-width: 200px;
	padding-left: 10px;
	float: left;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　安全衛生管理資料  management　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#management
#maincontent .area {
	padding: 20px 0 30px 20px;
}
#management
#maincontent .area dl {
	width: 620px;
	min-height: 30px;
	margin-bottom: 20px;
	padding: 6px 0 20px 0;
	border-bottom: dotted 1px #333;
	background: url(../img/main_pdf_m.png) no-repeat ;
	display: table;
}
#management
#maincontent .area dl:last-child {
	border-bottom: none;
}
#management
#maincontent .area dl.excel {
	background: url(../img/main_exc.png) no-repeat ;
}
#management
#maincontent .area dl.word {
	background: url(../img/main_word.png) no-repeat ;
}
#management
#maincontent .area dt {
	max-width: 370px;
	padding-left:50px;
	text-decoration: underline;
	float: left;
}
#management
#maincontent .area dd {
	max-width: 200px;
	padding-left: 10px;
	float: left;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　各種ダウンロード  download　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#download
#maincontent .area {
	padding: 20px 0 30px 20px;
}
#download
#maincontent .area dl {
	width: 620px;
	min-height: 30px;
	margin-bottom: 20px;
	padding: 6px 0 20px 0;
	border-bottom: dotted 1px #333;
	background: url(../img/main_pdf_m.png) no-repeat ;
	display: table;
}
#download
#maincontent .area dl:last-child {
	border-bottom: none;
}
#download
#maincontent .area dl.excel {
	background: url(../img/main_exc.png) no-repeat ;
}
#download
#maincontent .area dl.word {
	background: url(../img/main_word.png) no-repeat ;
}
#download
#maincontent .area dt {
	max-width: 370px;
	padding-left:50px;
	text-decoration: underline;
	float: left;
}
#download
#maincontent .area dd {
	max-width: 200px;
	padding-left: 10px;
	float: left;
}
#download .title .area1 {
	width: 600px;
	float: left;
}
#download .title .area1 p {
	width: 600px;
	padding: 30px 0 0 20px;
}
#download .title .area1 a {
	text-decoration: 	underline;
}
#download .title .area1 a:hover {
	color: #0570a8;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　よくあるご質問  qa　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#qa
#maincontent .area {
	padding-bottom: 20px;
}
#qa
#maincontent .title {
	margin-top: 50px;
}
#qa
#maincontent .q {
	min-height: 30px;
	margin-top: 25px;
	padding-left: 40px;
	color: #0a6cad;
	background-image: url("../img/qa_q.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#qa
#maincontent .q p {
	padding-top: 3px;
	font-weight: bold;
}
#qa
#maincontent .a {
	min-height: 30px;
	margin-top: 15px;
	padding-left: 40px;
	background-image: url("../img/qa_a.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#qa
#maincontent .a p {
	padding-top: 3px;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　アクセス・地図  access　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#access
#area1 {
	height: 240px;
	padding: 30px 0 0 0;
}
#access
#area1 .left {
	/* width: 355px; */
	float: left;
	margin-bottom: 20px;
}
#access
#area1 .left .word1 {
	font-size: 120%;
	padding-bottom: 10px;
}
#access
#area1 .left .word3 {
	font-size: 120%;
	padding: 20px 0 10px 0;
}
#access
#area1 .left .word3 a {
	background: url('../img/news_icon2.png') 0 6px no-repeat;
	padding: 0 0 10px 20px;
	text-decoration: underline;
}
#access
#area1 .right {
	padding-top: 38px;
	float: right;
}
#access
#area2 {
	padding-top:20px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　個人情報保護方針  privacypolicy　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#privacypolicy
#maincontent .lead {
	margin-top: 20px;
	margin-bottom: 50px;
}

#privacypolicy
#maincontent .right {
	text-align: right;
	margin-top: 20px;
	margin-bottom: 10px;
}

#privacypolicy
#maincontent .center {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}


#privacypolicy
#maincontent .center a {
	font-size: 100%;
}

#privacypolicy
#maincontent .info {
	margin-top: -30px;
	margin-left: 80px;
	margin-bottom: 10px;
	width: 440px;
}

#privacypolicy
#maincontent .area1 {
	margin-top: 10px;
	margin-bottom: 50px;
}

#privacypolicy
#maincontent ul {
	padding: 0.5em 1em 0.5em 2.3em;
	position: relative;
	margin-top: 1em;
}

#privacypolicy
#maincontent ul li {
	margin-top: 0.5em;
}

#privacypolicy
#maincontent ul li:before {
	display: block;
	content: '';
	position: absolute;
	margin-top: 7px;
	left: 19px;
	width: 8px;
	height: 3px;
	border-left: 2px solid #0570A8;
	border-bottom: 2px solid #0570A8;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}





/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　入会案内  admission　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#admission
#maincontent .area {
	padding: 20px 0 30px 20px;
}
#admission
#maincontent .area dl {
	width: 620px;
	min-height: 30px;
	margin-bottom: 20px;
	padding: 6px 0 20px 0;
	border-bottom: dotted 1px #333;
	background: url(../img/main_pdf_m.png) no-repeat ;
	display: table;
}
#admission
#maincontent .area dl:last-child {
	border-bottom: none;
}
#admission
#maincontent .area dl.excel {
	background: url(../img/main_exc.png) no-repeat ;
}
#admission
#maincontent .area dl.word {
	background: url(../img/main_word.png) no-repeat ;
}
#admission
#maincontent .area dt {
	max-width: 370px;
	padding-left:50px;
	text-decoration: underline;
	float: left;
}
#admission
#maincontent .area dd {
	max-width: 200px;
	padding-left: 10px;
	float: left;
}
#admission .title .area1 {
	width: 600px;
	float: left;
}
#admission .title .area1 p {
	width: 600px;
	padding: 30px 0 0 20px;
}
#admission .title .area1 a {
	text-decoration: 	underline;
}
#admission .title .area1 a:hover {
	color: #0570a8;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　会員ログインページ  m_login  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#m_login
#membersite {
	width: 450px;
	padding: 10px;
	background-color: #0570a8;
	margin: 60px auto 0 auto;
}
#m_login
#membersite2 {
	padding: 20px;
	font-size: 80%;
	background-color: #fff;
}
#m_login
#membersite2 a {
	color: #56add1;
	text-decoration: underline;
}
#m_login
#membersite2 p {
	padding: 0 0 15px 30px;
}
#m_login
#autologin input {
	margin: 10px;
	float: left;
}
#m_login
#membersite2
input[type=text]{
	width:350px;
	height:30px;
	margin: 10px 0 0 30px;
	border-top: solid 2px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;	
}
#m_login
#membersite2
input[type=image]{
	padding: 0 0 0 90px;
}
#m_login
input[type=checkbox]{
	padding: 0px 0 0px 20px;
}
#m_login
#autologin {
	margin: 20px 0 5px 105px;
	padding: 5px 0;
}
#m_login
#autologin p {
	padding: 7px 0 0 10px;
}
#m_login
#forget {
	width: 220px;
	padding: 30px 0 0 88px;
	text-decoration: underline;
	text-align: center;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　会員ページ  m_index　*/
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
#m_index
#content {
	padding-bottom: 0;
}
#m_index
#maincontent {
	width: 100%;
}
#m_index
#word  {
	padding: 30px 0 40px 20px;
}
#m_index
#button {
	padding-left: 110px;
}
#m_index
/*
#button img {
	padding: 0 41px;
}
*/
#button img {
	padding: 0 220px;
}

/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　会員パスワード再発行  m_passreissue  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#m_passreissue
#membersite {
	width: 650px;
	padding: 10px;
	background-color: #0570a8;
	margin: 60px auto 0 auto;
}
#m_passreissue
#membersite2 {
	padding: 20px;
	font-size: 80%;
	background-color: #fff;
}


#m_passreissue
#membersite2 .box2 p {
	margin-bottom: 20px;
}
#m_passreissue
#membersite2 a {
	color: #56add1;
	text-decoration: underline;
}
#m_passreissue
#membersite2 table {
	margin: 30px 0 0 50px;
}
#m_passreissue
#membersite2 table .name p {
	min-width: 108px;
	margin-bottom: 0px;
}
#m_passreissue
#autologin input {
	margin: 10px;
	float: left;
}
#m_passreissue
#membersite2 input[type=text]{
	width:350px;
	height:30px;
	border-top: solid 2px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}
#m_passreissue
#membersite2  input[type=text]:last-child {
	margin-top: 15px;
}
#m_passreissue
#membersite2 .address input[type=text] {
}
#m_passreissue
#membersite2 table td li {
	width: 170px;
	display:inline-block;
	padding-right: 8px;

}
#m_passreissue
#membersite2 table td li input[type=text] {
	width: 167px;
}

#m_passreissue
#membersite2
input[type=image]{
	width: 220px;
	/*padding: 0 0 0 0px;*/
	margin: 40px 0 30px 190px;
}




/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　会員企業情報変更  m_memberchange  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#m_memberchange
#membersite {
	width: 650px;
	padding: 10px;
	/*background-color: #0570a8;*/
	margin: 30px auto 0 auto;
}
#m_memberchange
#membersite2 {
	padding: 20px;
	/*font-size: 80%;*/
	background-color: #fff;
}



#m_memberchange
#membersite2 a {
	color: #56add1;
	text-decoration: underline;
}
#m_memberchange
#membersite2 table {
	margin: 30px 0 0 50px;
}
#m_memberchange
#membersite2 table .name p {
	min-width: 108px;
}
#m_memberchange
#autologin input {
	margin: 10px;
	float: left;
}
#m_memberchange
#membersite2 input[type=text]{
	width:350px;
	height:30px;
	border-top: solid 2px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}
#m_memberchange
#membersite2  input[type=text]:last-child {
	margin-top: 15px;
}
#m_memberchange
#membersite2 .address input[type=text] {
}
#m_memberchange
#membersite2 table td li {
	width: 170px;
	display:inline-block;
	padding-right: 8px;
}
#m_memberchange
#membersite2 table td {
	/*width: 170px;*/
	display:inline-block;
	padding-right: 8px;
	height: 50px;
}
#m_memberchange
#membersite2 table td form {
	/*height: 50px;*/
	padding-top: 20px;
}
#m_memberchange
#membersite2 table td li input[type=text] {
	width: 167px;
}

#m_memberchange
#button {
	/*width: 220px;*/
	/*padding: 0 0 0 0px;*/
	margin: 60px 0 0 0;
}
#m_memberchange
#membersite2
input[type=image]{
	width: 142px;
	height: 45px;
	float: left;
	margin-left: 100px ;
}



/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　会員企業情報変更　確認  m_memberchange_conf  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#m_memberchange_conf
#membersite {
	width: 650px;
	padding: 10px;
	/*background-color: #0570a8;*/
	margin: 30px auto 0 auto;
}
#m_memberchange_conf
#membersite2 {
	padding: 20px;
	background-color: #fff;
}



#m_memberchange_conf
#membersite2 a {
	color: #56add1;
	text-decoration: underline;
}
#m_memberchange_conf
#membersite2 table {
	margin: 30px 0 0 114px;
}
#m_memberchange_conf
#membersite2 table .name p {
	min-width: 120px;
	padding-right: 20px;
}
#m_memberchange_conf
#autologin input {
	margin: 10px;
	float: left;
}
#m_memberchange_conf
#membersite2 input[type=text]{
	width:350px;
	height:30px;
	border-top: solid 2px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}
#m_memberchange_conf
#membersite2 table td {
	padding: 10px 0;
/*	width: 170px;
	display:inline-block;
	padding-right: 8px;*/

}

#m_memberchange_conf
#button {
	/*width: 220px;*/
	/*padding: 0 0 0 0px;*/
	margin: 60px 0 0 0;
}
#m_memberchange_conf
#membersite2
input[type=image]{
	width: 142px;
	height: 45px;
	float: left;
	margin-left: 100px ;
}


/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　ユーザ一覧  m_userlist  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#m_userlist
#maincontent {
	width: 100%;
}
#m_userlist
#area2 #img {
	width: 805px;
	padding: 20px 0 0 0 ;
	text-align: right;
}
#m_userlist
#area2 p {
	height: 35px;
	padding-top: 10px;
	color: #fff;
	font-size: 110%;
  vertical-align: middle;
	background-color: #2b95c2;
}
#m_userlist
#area2 .item {
	padding: 30px 0 0 20px;
}
#m_userlist
#area2 .item table {
	height: 30px;
}
#m_userlist
#area2 .item tr {
	background-color: #e6f6fd;
}
#m_userlist
#area2 .item th {
	font-weight: bold;
  vertical-align: middle;
  text-align: center;
	border: 1px solid #CCC;
	width: 50px;
}
#m_userlist
#area2 .item td {
	width: 600px;
	font-weight: bold;
  vertical-align: middle;
  text-align: center;
  padding-left: 10px;
	border: 1px solid #CCC;
}
#m_userlist
#area2 td.name {
	width: 150px;
}
#m_userlist
#area2 td.address {
	width: 450px;
}
#m_userlist
#area2 td.limit {
	width: 100px;
}
#m_userlist
#area2 td.deleat {
	width: 80px;
}

#m_userlist
#area2 .list {
	padding: 0px 0 0px 20px;
}
#m_userlist
#area2 .list th {
	height: 45px;
	/*width: 450px;*/
	/*padding-left: 10px;*/
	vertical-align: middle;
	text-align: center;
	border: 1px solid #CCC;
	border-top: none;
	width: 50px;
}
#m_userlist
#area2 .item td:last-child {
	border: none;
	background-color: #fff;
}
#m_userlist
#area2 .list td {
	/*width: 200px;*/
	padding-left: 10px;
  vertical-align: middle;
	border: 1px solid #CCC;
	border-top: none;
}
#m_userlist
#area2 .list td:last-child {
	border: none;
}
#m_userlist
#area2 .list img {
	width: 48px;
	margin:0 auto;
	padding-left: 10px;
}
#m_userlist a {
	color: #4169e1;
	text-decoration: underline;
}



/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　ユーザ情報変更  m_userchange  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#m_userchange
#membersite {
	width: 650px;
	padding: 10px;
	/*background-color: #0570a8;*/
	margin: 30px auto 0 auto;
}
#m_userchange
#membersite2 {
	padding: 20px;
	/*font-size: 80%;*/
	background-color: #fff;
}



#m_userchange
#membersite2 a {
	color: #56add1;
	text-decoration: underline;
}
#m_userchange
#membersite2 table {
	margin: 30px 0 0 50px;
}
#m_userchange
#membersite2 table .name p {
	min-width: 108px;
}
#m_userchange
#autologin input {
	margin: 10px;
	float: left;
}
#m_userchange
#membersite2 input[type=text]{
	width:350px;
	height:30px;
	border-top: solid 2px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}
#m_userchange
#membersite2  input[type=text]:last-child {
	margin-top: 15px;
}
#m_userchange
#membersite2 .address input[type=text] {
}
#m_userchange
#membersite2 table td li {
	width: 170px;
	display:inline-block;
	padding-right: 8px;
}
#m_userchange
#membersite2 table td {
	/*width: 170px;*/
	display:inline-block;
	padding-right: 8px;
}
#m_userchange
#membersite2 table td li input[type=text] {
	width: 167px;
}

#m_userchange
#button {
	/*width: 220px;*/
	/*padding: 0 0 0 0px;*/
	margin: 60px 0 0 0;
}
#m_userchange
#membersite2
input[type=image]{
	width: 142px;
	height: 45px;
	float: left;
	margin-left: 100px ;
}



/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/
/*　　ユーザ情報変更　確認  m_userchange_conf  */
/*　＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝　*/

#m_userchange_conf
#membersite {
	width: 650px;
	padding: 10px;
	/*background-color: #0570a8;*/
	margin: 30px auto 0 auto;
}
#m_userchange_conf
#membersite2 {
	padding: 20px;
	background-color: #fff;
}



#m_userchange_conf
#membersite2 a {
	color: #56add1;
	text-decoration: underline;
}
#m_userchange_conf
#membersite2 table {
	margin: 50px 0 0 130px;
}
#m_userchange_conf
#membersite2 table .name p {
	min-width: 120px;
	padding-right: 20px;
}
#m_userchange_conf
#autologin input {
	margin: 10px;
	float: left;
}
#m_userchange_conf
#membersite2 input[type=text]{
	width:350px;
	height:30px;
	border-top: solid 2px #e2e2e2;
	border-left: solid 1px #e2e2e2;
	border-right: solid 1px #e2e2e2;
	border-bottom: solid 1px #e2e2e2;
}
#m_userchange_conf
#membersite2 table td {
	padding: 10px 0;
/*	width: 170px;
	display:inline-block;
	padding-right: 8px;*/

}

#m_userchange_conf
#button {
	/*width: 220px;*/
	/*padding: 0 0 0 0px;*/
	margin: 60px 0 0 0;
}
#m_userchange_conf
#membersite2
input[type=image]{
	width: 142px;
	height: 45px;
	float: left;
	margin-left: 100px ;
}