@charset "UTF-8";
/* CSS Document */
/* TOP */

ul {
  margin: 0 0 0 1.5em;
  padding: 0;
  list-style-image: url("./image/image1.gif");
}

#main {
 text-align: center;
 margin:0;
 padding:0;
 height: auto;
 font-size: 17px;
 line-height: 30px;
}

div .midashi {
 margin:0;
 padding-top:5px;
 padding-left:10px;
 height:23px;
 color: #fff;
 font-size: 20px;
 text-align: center;
 background-color: #903;
 background-image: url("./image/image3.gif");
 background-repeat: repeat;
 background-position:0;
 text-shadow: 1px 1px 1px #333300;  
 filter: dropshadow(color=#333300, offx=1, offy=1);
 border-style: solid;
 border-width: 0 0 1px 0;
 border-color: #603;  
}

div .midashi2 {
 margin:0;
 padding-top:2px;
 padding-left:10px;
 height:22px;
 color: #300;
 font-size: 16px;
 text-align: left;
 background-color: #6c9;
 background-position:0;
 border-style: solid;
 border-width: 2px 0 2px 0;
 border-color: #ffc;  
}

div .midashi3 {
 margin:0;
 padding-top:2px;
 padding-left:10px;
 height:22px;
 color: #300;
 font-size: 16px;
 text-align: left;
 background-color: #f93;
 background-position:0;
 border-style: solid;
 border-width: 2px 0 2px 0;
 border-color: #ffc;  
}


a { color: #036; }
a visit { color:#F36; }

ul {
  margin: 0 0 0 1.5em;
  padding: 0;
  list-style-image: none;
}


#m1 {
	padding-top: 2px;
	height: 22px;
	background-color:#300;
	color:#FFF;
}

.kaiin a{
   font-size: 18px;
   font-color: #39C;
   /* ▼表示形態 */
   display: block;
   /* ▼サイズ */
   width: 265px;
   /* ▼余白 */
   padding: 0.6em 0px;
   margin: 0.3em auto;
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #c96 #963 #963 #c96;
   /* ▼角丸 */
   -webkit-border-radius: 5px; /* Chrome,Safari */
   -moz-border-radius: 5px;    /* Firefox */
   border-radius: 5px;         /*                 CSS                3 */
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#ffc); /* IE */
   background: -moz-linear-gradient(top, #fff, #ffc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ffc);   /* Opera */
   text-shadow: 1px 1px 1px #fc6;  
   filter: dropshadow(color=#fc6, offx=1, offy=1); 
   border: inset 1px #c93;
}

.kaiin a:hover{
   position: relative;
   top: 1px;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#fff)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc,EndColorStr=#9fff); /* IE */
   background: -moz-linear-gradient(top, #ffc, #fff); /* Firefox */
   background: -o-linear-gradient(top, ffc, #fff);   /* Opera */
   text-shadow: 1px 1px 1px #ffc;  
   filter: dropshadow(color=#ffc, offx=1, offy=1); 
   border: inset 1px #fc9;
}


.search a{
   font-size: 16px;
   font-color: #39C;
   /* ▼表示形態 */
   display: block;
   /* ▼サイズ 
   width: 100%;*/
   /* ▼余白 */
   padding: 0.6em 0px;
   margin: 0;
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #c96 #963 #963 #c96;
   /* ▼角丸 */
   -webkit-border-radius: 3px; /* Chrome,Safari */
   -moz-border-radius: 3px;    /* Firefox */
   border-radius: 3px;         /*                 CSS                3 */
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼背景 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#ffc); /* IE */
   background: -moz-linear-gradient(top, #fff, #ffc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ffc);   /* Opera */
   text-shadow: 1px 1px 1px #999;  
   filter: dropshadow(color=#999, offx=1, offy=1); 
}

.search a:hover{
   position: relative;
   top: 1px;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#fff)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc,EndColorStr=#9fff); /* IE */
   background: -moz-linear-gradient(top, #ffc, #fff); /* Firefox */
   background: -o-linear-gradient(top, ffc, #fff);   /* Opera */
   text-shadow: 1px 1px 1px #ffc;  
   filter: dropshadow(color=#ffc, offx=1, offy=1); 
   border: inset 1px #fc9;
}

/* サムネイルつき矢印リスト２列 */
.list5 {
   	margin: 0;
 }

 .list5 ul {
   padding: 0;
   margin: 0;
   list-style: none;
   display: block;
 }
 

 .list5 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
 
 .list5 ul li img{
 float: left;
 height: 25px;
 width: 20px;
 padding-left:15px;
 }
 
 .list5 a{
   font-size: 17px;
   font-color: #603;
   /* ▼表示形態 */
   display: block;
   /* ▼サイズ 
   width: 50%;*/
   /* ▼余白 */
   padding: 0.6em 0px;
   margin: 0;
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #c96 #963 #963 #c96;
   /* ▼角丸 */
   -webkit-border-radius: 3px; /* Chrome,Safari */
   -moz-border-radius: 3px;    /* Firefox */
   border-radius: 3px;         /*                 CSS                3 */
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#ffc); /* IE */
   background: -moz-linear-gradient(top, #fff, #ffc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ffc);   /* Opera */
   text-shadow: 1px 1px 1px #999;  
   filter: dropshadow(color=#999, offx=1, offy=1);
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
	  }
 
 .list5 a:hover{
   position: relative;
   top: 1px;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#fff)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc,EndColorStr=#9fff); /* IE */
   background: -moz-linear-gradient(top, #ffc, #fff); /* Firefox */
   background: -o-linear-gradient(top, ffc, #fff);   /* Opera */
   text-shadow: 1px 1px 1px #ffc;  
   filter: dropshadow(color=#ffc, offx=1, offy=1); 
   border: inset 1px #fc9;
}


/* サムネイルつき矢印リスト２列（その２） */
.list6 {
   	margin: 0;
 }

 .list6 ul {
   padding: 0;
   margin: 0;
   list-style: none;
   display: block;
 }
 

 .list6 ul li:nth-child(odd) {
 float: left;
 width: 50%;
 }
 
 .list6 ul li img{
 float: left;
 height: 15px;
 width: 15px;
 padding-left:5px;
 }
 
 .list6 a{
   font-size: 16px;
   font-color: #603;
   /* ▼表示形態 */
   display: block;
   /* ▼サイズ 
   width: 50%;*/
   /* ▼余白 */
   padding: 0.6em 0px;
   margin: 0;
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #c96 #963 #963 #c96;
   /* ▼角丸 */
   -webkit-border-radius: 3px; /* Chrome,Safari */
   -moz-border-radius: 3px;    /* Firefox */
   border-radius: 3px;         /*                 CSS                3 */
   /* ▼文字装飾 */
   text-decoration: none;
   /* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#ffc); /* IE */
   background: -moz-linear-gradient(top, #fff, #ffc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ffc);   /* Opera */
   text-shadow: 1px 1px 1px #999;  
   filter: dropshadow(color=#999, offx=1, offy=1);
   overflow: hidden;
   white-space: nowrap;
   text-overflow: ellipsis;
	  }
 
 .list6 a:hover{
   position: relative;
   top: 1px;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#fff)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc,EndColorStr=#9fff); /* IE */
   background: -moz-linear-gradient(top, #ffc, #fff); /* Firefox */
   background: -o-linear-gradient(top, ffc, #fff);   /* Opera */
   text-shadow: 1px 1px 1px #ffc;  
   filter: dropshadow(color=#ffc, offx=1, offy=1); 
   border: inset 1px #fc9;
}



#globalNav li>a>img{
   display:none;
}

#globalNav ul{
   padding: 0;
   margin: 0;
   list-style: none;
   display: block;
}

#globalNav li:first-child{
   border-bottom:1px #c93 solid;
}

#globalNav li{
   overflow:hidden;
   margin: 0;
   float: none;
   clear: both;
   /*width:100%;*/
   line-height: 42px;
   text-align:left;
   padding:5px 0 5px 0px;
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#ffc); /* IE */
   background: -moz-linear-gradient(top, #fff, #ffc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ffc);   /* Opera */
   text-shadow: 1px 1px 1px #fc6;  
   filter: dropshadow(color=#fc6, offx=1, offy=1); 
   border: inset 1px #c93;
}

#globalNav a{
   margin-left: 5px;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   color: #300;
   text-decoration: none;
   display:block;
   -webkit-box-sizing: border-box;
   background: url(image/arrow.png) right center no-repeat;
   background-position:right center;
   -webkit-background-origin: content;
}

#globalNav li>a:before{
   font-size:18px;
   vertical-align:middle;
}


img.button {
	width: 25%;
}


#menu ul{
	text-align:left;
	margin:0px;
}

#menu li{
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e6e6e6); /* IE */
   background: -moz-linear-gradient(top, #ffffff, #e6e6e6); /* Firefox */
   background: -o-linear-gradient(top, #fff, #CCC);   /* Opera */
   text-shadow: 1px 2px 2px #63C;  
   filter: dropshadow(color=#63C, offx=1, offy=1); 
   border-bottom: inset 1px #666;
}

#menu li a{
	font-size:13px;
	display:block;
	height: 48px;
	line-height:13px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;  
	text-decoration: none;
}
		
#menu li a strong{
	font-size:15px;
	color: #F36;
	display:block;
	padding-top:5px;
	padding-bottom:3px;
}


#menu3 li:first-child{
   border-top:1px #CCC solid;
}

#menu3 ul{
	text-align:left;
	width:100%;
	margin:0px;
}

#menu3 li{
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e6e6e6); /* IE */
   background: -moz-linear-gradient(top, #ffffff, #e6e6e6); /* Firefox */
   background: -o-linear-gradient(top, #fff, #CCC);   /* Opera */
   text-shadow: 1px 2px 2px #63C;  
   filter: dropshadow(color=#63C, offx=1, offy=1); 
   border-bottom: inset 1px #666;
}

#menu3 li a{
	font-size:12px;
	display:block;
	height: 52px;
	line-height:14px;
	color: #333;
	text-shadow: 1px 1px 1px #fff;  
	text-decoration: none;
}
		
#menu3 li a strong{
	font-size:15px;
	color: #09C;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
}

/* ボタン化用*/

.button-small a{
   color: #066;
   font-size: 17px;
   font-color: #603;
   /* ▼表示形態 */
   display: block;
   /* ▼サイズ */
   width: 160px;
   height: 37px;
   /* ▼余白 */
   padding: 5px;
   margin: 20px auto 80px auto;
   /* ▼枠線 */
   border-style: solid;
   border-width: 1px;
   border-color: #c96 #963 #963 #c96;
   /* ▼角丸 */
   -webkit-border-radius: 5px; /* Chrome,Safari */
   -moz-border-radius: 5px;    /* Firefox */
   border-radius: 5px;         /*                 CSS                3 */
   /* ▼文字装飾 */
   text-align: center;
   text-decoration: none;
   /* ▼背景 */
   background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffc)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#ffc); /* IE */
   background: -moz-linear-gradient(top, #fff, #ffc); /* Firefox */
   background: -o-linear-gradient(top, #fff, #ffc);   /* Opera */
   text-shadow: 1px 1px 1px #999;  
   filter: dropshadow(color=#999, offx=1, offy=1); 
}

.button-small a:hover{
   position: relative;
   top: 1px;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffc), to(#fff)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffc,EndColorStr=#9fff); /* IE */
   background: -moz-linear-gradient(top, #ffc, #fff); /* Firefox */
   background: -o-linear-gradient(top, ffc, #fff);   /* Opera */
   text-shadow: 1px 1px 1px #ffc;  
   filter: dropshadow(color=#ffc, offx=1, offy=1); 
   border: inset 1px #fc9;
}

.image70 img{
    width: 70%;
}

.image80 img{
    width: 80%;
}

.image100 img{
    width: 100%;
}

/* --------------------------------------------------
   coder Table
-------------------------------------------------- */
.coder {
    border-spacing: 0;
	
    border: 1px solid #CCC;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
         -o-border-radius: 6px;
            border-radius: 6px;
    box-shadow: 0 1px 1px #CCC;	
}
.coder th,
.coder td {
    padding:5px;
    background:#FFF;
    border-bottom:solid 1px #CCC;
    border-right:solid 1px #CCC;
}
.coder th {
    background:#FFF;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.8) inset;
    color:#69655c;
}

/* -----------------------
  左上角丸　最初の行の最初のセル
----------------------- */
.coder tr:first-child th:first-child,
.coder tr:first-child td:first-child {
    -webkit-border-radius: 6px 0 0 0;
       -moz-border-radius: 6px 0 0 0;
         -o-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
}
/* -----------------------
  右上角丸　最初の行の最後のセル
----------------------- */
.coder tr:first-child th:last-child,
.coder tr:first-child td:last-child {
    -webkit-border-radius: 0 6px 0 0;
       -moz-border-radius: 0 6px 0 0;
         -o-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
}
/* -----------------------
  左下角丸　最後の行の最初のセル
----------------------- */
.coder tr:last-child th:first-child,
.coder tr:last-child td:first-child {
    -webkit-border-radius: 0 0 0 6px;
       -moz-border-radius: 0 0 0 6px;
         -o-border-radius: 0 0 0 6px;
            border-radius: 0 0 0 6px;
}
/* -----------------------
  右下角丸　最後の行の最後のセル
----------------------- */
.coder tr:last-child th:last-child,
.coder tr:last-child td:last-child {
    -webkit-border-radius: 0 0 6px 0;
       -moz-border-radius: 0 0 6px 0;
         -o-border-radius: 0 0 6px 0;
            border-radius: 0 0 6px 0;
}

.image25 img{
    width: 25%;
}

/*検索フォーム*/

#search input.text{
    border:1px solid #777;
    border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    text-shadow: 0 1px #fff;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#fff));
    background: -moz-linear-gradient(top, #eee, #fff);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#eeeeee\', endColorstr=\'#ffffff\');
    float: left;
    position: relative;
    left: 10%;
    width: 60%;
    height: 32px;
    font-size: 16px;
}

#search input.submit{
    border:1px solid #777;
    border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    text-shadow: 0 1px #003;
    -moz-box-shadow: 0 1px 1px #003;
    -webkit-box-shadow: 0 1px 1px #003;
    box-shadow: 0 1px 1px #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#069), to(#039));
    background: -moz-linear-gradient(top, #069, #039);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr=\'#eeeeee\', endColorstr=\'#ffffff\');
 float: left;
    position: relative;
    left: 10%;
    cursor: pointer;
    color:#FFF;
    width: 20%;
    height: 32px;
    font-size:16px;
}

/*ラジオボタン*/
.radios {
    display:inline-block;
    margin:0;
    padding:0;
    clear:both;
}
.radios li {
    display:inline-block;
    position:relative;
    float:left;
    list-style:none;
    border:solid 1px #ddd;
    border-right:none;
    overflow:hidden;
}
.radios li:first-child {
    border-radius:5px 0 0 5px;
}
.radios li:last-child {
    border-right:solid 1px #ddd;
    border-radius:0 5px 5px 0;
}
.radios label {
    display:block;
    min-width:3em;
    text-align:center;
    background:#eee;
    background:-webkit-gradient(linear, left top, left bottom, from(#FFF),to(#EEE));
    background:-moz-linear-gradient(top, #fff, #eee);
    border:solid 1px rgba(255,255,255,0.2);
    padding:5px;
    text-shadow:0 1px 0 rgba(255,255,255,0.5);
}
.radios li:first-child label {
    border-radius:3px 0 0 3px;
}
.radios li:last-child label {
    border-radius:0 3px 3px 0;
}
.radios input[type=radio] {
    position:absolute;
    opacity:0;
    width:100%;
    height:100%;
    margin:0;
    cursor:pointer;
}
.radios input[type=radio]:checked {
    cursor:auto;
}
.radios input[type=radio]:checked + label {
    color:#fff;
    text-shadow:0 -1px 0 rgba(0,0,0,0.2);
    border:solid 1px rgba(0,0,0,0.1);
    background:#666;
    background:-webkit-gradient(linear, left top, left bottom, from(#313131),to(#626262));
    background:-moz-linear-gradient(top, #333, #666);
}


.space3 {
  padding-top: 3px;
}

/* -----------------------
  テーブルボタン化
----------------------- */ 

a.btn {
        display:block;width:100%;height:100%!important;
}

/* -----------------------
  テーブルボタン化ここまで
----------------------- */ 

#footer {
  font-size: 15px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 60px;
}

.right {
     line-height: 40px;
     float: right;
     margin-right: 30px;
}

#menu li:first-child{
   border-top:1px #CCC solid;

}

#menu ul{
  list-style: none;
  text-align: left;
}

#menu li{
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e6e6e6)); /* Chrome,Safari */
   filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e6e6e6); /* IE */
   background: -moz-linear-gradient(top, #ffffff, #e6e6e6); /* Firefox */
   background: -o-linear-gradient(top, #fff, #CCC);   /* Opera */
   text-shadow: 1px 2px 2px #63C;  
   filter: dropshadow(color=#63C, offx=1, offy=1); 
   border-bottom: inset 1px #666;
}

#menu li div {
    padding: 0px 20px 0px 0px ;
}

#menu li a{
  background: url(image/arrow.png) right center no-repeat;
        background-position:right center;
        -webkit-background-origin: content;
  font-size:12px;
  display:block;
  height: 66px;
  line-height:11px;
  color: #333;
  text-shadow: 1px 1px 1px #fff;  
  text-decoration: none;
  padding: 8px 0;
  white-space: nowrap;
    overflow: hidden;              /* "overflow" の値は "visible" 以外のものを指定する */ 
    -o-text-overflow: ellipsis;    /* Opera 9-10 */
    text-overflow:    ellipsis;    /* IE, WebKit (Safari, Chrome), Firefox 7, Opera 11 */
}
    
#menu li a strong {
  font-size:17px;
  color: #09C;
  line-height:18px;
  display:block;
  padding: 4px 15px 4px 0;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow:    ellipsis;
}

.icon_p {
  background: url(image/thumb.gif) left center no-repeat;
  background-size: contain;
  float: left;
  height: 60px;
  width: 60px;
}

.icon_b {
  background: url(image/thumb2.gif) left center no-repeat;
  background-size: contain;
  float: left;
  height: 60px;
  width: 60px;
}

div#footerarea {
    position: fixed !important;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background-color: #313131;
    border-top: solid 1px white;
    margin-bottom: -1px;
}

.tab_top {
   background: url(image/image46.png) no-repeat;
   background-size: contain;
   background-position: center;
   float: left;
   border-right: solid 1px white;
   width: 25%;
   height: 60px;
   background-color: #6C6C6C;
   pointer-events:none
}

.tab_new {
   background: url(image/image39.png) no-repeat;
   background-size: contain;
   background-position: center;
   float: left;
   border-right: solid 1px white;
   width: 25%;
   height: 60px;
}

.tab_special {
   background: url(image/image54.png) no-repeat;
   background-size: contain;
   background-position: center;
   float: left;
   border-right: solid 1px white;
   width: 25%;
   height: 60px;
}

.tab_search {
   background: url(image/image40.png) no-repeat;
   background-size: contain;
   background-position: center;
   float: left;
   width: 25%;
   height: 60px;
   margin-right: -3px;
}

.tab_support {
   background: url(image/image41.png) no-repeat;
   background-size: contain;
   background-position: center;
   float: left;
   width: 25%;
   height: 60px;
   margin-right: -3px;
}


/* 開閉式お知らせ */

dl, dd, dt, #info {
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.faq dt {
  height: 103px;
  width: 320px;
  display: block;
  border: solid 1px #963;
  background: url(image/image49.png) center bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffc)); /* Chrome,Safari */
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#ffc);
  background: url(image/image49.png) center bottom no-repeat, -moz-linear-gradient(top, #fff, #ffc);
  background: url(image/image49.png) center bottom no-repeat, -o-linear-gradient(top, #fff, #ffc);
  cursor: pointer;
}

.faq .open {
  background: url(image/image50.png) center bottom no-repeat, -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ffc)); /* Chrome,Safari */
  filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#fff,EndColorStr=#ffc);
  background: url(image/image50.png) center bottom no-repeat, -moz-linear-gradient(top, #fff, #ffc);
  background: url(image/image50.png) center bottom no-repeat, -o-linear-gradient(top, #fff, #ffc);
}

.faq dd {
  height: 250px;
  width: 320px;
  border: solid 1px #963;
  border-top: none;
}

.line_dt img, .line_dd img {
  width: 100%;
}

#info {
  text-align: center;
  line-height: 20px;
  width: 320px;
  border: solid 1px #963;
  border-bottom: none;
  background-color: #fff;
}