@charset "utf-8";

/* ==========================================================================
  container
========================================================================== */
#container {
	width:1000px;
	margin:0 auto;
	padding:0;
}
@media screen and (max-width: 767px) {
	#container {
		width:100%;
		margin:0;
		padding:0;
	}
}

/* ==========================================================================
  header
========================================================================== */
#header {
	min-height:100px;
	position:relative;
}
#header a {
	color:#FFF;
	text-decoration:none;
}
#header a:hover {
	color:#fdebd1;
}
#header::after {
	clear:both;
}
#header #telBtn{
	display:none;
}

@media screen and (max-width: 767px) {
	#header {
		min-height:inherit;
	}
	#header #telBtn{
		position:absolute;
		width: 60px;
		right: 9px;
		top: 88px;
		display:block;
		padding:3px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		z-index: 15;
	}
	#header #telBtn a{
		text-decoration:none;
		display:block;
		text-align:center;
		font-weight:bold;
	}
	#header #telBtn a:hover{
		filter:alpha(opacity=85);
		-moz-opacity: 0.85;
		opacity: 0.85;
	}
}

/* topMenu */
#header #topMenu {
	position:absolute;
	overflow:hidden;
	margin:0 auto;
	z-index:50;
	width:100%;
}
#header #topMenu h1 {
	float:left;
	font-size:10px;
	margin:2px 8px;
	width: 550px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#header #topMenu ul {
	float:right;
	margin:2px 8px;
}
#header #topMenu ul li {
	float:left;
	font-size:11px;
}
#header #topMenu ul li:after{
	content:"｜";
}

#header #topMenu ul li:last-child:after{
	content:"";
}
@media screen and (max-width: 767px) {
	#header #topMenu h1 {
		width: 100%;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

/* headerMain */
#header #headerMain {
	position: relative;
	width: 100%;
	height: 160px;
	padding: 0;
	background: url(../img/common/header_20220404.png) no-repeat 0px bottom;
}
@media screen and (max-width: 767px) {
	#headerMain {
		height: 100% !important;
		background: url(../img/common/header_sp_20220404.png) no-repeat 0px 0px !important;
		background-size:cover !important;
		padding: 47% 0 0 !important;
	}
}

#header #headerMain a {
	display:block;
}
#header #headerMain .headerBack {
	width:100%;
	vertical-align:bottom;
}
#header #headerMain .headerLogo {
	position:absolute;
	top: 55%;
	left:0;
	z-index:10;
	max-width:100%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
#header #headerMain .headerLogo img {
	max-width:188px;
	max-height:140px;
}
@media screen and (max-width: 767px) {
	#header #topMenu {
		display:block;
		position:static;
	}
	#header #topMenu h1{
		display:block;
		margin:3px;
	}
	#header #topMenu nav ul{
		display:none;
	}
	#header #headerMain .headerLogo {
		width:35%;
	}
	#header #headerMain .headerLogo img {
		max-width:100%;
		max-height:100%;
	}
}

/* breadCrumbList */
#breadCrumbList {
	font-size:12px;
	margin-bottom:8px;
	padding: 2px 20px;
}
#breadCrumbList a {
}
#breadCrumbList a:hover {
}
@media screen and (max-width: 767px) {
	#breadCrumbList {
		display:none;
	}
}

.triangle:before{
	border: 12px solid transparent;
	border-left: 12px solid #fff;
	bottom: -23px;
}
.triangle:after{
	border: 12px solid transparent;
	border-left: 12px solid #aaa;
	bottom: -24px;
}


/* ==========================================================================
  Grobal Navi
========================================================================== */

#grobalNav {
	display:none;
}

@media all and (min-width: 768px) {
	#grobalNav {
		display:block;
		overflow:hidden;
		width: 1000px;
		margin: 0 auto;
	}
	#grobalNav a {
		display:block;
		text-align:center;
		padding:10px 0 5px 0;
	}
	#grobalNav .menuBody ul li a:hover {
		filter:alpha(opacity=85);
		-moz-opacity: 0.85;
		opacity: 0.85;
	}
	#grobalNav .menuNav {
		display:none;
	}
	#grobalNav .menuBody ul {
		display:table;
		width:100%;
		min-height:30px;
		table-layout:fixed;
	}
	#grobalNav .menuBody ul li {
		display:table-cell;
		overflow:hidden;
	}
	#grobalNav .menuBody ul li:last-child p {
		border:none;
	}
	#grobalNav .menuBody ul li p span {
		display:block;
	}
	#grobalNav .menuBody ul li p span:first-child {
		font-size:21px;
	}
	#grobalNav .menuBody ul li p span:last-child {
		font-size:12px;
		color:#FEF4E0;
	}
}

.header {
	display:none;
}
@media screen and (max-width: 767px) {
	.header {
		position:absolute;
		top: 28px;
		right: 10px;
		display:inline-block;
		width:40px;
		height: 40px;
		z-index:100;
	}
	.headerBtn {
		position:absolute;
		top: 0px;
		right: 0px;
		display:inline-block;
		width:40px;
		height: 40px;
		font-size: 16px;
		font-weight: bold;
		color: #fff;
		line-height: 40px;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:0;
		margin:0;
		z-index:5;
	}
	.header span {
		display:block;
		text-align:center;
		position:absolute;
		top: 45px;
		right:0px;
		color:#FFF;
		width:40px;
		font-size:12px;
	}
	.header a:before,
	.header a i,
	.header a:after {
		display: inline-block;
		height:5px;
		width: 100%;
		position: absolute;
		content:"";
	}
	.header a{
		display: block;
		width:24px;
		height: 25px;
		position: absolute;
		top: 8px;
		right: 8px;
	}
	.header a:before{
		top: 0;
		left: 0;
	}
	.header a i{
		top: 10px;
		left: 0;
	}
	.header a:after{
		bottom: 0;
		left: 0;
	}

	.mm-list > li > a,
	.mm-list > li > span {
		line-height: 30px;
	}
	.mm-menu .mm-list {
		padding:0 !important;
	}
	
	#mmClose {
		display:block;
		text-align:right;
		font-weight:bold;
		font-size:24px;
		color:inherit;
	}
	#mmClose {
		font-size:12px;
		margin-left:5px;
	}

	.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
		background:none !important;
	}
}

/* ==========================================================================
  socialIcons
========================================================================== */
#sideSocialIcons{
  position: fixed;
  right: 0;
  margin: 0 0 0 -100px;
  z-index: 100000;
  top: 135px;
}
#sideSocialIcons ul li.commonBtn{
  margin:0;
  padding:0;
}
#sideSocialIcons ul li a{
  display:block;
  width: 50px;
  height:50px;
  padding:5px;
  margin:0;
  box-sizing:border-box;
}
#sideSocialIcons ul li a:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
#sideSocialIcons ul li a img{
  width:100%;
}
#menuSocialIcons{
  position:absolute;
  top: 5px;
  left: 5px;
  display:none;
}
.mm-list > li#menuSocialIcons:after{
  border:none;
}
#menuSocialIcons a{
  display:inline-block;
  padding:0;
  margin-left:5px;
}
#menuSocialIcons a img{
  width:30px;
}
@media screen and (max-width: 767px) {
  #sideSocialIcons{
    display:none;
  }
}


/* ==========================================================================
  contents
========================================================================== */
#contents {
	padding:10px 20px;
	min-height: 600px;
}
#wrapper {
	background-attachment:fixed;
}
@media screen and (max-width: 767px) {
	#contents {
	margin-bottom:10px;
	}
	#contents,
	#contents2,
	#contents3 {
		padding:10px;
	}
}

/* ==========================================================================
  Contents Menu
========================================================================== */
.contentsTitle {
	padding:3px 8px;
}

#couponContainer .couponTitle {
  margin: 10px auto
}
.contentsTitle span.titleE {
	font-size: 20px;
	font-weight: 200;
}
.contentsTitle span.titleJ {
	font-size: 15px;
	margin-left:7px;
	font-weight:normal;
}
@media screen and (min-width: 768px) {
	.contentsTitle span.titleE {
  	font-size: 22px;
		font-weight: 100;
  }
	.contentsTitle span.titleJ {
		font-size: 16px;
		margin-left:5px;
	}
}

/* ==========================================================================
  footer
========================================================================== */
@media screen and (min-width: 768px) {
	#menu {
		display:none;
	}
}

#footer {
	min-height:60px;
	background-color:#007189;
}
#footer a {
	text-decoration:none;
}

/* back to top */
#topControl{
	text-align:right;
	margin-bottom:5px;
	position: absolute;
	bottom: 5px;
	right: 5px;
}
#topControl .pageTop {
	display:inline-block;
	padding: 5px 13px;
	font-size: 26px;
	font-weight: bold;
	border-radius: 7px;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.3);
	transition: none 0s ease 0s ;
	vertical-align: middle;
}
#topControl .pageTop:hover{
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* footer Menu */
#footer #footerMenu {
	padding:20px 0 15px 0;
	text-align: center;
  margin-top: 10px;
}
#footer #footerMenu p {
	display:inline-block;
	padding: 5px;
}
#ftAddress {
	text-align:center;
	font-size:11px;
	padding:5px;
}
#ftAddress a{
  color:inherit;
  text-decoration:none;
}
.SPfooter{
	display:none;
}

@media screen and (max-width: 1150px) {
	#topControl{
		position:inherit;
		float:right;
		bottom:0;
	}
}

/* fixFooter */
#fixFooter {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background-color:#989898;
	z-index:100;
	padding:6px 0 0;
	padding-right:0px;
	display:none;
	text-align:center;
  border-top:1px solid #CCC;
}
#fixFooter > a{
  text-decoration:none;
}
#fixFooter > a:hover {
	text-decoration:underline;
}

#fixFooter a{
	display:inline-block;
	height:33px;
	width:49%;
  background:none;
  overflow:hidden;
  position:relative;
}
#fixFooter #fixTel:first-child{
  border-right:1px solid #CCC;
}

#fixFooter .fixButton{
	width:140px;
  margin:0 auto;
}

#fixFooter .fixButton .fixText {
	float:right;
  padding-top:6px;
	font-size:16px;
	color:#FFF;
  text-align:left;
  font-weight:normal;
  width:70%;
}

#fixFooter .fixButton .svgWrap{
  width: 30%;
  float:left;
  padding-top:4px;
}
#fixFooter .fixButton .svgWrap svg{
  height:25px;
}
#fixFooter .fixButton .svgWrap svg path {
  fill:#FFF;
}

@media screen and (max-width: 767px) {
  #ftAddress a{
    /* display: none; */
  }
	.PCfooter{
		display:none;
	}
	.SPfooter{
		display:block;
	}

	.SPfooter > div{
		overflow:hidden;
	}
	.SPfooter .contentsTitle{
		margin-bottom:1px;
	}
	#SPfooterBody .separate {
		overflow:hidden;
		position:relative;
		height:41px;

	}
	#SPfooterBody .separate:nth-child(n+2){
		margin-top: 0;
	}
	#SPfooterBody .separate div {
		position:absolute;
		width:50%;
		font-size:13px;
	}
	#SPfooterBody .separate .leftSpa {
		top:0;
		left:0;
		margin-top:1px;
	}
	#SPfooterBody .separate .rightSpa {
		top:0;
		right:0;
		margin-top:1px;
	}
	#SPfooterBody a {
		text-decoration:none;
	}
	#SPfooterBody p {
		padding:5px;
		text-align:center;
	}
	#SPfooterBody span {
		height:30px;
		line-height:30px;
	}
	#SPfooterBody span#pluralLines {
		line-height:15px;
	}

	#SPfooterBody i {
		display:table-cell;
		width:45px;
		vertical-align:middle;
		line-height:1;
		text-align:center;
	}
	#SPfooterBody i img {
		width:30px;
	}

	.SPfooter .contentsTitle{
		font-weight:bold;
	}
	#topControl{
		position:inherit;
		float:inherit;
		bottom:0;
		right:0;
		margin-top: 5px;
	}
	#topControl .pageTop{
		padding: 5px 10px;
		font-size: 22px;
		margin-right: 10px;
		border-radius: 3px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
	}
}

/* ==========================================================================
  setting
========================================================================== */
#contents h2,
#contents2 h2,
#contents3 h2 {
	margin-bottom:10px;
}
.articleTitle {
	margin-bottom:10px;
	padding:5px;
	font-weight:bold;
}

.noDataBody {
	text-align:center;
	line-height:100px;
	font-size:14px;
}
.pcDisp {
	display:block;
}
.spDisp {
	display:none;
}


/* pager */
.pager {
	padding:5px;
	font-weight:bold;
	margin-bottom:20px;
}
.dammyPager {
	height:51px;
}

/* common button */
.commonBtn {
	margin-top:30px;
	width:100%;
}
.commonBtn a,
.commonBtn .sendBtn {
	width: 85%;
	margin: 0 auto 1px;
	display: block;
	text-align: center;
	padding: 10px;
	font-size: 25px;
	border: none;
	-webkit-appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.commonBtn a:hover,
.commonBtn .sendBtn:hover {
	position:relative;
	top:1px;
	cursor:pointer;
}

.contentsMessage {
	margin:50px 0;
	font-size: 18px;
	text-align: center;
}
.backHome {
	text-align:right;
	margin:0 10px;
}

.resultText p {
	padding:20px;
}
.lineTitle {
	overflow:hidden;
	font-weight:bold;
	padding-left:5px;
	border-left-width:5px;
	border-left-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

.topErrorView {
	width: 96%;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 10px 2%;
	font-weight: bold;
	margin-bottom: 20px;
	border-width: 3px;
	border-style: double;
}
.topErrorView ul {
	margin-left:20px;
	font-weight:normal;
}

.boxDateSpan {
	margin-right:15px;
}

@media screen and (max-width: 767px) {
	.pcDisp {
		display:none;
	}
	.spDisp {
		display:block;
	}

	.pager {
		margin-bottom:10px;
	}
	.articleTitle {
		margin-bottom:5px;
		padding:2px 5px;
	}
	.commonBtn {
		margin-top:10px;
	}
	.commonBtn a {
		width:90%;
		font-size:16px;
	}
	.commonBtn a:hover {
		top:0;
	}
	.contentsMessage {
		margin:10px 0;
		font-size:inherit;
	}
	
	.topErrorView {
		border-radius: 5px;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		padding:5px;
		margin-bottom:10px;
	}
	.spNoView {
		display:none !important;
	}
}

/* ==========================================================================
  breadcrumb list
========================================================================== */
#breadcrumbListWrap {
	margin-bottom:10px;
  overflow:hidden;
	background-color:#FFF;
	border-top:none;
	font-size:11px;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
#breadcrumbList {
  float:left;
}
#loginList{
  float:right;
	margin-right:10px;
}
#breadcrumbList p{
	display:inline-block;
	line-height:28px;
	padding-left:10px;
	padding-right:30px;
	background: url(../img/common/bread_arrow.png) no-repeat right top;
}
#loginList p {
	display:inline-block;
	line-height:28px;
	padding-right:10px;
  font-size:14px;
}
#breadcrumbList p:last-child {
	background:none;
}
@media screen and (max-width: 767px) {
  #loginList{
    display:none;
  }
   #breadcrumbListWrap.topBreadCrumb{
    display:none;
  }
}
@media screen and (max-width: 480px) {
	#breadcrumbList {
		padding:0 10px;
	}
  #loginList p{
    font-size:12px;
	  padding-right:5px;
  }
	#breadcrumbList p {
		background:none;
		padding-left:0px;
		padding-right:0px;
	}
  #breadcrumbList p:last-child {
    background: none;
    width: 200px;
    padding-left: 0;
  }
	#breadcrumbList p::after {
    content: "≫";
    margin-left: 5px;
	}
	#breadcrumbList p:last-child::after {
		content:"";
	}
}

/* ==========================================================================
  contents text
========================================================================== */
.contentsMsgWrap {
	overflow:hidden;
	margin-bottom:20px;
}
.contentsMsgWrap .images {
	width:30%;
  margin:10px 0;
}
.contentsMsgWrap .images img {
	max-width:100%;
}
.contentsMsgWrap .contents {
	background-color:rgba(255,255,255,0.75);
	width:68%;
  margin:10px 0;
}
.contentsMsgWrap .images.wideView {
  width: 98%;
  margin: 0 1%;
}
.contentsMsgWrap .contents.wideView {
	width:100%;
}
.contentsMsgWrap .contents p {
	padding:10px;
}
.contentsMsgWrap.leftImage .images {
	float:left;
}
.contentsMsgWrap.leftImage .contents {
	float:right;
}
.contentsMsgWrap.rightImage .images {
	float:right;
}
.contentsMsgWrap.rightImage .contents {
	float:left;
}
.contentsMsgWrap.noImage .images {
	display:none;
}
.contentsMsgWrap.noImage .contents {
	width:100%;
}
@media screen and (max-width: 767px) {
	.contentsMsgWrap .images {
		width:40%;
	}
	.contentsMsgWrap .contents {
		width:58%;
	}
}
@media screen and (max-width: 480px) {

  .contentsMsgWrap {
    margin-bottom: 5px;
  }
	.contentsMsgWrap .images,
	.contentsMsgWrap .contents {
		display:block;
		width:98% !important;
    margin:0 1% !important;
	}
}

/* ==========================================================================
  list 
========================================================================== */
.listContainer {
}
.listBlock {
	overflow:hidden;
	padding:10px;
	margin-bottom:20px;
	background-color: #FEF4E0;
}
.listBlock .listLBlock{
	float:right;
	overflow:hidden;
}
.listBlock .listRBlock{
	float:left;
	overflow:hidden;
}
.listBlock .boxBody{
	padding:10px;
}
.listBlock .listImgBlock,
.listBlock .htmlContentsBody{
	padding:5px;
}
.listBlock .listImgBlock{
	text-align:center;
}
.listBlock .listImgBlock img{
	max-width:100%;
}
.listBlock .listTableLayout{
	display:table;
	width:100%;
	table-layout:fixed;
	box-sizing: border-box;
}
.listBlock .listTableLayout > div{
	display:table-cell;
	vertical-align:top;
}
.listBlock .listTableLayout .listImgBlock{
	width:35%;
}
@media screen and (max-width: 767px) {
	.listBlock {
		padding:15px;
		margin-bottom:0px;
	}
	.listBlock .listTableLayout{
		display:block;
		width:auto;
	}
	.listBlock .listTableLayout > div{
		display:block;
	}
	.listBlock .listTableLayout .listImgBlock{
		width:auto;
	}
}

/* ==========================================================================
  boxList Common
========================================================================== */
.boxListContainer{
	overflow:hidden;
	padding:20px 10px;
}
.boxListWrapper{
	overflow:hidden;
}
.boxListBlock{
	float:left;
	margin:10px 20px;
	width:225px;
}

@media screen and (max-width: 767px) {
	.boxListContainer{
		padding:0px;
	}
}

/* ==========================================================================
  form Common
========================================================================== */
.formContainer {
	overflow:hidden;
	padding:20px;
}

/* ==========================================================================
  detail Common
========================================================================== */
.detailContainer{
}

/* ==========================================================================
  free Common
========================================================================== */
.freeContainer {
	overflow:hidden;
	padding:20px;
}

@media screen and (max-width: 767px) {
	.freeContainer{
		padding:15px;
	}
}

/* ==========================================================================
  moreListView
========================================================================== */
#moreListView {
	padding-top:30px;
	padding-bottom:30px;
}
#moreListView p {
	width:300px;
	margin:0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding:20px;
	text-align:center;
	color:#EEE;
	font-size:18px;
	font-weight:bold;
	border:solid 2px #AE0000;
}
#moreListView p:hover {
	filter:alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
}

@media screen and (max-width: 767px) {
	.formCommon input,
	.formCommon select,
	.formCommon textarea {
		width:100%;
	}
}

/* ==========================================================================
  table
========================================================================== */
table.commonTable {
	width:100%;
}
table.commonTable th {
	padding:15px;
	word-break:break-all;
}
table.commonTable td {
	padding:15px;
	word-break:break-all;
}

@media screen and (max-width: 767px) {
	table.commonTable th,
	table.commonTable td {
		width:auto;
		display: block;
		padding:5px;
	}
	table.commonTable th {
		border-bottom:none !important;
	}
	table.commonTable td {
		border-bottom:none !important;
	}
}

/*setting*/
.w100p{
	width:100% !important;
}

video::-internal-media-controls-download-button {
  display:none;
}
video::-webkit-media-controls-enclosure {
  overflow:hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}



/* Material iconsを利用する */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* 推奨サイズ */
  display: inline-block;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-transform: none;

  /* WebKitブラウザサポート */
  -webkit-font-smoothing: antialiased;
  /* Chrome、Safariサポート */
  text-rendering: optimizeLegibility;

  /* Firefoxサポート */
  -moz-osx-font-smoothing: grayscale;

  /* IEサポート */
  font-feature-settings: 'liga';
}

/* アイコンサイズ */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

/* 背景が明るいとき用のアイコン色 */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }

/* 背景が暗いとき用のアイコン色 */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }




/*****  *****/

.diaryDetailPager {
  margin: 0 0 35px;
}

.diaryDetailPager ul {
  width: 100%;
  overflow: hidden;
}

.diaryDetailPager ul li {
  display: block;
  width: 50%;
  float: left;
}

.diaryDetailPager ul li a.sendBtn {
  max-width: 200px;
  width: 80%;
  padding: 10px;
  display: block;
  float: left;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  font-size: 1em;
  height: auto;
}

.diaryDetailPager ul li.nextPager a:before {
  content: "\e314";
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 21px;
  line-height: 1em;
  vertical-align: middle;
  font-weight: normal;
  position: absolute;
  left: 0;
}

.diaryDetailPager ul li.prevPager {
  float: right;
}

.diaryDetailPager ul li.prevPager a {
  float: right;
}

.diaryDetailPager ul li.prevPager a:after {
  content: "\e315";
  display: inline-block;
  font-family: 'Material Icons';
  font-size: 21px;
  line-height: 1em;
  vertical-align: middle;
  font-weight: normal;
  position: absolute;
  right: 0;
}



@media screen and (min-width: 768px) {

  .diaryDetailPager ul li a:hover {
    opacity: 0.7;
  }

}

/* ==========================================================================
  Gallery
========================================================================== */
#topGalleryBody {
  margin: 10px;
}
.viewArea{
  width: 100%;
  height: 200px;
  margin: 5px auto 10px;
  position: relative;
  overflow: hidden;
}
.slider{
	margin: 0;
	position: absolute;
	left: 0;
  width: 200%;
}

.slider li{
  width: 200px;
  margin: 5px 3px;
  float: left;
}
.slider li img {
  width: 200px;
  height: 200px;
  object-fit: cover;
  background: #000;
}

@media only screen and (max-width: 768px) {
  .viewArea{
    height: 100px;
  }
  .slider{
  	margin: 0;
  	position: absolute;
  	left: 0;
    width: 300%;
  }
  .slider li{
    width: 100px;
    margin: 5px 3px;
    float: left;
  }
  .slider li img {
    width: 100px;
    height: 100px;
    object-fit: cover;
  }
}