@charset "UTF-8";
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}

body {
	margin: 0;
	background:url(../img/mate/back_soft.png) repeat-x center top fixed;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
#page {
	max-width:1080px;
	margin-left: auto;
	margin-right: auto;
	background:url(../img/mate/back_page.png) repeat-y center;
	background-size:100% auto;
}
#header {
	clear:both;
	width: 100%;
	margin:auto;
	height: auto;
	position:relative;
	display: block;
	background:#F66;
}
#logo {
	padding:5px;
	width: 180px;
	display: block;
}
#menu {
	clear: none;
	width:100%;
	bottom:0;
	right:0;
	display: block;
}
#menu img {
	width:100%;
}
#menu_m {
	display:none;
	margin-left:1px;
	margin-right:1px;
	padding-bottom:2px;
}
.menu_m_link {
	display: block;
	z-index: 9999;
	margin:0 auto;
	padding:5px;
	width:100% auto;
	border: #fff solid 1px;
	background: #F36;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
}
.menu_m_link:hover {
	text-decoration:none;
	color:#fff;
}
.menu_m_link:visited {
	color:#fff;
}

#menu_s {
	display:none;
}

.zdo_drawer_menu {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}

.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none;
}

.zdo_drawer_menu a:visited {
  color: inherit;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  width: 49px;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(30deg);
  -webkit-transform: rotate(30deg);
  -moz-transform: rotate(30deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0;
  -webkit-transition: all 0.2s;
  -webkit-transform-origin: 0 0;
  -moz-transition: all 0.2s;
  -moz-transform-origin: 0 0;
}

.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px;
}

.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}

.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 210px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  -webkit-transition: all 0.2s;
  -webkit-transform: translate(312px);
  -moz-transition: all 0.2s;
  -moz-transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #F66;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
}

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
	color:#FFF;
  padding: 112px 24px;
}

.zdo_drawer_menu .zdo_drawer_nav li {
	background-color:#FF3266;
  font-size: 16px;
  margin-bottom: 15px;
  border:#FFF 2px solid;
  font-weight:bold;
}
.zdo_drawer_menu .zdo_drawer_nav li a {
	display: block;
	width:100%;
	padding:8px;
}

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #FFF;
}

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background-color: #FFF;
}


#content {
	margin-left:auto;
	margin-right:auto;
    width: 96%;
	height:100%;
    display: block;
	background-color:rgba(255,255,255,0.9);
	padding-bottom:30px;
}
#intro {
	clear: both;
	width: 100%;
	height: auto;
	display: block;
	text-align:center;
	line-height:20px;
}
#footer {
	width:96%;
	margin:auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
	background-color: #936;
	color: #FFF;
}
#footer a {
	color:#FFF;
	text-decoration:none;
}
#page-top {
	display: block;
	position: fixed;
	border-radius:10px;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 80px;
	padding: 20px 10px;
	background: rgba(100,180,80,.7);
	color: #fff;
	text-align: center;
	text-decoration: none;
}
#page-top:hover {
	background: rgba(100,180,80,.6);
}
.margin {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
}
.after {
	clear:both;
	width:100%;
	height:0px;
}
.img-ma {
	margin:3px;
	border-radius:10px;
}
.t_title {
	text-align: center;
	clear: both;
	float: left;
	margin-left: 0;
	display: block;
	background: url(../img/mate/t_topic01_m.png) no-repeat center;
	background-size: cover;
	width: 100%;
	border-bottom: #F60 2px solid;
	border-top: #F60 2px solid;
	font-family:"游明朝 Medium", "Yu Mincho Medium", "YuMincho Medium", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
	font-size: 17px;
	line-height: 26px;
	font-weight: bold;
	color: #309;
}
.nowrap {
	white-space:nowrap;
}
.t_title a {
	text-decoration:none;
	color: #309;
}
.t_title:hover {
	text-decoration:none;
	color: #309;
}
.t_title:visited {
	color: #309;
}
.link_wo:visited {
	color: #339;
}
.link_wo {
	display: block;
	z-index: 9999;
	padding-top:5px;
	padding-bottom:5px;
	width:100% auto;
	border: #06C solid 0px;
	border-radius:8px;
	background: #6CF;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	font-weight:bold;
}
.link_wo:hover {
	color: #FFF;
	text-decoration:none;
}
.link_wo:visited {
	color: #FFF;
}
.linkW {	font-weight: normal;
	color: #FFF;
}
.topic_tex {
	clear: both;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	color: #A00;
	line-height: 26px;
	text-align: left
}
.topic_tex_l {
	float:left;
	margin-right:14px;
	margin-bottom:18px;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	color: #C00;
	line-height: 26px;
	text-align:left;
}
.topic_tex_r {
	float:right;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	font-size: 16px;
	color: #C00;
	line-height: 26px;
	text-align:left
}
.topic_tex_m {
	font-size: 14px;
	color: #C00;
	line-height: 22px;
	text-align:left
}
.topic_opt_A {
	font-size:14px;
	color:#666;
	line-height:22px;
	text-align:left;
}
.log {
	float:left;
	display: block;
	z-index: 9999;
	margin:3px;
	padding:5px;
	width:50px;
	border: #F60 solid 1px;
	background: #FC9;
	color: #E30;
	text-align: center;
	text-decoration: none;
	font-size:14px;
}
.log:hover {
	color: #E30;
	text-decoration:none;
}
.log:visited {
	color: #E30;
}
.back {
	float:left;
	display: block;
	z-index: 9999;
	margin:3px;
	padding:5px;
	width:80px;
	border: #F60 solid 1px;
	background: #FC9;
	color: #E30;
	text-align: center;
	text-decoration: none;
	font-size:14px;
}
.back:hover {
	color: #E30;
	text-decoration:none;
}
.back:visited {
	color: #E30;
}
.log_n {
	float:left;
	display: block;
	z-index: 9999;
	margin:3px;
	padding:5px;
	width:50px;
	border: #F60 solid 1px;
	background: #F63;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	font-size:14px;
}
.log_n:hover {
	color: #FFF;
	text-decoration:none;
}
.log_n:visited {
	color: #FFF;
}
.link_sam {
	display: block;
	margin:5px;
	padding:5px;
	width:100% auto;
	border-radius:8px;
	border: #D60 solid 2px;
	background: #FD9;
	color: #D60;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	font-size:16px;
}
.link_sam a {
	color: #D60;
	text-decoration:none;
}
.link_sam:hover {
	color: #D60;
	text-decoration:none;
}
.link_sam:visited {
	color: #D60;
}
.mini_topic {
	display: block;
	z-index: 9999;
	margin:0px;
	padding:6px;
	width:100% auto;
	border: #F03 solid 1px;
	background: #F69;
	color: #FFF;
	font-weight:bold;
	text-align: center;
	text-decoration: none;
	font-size:16px;
}
.m_content_main {
	width:auto;
	margin:0;
	padding:0;
	margin-right:0;
	background:#FFF;
	margin-bottom:20pt;
}
.m_head {
	text-align:left;
	width:100%;
	padding:0px;
	margin-bottom:40px;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
, sans-serif, serif;
	font-size: 16px;
	color: #C00;
	line-height: 26px;
	text-align:left
}
.m_content {
	float:left;
	text-align:center;
	margin:5px;
	margin-right:20px;
	padding:5px;
	width:41%;
	background:#FFF;
	border:#C33 solid 1px;
}
.m_sub {
	float:left;
	width:48%;
	margin:5px;
	text-align:left;
	vertical-align:top;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
, sans-serif, serif;
	font-size: 16px;
	color: #C00;
	line-height: 26px;
	text-align:left
}
.clear {
	clear:both;
}
.gallery-4c li {
	display:inline-block;
	max-width:23%;
	margin:2px;
	margin-bottom:10px;
}
.gallery-2c li {
	display:inline-block;
	max-width:40%;
	margin:2px;
	margin-bottom:10px;
}

.photo-l {
	float:left;
	width:30%;
	text-align:center;
	vertical-align:top;
}
.photo-r {
	float:right;
	width:68%;
}
.photo-l img {
	width: auto;
}
.h_margin {
	margin-top:40px;
	margin-bottom:20px;
}
.eigo {
	float:left;
	width:47%;
	margin:auto;
}
.kindle {
	float:left;
	width:51%;
	margin:auto;
}

.shop_table {
	width:100%;
	margin-top:30px;
	text-align:center;
	background:#FFF;
	border:1px solid #C00;
	border-radius:8px;
	display: block;
}
.shop_img {
	text-align:center;
	padding:2%;
	clear:both;
	max-width:200px;
	min-width:100px;
}
.indent {
	padding-left:1em;
}

@media screen and (max-width: 768px) {
#menu {
	display:none;
}
#menu_m {
	display:block;
}
}
@media screen and (max-width: 720px) {
.margin {
	width: 98%;
}
.m_content_main {
	padding:0;
	border: none;
}
.m_content {
	width:100%;
	margin:0;
	padding:0;
	margin-right:0;
}
.m_sub {
	width:100%;
	margin:0;
	padding-top:20px;
}
.topic_tex_l {
	float: none;
	margin: auto;
	text-align:center;
}
.photo-l img {
	nax-width:300px;
}
.eigo {
	float: none;
	width:100%;
	margin-bottom:10px;
}
.kindle {
	float: none;
	width:100%;
}
}
@media screen and (max-width: 480px) {
#menu_m {
	display: none;
}
#header {
	height:72px;
}
#logo {
	float:left;
}
#menu_s {
	display:block;
}
.photo-l {
	float:none;
	width:100%;
	margin-bottom:10px;
}
.gallery-4c li {
	max-width:46%;
}
.gallery-2c li {
	max-width:38%;
}
.photo-r {
	clear:both;
	width:100%;
}
#page-top {
	padding: 8px 3px;
}
}
