@charset "utf-8";
/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
        margin: 0;
        padding: 0;
        border: 0;
        font-size: 100%;
        vertical-align: baseline;
}

body{ 
  line-height: 1;
  background-color: #fdfdfd;   
  font-family:  "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Helvetica, Arial, Sans-Serif;
  font-size:14px;
  color:#333;
  margin:8px;
}

/** ヘッダー **/
#header{ 
  width:700px;
  margin:0 auto;
 }
#container{ 
  border-style:solid;
  border-width:1px;
  border-color:#003399;
  width:700px;
  margin:5px auto 0 auto;
  border-radius:6px;
  font-size:13px;
 }

#container div.wrapper{ 
  margin:0 15px 15px 15px;
 }

#container h1{ 
  font-size:20px;
  text-align:center;
  line-height:40px;
  color:#ffffff;
  text-shadow: 2px 1px 3px rgba(0,0,0,0.3);
  background-color:rgb(255, 51, 0);
  box-shadow:2px 2px 10px 1px rgba(0,0,0,0.4);
 }

#container h2{ 
  font-size:16px;
  text-align:center;
  line-height:30px;
  color:#ffffff;
  background-color: rgb(0, 50, 255);
  text-shadow: 2px 1px 3px rgba(0,0,0,0.3);
  box-shadow:2px 2px 10px 1px rgba(0,0,0,0.4);
  margin-bottom:20px;
  margin-top:10px;
 }

#container h2.fraud{ 
  background-color:#ff8000;
}

#container h2.opinion{ 
  background-color:#006633;
}

#container h3{ 
  margin-top:10px;
  line-height:24px;
  font-size:14px;
  color:#333333;
  border-style:solid;
  border-width:0 0 1px 0;
  border-color:#bbbbbb;
  margin-bottom:10px;
  padding-left:10px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}

#container p.article{ 
  line-height:1.8em;
  margin: 40px 0;
  padding:10px;
  color:#333333;
  box-shadow:2px 2px 8px 2px rgba(0,0,0,0.2);
 }

#container div.mbox{ 
  text-align:center;
 }

#container div.mbox10-20{ 
  text-align:center;
  margin: 10px 0 20px 0;
 }

#container img.img-center{ 
  display:block;
  margin:0 auto 5px auto;
 }

#container img.hspace5{ 
  display:block;
  margin:20px auto;
 }

#container img.vspace5{ 
  display:block;
  margin:20px auto;
 }

#container img.vspace20{ 
  display:block;
  margin:0 auto 20px auto;
 }

#container img.hvspace30{ 
  display:block;
  margin:30px auto;
 }

#container img.hv0-30{ 
  display:block;
  margin:0 auto 30px auto;
 }

#container img.hv20-10{ 
  display:block;
  margin:20px auto 10px auto;
 }

#container img.hv10-50{ 
  display:block;
  margin:10px auto 50px auto;
 }

#container img.hv10-40{ 
  display:block;
  margin:10px auto 40px auto;
 }

#container div.box-kensu{
  position: relative;
  width: 652px;
  background-color: #ccc;
  margin: 20px auto;
}

#container div.toukou-count, #container div.hall-count{
  color: #FA0000;
  position: absolute;
  font-size: 180%;
  font-weight: bold;
  text-align: right;
  line-height: 1;
  font-family: Arial, sans-serif;
}



#container div.toukou-count{
  position:absolute;
  font-size: 200%;
  top:45px;
  left:290px;
}

#container div.hall-count{
  position:absolute;
  top:85px;
  left:155px;
  font-size: 180%;

}

#container div.toukou-date{
  position: absolute;
  font-size:80%;
  line-height: 1;
  width:100%;
  text-align:center;
  margin: 0 auto;
  top:130px;
}

#container div.wrapper span.caution{ 
  color:rgb(255, 51, 0);
 }

#container textarea{ 
  width:500px;
  height:150px;
 }

#container dt.pref-index{ 
  display:none;
 }
#container dd.pref-name{ 
  display:none;
 }

#container div.button-set{ 
  text-align:center;
  margin-bottom:40px;
  margin-top:20px;
 }

#container div.button-set button{ 
  margin: 0 10px;
 }

/** 不正フォーム **/
/** イメージファイルアップロードボックス **/
#image-upload-box{ 
  border-style:solid;
  border-width:1px;
  border-color:#aaaaaa;
  width:600px;
  height:200px;
  position:absolute;
  background-color:#ffffff;
  display:none;
  border-radius: 10px;
  box-shadow:2px 2px 10px 1px rgba(0,0,0,0.4);
  top:720px;
 }

#image-upload-box button.close{ 
  float:right;
  margin: 5px 5px 0 0;
}

#image-upload-box div.title{ 
  margin: 15px 0 10px 15px;
 }

#image-upload-box #fileupForm{ 
  margin: 0 0 0 10px;
 }


#image-upload-box div.caption{ 
  line-height:1.5em;
  font-size:12px;
  margin: 15px;
 }
#image-upload-box div.message{ 
  margin: 15px;
  font-size:18px;
  font-weight:800;
  display:none;
 }

#image-list div.thumb-box{ 
  width:85px;
  float:left;
 }

#image-list div.image{ 
  margin:0 auto;
  width:75px;
  height:75px;
  position: relative;
 }

#image-list img{ 
  position: absolute;
  bottom: 0;
 }

#image-list a:hover img{ 
opacity:0.7;
 }

#confirm-zone{ 
  display:none;
 }


#confirm-zone p.confirm{ 
  margin:10px ;
  font-weight:700;
  font-size:16px;
  line-height:1.5em;
 }

#comp-zone{ 
  display:none;
 }

#comp-zone p.comp{ 
  margin:10px ;
  font-weight:700;
  font-size:16px;
  line-height:1.5em;
  text-align:center;
 }
/** アンケート **/
div.qnumber{ 
  font-size:14px;
  padding: 0 10px;
 }

div.qarticle{ 
  border-style:solid;
  border-width:1px;
  border-color:#bbbbbb;
  padding:20px;
  margin:10px;
 }
/** フッター **/
#footer{ 
  width:700px;
  margin:0 auto;
 }

#footer div.wrapper{ 
  font-size:11px;
  margin-top:2em;
 }

#footer div.caution{ 
  font-size:11px;
  line-height:1.4em;
  text-align:center;
 }

#footer div.copy{ 
  font-size:12px;
  margin-top:10px;
  text-align:center;
 }



/** フォームエレメント **/
select, 
textarea, 
input[type="text"], 
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
.uneditable-input {
  border-radius: 4px 4px 4px 4px;
  color: #555555;
  height: 20px;
  line-height: 20px;
  padding: 4px 6px;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  float: none;
  margin-left: 0;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

select {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  height:30px;
}


textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}


select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}


.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-xmini {
  width: 30px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 350px;
}

.input-xxxlarge {
  width: 500px;
}

.i-txt{ ime-mode:active; -ms-ime-mode:active; }
.noime{ ime-mode:disabled; -ms-ime-mode:disabled; }

.date-input{ width:85px; }


/** ボタン **/
.button{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding: 6px 20px;
    margin: 0;
    cursor: pointer;
    border: 1px solid #bbb;
    overflow: visible;
    font: bold 13px arial, helvetica, sans-serif;
    text-decoration: none;
    white-space: nowrap;
    color: #555;
    background-color: #ddd;
    background-image: linear-gradient(top, rgba(255,255,255,1),
                                rgba(255,255,255,0)),
                                url(data:image/png;base64,iVBORw0KGg[...]QmCC);
    transition: background-color .2s ease-out;
    background-clip: padding-box; /* Fix bleeding */
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .3),
                            0 2px 2px -1px rgba(0, 0, 0, .5),
                            0 1px 0 rgba(255, 255, 255, .3) inset;
    text-shadow: 0 1px 0 rgba(255,255,255, .9);
}
 
.button:hover{
    background-color: #eee;
    color: #555;
}
 
.button:active{
    background: #e9e9e9;
    position: relative;
    top: 1px;
    text-shadow: none;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .3) inset;
    outline: none;
}

/* カスタムボタン 75px */
.button.umin{ 
  width:75px;
  margin:2px 5px;
  padding: 2px 0;
  font-size:10px;
 }

.button.mini{
  padding: 2px 10px;
}

/* より小さいサイズのボタン */
.button.small{
  padding: 4px 12px;
}
/* 最小のボタン */
.button.mini{
  font-size:10pt;
  padding: 2px 6px;
} 

/* より大きいサイズのボタン */
.button.large{
  padding: 12px 30px;
  text-transform: uppercase;
}
 
.button.large:active{
  top: 2px;
}



.button.color{
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,.2);
  background-image: linear-gradient(top, rgba(255,255,255,.3), 
  rgba(255,255,255,0)),
  url(data:image/png;base64,iVBORw0KGg[...]QmCC);
}
/* */
 
.button.green{
  background-color: #57a957;
  border-color: #57a957;
}
 
.button.green:hover{
  background-color: #62c462;
}
 
.button.green:active{
  background: #57a957;
}
 
/* */
 
.button.red{
  background-color: #ea7070;
  border-color: #e18986;
}
 
.button.red:hover{
  background-color: #ea8986;
}
 
.button.red:active{
  background: #c43c35;
}

.button.blue{
  background-color: #269CE9;
  border-color: #269CE9;
}
 
.button.blue:hover{
  background-color: #70B9E8;
}
 
.button.blue:active{
  background: #269CE9;
}

/** アラートウインドウ **/
#alert-window{ 
  position:absolute; 
  display:none;
  font-size:12px;
}
.balloon {
/** background-color:#fff; **/
background-color:#ffffcc;
border:1px solid #888888;
border-radius:5px;
height:40px;
padding:10px;
}
 
.balloon:before {
border:10px solid transparent;
border-right-color:#ffffcc;
border-left-width:0;
left:-9px;
content:"";
display:block;
top:20px;
position:absolute;
width:0;
z-index:1;
}
 
.balloon:after {
border:10px solid transparent;
border-right-color:#888888;
border-left-width:0;
left:-10px;
content:"";
display:block;
top:20px;
position:absolute;
width:0;
}

.balloon:hover{
  cursor: pointer;
  color: #aaaaaa;
}

/** フロート解除 **/
.clearfix:after{ 
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
 }

.clearfix{ 
  min-height:1px;
}

* html .clearfix{ 
  height: 1px;
  height: auto;
  overflow: hidden;
 }

/** リスト **/
dl.list175 {  
  overflow: hidden;  
  zoom: 1;  
}

dl.list175 dt {  
  width: 8em;  
  height:1.5em;
  float: left;  
  clear: both;  
  font-weight: 300px;
  text-align:right; 
  margin-top:7px;
}  


dl.list175 dd {  
  padding: 0 0 10px 9em;  
}  



/** list179 **/

dl.list179{ 
  overflow:hidden; zoom:1; 
  border-style:solid;
  border-width:1px 1px 0 1px;
  border-color:#dddddd;
}

dl.list179 dt{ 
  float: left;
  width: 8em;
  clear:both;
  padding:10px;
  text-align:right;
  border-style:solid;
  border-width:0 0 0 0;
  border-color:#dddddd;
}

dl.list179 dd{ 
/**  padding-left:9em; **/
  padding: 10px 10px 10px 10em;
  border-style:solid;
  border-width:0 0 1px 0;
  border-color:#dddddd;
}
dl.list179 dd:after{ 
  clear:both;
}


dl.list180 dt{ 
  line-height:3em;
  float:left;
  margin-right:1em;
 }

dl.list180 dd{ 
  line-height:3em;
 }

dl.list180 dd:after{ 
  clear:both;
}

dl.list181{ 
  margin-bottom:1em;
 }

dl.list181 dt{ 
  line-height:3em;
  float:left;
  width: 8em;
  text-align:right;
 }

dl.list181 dd{ 
  line-height:3em;
  padding-left:9em;
 }

dl.list181 dd:after{ 
  clear:both;
}

dd span.ex{ 
  margin-left:1em;
  font-size:12px;
  color:#888888;
 }



/**  2014-11-12追加 **/
div.nav{
	width: 680px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.nav ul,div.nav ul li{display:block;list-style:none;margin:0;padding:0;}
div.nav ul li{
	float: left;
}
div.nav ul li ul li{
	float: none;
	width: 100%;
}
div.nav ul li a{
	display: block;
	width: 115px;
	text-decoration: none;
	outline: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #333;
}
div.nav ul li a:hover{
	background-color: rgb(17,41,91);
	color: #FFF;
}

div.nav ul li a:visited{
	display: block;
	width: 115px;
	text-decoration: none;
	outline: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;

}


div.nav ul li.current a{
	background-color: rgb(17,41,91);
	color: #FFF;
} 
div.nav ul li.current a:hover{
} 
div.nav ul li.current ul li a{background-color:yellow;} /* 詳細度 0026 */
div.nav ul li.current ul li a:hover{background-color:rgb(255,255,200);}/* 詳細度 0036 */
div.nav ul li ul{display:none;}
div.nav ul li a:active{border-style:inset;}
div.nav ul li:hover ul{display:block;}





div.nav2{
	width: 680px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.nav2 ul,div.nav2 ul li{display:block;list-style:none;margin:0;padding:0;}
div.nav2 ul li{	float: left;}
div.nav2 ul li ul li{
	float: none;
	width: 100%;
}
div.nav2 ul li a{
	display: block;
	width: 115px;
	text-decoration: none;
	outline: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #333;
}
div.nav2 ul li a:hover{
	background-color: rgb(255,128,0);
	color: #FFF;
}

div.nav2 ul li a:visited{
	display: block;
	width: 115px;
	text-decoration: none;
	outline: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;

}
div.nav2 ul li.current a{background-color: rgb(255,128,0);color: #FFF;} 
div.nav2 ul li.current a:hover{} 
div.nav2 ul li.current ul li a{background-color:yellow;} /* 詳細度 0026 */
div.nav2 ul li.current ul li a:hover{background-color:rgb(255,255,200);}/* 詳細度 0036 */
div.nav2 ul li ul{display:none;}
div.nav2 ul li a:active{border-style:inset;}
div.nav2 ul li:hover ul{display:block;}




div.nav3{
	width: 680px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.nav3 ul,div.nav3 ul li{display:block;list-style:none;margin:0;padding:0;}
div.nav3 ul li{	float: left;}
div.nav3 ul li ul li{
	float: none;
	width: 100%;
}
div.nav3 ul li a{
	display: block;
	width: 115px;
	text-decoration: none;
	outline: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #333;
}
div.nav3 ul li a:hover{
	background-color: rgb(31,136,79);
	color: #FFF;
}

div.nav3 ul li a:visited{
	display: block;
	width: 115px;
	text-decoration: none;
	outline: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;

}
div.nav3 ul li.current a{
	background-color: rgb(32,138,76);
	color: #FFF;
} 
div.nav3 ul li.current a:hover{} 
div.nav3 ul li.current ul li a{background-color:yellow;} /* 詳細度 0026 */
div.nav3 ul li.current ul li a:hover{background-color:rgb(255,255,200);}/* 詳細度 0036 */
div.nav3 ul li ul{display:none;}
div.nav3 ul li a:active{border-style:inset;}
div.nav3 ul li:hover ul{display:block;}




div.nav4{
	width: 680px;
	height: 24px;
	text-align: center;
	line-height: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
div.nav4 ul,div.nav4 ul li{display:block;list-style:none;margin:0;padding:0;}
div.nav4 ul li{	float: left;}
div.nav4 ul li ul li{
	float: none;
	width: 100%;
}
div.nav4 ul li a{
	display: block;
	width: 115px;
	text-decoration: none;
	outline: none;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;
	color: #333;
}
div.nav4 ul li a:hover{
	background-color: rgb(251,181,244);
	color: #FFF;
}

div.nav4 ul li a:visited{
	display: block;
	width: 115px;
	text-decoration: none;
	outline: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 11px;

}
div.nav4 ul li.current a{
	background-color: rgb(250,180,243);
	color: #FFF;
} 
div.nav4 ul li.current a:hover{} 
div.nav4 ul li.current ul li a{background-color:yellow;} /* 詳細度 0026 */
div.nav4 ul li.current ul li a:hover{background-color:rgb(255,255,200);}/* 詳細度 0036 */
div.nav4 ul li ul{display:none;}
div.nav4 ul li a:active{border-style:inset;}
div.nav4 ul li:hover ul{display:block;}

/**  2014-11-12追加 **/
#container table tr td #enq_t {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}
#container table tr td #enq_t tr th {
	width: 40px;
	color: #FFF;
	background-color: #FAB4F3;
	padding: 10px;
}
#container table tr td #enq_t tr td {
	padding: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	text-align: center;
}
#container table tr td #enq_t tr td a {
	color: #000;
	text-decoration: underline;
}

/** 任意項目 **/

#option-form{ 
  width:670px;
 }

#option-form label{ 
  line-height:2em;
 }
.option-text, .option-textarea, .option-radio{ 
  margin:0px 10px 0 10px;
  padding:10px 0;
  line-height:1.7em;
  line-height:1.7em;
  border-style:dotted;
  border-width:1px 0 0 0;
  border-color:#cccccc;
 }

.option-text label{ 
  display:none;
  display:inline-block;
  width:330px;
}

.option-text .after{ 
  margin-left:0.5em;
 }

.option-textarea label{ 
  display:none;
  display:inline-block;
 }

.option-textarea textarea{ 
  float:right;
  height:10em;
 }

.option-textarea:after{ 
  display:block;
  clear:both;
  height:0px;
  visibility:hidden;
  content:".";
}

.option-radio legend { 
  float:left;
 }

.option-radio div{ 
  width:50%;
  float:right;
 }
.option-radio div label{ 
  display:block;
 }

.option-radio span{ 
  display:none;
  display:block;
 }

.option-radio input{ 
  margin-right:0.5em;
 }

