@charset "utf-8";
/* CSS Document */


.mores {
  margin-bottom: 15px;
  margin-right:15px;
  padding: 0.3em 1em;
  float: right;
  background-color: #372E2A;
  color: #FFFFFF;
  text-decoration: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  font-size: 1.2rem;
}
.mores:link {
  color: #FFFFFF;
}
.mores:visited {
  color: #FFFFFF;
}
.mores:hover {
  color: #CCC;
}
/*================================================================================
  clearfix
================================================================================*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE Mac */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display:block;
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
.comUl {
}
.comUl li ul {
	margin: 0 auto;
}
.comUl li {
	float: left;
	width: 300px;
	height: 225px;
	font-size: 13px;
	margin: 0px 8px 0px 8px;
	line-height:1.3;
	color: #6A605B;
}
.comUl li a {
	text-decoration:none;
	color:inherit;
}
.comUl li .cont {
	overflow:hidden;
	max-height:214px;
	min-height:214px;
	word-break:break-all;
}
.comUl li .cont img {
	width: 300px;
	margin-bottom: 5px;
}
.comUl li .cont .shopname a:link,
.comUl li .cont .shopname a:visited {
	color: #00ACFD;
	font-size: 16px;
	font-weight: bold;
}
.comUl li .cont .shopname {
	color: #00ACFD;
	font-size: 16px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*------------------------------------------------------------
	#newsBlocks_index
------------------------------------------------------------*/
#newsBlocks{
  height:630px;
  overflow:hidden;
  margin-bottom:30px;
}
#newsBlockTexts{
  float:left;
  margin-right:10px;
  padding-top:10px;
  width:65%;
}
#newsBlockTexts h4{
  font-weight:bold;
  font-size:13px;
}
#newsBlockTexts .time{
  font-size:11px;
  color:#333;
}
#newsBlockTexts .text{
  color:#333;
}
#newsBlocks #newsBlockTexts .moreLink{
  background:none;
  padding-left:0px;
  margin-bottom:10px;
  text-align:right;
}
#newsBlocks #newsBlockTexts .moreLink a{
  background:none;
  padding-left:0px;
}
#newsBlockImgs{
  float:left;
  width:165px;
  padding:9px;
}
#newsBoxs li{
  height:160px;
  width:555px;
  float:left;
  font-size:13px;
  line-height:1.3;
}
#newsBoxs .newsData:hover{
  background:#fae9ea;
}

#newsBoxs a{
	color: #00ACFD;
    text-decoration:none;
}
/*------------------------------------------------------------
	#newsBlock_TopPage
------------------------------------------------------------*/
#newsBlock01{
  height:auto;
  overflow:hidden;
  margin-bottom:30px;
}
#newsBlockText01{
  float:left;
  margin-right:10px;
  padding-top:10px;
  width:70%;
}
#newsBlockText01 h4{
  font-weight:bold;
  font-size:13px;
}
#newsBlockText01 .time{
  font-size:11px;
  color:#333;
}
#newsBlockText01 .text{
  color:#333;
}
#newsBlock01 #newsBlockText01 .moreLink{
  background:none;
  padding-left:0px;
  margin-bottom:10px;
  text-align:right;
}
#newsBlock01 #newsBlockText01 .moreLink a{
  background:none;
  padding-left:0px;
}
#newsBlockImg01{
  float:left;
  width:170px;
  padding:9px;
}
#newsBox01 li{
  height:150px;
  width:650px;
  font-size:13px;
  line-height:1.3;
}
#newsBox01 .newsData:hover{
  background:#fae9ea;
}

#newsBox01 a{
	color: #00ACFD;
    text-decoration:none;
}

/*------------------------------------------------------------
	searchbox
------------------------------------------------------------*/
.search_boxs{
	width:100%;
	margin-left:7px;
}

.search_boxs li{
	list-style:none;
	width:210px;
	float:left;
	padding-bottom:7px;
	padding-top:7px;
}

.search_boxs li a{
	text-decoration:underline;
}
.search_boxs li a:hover{
	text-decoration:none;
}


.search_boxs input,
.search_boxs select{
	ertical-align:middle;
	margin-right:5px;
}
.search_boxs input,
.search_boxs select{
	vertical-align:middle;
	margin-right:5px;
}

/*------------------------------------------------------------
	content_box01
------------------------------------------------------------*/
#main_contents section.content_box01 {
  margin-bottom: 40px;
  border: 1px solid #EC668C;
  background-color: #FFF;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
#main_contents section.content_box01 h1 {
  padding: 0.5em 15px;
  color: #FFF;
  letter-spacing: 2px;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  background: #F26EA3;
  background: -moz-linear-gradient(top, #F26EA3 0%, #E44172 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F26EA3), color-stop(100%, #E44172));
  background: -webkit-linear-gradient(top, #F26EA3 0%, #E44172 100%);
  background: -o-linear-gradient(top, #F26EA3 0%, #E44172 100%);
  background: -ms-linear-gradient(top, #F26EA3 0%, #E44172 100%);
  background: linear-gradient(to bottom, #F26EA3 0%, #E44172 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '$start-color', endColorstr='$end-color',GradientType=0 );
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  -ms-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
#main_contents section.content_box01 article {
  padding: 15px;
}
#main_contents section.content_box01 .more {
  margin-bottom: 15px;
  padding: 0.3em 1em;
  background-color: #372E2A;
  color: #FFFFFF;
  text-decoration: none !important;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  font-size: 12px;
  font-size: 1.2rem;
}
#main_contents section.content_box01 .more:link {
  color: #FFFFFF;
}
#main_contents section.content_box01 .more:visited {
  color: #FFFFFF;
}
#main_contents section.content_box01 .more:hover {
  color: #CCC;
}
#main_contents section.content_box01 .more i {
  margin-right: 5px;
}

/*------------------------------------------------------------
	pickUP B
------------------------------------------------------------*/
#main_contents #movie01 dl {
  width:309px;
  float: left;
  margin-right: 15px;
  margin-bottom:15px;
}
#main_contents #movie01 dd {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main_contents #movie01 dd span{
	color: #ff3366;
}

#main_contents #movie01 dl:last-child {
  margin-right: 0;
}
/*------------------------------------------------------------
	shoplist icon
------------------------------------------------------------*/
.red{
	color:#F00;
	font-size:18px;
	font-weight:bold;
}
.count_txt{
	width:90%;
	margin-left:auto;
	margin-right:auto;
	margin-top:5px;
	text-align:center;
	font-size:14px;
}
.offer_box table {
	margin-top:15px;
}

.offer_box table ul{
	width:100%;
}

.offer_box table li{
	float:left;
	width:99px;
	text-align:center;
	margin-right:2px;
	margin-bottom:2px;
}
.offer_box table td{
	padding-top:7px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:7px;
}
.offer_box table th {
  width: 100%;
  background-color: #F98A95;
  text-align: center;
  color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.icon_off{
	font-size:10px;
	font-size: 1.0rem;
	background: #DDDDDD; /* Old browsers */
	background: -moz-linear-gradient(top, #DDDDDD 0%, #DDDDDD 47%, #CCCCCC 53%, #CCCCCC 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDDDDD), color-stop(47%,#DDDDDD), color-stop(53%,#CCCCCC), color-stop(100%,#CCCCCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #DDDDDD 0%,#DDDDDD 47%,#CCCCCC 53%,#CCCCCC 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #DDDDDD 0%,#DDDDDD 47%,#CCCCCC 53%,#CCCCCC 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #DDDDDD 0%,#DDDDDD 47%,#CCCCCC 53%,#CCCCCC 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDDDDD', endColorstr='#CCCCCC',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #DDDDDD 0%,#DDDDDD 47%,#CCCCCC 53%,#CCCCCC 100%); /* W3C */
	text-align:center;
	color:#FFF;
		border-radius: 4px;
	-moz-border-radius: 4px;   
	-moz-border-radius: 4px;
	padding-top:2px;
	padding-bottom:2px; 
}
.icon_on{
	font-size:10px;
	font-size: 1.0rem;
	background: #66ccff; /* Old browsers */
	background: -moz-linear-gradient(top, #66ccff 0%, #0090ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#66ccff), color-stop(100%,#0090ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #66ccff 0%,#0090ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #66ccff 0%,#0090ff 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #66ccff 0%,#0090ff 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66CCFF', endColorstr='#0090FF',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #66ccff 0%,#0090ff 100%); /* W3C */
	text-align:center;
	color:#FFF;
		border-radius: 4px;
	-moz-border-radius: 4px;   
	-moz-border-radius: 4px;
	padding-top:2px;
	padding-bottom:2px; 
}
/*------------------------------------------------------------
	pagination
------------------------------------------------------------*/

.pagination {
    margin: 20px 0;
}
.pagination ul {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 0;
    margin-bottom: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
    display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
    float: left;
    padding: 4px 12px;
    line-height: 20px;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-left-width: 0;
}
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > li > a:focus,
.pagination ul > li > a:hover {
    background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
    color: #999999;
    cursor: default;
}
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:focus,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > span {
    color: #999999;
    background-color: transparent;
    cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
    border-left-width: 1px;
    -webkit-border-top-left-radius: 4px;
    -moz-border-radius-topleft: 4px;
    border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    border-bottom-right-radius: 4px;
}
.pagination-centered {
    text-align: center;
}
.pagination-right {
    text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
    padding: 11px 19px;
    font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
    -webkit-border-top-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > a,
.pagination-small ul > li:first-child > span {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > a,
.pagination-small ul > li:last-child > span {
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
    padding: 2px 10px;
    font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
    padding: 0 6px;
    font-size: 10.5px;
}
/*------------------------------------------------------------
	movie
------------------------------------------------------------*/

#main_contents #movie02 dl {
  width: 201px;
  float: left;
  margin-right: 15px;
  margin-bottom:15px;
}
#main_contents #movie02 dd {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#main_contents #movie02 dd span{
	color: #ff3366;
}

#main_contents #movie02 dl:last-child {
  margin-right: 0;
}
/*------------------------------------------------------------
	benefit_info01
------------------------------------------------------------*/

#main_contents #benefit_info01 {
  background-color: #FFF;
}
#main_contents #benefit_info01 li {
  width: 100%;
  height:auto;
  overflow: hidden;
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
  border-bottom:#999 dotted 1px;
}
#main_contents #benefit_info01 li:before {
  margin-right: 5px;
  content: "\f004";
  font-family: FontAwesome;
  color: #EB3E6F;
}
/*------------------------------------------------------------
	benefit_info02
------------------------------------------------------------*/
.red01{
	color:#F00;
	font-size:14px;
	font-weight:bold;
}

#main_contents #benefit_info02 {
  background-color: #FFF;
}
#main_contents #benefit_info02 li {
  width: 100%;
  height:auto;
  overflow: hidden;
  margin-bottom: 1em;
  font-size: 13px;
  font-size: 1.3rem;
}
/*------------------------------------------------------------
	benefit_info03    link_page
------------------------------------------------------------*/

#main_contents #benefit_info03 {
  background-color: #FFF;
}
#main_contents #benefit_info03 li {
	width:100px;
	height:31px;
	margin-bottom:7px;
	text-align:center;
	float:left;
}
#main_contents #benefit_info03 table{
	margin-top:15px;
	width:100%;
}
#main_contents #benefit_info03 textarea{
	width:520px;
	height:50px;
}
#tbl-bdr table,#tbl-bdr td,#tbl-bdr th {
    border-collapse: collapse;
    border:1px solid #333;
	text-align:center;
	font-size:12px;
    }


#main_contents #benefit_info03 th{
	width:100px;
}
/*------------------------------------------------------------
	agreement
------------------------------------------------------------*/
#mainBody01{
	width:100%;
	font-size:12px;
	font-weight:bold;
}

#mainBody02{
	width:100%;
	font-size:11px;
}

/*------------------------------------------------------------
	form
------------------------------------------------------------*/
#formblock{
}
#formblock input[type="text"],
#formblock input[type="email"],
#formblock textarea{
  border: 1px solid #ffd2e4;
  width: 100%;
  font-size: 1.5rem;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
#formblock input[type="password"]{
  border: 1px solid #ffd2e4;
  width: 50%;
  font-size: 1.5rem;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

#formblock select{
  border: 1px solid #ffd2e4;
  width: 30%;
  font-size: 1.5rem;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align:middle;
}
#formblock input[type="button"],
#formblock input[type="submit"],
#formblock input[type="reset"] {
   background-color: green;
   color: white;
   border: 1px solid blue;
   width:160px;
   padding:7px;
   margin-right:15px;
}

#formblock .red{
	color:#F00;
	font-size:11px;
	font-size: 1.1rem;
}

#formblock #checktBtn {
	background:url(../images/check.jpg) no-repeat;
	border: medium none;
	cursor: pointer;
	height: 40px;
	text-indent: -9999px;
	width: 232px;
}

#formblock #formBotn {
	text-align:center;
	margin:15px;
}

#formblock .form table td.submit {
border: 0;
text-align: center;
}

#formblock table,
#invitebox table {
  width: 100%;
}
#formblock table th,
#invitebox table th {
  width: 26%;
  padding: 1em;
  background-color: #F38A97;
  color: #FFF;
  text-align: left;
  border: 1px solid #CCC;
}
#formblock table td,
#invitebox table td {
  padding: 1em;
  border: 1px solid #CCC;
}
