
/*------------------------------------------------------------
HTML5対応
------------------------------------------------------------*/
article,aside,canvas,details,figcaption,figure,
header,footer,main,menu,nav,section,summary {
  display: block
}

/*------------------------------------------------------------
共通レイアウト
------------------------------------------------------------*/
body{
  background: #f2f2f2;
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
}
/* float解除 */
.clearfix:after { /*floatの解除、ここがポイント*/
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
.clearfix {
  min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
  height: 1px;
  /*\*//*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}
.w1000{
  width: 1000px;
}
.w1200{
  width: 1200px;
}

a{
 color : blue;
 text-decoration : underline;
}

a:hover{
 color : red;
 text-decoration : none;
}

.cent{
  text-align: center;
}
/*------------------------------------------------------------
2-Column
------------------------------------------------------------*/
#column2_left{
  width: 707px;
  margin-right: 32px;
  float: left;
}
#column2_right{
  width: 260px;
  float: right;
}

/*------------------------------------------------------------
Header
------------------------------------------------------------*/
#header_wrap{
  width: 100%;
  background: #fff;
  border-bottom: solid 3px #1a53ff;
  padding: 0;
  overflow: visible;
}

header{
 width:1000px;
 margin : 0 auto;
 overflow: visible;
}

header h1{
  float: left;
  padding: 25px 0;
  margin:0 0 0 -75px;
}

#submenu{
  float: right;
  position: static;
}

header dl{
  display: block;
  float:left;
  margin: 1px 6px 0 22px;
  width: 172px;
  height: 20px;
}

header dt{
  padding-right:2px;
}


header dt,header dd{
  display: inline-block;
  font-size:0.8em;
}
header dd{
  background: #fff;
  text-align: center;
  border:solid 2px #5a6fae;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding:0.3em;
}

header dd a{
  color: #5a6fae;
  text-decoration: none;
}
header .textresizer-active{
  background: #5a6fae;
  text-decoration: none;
}
header .textresizer-active a{
  color: #fff;
}
header ul{
  display: inline-block;
  float: right;
}
header li{
  display: inline-block;
}

#header_wrap nav{
  display: block;
  background: #ffffff;
}
#header_wrap nav:after {
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
.drop{
  position: relative;
  z-index: 99;
}

nav{
 clear:both;
 overflow: visible;
}


/*ドロップダウン*/

#g_navi{
 width: 1000px;
 margin:0 auto;
 overflow: visible;
 position: relative;
 font-size : 90%;
}

#g_navi li{
 float:left;
 width:188px;
 text-align:center;
 border-right: 1px dotted #bbb;
}

#g_navi li a{
 display:block;
 line-height:40px;
 color: #242525;
 text-decoration: none;
}

#g_navi li a:hover{
 color: #de5e13;
}

#g_navi li.home{
 width : 50px!important;
 border-left: 1px dotted #bbb;
}

#g_navi .drop{
 width:auto;
 position:absolute;
 display:none;
 top:40px;
 background:#ffffff;
 color: #242525;
 margin:0;
 padding:0;
 text-align:left;
}

#g_navi .drop a{
 color: #242525;
 text-align: left;
 text-decoration: none;
 background:url(../../images/drop_mark.png) no-repeat 10%;
 display: block;
 padding:0px 25px 0px 30px;
 border-bottom:1px dotted #bbb;
}

#g_navi .drop a:hover{
 background:url(../../images/drop_mark.png) no-repeat 10% #f1f1f1;
 color: #de5e13;
 text-decoration: none;
}

#g_navi .drop li{
 float: none;
 display: block;
 position: relative;
 width: 235px;
}

#g_navi .drop li ul{
 display: none;
 position: absolute;
 left:188px;
 top: 0px;
}

#g_navi .drop li ul li{
 float: none;
 display: block;
 background:url(../../images/drop_mark.png) no-repeat 10%;
 color: #242525;
 margin:0;
 padding:0;
 border-left:1px solid #555;
 text-align:left;
}

#g_navi .drop li ul li a{
 background:#ffffff;
}






/* Size Swicth */
.sizeswitch_s{
  font-size:0.8em;
}
.sizeswitch_m{
  font-size:1.0em;
}
.sizeswitch_l{
  font-size:1.2em;
}

/* スタイル */
.ico_pdf{
  background: url(../../images/ico_pdf.png) no-repeat left;
  padding-left: 40px;
}
.ico_word{
  background: url(../../images/ico_word.png) no-repeat left;
  padding-left: 40px;
}
.download_area a{
  line-height: 2.4;
}

/*------------------------------------------------------------
Slide
------------------------------------------------------------*/
#slidebox{
  width: 100%;
  background:url(../../images/slides_bg.gif);
  text-align: right;
  padding: 10px 0;
}

.slides{
  width: 1000px;
  margin: 0 auto !important;
}
/*------------------------------------------------------------
Contents
------------------------------------------------------------*/
#conts{
  margin: 30px auto 0;
}
.conts_block{
  background: #fff;
  border:solid 1px #dad7d7;
  margin: 0 0 30px 0;
}
.conts_block h5.subtitle02{
  margin:36px 20px 0 20px;
  padding: 0 0 10px 0;
  border-bottom: dashed 1px #cccccc;
}
.conts_block p{
  margin: 20px;
  line-height: 180%;
}
.conts_block ul{
  padding: 0 20px;
  margin: 0 20px;
}
.conts_block li{
  list-style-type: disc;
  line-height: 180%;
}
.contents_table{
  margin: 12px auto;
}
.contents_table th,.contents_table td{
  padding: 10px;
  border:solid 1px #cccccc;
  line-height: 180%;
}
.contents_table td img{

}
.contents_table caption{
  text-align: left;
  padding-bottom: 6px;
}
.contents_table02{
  table-layout: fixed;
}
.contents_table02 th{
  background: #eee;
  font-weight: normal;
}
.contents_table02 td ul{
  padding: 0 20px;
  margin: 0;
}
.list_table tr td{
  text-align: center;
}
.list_table tr:nth-of-type(odd) td:nth-of-type(odd),
.list_table tr:nth-of-type(even) td:nth-of-type(even){
  background: #eee;
}

h2.pagetitle{
  background: #275cff;
  color: #ffffff;
  padding: 30px 0;
  margin:0 0 15px 0;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  text-indent:20px;
}

h3.subtitle{
 background: #ccc; /* Old browsers */
 background: -moz-linear-gradient(top, #fff 0%, #ccc 100%); /* FF3.6+ */
 background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff),  color-stop(100%,#ccc)); /* Chrome,Safari4+ */
 background: -webkit-linear-gradient(top, #fff 0%,#ccc 100%); /* Chrome10+,Safari5.1+ */
 background: -o-linear-gradient(top, #fff 0%,#ccc 100%); /* Opera11.10+ */
 background: -ms-linear-gradient(top, #fff 0%,#ccc 100%); /* IE10+ */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
 background: linear-gradient(top, #fff 0%,#ccc 100%); /* W3C */
 margin:0 0 30px 0;
 padding:12px 10px;
 color: #4b4a4a;
 border-top:3px solid #275cff;
}
h3.subtitle2{
  padding: 18px 18px 0;
  font-size: 1.6em;
}

h4.subtitle{
    clear:both;
    width:660px;
    position: relative;
    margin: 30px auto 15px auto;
    padding: 0.5em;
    font-weight: normal;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background:#ccc;
}
 
h4.subtitle:after{
    position: absolute;
    bottom: -10px;
    left: 8%;
    z-index: 90;
    margin-left: -10px;
    border-top: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 0;
    content: "";
}

/*
p.b_btn{
    width:660px;
    margin:20px auto 40px;
    background-image:-moz-linear-gradient(top,#ffa035 0%, #ff8300);
    background-image:-webkit-gradient(linear,left top,left bottom, from(#ffa035), to(#ff8300));
    text-align:center;
    font-weight:bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;

}

p.b_btn a{
    color : #fff;
    text-decoration:none;
    line-height : 300%;
    display:block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

p.b_btn a:hover{
  background-image:-moz-linear-gradient(top,#ff8300 0%, #ff8300);
  background-image:-webkit-gradient(linear,left top,left bottom, from(#ff8300), to(#ff8300));
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
*/

p.b_btn{
    width:660px;
    margin:20px auto 40px;
    background: rgb(77,187,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(77,187,247,1) 0%, rgba(50,139,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,187,247,1)), color-stop(100%,rgba(50,139,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(77,187,247,1) 0%,rgba(50,139,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(77,187,247,1) 0%,rgba(50,139,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(77,187,247,1) 0%,rgba(50,139,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(77,187,247,1) 0%,rgba(50,139,243,1) 100%); /* W3C */
    text-align:center;
    font-size: 1.4em;
    font-weight:bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border:solid 1px #187DF2;

}

p.b_btn a{
    color : #ffffff;
    text-decoration:underline;
    line-height : 300%;
    display:block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

p.b_btn a:hover{
    background: rgb(50,139,243); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(50,139,243,1) 0%, rgba(77,187,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,139,243,1)), color-stop(100%,rgba(77,187,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(50,139,243,1) 0%,rgba(77,187,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(50,139,243,1) 0%,rgba(77,187,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(50,139,243,1) 0%,rgba(77,187,247,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(50,139,243,1) 0%,rgba(77,187,247,1) 100%); /* W3C */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.49);
    color: #FFE95E;
}

p.c_btn{
    width:660px;
    margin:20px auto 40px;
    background: rgb(77,187,247); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(77,187,247,1) 0%, rgba(50,139,243,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(77,187,247,1)), color-stop(100%,rgba(50,139,243,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(77,187,247,1) 0%,rgba(50,139,243,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(77,187,247,1) 0%,rgba(50,139,243,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(77,187,247,1) 0%,rgba(50,139,243,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(77,187,247,1) 0%,rgba(50,139,243,1) 100%); /* W3C */
    text-align:center;
    font-size: 1.4em;
    font-weight:bold;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border:solid 1px #187DF2;

}

p.c_btn a{
    color : #ffffff;
    text-decoration:underline;
    line-height : 300%;
    display:block;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

p.c_btn a:hover{
    background: -moz-linear-gradient(top,  rgba(50,139,243,1) 0%, rgba(77,187,247,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,139,243,1)), color-stop(100%,rgba(77,187,247,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(50,139,243,1) 0%,rgba(77,187,247,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(50,139,243,1) 0%,rgba(77,187,247,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(50,139,243,1) 0%,rgba(77,187,247,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(50,139,243,1) 0%,rgba(77,187,247,1) 100%); /* W3C */
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.49);
    color: #FFE95E;
}
.d_btn a{
  background: #5A6FAE;
  width: 54%;
  padding: 7px 0;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}

.d_btn a:hover{
  opacity:0.8;
}

p .bg_yw{
  background: #FFFF7F;
}
.conts_block dl{
  display: block;
  padding: 0 20px 27px;
  font-size: 0.9em;
  line-height: 1.4;
}

/* topics */
#topics dt{
  font-weight: bold;
}

/* event */
#event li{
  padding:0 20px 18px;
  margin-bottom: 18px;
  border-bottom:solid 1px #dad7d7; 
}
#event h3{

}
#event h3 span{
  float: right;
  margin-right: 24px;
  font-size:80%;
}
#event h3 span img{
  margin-right: 0;
}
/* info */
#info{
  background: #ffffff;
  margin-bottom: 10px;
}
#info h3{
  background: #275cff;
  text-align: center;
  color: #ffffff;
  padding: 12px 0;
}
#info dl{
  display: block;
  padding: 15px 12px;
  font-size: 0.9em;
}
#info dt{
  margin-bottom: 15px;
}
#info dd{
  margin-bottom: 10px; 
  font-size: 0.9em;
}
#info dd a{
  width: 205px;
  height: 10px;
  padding: 7px 0 9px;
  text-align: center;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
}
#info dd a:hover{
  opacity:0.8;
}
#info_pc{
  background: url(../../images/info_ic_pc.png) no-repeat;
  padding-left: 34px;
}
#info_pc a{
  background: url(../../images/side_arrow.png) no-repeat 92% #5a6fae;
}
#info_phone{
  background: url(../../images/info_ic_phone.png) no-repeat;
  padding-left: 34px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#info_phone a{
  background: url(../../images/side_arrow.png) no-repeat 92% #2993a3;
}
#info_hall{
  background: url(../../images/info_ic_hall.png) no-repeat left bottom;
  padding:14px 0 0 34px;
  border-top: solid 1px #d8d8d8;
}
#info_hall a{
  background: url(../../images/side_arrow.png) no-repeat 92% #d11019;
}

.side_sub_box{
  border: solid 4px #dad7d7;
  margin-bottom: 10px;
  font-size:90%;
  display:block;
  background: #fff;
  line-height:160%;
}
#side_btn_area{
  background: url(../../images/side_reserve_btn.png) no-repeat;
  margin-bottom: 10px;
}
#side_btn_area2{
  background: url(../../images/side_shisetsu_btn.png) no-repeat;
  margin-bottom: 10px;
  font-size: 14px;
}
#side_btn_area a,
#side_btn_area2 a{
  /*width: 260px;*/
  height: 18px;
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 1.5em 3.0em;
  overflow: hidden;
  font-weight: bold;
}
#side_btn_area2 a{
  line-height: 1.6;
  height: 24px;
}
#side_btn_area:hover,
#side_btn_area2:hover{
  opacity: 0.8;
}

.side_sub_box a{
  color:#4a4a4a;
  text-decoration:none;
  display:block;
  padding: 17px 12px 17px 25px;
  background: url(../../images/mark.png) no-repeat 8px 23px #fff;
}
.side_sub_box a.hall{
  color:#4a4a4a;
  text-decoration:none;
  display:block;
  padding: 17px 12px 17px 25px;
  background: url(../../images/info_ic_hall.png) no-repeat 8px 21px #fff;
}
.side_sub_box a.hall:hover{
  color: #F79419;
  text-decoration:none;
  display:block;
  padding: 17px 12px 17px 25px;
  background: url(../../images/info_ic_hall.png) no-repeat 8px 21px #dad7d7;
}

.side_sub_box a span{
 font-size:80%;
 line-height:100%;
}

.side_sub_box a:hover{
  color: #F79419;
  background: url(../../images/mark.png) no-repeat 8px 23px #dad7d7;
}
.side_sub_box dd{
  font-size: 0.8em;
  padding:12px 0 0 24px; 
  line-height: 1.6;
}
.side_sub_box_under{
  text-align: right;
  font-size: 0.8em;
  margin-bottom: 34px;
}
.side_sub_box_under a{
  color: #333333;
  text-decoration: underline;
}
.side_sub_box_under a:hover{
  color: #333333;
  text-decoration: none;
}
.side_bnr_block li{
  border: solid 4px #dad7d7;
  background: #ffffff;
  margin-bottom: 10px;
  padding: 0;
  line-height: 0;
}
/* promotion block */
.promotion_block{
  border: solid 4px #dad7d7;
  margin-bottom: 10px;
  font-size:90%;
  display:block;
  background: #fff;
  line-height:160%;
}
.promotion_block dt{
  margin:0.6em;
  border-bottom:dashed 1px #cccccc;
}
.promotion_block dt span{
  float:right;
  background: url(../../images/mark.png) no-repeat left;
  padding-left:15px;
  font-size:0.8em;
}
.promotion_block dd{
  text-align:center;
}
.promotion_block dd img{
  width:235px;
}
/* index list */
#event li:after { /*floatの解除、ここがポイント*/
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}
#event li {
  min-height: 1px; /*IE6、7対策*/
}
* html #event li {
  height: 1px;
  /*\*//*/ /*MAC IE5.x対策*/
  height: auto;
  overflow: hidden;
  /**/
}
.list_pic{
  float: left;
  margin-right: 24px;
}
.list_pic img{
  width: 120px;
}
.list_r{
  width: 508px;
  overflow: hidden;
}
#event h4{
  line-height: 1.2em;
  margin-bottom: 0.8em;
}

#event table{
  font-size: 1.0em;
}
#event th{
  font-weight: normal;
  text-align: left;
  padding-right: 0.9em;
}
#event td{
  line-height: 1.4;
}

/*------------------------------------------------------------
Footer
------------------------------------------------------------*/
#footer_wrap{
  width: 100%;
  background: url(../../images/footer_bg.jpg);
  margin-top: 100px;
  border-top: solid 1px #c7c7cc;
}
footer{
  margin:0 auto;
}
#pagetop{
  width: 100%;
  text-align: right;
  position: relative;
  top: -27px;
}
#footer_nav dl{
  width: 25%;
  display: block;
  float: left;
}
#footer_nav dt{
  background: url(../../images/footer_mark.png) no-repeat left;
  padding-left: 12px;
  margin-bottom: 0.7em; 
  font-weight:bold;
}
#footer_nav dd{
  padding-left: 1em;
  margin-bottom: 0.7em; 
  font-size:90%;
}
.fnav_listlink{
  margin-top: 1.4em;
}
#footer_btm_wrap{
  width: 100%;
  background: url(../../images/footer_line.gif) repeat-x top;
}
#footer_btm{
  margin: 0 auto;
  display:table;
  min-height: 43px;
}
#footer_logo{
  display: table-cell;
  vertical-align: middle;
  padding: 2.5em 0;
  background: url(../../images/footer_silhouette.png) no-repeat right bottom;
  background-size: 33%;
}
#copyright_wrap{
  background: #ffffff;
}
#copyright_line{
  background: #1a53ff;
  height: 67px;
  margin-top: -0.2%;
}
#copyright{
  text-align: right;
  margin: 0 auto;
  display: block;
  padding: 1% 0;
  font-size: 0.7em;
}




/*----------------------トップ一覧-------------*/

/*イベント一覧*/
.itiranwaku{
 clear : both;
 overflow : hidden;
 width : 660px;
 margin : 20px auto;
 border-top : 1px dotted #bbb;
 text-align : left;
 padding-top : 15px;
}

.itiranhidari{
 width : 150px;
 float : left;
}

.itiranhidari p{
 margin : 0 0 5px 0;
 padding : 0;
}

.itiranmigi{
 width : 510px;
 float : right;
}

.itiranmigi h3{
 margin : 0;
 padding : 0;
 overflow : visible;
 font-size:100%;
}

.itiranmigi h3 a{
 font-weight : normal;
 line-height : 1.5em;
 overflow : visible;
 font-size:100%;
}

.itiranmigi table{
 width:100%;
 margin:20px 0 0 0;
}
.itiranmigi table.itiranhyo th{
 width : 10em;
 text-align : left;
 font-weight : normal;
 padding : 8px;
 vertical-align : top;
 border-bottom : 2px solid #fff;
 background : #ddd;
}

.itiranmigi table.itiranhyo td{
 padding : 8px;
 border-bottom : 2px dotted #ddd;
}

.itiranmigi table.itiranhyo td dt{
 width : 6em;
 float : left;
 margin : 0 0 5px 0;
}

.itiranmigi table.itiranhyo td dd{
 padding-left : 6em;
 margin : 0 0 5px 0;

}

.itiranmigi .itiranhyo .sale_date p{
  padding:0 0 5px 0;
  margin:0;
}
.itiranmigi .itiranhyo .sale_date img{
  padding:0 5px 0 0;
  vertical-align: middle;
}


/*トピックスメモ*/
.topics_memowaku{
  width:660px;
  margin:20px auto;
  padding:0 0 15px 0;
  overflow:hidden;
  border-bottom:1px dotted #ccc;
}

.topics_memowaku p,.topics_memowaku em,.topics_memowaku strong,.topics_memowaku a{
  padding:0;
  margin:0;
  line-height:130%;
}

/*トピックス詳細*/
.topics_date{
  padding:5px 10px;
  margin:0;
  text-align:right;
  overflow:hidden;
}

.topics_waku{
 clear : both;
 _margin : 20px 0 15px 0;
 margin : 20px 0 15px 10px;
 overflow:hidden;
}

.topics_waku p,.topics_waku em,.topics_waku strong,.topics_waku a{
  padding:0;
  margin:0;
}

.topics_img{
  float:right;
  padding:0 0 10px 10px !important;
  margin:0;
}

/*リストスタイル*/
.dl_sytle{
  clear:both;
  width:660px;
  padding:0;
  overflow:hidden;
}

.dl_sytle dt{
  width:6em;
  padding:10px 0;
  margin:0;
  float:left;
}

.dl_sytle dd{
  margin:0;
  padding:10px 0 10px 7em;
  border-bottom:1px dotted #ccc;
}


.ul_style{
  width:100%;
  margin:0;
  padding:0;
  list-style-type:none;
  overflow:hidden;
  text-align:center;
}

.ul_style li{
  display:inline;
  padding:0 10px;
  overflow:hidden;

}

.ul_style li img{
  border:0;
  vertical-align:top;
}




/* artist bank */
.conts_block .artist_info dt{
  font-weight: bold;
  border-bottom: dotted 1px #cccccc;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
.conts_block .artist_info dd{
  margin-bottom: 24px;
}
.conts_block .artist_info dd ol,.conts_block .artist_info dd ul{
  margin: 5px 20px;
  padding: 5px 20px;
}
.conts_block .artist_info dd ol li{
  list-style-type: decimal;
}
.conts_block .artist_comment{
  margin: 12px 0;
}
#artist_detail_data{
  padding: 20px;
}
#artist_detail_data .left_col{
  float: left;
  width: 190px;
  margin-right: 12px;
}
#artist_detail_data .left_col ul{
  padding: 0;
  margin: 0;
}
#artist_detail_data .left_col li{
  list-style-type: none;
}

#artist_detail_data .right_col{
  float: right;
  width: 463px;
}

#artist_detail_data h3{
  font-size: 1.6em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: dotted 1px #cccccc;
  line-height: 140%;
}
#artist_detail_data .artist_genre{
  color: #999999;
  font-size: 0.8em;
  margin: 0;
}

#artist_detail_data .right_col table{
  border: solid 2px #cccccc;
  width:100%;
  table-layout: fixed;
}
#artist_detail_data .right_col table caption{
  padding: 0.5em;
  background: #6b6b6b;
  color: #ffffff;
}
#artist_detail_data .right_col tr{
}
#artist_detail_data .right_col th{
  text-align: left;
  padding:0.5em 1.0em;
  background: #cccccc;
  vertical-align: middle;
  word-break: break-all;
}
#artist_detail_data .right_col th span{
  padding: 0.2em 0.3em;
  background: #f1f1f1;
  border-radius: 5px;
  border:solid 2px #cccccc;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
-ms-border-radius: 5px; 
}
#artist_detail_data .right_col td{
  padding: 1.0em;
  line-height: 150%;
  vertical-align: middle;
  word-break: break-all;
}
#artist_detail_data .right_col .work_info{
  padding: 1.0em;
  border:solid 2px #cccccc;
  background: #FFFEF7;
  margin: 0;
}
#artist_detail_data .right_col .work_info span{
  margin-top: 1.0em;
  font-size: 0.8em;
  display: block;
  line-height: 180%;
}
p.return{
  font-size: 0.8em;
  margin-top: -12px;
  margin-bottom: 48px;
}
div.return{
  margin-bottom: 0.8em;
  font-size: 0.8em;
}
.artist_bank .itiranhidari{
  width: 180px;
}
.artist_bank .itiranmigi{
  width: 465px;
}
.artist_bank .itiranmigi h3 a{
  font-weight: bold;
  font-size: 1.2em;
}
.artist_bank .itiranmigi th{
  width: 5.0em !important;
  line-height: 160%;
}
.artist_bank .itiranmigi td{
  line-height: 160%;
}
.artist_bank .data_list{
  padding:0.5em 0.5em 0;
  margin: 12px 0 0 0;
  background: #f9f9f9;
  border: solid 1px #cccccc;
  min-height: 96px;
}
.artist_bank .itiranwaku{
  margin: 0 auto !important;
  padding:24px 0 12px;
}
.artist_bank .data_list dt{
  float: left;
  clear: left;
  background: #999999;
  color: #ffffff;
  width: 7.0em;
  text-align: center;
  border-radius: 5px;
  border-bottom: solid 2px #777777;
  font-weight: normal !important;
}
.artist_bank .data_list dd{
  margin-left: 7.5em;
  padding-bottom: 0.5em;
  min-height: 1.4em;
  line-height: 180%;
}
#breadlist{
  margin-bottom: 1.0em;
  font-size: 0.8em;
  line-height: 140%;
}
.artist_bnrarea{
  margin-bottom: 1.0em;
}

.col5{
  width: 20% !important;
}
.col5 dd{
  font-size: 85% !important;
}

/*------------------------------------------------------------header・リニューアル*/
#header_top{
  background: #E5EAF0;
}
#header_top_inner{
  width: 1000px;
  margin: 0 auto;
  padding: 0.5em 0;
}
#size_switch,
#size_switch dt,
#size_switch dd{
  float: left;
}
#size_switch{
  display: inline-block;
  vertical-align: top;
  zoom: 1; /* Fix for IE7 */
  *display: inline; /* Fix for IE7 */
}
#size_switch dt{
  margin-right: 0.5em;
}
#size_switch dd{
  margin-right: 0.25em;
}
#header_top_inner .f_on{
  float: left;
}
#header_inner_left{
  font-size: 12px;
  color: #4A7DB9;
  float: left;
}
#header_inner_left p{
  padding-top: 0.5em;
}
#header_inner_right{
  float: right;
  position: relative;
  width: 490px;
}
/* ふりがなon */
#f_header{

}
#f_header p{
  width: 1000px;
  margin: 0 auto;
  font-size: 0.8em;
  padding-bottom: 0.5em;
}

/* 文字サイズ */
#size_switch .textresizer-active{
  position: relative;
}
#size_switch .textresizer-active::after{
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14,43,130,0.3);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}


/*------------------------------------------------------------
施設空き情報
------------------------------------------------------------*/
ul.download_list li{
  margin-bottom: 0.5em;
}
ul.download_list li a{
  margin-right: 0.25em;
}
ul.download_list li span.ic_pdf{
  border: solid 1px #FF3500;
  color: #FF3500;
  text-align: center;
  padding: 0 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 0.9em;
}
ul.download_list li span.ic_pdf i{
  margin-right: 0.25em;
}
div.att_block{
  border: solid 1px #ccc;
}
.download_block_wrap{
  padding: 1.0em 1.0em 0;
}
.douwload_sideway{
  display: inline-block;
  width: 32%;
  vertical-align: top;
  margin-bottom: 2.0em;
  margin-right: 0.5em;
}
.douwload_sideway:nth-child(3n){
  margin-right: 0;
}
.douwload_sideway ul{
  padding: 0;
  margin: 0.5em 0 0;
}
.douwload_sideway ul li{
  list-style: none;
  margin-bottom: 0.3em;
}
.douwload_sideway h4{
  background-color: #ccc;
  padding: 0.5em;
}
.douwload_sideway ul li a{
  position: relative;
  display: block;
  padding-left: 1.0em;
}
.douwload_sideway ul li a:hover{
  color: #ff0000;
}
.douwload_sideway ul li a:before{
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #0000ff;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #0000ff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  left: 1%;
  -webkit-transform: translateY(100%); /* Safari用 */
  transform: translateY(100%);
}
.douwload_sideway ul li a:hover:before{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  border-color: transparent transparent transparent #ff0000;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #ff0000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.douwload_sideway:nth-child(6) ul li:nth-child(3) a{
  line-height: 1.4;
}
.douwload_sideway:nth-child(6) ul li:nth-child(3) a:before{
  -webkit-transform: translateY(70%); /* Safari用 */
  transform: translateY(70%);
}

/* 更新日追加
------------------------------------------------------------*/
.download_list3 .updated{
  font-size: 0.8em;
  display: block;
}
.douwload_sideway ul.download_list3 li a:before{
  display: none;
}
.douwload_sideway .download_list3 li{
  margin-bottom: 0.5em;
}
.download_list3 a,
.download_list3 a:visited{
  display: block;
  background: #ddf0ff;
  color: #111;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom: solid 3px #ceeaff;
  text-decoration: none;
  padding: 0.5em 1.5em 0.5em 0.5em;
  line-height: 1.6;
  position: relative;
}
.download_list3 a:hover{
  opacity: 0.8;
}
.download_list3 a:after{
  font-family: FontAwesome;
  content: "\f054";
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
  position: absolute;
  right: 0.5em;
}





/* att_block */
.att_block2{
  padding: 0.5em;
  border: solid 1px #ff0000;
  color: #ff0000;
}


/* アイコンリスト /6 */
ul.iconlist6{
  list-style-type: none;
  width: 672px;
  padding: 0;
  margin: 30px auto 0.5em;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}
ul.iconlist6 li{
  width: 84px;
  margin-right: 12px;
  list-style: none;
}
ul.iconlist6 li:last-of-type{
  margin-right: 0;
}
ul.iconlist6 li img{
  width: 100%;
  height: auto;
}

ul.iconlist6.table-icon-list{
  width: 100%;
}
