@charset "utf-8";

.clearfix:after {
    display:block;
    clear:both;
    height:0px;
    visibility:hidden;
    content:".";
}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
.catch {
	padding: 5px 0px 5px 80px;
	font-size: 16px;
	width: 100%;
}



.inq {
	background-color: #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width: 1084px;
	height: 36px;
	padding-top: 4px;
}
.inq ul {
	margin-left: 100px;
}
.inq ul li {
	float: left;
}
.inq ul .inq-tell {
	font-size: 16px;
	padding-right: 30px;
}
.inq ul .inq-tell .tellNumber {
	font-size: 20px;
	font-weight: bold;
}

.inq ul .inq-mail {
	background-color: #FFF;
	background-image: url(../img/icon_contact.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-left: 35px;
	padding-right: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.inq ul .inq-mail a {
	text-decoration: none;
	color: #666;
}
.navi {
	padding-top: 6px;
	width: 100%;
}
.navi ul{
	width: calc(100% - 4px);
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navi ul li {
	width:  calc(25% - 4px) ;
}

.navi ul li div{
	width: 100%;
	display:table;
	vertical-align: middle;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.navi ul li div a{
	color: #333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	width: 100%;
	padding-left: 20px;
}

.navi1 {
	background-image: url(../img/menu/icon01.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.navi2 {
	background-image: url(../img/menu/icon02.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.navi3 {
	background-image: url(../img/menu/icon03.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.navi4 {
	background-image: url(../img/menu/icon04.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.navi5 {
	background-image: url(../img/menu/icon05.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.navi6 {
	background-image: url(../img/menu/icon06.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}

.navi7 {
	background-image: url(../img/menu/icon07.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}


.navi8 {
	background-image: url(../img/menu/icon08.png);
	background-repeat: no-repeat;
	background-position: 4px center;
}



#member {
	float: left;
	width: 266px;
}
#member ul li {
	padding-right: 4px;
	float: left;
}


.memberLogin div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999999;
	padding: 5px;
	height: 92px;
	color: #666;
}
.memberLogin div .memberLoginTit a {
	color: #FFF;
	background-color: #999999;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #999999;
	text-decoration: none;
	padding-top: 2px;
	font-size: 11px;
	text-align: center;
	margin-bottom: 3px;
}


.memberLogin div .memberLoginTit a:hover{
	color: #999999;
	background-color: #FFF;
	display: block;
}
.memberLogin div .memberLoginLink a {
	color: #666;
	text-decoration: none;
	padding-bottom: 3px;
	line-height: 1.6em;
}
.memberLoginLink li {
	float: left;
	width: 48%;
	font-size: 11px;
}
.memberLoginLink .w100p {
	width: 100%;
}

.memberLoginBt{
	display: table;
	width: 98%;
	height: 92px;
	border-radius: 4px;
	border: 1px solid #999;
	padding: 4px;
}
.memberLoginBt a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 4px;
	border-radius: 4px;
	border: 1px solid #8cb9e6;
	background-color: #8cb9e6;
	color: #fff;
	text-decoration: none;

}
.memberLoginBt a:hover{
	background-color: #fff;
	color: #8cb9e6;
}

.memberLogoutBt{
	display: table;
	width: 98%;
	height: 46px;
	border-radius: 4px;
	border: 1px solid #999;
	padding: 4px;
}
.memberLogoutBt a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 4px;
	border-radius: 4px;
	border: 1px solid #993333;
	background-color: #993333;
	color: #fff;
	text-decoration: none;

}
.memberLogoutBt a:hover{
	background-color: #fff;
	color: #993333;
}
.myPageBt{
	display: table;
	width: 98%;
	height: 40px;
	border-radius: 4px;
	border: 1px solid #999;
	margin-top: 4px;
}
.myPageBt a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	margin: 4px;
	border-radius: 4px;
	background-color: #8cb9e6;
	color: #fff;
	text-decoration: none;

}
.myPageBt a:hover{
	background-color: #fff;
	color: #8cb9e6;
}


.memberJoin div {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d65e25;
	padding: 5px;
	height: 92px;
	width: 94px;
}
.memberJoin div a {
	color: #FFF;

	background-color: #d65e25;
	display: block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #d65e25;
	text-decoration: none;
	padding-top: 2px;
	font-size: 12px;
	text-align: center;
}

.memberJoin div a:hover{
	color: #d65e25;
	background-color: #FFF;

	display: block;
}

.memberJoin div p {
	font-size: 13px;
	line-height: 1.4em;
	padding-top: 10px;
	color: #D65E25;
	font-weight: bold;
}
#RightArea {
	width: 960px;
	margin: 0 auto;
	padding-left: 10px;
}

#LeftMenuArea {
	width: 1180px;
	margin-right: auto;
	margin-left: auto;
}



#LeftMenu {
	width: 190px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #CCC;
	padding: 5px;
	color: #666666;
	float: left;
}
#LeftMenu dl {
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #dddddd;
	padding-bottom: 3px;
}
#LeftMenu dt {
	text-align: left;
	padding-left: 18px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
}
#LeftMenu dd {
	text-align: left;
	padding-left: 30px;
	padding-bottom: 3px;
	padding-top: 3px;
}
#LeftMenu a {
	color: #666666;
	text-decoration: none;
}

.LeftNavi1 dt {
	background-image: url(../img/menu/icon01.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
.LeftNavi1 dd {
	background-image: url(../img/menu/icon01_2.png);
	background-repeat: no-repeat;
	background-position: 18px 9px;
}

.LeftNavi2 dt {
	background-image: url(../img/menu/icon02.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

.LeftNavi3 dt {
	background-image: url(../img/menu/icon03.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
.LeftNavi3 dd {
	background-image: url(../img/menu/icon03_2.png);
	background-repeat: no-repeat;
	background-position: 18px 9px;
}
.LeftNavi4 dt {
	background-image: url(../img/menu/icon04.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}
.LeftNavi4 dd {
	background-image: url(../img/menu/icon04_2.png);
	background-repeat: no-repeat;
	background-position: 18px 9px;
}
.LeftNavi5 dt {
	background-image: url(../img/menu/icon07.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

.LeftNavi6 dt {
	background-image: url(../img/menu/icon06.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

.LeftNavi9 dt {
	background-image: url(../img/menu/icon09.png);
	background-repeat: no-repeat;
	background-position: 2px 6px;
}

#LeftMenu .memo {
	color: #e4370d;
	text-align: center;
	padding-bottom: 5px;
}
#LeftMenu .noline {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#LeftMenu .banner {
	padding-top: 5px;
}
.left-info {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	padding: 5px;
	border: 1px solid #d65e25;
	color: #D65E25;
}
.left-info .midashi {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background-color: #d65e25;
	padding: 5px;
	font-weight: bold;
	color: #FFF;
	margin-bottom: 5px;
}
.left-info .note {
	color: #F00;
}


.slideshow {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

.slideshow img {
	width: 100%;
}
#menu {
	margin-top:10px;
	margin-bottom: 20px;
	width: 100%;
}

#menu li {
	height: 54px;
	width: 192px;
	float: left;
}
#menu li a {
	height: 54px;
	width: 192px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.4em;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}

#menu .menu1 {
	background-image: url(../img/menu/top_menu_01.jpg);
	background-repeat: no-repeat;
}

#menu .menu2 {
	background-image: url(../img/menu/top_menu_02.jpg);
	background-repeat: no-repeat;
}

#menu .menu3 {
	background-image: url(../img/menu/top_menu_03.jpg);
	background-repeat: no-repeat;
}

#menu .menu4 {
	background-image: url(../img/menu/top_menu_04.jpg);
	background-repeat: no-repeat;
}

#menu .menu5 {
	background-image: url(../img/menu/top_menu_05.jpg);
	background-repeat: no-repeat;
}

.submenu00{
	background-color: #00a4d9;
	text-align: center;
	border-radius: 30px;
	padding: 5px;
	font-size: 2em;
	margin: 50px auto 20px auto;
	width: 96%;
}
.submenu00 a{
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.newsArea {
	width: 100%;
	margin-top: 25px;
	padding-bottom:20px;
}
.news {
	border: 1px solid #83c3ea;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
}

.news .newsTitle {
	background-color: #83c3ea;
	margin: 5px;
	padding: 5px;
	color: #FFF;
	font-weight: bold;
	font-size: 120%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
}
.news ul {
	padding: 10px;
}
.news ul li {
	background-image: url(../img/menu/icon_news.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 8px;
	background-position: 0px 3px;
	float: left;
	width: 50%;
}
.news ul li a {
	color: #333333;
	text-decoration: none;
}

.topBannerArea {
	float: left;
	width:480px;
	padding-bottom: 20px;
}
.topBannerArea .topBanner img {
	max-width:100%;
}




/* 202404　追加　ここから */
.topGiftCardArea {
	width:100%;
	margin: 0 20px 50px 20px;
	box-sizing: border-box;
}

.topGiftCard {
	width:100%;
	display: flex;
	background-image: url("../img/line_vege.png"),url("../img/line_vege.png");
	background-repeat: repeat-x, repeat-x;
	background-position: left top, left bottom;
}

.topGiftCard div:first-child{
	width: 50%;
	padding-left: 30px;
}
.topGiftCard div:nth-child(2){
	width: 50%;
	text-align: right;
	padding-right:  45px;
}

.topGiftCard1{
	padding: 10px 30px;
	box-sizing: border-box;
}
.topGiftCard1 p:first-child{
	color: #ed6f29;
	font-size: 150%;
	font-weight:500;
	padding-bottom: 10px;
}
.topGiftCard1 p:nth-child(2){
	font-size: 120%;
	padding-bottom: 10px;
}

.topGiftCard2{
	display: flex;
	padding: 10px 30px;
	flex-direction: row;
	box-sizing: border-box;
}

.topGiftCard2 .topGiftCardPrice{
	width: 60%;
	padding-right: 20px;
	order: 1;
}
.topGiftCard2 .topGiftCardPrice .PriceNotes{
	padding: 10px 0px;
}
.topGiftCard2 .topGiftCardPh{
	width: 40%;
	text-align: right;
	padding-right: 20px;
	order: 2;
}

.setSaleArea{
	padding: 30px;
	box-sizing: border-box;
}
.setSale{
	display: flex;
}
.setSale .setSalePrice{
	width: 50%;
	text-align: right;
}
.setSale .setSalePh{
	width: 50%;
}
.topGiftCardArea .topGiftCardPrice .btn a {
  position: relative;
  display: block;
  width: 400px;
  padding: 8px 0;
  background-color: #cd481f;
  border-radius: 30px;
  font-size: 150%;
  color: #fff;
  text-decoration: none;
  text-align: center;
	margin: 10px auto;
}

.topGiftCardArea .topGiftCardPrice .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.TeikiSetArea .setSaleArea .btn a {
  position: relative;
  display: block;
  width: 400px;
  padding: 8px 0;
  background-color: #cd481f;
  border-radius: 30px;
  font-size: 150%;
  color: #fff;
  text-decoration: none;
  text-align: center;
	margin: 10px auto;
}

.TeikiSetArea .setSaleArea .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}


@media only screen and (max-width: 767px) {
.topGiftCardArea {
	width:100%;
	margin: 0 10px 50px 10px;
}
.topGiftCard div:first-child{
	width: 50%;
	padding-left: 10px;
}
.topGiftCard div:nth-child(2){
	width: 50%;
	text-align: right;
	padding-right:  0px;
}
.topGiftCard div img{
	width: 90%;
	height: auto;
}

.topGiftCard2{
  display:flex;
  flex-flow: column;
}

.topGiftCard1 p:first-child{
	color: #ed6f29;
	font-size: 130%;
	font-weight:500;
	padding-bottom: 10px;
}
.topGiftCard1 p:nth-child(2){
	font-size: 110%;
	padding-bottom: 10px;
}

.topGiftCard2 .topGiftCardPrice{
  width: 100%;
  padding-right: 0px;
  order:2;
}
.topGiftCard2 .topGiftCardPrice img{
	width: 100%;
	height: auto;
}
.topGiftCard2 .topGiftCardPh{
	width: 100%;
	text-align: center;
	padding-right: 0px;
	padding-bottom: 20px;
	order: 1;
}
.topGiftCard2 .topGiftCardPh img {
	width: 100%;
	height: auto;
}
.setSale{
  display:flex;
  flex-flow: column;
}
.setSale .setSalePrice{
	width: 100%;
	text-align: center;
}
.setSale .setSalePh{
	width: 100%;
}
.setSale img{
	width: 100%;
	height: auto;
}

.topGiftCardArea .topGiftCardPrice .btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 30px;
  background-color: #cd481f;
  border-radius: 30px;
  font-size: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
	margin: 10px auto;
}

.topGiftCardArea .topGiftCardPrice .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}
.TeikiSetArea .setSaleArea .btn a {
  position: relative;
  display: block;
  width:  100%;
  padding: 8px 30px;
  background-color: #cd481f;
  border-radius: 30px;
  font-size: 12pt;
  color: #fff;
  text-decoration: none;
  text-align: center;
	margin: 10px auto;
}

.TeikiSetArea .setSaleArea .btn a::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 9px solid #fff;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

}

/* 202404　追加　ここまで */

#cntArea-Top{
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

.TeikiSetArea{
	border: 2px dotted #CD481F;
	-moz-border-radius: 1.5em;
	-o-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	border-radius: 1.5em;
	box-sizing: border-box;
}

.TeikiSet{
	margin: 0.2em auto 0.5em auto;
	padding: 0.25em 1em;

	font-weight: bold;
	border: 4px solid #ffffff;
	-webkit-border-radius: 1.5em;
	-moz-border-radius: 1.5em;
	-o-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	border-radius: 1.5em;
	color: #FFF;
	background-color: #CD481F;
	text-align: center;
}
.TeikiSetArea .TeikiSet{
	font-size: 180%;
}

.topBannerArea2 {
	float: left;
	width:477px;
	padding-bottom: 20px;
}
.topBannerArea2 .topBanner img {
	max-width:100%;
}

/* ####################################### */
/* Responsive Tablet Display */
/* ####################################### */
/*@media screen and (min-width: 768px) and (max-width: 959px) {*/
/*@media screen and (min-width: 768px) and (max-width: 1279px) {*/
@media screen and (min-width: 768px) and (max-width: 1199px) {

#cntArea-Top{
	width:100%;
}

.topBannerArea {
	float: left;
	width:50%;
	padding-bottom: 20px;
}

.topBannerArea2 {
	float: left;
	width:49%;
	padding-bottom: 20px;
}

#LeftMenuArea {
	width: 100%;
}

#LeftMenu {
	display: none;
}

#RightArea {
	width: 100%;
	float: none;
	padding-left: 0px;
}

.catch {
	padding: 5px 0px 5px 80px;
	font-size: 12px;
	width: 100%;
}
.inq {
	background-color: #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	width:  calc(100% - 4px);
	height: autox;
	padding-top: 4px;
}
.inq ul {
	margin-left: 10px;
}
.inq ul li {
	float: left;
}
.inq ul .inq-tell {
	font-size: 12px;
	padding-right: 10px;
}
.inq ul .inq-tell .tellNumber {
	font-size: 15px;
	font-weight: bold;
}

.inq ul .inq-mail {
	background-color: #FFF;
	background-image: url(../img/icon_contact.png);
	background-repeat: no-repeat;
	background-position: 10px 8px;
	padding-left: 30px;
	padding-right: 10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 3px;
}
.inq ul .inq-mail a {
	text-decoration: none;
	color: #666;
}
.navi ul{
	width: calc(100% - 4px);
	display: flex;
  flex-wrap: wrap;
}
.navi ul li {
	width:  calc(25% - 4px) ;
}

.navi ul li div{
	width: 100%;
	display:table;
	vertical-align: middle;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.navi ul li div a{
	color: #333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	width: 100%;
	padding-left: 20px;
}


#member {
	float: left;
	width: calc(30% - 80px) ;
}
.memberLogin div {
	height: 147px;
}
.memberLoginLink li {
	float: none;
	width: 100%;
	font-size: 11px;
}
.memberLoginLink .w100p {
	width: 100%;
}
.submenu00{
	text-align: center;
	border-radius: 30px;
	padding: 5px;
	font-size: 1.5em;
	margin: 20px auto 0px auto;
	width: 96%;
}


.TeikiSetArea{
	border: 2px dotted #CD481F;
	-moz-border-radius: 1.5em;
	-o-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	border-radius: 1.5em;
	width: 96%;
	margin: 0 auto;
}
}

/* ####################################### */
/* Responsive SmartPhone Display */
/* ####################################### */
@media only screen and (max-width: 767px) {

#LeftMenuArea {
	width: 100%;
}

#LeftMenu {
	display: none;
}

#RightArea {
	width: 100%;
	float: none;
	padding-left: 0px;
}

.newsArea {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	margin-top: 0px;
	padding-bottom:20px;
}
.topBannerArea {
	width:100%;
	padding-bottom: 20px;
}

.topBannerArea2 {
	float: none;
	width:99%;
	padding-bottom: 20px;
}

.inq {
	display: none;
}

.navi ul{
	width:  100% ;
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.navi ul li {
	width:  calc(50% - 5px) ;
	padding: 5px 0px;
}

.navi ul li div{
	width: 100%;
	display:table;
	vertical-align: middle;
	border: 1px solid #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}

.navi ul li div a{
	color: #333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	height: 46px;
	width: 100%;
	padding-left: 20px;
}

.navi ul li div br {
	display: none;
}

.catch {
	padding: 5px 0px 5px 0px;
	font-size: 12px;
	width: 100%;
}
.news ul li {
	background-image: url(../img/menu/icon_news.png);
	background-repeat: no-repeat;
	text-align: left;
	padding-left: 20px;
	padding-bottom: 8px;
	background-position: 0px 3px;
	float: none;
	width: 100%;
}

#member {
	width: 100%;
	float: none;
}
.memberLoginBt{
	width: 100%;
	height: 50px;
}
.memberLogoutBt{
	width: 100%;
	height: 40px;
}
.myPageBt{
	width: 100%;
	height: 40px;
}

.submenu00{
	text-align: center;
	border-radius: 30px;
	padding: 5px;
	font-size: 1.5em;
	margin: 20px auto 0px auto;
	width: 96%;
}



.TeikiSetArea{
	border: 2px dotted #CD481F;
	-moz-border-radius: 1.5em;
	-o-border-radius: 1.5em;
	-ms-border-radius: 1.5em;
	border-radius: 1.5em;
	width: 96%;
	margin: 0 auto;
}

.TeikiSetArea .TeikiSet{
	font-size: 130%;
	padding: 10px 0px;
}


}


/* ####################################### */
/* Ratina Display */
/* ####################################### */
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

}
