@charset "utf-8";
/* CSS Document */
/*********** 基本設定 ***********/
html{
	height:100%;
}
body{
	height:100%;
	width:100%;
	font-size:14px;
	line-height:1.5;
	color:#666;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
	background: #f1f1f1;
}
input,
textarea{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif;
}

*{
	outline:none;
}
a{
	color:#666;
	/*\*/
	overflow:hidden;
	/**/
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a:hover{
	-moz-opacity:0.6;
	opacity:0.6;	
}
/*  --OTHER TAGS--  */
a{
	overflow:hidden;
	color:#666666;
	outline:none;
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
	text-decoration:underlines;
}

a img{
	-webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
}

a:hover{
}

a:hover img{
	-moz-opacity:0.72;
	opacity:0.72;
}

a.current {
    border: 1px solid #329E69;
    background: #F3DAB8;
    font-weight: bold;
}

button, fieldset, form, input, label, legend, select, textarea {
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/*iphoneボタン調整*/
input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}


.clear{
	clear:both;
}
.clearfix{
	zoom:100%;
}
.clearfix:after, .cont-box-inner:after, .machine-list li:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.left{float:left;}
.right{float:right;}

.ta_c{
	text-align:center;
}
.ta_r{
	text-align:right;
}
.ta_l{
	text-align:left;
}


.normal{
	font-weight:normal;
}
.bold{
	font-weight:bold;
}

img{
	max-width: 100%;
	height: auto;
	/*width /***//*:auto;*/
	vertical-align: bottom;
}

/*********** 透過設定 ***********/
.opac,
.bright{
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.opac:hover{
  opacity: 0.7;
  filter: alpha(opacity=60);
}
.bright:hover{
	filter: brightness(80%);
}
/***********マージン関係 ***********/
.m20{margin-top:20px}
/***********フォントサイズ関係 ***********/
.font20{font-size:20px!important;}
/*********** wrap設定 ***********/
#wrap{
	min-height: 100vh;
	min-width:980px;
    display: flex;
    flex-direction: column;
}
.wrap{
	width:950px;
	margin:0 auto;
	padding:0 15px;
}
#contents{
    width: 950px;
    margin: 0 auto 90px;
	padding-top:20px;
	display: flex;
	justify-content: space-between;
}
#contents.contents_center{
	justify-content: center;
}
#main{
	width:750px;
}


/*********** header設定 ***********/
header{
	background: #fff;
}
#h_inner{
	display: flex;
	padding:10px 15px;
	gap:25px;
	align-items: center;
}
#h_title{
	font-size:12px;
	color:#666;
	margin-bottom:5px;
	font-weight: normal;
}
#h_logo2{
	padding-top:5px;	
}
#h_info{
	margin-left:auto;	
}
#h_other{
	padding-top:12px;
	display: flex;
	gap:15px;
}
.search-box input {
    border: 1px solid #AAAAAA;
    padding: 3px 1px 2px 0px;
    border-radius: 2px;
    font-size: 11px;
    height: 25px;
    box-sizing: border-box;
}
.search-box input.search-button {
    border: none;
    color: #fff;
    background: url(../img/search_button_icon.png) no-repeat right 5px #329E69;
    padding-right: 20px;
    padding: 2px 22px 2px 7px;
    height: 25px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
}
.to-contact-button {
    font-size: 11px;
    border-radius: 2px;
    color: #fff;
    background: url(../img/mail_button_icon.png) no-repeat 6px 6px #FFA200;
    padding-right: 20px;
    padding: 6px 5px 6px 23px;
    height: 25px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -13px 0px -10px inset;
    text-decoration: none;
}


/*********** Gナビ設定 ***********/
#menu{
    background: url(../img/menu_bg.png) repeat-x;
}
#menu_ul{
	list-style: none;
	display: flex;
	justify-content: center;
}
#menu li a {
    text-indent: -9999px;
    height: 54px;
    display: block;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
#menu li a:hover{
	-moz-opacity:1;
	opacity:1;
}
.menu01 a{width:175px;background:url(../img/menu01.png) no-repeat 0 top;}
.menu02 a{width:177px;background:url(../img/menu02.png) no-repeat 0 top;}
.menu03 a{width:102px;background:url(../img/menu03.png) no-repeat 0 top;}
.menu04 a{width:174px;background:url(../img/menu04.png) no-repeat 0 top;}
.menu05 a{width:140px;background:url(../img/menu05.png) no-repeat 0 top;}
.menu06 a{width:178px;background:url(../img/menu06.png) no-repeat 0 top;}
.menu01 a:hover{background:url(../img/menu01_on.png) no-repeat 0 top;}
.menu02 a:hover{background:url(../img/menu02_on.png) no-repeat 0 top;}
.menu03 a:hover{background:url(../img/menu03_on.png) no-repeat 0 top;}
.menu04 a:hover{background:url(../img/menu04_on.png) no-repeat 0 top;}
.menu05 a:hover{background:url(../img/menu05_on.png) no-repeat 0 top;}
.menu06 a:hover{background:url(../img/menu06_on.png) no-repeat 0 top;}




/*********** ぱんくず設定 ***********/
.breadcrumb {
    margin-bottom: 8px;
    line-height: 1;
}
.breadcrumb li {
    display: inline;
    margin-right: 4px;
    font-size: 12px;
    background: url(../img/breadcrumb_arrow.png) no-repeat right center;
    padding-right: 14px;
}
.breadcrumb li:last-child {
    background: none;
}


/*********** footer設定 ***********/
footer{
    margin-top: auto;
	height:120px;
	font-size:13px;
	background: url(../img/footer-bg.png) repeat-x center top;
}
#footerInner{
	position: relative;
	text-align: center;
}
#footerInner .page_top{
	position: absolute;
	right: 0;
	top:-23px;
  }
.footer-menu{
	text-align: center;
	padding-top: 22px;
	padding-bottom: 23px;
}
.footer-menu li{
	display: inline-block;
	margin: 1px 10px 0 0;
	padding-right: 10px;
	line-height: 1.1;
	border-right: 1px solid #666666;
}
.footer-menu li:last-child{
	border-right: none;
}


/*********** side設定 ***********/
#side{
	width:180px;
	font-size:13px;
}


.cont-box{
	border:1px solid #CCCCCC;
	background:#fff;
	box-sizing:border-box;
	margin-bottom:20px;
}
.cont-box-inner{
	padding:20px;
}
.cont-box-inner img{
	max-width:100%;
}
.cont-box-inner img.left{
  margin: 0 20px 20px 0px;
  float: left;
}
.cont-box-inner img.right{
  margin: 0 0 20px 20px;
  float: right;
}
.cont-box-inner img.center{
  margin: 0 auto;
	text-align:center;
}
.cont-box-inner02{
	padding:10px;
}


.cont-box02{
	box-sizing:border-box;
	border:2px solid #329E69;
	background:#fff;
	margin-bottom:20px;
}
.cont-box02-inner{
	padding:10px;
}
.cont-box02-title{
	color:#fff;
	background:#329E69;
	display:block;
	padding:7px 6px 5px 6px;
	line-height:1;
	margin:1px 1px 0;
	text-align:center;
}
.cont-box02 input[type="text"],
.cont-box02 input[type="password"]{
	max-width: 100%;
	border: 1px solid #ccc !important;
	margin-bottom: 4px;
	box-sizing: border-box !important;
	padding:0 !important;
}
.save-text,
#side .login-remember{
    font-size: 11px !important;
    margin-top: 6px;
}

.login-btn,
#side .button-primary{
	width:100%;
	cursor: pointer;
}
.orange-btn i{
  margin-right: 8px;
}
.orange-btn,
.login-btn,
#side .button-primary{
	border:0;
    border-radius: 2px !important;
    background: #FFA200;
    padding: 10px 12px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    margin: 12px 0 12px;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
	cursor: pointer;
}
a.gray-btn {
    border-radius: 2px;
    background: #878787;
    padding: 10px 7px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    margin: 12px 0 12px;
    display: block;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
a.gray-btn.inline-block {
    display: inline-block;
    margin-top: 0;
    padding: 10px 28px;
}
.orange-btn:hover,
a.login-btn:hover,
#side .button-primary:hover,
a.gray-btn:hover{
  position: relative;
  top: 1px;
  box-shadow: none;
}
.orange-btn{
  display: inline-block;
}
.orange-btn.block{
  display: block;
}

.link01 {
    background: url(../img/arrow01.png) no-repeat 0 4px;
    padding-left: 13px;
    display: block;
    line-height: 1.3;
    margin: 5px 0;
}


.company-info p span{
	font-weight:bold;
	font-size:14px;
}
.company-info p{
	font-size:12px;
	margin-bottom:18px;
}
.company-info p:last-child{
	margin-bottom:0px;
}



/*********** 見出し設定 ***********/
h2 {
    background: url(../img/h2_bg.png) no-repeat;
    font-size: 17px;
    font-weight: bold;
    padding: 6px 6px 6px 12px;
    height: 36px;
    box-sizing: border-box;
}
h3{
    min-height: 28px;
    background: #F1F1F1 url(../img/arrow04.png) no-repeat 8px 10px;
    padding: 7px 0 2px 32px;
    color: #329E68;
    font-size: 16px;
    font-weight: bold;
    margin: 20px 0 10px;
}
.cont-box-inner h3:first-child {
    margin-top: 0;
}

h4{
  font-size: 18px;
  background: url(../img/h4_border.png) repeat-x center bottom;
  color: #333333;
  font-weight: bold;
  padding-bottom: 8px;
  margin-top: 25px;
  margin-bottom: 9px;
}
h5 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #333;
}
h6 {
    font-size: 18px;
    background: url(../img/h4_border.png) repeat-x center bottom;
    color: #333333;
    font-weight: bold;
    padding-bottom: 8px;
    margin-top: 25px;
    margin-bottom: 9px;
}
.tag span {
    color: #fff !important;
    display: inline-block;
    margin-right: 4px;
    margin-top: 5px;
    padding: 5px 8px;
    line-height: 1;
    font-size: 12px;
}
.tag span.purple {
    background-color: purple;
}
.tag span.red {
    background-color: red;
}
.tag span.yellow{
  background-color: orange;
 }


/*********** リスト設定 ***********/
ul.list01 {
    margin-top: 10px;
}
ul.list01 li {
    display: inline-block;
    background: url(../img/arrow05.png) no-repeat 0px 6px;
    padding-left: 12px;
    margin-right: 14px;
}
ul.list01 li a {
    color: #329E68;
}
ul.list02{
  width: 720px;
  margin-right: -10px;
  margin-top: 20px;
}
ul.list02 li{
  display: block;
  float: left;
  width: 230px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  }
ul.list02 li a{
  color: #329E68;
  }
ul.list02 li h4, h6{
  margin-top: 5px;
  }
ul.list03 {
    margin-top: 0px;
}
ul.list03 li {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted #ccc;
    vertical-align: top;
}
/*ul.list03 li:last-child {
    border: none;
}*/
ul.list03 li a {
    color: #329E68;
}
ul.list03 li span {
    margin-right: 7px;
    font-size: 12px;
}
ul.list03 li .icon{
    position: relative;
    top: -2px;
    margin-right: 4px;
	padding:0;
}
ul.list03 li span.area {
    display: inline-block;
    padding: 0px 8px;
    background: #999;
    color: #fff;
    margin-right: 8px;
}
ul.list03 li span.area.bg_tohoku{background-color: #00A1FE;color: #fff;}
ul.list03 li span.area.bg_kanto{background-color: #01CD9A;color: #fff;}
ul.list03 li span.area.bg_chubu{background-color: #6ADD54;color: #fff;}
ul.list03 li span.area.bg_kyushu{background-color: #FE6E6D;color: #fff;}
ul.list03 li span.area.bg_chugoku{background-color: #FD3507;color: #fff;}
ul.list03 li span.area.bg_red{background-color:red ;color: #fff;}
ul.list03 li span.area.bg_green{background-color:green ;color: #fff;}
ul.list03 li span.area.bg_black{background-color:black ;color: #fff;}
ul.list03 li span.area.bg_blue{background-color:blue ;color: #fff;}
ul.list03 li span.area.bg_purple{background-color:purple ;color: #fff;}
ul.list03 li span.area.bg_gray{background-color:gray ;color: #fff;}

ul.list04{
  width: 720px;
  margin-right: -10px;
  margin-top: 20px;
}
ul.list04 li{
  display: block;
  float: left;
  width: 230px;
  margin-right: 10px;
  margin-bottom: 10px;
  vertical-align: top;
  border: 1px solid #ccc;
  padding: 10px 10px 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  }
ul.list04 li img{
  width: 210px;
  height: 160px;
  object-fit: fill;
  }
ul.list04 li a{
  color: #329E68;
  }
ul.list04 li h4{
  margin-top: 5px;
  height: 3em;
  }
ul.list04 li h5{
  margin-top: 5px;
  text-align: left;
  font-weight: bold;
  height: 3em;
  }
ul.list04 li h6{
  margin-top: 5px;
  height: 5em;
  }
ul.list04 li p{
  height: 5em;
}
ul.list07 li {
    margin-bottom: 10px;
}

.history-list li{
  padding-bottom: 4px;
  margin-bottom: 4px;
  border-bottom: 1px dotted #ccc;
}
.history-list span{
  width: 64px;
  display: inline-block;
  font-size: 12px;
  color: #999;
}
/*********** 余白設定 ***********/
.mt20{
	margin-top: 20px;
}
.mt40{
	margin-top: 40px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}



/**************************************************************************************************************
TOP
**************************************************************************************************************/
/*********** タブ設定 ***********/
#new_gototab {
	box-sizing: border-box;
	width: 750px;
	margin-bottom: 20px;
}
.tab_area ul {
	position: relative;
	font-size: 0;
}
.tab_area ul li {
	position: relative;
	z-index: 0;
}
.tab_area ul li {
	display: inline-block;
	width: 136px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	padding: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.tab_area ul li:hover{
	opacity: 0.5;
}
.tab_area ul li.select:hover{
	opacity: 1;
}
.tab_area ul li:last-child{
	margin-right: 0;
}
.tab_area ul li.tab1{
	border: none;
	background: #000;
	color: #fff;
}
.tab_area ul li.tab2{
	border: none;
	background: #b80000;
	color: #fff;
}
.tab_area ul li.tab3{
	border: none;
	background: #089c52;
	color: #fff;
}
.tab_area ul li.tab4{
	border: none;
	background: #e1c903;
	color: #fff;
}
.tab_area ul li.tab5{
	border: none;
	background: #044fc4;
	color: #fff;
}
.tab_area ul li.select {
	width: 134px;
	color: #000;
	background: #fff;
	border: solid 1px #000;
	border-bottom: none;
	z-index: 1;
}
.content_area {
	display: inline-block;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #000;
	overflow: hidden;
	font-size: 20px;
	position: relative;
	top: -1px;
	z-index: 0;
}
.content_area_inner{
	position: relative;
	height:390px;
	background: #fff;
}
.content_area .content_block {
	background: #fff;
	width: 100%;
	display: inline-block;
	font-size: 0;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.content_area .news_list{
	/*display: inline-block;*/
	white-space: nowrap;
}
.content_area .pickup_img{
	display: inline-block;
	padding: 1px;
	width: 163px;
	background: #ddd;
	vertical-align: top;
	float: right;
	position: absolute;
	top:15px;
	right:20px;
}
.content_area .pickup_img p{
	color: #fff;
	background: #329E69;
	display: block;
	padding: 7px 6px 5px 6px;
	line-height: 1;
	margin: 1px 1px 0;
	text-align: center;
	font-size: 13px;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
.content_area .pickup_content{
	padding: 0 10px 10px;
	font-size: 12px;
	line-height: 15px;
}
.content_area .pickup_content img{
	display: block;
	margin-bottom: 5px;
}
.news_list{
	position: relative;
	height:360px;
}
.news_list li{
	font-size: 16px;
	margin-bottom: 15px;
	list-style: none;
}
.news_list li:before{
	display: inline-block;
	color: #fff;
	width: 90px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	padding: 5px 0;
	border-radius: 6px;
	z-index: -1;
	white-space: nowrap;
}
.news_list li.goto_info:before{
	content: "ゴト情報";
	background: #b80000;
}
.news_list li.goto_case:before{
	content: "地域別ゴト事例";
	background: #089c52;
}
.news_list li.goto_prevention:before{
	content: "ゴト防止対策";
	background: #e1c903;
}
.news_list li.kumiai_info:before{
	content: "組合情報";
	background: #044fc4;
}
.news_list li.goto_pachinko:before{
	content: "パチンコ";
	background: #b80000;
}
.news_list li.goto_slot:before{
	content: "スロット";
	background: #089c52;
}
.news_list li.goto_other:before{
	content: "その他";
	background: #e1c903;
}
.news_list li.new:after{
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 28px;
	height: 12px;
	background: url(../img/icon_new.png);
}
.news_list li.picture:after{
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 16px;
	height: 13px;
	background: url(../img/icon_picture.png);
}
.news_list li.pdf:after{
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 18px;
	height: 12px;
	background: url(../img/icon_pdf.png);
}
.news_list li time{
	font-size: 13px;
	margin: 0 15px;
}
.news_list li a{
	text-decoration: none;
	display: inline-block;
	vertical-align: middle;
	max-width:450px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list li a:hover{
	opacity: 0.5;
}
.news_list li span{
	display: inline-block;
	vertical-align: top;
	position: relative;
	top:-4px;
}
p.more_btn{
	position: absolute;
	bottom:1em;
	right:1em;
}
p.more_btn a {
	font-size: 14px;
	color: #7dbb9a;
	text-decoration: none;
}
p.more_btn img {
	vertical-align: middle;
}



#main_flex{
	display: flex;
	justify-content: space-between;
}
#main_l{
	width:530px;
}
#main_r{
	width:200px;
}


ul.cat-button{
	margin-bottom:20px;
}
ul.cat-button li{
	display:block;
	text-align:center;
	float:left;
	cursor: pointer;
	border-radius:2px;
	background:#9EB1A8;
	padding:10px 5px;
	box-sizing:border-box;
	box-shadow:rgba(0, 0, 0, 0.15) 0px -3px 0px inset;
	-webkit-box-shadow:rgba(0, 0, 0, 0.15) 0px -3px 0px inset;
	-moz-box-shadow:rgba(0, 0, 0, 0.15) 0px -3px 0px inset;
	color:#fff;
	font-size:13px;
	line-height:1.1;
	vertical-align: middle;
}
ul.cat-button li a{
	text-decoration:none;
	color:#fff;
	font-size:13px;
}
ul.cat-button li.current{
  background: #329E69;
}
ul.cat-button li:hover,
ul.cat-button li:hover{
  position: relative;
  top: 1px;
  box-shadow: none;
}
ul.cat-button li a:hover{
  opacity: .8;
}
.hide{
  display: none;
}
.new-goto ul.cat-button{
	margin-left:-8px;
}
.new-goto ul.cat-button li{
	width:116px;
	margin-left:8px;
}
.new-goto ul.cat-button li a{
	width:116px;
}
 ul.cat-button-big li{
	width:171px;
	margin-right:8px;
}
 ul.cat-button-big.cat-button5 li{
  width: 135px;
}
 ul.cat-button-big li a{
display: table-cell;
width: 171px;
}
 ul.cat-button-big li:last-child{
	margin-right:0px;
}
ul.cat-button li-big a{
	width:116px;
}


.business-news ul.cat-button{
	margin-left:-8px;
}
.business-news ul.cat-button li{
	width:auto ;
	display: inline-block;
	margin-left:8px;
}
/*.business-news ul.cat-button li a{
  padding-left: 12px;
  padding-right: 12px;
}*/
.new-goto dl.news-list{
	width:313px;
	float:left;
}
dl.news-list dt {
    clear: left;
    float: left;
    margin: 0 0 0.8em;
    width: 3.5em;
}
dl.news-list dd {
    margin-bottom: 0.8em;
    margin-left: 4em;
}

.back-link, .more-link {
    color: #329E69;
    font-size: 13px;
    display: block;
    text-align: right;
    margin-top: 20px;
    padding-top: 6px;
    border-top: 1px dotted #CCCCCC;
}
.back-link img, .more-link img {
    padding: 0 3px 0 0;
    vertical-align: middle;
}

.movie-cont-title {
    background: url(../img/arrow02.png) no-repeat 0 2px;
    padding-left: 20px;
    font-size: 15px;
    font-weight: bold;
    padding-bottom: 2px;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.top-banner {
    width: 540px;
    margin-right: -10px;
    margin-top: -10px;
}
.top-banner li {
    float: left;
}
.top-banner li a {
    display: block;
    margin-bottom: 10px;
    margin-right: 10px;
}

#main_r {
    width: 200px;
    float: right;
    margin-left: 20px;
    font-size: 13px;
}
.side-title {
    margin: 1px 1px 0 1px;
}
.side-banner li{
	margin-bottom:10px;
}




/**************************************************************************************************************
問合せ
**************************************************************************************************************/
#contact-box dt {
    float: left;
    width: 200px;
    padding: 10px 0 5px 0px;
    clear: both;
    font-weight: bold;
}
#contact-box dt span {
    margin-left: 12px;
    font-size: 11px;
    color: #fff;
    background: #C00;
    padding: 2px 5px 0;
    display: inline-block;
}
#contact-box dd {
    width: 480px;
    margin-left: 200px;
    padding: 10px 5px 5px 0px;
    min-height: 32px;
}
#contact-box dd input[type="text"],
#contact-box dd input[type="email"],
#contact-box dd input[type="tel"]{
    width: 450px;
    border: 1px solid #ccc;
    height: 30px;
    margin-bottom: 6px;
}
#contact-box dd textarea {
    width: 450px;
    border: 1px solid #ccc;
    height: 150px;
}
.red {
    color: #FF0000;
}


.wpcf7 form.sent .wpcf7-response-output {
    padding: 2em;
    text-align: center;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    padding: 2em;
    text-align: center;
}

/**************************************************************************************************************
よくある質問
**************************************************************************************************************/


.qanda{
  margin-bottom: 20px;
}
.qanda dt{
  font-weight: bold;
  margin-bottom: 8px;
}
.qanda dd{
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

.qanda dt span{
  display: inline-block;
  margin-right: 15px;
  font-size: 16px;
}
.qanda dd span{
  display: inline-block;
  margin-right: 12px;
  font-size: 16px;

}
.exam_box img{width:320px;height: auto }
.cust_box img{width:280px;height: auto}



/**************************************************************************************************************
maker_name
**************************************************************************************************************/
.machine-list li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
}
.machine-list li img.left {
    float: left;
}
.machine-list li .right-side {
    width: 550px;
    float: right;
}
.machine-list li .right-side h3 {
    background: #329E69 url(../img/arrow03.png) no-repeat 8px 10px;
    color: #fff;
    padding: 8px 3px 6px 33px;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 4px;
}
.machine-list li:last-child {
    border: none;
}


ul.list05 {
    margin-top: 10px;
    width: 735px;
    margin-right: -25px;
    margin-top: 20px;
}
ul.list05 li {
    display: block;
    float: left;
    width: 220px;
    margin-right: 25px;
    margin-bottom: 25px;
    vertical-align: top;
    border: 1px solid #ccc;
    padding: 10px 10px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}
h5 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #333;
}
ul.list05 li h5 {
    margin-top: 5px;
    text-align: center;
    font-weight: bold;
}


/**************************************************************************************************************
membership
**************************************************************************************************************/
#wpmem_login legend,
#wpmem_reg legend {
    height: 37px;
    background: #F1F1F1 url(../img/arrow04.png) no-repeat 8px 10px;
    padding: 7px 0 0 32px !important;
    color: #329E68;
    font-size: 16px !important;
    font-weight: bold;
    margin: 20px 0 10px;
	line-height: 1.5 !important;
	box-sizing: border-box;
}
#wpmem_login fieldset, #wpmem_reg fieldset {
    border: none;
    padding: 0;
     margin: 0; 
}
#wpmem_login, #wpmem_msg, #wpmem_reg, .wpmem_msg {
    width:100% !important;
}
#wpmem_login input[type=password], #wpmem_login input[type=text], #wpmem_reg input[type=date], #wpmem_reg input[type=email], #wpmem_reg input[type=number], #wpmem_reg input[type=password], #wpmem_reg input[type=text], #wpmem_reg input[type=url], #wpmem_reg textarea {
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    color: #2b2b2b;
    padding: 8px 10px 8px;
    background: none repeat scroll 0 0 #fff;
	box-sizing: border-box;
}
#wpmem_login fieldset, #wpmem_reg fieldset {
    border: none;
    padding: 0;
    margin:0 !important;
}
#wpmem_login button, #wpmem_login input, #wpmem_reg button, #wpmem_reg input, #wpmem_reg select, #wpmem_reg textarea {
    -moz-box-sizing: border-box;
    font-size: 100%;
    margin: 0;
    max-width: 100%;
    vertical-align: baseline;
}

#wpmem_login .buttons,
#wpmem_reg .buttons{
	cursor: pointer;
	border:0;
    border-radius: 2px !important;
    background: #FFA200;
    padding: 10px 12px;
    box-sizing: border-box;
    box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px -3px 0 inset;
    color: #fff !important;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    margin: 12px 0 12px;
    display:inline-block;
    text-decoration: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}
#wpmem_login .buttons:hover,
#wpmem_reg .buttons:hover{
  position: relative;
  top: 1px;
  box-shadow: none;
}

#wpmem_login, #wpmem_reg {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, sans-serif !important;
	font-size: 100% !important; 
}

#wpmem_msg, .wpmem_msg {
	padding:20px !important;
	box-sizing: border-box;
}

.page-numbers{
	text-align: center;
}
.page-numbers li{
	display: inline-block;
	margin:0 2px;
}
.page-numbers li a {
    color: #329E68;
}
.page-numbers.current {
	display: inline-block;
    border: 1px solid #329E69;
    background: #F3DAB8;
    font-weight: bold;
    color: #329E68;
	padding:0 2px;
}


.category-tag {
    display: inline-block;
    background: #F3DAB8;
    padding: 4px 5px;
    border-radius: 4px;
    margin: 0 0 5px 5px;
    font-size: 12px;
}
.middle {
    vertical-align: middle;
}

.font12 {
    font-size: 12px;
}
.font22 {
    font-size: 22px;
}

.mb5 {
    margin-bottom: 5px;
}
.mb30 {
    margin-bottom: 30px;
}
.mr5 {
    margin-right: 5px;
}

.m5 {
    margin-top: 5px;
}
.w320 {
    width: 320px;
}
.w370 {
    width: 370px;
}
