@charset "utf-8";
/* CSS Document */

/*-----------------reset--------------------*/
/*html, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike,  tt,
var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin:0;
padding:0;
border:0;
font-weight:inherit;
font-style:inherit;
font-family:inherit;
}*/
a, a:link, a:visited, a:hover, a:active{text-decoration:none}
table{border-collapse:separate; border-spacing:0;}
th, td {text-align:left; font-weight:normal;}
img, iframe {border:none; text-decoration:none;}
hr{margin:0; padding:0; border:0; color:#000; background-color:#000; height:1px;}
p{
	margin:0;}
h1,h2,h3,h4{

	}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/*-----------------body設定--------------------*/
body {
	margin: 0;
	padding: 0;
	font-size:14px;
	line-height: 1.6;
	color:#3e3a39;
	font-family:"Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 400;
}


/*-----------------リンク設定--------------------*/
a:link, a:visited {
	color:#3e3a39;
	text-decoration:none;
}
section a:hover,#header_navi a:hover,#footernavi a:hover,footer a:hover{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
a.none{
	background:none !important;
	padding:0 !important;
	display:inline !important;
	}
a.arrow{
	background:url(../img/ico_arrow.svg) no-repeat right -15px;
	background-size:55px 55px;
	padding: 0 45px 0 0;
}
a.pdf{
	background:url(../img/ico_pdf.png) no-repeat right 5px;
	padding: 0 18px 0 0;
}
a#modal{
	color:#0096d6;
	}

.attention{
	color:#33cc00;
	font-weight:bold;
	}
.attentionb{
	color:#33cc00;
	font-weight:bold;
	}
.none{
	display:none;
	}
.clear{
	clear:both;
	}
.zoom img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoom:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.box_attention{
	border: 2px solid #ddd;
	padding: 20px 20px 10px 20px;
	margin: 20px 0 0 0;
}

.no_b{
	border:none !important;
	}
.star {
    color: #ff002a;
}
.name{
	font-size:20px;
	}





.ui-multiselect{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background:url(../img/ico_ancker_01.png) no-repeat right center #ca1122 !important;
	color:#FFF !important;
	font-size:16px;
	padding:15px 50px 15px 20px;
	margin:0 0 10px 0;
	text-align:left;
	border:1px solid #ca1122;
	position:relative;
	cursor:pointer;
	display:inline-block;
	}
ul.ui-helper-reset{
	overflow:hidden;
	background:#FFF;
	border-top:1px solid #FFF;
	list-style:none !important;
	margin:0 !important;
	padding:0 !important;
	z-index:1000;
	}
ul.ui-helper-reset a{
	color:#FFF;
	}
ul.ui-helper-reset li{
	display:inline-block;
	font-size:14px;
	padding:5px 0px 5px 10px;
	margin:0;
	text-align:left;
	cursor:pointer;
	z-index:1000;
	}
.ui-multiselect-checkboxes li{
	display:block !important;
	}
.ui-multiselect-header span.ui-icon {
    float: left;
}

.ui-widget-header .ui-icon {
    background-image: url(http://ajax.googleapis.com/ajax/libs/jqueryui/1/themes/ui-lightness/images/ui-icons_ffffff_256x240.png);
}
.ui-icon-check {
    background-position: -64px -142px;
}
.ui-icon {
    width: 16px;
    height: 16px;
}
jquery-ui.css:70
.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-icon-closethick {
    background-position: -96px -126px;
}
.ui-multiselect-header .ui-multiselect-close {
    float: right;
    padding-right: 5px;
    text-align: right;
}
.ui-multiselect-header span.ui-icon {
    float: left;
}
.ui-icon-circle-close {
    background-position: -32px -190px;
}
.ui-multiselect-menu{
	display:none;
	height:1px;
	}
.area-link:hover {
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}
.area-link:hover a {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
/* clearfix */
.cf {
  *zoom: 1;
}
.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
sup,
sub {
    height: 0;
    line-height: 1;
    vertical-align: baseline;
    _vertical-align: bottom;
    position: relative;
     
}
 
sup {
    bottom: 0.5ex;
}
 
sub {
    top: .5ex;
}
.guide_off #guide {
    display: none;
}

