@charset "UTF-8";
/* ====================================================
日本チタン協会
base style
==================================================== */
@font-face {
  font-family: meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  }

html {
  font-size: 13.11px;
}

body {
  color: #333333;
  font-size: 100%;
  line-height: 1.6;
  font-family: meiryo, "メイリオ", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 400;
  }

a:link {
  color: #333333;
  text-decoration: none; }

a:visited {
  color: #333333;
  text-decoration: none; }

a:hover {
  color: #333333;
  text-decoration: underline; }

a:active {
  color: #333333;
  text-decoration: underline; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle; }

/* 通常時のclearfix
-------------------------- */
.clearfix:after {
  content: "";
  clear: both;
  display: block; }

/* 上記で不都合が通じる場合のclearfix
-------------------------- */
.clearfix2 {
  overflow: hidden; }

/* イレギュラーな場合のみ使うCSS(※基本的には使用しないこと)
-------------------------- */
/* margin
--------------
 */
/* top */
.mt00 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

/* bottom */
.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

/* left */
.ml0 {
  margin-left: 0px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml30 {
  margin-left: 30px !important; }

/* right */
.mr10 {
  margin-right: 10px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr30 {
  margin-right: 30px !important; }

/* padding
--------------
 */
/* top */
.pt00 {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

/* bottom */
.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }



/* ----------------------------------------
	container
---------------------------------------- */
.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  min-width: 960px;
  width: auto;
  padding-left: 0px;
  overflow: hidden;
}



/* ====================================================
layout style
==================================================== */
/* header
-------------------------- */
header {
  width: 100%;
  height: 191px;
		top: 0px;
  left: 0px;
 	background-color:#fff;
		position: fixed; 
  z-index: 10000;
}

header .container {
  width: 960px;
  height: 112px;
  padding-top: 14px;
}
#head_logo {
  float: left;
  width: 396px;
  padding-top: 15px;
}
#head_en {
  width: 500px;
  margin-left: auto;
  text-align: right;
}
#head_open {
  width: 500px;
  margin-left: auto;
  text-align: right;
  margin-top: 40px;
}
#head_open img {
  padding-left: 10px;
}


/* gnavi
-------------------------- */
#gnavi_wrap {
  width: 100%;
  border-top: solid 1px #ccc;
  border-bottom: solid 3px #0068B7;
  z-index: 9999;
}
#gnavi_wrap .container {
  width: 959px;
  padding: 0;
  height: 75px;
  border-left: solid 1px #ccc;
  overflow: visible;
}
li.gnavi1 {
  float: left;
  width: 158px;
  height: 75px;
  text-align: center;
  border-right: solid 1px #ccc;
  line-height: 78px;
  font-size: 15px;
  font-weight: 600;
}
li.gnavi1 a{
  display: block;
  width: 158px;
  height: 75px;
}
li.gnavi1 a:hover{
  color: #fff;
  background-color: #0068B7;
  text-decoration: none;
}


/* gnavi_sub
-------------------------- */
.gnavi_sub {
  z-index: 9998;
}

.gnavi > li.gnavi1 {
  position: relative;
}

li.gnavi1 ul.gnavi_sub {
  position: absolute;
  top: 60px;
  width: 100%;
  background: #fff;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
  visibility:hidden;
  border-top: solid 1px #ccc;
}
.gnavi_s1, .gnavi_s2, .gnavi_s3 {
  height: 50px;
  line-height: 53px;
  text-align: left;
  font-size: 13px;
  font-weight: 500;
  padding: 0 10px;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-right: solid 1px #ccc;
  background-image: url("../img/common/gnavi_arrow.png");
  background-repeat: no-repeat;
  background-position: right bottom;
}
.gnavi_s2 {
  background-color: #ddd;
  border-bottom: none;
  background-image: none;
}
.gnavi_s3 {
  padding-left: 20px;
}

li.gnavi_s1 a, li.gnavi_s2 a, li.gnavi_s3 a{
  display: block;
  width: 158px;
  height: 50px;
}

li.gnavi1:hover ul.gnavi_sub {
  top: 75px;
  visibility: visible;
  background-color: #fff;
  opacity: 0.95;
}
li.gnavi_s1 a:hover, li.gnavi_s2 a:hover, li.gnavi_s3 a:hover{
  color: #000;
  background: none;
  text-decoration: underline;
}


/*  sitemap
------------------------------- */

li.sitemap1 {
  float: left;
  width: 210px;
		margin: 10px 25px 40px 0;
}
li.sitemap1 a{
	 line-height: 26px;
}

ul.sitemap_sub {
  border-top: solid 1px #0068B7;
		padding-top: 10px;
}
li.sitemap1 ul.sitemap_sub {
  width: 210px;
}
.sitemap_s1, .sitemap_s2, .sitemap_s3 {
}
.sitemap_s2 {
}
.sitemap_s3 {
  padding-left: 20px;
}

li.sitemap_s1 a, li.sitemap_s2 a, li.sitemap_s3 a{
		margin-left: 10px;

}

li.sitemap1:hover ul.sitemap_sub {

}
li.sitemap_s1 a:hover, li.sitemap_s2 a:hover, li.sitemap_s3 a:hover{
  text-decoration: underline;
}


/* ctop
-------------------------- */
.ctop_page {
  float: left;
  width: 220px;
		height: 220px;
		margin: 10px 15px 15px 0;
}
.ctop_page p{
	 margin-top: 5px;
		font-size: 12px;
		line-height: 17px;
}
.ctop_page_ttl {
  border-top: solid 2px #0068B7;
  background-color: #eee;
}
.ctop_page_ttl p{
		margin: 0 !important;
}
.ctop_page_ttl a{
		font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  background-image: url(../img/common/snavi2.png);
 	background-repeat: no-repeat;
		background-position: 8px center ;
  text-indent:25px;
}
.ctop_page_ttl a{
	 display: block;
}
.ctop_page_ttl a:hover{
  color: #fff;
		background-color: #0068B7;
  background-image: url(../img/common/snavi3.png);
}
.ctop_page img {
  width: 220px;
}
.ctop_page a:hover img {
  opacity: 0.8 ;
}



/*  main_visual
------------------------------- */
#main_visual_top {
  margin-top: 193px;
  margin-bottom: 2px;
  width: 100%;
  max-height: 400px;
  height: 400px;
  background-image: url("../img/top/mainImg_top.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #0068B7;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.main_visual_top_text {
  position: absolute;
  top: 155px;
  margin: auto;
  left: 0;
  right: 0;
}

#main_visual {
  margin-top: 193px;
  margin-bottom: 2px;
  width: 100%;
  max-height: 194px;
  height: 194px;
  background-image: url("../img/top/mainImg1.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #eee;
  position: relative;
  text-align: center;
  overflow: hidden;
}
#main_visual img {
  min-width: 1226px;
  height: 194px;
}

#main_visual_sep {
  margin-top: 2px;
  margin-bottom: 2px;
  border-top: solid 3px #0068B7;
}

/* menu
-------------------------- */
#menu {
  height: 200px;
  background-color: #0068B7;
}
#menu .container {
  width: 960px;
  background-image: url("../img/top/menu_bkg.png");
		background-repeat: no-repeat;
  background-color: #0068B7;
}
#menu a {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
}

#menu ul{
  width: 959px;
  height: 200px;
  border-left: solid 1px #ccc;
}
#menu li {
  float: left;
  width: 237px;
  height: 200px;
  padding-right: 1px;
  text-align: center;
  border-right: solid 1px #ccc;
}

#menu img {
  margin-top: 9px;
}

.menu_btn {
  display: inline-block;
  width: 75px;
  height: 25px;
  background-color: #fff;
  border: solid 1px #0068B7;
  margin-top: 20px;
  color: #0068B7;
  font-size: 15px;
  line-height: 26px;
}
.menu_btn a {
  color: #0068B7;
}

#menu li a{
  display: block;
  width: 237px;
  height: 200px;
}
#menu li a:hover{
  background-color:rgba(170,170,170,0.3);
  text-decoration: none;
}



/* news
-------------------------- */
#news {
  margin-top: 2px;
  padding-top: 40px;
  border-top: solid 1px #aaa;
  font-weight: 500;
}
#news .container {
  width: 960px;
}
#news h2 {
  font-size: 28px;
  color: #0068B7;
  text-align: center;
  margin-bottom: 35px;
}

.news_list li {
  color: #0068B7;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
 }
.news_list li .day {
  color: #000;
  padding-right: 20px;
 }

.news_list li a {
  color: #0068B7;
}


.news_btn {
  width: 288px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 35px;
  margin-bottom: 90px;
}
#news button {
  width: 288px;
  height: 55px;
  color: #0068B7;
  background-color: #fff;
  border: solid 1px #0068B7;
}

#news button:hover{
  color: #fff;
  background-color: #0068B7;
  text-decoration: none;
}


/* ad_banner
-------------------------- */
#ad_banner1 {
  clear:both;
  width: 100%;
  background-color: #4F99CC;
}
#ad_banner1 .container {
  width: 960px;
  height: 88px;
  padding-top: 22px;
  border: none;
  box-shadow: none;
}
.ad_slider {
  width: 960px;
  padding: 0px;
  margin: 0;
  border: none;
}
.ad_sdr_block {
  box-sizing: border-box;
  vertical-align: top;
  width: 224px;
  height: 44px;
}
.ad_sdr_block img {
  width: 224px;
  height: 44px;
  padding-left: 8px;
  padding-right: 10px;
  background-color: #4F99CC;
}
.ad_sdr_block img .far_right0 {
  padding-right: 0px;
}
.ad_sdr_block a:hover img{
    opacity: 0.9;
}


/* footer
-------------------------- */
#foot {
  width: 100%;
  background-color: #eee;
  padding-bottom: 20px;
  font-weight: 600;
}
footer .container {
  clear: both;
  width: 960px;
  border-top: solid 1px #bbb;
}
#foot_logo {
  float: left;
  width: 278px;
  padding-top: 25px;
  padding-bottom: 22px;
}
footer img {
  width: 278px;
}
#foot_address {
  float: left;
  width: 600px;
  margin-left: 42px;
  padding-top: 25px;
}

#foot_copy {
  clear: both;
  width: 960px;
  padding-top: 25px;
  border-top: solid 1px #bbb;
}

/* foot_navi
-------------------------- */
#foot ul{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  border: 0px;
}
#foot_navi li {
  float: left;
  padding-right: 56px;
  margin-top: 30px;
  margin-bottom: 25px;
}
#foot_navi li.fnavi08 {
  padding-right: 0px;
}






/* page
-------------------------- */
#pan {
  font-size: 10px;
		margin-top: 10px;
		margin-bottom: 30px;
}
#content {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  min-height: 500px;
}
#main {
  float: left;
  width: 710px;
  margin-left: 30px;
  margin-bottom: 100px;
}


/* main
-------------------------- */
#main p {
  margin-bottom: 20px;
  padding-left: 0;
}
#main h2, #main h3 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 26px;
  font-weight: 600;
  width: 690px;
  line-height: 43px;
  color: #fff;
  padding-left: 20px;
  margin-bottom: 20px;
  background-color: #0068B7;
}
#main .h2_sub, #main .h3_sub {
	 font-size: 17px;
  vertical-align: top;
}

#main h3 {
  margin-top: 50px;
  background-color: #92A4B4;
}

#main h4 {
	 font-size: 21px;
  font-weight: 500;
  width: 710px;
  border-bottom: solid 1px #0068B7;
  margin-top:50px;
  margin-bottom: 15px;
}

#main h5 {
	 font-size: 16px;
  font-weight: 500;
  width: 710px;
  border-bottom: solid 1px #ccc;
		margin-top:25px;
		margin-bottom: 15px;
}
#main h6 {
	 font-size: 14px;
  font-weight: 500;
		margin-top:25px;
		margin-bottom: 10px;
}

.txt_red {
	color: red;
}

.lead1 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	 font-size: 23px;
  line-height: 34px;
		letter-spacing: -0.1em;
}

.lead2 {
	 font-size: 21px;
  height: 28px;
		letter-spacing: -0.1em;
}

.link01 {
  width: 690px;
  line-height: 43px;
  color: #fff;
  margin-bottom: 20px;
}
.link01 a{
  width: 690px;
 	display:block;
  color: #fff;
		height: 43px;
  padding-left: 20px;
  background-color: #ffbbc1;		
 }
.link01 a:hover{
  background-color: #0068B7;		
 }
#main .p_img {
		margin-bottom: 20px;
		padding-left: 0;
		text-align: center;
}
#main .p_img_left {
	 float: left;
		width: 340px;
		margin-bottom: 20px;
		padding-left: 0;
}
#main .p_img_right {
	 float: right;
		width: 340px;
		margin-left: 30px;
		margin-bottom: 20px;
		padding-left: 0;
}
#main .p_img3_left {
	 float: left;
		margin-right: 20px;
		margin-bottom: 20px;
		padding-left: 0;
}

sup {
    font-size: 70%; 
    vertical-align: top;
    position: relative;
    top: -0.1em;
}
sub {
    font-size: 70%;
    vertical-align: baseline;
    position: relative;
}


/* side_navi
-------------------------- */
#sidenavi_wrap {
  float: left;
  width: 220px;
  border-top: solid 1px #ccc;
  z-index: 9999;
}

li.snavi1 {
  float: left;
  width: 220px;
  height: 42px;
  line-height: 43px;
  color: #fff;
  font-weight: 500;
  background-color: #0068B7;
  border-bottom: solid 1px #0068B7;
  text-indent:25px;
}
li.snavi1 a{
  display: block;
  width: 220px;
  height: 42px;
  color: #fff;
  background-color: #0068B7;
  background-image: url(../img/common/snavi1.png);
 	background-repeat: no-repeat;
		background-position: 6px center ;
}
li.snavi1 a:hover{
  background-color: #1879c3;
  text-decoration: none;
  background-image: url(../img/common/snavi1.png);
}
.snavi a[href$=".pdf"]::after {
  display: inline-block;
    margin: -2px 0 0 7px;
  content: "";
  background: url("../img/common/pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}


li.snavi1 ul.snavi_sub {
  width: 100%;
  background: #fff;
}
.snavi_s1, .snavi_s2, .snavi_s3 {
  color: #000;
  height: 40px;
  line-height: 42px;
  font-size: 13px;
  border-bottom: solid 1px #0068B7;
  text-indent:25px;
}
.snavi_s2 {
  background-color: #eee;
}
.snavi_s3 {
		background-position: 26px center ;
  text-indent:45px;
}

li.snavi_s1 a, li.snavi_s2 a, li.snavi_s3 a{
  display: block;
  width: 220px;
  height: 40px;
  color: #000;
  background-color: #fff;
  background-image: url(../img/common/snavi2.png);
 	background-repeat: no-repeat;
		background-position: 6px center ;
}
li.snavi_s1 a:hover, li.snavi_s2 a:hover, li.snavi_s3 a:hover{
  background-color: #eee;
  background-image: url(../img/common/snavi2.png);
 	background-repeat: no-repeat;
		background-position: 6px center ;
}
li.snavi_s1 a:hover{
}
li.snavi_s2 a:hover{
  background-image: url(../img/common/snavi1.png);
 	background-repeat: no-repeat;
		background-position: 6px center ;
}
li.snavi_s3 a, li.snavi_s3 a:hover{
		background-position: 26px center ;
}


li.snavi_ban {
	 text-align:center;
	 border: 0;
	 padding: 0;
	 margin-top: 20px;
  text-indent:0;
}
li.snavi_ban a {
  color: #0068B7;
  font-weight:500;
  display:block;
	 border: solid #0068B7 1px;
	 background-color: #fff;
  background-image:none;
}
li.snavi_ban a:hover {
  color: #fff;
 	background-color: #0068B7;
  background-image:none;
}




/* parts
-------------------------- */
#menu_member {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
}
#menu_member li {
  float: left;
  height: 42px;
  min-width: 34px;
		padding-left:5px;
		padding-right:5px;
  line-height: 43px;
  font-weight: 500;
  background-color: #DE82AA;
		text-align: center;
		margin-right: 18px;
}
#menu_member a{
  display: block;
  height: 42px;
  color: #fff;
}


.tbl_member, .tbl_member2,
.tbl_doc, .tbl_doc2,
.tbl_nrm,
.tbl_physical, .tbl_titanium,
.tbl_titan3, .tbl_titan4, .tbl_titan5 {
	 width: 710px;
		border: none;
/*		margin-top: 20px; */
}
.tbl_member tr, .tbl_member2 tr,
.tbl_doc tr, .tbl_doc2 tr,
.tbl_nrm tr,
.tbl_physical tr, .tbl_titanium tr,
.tbl_titan3 tr, .tbl_titan4 tr, .tbl_titan5 tr {
  border-bottom: solid 1px #464646;
}

.tbl_member th, .tbl_member2 th {
  background-color: #eee;
		padding-top: 3px;
		padding-bottom: 3px;
  border-top: solid 1px #464646;
}
.tbl_member td, .tbl_member2 td {
		padding-top: 3px;
		padding-bottom: 3px;
}
.tbl_member .bdr_lt {
	 width: 110px;
  border-left: solid 1px #464646;
		text-align: center;
		vertical-align:middle;
}
.tbl_member2 .bdr_lt {
	 width: 70px;
  border-left: solid 1px #464646;
		text-align: center;
		vertical-align:middle;
}


.tbl_doc th, .tbl_doc2 th,
.tbl_nrm th,
.tbl_physical th, .tbl_titanium th,
.tbl_titan3 th, .tbl_titan4 th, .tbl_titan5 th {
		padding: 3px;
  background-color: #eee;
  border-top: solid 1px #464646;
  border-bottom: solid 1px #464646;
		text-align: center !important;
		vertical-align:middle;
}

.tbl_doc td, .tbl_doc2 td,
.tbl_nrm td,
.tbl_physical td, .tbl_titanium td,
.tbl_titan3 td, .tbl_titan4 td, .tbl_titan5 td {
		padding: 3px;
  border-bottom: solid 1px #464646;
		vertical-align:middle;
}
.td2, .td3, .td4, .td5 {
  border-left: solid 1px #464646;
}

.tbl_doc .td1 {
  width: 40px;
		text-align: right;
}
.tbl_doc .td2 {
  width: 450px;
}
.tbl_doc .td3 {
  width: 100px;
		text-align: right;
}
.tbl_doc .td4 {
  width: 120px;
}


.tbl_titan3 .td1, .tbl_titan4 .td1, .tbl_titan5 .td1 {
  width: 290px;
}
.tbl_titan3 .td2, .tbl_titan4 .td2, .tbl_titan5 .td2 {
  width: 150px;
		text-align: center;
}
.tbl_titan3 .td3 {
  width: 270px;
		text-align: center;
}
.tbl_titan4 .td3, .tbl_titan4 .td4 {
  width: 135px;
		text-align: center;
}
.tbl_titan5 .td3, .tbl_titan5 .td4, .tbl_titan5 .td5 {
  width: 90px;
		text-align: center;
}

.tbl_physical,
.tbl_titanium {
	 font-size: 11px;
		line-height: 13px;
}
.tbl_physical th,
.tbl_titanium th {
  border-left: solid 1px #ddd;
		padding: 3px 0;
		vertical-align: middle;
}
.tbl_physical td,
.tbl_titanium td {
  border-top: solid 1px #464646;
  border-left: solid 1px #ddd;
		text-align: center;
		padding: 3px 0;
		width: 60px;
		height: 35px;
}

.tbl_physical .td1 {
  border-left: none !important;
		width: 55px;
}
.tbl_titanium .td1 {
  border-left: none !important;
		width: 100px;
}
.tbl_titanium .td2 {
}
.tbl_titanium .td3 {
}
.tbl_titanium .th1 {
  border-bottom: solid 1px #ddd;
}
.tbl_titanium .th2 {
	 font-size: 14px;
		text-align: left;
  border-left: none !important;
}
.tbl_physical td,
.tbl_nrm .td1,
.tbl_nrm .td2 {
		text-align: center;
	}


/* list
-------------------------- */
.li_num {
	 list-style-type:decimal;
  padding-left: 20px;
}
.li_num li{
  padding-bottom: 5px;
}


/* form
-------------------------- */
form dl {
  width: 710px;
}
form dt {
  float: left;
  clear: left;
		width: 190px;
		margin-top: 10px;
}
form dd {
  float: left;
		width: 520px;
		margin-top: 10px;
}
form input {
  width: 350px;
}
form textarea {
  width: 500px;
}
.form1_btn {
  width: 130px;
}


/****************************
	Button
*****************************/

.btn_contact {
 margin: 20px auto;
	text-align:center;
	}

.btn_contact a {	
	font-weight:500;
	display:block;
	width: 220px;
	padding-top:6px;
	padding-bottom:6px;
	color: #0068B7;
	border: solid #0068B7 1px;
	background-color: #fff;
}
.btn_contact a:hover {	
	color: #fff;
	background-color: #0068B7;
	text-decoration:none;
}



/* icon
-------------------------- */
#main p a[href$=".pdf"]::before {
  padding-right: 10px;
  display: inline-block;
  content: url("../img/common/pdf.png");
  vertical-align: middle;
}
#main p.btn_pdf a[href$=".pdf"]::before {
  padding-right: 0;
  display: inline-block;
  content: "";
  vertical-align: middle;
}

#main li a[href$=".pdf"]::before, 
.tbl_doc a[href$=".pdf"]::before {
  padding-right: 5px;
  display: inline-block;
  content: "";
  background: url("../img/common/pdf.png") no-repeat;
  background-size: contain;
  vertical-align: middle;
		width: 18px;
		height: 18px;
}
.ctop_page a[href$=".pdf"]::before {
  content: none !important;
}
.gnavi a[href$=".pdf"]::after,
.ctop_page_ttl a[href$=".pdf"]::after {
  display: inline-block;
    margin: -2px 0 0 7px;
  content: "";
  background: url("../img/common/pdf.png");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}

.zoom {
	 width: 120px;
  height: 41px;
  margin-top: 10px;
  margin-left: auto;
	 text-align: right;
}
.zoom a {
	 text-align: right;
  padding-left: 40px;
  height: 41px;
	 color: #000;
  background: url("../img/common/btn_zoom.png") no-repeat;
  display: table-cell;
  vertical-align: middle;
}



/* pagenavi
-------------------------- */
.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}



@media print{
 header {
		position:static;
  height: 116px;
	}
	#main_visual_top, #main_visual {
  margin-top: 0;
 }
	#main {
  margin-bottom: 40px;
}
 #foot {
  background-color: #fff;
	}
#foot_copy {
  padding-top: 5px;
  border-top: solid 1px #bbb;
}
 #head_en, #gnavi_wrap, #main_visual, #foot_navi {
	display:none;
 }
	#topcontrol {
	display:none;
 }
}