/* -*- Encoding: euc-jp -*- */

@charset "euc-jp";

/*==========================   tag  ==========================*/

html {
	margin: 0px;
	padding: 0px;
}
body {


	font-size:85%;

	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top:0px;
	padding: 0;
	color: #333;
	punctuation-trim: start end adjacent;
	text-autospace: ideograph-numeric ideograph-alpha;

	line-height:140%;
}
p{
	margin:0;
	padding:0;
}

img {
	margin:0;
	padding:0;
	border:none;
	line-height:0;
	font-size:0;
}

h1, h2, h3, h4, h5 {
	padding: 0px;
	margin:0px;
	font-size:100%;
	text-decoration: none;
	font-weight:normal;
}
ul,ol {
	list-style-type:none;
	padding:0;
	margin:0;
}

dl,dt,dd,li {
	margin: 0px;
	padding: 0px;
}

strong {
	color:#CC0000;
}

a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
/*==========================   table  ==========================*/

table {
	border-collapse:collapse;
}

.label {
	float: left;
	width: 70px;
	line-height:1.5;
	vertical-align:middle;
	text-align: right;
	padding-right: 10px;
}
/*==========================   form   ==========================*/

form{
  margin:0px;
  padding:0px;
}

input[type="image"] {
	border:none;
	margin:0;
	padding:0;
}

select {
/*
	color:#666666;
*/
	color:#333333;
}
.radio {
	vertical-align:middle;
	border:none;
	margin:0;
	height:13px;
}


/*==========================   link  ==========================*/

a:link {
	color: #00f;
	text-decoration: underline;
}

a:hover {
  color: #666666;
  text-decoration: underline;
}

/*==========================   linkgray  ==========================*/

a.linkgray:link {
	color: #666666;
	text-decoration: none;
}
a.linkgray:visited {
  color: #666666;
  text-decoration: none;
}
a.linkgray:active {
  color: #666666;
  text-decoration: none;
}
a.linkgray:hover {
  color: #E33352;
  text-decoration: none;
}

/*==========================   linkwhite  ==========================*/

a.linkwhite:link {
	color: #ffffff;
	text-decoration: none;
}
a.linkwhite:visited {
/*
  color: #ffffff;
*/
  text-decoration: none;
}
a.linkwhite:active {
  color: #ffffff;
  text-decoration: none;
}
a.linkwhite:hover {
  color: #E33352;
  text-decoration: none;
}

/*==========================   color   ==========================*/

/*==========================   ClearFix==========================*/

/*  ClearFix */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
/* end MacIE5 */

/* end ClearFix */

/*==========================   text_align  ==========================*/

.left {
	text-align:left;
}
.center {
	text-align:center;
}
.right {
	text-align:right;
}
.vtop {
	vertical-align: top;
}
.vmiddle {
	vertical-align: middle;
}
.vbottom {
	vertical-align: bottom;
}

/*==========================   font  ==========================*/

.underline{
  text-decoration: underline;
}
.font10 {
	font-size:10px;
}
.font12 {
	font-size:12px;
}
.font14 {
	font-size:14px;
}
.bold {
	font-weight:bold;
}

/*==========================   padding_margin  ==========================*/

.ml1{
	margin-left:1px;
}
.ml8{
	margin-left:8px;
}
.ml10{
	margin-left:10px;
}
.mb10{
	margin-bottom:10px;
}
.mb20{
	margin-bottom:20px;
}
.mb25{
	margin-bottom:25px;
}
.ml10{
	margin-left:10px;
}
.ml15{
	margin-left:15px;
}
.ml20{
	margin-left:20px;
}
.mr5{
	margin-right:5px;
}
.mr10{
	margin-right:10px;
}
.mr20{
	margin-right:20px;
}
.mb5{
	margin-bottom:5px;
}
.mt8{
	margin-top:8px;
}
.mt50{
	margin-top:50px;
}
.pl2 {
	padding-left: 2px;
}
.pl3 {
	padding-left: 3px;
}
.pl4 {
	padding-left: 4px;
}
.pl5 {
	padding-left: 5px;
}
.pl8 {
	padding-left: 8px;
}
.pl10 {
	padding-left: 10px;
}
.pl13 {
	padding-left: 13px;
}
.pl15 {
	padding-left: 15px;
}
.pl16 {
	padding-left: 16px;
}
.pl17 {
	padding-left: 17px;
}
.pl18 {
	padding-left: 18px;
}
.pl20 {
	padding-left: 20px;
}
.pl25 {
	padding-left: 25px;
}
.pl30 {
	padding-left: 30px;
}
.pl35 {
	padding-left: 35px;
}
.pl42 {
	padding-left: 42px;
}
.pl50 {
	padding-left: 50px;
}
.pl60 {
	padding-left: 60px;
}
.pt0{
	padding-top:0px;
}
.pt1{
	padding-top:1px;
}
.pt2{
	padding-top:2px;
}
.pt3{
	padding-top:3px;
}
.pt4{
	padding-top:4px;
}
.pt5{
	padding-top:5px;
}
.pt6{
	padding-top:6px;
}
.pt7{
	padding-top:7px;
}
.pt8{
	padding-top:8px;
}
.pt10{
	padding-top:10px;
}
.pt15{
	padding-top:15px;
}
.pt20{
	padding-top:20px;
}
.pt25{
	padding-top:25px;
}
.pt30{
	padding-top:30px;
}
.pt35{
	padding-top:35px;
}
.pt40{
	padding-top:40px;
}
.pt50{
	padding-top:50px;
}
.pr5 {
	padding-right:5px;
}
.pr7 {
	padding-right:7px;
}
.pr10 {
	padding-right:10px;
}
.pr13 {
	padding-right:13px;
}
.pr15 {
	padding-right:15px;
}
.pr17 {
	padding-right: 17px;
}
.pr20 {
	padding-right:20px;
}
.pr23 {
	padding-right:23px;
}
.pr25 {
	padding-right:25px;
}
.pr30 {
	padding-right:30px;
}
.pr50 {
	padding-right:50px;
}
.pr90 {
	padding-right:90px;
}
.pb2{
	padding-bottom:2px;
}
.pb3{
	padding-bottom:3px;
}
.pb5{
	padding-bottom:5px;
}
.pb6{
	padding-bottom:6px;
}
.pb8{
	padding-bottom:8px;
}
.pb10{
	padding-bottom:10px;
}
.pb12{
	padding-bottom:12px;
}
.pb14{
	padding-bottom:14px;
}
.pb15{
	padding-bottom:15px;
}
.pb18{
	padding-bottom:18px;
}
.pb20{
	padding-bottom:20px;
}
.pb25{
	padding-bottom:25px;
}
.pb30{
	padding-bottom:30px;
}
.pb35{
	padding-bottom:35px;
}
.pb40{
	padding-bottom:40px;
}
.pb50{
	padding-bottom:50px;
}
.pb65{
	padding-bottom:65px;
}
.p0{
	padding:0px;
}
.p2{
	padding:2px;
}
.p3{
	padding:3px;
}
.p5 {
	padding:5px;
}
.p10 {
	padding:10px;
}
.p15 {
	padding:15px;
}
.p18 {
	padding:18px;
}
.p20 {
	padding:20px;
}
.p25 {
	padding:25px;
}
.p1em {
	padding-left:1em;
	padding-right:1em;
	padding-top:0.5em;
}
.pl1em {
	padding-left:1em;
}
.pl4em {
	padding-left:4em;
}

/*==========================   space   ==========================*/

.space2{
	height:2px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space3{
	height:3px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space4{
	height:4px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space5{
	height:5px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space7{
	height:7px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space8{
	height:8px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space9{
	height:9px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space10{
	height:10px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space11{
	height:11px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space12{
	height:12px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space13{
	height:13px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space15{
	height:15px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space18{
	height:18px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space20{
	height:20px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space25{
	height:25px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space30{
	height:30px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space35{
	height:35px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space40{
	height:40px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space45{
	height:45px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space50{
	height:50px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space60{
	height:60px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space70{
	height:60px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.space198{
	height:198px;
	line-height:0;
	font-size:0;
	clear:both;
	display:block;
}
.ls1 {
	letter-spacing: 1px;
}

/*==========================   display  ==========================*/

.block {
	display:block;
}

.inline {
	display:inline;
}


/*==========================   floot   ==========================*/

.floatl{
	float:left;
}

.floatr{
	float:right;
}

.clear {
	clear:both;
}

/*==========================   list_style  ==========================*/

.listnum {
	list-style-type:decimal;
}

/*==========================   alpha   ==========================*/

.opacity25 {
	filter: alpha(opacity=25);
  -moz-opacity:0.25;
  opacity:0.25;
}

.opacity50{
	filter: alpha(opacity=50);
  -moz-opacity:0.50;
  opacity:0.50;
}

.opacity75{
	filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
.opacity100{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
}

/*==========================   size   ==========================*/
.w5{
  width:5px;
}
.w50{
  width:50px;
}
.w80{
  width:80px;
}
.w100{
  width:100px;
}
.w120{
  width:120px;
}
.w127{
  width:127px;
}
.w130{
  width:130px;
}
.w140{
  width:140px;
}
.w150{
  width:150px;
}
.w175{
  width:175px;
}
.w200{
  width:200px;
}
.w205{
  width:205px;
}
.w210{
  width:210px;
}
.w250{
  width:250px;
}
.w300{
  width:300px;
}
.w325{
  width:325px;
}
.w350{
  width:350px;
}
.w390{
  width:390px;
}
.w400{
  width:400px;
}
.w500{
  width:500px;
}
.h100{
  height:100px;
}
.h150{
  height:150px;
}
.h200{
  height:200px;
}
.h300{
  height:300px;
}
.wInput{
  width:90%;
}

/*==========================   line-height  ==========================*/
.lh1 {
  line-height:1;
}
.lh11 {
  line-height:1.1;
}
.lh12 {
  line-height:1.2;
}
.lh13 {
  line-height:1.3;
}
.lh14 {
  line-height:1.4;
}
.lh15 {
  line-height:1.5;
}
.lh16 {
  line-height:1.6;
}
.lh17 {
  line-height:1.7;
}
.lh18 {
  line-height:1.8;
}
.lh19 {
  line-height:1.9;
}
.lh2 {
  line-height:2;
}


/*==========================   iepng   ==========================*/
.iepngfix {
	behavior: expression(IEPNGFIX.fix(this));
}
/*==========================   IMEﾀﾟﾄ遙｡｡｡==========================*/

.IMEon {
	ime-mode:active;
}

.IMEoff {
	ime-mode:disabled ;
}
.red {
  color:#cc0000;
}
.pink {
  color:#ff6699;
}

/* error
 ---------------------------------------------------------*/
.form-error {
  display:block; color:red;
}
.form-error-blue {
  display:block; color:blue;
}
.global-error {
  text-align:center;
}
.global-error .form-error {
  display:block; font-weight:bold; padding-top:40px;
}

/* pagenate
 ---------------------------------------------------------*/
.pagenate-count {
  text-align:right;
}
.pagenate {
  text-align:center; margin-top:10px;
}
.pagenate a {
  padding:0 5px; border:1px solid #c0c0c0; text-decoration:none; color:#000000;
}
.pagenate span {
  padding:0 5px; border:1px solid #c0c0c0; background-color:#f0f0f0;
}


/* syballus attention */

#mypageNavi2_sy {
/*2013/06/10 minagawa start*/
	background-image:url(../../image/mypage_sy/mymenu2.gif);
	background-repeat: no-repeat;
	background-position: left top;
/*2013/06/10 minagawa end*/
	text-align: center;
	padding-top: 32px;
	padding-bottom: 12px;
}
#mypageBg2_sy {
	background-color:#FDD9DC;
	padding-top:8px;
	display: block;
}
#mypageNavi2_sy #mypageBg2_sy p img{
	padding-bottom: 3px;
}


.shop_name_view_sy {
	font-weight: bold;
	font-size: 13pt;
	padding: 5px;
	color: #444444;
	background: #FFFFFF;
	border:solid 2px red;
	width: 85%;
	margin: 5px auto;
}
.kanri_shop_sy {
	font-size: 0.8em;
	color: red;
}


.border_mypage_bottom_dotted {
	border-bottom:dotted 1px #cccccc;
	font-size:2px;
	height: 10px;
}

/* 20140328 minagawa start */
/* モール利用可能ポイントのスタイル */

#owner_point_data{
	width:178px;
	text-align:center;
	margin-bottom:12px;
/*	padding-top:10px;*/
	padding-bottom:10px;
	border:1px solid #CCCCCC;
/*	background-color:#FBE6F0;*/
}

/* 20140522 minagawa start */

/* #point_title,#point_period{ */
#point_title,#temp_point_info,#point_period{

/* 20140522 minagawa end */

	font-size:0.9em;

}

/*ポイントの見出し（利用可能ポイント）*/
#point_title{

	font-weight:bold;
	height:21px;
	vertical-align:middle;
	border-bottom:2px solid #1f7be5;
	border-bottom:2px solid #1f7be5;
	padding-top:4px;
	background-image:url('/m/common/img/common/mypage/title_contents_02.gif');
	
}

/*保有ポイント*/
#point_info{

	margin-top:7px;

/* 20140522 minagawa start */
	/*margin-bottom:7px;*/
/* 20140522 minagawa end */

}

#point_info span{
	font-weight:bold;
	color:red;
	font-size:1.2em;
}

/*有効期限*/
#point_period{
	text-align:right;
	margin-top:7px;
	padding-right:14px;
}

/* 20140328 minagawa end */
