﻿@charset "UTF-8";
/*----------------------------------------------------- */
/*  変数           */
/*----------------------------------------------------- */
html {
  background-color: transparent;
  background-image: none;
}

body {
  font-size: 14px;
  font-family: 'Helvetica Neue','Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  color: #333333;
}
body a {
  color: #333333;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}

.inner {
  width: 1000px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  display: block;
  clear: both;
}

h3 {
  color: #666666;
  font-size: 28px;
  font-weight: bold;
  border-bottom: 1px solid #999;
  padding-bottom: 5px;
  position: relative;
}
h3 span {
  font-weight: normal;
  font-size: 12px;
  margin-left: 10px;
}
h3 a {
  position: absolute;
  right: 0;
  top: -5px;
}

.arrow01 {
  background: url(../images/ico_arrow_01.png) right center no-repeat;
  padding-right: 10px;
}

.btn {
  background: #01acf1;
  color: #fff;
  display: block;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  width: 140px;
  padding: 10px 0;
  line-height: 1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.btn span {
  padding-right: 12px;
  background: url(../images/ico_arrow_02.png) right center no-repeat;
}
.btn:hover {
  text-decoration: none;
}

.bgColor {
  background: #fffbef;
}

/*----------------------------------------------------- */
/*  top           */
/*----------------------------------------------------- */
#header {
  background: #fff;
  height: 125px;
}
#header .bar {
  background: #ff683b;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 13px;
}
#header .bar h2 {
  float: left;
}
#header .bar a {
  padding-left: 20px;
  background: url(../images/amam/ico_arrow.png) center left no-repeat;
  color: #fff;
  float: right;
}
#header h1 {
  float: left;
  margin-top: 20px;
}
#header .gNav {
  float: right;
}
#header .gNav li {
  text-align: center;
  width: 128px;
  float: left;
}
#header .gNav li a {
  padding-top: 20px;
  color: #666666;
  display: block;
  height: 75px;
  text-decoration: none !important;
}
#header .gNav li a:hover {
  text-decoration: none;
}
#header .nav01 {
  background: url(../images/amam/ico_cinema.png) center 20px no-repeat;
}
#header .nav01 p {
  padding-top: 40px;
  height: 20px;
  border-right: 1px solid #ccc;
}
#header .nav01 a:hover, #header .nav01 .current {
  background: url(../images/amam/ico_cinema.png) center 20px no-repeat #fff1ed;
}
#header .nav02 {
  background: url(../images/amam/ico_amvoice.png) center 20px no-repeat;
}
#header .nav02 p {
  padding-top: 40px;
  height: 20px;
  border-right: 1px solid #ccc;
}
#header .nav02 a:hover, #header .nav02 .current {
  background: url(../images/amam/ico_amvoice.png) center 20px no-repeat #fff1ed;
}
#header .nav03 {
  background: url(../images/amam/ico_amworld.png) center 20px no-repeat;
}
#header .nav03 p {
  padding-top: 40px;
  height: 20px;
  border-right: 1px solid #ccc;
}
#header .nav03 a:hover, #header .nav03 .current {
  background: url(../images/amam/ico_amworld.png) center 20px no-repeat #fff1ed;
}
#header .nav04 {
  background: url(../images/amam/ico_100.png) center 20px no-repeat;
}
#header .nav04 p {
  padding-top: 32px;
  height: 28px;
  line-height: 1;
  border-right: 1px solid #ccc;
}
#header .nav04 a:hover, #header .nav04 .current {
  background: url(../images/amam/ico_100.png) center 20px no-repeat #fff1ed;
}
#header .nav05 {
  background: url(../images/amam/ico_amhouse.png) center 20px no-repeat;
}
#header .nav05 p {
  padding-top: 40px;
  height: 20px;
  border-right: 1px solid #ccc;
}
#header .nav05 a:hover, #header .nav05 .current {
  background: url(../images/amam/ico_amhouse.png) center 20px no-repeat #fff1ed;
}
#header .nav06 {
  background: url(../images/amam/ico_other.png) center 20px no-repeat;
}
#header .nav06 p {
  padding-top: 40px;
  height: 20px;
}
#header .nav06 a:hover, #header .nav06 .current {
  background: url(../images/amam/ico_other.png) center 20px no-repeat #fff1ed;
}

#mainVisual {
  height: 400px;
  background: url(../images/amam/bg_top.png) top center no-repeat;
  background-size: cover;
}
#mainVisual h2 {
  text-align: center;
  padding-top: 75px;
}

.mainCntents {
  float: left;
  width: 746px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.subCntents {
  float: right;
  width: 215px;
  margin-top: 20px;
  margin-bottom: 60px;
}

.contestsBtn {
  width: 766px;
  margin-bottom: 20px;
}
.contestsBtn .col {
  width: 235px;
  height: 200px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.contestsBtn .col a {
  display: block;
  height: 190px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
  line-height: 1.3;
}
.contestsBtn .col a:hover {
  text-decoration: none;
}
.contestsBtn .col a span {
  font-size: 12px;
  font-weight: normal;
}
.contestsBtn .txtBlack a {
  color: #333;
}

.contestsBtn:after {
  content: "";
  display: table;
  clear: both;
}

.news .wrap {
  width: 1020px;
  overflow: hidden;
}
.news .col {
  width: 233px;
  height: 330px;
  background: #fff;
  border: 1px solid #e6e6e6;
  float: left;
  margin-right: 20px;
}
.news .col .colWrap {
  padding: 10px 10px 0;
}
.news .col .time {
  color: #5e5e5e;
  margin-bottom: 10px;
  font-weight: normal;
}
.news .col .icon_new_ {
  color: #f00;
  margin-left: 10px;
}
.news .col img {
  width: 100%;
  opacity: 1 !important;
  transition: opacity .1s;
}
.news .col a {
  display: block;
  height: 100%;
  font-weight: bold;
  text-decoration: none !important;
}
.news .col a:hover img {
  opacity: 0.75 !important;
}
.news .col a:hover .text {
  text-decoration: underline;
}
.news .cat {
  margin-bottom: 10px;
}
.news .cat:after {
  content: "";
  display: block;
  clear: both;
}
.news .cat li {
  display: block;
  float: left;
  width: 100px;
  text-align: center;
  font-size: 10px;
  line-height: 1;
  padding: 7px 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 5px;
}
.news .cat li:first-child {
}
.news .news_village {
  border: 1px solid #f97e59;
  color: #f97e59;
}
.news .news_cinema {
  border: 1px solid #70c852;
  color: #70c852;
}
.news .news_voice {
  border: 1px solid #249dc8;
  color: #249dc8;
}
.news .news_world {
  border: 1px solid #0d47a1;
  color: #0d47a1;
}
.news .news_house {
  border: 1px solid #8357e1;
  color: #8357e1;
}
.news .news_newhouse {
  border: 1px solid #b7aa00;
  color: #b7aa00;
}
.news .news_bowling {
  border: 1px solid #f2699d;
  color: #f2699d;
}
.news .news_million {
  border: 1px solid #e32968;
  color: #e32968;
}
.news .news_pandora {
  border: 1px solid #006064;
  color: #006064;
}
.news .news_free {
  border: 1px solid #010100;
  color: #010100;
}

.businessHours {
  border: 2px solid #208ee6 !important;
  width: 100%;
  margin-bottom: 20px;
}
.businessHours th {
  background: url(../images/amam/bg_time.png);
  text-align: center;
  padding: 0 !important;
}
.businessHours th h3 {
  color: #fff;
  width: 100px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/amam/ico_time.png) center left no-repeat;
  padding-left: 20px;
  padding-top: 5px;
  border-bottom: none;
}
.businessHours tr {
  border-bottom: 1px solid #c9c9c9 !important;
}
.businessHours td {
  border: none !important;
  background: #fff;
  font-size: 12px;
}
.businessHours .tLeft {
  padding: 10px 0 10px 10px;
}
.businessHours .tRight {
  padding: 10px 10px 10px 0;
}
.businessHours .btn {
  width: 190px;
  background: url(../images/ico_arrow_02.png) 164px center no-repeat #01acf1;
  text-align: center;
  padding: 15px 0 15px;
  margin-bottom: 15px;
}

.shopinfo th h3 {
  background: url(../images/amam/ico_store.png) center left no-repeat;
}

.bnr01 li {
  margin-bottom: 10px;
}

.fb {
  margin-bottom: 40px;
}

.topMovie {
  background: url(../images/bg_top_03.png);
  padding: 40px 0;
}
.topMovie h3 {
  text-align: center;
  border-bottom: none;
  margin-bottom: 30px;
}
.topMovie h3 a {
  top: 0;
}
.topMovie .movieTtl {
  background: url(../images/ico_movie.png) center left no-repeat;
  padding-left: 45px;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 0;
  display: inline-block;
}

.topBnr {
  background: #fff;
  padding: 40px 0;
}
.topBnr .inner {
  width: 1020px;
  overflow: hidden;
}
.topBnr .bnr02 {
  text-align: center;
}
.topBnr .bnr02 li {
  display: inline-block;
  margin: 0 10px;
}

.footer {
  background: #e5e5e5;
  padding: 20px 0;
}
.footer .fooetLog {
  float: left;
}
.footer .fooetLog img {
  width: 220px;
}
.footer ul {
  float: right;
  font-size: 13px;
}
.footer ul li {
  float: left;
  margin-left: 20px;
}
.footer p {
  clear: both;
  float: right;
  font-size: 11px;
}

#page-top {
  position: fixed;
  bottom: 60px;
  right: 40px;
}
#page-top:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

/*----------------------------------------------------- */
/*  下層           */
/*----------------------------------------------------- */
.pkz {
  margin: 10px 0 30px;
}
.pkz li {
  display: inline;
  margin-right: 10px;
  font-size: 12px;
}
.pkz li a {
  color: #01acf1;
  transition: color .1s;
}
.pkz li a:hover {
  color: #01648b;
}

.exLink {
  padding-right: 15px;
  background: url(../images/ico_exlink_01.png) right center no-repeat;
}

.uLine {
  text-decoration: underline;
}
.uLine:hover {
  text-decoration: none;
}

table {
  width: 100%;
}

table, th, td {
  border: 1px solid #999999;
}

th {
  background: #f0f0f0;
  text-align: center;
  padding: 12px;
}

td {
  padding: 12px 20px;
}

/*----------------------------------------------------- */
/*  cinema           */
/*----------------------------------------------------- */
.cinema .localNav {
  height: 70px;
  background: #fff;
  border-bottom: 1px solid #cccccc;
}
.cinema .localNav ul {
  width: 1000px;
  margin: 0 auto;
  height: 70px;
  border-left: 1px solid #cccccc;
}
.cinema .localNav ul li {
  width: 16.5%;
  float: left;
  border-right: 1px solid #cccccc;
  text-align: center;
}
.cinema .localNav ul li a {
  display: block;
  padding-top: 20px;
  height: 50px;
  color: #000;
  font-weight: bold;
}
.cinema .localNav ul li a.colored,
.amhouse .localNav ul li a.colored,
.amhouse .localNav2 ul li a.colored {
  background: rgba(255,145,0,0.5);
}
.cinema .localNav ul li a span {
  display: block;
  color: #666;
  font-weight: normal;
  font-size: 10px;
}
.cinema .localNav ul li a:hover {
  text-decoration: none;
}
.cinema .subTtl {
  height: 400px;
  background: url(../images/amam/bg_cinema.png) top center no-repeat;
  background-size: cover;
}
.cinema .subTtl h2 {
  text-align: center;
  padding-top: 145px;
}
.cinema .topNews {
  padding: 40px 0;
}
.cinema .btnSchedule {
  padding-bottom: 40px;
}
.cinema .btnSchedule .btn {
  background: url(../images/amam/ico_schedule.png) 85px center no-repeat #ff9100;
  color: #fff;
  display: block;
  font-size: 22px;
  font-weight: bold;
  width: 470px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 0 0 0 10px;
}
.cinema .btnSchedule .btn span {
  padding-right: 15px;
  background: url(../images/ico_arrow_06.png) right center no-repeat;
}
.cinema .btnSchedule .btn:hover {
  text-decoration: none;
}
.cinema h4 {
  background: #f6f3f3;
  height: 35px;
  padding-top: 5px;
  padding-left: 15px;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
  border-left: 6px solid #aa4936;
  border-bottom: none;
  margin-bottom: 25px;
}
.topMovie .movieList .wrap img {
	width: 100%;
	margin-bottom: 5px;
}
.topMovie .movieList .wrap p {
	background: #fbf6f5;
	text-align: center;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.cinema .block01 .tag,
.cinema .block02 .tag,
.cinema .block03 .tag,
.cinema .ttl .tag,
.topMovie .tagList li,
.cinema .tagList li {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	width: 60px;
	font-size: 10px;
	color: #fff;
	text-align: center;
	height: 24px;
	line-height: 24px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.topMovie .tagList li:nth-child(3n) {
	margin-right: 0;
}
.topMovie .lineup_new,
.cinema .lineup_new,
.cinema .new_new {
  background: #ff612d;
}
.topMovie .lineup_last,
.cinema .lineup_last,
.cinema .new_last {
  background: #ff612d;
}
.topMovie .lineup_dime3,
.cinema .lineup_dime3,
.cinema .schedule_dime3 {
  background: #1793bc;
}
.topMovie .lineup_dime2,
.cinema .lineup_dime2,
.cinema .schedule_dime2 {
  background: #1793bc;
}
.topMovie .lineup_dub,
.cinema .lineup_dub,
.cinema .schedule_dub {
  background: #1793bc;
}
.topMovie .lineup_sub,
.cinema .lineup_sub,
.cinema .schedule_sub {
  background: #1793bc;
}
.topMovie .lineup_dime2_dub,
.cinema .lineup_dime2_dub,
.cinema .schedule_dime2_dub {
  background: #1793bc;
}
.topMovie .lineup_dime2_sub,
.cinema .lineup_dime2_sub,
.cinema .schedule_dime2_sub {
  background: #1793bc;
}
.topMovie .lineup_dime3_dub,
.cinema .lineup_dime3_dub,
.cinema .schedule_dime3_dub {
  background: #1793bc;
}
.topMovie .lineup_dime3_sub,
.cinema .lineup_dime3_sub,
.cinema .schedule_dime3_sub {
  background: #1793bc;
}
.topMovie .lineup_pg12,
.cinema .lineup_pg12,
.cinema .schedule_pg12 {
  background: #e62160;
}
.topMovie .lineup_r15,
.cinema .lineup_r15,
.cinema .schedule_r15 {
  background: #e62160;
}
.topMovie .lineup_r18,
.cinema .lineup_r18,
.cinema .schedule_r18 {
  background: #e62160;
}
.topMovie .lineup_bfree,
.cinema .lineup_bfree,
.cinema .schedule_bfree {
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
  background: url(../images/amam/tag_sound.png) no-repeat;
}

/* movie */
.movie .lineup_title_ {
  margin-top: 30px;
  display: block;
  width: 980px;
  padding-left: 20px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  background: url(../images/amam/ico_arrow_down.png) 960px center no-repeat #ff9100;
  transition: all .3s;
}
.movie .lineup_title_:hover {
  background: url(../images/amam/ico_arrow_down.png) 960px center no-repeat #995700;
}
.movie .lineup_title_.active {
  background: url(../images/amam/ico_arrow_up.png) 960px center no-repeat #ff9100;
}
.movie .lineup_title_.active:hover {
  background: url(../images/amam/ico_arrow_up.png) 960px center no-repeat #995700;
}
.movie .lineup_acc_ {
  display: block;
  width: 1000px;
  padding: 30px 0 0;
  background: #fff1ed;
  overflow: hidden;
  zoom: 1;
}
.movie .movieList {
  width: 880px;
  margin: 0 auto;
}
.movie .movieList .wrap {
  width: 200px;
  margin: 0 10px 40px;
  float: left;
}
.movie .movieList .wrap:nth-child(4n+1) {
	clear: both;
}
.movie .movieList .wrap img {
  width: 100%;
  margin-bottom: 5px;
}
.movie .movieList .wrap p {
  background: #fbf6f5;
  text-align: center;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  margin-bottom: 10px;
}
.movie .movieList .tagList li:nth-child(3n) {
  margin-right: 0px;
}

/* schedule */
.schedule .scheduleList {
  margin: 40px 0 30px;
}
.schedule .scheduleList .inner {
	text-align: center;
}
.schedule .scheduleList .wrap {
  position: relative;
	display: inline-block;
	vertical-align: top;
  border: 1px solid #d2d2d2;
  width: 88px;
  min-height: 75px;
  text-align: center;
  padding: 10px 12px 0;
	margin: 0 10px;
}
.schedule .scheduleList .wrap .day {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 8px;
  margin-bottom: 8px;
  letter-spacing: 1px;
}
.schedule .scheduleList .wrap .day .em {
  font-weight: bold;
  font-size: 24px;
}
.schedule .scheduleList .wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.schedule .scheduleList .wrap a:hover {
  background-color: #FFF;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
.schedule .scheduleList .wrap .detail {
  font-size: 12px;
  text-align: center;
}
.schedule .scheduleList .wrap .lady {
  color: #cc0000;
}
.schedule .scheduleList .wrap .member {
  color: #01acf1;
}
.schedule .scheduleList .wrap .sat {
  color: #01acf1;
}
.schedule .scheduleList .wrap .sun {
  color: #cc0000;
}
.schedule .scheduleList .nodata_ {
	border: 1px solid #d2d2d2;
	background: #ddd;
	opacity: 0.85;
}
.schedule .scheduleList .current {
  border: 1px solid #ff744b;
  background: #fff1ed;
	opacity: 1;
}
.schedule .scheduleList .current .day {
  border-bottom: 1px solid #ff744b;
}
.schedule h4 {
  background: #fff;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  color: #ff612d;
  font-size: 24px;
  font-weight: bold;
  border-left: none;
  border-bottom: 2px solid #ff683b;
  padding-bottom: 5px;
  margin-bottom: 30px;
}
.schedule .description {
  margin: 0 auto 40px;
  /* width: 720px; */
  width: 918px;
  font-size: 12px;
  line-height: 2.5;
}
.schedule .description .tag {
  margin-right: 10px;
}
.schedule .description .tag.sound {
  overflow: hidden;
  text-align: left;
  text-indent: -9999px;
  background: url(../images/amam/tag_sound.png) no-repeat;
}
.schedule .col {
  background: #f6f3f3;
  padding: 20px;
  margin-bottom: 40px;
}
.schedule .col .tag {
  float: left;
}
.schedule .col .tag li {
  float: left;
}
.schedule .col .ttl {
  margin-bottom: 10px;
}
.schedule .col .ttl .tag {
  margin-right: 15px;
}
.schedule .col .ttl p {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}
.schedule .col .detail {
  clear: both;
  border-bottom: 1px solid #333;
  padding-bottom: 10px;
  margin-bottom: 20px;
  overflow: hidden;
  zoom: 1;
}
.schedule .col .detail p {
  display: inline-block;
  float: left;
  margin-right: 20px;
}
.schedule .time {
  margin-bottom: 10px;
}
.schedule .time li {
  float: left;
  margin-right: 20px;
  background: #fff;
  width: 100px;
  height: 65px;
  padding-top: 35px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
.schedule .time li span {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.schedule .time .late {
  background: url(../images/amam/ico_late.png) center center no-repeat #fff;
}

/* advance */
.advance .col {
  background: #f6f3f3;
  padding: 30px 40px;
  margin-bottom: 40px;
  overflow: hidden;
  zoom: 1;
}
.advance .ttl {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.advance .ttl .tag {
  margin-right: 15px;
  float: left;
}
.advance .ttl .tag.new {
	background: #ff612d;
}
.advance .ttl p {
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}
.advance img {
  float: left;
  width: 160px;
}
.advance table {
  float: right;
  width: 720px;
  border-collapse: separate;
  border-spacing: 2px;
  border: none;
}
.advance table th, .advance table td {
  background: #fff;
  border: none;
}
.advance table th {
  text-align: center;
  font-weight: bold;
  padding: 10px 0;
}
.advance table td {
  padding: 10px 20px;
}

/* price */
.price table {
  margin-bottom: 20px;
}
.price th {
  padding: 10px;
}
.price td {
  padding: 10px 20px;
}
.price td:nth-child(2), .price td:nth-child(3), .price td:nth-child(4) {
  text-align: center;
}
.price .service td:nth-child(1) {
  color: #cc0000;
}
.price .service td:nth-child(1) span {
  color: #333;
  font-size: 12px;
}

/*----------------------------------------------------- */
/*  amhouse           */
/*----------------------------------------------------- */
.amhouse .subTtl {
  height: 400px;
  background: url(../images/amam/bg_amhouse.png) top center no-repeat;
  background-size: cover;
}
.amhouse .subTtl h2 {
  text-align: center;
  padding-top: 145px;
}
.amhouse .acc-menu dt {
  display: block;
  width: 736px;
  padding-left: 10px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  cursor: pointer;
  background: url(../images/amam/ico_arrow_down.png) 710px center no-repeat #e63165;
  margin-bottom: 15px;
  transition: all .3s;
}
.amhouse .acc-menu dt:hover {
  background: url(../images/amam/ico_arrow_down.png) 710px center no-repeat #9e133b;
}
.amhouse .acc-menu .active {
  background: url(../images/amam/ico_arrow_up.png) 710px center no-repeat #e63165;
}
.amhouse .acc-menu .active:hover {
  background: url(../images/amam/ico_arrow_up.png) 710px center no-repeat #9e133b;
}
.amhouse .acc-menu dd {
  display: none;
  width: 746px;
  padding: 5px 0 0;
  margin-bottom: 40px;
}

.amhouse .acc-menu dd .imgFull {
  width: 100%;
}

/*----------------------------------------------------- */
/*  amvoice           */
/*----------------------------------------------------- */
.amvoice .subTtl {
  height: 400px;
  background: url(../images/amam/bg_amvoice.png) top center no-repeat;
  background-size: cover;
}
.amvoice .subTtl h2 {
  text-align: center;
  padding-top: 145px;
}
.amvoice h3 {
  margin-bottom: 20px;
}

/*----------------------------------------------------- */
/*  facility           */
/*----------------------------------------------------- */
.facility .subTtl {
  height: 100px;
  background: url(../images/amam/bg_facility_ttl.png) top center no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 50px;
}
.facility .subTtl h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
.facility .subTtl h2 span {
  display: block;
  font-weight: normal;
  font-size: 12px;
}
.facility h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #666666;
}
.column2_ {
  width : 746px !important;
}
.facility h4 {
  clear: both;
  font-size: 18px;
  font-weight: bold;
  color: #555555;
  margin-bottom: 20px;
}
.facility .mainCntents a {
  color: #01acf1;
  text-decoration: underline;
  transition: color .1s;
}
.facility .mainCntents a:hover {
  text-decoration: none;
  color: #01648b;
}
.facility .fLeft, .facility .fRight {
  width: 362px;
  margin-bottom: 30px;
}
.facility .fLeft img {
  width: 100%;
}
.facility table {
  width: 100%;
  margin-bottom: 30px;
}
.facility table, .facility th, .facility td {
  border: 1px solid #999999;
}
.facility td {
  padding: 8px;
}
.facility iframe {
  margin-bottom: 20px;
}
.facility .outline th {
  background: #f0f0f0;
  text-align: center;
  padding: 12px;
}
.facility .outline td {
  padding: 12px 20px;
}

.contestsBtn .col a.zooming {
  text-decoration: none;
  position: relative;
  z-index: 1;
  transition: all .25s;
  box-sizing: border-box;
  background-size: cover!important;
  top: 50%;
  left: 50%;
  width: 235px;
  height: 200px;
  margin-left: -117px;
  margin-top: -100px;
}
.contestsBtn .col a.zooming:hover {
  width: 258px;
  height: 220px;
  margin-left: -129px;
  margin-top: -110px;
  padding-top: 11px;
}

.bnr01 li a {
  position: relative;
  display: block;
}
.bnr01 li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #00b2f0;
  position: absolute;
  z-index: 100;
  top: 0%;
  left: 0;
  opacity: 0;
  transition: all .3s;
}
.bnr01 li a img {
  opacity: 1 !important;
  display: block;
  z-index: -1;
}
.bnr01 li a:hover:after {
  opacity: .3;
}

.facility h4 {
  background: #f6f3f3;
  height: 35px;
  padding-top: 5px;
  padding-left: 15px;
  color: #555555;
  font-size: 20px;
  font-weight: bold;
  border-left: 6px solid #aa4936;
  border-bottom: none;
  margin-bottom: 25px;
}

.subttl_h5_ {
	color: #e65d5d;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 10px;
	margin-bottom: 10px;
	background: #f7f7f7;
}

.right_ {
	float:right;
}
.mt50_ {
	margin-top:50px;
}
.margin30 {
	margin:30px;
}

/*----------------------------------------------------- */
/*  amworld  */
/*----------------------------------------------------- */
.amworld .subTtl {
    background: rgba(0, 0, 0, 0) url("../images/amam/bg_amworld.png") no-repeat scroll center top / cover ;
    height: 400px;
}
.amworld .subTtl h2 {
    padding-top: 145px;
    text-align: center;
}
.amworld h3 {
    margin-bottom: 20px;
}
/*----------------------------------------------------- */
/*  magazineBox  */
/*----------------------------------------------------- */
.magazineBox {
    background: rgba(0, 0, 0, 0) url("../images/amam/mag_mid.gif") repeat-y scroll 0 0 / 100% auto;
    line-height: 1.6;
    margin: 50px;
}
.magazineBox .in {
    background: rgba(0, 0, 0, 0) url("../images/amam/mag_top.gif") no-repeat scroll 0 0 / 100% auto;
    padding: 15px 30px 0;
}
.magazineBox span {
    background: rgba(0, 0, 0, 0) url("../images/amam/mag_bot.gif") no-repeat scroll 0 0 / 100% auto;
    display: block;
    height: 11px;
    overflow: hidden;
}
.magazineBox h5 {
    margin: 0;
    padding: 0 0 15px;
    font-weight: bold;
}
.magazineBox h5 small {
    font-size: 90%;
    font-weight: normal;
}
.magazineBox table {
    margin-bottom: 0px;
    border-collapse: inherit;
    border-style : none;
}
.magazineBox td {
    border-style : none;
}
.magazineBox p {
    margin: 0;
}
.magazineBox #submit_button {
    width: 120px;
    height: 35px;
}
/*----------------------------------------------------- */
/*  mail_mag  */
/*----------------------------------------------------- */
.mail_mag_ {
        margin:50px;
}
.mail_mag_ .list li {
    background: rgba(0, 0, 0, 0) url("../images/list_mark.gif") no-repeat scroll left 3px;
    margin: 0;
    padding: 0 0 5px 20px;
}

/*----------------------------------------------------- */
/*  member_list  */
/*----------------------------------------------------- */
.member_list ul li {
    background: rgba(0, 0, 0, 0) url("../images/list_mark.gif") no-repeat scroll left 3px;
    margin: 0;
    padding: 0 0 5px 20px;
}
.member h5 {
    border-bottom-style : inset;
    border-width : 1px;
    font-size: 20px;
    font-weight: bold;
}
.member_list .mem_subhead {
    font-size: 16px;
    font-weight: bold;
}
.member_list .mem_subhead .num {
    color: #c34f4f;
}
.member_list .mem_subhead .text {
    margin-left: 10px;
}

/*----------------------------------------------------- */
/*  etc  */
/*----------------------------------------------------- */
.pdfBOX {
   background: rgba(0, 0, 0, 0) url("../images/amam/bt_pdf2.gif") no-repeat scroll 8px center;
    border: 1px solid #d9d9d9;
    padding: 12px 10px 0 40px;
    width: 300px; 
}
.pdfBOX p {
    margin: 0;
    padding: 0 0 12px;
}
table.member_table_ {
    width: 80%;
}
.red_ {
    color: #ed4141;
}
.schedule .description .block01 {
  display: inline-block;
  width: 150px;
  margin-bottom: 10px;
}
.schedule .description .block02 {
  display: inline-block;
  width: 60%;
  margin-bottom: 10px;
}
.schedule .description .block03 {
  display: inline-block;
  width: 30%;
}
.topNews .pager {
  display: none;
}


.amhouse .localNav {
    height: 70px;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.amhouse .localNav ul {
    width: 1000px;
    margin: 0 auto;
    height: 70px;
    border-left: 1px solid #cccccc;
}
.amhouse .localNav ul li {
    width: 24.9%;
    float: left;
    border-right: 1px solid #cccccc;
    text-align: center;
}
.amhouse .localNav ul li a {
    display: block;
    padding-top: 20px;
    height: 50px;
    color: #000;
    font-weight: bold;
}

.amhouse .localNav ul li a span {
    display: block;
    color: #666;
    font-weight: normal;
    font-size: 10px;
}
.amhouse .localNav2 {
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}
.amhouse .localNav2 ul {
    width: 1000px;
    margin: 0 auto;
    height: 50px;
    border-left: 1px solid #cccccc;
}
.amhouse .localNav2 ul li {
    width: 16.6%;
    float: left;
    border-right: 1px solid #cccccc;
    text-align: center;
}
.amhouse .localNav2 ul li:last-child {
    width: 16.4%;
}
.amhouse .localNav2 ul li a {
    display: block;
    padding-top: 15px;
    height: 35px;
    color: #000;
    font-weight: bold;
}
