@charset "UTF-8";
.font-mincho {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro W3", "游明朝体", "Yu Mincho", YuMincho, "游明朝", Georgia, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* clearfix */
.clearfix, .index #tab, .index .detail, .index .top_headline, .index .menu, .index .bg dl, .index .news ul, .news_detail .date, .products #item_list .tab, .education .course_list .jne, .education .course_list .nme, .education .course_list .ee, .education dl, .educator_system .menu, .educator_system .menu .course2, .seminar_contents .tab_contents .course_list .jne, .seminar_contents .tab_contents .course_list .nme, .seminar_contents .tab_contents .course_list .ee, .seminar_contents .menu, .seminar_contents .menu .course_contents .course, .seminar_contents .menu .course2, .seminar #tab.bt, .seminar .search_box form .searchform-params .DropDownField, .educator ul, .educator .inner, .item .content .item_detail, .item .content .item_detail .photo .thumb, .item #item_list .tab, .item .content .product_item {
  *zoom: 1;
}
.clearfix:before, .index #tab:before, .index .detail:before, .index .top_headline:before, .index .menu:before, .index .bg dl:before, .index .news ul:before, .news_detail .date:before, .products #item_list .tab:before, .education .course_list .jne:before, .education .course_list .nme:before, .education .course_list .ee:before, .education dl:before, .educator_system .menu:before, .educator_system .menu .course2:before, .seminar_contents .tab_contents .course_list .jne:before, .seminar_contents .tab_contents .course_list .nme:before, .seminar_contents .tab_contents .course_list .ee:before, .seminar_contents .menu:before, .seminar_contents .menu .course_contents .course:before, .seminar_contents .menu .course2:before, .seminar #tab.bt:before, .seminar .search_box form .searchform-params .DropDownField:before, .educator ul:before, .educator .inner:before, .item .content .item_detail:before, .item .content .item_detail .photo .thumb:before, .item #item_list .tab:before, .item .content .product_item:before, .clearfix:after, .index #tab:after, .index .detail:after, .index .top_headline:after, .index .menu:after, .index .bg dl:after, .index .news ul:after, .news_detail .date:after, .products #item_list .tab:after, .education .course_list .jne:after, .education .course_list .nme:after, .education .course_list .ee:after, .education dl:after, .educator_system .menu:after, .educator_system .menu .course2:after, .seminar_contents .tab_contents .course_list .jne:after, .seminar_contents .tab_contents .course_list .nme:after, .seminar_contents .tab_contents .course_list .ee:after, .seminar_contents .menu:after, .seminar_contents .menu .course_contents .course:after, .seminar_contents .menu .course2:after, .seminar #tab.bt:after, .seminar .search_box form .searchform-params .DropDownField:after, .educator ul:after, .educator .inner:after, .item .content .item_detail:after, .item .content .item_detail .photo .thumb:after, .item #item_list .tab:after, .item .content .product_item:after {
  content: "";
  display: table;
}
.clearfix:after, .index #tab:after, .index .detail:after, .index .top_headline:after, .index .menu:after, .index .bg dl:after, .index .news ul:after, .news_detail .date:after, .products #item_list .tab:after, .education .course_list .jne:after, .education .course_list .nme:after, .education .course_list .ee:after, .education dl:after, .educator_system .menu:after, .educator_system .menu .course2:after, .seminar_contents .tab_contents .course_list .jne:after, .seminar_contents .tab_contents .course_list .nme:after, .seminar_contents .tab_contents .course_list .ee:after, .seminar_contents .menu:after, .seminar_contents .menu .course_contents .course:after, .seminar_contents .menu .course2:after, .seminar #tab.bt:after, .seminar .search_box form .searchform-params .DropDownField:after, .educator ul:after, .educator .inner:after, .item .content .item_detail:after, .item .content .item_detail .photo .thumb:after, .item #item_list .tab:after, .item .content .product_item:after {
  clear: both;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
h2 {
  padding-top: 47px;
  text-align: center;
}

h3 {
  padding: 50px 0 30px;
  text-align: center;
}

/*----------------------------------------------------
	ページ
----------------------------------------------------*/
/* トップページ */
.index {
  /* 2017.03.07 CSS変更 */
  width: 1200px;
  margin: 40px auto;
  /*.bg{
  	background:#F4F4F4;
  	padding-bottom:58px;
  	h2{ padding:38px 0 23px; }
  	dl{
  		@extend .clearfix;
  		width:980px;
  		margin:0 auto;
  		dt{ width:330px; float:left; }
  		dd{
  			width:640px;
  			height:80px;
  			float:right;
  			background:#FFF;
  			padding:20px 0 0 30px;
  			span{ color:#999; }
  		}
  	}
  	.arrow{ display:block; margin:0 auto; padding:22px 0 16px; }
  	bt{ width:280px; display:block; margin:59px auto 0; }
  } */
}
.index h2 {
  margin-bottom: 20px;
}
.index h2.tit_news {
  display: block;
  height: 63px;
  margin-bottom: 20px;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../images/index/bar3.gif");
}
.index #tab {
  width: 1200px;
  margin: 0 auto 10px;
}
.index #tab li {
  width: 190px;
  height: 30px;
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  padding: 4px 2px;
  margin: 0 12px 10px 0;
  border-radius: 4px;
}
.index #tab li:hover {
  opacity: 0.7;
}
.index #tab li:nth-child(6n) {
  margin-right: 0px;
}
.index #tab li.new {
  background: #d10019;
}
.index #tab li.seminar {
  background: #ea317c;
}
.index #tab li.event {
  background: #fb682e;
}
.index #tab li.session {
  background: #a959e4;
}
.index #tab li.media {
  background: #4569bd;
}
.index #tab li.newproducts {
  background: #00b1a2;
}
.index .box {
  width: 1200px;
  height: 230px;
  margin: 0 auto;
  overflow: scroll;
  overflow-x: hidden;
}
.index .detail {
  width: 1200px;
  margin: 0 auto 10px;
}
.index .detail.disnon {
  display: none;
}
.index .detail dt {
  width: 100px;
  padding: 5px 10px 10px 0;
  float: left;
  vertical-align: middle;
}
.index .detail dd {
  padding: 0px 0 10px 80px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  vertical-align: middle;
}
.index .detail dd span {
  display: inline-block;
  text-align: center;
  width: 100px;
  color: #fff;
  padding: 4px;
  border-radius: 4px;
  margin-right: 15px;
}
.index .detail dd span.post {
  background: #ea317c;
}
.index .detail dd span.event {
  background: #fb682e;
}
.index .detail dd span.session {
  background: #a959e4;
}
.index .detail dd span.media {
  background: #4569bd;
}
.index .detail dd span.newproducts {
  background: #00b1a2;
}
.index .detail dd .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 24px;
}
.index .detail dd a {
  color: #2489ce;
}
.index .top_headline {
  width: 1200px;
  margin: 40px auto;
}
.index .top_headline .top_headline_news {
  width: 590px;
  float: left;
}
.index .top_headline .top_headline_news h2 {
  display: block;
  height: 63px;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../images/index/bar3.gif");
}
.index .top_headline .top_headline_newproducts {
  width: 590px;
  float: right;
}
.index .top_headline .top_headline_newproducts h2 {
  display: block;
  height: 63px;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../images/index/bar_newproducts.png");
  margin: 7px 0 13px;
}
.index .top_headline .top_headline_seminar {
  width: 400px;
  float: right;
}
.index .top_headline .top_headline_seminar h2 {
  display: block;
  height: 63px;
  background-position: center top;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-image: url("../images/seminar/bar.png");
  margin: 7px 0 0;
}
.index .top_headline dl {
  clear: both;
  border-collapse: collapse;
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
}
.index .top_headline dl dt {
  width: 110px;
  padding: 0 10px 10px 0;
  float: left;
  margin-bottom: 10px;
}
.index .top_headline dl dd {
  padding: 0px 20px 10px 110px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.index .top_headline dl dd a {
  color: #2489ce;
  text-decoration: underline;
}
.index .top_headline p {
  margin: 0 !important;
  text-align: left !important;
}
.index .menu {
  width: 810px;
  margin: 0 auto 10px;
}
.index .menu li {
  width: 260px;
  float: left;
  margin: 0 10px 10px 0;
}
.index .menu li img {
  width: 260px;
}
.index .goods li {
  text-align: center;
}
.index .goods li a {
  text-decoration: none;
  color: #333;
}
.index .goods li tit {
  display: block;
  padding: 7px 0 14px;
}
.index .goods li price {
  display: block;
  color: #D10019;
}
.index p {
  text-align: center;
  margin: 40px 0 0;
}
.index table {
  width: 990px;
  margin: 22px auto 73px;
}
.index table tr td {
  padding: 5px;
}
.index .bg {
  background: #F4F4F4;
  padding-bottom: 58px;
}
.index .bg h2 {
  padding: 38px 0 23px;
}
.index .bg dl {
  width: 980px;
  margin: 0 auto 20px;
}
.index .bg dl dt {
  width: 330px;
  float: left;
  background: #D10019;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 16px;
}
.index .bg dl dt span {
  font-size: 12px;
  display: block;
  margin-top: -2px;
}
.index .bg dl dt.art {
  height: 106px;
  padding: 32px 0 30px;
}
.index .bg dl dt.japan {
  height: 106px;
  padding: 32px 0 30px;
}
.index .bg dl dt.red {
  width: 330px;
  height: 106px;
  float: left;
  background: #D10019;
  color: #fff;
  text-align: center;
  padding: 32px 0 30px !important;
}
.index .bg dl dt.blue {
  width: 330px;
  height: 106px;
  float: left;
  background: #73b5e4 !important;
  color: #fff;
  text-align: center;
  padding: 32px 0 30px !important;
}
.index .bg dl dt.green {
  width: 330px;
  height: 106px;
  float: left;
  background: #a9d064 !important;
  color: #fff;
  text-align: center;
  padding: 32px 0 30px !important;
}
.index .bg dl dd {
  width: 640px;
  min-height: 82px;
  float: right;
  background: #FFF;
  padding: 20px 20px 20px 30px;
}
.index .bg dl dd span {
  color: #999;
}
.index .bg .arrow {
  display: block;
  margin: 0 auto;
  padding: 22px 0 16px;
}
.index .bg bt {
  width: 280px;
  display: block;
  margin: 59px auto 0;
}
.index .news {
  width: 980px;
  margin: 32px auto 0;
}
.index .news ul {
  margin-right: -40px;
}
.index .news ul a {
  display: block;
  text-decoration: none;
  color: #333;
}
.index .news ul li {
  width: 300px;
  float: left;
  margin-right: 40px;
}
.index .news ul li date {
  display: block;
  color: #D10019;
  padding-top: 17px;
}
.index .news ul li tit {
  display: block;
  font-size: 18px;
  padding: 20px 0;
}
.index .top_news {
  width: 810px;
  margin: 0 auto 20px;
}
.index .top_news dl {
  margin: 10px auto 40px;
  clear: both;
  border-collapse: collapse;
  height: 250px;
  overflow: scroll;
  overflow-x: hidden;
}
.index .top_news dl dt {
  width: 140px;
  padding: 0 10px 10px 0;
  float: left;
  margin-bottom: 10px;
}
.index .top_news dl dd {
  padding: 0px 0 10px 140px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.index .top_news dl dd a {
  color: #2489ce;
  text-decoration: underline;
}

/* ニュース */
.news bg {
  height: 280px;
  display: block;
  background: url(../images/news/main_img.jpg) no-repeat center #edeffb;
}
.news dl {
  width: 980px;
  margin: 10px auto 40px;
  clear: both;
  border-collapse: collapse;
}
.news dl dt {
  width: 100px;
  padding: 0 10px 10px 0;
  float: left;
  vertical-align: middle;
}
.news dl dd {
  padding: 0px 0 10px 80px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
  vertical-align: middle;
}
.news dl dd a {
  color: #2489ce;
  text-decoration: underline;
}
.news dl dd span {
  display: inline-block;
  text-align: center;
  width: 100px;
  color: #fff;
  padding: 2px 0;
  margin-right: 10px;
}
.news dl dd span.post {
  background: #de4255;
}
.news dl dd span.event {
  background: #fb682e;
}
.news dl dd span.session {
  background: #ea317c;
}
.news dl dd span.media {
  background: #4569bd;
}
.news dl dd span.newproducts {
  background: #00b1a2;
}

/* ニュース個別記事*/
.news_detail {
  width: 1000px;
  margin: 0 auto 80px;
}
.news_detail h3 {
  display: block;
  font-size: 18px;
  font-weight: bold;
  border-bottom: #CCC 1px dashed;
  padding: 5px 0;
  text-align: left !important;
}
.news_detail .date {
  margin: 5px 0 10px;
}
.news_detail .date .day {
  float: right;
  color: #333;
}
.news_detail .date span {
  display: block;
  text-align: center;
  width: 100px;
  color: #fff;
  padding: 2px 0;
  float: left;
}
.news_detail .date span.post {
  background: #de4255;
}
.news_detail .date span.event {
  background: #fb682e;
}
.news_detail .date span.session {
  background: #ea317c;
}
.news_detail .date span.media {
  background: #4569bd;
}
.news_detail .date span.newproducts {
  background: #00b1a2;
}

.back {
  width: 151px;
  margin: 0 auto 0;
}

/* ファンタジーネイルとは */
.about {
  height: 564px;
  background: url(../images/about/bg.jpg) no-repeat center;
  padding-top: 155px;
}
.about txt {
  width: 920px;
  display: block;
  margin: 0 auto;
}

/* 商品紹介 */
.products {
  background: #FFF;
}
.products bg {
  height: 280px;
  display: block;
  background: url(../images/products/main_img.jpg) no-repeat center #edeffb;
}
.products bar {
  height: 65px;
  display: block;
  background: url(../images/products/bar.jpg) no-repeat center;
  margin: 50px 0 30px;
}
.products .row {
  clear: both;
}
.products .bt_cart {
  width: 120px;
  text-align: center;
  background: #d10019;
  float: right;
  margin: 0 0 20px 10px;
}
.products .bt_cart a {
  display: block;
  color: #FFF;
  padding: 5px 0;
}
.products .bt_cart a:hover {
  color: #FFF;
}
.products #item_list {
  width: 999px;
  margin: 0 auto;
}
.products #item_list .tab {
  width: 999px;
  margin-bottom: 37px;
}
.products #item_list .tab li {
  float: left;
  margin: 0 10px 20px;
}
.products #item_list .product_item .item_photo img {
  width: 180px;
}
.products #item_list .product_item .item_name {
  text-align: center;
}
.products #item_list .product_item .item_price {
  text-align: center;
  color: #d10019;
}
.products #item_detail #item_photo_area .slick-active img {
  width: 60%;
}
.products #item_detail #item_photo_area .slick-active .thumbnail img {
  width: 100%;
}
.products #item_detail .item_name {
  font-size: 26px;
  text-align: left;
}
.products #item_detail .item_comment {
  margin-bottom: 80px;
}
.products #item_detail .normal_price {
  font-size: 14px;
}
.products #item_detail .normal_price .small {
  font-size: 14px;
}
.products #item_detail .sale_price {
  font-size: 24px;
}
.products #item_detail .sale_price .small {
  font-size: 24px;
}
.products #item_detail .btn {
  height: auto;
  line-height: 0;
  padding: 0;
}
.products #item_detail .btn-primary {
  background: #FFF;
  border: none;
}
.products #item_detail .btn-info {
  background: #FFF;
  border: none;
}
.products #item_detail .col-xs-12, .products #item_detail .col-sm-8 {
  width: auto;
  padding: 0;
}
.products #item_detail .review {
  width: 456px;
  height: 400px;
  overflow-y: scroll;
  padding-top: 10px;
}
.products #item_detail .review ul li {
  border-bottom: #CCC 1px dashed;
  padding: 5px 10px 10px 0;
  margin-bottom: 10px;
}
.products #item_detail .review ul li b {
  display: block;
}
.products #item_detail .qualification {
  font-size: 13px;
  margin-top: 20px;
}
.products #item_detail .qualification tr th {
  padding-right: 10px;
}
.products #item_detail .qualification tr td {
  font-weight: bold;
}
.products #item_detail .qualification tr .red {
  color: #e83344;
}
.products #item_detail .qualification tr .blue {
  color: #73b5e4;
}
.products #item_detail .qualification tr .green {
  color: #a9d064;
}
.products .text-primary {
  color: #d10019;
}
.products .btn_group a {
  color: #FFF;
}
.products .btn_area a {
  color: #FFF;
}
.products .btn_area ul li a {
  color: #333;
}
.products .btn-primary {
  background: #d10019;
}
.products .errormsg {
  background: #d10019;
}

.back_bt {
  width: 150px;
  background: #d10019;
  margin: 0 auto;
}
.back_bt a {
  display: block;
  color: #FFF !important;
  text-align: center;
  padding: 10px 0;
}
.back_bt a:hover {
  color: #FFF;
  text-decoration: none !important;
}

.movie {
  height: 500px;
  display: block;
  text-align: center;
  background: url(../images/products/bar_movie.jpg) no-repeat center 50px;
  padding-top: 150px;
}

/* 教育システム */
.education {
  padding-bottom: 20px;
  line-height: 20px;
}
.education bg {
  height: 280px;
  display: block;
  background: url(../images/education/main_img.jpg) no-repeat center #edeffb;
}
.education bar {
  height: 65px;
  display: block;
  background: url(../images/education/bar.jpg) no-repeat center;
  margin: 50px 0 30px;
}
.education basic {
  height: 139px;
  display: block;
  background: url(../images/education/bg1.jpg) no-repeat center;
  padding-top: 40px;
}
.education artist {
  height: 139px;
  display: block;
  background: url(../images/education/bg2.jpg) no-repeat center;
  padding-top: 40px;
}
.education jna {
  height: 147px;
  display: block;
  background: url(../images/education/bg3.jpg) no-repeat center;
  padding-top: 40px;
  margin-top: 27px;
}
.education nme {
  height: 167px;
  display: block;
  background: url(../images/education/bg4.jpg) no-repeat center;
  padding-top: 40px;
}
.education ee {
  height: 167px;
  display: block;
  background: url(../images/education/bg5.jpg) no-repeat center;
  padding-top: 40px;
}
.education .course_list {
  width: 916px;
  height: 367px;
  margin: 0 auto 30px;
}
.education .course_list a {
  width: 100%;
  display: inline !important;
}
.education .course_list .jne {
  width: 657px;
  margin: 0 auto 14px;
}
.education .course_list .jne li {
  width: 116px;
  float: left;
  margin-right: 17px;
}
.education .course_list .jne li:nth-child(-n+3) {
  width: 123px;
  margin-right: 11px;
}
.education .course_list .jne li:last-child {
  margin-right: 0px;
}
.education .course_list .nme {
  width: 917px;
  margin: 0 auto 14px;
}
.education .course_list .nme li {
  width: 116px;
  float: left;
  margin-right: 17px;
}
.education .course_list .nme li:last-child {
  margin-right: 0px;
}
.education .course_list .ee {
  width: 784px;
  margin: 0 auto 0px;
}
.education .course_list .ee li {
  width: 116px;
  float: left;
  margin-right: 17px;
}
.education .course_list .ee li:last-child {
  margin-right: 0px;
}
.education a {
  width: 916px;
  display: block;
  text-decoration: none;
  color: #333;
  margin: 0 auto;
}
.education p {
  text-align: center;
  padding: 20px 0 0;
}
.education txt {
  width: 916px;
  display: block;
  padding: 0 12px 12px;
  margin: 0 auto;
}
.education dl {
  width: 916px;
}
.education dl dt {
  width: 458px;
  float: left;
  padding: 0 0 0 10px;
}
.education dl dd {
  width: 458px;
  float: left;
  padding: 0 0 0 10px;
}
.education dl span {
  font-size: 12px;
  display: block;
}
.education #tab {
  width: 660px;
  height: 40px;
  text-align: center;
  padding-left: 12px;
  margin: 60px auto 40px;
}
.education #tab li {
  width: 300px;
  height: 40px;
  display: inline-block;
  background: #d10019;
  font-size: 20px;
  margin: 0 10px;
}
.education #tab li a {
  display: inline !important;
}

.system p {
  text-align: center;
  margin: 40px 0;
}
.system p span {
  display: block;
  color: #d10019;
}

/* エデュケーターシステム */
.educator_system bg {
  height: 280px;
  display: block;
  background: url(../images/education/main_img.jpg) no-repeat center #edeffb;
}
.educator_system bar {
  height: 65px;
  display: block;
  background: url(../images/education/system/bar.png) no-repeat center;
  margin: 50px 0 30px;
}
.educator_system p {
  text-align: center;
  margin: 40px 0;
}
.educator_system p span {
  display: block;
  color: #d10019;
}
.educator_system .tab_contents {
  width: 916px;
  color: #FFF;
  margin: 10px auto 0;
}
.educator_system .tab_contents .disnon {
  display: none;
}
.educator_system .tab_contents .list {
  color: #333;
  margin-bottom: 40px;
}
.educator_system .menu {
  padding-top: 30px;
}
.educator_system .menu left {
  width: 300px;
  display: block;
  float: left;
}
.educator_system .menu right {
  width: 578px;
  float: right;
  display: block;
}
.educator_system .menu right table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 7px 0 5px;
}
.educator_system .menu right table tr th {
  width: 78px;
  background: #333;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
}
.educator_system .menu right table tr td {
  padding: 5px 30px 0 10px;
}
.educator_system .menu right bt {
  font-size: 0;
}
.educator_system .menu right waku {
  display: block;
  padding: 15px;
  margin-top: 20px;
}
.educator_system .menu right waku span {
  display: block;
  font-size: 12px;
}
.educator_system .menu right txt2 {
  display: block;
  padding-top: 18px;
}
.educator_system .menu right .fa_table tr th {
  width: 100px;
  background: #ea5413;
  padding: 2px 0;
}
.educator_system .menu .course2 {
  border-bottom: #CCC 1px dashed;
  margin-bottom: 20px;
}
.educator_system .menu .course2 left {
  width: 199px;
  float: left;
}
.educator_system .menu .course2 left img {
  margin-bottom: 20px;
}
.educator_system .menu .course2 right {
  width: 717px;
  float: right;
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
}
.educator_system .menu .course2 right txt {
  height: 80px;
  /* display:block; */
}
.educator_system .menu .course2 right table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.educator_system .menu .course2 right table tr th {
  width: 100px;
  background: #e83344;
  color: #FFF;
  text-align: center;
  padding: 3px 0;
}
.educator_system .menu .course2 right table.jne_table tr th {
  background: #e83344;
}
.educator_system .menu .course2 right table.nme_table tr th {
  background: #73b5e4;
}
.educator_system .menu .course2 right table.ee_table tr th {
  background: #a9d064;
}

/* セミナー内容 */
.seminar_contents {
  padding-bottom: 10px;
  line-height: 20px;
}
.seminar_contents bg {
  height: 280px;
  display: block;
  background: url(../images/acrylic/education/seminar_contents/main_img.jpg) no-repeat center #edeffb;
}
.seminar_contents bar {
  height: 65px;
  display: block;
  background: url(../images/acrylic/education/seminar_contents/bar.png) no-repeat center;
  margin: 50px 0 30px;
}
.seminar_contents .tab_contents, .seminar_contents .course_bt {
  width: 916px;
}
.seminar_contents .course_bt {
  margin: 0 auto;
}
.seminar_contents .course_bt h3 {
  padding: 10px 10px;
  margin-bottom: 20px;
  font-size: 20px;
  color: #fff;
  text-align: left;
}
.seminar_contents .course_bt h3.red {
  background: #d10019;
}
.seminar_contents .course_bt h3.blue {
  background: #73b5e4;
}
.seminar_contents .course_bt h3.green {
  background: #a9d064;
}
.seminar_contents .course_bt h3.orange {
  background: #fb682e;
}
.seminar_contents .course_bt .green li a {
  background: #a9d064;
}
.seminar_contents .course_bt .red li a {
  background: #d10019;
}
.seminar_contents .course_bt .blue li a {
  background: #73b5e4;
}
.seminar_contents .course_bt .orange li a {
  background: #fb682e;
}
.seminar_contents .course_bt .flex {
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 40px;
  align-items: stretch;

}
.seminar_contents .course_bt ul.flex li {
  width: 31.9%;
  text-align: center;
  display: inline;
  margin-right: 19px;
  margin-top: 0;
  margin-bottom: 25px;
}
.seminar_contents .course_bt ul.flex li a {
  padding: 50px 10px;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}
.seminar_contents .course_bt ul.flex li a span {
  font-size: 12px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 5px 17px 5px;
  line-height: 1.4;
}
.seminar_contents .course_bt ul.flex li .span {
  padding: 40px 15px 60px;
}
.seminar_contents .course_bt ul.flex li a.text_3 {
  padding: 40px 0;
}
.seminar_contents .course_bt ul.flex li a.text_2 {
  padding: 50px 0;
}
.seminar_contents .course_bt ul.flex li a.text_1 {
  padding: 60px 0;
}
.seminar_contents .course_bt ul.flex li.ml0 {
  margin-left: 0;
}
.seminar_contents .course_bt ul.flex li.mr0 {
  margin-right: 0;
}
.seminar_contents p {
  text-align: center;
  margin: 40px 0;
}
.seminar_contents p span {
  display: block;
  color: #d10019;
}
.seminar_contents .tab_contents {
  color: #FFF;
  margin: 10px auto 0;
}
.seminar_contents .tab_contents .disnon {
  display: none;
}
.seminar_contents .tab_contents .list {
  color: #333;
}
.seminar_contents .tab_contents .course_list {
  width: 916px;
  /* height: 367px; */
  margin: 0 auto 30px;
}
.seminar_contents .tab_contents .course_list a {
  width: 100%;
  display: inline !important;
}
.seminar_contents .tab_contents .course_list .jne {
  width: 657px;
  margin: 0 auto 14px;
}
.seminar_contents .tab_contents .course_list .jne li {
  width: 116px;
  float: left;
  margin-right: 17px;
}
.seminar_contents .tab_contents .course_list .jne li:nth-child(-n+3) {
  width: 123px;
  margin-right: 11px;
}
.seminar_contents .tab_contents .course_list .jne li:last-child {
  margin-right: 0px;
}
.seminar_contents .tab_contents .course_list .nme {
  width: 917px;
  margin: 0 auto 14px;
}
.seminar_contents .tab_contents .course_list .nme li {
  width: 116px;
  float: left;
  margin-right: 17px;
}
.seminar_contents .tab_contents .course_list .nme li:last-child {
  margin-right: 0px;
}
.seminar_contents .tab_contents .course_list .ee {
  width: 784px;
  margin: 0 auto 0px;
}
.seminar_contents .tab_contents .course_list .ee li {
  width: 116px;
  float: left;
  margin-right: 17px;
}
.seminar_contents .tab_contents .course_list .ee li:last-child {
  margin-right: 0px;
}
.seminar_contents .menu {
  padding-top: 30px;
}
.seminar_contents .menu left {
  width: 300px;
  display: block;
  float: left;
}
.seminar_contents .menu right {
  width: 578px;
  float: right;
  display: block;
}
.seminar_contents .menu right table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin: 7px 0 5px;
}
.seminar_contents .menu right table tr th {
  width: 78px;
  background: #333;
  color: #FFF;
  text-align: center;
  padding: 5px 0;
}
.seminar_contents .menu right table tr td {
  padding: 5px 30px 0 10px;
}
.seminar_contents .menu right bt {
  font-size: 0;
}
.seminar_contents .menu right waku {
  display: block;
  padding: 15px;
  margin-top: 20px;
}
.seminar_contents .menu right waku span {
  display: block;
  font-size: 12px;
}
.seminar_contents .menu right txt2 {
  display: block;
  padding-top: 18px;
}
.seminar_contents .menu right .fa_table tr th {
  width: 100px;
  background: #ea5413;
  padding: 2px 0;
}
.seminar_contents .menu .course_contents {
  width: 916px;
  margin: 0 auto;
}
.seminar_contents .menu .course_contents left p {
  color: #fff;
  padding: 48px 8px;
  margin: 0 0 20px;
}
.seminar_contents .menu .course_contents .green left p {
  background: #a9d064;
}
.seminar_contents .menu .course_contents .red left p {
  background: #d10019;
}
.seminar_contents .menu .course_contents .blue left p {
  background: #73b5e4;
}
.seminar_contents .menu .course_contents .orange left p {
  background: #fb682e;
}
.seminar_contents .menu .course_contents .course.disnon {
  display: none;
}
.seminar_contents .menu .course_contents .course {
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #c1c1c1;
}
.seminar_contents .menu .course_contents .course left {
  width: 199px;
  float: left;
}
.seminar_contents .menu .course_contents .course left img {
  margin-bottom: 20px;
}
.seminar_contents .menu .course_contents .course left .bt a {
  width: 100%;
  height: 42px;
  display: block;
  background-color: #999;
  color: #FFF;
  text-align: center;
  line-height: 42px;
  text-decoration: none;
}
.seminar_contents .menu .course_contents .course right {
  width: 717px;
  float: right;
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
}
.seminar_contents .menu .course_contents .course right txt {
  height: 76px;
  /* display:block; */
}
.seminar_contents .menu .course_contents .course right table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.seminar_contents .menu .course_contents .course right table tr th {
  width: 100px;
  color: #FFF;
  text-align: center;
  padding: 3px 0;
}
.seminar_contents .menu .course_contents .course right .jne_table tr th {
  background: #e83344;
}
.seminar_contents .menu .course_contents .course right .nme_table tr th {
  background: #73b5e4;
}
.seminar_contents .menu .course_contents .course right .ee_table tr th {
  background: #a9d064;
}
.seminar_contents .menu .course_contents .course right .green_table tr th {
  background: #a9d064;
}
.seminar_contents .menu .course_contents .course right .red_table tr th {
  background: #d10019;
}
.seminar_contents .menu .course_contents .course right .blue_table tr th {
  background: #73b5e4;
}
.seminar_contents .menu .course_contents .course right .orange_table tr th {
  background: #fb682e;
}
.seminar_contents .menu .course2 {
  border-bottom: #CCC 1px dashed;
  margin-bottom: 20px;
}
.seminar_contents .menu .course2 left {
  width: 199px;
  float: left;
}
.seminar_contents .menu .course2 left img {
  margin-bottom: 20px;
}
.seminar_contents .menu .course2 right {
  width: 717px;
  float: right;
  font-size: 14px;
  line-height: 20px;
  padding: 0 20px;
}
.seminar_contents .menu .course2 right txt {
  height: 80px;
  /* display:block; */
}
.seminar_contents .menu .course2 right table {
  border-collapse: separate;
  border-spacing: 0 5px;
}
.seminar_contents .menu .course2 right table tr th {
  width: 100px;
  background: #e83344;
  color: #FFF;
  text-align: center;
  padding: 3px 0;
}
.seminar_contents .menu .course2 right table.jne_table tr th {
  background: #e83344;
}
.seminar_contents .menu .course2 right table.nme_table tr th {
  background: #73b5e4;
}
.seminar_contents .menu .course2 right table.ee_table tr th {
  background: #a9d064;
}

/* セミナー情報 */
.seminar {
  text-align: center;
  width: 100%;
}
.seminar #tab.bt {
  width: 930px;
  margin: 0 auto 40px auto;
}
.seminar #tab.bt li {
  width: 300px;
  float: left;
  margin: 0 10px 10px 0;
}
.seminar .disnon {
  display: none;
}
.seminar .schedule li {
  width: 916px;
  text-align: left;
  border-bottom: dashed 1px #8b8079;
  margin: 0px auto 20px;
  padding-bottom: 10px;
}
.seminar .schedule h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 15px;
}
.seminar .schedule h4 span {
  color: #d10019;
}
.seminar .schedule h4 sub {
  font-size: 12px;
  display: inline-block;
  padding-bottom: 2px;
}
.seminar .schedule h5 {
  display: inline-block;
  width: 100px;
  height: 20px;
  color: #ffffff;
  background-color: #d10019;
  text-align: center;
  margin: 0px 20px 10px 0px;
}
.seminar .schedule dl dt {
  float: left;
  width: 120px;
}
.seminar .schedule dl dd {
  width: 525px;
  margin-bottom: 10px;
  overflow: hidden;
}
.seminar .schedule dl dd a {
  text-decoration: none;
  color: #73b5e5;
}
.seminar .schedule .more {
  float: right;
  position: relative;
  top: -60px;
}
.seminar .search_box {
  width: 600px;
  border: 3px solid #CCC;
  background: #f4f4f4;
  text-align: center;
  padding: 20px;
  margin: 0 auto 40px;
}
.seminar .search_box form {
  margin-bottom: 0;
}
.seminar .search_box form .searchform-params {
  margin-bottom: 10px;
}
.seminar .search_box form .searchform-params .DropDownField {
  margin-bottom: 4px;
}
.seminar .search_box form .searchform-params .DropDownField label {
  float: left;
  width: 150px;
  margin-bottom: 0;
  line-height: 30px;
}
.seminar .search_box form .searchform-params .DropDownField span {
  display: block;
  /*padding:0 0 0 240px;*/
}
.seminar .search_box form .searchform-params .DropDownField span select {
  width: 370px;
}
.seminar .search_box form .searchform-controls {
  text-align: center;
}
.seminar .search_box form .searchform-controls input {
  width: 200px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d10019;
  background-image: -moz-linear-gradient(top, #db2339, #d10019);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#db2339), to(#d10019));
  background-image: -webkit-linear-gradient(top, #db2339, #d10019);
  background-image: -o-linear-gradient(top, #db2339, #d10019);
  background-image: linear-gradient(to bottom, #db2339, #d10019);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdb2339', endColorstr='#ffd10019', GradientType=0);
  border-color: #db2339 #db2339 #d10019;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #d10019;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  padding: 7px 20px;
}
.seminar .search_box form .searchform-controls input:hover {
  cursor: pointer;
}
.seminar .pagelink {
  text-align: center;
  padding: 20px 0;
}
.seminar .pagelink a {
  color: #333;
  text-decoration: none;
}

/* エデュケーター紹介 */
.educator {
  min-width: 1200px;
  text-align: center;
}
.educator h2 {
  width: 916px;
  color: #d10019;
  border-bottom: 1px solid #d10019;
  text-align: left;
  margin: 0 auto 10px;
  padding: 0 20px 0 0;
  font-size: 18px;
}
.educator bg {
  height: 280px;
  display: block;
  background: url(../images/educator/main_img.jpg) no-repeat center #edeffb;
}
.educator bar {
  height: 65px;
  display: block;
  background: url(../images/educator/bar.png) no-repeat center;
  margin: 50px 0 30px;
}
.educator .tit {
  margin: 0 auto 20px;
}
.educator ul {
  width: 870px;
  margin: 0 auto 30px;
}
.educator ul li {
  font-size: 14px;
  float: left;
  width: 214px;
}
.educator ul li img {
  margin-bottom: 10px;
}
.educator ul li.r {
  margin-right: 0px;
}
.educator .inner {
  color: #333;
  width: 900px;
  min-height: 400px;
  margin: 0 auto;
  font-size: 14px;
  text-align: left;
  position: relative;
  amrgin-bottom: 30px;
}
.educator .inner img {
  position: absolute;
  left: 0;
  top: 0;
}
.educator .inner name {
  display: block;
  margin-left: 340px;
  margin-bottom: 10px;
}
.educator .inner name span {
  font-weight: bold;
  font-size: 20px;
}
.educator .inner .t_ {
  margin-left: 340px;
}
.educator .inner .t_ h5 {
  display: inline-block;
  width: 100px;
  height: 20px;
  color: #ffffff;
  background-color: #d10019;
  text-align: center;
  margin: 0px 20px 10px 0px;
}
.educator .inner .t_2 {
  display: flex;
}
.educator .inner txt {
  display: block;
  margin-left: 340px;
}
.educator .back {
  width: 900px;
  margin: 0 auto;
  text-align: center;
}
.educator .flex {
  width: 916px;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: start;
}
.educator .flex li {
  display: inline-block;
  width: 49%;
  text-align: center;
  margin: 0 0 2% 0;
}
.educator .flex li a {
  display: block;
  padding: 5px 0;
  color: #fff;
  background: #d10019;
  text-decoration: none;
}
.educator .flex:before {
  content: none;
}
.educator .flex:after {
  content: none;
}
.educator .flex .img {
  width: 300px;
}
.educator .flex .txt {
  width: calc(100% - 340px);
  text-align: left;
}
.educator .flex .txt name {
  display: block;
  margin-bottom: 10px;
}
.educator .flex .txt name span {
  font-weight: bold;
  font-size: 20px;
  margin-right: 20px;
}
.educator .flex .txt .t_ h5 {
  display: inline-block;
  width: 100px;
  height: 20px;
  color: #ffffff;
  background-color: #d10019;
  text-align: center;
  margin: 0px 20px 10px 0px;
}
.educator .flex .txt .t_2 {
  display: flex;
}
.educator .tab_content h3 {
  background: #d10019;
  color: #fff;
  padding: 5px 0 5px 20px;
  margin: 20px 0 40px;
  text-align: left;
}
.educator .tab_content .flex {
  margin-bottom: 40px;
}
.educator .tab_content .flex .img img {
  margin: 0;
}
.educator .tab_content .flex .t_2 {
  display: flex;
}
.educator .tab_content ul.flex-con li {
  width: 16.6%;
  margin: 10px auto;
  text-align: center;
}
.educator .tab_content ul.flex-con li:first-child {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}
.educator .tab_content ul.flex-con li:last-child {
  margin-left: 0;
  margin-right: auto;
}
.educator .tab_content ul.flex-con li:nth-child(6n) {
  text-align: right;
}
.educator .tab_content ul.flex-con li:nth-child(6n+1) {
  text-align: left;
}
.educator .tab_content .teach_list li {
  text-align: left;
}
.educator .tab_content .teach_list li a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
  font-size: 16px;
}

/* 作品紹介 */
.gallery {
  text-align: center;
  padding: 200px 0;
}

/* お問い合わせ */
.form {
  background: #f4f4f4;
  padding: 40px 0;
}
.form .contact {
  width: 655px;
  text-align: center;
  margin: 0 auto;
}
.form .contact txt {
  display: block;
}
.form .contact .caution {
  color: #f00;
  font-weight: bold;
}
.form .contact .table_site {
  width: 100%;
  text-align: left;
  margin-bottom: 30px;
}
.form .contact .table_site th {
  padding: 8px 10px;
  width: 155px;
}
.form .contact .table_site td {
  padding: 8px 10px;
  overflow: hidden;
}
.form .contact .table_site td .span1 {
  width: 480px;
}

/* 無料商品説明会 */
.session .catch {
  text-align: center;
  margin-bottom: 30px;
}
.session .comment {
  width: 1000px;
  margin: 0 auto 20px;
}
.session .comment h4 {
  color: #d10019;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  padding-bottom: 4px;
  border-bottom: 1px solid #d10019;
}
.session .day {
  width: 1000px;
  margin: 0 auto 20px;
}
.session .day table.seminar_table {
  background: #fff;
  border-collapse: collapse;
  margin-bottom: 40px;
  font-size: 14px;
}
.session .day table.seminar_table th {
  background: #000;
  color: #fff;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 12px;
}
.session .day table.seminar_table td {
  background: #f5f5f5;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 12px;
}
.session .day table.seminar_table td span.entry {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  background: #d10019;
  border: 1px solid #c30017;
  padding: 4px 14px 2px;
  font-size: 12px;
  text-decoration: none;
  color: #fff;
  line-height: 1;
}
.session .day table.seminar_table td span.entry.entry:hover {
  opacity: 0.7;
}
.session .day table.seminar_table td span.entry.end {
  background: #999;
  border: 1px solid #ccc;
}

#session .form .contact {
  width: 1000px !important;
  text-align: center;
  margin: 0 auto;
}

#form #footer {
  background: #212121;
  color: #FFF;
  margin-top: 0;
}

/* 商品紹介 [20190903] */
/* 商品紹介詳細ページ item */
.item bg {
  height: 280px;
  display: block;
  background: url(../images/products/main_img.jpg) no-repeat center #edeffb;
}
.item .content {
  width: 1000px;
  margin: 0 auto 0;
  background: #FFF;
}
.item .content bar {
  height: 65px;
  display: block;
  background: url(../images/products/bar.jpg) no-repeat center;
  margin: 50px 0 30px;
}
.item .content .item_detail {
  width: 916px;
  margin: 0 32px 0;
}
.item .content .item_detail .photo {
  margin-right: 90px;
  float: left;
}
.item .content .item_detail .photo .screen img {
  width: 300px;
  height: 300px;
  border: 1px solid #ccc;
}
.item .content .item_detail .photo .thumb {
  width: 300px;
  margin-bottom: 30px;
}
.item .content .item_detail .photo .thumb li {
  float: left;
}
.item .content .item_detail .photo .thumb li img {
  width: 100px;
}
.item .content .item_detail .photo .thumb li a {
  cursor: pointer;
}
.item .content .item_detail .photo .thumb li:hover {
  opacity: 0.7;
}
.item .content .item_detail .txt {
  width: 526px;
  margin: 0 auto 20px;
  float: left;
}
.item .content .item_detail .txt h3.tit {
  font-size: 26px;
  font-weight: bold;
  padding: 0px !important;
  text-align: left !important;
}
.item .content .item_detail .txt h3.tit span {
  font-size: 50%;
  display: block;
  margin-bottom: 20px;
}
.item .content .item_detail .txt .sentence {
  width: 526px;
  word-wrap: break-word;
  margin-bottom: 90px;
}
.item .content .item_detail .txt .price {
  font-size: 20px;
}
.item .content .item_detail .txt .price .size {
  color: #fff;
  font-size: 18px;
  padding: 4px;
  text-align: center;
  background: #d10019;
  width: 150px;
  display: inline-block;
  margin-right: 20px;
}
.item h2.title {
  width: 1000px;
  clear: both;
  height: 45px;
  margin: 0 auto 20px;
  padding: 8px;
  border-top: solid 1px #ebeced;
  color: #FFF;
  background-color: #d10019;
  font-size: 130%;
  font-weight: bold;
}
.item #item_list {
  width: 999px;
  margin: 0 auto;
}
.item #item_list .tab {
  width: 999px;
  margin-bottom: 37px;
}
.item #item_list .tab li {
  float: left;
  margin: 0 10px 20px;
}

/* 商品紹介 */
.item bg {
  height: 280px;
  display: block;
  background: url(../images/products/main_img.jpg) no-repeat center #edeffb;
}
.item .content {
  width: 1200px;
  margin: 0 auto 0;
  background: #FFF;
}
.item .content bar {
  height: 65px;
  display: block;
  background: url(../images/products/bar.jpg) no-repeat center;
  margin: 50px 0 30px;
}
.item .content .product_item {
  width: 980px;
  margin: 0 auto;
}
.item .content .product_item li {
  width: 480px;
  min-height: 150px;
  margin: 0 20px 20px 0;
  float: left;
}
.item .content .product_item li a {
  width: 100%;
  height: 100%;
  display: block;
}
.item .content .product_item li a img {
  width: 480px;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.item .content .product_item li:nth-child(2n) {
  margin-right: 0;
}

.annouce-list {
  position: relative;
  margin: 0 auto 40px;
}
.annouce-list ul {
  *zoom: 1;
  width: calc(100% + 20px);
  margin: 0 -10px;
}
.annouce-list ul:before {
  content: "";
  display: table;
}
.annouce-list ul:after {
  content: "";
  display: table;
  clear: both;
}
.annouce-list ul li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin: 0 auto 20px;
}
.annouce-list ul li .li-inner {
  position: relative;
  border: 1px solid #ccc;
  padding: 5px;
}
.annouce-list ul li .new {
  z-index: 2;
  position: absolute;
  width: 50px;
  height: 20px;
  left: 10px;
  top: 10px;
  background-color: #D10019;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.annouce-list ul li .p {
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.annouce-list ul li .p:before {
  content: '';
  display: block;
  padding-top: 60%;
}
.annouce-list ul li .p a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.annouce-list ul li .date {
  text-align: left;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin: 5px 0;
}
.annouce-list ul li .title {
  line-height: 1.4;
  text-align: left;
  font-size: 14px;
  margin: 0 auto 10px;
}
.annouce-list ul li .title a {
  color: #333;
  font-weight: bold;
  text-decoration: underline;
}
.annouce-list ul li .title a:hover {
  opacity: .6;
}
.annouce-list ul li.zero {
  width: 100%;
  padding: 40px;
}
.annouce-list ul li.zero p {
  text-align: center;
}
.annouce-list .lsit-link {
  text-align: right;
}

.announce {
  min-width: 1200px;
  text-align: center;
}
.announce h2 {
  width: 916px;
  color: #d10019;
  border-bottom: 1px solid #d10019;
  text-align: left;
  margin: 0 auto 10px;
  padding: 0 20px 0 0;
  font-size: 18px;
}
.announce bg {
  height: 280px;
  display: block;
  background: url(../images/announce/main_img.jpg) no-repeat center #edeffb;
}
.announce bar {
  height: 65px;
  display: block;
  background: url(../images/announce/bar.png) no-repeat center;
  margin: 50px 0 30px;
}
.announce .tit {
  margin: 0 auto 20px;
}
.announce .annouce-list {
  width: 1200px;
  margin: 0 auto;
}

.announce-single {
  width: 750px;
  margin: 0 auto;
}
.announce-single .main-header {
  margin: 0 auto 40px;
}
.announce-single .main-header .title {
  text-align: left;
  border-bottom: 2px solid #D10019;
  font-size: 24px;
}
.announce-single .main-header .date {
  font-size: 14px;
  text-align: right;
}
.announce-single .main-body {
  border-bottom: 1px solid #ccc;
  padding: 0 0 40px;
  margin: 0 auto 40px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.announce-single .main-body img {
  max-width: 800px;
  max-height: 600px;
  margin: 0 auto;
  height: auto;
}
.announce-single .main-body .thum {
  margin: 0 auto 40px;
  text-align: center;
}
.announce-single .main-body p {
  margin: 1em auto;
}
.announce-single .main-body strong {
  font-weight: bold;
}
.announce-single .main-body em {
  font-style: italic;
}
.announce-single .main-pagelink {
  *zoom: 1;
  margin: 0 auto 40px;
}
.announce-single .main-pagelink:before {
  content: "";
  display: table;
}
.announce-single .main-pagelink:after {
  content: "";
  display: table;
  clear: both;
}
.announce-single .main-pagelink a {
  color: #333;
}
.announce-single .main-pagelink a:hover {
  opacity: .6;
}
.announce-single .main-pagelink .prev {
  float: left;
}
.announce-single .main-pagelink .next {
  float: right;
}

.blog {
  width: 1000px;
  margin: 0 auto;
}
.blog date {
  float: left;
  width: 150px;
  text-align: left;
  padding: 10px 0 0 30px;
}
.blog tit {
  text-align: left;
  padding: 10px 30px 20px 150px;
  margin: 0 auto 30px;
  border-bottom: 1px dashed #ccc;
}
.blog txt {
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}
