@charset "UTF-8";

/************************************************
*    Reset                                      *
************************************************/
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,blockquote,cite,q,address {
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
    padding: 0px;
}
/************************************************
*    clearfix                   *
************************************************/
.clearfix:after {
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/* exlude IE6 \*/
* html .clearfix ,*html .blog_item { height: 1% }
.clearfix {display:block;}
/* end IE6 */

/* for IE7 */
.clearfix ,.qrcode_url .module_contents , .blog_item{
  zoom:1;
}
/* end IE7 */
/************************************************
*    全体の設定                 *
************************************************/
/* 画像 */
img {
    border-style: none;
}

/* 強調 */
strong {

}

/* 強調 */
em {
    font-style: normal;
    color: #333333;
    background-color: transparent;
}

/* 読み飛ばし */
.skip{
    position: absolute;
    left: -9999px;
}

/* 非表示 */
.none{
    display: none;
}

/* 区切り */
hr {
    clear: both;
    display: none;
}

/* リンク枠 */
a{
  color: #00669D;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul,ol,dl {
    list-style-position: outside;
}

body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, Arial, Helvetica, "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, sans-serif;
    font-size: 14px;
    background: #ffffff url("/files/user/images/common/main-bg.jpg") no-repeat center 0;
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
}

#container{
    position: relative;
    width:100% !important;
    margin-left: auto;margin-right: auto !important;
    text-align:left !important;
}

#header{
    margin: 0 auto;
    width: 980px;
}

#contents{
    margin: 0px auto;
    padding: 0px;
}

#bottom_contents{
    clear: both;
}

#footer{
    margin: 0px;
    padding: 0px;
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.ml45 {
  margin-left: 45px;
}
.ml50 {
  margin-left: 50px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.mr45 {
  margin-right: 45px;
}
.mr50 {
  margin-right: 50px;
}

/* ==================== ヘッダー設定 ==================== */

#header .logoBlock {
    position: relative;
    height: 87px;
}
#header .logo {
  margin: 27px 0 15px 0;
  display: inline-block;
}
#header .logo h1 {
  margin: 0;
}
#header .subtext {
  font-size: 12px;
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 180px;
  color: #878787;
}

#header p.tagline{
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  line-height: 160%;
}

#header .subtext h1 {
  font-size: 12px;
  font-weight: normal;
  margin: 0;
  line-height: 160%;
}
.btn_freeDL{
  position: absolute;
  top: 22px;
  right: 214px;
}
#header .util {
  position: absolute;
  top: 20px;
  right: 0;
  width:200px;
}
#header .util li {
  float: left;
  list-style-type: none;
  padding-right: 24px;
}
#header .util li:before {
  content: "▶";
  font-size: 9px;
  padding-right: 5px;
}
#header .util li a {
  font-size: 14px;
}


/* ==================== グローバルナビゲーション設定 ==================== */
#navi {
  height: 49px;
  background: linear-gradient(#444444, #2a2a2a);
  background: -moz-linear-gradient(#444444, #2a2a2a);
  background: -webkit-gradient(linear, left top, left bottom, from(#444444), to(#2a2a2a)); 
}
#navi ul {
  width: 980px;
  margin: 0 auto;
}


/* ==================== パンくず設定 ==================== */

#footpath {
margin: 0 auto;
    padding: 15px 20px 30px;
    width: 968px;
    font-size: 12px;
}

#footpath ul li {
    line-height: 1;
    margin-right: 5px;
    display: inline;
}
#footpath ul li a {
    background-image: url(//d1gog4z3x0chd.cloudfront.net/images/css/corp06/path.png);
    background-position: right center;
    background-repeat: no-repeat;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
}



/* ============= メイン、トップ、ボトムコンテンツ設定 ============= */

#main_contents {
    line-height: 1.6;
    padding-bottom: 40px;
}
#top_contents,
#bottom_contents {
    line-height: 1.6;
}
#top #top_contents {
    padding-top: 20px;
}


/* 引用元情報 */
#main_contents cite,
#top_contents cite,
#bottom_contents cite {
    font-style: italic;
}
/* 引用 */
#main_contents blockquote,
#top_contents blockquote,
#bottom_contents blockquote {
    color: #333333;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 5px;
    margin-bottom: 10px;
    clear: both;
}
/* 整形済みテキスト */
#main_contents pre,
#top_contents pre,
#bottom_contents pre {
    color: #333333;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    padding: 5px;
    margin-bottom: 10px;
    clear: both;
    overflow: scroll;
}

#main_contents .small_text,
#top_contents .small_text,
#bottom_contents .small_text {
    font-size: 100%;
}


/* 見出し h2 */
#main_contents h2.module_title,
#top_contents h2.module_title,
#bottom_contents h2.module_title {
    font-size: 150%;
    font-weight: bold;
    color: #333333;
    background-color: transparent;
    background-image: url(//d1gog4z3x0chd.cloudfront.net/images/css/corp06/icon.png);
    background-position: 3px 9px;
    background-repeat: no-repeat;
    line-height: 38px;
    text-indent: 15px;
    padding: 0px;
    margin-bottom: 10px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #1B5099;
    height: 38px;
}


/* module_contents */
#main_contents .module_contents,
#top_contents .module_contents,
#bottom_contents .module_contents {
    margin-bottom: 30px;
}
span.ymd {
    font-weight: bold;
    margin-left: 10px;
}

/* relation_link */

.relation_link {
    text-align: right;
}
.relation_link a {
    background-image: url(//d1gog4z3x0chd.cloudfront.net/images/css/corp06/link_marker_02.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 7px;
}
.relation_link .small_text {
    font-size: 100%;
}


/* ブログ */

/* ブログ 中見出し h3 */
.blog_detail h3 ,
.blog_my_top h3 {
    font-size: 120%;
    font-weight: bold;
    color: #333333;
    background-color: transparent;
    padding: 0px;
    margin-bottom: 20px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

/* ブログアイテム */
.blog_item {
    margin-bottom: 30px;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #cccccc;
    padding-bottom: 20px;
}





/* ==================== サイドコンテンツ設定 ==================== */


/* サイドコンテンツ ブックマーク */
div.bookmark ul {
    text-align: right;
} 
div.bookmark ul li {
    margin-left: 2px;
    margin-bottom: 5px;
    list-style-type: none;
    float: right;
}


/* サイドコンテンツ モジュール下マージン */
#side_contents_right .module,
#side_contents_left .module {
    margin-bottom: 20px;
}

/* サイドコンテンツ 見出し */
#side_contents_right h2.module_title,
#side_contents_left h2.module_title {
    font-size: 100%;
    font-weight: bold;
    color: #ffffff;
    background-color: #184889;
    background-image: url(//d1gog4z3x0chd.cloudfront.net/images/css/corp06/title_001.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    line-height: 38px;
    text-indent: 10px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border-left-style: none;
    border-right-style: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #184889;
    height: 38px;
}
/* サイドコンテンツ 見出しリンク */
#side_contents_right h2.module_title a,
#side_contents_left h2.module_title a {
    color: #ffffff;
    background-color: transparent;
}


/* トピックス,ブログカレンダー */
.topics_calendar h2.module_title ,
.blog_calendar h2.module_title {
    text-align: center;
}

.topics_calendar table,
.blog_calendar table {
    font-size: 84.61%;
    background-color: #ffffff;
    width: 100%;
    border: 1px #cccccc solid;
    border-collapse: collapse;
    border-spacing: 0;
}
.topics_calendar table td,
.blog_calendar table td {
    text-align: center;
    line-height: 2;
    border-width: 0 0 1px 1px;
    padding: 0px;
    border: 1px #cccccc solid;
}

.topics_calendar table td a , 
.blog_calendar table td a {
    color: #ffffff !important;
    background-color: #81A3D1 !important;
    display: block;
}

.topics_calendar .next,
.topics_calendar .prev {
    color: #ffffff !important;
    background-color: #81A3D1 !important;
    display: inline;
}


p.post {
    text-align: right;
}

p.post img {
    vertical-align: text-top;
    margin-left: 5px;
}



/* サイトマップ */            /* ============新規作成======== */
.sitemap ul li.home {
list-style-type: none;
}
.sitemap ul.tree {
margin: 0 0 0 2em!important;
padding: 0!important;
list-style: none!important;
}
.sitemap ul.tree ul {
margin: 0 0 0 2em!important;
padding: 0!important;
}
.sitemap ul.tree li {
margin: 0!important;
padding: 0 0 0 16px!important;
background-image: url(//d1gog4z3x0chd.cloudfront.net/images/css/corp06/tree_lst.png);
background-repeat: no-repeat!important;
list-style: none!important;
}
.sitemap ul.tree li.tree_end {
background-image: url(//d1gog4z3x0chd.cloudfront.net/images/css/corp06/tree_end.png);
list-style: none;
}



/* ==================== フッタ設定 ==================== */

#footer {
  clear: both;
}
#footer .footOrder {
  padding: 21px;
  background: transparent url("/files/user/images/common/footer/footOrder-bg.gif") repeat 0 0;
}
#footer .footOrder .inner {
  padding: 24px 38px;
  margin: 0 auto;
  width: 892px;
  border: 1px solid #ddd;
  background-color: #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}
#footer .footOrder .inner table {
  line-height: 0;
}
#footer .footOrder .inner table br {
  line-height: 1em;
}
#footer .footOrder .inner .order img {
  margin: 0 0 5px 0;
}
#footer .footOrder .inner .contact {
  margin: 0 17px;
}


/* ==================== 下層左コンテンツ ==================== */
#side_contents_left .menu {
  width: 164px;
}
#side_contents_left .menu .title {
  border: 1px solid #EF7200;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 5px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: transparent url("../images/page/corp-common/side-top-corp.png") repeat 0 0;
  text-indent: -10000px;
  width: 164px;
  height: 32px;
}
#side_contents_left ul {
  margin: 0;
  padding: 0;
}
#side_contents_left ul li {
  width: 164px;
  list-style-type: none;
  border: 1px solid #D9D9D9;
  border-style: none solid solid solid;
}
#side_contents_left ul li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#side_contents_left ul li:last-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#side_contents_left ul li a {
  text-decoration: none;
  display: block;
  padding: 18px 10px;
}
#side_contents_left ul li a div {
  padding-left: 10px;
  text-indent: -10px;
}
#side_contents_left ul li a div span {
  text-decoration: underline;
  colir: #000000;
}
#side_contents_left ul li a div span:hover {
  text-decoration: none;
}
#side_contents_left ul li a div:before {
  content: "▶";
  color: #ee6f00;
  font-size: 9px;
  vertical-align: middle;
  padding-right: 3px;
}
service .noarrow:before {
  content: "";
}
#side_contents_left ul li a.cur {
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f5f0e9), color-stop(1, #ffffff));
  background: -ms-linear-gradient(bottom, #f5f0e9, #ffffff);
  background: -moz-linear-gradient(center bottom, #f5f0e9 0%, #ffffff 100%);
  background: -o-linear-gradient(#ffffff, #f5f0e9);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f0e9', GradientType=0);
}

/* ページ毎タイトル */
#topics_list9 #side_contents_left .menu .title,
#topics_detail9 #side_contents_left .menu .title {
  background: url("/files/user/jirei/side-top-jirei.png") no-repeat;
}
#service #side_contents_left .menu .title {
 background: url("/files/user/service/side-top-service.png") no-repeat;
}
#side_contents_left .menu.corp_menu .title {
 background: url("/files/user/corp/side-top-corp.png") no-repeat;
}

/* お客様事例 */
#side_contents_left #menu2.jirei {
  padding: 20px 0;
}
#side_contents_left #menu2.jirei p.ttl {
  padding: 0;
  margin: 0;
  position: relative;
  top: 2px;
}
#side_contents_left #menu2.jirei ul li {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  height: 40px;
  clear: both;
  overflow: hidden;
  padding: 0;
  margin: 0;
  width: 163px;
}
#side_contents_left #menu2.jirei ul li p.icon {
  width: 28px;
  display: inline;
  float: left;
  padding: 0 10px;
  position: relative;
  top: 7px;
}
#side_contents_left #menu2.jirei ul li p.text {
  width: 80px;
  display: inline;
  float: left;
  position: relative;
  top: 7px;
  line-height: 1.2;
  font-size: 12px;
}
#side_contents_left #menu2.jirei ul li:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#side_contents_left #menu2.jirei ul li:last-child a {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}


/* ==================== archive ==================== */

.post .cal {
  color: #666666;
  font-size: 12px;
}
.post .title {
  font-size: 14px;
}
.post .title a {
  font-weight: normal;
}
.post table {
  width: 100%;
}
.post table th, .post table td {
  border-bottom: 1px solid #DDDDDD;
  padding: 14px;
  vertical-align: top;
  text-align: left;
}
.post table th.even, .post table td.even {
  background-color: #F6F6F6;
}
.post table th.noEven, .post table td.noEven {
  background-color: #fff;
}
.post table th {
  width: 150px;
  padding: 14px 14px 14px 30px;
}
.post table td {
  padding: 14px 30px 14px 14px;
}
.post table.list .cal {
  width: 120px;
  vertical-align: top;
}
.post table.list td {
  border-bottom: 1px dotted #ddd;
  padding: 10px 0 10px;
}
.post .link {
  text-decoration: none;
}
.post .link:hover {
  text-decoration: underline;
}
.post .link span:hover {
  text-decoration: underline;
}
.post .link:before {
  content: "▶";
  color: #ee6f00;
  font-size: 9px;
  vertical-align: middle;
  padding-right: 3px;
  text-decoration: none;
}
.post .link:before:hover {
 text-decoration: none;
}
.post .link.return:before {
  content: "◀";
}


/* ==================== form ==================== */

.form {
  padding: 0 0 20px;
  min-height: 500px;
  position:relative;
}
.form h3 {
  width: 350px;
  float: left;
  margin-left: 70px;
}
.form p.img {
  width: 450px;
  float: right;
  margin-right: 70px;
  text-align: right;
  position: absolute;
  left: 481px;
  top: 20px;
}
.form .sec {
  width: 880px;
  margin: 0 auto;
}
.form .sec p.title {
  font-weight: bold;
  padding-left: 10px;
  line-height: 1.8;
  border-left: 5px solid #ef770f;
}
.form .sec p.text {
  padding: 10px 10px;
}
.form .sec p.errormes {
  font-weight: bold;
  color: #E53E2C;
  font-size: 18px;
  padding: 0 20px 10px;
}
.form .sec .table {
  font-size: 14px;
  margin-bottom: 20px;
}
.form .sec .table table {
  width: 100%;
}
.form .sec .table tr.odd th, .form .sec .table tr.odd td {
  background-color: #fafafa;
}
.form .sec .table tr.error th, .form .sec .table tr.error td {
  background-color: #FFF8DE !important;
}
.form .sec .table tr.error th p.error, .form .sec .table tr.error td p.error {
  display: block;
}
.form .sec .table th, .form .sec .table td {
  border: 1px solid #ccc;
  vertical-align: middle;
}
.form .sec .check th, .form .sec .check td {
  border: none !important;

}
.form .sec .table th {
  text-align: right;
  padding: 10px 15px 5px 30px;
  width: 200px;
}
.form .sec .table th p.hissu {
  padding: 0 0 0 10px;
  float: right;
}
.form .sec .table td {
  padding: 8px 20px;
}

.form .sec .check th {
  padding: 2px 15px 5px 30px!important;
}
.form .sec .check td {
  padding: 2px 20px!important;
}
.form .sec .table td p.text {
  padding: 0 0 0 5px;
  float: left;
  font-size: 12px;
}
.form .sec .table td p.error {
  background: url(../img/form/bg_error_l.gif) no-repeat left;
  height: 42px;
  width: auto;
  display:block;
  padding-left:20px;
}
.form .sec .table td p.error span {
  background: url(../img/form/bg_error_r.gif) no-repeat right;
  display:inline-block;
  padding-right:20px;
  height: 42px;
}
.form .sec .table td p.error span em {
  background: url(../img/form/bg_error.gif) no-repeat center;
  height: 42px;
  display:inline-block;
  width: auto;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 2.3;
}
.form .sec .table td ul,
.form .sec .table td .checkbox-wrapper {
  padding:5px 0 5px;
}
.form .sec .table td ul li,
.form .sec .table td .checkbox {
  width: 280px;
  float: left;
  height: 20px;
}
.form .sec .table td input {
  height: 20px;
  width: 430px;
  float: left;
  margin: 0 10px 0 0;
}
.form .sec .table td input.pt2,
#seminar_entry .form .sec .table td input.ext_04,
#inquiry_detail .form .sec .table td input.ext_02,
#inquiry_detail15 .form .sec .table td input.ext_02,
#inquiry_detail15 .form .sec .table td input.ext_11,
#inquiry_detail16 .form .sec .table td input.ext_02 {
  width: 220px;
  margin: 0 10px 0 0;
}
.form .sec .table td input.pt3 {
  width: 320px;
  margin: 0 10px 0 0;
}
.form .sec .table td input.pt4 {
  width: 120px;
  margin: 0 10px 0 10px;
}
.form .sec .table td input.pt5,
#seminar_entry .form .sec .table td input.ext_06,
#seminar_entry .form .sec .table td input.ext_07,
#inquiry_detail .form .sec .table td input.ext_04,
#inquiry_detail .form .sec .table td input.ext_05,
#inquiry_detail .form .sec .table td input.ext_09,
#inquiry_detail15 .form .sec .table td input.ext_04,
#inquiry_detail15 .form .sec .table td input.ext_05,
#inquiry_detail15 .form .sec .table td input.ext_06,
#inquiry_detail15 .form .sec .table td input.ext_09,
#inquiry_detail15 .form .sec .table td input.ext_18,
#inquiry_detail15 .form .sec .table td input.ext_19,
#inquiry_detail16 .form .sec .table td input.ext_04,
#inquiry_detail16 .form .sec .table td input.ext_05,
#inquiry_detail16 .form .sec .table td input.ext_19,
#inquiry_detail16 .form .sec .table td input.ext_09 {
  width: 320px;
  margin: 0 10px 0 0px;
}
.form .sec .table td input.check,
.form .sec .table td .checkbox input {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.form .sec .table td textarea {
  width: 596px;
  height: 100px;
}
.form .sec .table td select {
  padding: 4px;
}
.form .sec .table td p.caution {
  text-align: right;
  padding: 5px 0 0;
}
.form .sec .table td p.tel {
  float: left;
  width: 330px;
}
.form .sec .table td p.tel input {
  float: none;
}
.form .sec .textbox {
  border: 1px solid #ccc;
  padding: 20px 30px;
  height: 200px;
  overflow: auto;
  margin: 20px 0 50px;
  font-size: 12px;
}
.form .sec .textbox p.title {
  font-weight: bold;
  border-left: 4px solid #ccc;
  background: none;
  height: 21px;
  padding-left: 10px;
  line-height: 1.8;
}
.form .sec .textbox p.text {
  padding: 20px 0px;
}
.form .sec2 {
  text-align: center;
}
.form .sec2 p.check {
  padding-bottom: 20px;
}
.form .sec2 p.btn {
  padding: 0px 0 20px;
}
.form .sec2 p.btn a,
.form .sec2 p.btn input {
  margin: 0 10px;
}

.er404 .errormes{ margin:50px 0 20px 0; text-align:center;}
.return{ text-align:center;}

.errtable {
padding: 10px;
width: 40%;
margin: 10px auto 20px;
}
.errtable li {
list-style-type: none;
}

/*---------------------------------------
2016/11/24 
オプションサービス申込/新規出展申し込み
同意チェック調整用
---------------------------------------*/
tr.assent {
    border-bottom: 1px #ccc dashed;
}
.form .sec .table .assent th {
    width: 100%;
    font-weight: normal;
    text-align: left;
    line-height: 2.0;
}
#inquiry_detail15 .form .sec .table td input.ext_15,
#inquiry_detail15 .form .sec .table td input.ext_21,
#inquiry_detail15 .form .sec .table td input.ext_23 {
    width: auto;
}
#inquiry_detail15 .body-titles {
    padding: 5px 0;
}
#inquiry_detail15.fwn {
    font-weight: normal;
}
#inquiry_detail15 .form .sec .table td input.ext_06,
#inquiry_detail15 .form .sec .table td input.ext_18 {
  width: 430px;
}
#inquiry_detail15 .form .sec .table td input.ext_16 {
    width: auto;
}