@charset "UTF-8";
/* CSS Document */
/* LAST UP :2011.11.25 */
/* contents---------------
   1.Reset
   2.Base
   3.Layout
   4.Common
   5.Page 
   		toppage
		zipcode
		fee
		deli-days
		pursuit
		syuka
		office
   6.jQueryMobile
    ------------ */

/* ====================================================== */
/* [Reset]                             */
/* ====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, figcaption, footer, header,  hgroup, menu, nav, section, menu, time, mark, audio, video {
	margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent;}
body {line-height: 1;}
article, aside, dialog, div, figure, footer, header, hgroup, nav, section {  display: block;}
nav ul { list-style: none;}
blockquote, q { quotes: none;}
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none;}
a { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration:none;}
ins { color: #000; background-color: #ffffe0; text-decoration: none;}
mark { background-color: #ffd; color: #000;   font-weight: bold;}
del { text-decoration: line-through;}
abbr[title],
dfn[title] { border-bottom: 1px dotted #666; cursor: help;}
table { border-collapse: collapse; border-spacing: 0;}
hr { display: none; }
input, select { vertical-align: middle;}
img { border: none; vertical-align: bottom;}
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal;}
li { list-style: none; position: relative;}
fieldset { border: none;}
p, ul, ol, ul li, ol li, table, table th, table td { font-size: 100%;}
p { line-height: 1.51;}
dt {}
li { line-height: 1.31;}
table td ul, table td ul li, dl dd ul, dl dd ul li { font-size: 100%;}


/* ====================================================== */
/* [Base]                             */
/* ====================================================== */

body {
  color: #222;
  background: #FFF;
  font: 95%/1.231 Helvetica, 'Hiragino Kaku Gothic Pro', sans-serif;
  width: 100%;
  min-height: 416px;
  -webkit-text-size-adjust: none;
}

img {
  border: none;
  vertical-align: bottom;
}

address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal;
}

select{
	height:2em;
	width:100%;
	font-size:16px;
	margin:5px 0px;
}

select.s{
	height:2em;
	width:50%;
	font-size:16px;
	margin:5px 0px;
}

input[type="image"]{

}

a{
	-webkit-tap-highlight-color:rgba(60,80,200,0.20);
	-webkit-touch-callout:none;
}

a img{
	-webkit-tap-highlight-color:rgba(60,80,200,0.20) !important;
	-webkit-touch-callout:none;
}
/*
a img{
	-webkit-tap-highlight-color:rgba(60,80,200,0.20)!important; 
}

*/
/* ====================================================== */
/* [Layout]                             */
/* ====================================================== */

/* Header
---------------------------------------------------------- */
#header {
}

#header a{
	margin-top:5px;
	color:#333 !important;
	text-indent:0px !important;
}
	
.head_pc_btn{
	position:absolute;
	top:10px;
	right:10px;
	background:url(../../img/sp/btn_pc.png) no-repeat;
	width:54px;
	height:24px;
	display:block;
	text-indent:-9999px;
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.head_pc_btn{
			background:url(../../img/sp/btn_pc_x2.png) no-repeat #CC0000 !important;
			background-size: 54px 24px;
			
		}
		}
		


/* main
---------------------------------------------------------- */
.adBanner{
	text-align:center;
}

.adBanner a{
	display:block;
	width:100%;
	height:auto;
}

#path-box{
	border-bottom: #CC0000 dotted 1px;
	margin:0px 0px 10px 0px;
}


/* ====================================================== */
/* [Page]                             */
/* ====================================================== */

/* toppage
---------------------------------------------------------- */

#notice{
	border:solid 1px #222;
	-moz-border-radius:8px 8px 0px 0px;
	-webkit-border-radius:8px 8px 0px 0px;
	border-radius:8px 8px 0px 0px;
	padding:0px 7px;
}

#notice h2{
	padding:3px 0 5px 5px;
}

ul.notice{
	overflow:hidden;
}

ul.notice li{
	border:solid 1px #222;
	background:url(../../img/sp/icon_pc.png) 98% no-repeat;
	border-top:none;
	padding:9px 5px;
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		ul.notice li{
			background:url(../../img/sp/icon_pc_x2.png) 98% no-repeat;
			background-size: 18px 18px;
			
		}
		}		
		ul.notice li:last-of-type{
			-moz-border-radius:0px 0px 8px 8px;
			-webkit-border-radius:0px 0px 8px 8px;
			border-radius:0px 0px 8px 8px;
		}


ul.notice li a{
	display:block;
	-webkit-tap-highlight-color:rgba(60,80,200,0.20);
	text-decoration:none;
}

.service_title{
	background:url(../../img/sp/icon_letter.png) 4px 4px no-repeat #CC0000 !important;
	
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.service_title{
			background:url(../../img/sp/icon_letter_x2.png) 4px 4px no-repeat #CC0000 !important;
			background-size: 24px 28px;
		}
		}

.service_title div{
	margin-left:17px;
	color:#FFF;
}

.option_title{
	background:url(../../img/sp/icon_option.png) 5px 5px no-repeat #CC0000 !important;
	
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.option_title{
			background:url(../../img/sp/icon_option_x2.png) 5px 5px no-repeat #CC0000 !important;
			background-size: 26px 26px;
		}
		}

.option_title div{
	margin-left:17px;
	color:#FFF;
}
	
/* topRSS */
.rss{
	border:solid 1px #222;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:0px 7px 5px 7px;
}

.rss h2{
	padding:3px 0 5px 5px;
	background:url(../../img/sp/icon_pc.png) 98% no-repeat;
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.rss h2{
			background:url(../../img/sp/icon_pc_x2.png) 98% no-repeat;
			background-size: 18px 18px;
		}
		}

.rss .rsslist{
	margin-top:5px;
	border-top:dotted 1px #999;
	padding-top:3px;
}

.rss .rsslist a{
	display:block;
	-webkit-tap-highlight-color:rgba(60,80,200,0.20);
}

.ItemDate{
	font-size:80%;
	color:#666;
	margin-bottom:5px;
}

ui-listview .title{
	text-align:center;
}

#menu{
	padding:10px 0px 0px 0px;
/*	display:-moz-box;
	display:-webkit-box;
	display:box;
*/	background-color:#FFE6E6;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  -o-border-radius: 0.5em;
  -ms-border-radius: 0.5em;
  margin:-5px 0 auto;
}
	  #menu ul{
	  	text-align:center;
	  	font-size:85%;
	  	display:inline-block;
		overflow:hidden;
		margin:0 auto;
	  }
	  /*
	  #menu ul.last{
	  	margin-bottom:0;
	  }
	  */
	  
	  #menu ul li{
		  	width:92px;
			height:110px;
			text-align:center;
			float:left;
	  }
	  
	  #menu ul li a{
		  display:block;
		  text-decoration:none;
		  -webkit-tap-highlight-color:rgba(60,80,200,0.20)!important; 
	  }
	  	  
	  #menu ul li span.name{
		  display:block;
		  padding-top:65px;
		  line-height:1.2;			
	  }
	  
	  #menu ul li.zipcode{
		  background:url(../../img/sp/icon_nav_zipcode.png) no-repeat center top;
	  }
	  	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#menu ul li.zipcode {
			background:url(../../img/sp/icon_nav_zipcode_x2.png) center top no-repeat !important;
			background-size: 63px 63px;
		}
		}
	
		
		#menu ul li.fee{
		  background:url(../../img/sp/icon_nav_fee.png) no-repeat center top;
		  }
	  	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#menu ul li.fee {
			background:url(../../img/sp/icon_nav_fee_x2.png) center top no-repeat !important;
			background-size: 63px 63px;
		}
		}
		
		#menu ul li.day{
		  background:url(../../img/sp/icon_nav_day.png) no-repeat center top;
		  }
	  	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#menu ul li.day {
			background:url(../../img/sp/icon_nav_day_x2.png) center top no-repeat !important;
			background-size: 63px 63px;
		}
		}
		
		#menu ul li.pursuit{
		  background:url(../../img/sp/icon_nav_pursuit.png) no-repeat center top;
		  }
	  	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#menu ul li.pursuit {
			background:url(../../img/sp/icon_nav_pursuit_x2.png) center top no-repeat !important;
			background-size: 63px 63px;
		}
		}
		
		#menu ul li.syuka{
		  background:url(../../img/sp/icon_nav_syuka.png) no-repeat center top;
		  }
	  	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#menu ul li.syuka {
			background:url(../../img/sp/icon_nav_syuka_x2.png) center top no-repeat !important;
			background-size: 63px 63px;
		}
		}
		
		#menu ul li.deli{
		  background:url(../../img/sp/icon_nav_deli.png) no-repeat center top;
		  }
	  	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		#menu ul li.deli {
			background:url(../../img/sp/icon_nav_deli_x2.png) center top no-repeat !important;
			background-size: 63px 63px;
		}
		}

ul.menulist{
	text-overflow:clip;
	white-space:nowrap;
	overflow:hidden;
}
	ul.menulist2{
		text-shadow: none !important;
	}

ul.menulist-pre{
	width:100%;
	padding:15px;	
}

ul.menulist-pre ul.pre li {
	border-bottom:#CCC dotted 1px !important;
	text-shadow:none!important;
	background:none!important;

}
ul.menulist-pre li{
	white-space:nowrap;
	margin:0;
	padding:-5px;
	width:49%;
	float:left;
	font-size:14px;
	border: 1px solid 		#ccc /*{c-bup-border}*/;
	background: 			#cc0000 /*{c-bup-background-color}*/;
	font-weight: bold;
	color: 					#444 /*{c-bup-yolor}*/;
	text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 1px /*{c-bup-shadow-radius}*/ #f6f6f6 /*{c-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd /*{c-bup-background-start}*/), to(#eee /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fdfdfd /*{c-bup-background-start}*/, #eee /*{c-bup-background-end}*/);
}

ul.menulist-pre li a{
	display:block;
	padding:10px;
	
}

ul.menulist-pre li h3{
	background:none !important;
	border:none;
	font-size:100%;
	white-space:normal;
	margin:0 !important;
	padding:0 !important;
}

ul.newslist{
	white-space:clip;
}

/*
ul.menulist li.list{
	background:url(../../img/sp/icon_popup-arrow.png) 98% no-repeat;	
}
*/

/* zipcode
---------------------------------------------------------- */


p.comment{
	font-size:11px;
}

.h1-box3 .col3 h1{
	margin-bottom:3px !important;
}
/* ページャー*/

.page-navi{
	width:70%;
}
.page-navi ul.navi {
      margin: 10px;
	  width:100%;
}

.page-navi ul.navi li {
      float: left;
      margin-right: 0px;
	  padding:2px;
      border-right: 1px #999999 solid;
	  margin-bottom:5px;
	  width:26px;
	  text-align:center;
}

.page-navi ul.navi li:last-child {
	border-right:none;
	padding-left:2px;
}
.page-navi p.next {
	text-align:right;
	border-right:none;
}
.page-navi ul.navi li a:link,
.page-navi ul.navi li a:visited {
      color: #3366FF;
      text-decoration: none;
}
.page-navi ul.navi li a:hover,
.page-navi ul.navi li a:active {
      color: #FF6633;
      text-decoration: none;
}


/* 広告バナー */

.zip_ad img{
	display:none;
}
.zip_ad_list img{
	display:none;
}

/*
.zip_ad img{
	width:100%;
	height:auto;
}
.zip_ad_list img{
	width:100%;
	height:auto;
}
*/

#zipcode_business form{
	margin-bottom:10px;
}

#office select.pref{
	width:100%;
}
#zipcode_top input{
	width:290px;
	height:45px;
}
/*

input.zipcode_number{
	background:url(../../img/sp/btn_zipcode01.png) no-repeat;
	background-size: 290px 45px;
	width:290px;
	height:45px;
	opacity: 1;

}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			input.zipcode_number{
				background:url(../../img/sp/btn_zipcode01_x2.png) no-repeat;
				background-size: 290px 45px;
				opacity: 1;
				
			}
			}
input.zipcode_area{
	background:url(../../img/sp/btn_zipcode02.png) no-repeat;
	width:290px;
	height:45px;

}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			input.zipcode_area{
				background:url(../../img/sp/btn_zipcode02_x2.png) no-repeat;
				background-size: 290px 45px;
				
			}
			}
			
input.zipcode_office{
	background:url(../../img/sp/btn_zipcode03.png) no-repeat;
	width:290px;
	height:45px;

}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			input.zipcode_office{
				background:url(../../img/sp/btn_zipcode03_x2.png) no-repeat;
				background-size: 290px 45px;
				
			}
			}
*/

ul.choice{
	margin-bottom:15px;
}
ul.choice li.list span{
	font-size:80% !important;
	font-weight:normal !important;
}

.choice table{
}
.choice table tr.choice{
	border-bottom:1px #CCC dotted;
}
.choice table tr td {
	vertical-align:middle;
}
.choice table tr td a{
	display:block;
	padding:5px 0px;
}

.choice table table.merge{
	margin:0 !important;
	padding:0 !important;
}


dl.before {
	border: 1px solid #ccc;
	background-color: #eee;

	-webkit-box-shadow: 3px 3px 3px #eee;
	-webkit-border-radius: 8px;
	margin-bottom:10px;
}

dl.before dt {
	margin: 0;
	margin-right: -6em;
	margin-top: -1px;
	padding: 0.2em 0.2em;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	display: inline;
	width: 6em;
	text-indent: 10px;
}

		dl.before dt:nth-of-type(1)  {
			margin-top: 0;
			border-top: none;
		}
		
		dl.before dd:nth-of-type(1)  {
			margin-top: 0;
			border-top: none;
			-webkit-border-top-right-radius: 8px;
		}
		dl.before dd p:nth-of-type(2)  {
			margin-bottom:0;
		}
		
		dl.before dd p:nth-of-type(4)  {
			font-size:80%;
		}
		
		dl.before dd:last-child {
			-webkit-border-bottom-right-radius: 8px;
		}
		
		dl.before dd {
			margin-left:6em;
			margin-top: -1px;
			padding: 0.2em 10px;
			border-left: 1px solid #ccc;
			border-top: 1px solid #ccc;
			background-color: #fff; 
		}
		dl.before dd.zip{
			font-weight:bold;
		}
		
		dl.before dd.zip{
			font-weight:bold;
			padding: 0.5em 10px;
		}
		
		dl.before dd p{
			line-height:1.4;
			margin:0;
		}

dl.present {
	border: 1px solid #983A3A;
	background-color: #F7C4C4;

	-webkit-box-shadow: 3px 3px 3px #eee;
	-webkit-border-radius: 8px;
	margin-bottom:10px;
}

dl.present dt {
	margin: 0;
	margin-right: -6em;
	margin-top: -1px;
	padding: 0.2em 0.2em;
	border-top: 1px solid #983A3A;
	float: left;
	clear: both;
	display: inline;
	width: 6em;
	text-indent: 10px;
	vertical-align:middle;
}

		dl.present dt:nth-of-type(1)  {
			margin-top: 0;
			border-top: none;
		}
		
		dl.present dd:nth-of-type(1)  {
			margin-top: 0;
			border-top: none;
			-webkit-border-top-right-radius: 8px;
		}
		
		dl.present dd p:nth-of-type(2)  {
			margin-bottom:0;
		}
		
		dl.present dd p:nth-of-type(4)  {
			font-size:80%;
		}
		
		dl.present dd:last-child {
			-webkit-border-bottom-right-radius: 8px;
		}
		
		dl.present dd {
			margin-left:6em;
			margin-top: -1px;
			padding: 0.2em 10px;
			border-left: 1px solid #983A3A;
			border-top: 1px solid #983A3A;
			background-color: #fff; 
		}
		dl.present dd.zip{
			font-weight:bold;
			padding: 0.5em 10px;
		}
		
		dl.present dd p{
			line-height:1.4;
			margin:0;
		}

		dl.present span.zip-code{
			line-height:1.4;
			font-size:18px;
		}
		
		
/* fee
---------------------------------------------------------- */
#fee h3.item {
    border:solid 1px #999;
	border-right:solid 1px #999;
    padding: 2px;
    border-radius: 5px;
    -moz-border-radius: 5px; /* FF */
    background: -moz-linear-gradient(top,  #EFEFEF,  #E7E7E7); /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#E7E7E7));/* Webkit */
    -pie-background:linear-gradient(top,  #EFEFEF,  #E7E7E7); /* ie */
	color:#333;
	font-size:110%;
    }
	
#fee h3{
	border-top:1px #666 solid;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-size:120%;
	background: -moz-linear-gradient(top,  #E7E7E7,  #FFF); /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#FFF));/* Webkit */
    -pie-background:linear-gradient(top,  #E7E7E7,  #FFF); /* ie */
	border-radius: 0px;
    -moz-border-radius: 0px; /* FF */
    -webkit-border-radius: 0px;/* Webkit */
	color:#333;
	
}



.submit{
	text-align:center;
	margin:10px 0px;
}

ul.fee{
}
	ul.fee li:before,
	ul.fee li:after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
	ul.fee li{
		display:block;
	}
	ul.fee li a.linkBlock{
	display:block;
	background:url(/smt/img/icon_arrow1.png) no-repeat right center;
	padding:6px 20px 6px 7px;
	border-bottom:1px solid #ccc;
	vertical-align:top;
	}
	ul.fee li img{
	width:54px;
	height:54px;
	display:block;
	float:left;
	text-align:center;
	border:1px solid #ccc;
	margin-right:10px;
	}
	
	ul.fee li span.txt{
	display:table-cell;
	vertical-align:middle;
	width: auto;
	margin-right:25px;
	height:54px;
	}

dl.fee_form{
	margin-bottom:10px;
	margin-top:5px;
}
	dl.fee_form dt{
		border-top:1px #C00 dotted;
		background:#FFE8E8;
		padding:3px 0 3px 3px;
	}
	dl.fee_form dd{
		 /*margin-left: 1.0em; */ 
		padding:5px 0px 6px 0px;
	}
	
	dl.fee_form table.layout{
		font-size:100%;
	}
	
	
	dl.fee_form dd input[type="tel"]{
		width:50%;
		display:inline;
	}
	p.example{
		margin:0 !important;
		color:#999;
	}
	
	
p.link{
	text-align:right;
	font-size:12px !important;
	margin-top:5px;
	padding:1px 2px;
}

dl.fee_form table.layout{
	padding-right:5px;
}
	
dl.option{
	border:#F5F4E8 1px solid;
	padding:5px;
}

dl.fee_form .part{
	margin-bottom:5px;
}


input.fee_01{
	background:url(../../img/sp/btn_fee01.png) no-repeat;
	width:290px;
	height:45px;

}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			input.fee_01{
				background:url(../../img/sp/btn_fee01_x2.png) no-repeat;
				background-size: 290px 45px;
				width:290px;
				height:45px;
				
			}
			}
input.fee_02{
	background:url(../../img/sp/btn_fee02.png) no-repeat;
	width:290px;
	height:45px;

}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			input.fee_02{
				background:url(../../img/sp/btn_fee02_x2.png) no-repeat;
				background-size: 290px 45px;
				
			}
			}
			
input.fee_again{
	background:url(../../img/sp/btn_fee03.png) no-repeat;
	width:290px;
	height:45px;

}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			input.fee_again{
				background:url(../../img/sp/btn_fee03_x2.png) no-repeat;
				background-size: 290px 45px;
				
			}
			}
.price-upper{
	background:#F6F4EE;
	padding:10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}

.price-upper p{
	text-align:center;
	font-size:120%;
	font-weight:bold;
}

.price-upper p.sum{
	font-size:170%;
}

.price-lower p{
	font-size:85%;
	text-align:left;
	font-weight:normal;
}



/* ====================================================== */
/* [common]                             */
/* ====================================================== */

*.sp-v10 {margin-top: 10px !important; margin-bottom: 10px !important;}
*.sp-v15 {margin-top: 15px !important; margin-bottom: 15px !important;}
*.sp-v20 {margin-top: 20px !important; margin-bottom: 20px !important;}
*.sp-v25 {margin-top: 25px !important; margin-bottom: 25px !important;}
*.sp-v30 {margin-top: 30px !important; margin-bottom: 30px !important;}
*.sp-v0 {margin-top: 0px !important; margin-bottom: 0px !important;}
*.sp-v5 {margin-top: 5px !important; margin-bottom: 5px !important;}
*.sp-t10 {margin-top: 10px !important;}
*.sp-t15 {margin-top: 15px !important;}
*.sp-t20 {margin-top: 20px !important;}
*.sp-t25 {margin-top: 25px !important;}
*.sp-t30 {margin-top: 30px !important;}
*.sp-t0 {margin-top: 0px !important;}
*.sp-t5 {margin-top: 5px !important;}
*.sp-b10 {margin-bottom: 10px !important;}
*.sp-b15 {margin-bottom: 15px !important;}
*.sp-b20 {margin-bottom: 20px !important;}
*.sp-b25 {margin-bottom: 25px !important;}
*.sp-b30 {margin-bottom: 30px !important;}
*.sp-b0 {margin-bottom: 0px !important;}
*.sp-b5 {margin-bottom: 5px !important;}

*.arrange-c {text-align: center;}
*.arrange-l {text-align: left;}
*.arrange-r {text-align: right;}

/* 画像マーカー (通常) */

span.mkr-pc {
	background:url(/smt/img/icon_pc-r.png) no-repeat 0 0.25em;
	width:12px;
	height:12px;
	padding-left: 15px;
}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			span.mkr-pc{
				background:url(/smt/img/icon_pc-r.png) no-repeat 0 0.2em;
				background-size:13px 13px;
				padding-left: 16px;
				
			}
			}

span.mkr-next {
	background: url("/img/common/mkr_next.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

span.mkr-prev {
	background: url("/img/common/mkr_prev.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

span.mkr-top {
	background: url("/img/common/mkr_top.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

span.mkr-popup {
	background: url("/img/common/mkr_popup.gif") no-repeat 0 0.15em;
	padding-left: 18px;
}

span.mkr-nb {
	background: url("/img/common/mkr_nb.gif") no-repeat 0 0.15em;
	padding-left: 14px;
}

/* 注釈テキスト */

*.comment {
	color: #787878;
}

*.comment ul.notes-l li {
	background-image: url("/img/common/mkr_notes_gray_l.gif");
}

*.comment ul.notes-m li {
	background-image: url("/img/common/mkr_notes_gray_m.gif");
}

*.comment ul.notes-s li {
	background-image: url("/img/common/mkr_notes_gray_s.gif");
}

ul.notes-l li.comment {
	background-image: url("/img/common/mkr_notes_gray_l.gif");
}

ul.notes-m li.comment {
	background-image: url("/img/common/mkr_notes_gray_m.gif");
}

ul.notes-s li.comment {
	background-image: url("/img/common/mkr_notes_gray_s.gif");
}

/* 行中に挿入される画像 */

img.inline { vertical-align: middle;}
img.m-h {margin: 0 5px;}
img.m-l {margin: 0px 0px 0px 5px;}
img.m-r {margin: 0px 5px 0px 0px;}
img.m-v {margin: 5px 0;}
img.m-t {margin: 5px 0px 0px;}
img.m-b {margin: 0px 0px 5px;}

p{
	line-height:1.3;
	margin-bottom:0.5em;
}

small {
	font-size: 85.75%;
}

em {
	color: #C7000E;
}

strong{
	font-weight:bold;
}

.err-item{
	color: #C7000E;
}
h1{
	font-size:140%;
	font-weight:normal;
	margin-bottom:10px;
}
h2{
	font-size:125%;
	border-left:solid 7px #CC0000;
	padding-left:6px;
	margin:0px 0px 10px 0px;
	
}

h3{
    border:solid 1px #999;
	border-right:solid 1px #999;
    padding: 5px;
    border-radius: 5px;
    background: #EFEFEF;
    -moz-border-radius: 5px; /* FF */
    background: -moz-linear-gradient(top,  #EFEFEF,  #E7E7E7); /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#E7E7E7));/* Webkit */
    -pie-background:linear-gradient(top,  #EFEFEF,  #E7E7E7); /* ie */
	color:#333;
    }

table {
	border-width: 1px;
	border-style: none solid solid none;
	border-color: #DAD9C7;
	font-size:85%;
}

table th {
	padding: 7px 3px;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #DAD9C7;
}

table td {
	padding: 7px 3px;
	border-width: 1px;
	border-style: solid none none solid;
	border-color: #DAD9C7;
}

/* 表 (汎用：ヘッダセル) */

table th {
	font-weight: bold;
	text-align: center;
}

table th.h1, table td.h1 {
	background: #F5F4E8;
	padding: 10px 12px;
}

table th.h2, table td.h2 {
	background: #F9F8F1;
	padding: 10px 12px;
}

table th.h3, table td.h3 {
	background: #F0F6FE;
	padding: 10px 12px;
}
table th.h5, table td.h5 {
	background: #FFECEC;
	padding: 10px 12px;
}

/* 表 (レイアウト用) */

table.layout {
	border: none;
}

table.layout.adapt {
	margin-bottom: -15px;
}

table.layout th {
	padding: 0;
	border: none;
}

table.layout td {
	padding: 0;
	border: none;
}

/* 表 (レイアウトデータ用) */

table.layout-data {
	border: none;
}

table.layout-data.adapt {
	margin-bottom: -15px;
}

table.layout-data th {
	padding: 8px 0px;
	border: none;
}

table.layout-data td {
	padding: 8px 0px;
	border: none;
}

/* 2列カラム */

*.col2-l {
	/* 横幅などは必要に応じて定義 */
	float: left;
}

*.col2-r {
	/* 横幅などは必要に応じて定義 */
	float: right;
}

/* 3列カラム */

*.col3 {
	float: left;
}

/* 3列カラム */

#col3 div.col3 {
	width:31%;
	margin-left:18px;
}

/* 遷移付きタイトル用） */
div.titleL {
	text-align: left;
	float: left;
}

div.titleR {
	text-align: right;
}


/* [定ボ] エラー表示 (一覧) */

div.err-list {
	color: #C70210;
	margin: 10px 0;
	padding: 5px 10px;
	border: 1px solid #C70210;
}

div.err-list ul.basic-m li{
	background:none !important;
}

div.err-list div.inner {
	width: 100%px;
}

div.err-list div.col2-l {
	width: 15%;
}

div.err-list div.col2-r {
	width: 85%;
}
input[type="text"]{
	height:2em;
	margin:2px;
	 font-size:18px;
	 padding:0 !important;
}

input[type="tel"]{
	height:2em;
	margin:2px;
	 font-size:18px;
	 padding:0 !important;
}

input[type="password"]{
	height:2em !important;
	margin:2px !important;
	 font-size:18px !important;
	 padding:0 !important;
}

input[type="radio"]{
 margin:0.5em !important;
 font-size:25px !important;
 width:auto !important;
}

/* フロートに後続する流し込みを解除 */


*.no-back{
	background: none !important;
}

*.clear {
	clear: both;
}

div.clear {
	font: 1px/1px sans-serif;
}

div.popup_window{
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	padding:5px 7px 5px 7px;
	background:rgba(255,255,255,0.8);
	width:80%;
	margin:50px auto 0px;
	border:1px #CC0000 solid;
}

body.popup{
	
}

a.tooltip span {
	display:none; 
	padding:2px 3px; 
	margin-left:8px;
	margin-top:20px;
	width:70%;
	background:#ffffff; 
}

a.tooltip span a{
	display:none; 
}
a.tooltip:hover span{
	display:inline; 
	position:absolute;
	right:8px;
	border:1px solid #cccccc; 
	background:#ffffff; 
	color:#6c6c6c;
	z-index:2;
}


ul.basic-l li {
	background: url("/img/common/mkr_basic_l.gif") no-repeat 5px 0.50em;
	margin-top: 0.3em;
	padding-left: 18px;
	font-size: 100%;
	line-height: 140%;
}

ul.notes-l li {
	background: url("/img/common/mkr_notes_l.gif") no-repeat 0px 0.20em;
	margin-top: 0.4em;
	padding-left: 18px;
	font-size: 100%;
	line-height: 140%;
}

ul.notes_red_m li {
	background: url("/img/common/mkr_notes_red_m.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
	font-weight:bold;
	color:#C7000E;
}
ul.notes_red_m_normal li {
	background: url("/img/common/mkr_notes_red_m.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
	font-weight:normal;
	color:#C7000E;
}

ul.notes_red_s_normal li {
	background: url("/img/common/mkr_notes_red_s.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 75%;
	line-height: 140%;
	font-weight:normal;
	color:#C7000E;
}


/* リスト (順序付：フォントサイズ中) */

ol.basic-m {
	padding-left: 32px;
}

ol.basic-m li {
	margin-top: 0.5em;
	font-size: 87.5%;
	list-style-type: decimal;
	line-height: 140%;
}

/* リスト (順不同：フォントサイズ中) */

ul.basic-m li {
	background: url("/img/common/mkr_basic_m.gif") no-repeat 5px 0.50em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
}

ul.notes-m li {
	background: url("/img/common/mkr_notes_m.gif") no-repeat 1px 0.30em;
	margin-top: 0.5em;
	padding-left: 15px;
	font-size: 87.5%;
	line-height: 140%;
}

/* リスト (順序付：フォントサイズ小) */

ol.basic-s {
	padding-left: 32px;
}

ol.basic-s li {
	margin-top: 0.6em;
	font-size: 75%;
	list-style-type: decimal;
	line-height: 140%;
}

/* リスト (順不同：フォントサイズ小) */

ul.basic-s li {
	background: url("/img/common/mkr_basic_s.gif") no-repeat 4px 0.50em;
	margin-top: 0.6em;
	padding-left: 14px;
	font-size: 75%;
	line-height: 140%;
}

ul.notes-s li {
	background: url("/img/common/mkr_notes_s.gif") no-repeat 1px 0.25em;
	margin-top: 0.6em;
	padding-left: 14px;
	font-size: 75%;
	line-height: 140%;
}

/* リスト (順序付：茶色アイコン) */

ol.brown li {
	padding: 12px 0 12px 18px;
	font-size: 87.5%;
	line-height: 140%;
}

ol.brown li.o01 {
	background: url("/img/common/mkr_ol1_01.gif") no-repeat 0 1.15em;
	border-top: 1px dotted #F8F7EF;
}

ol.brown li.o02 {
	background: url("/img/common/mkr_ol1_02.gif") no-repeat 0 1.15em;
	border-top: 1px dotted #CECBCE;
}

ol.brown li.o03 {
	background: url("/img/common/mkr_ol1_03.gif") no-repeat 0 1.15em;
	border-top: 1px dotted #CECBCE;
}

ol.brown li.o04 {
	background: url("/img/common/mkr_ol1_04.gif") no-repeat 0 1.15em;
	border-top: 1px dotted #CECBCE;
}

/* リスト (順序付：アルファベット大文字) */

ol.alpha-u li {
	list-style-type: upper-alpha;
}

/* リスト (順序付：アルファベット小文字) */

ol.alpha-l li {
	list-style-type: lower-alpha;
}

/* リスト (順不同：赤矢印) */

ul.arrow-red li {
	background: url("/img/common/mkr_arrow_red.gif") no-repeat 0 0.35em;
	margin-top: 0.4em;
	padding-left: 14px;
	font-size: 100%;
	line-height: 140%;
}

/* リスト (順不同：赤矢印)  100310追加 */
ul.arrow-red-m li {
	background: url("/img/common/mkr_arrow_red.gif") no-repeat 0 0.35em;
	margin-top: 0.5em;
	padding-left: 14px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}

/* リスト (順不同：濃いグレー矢印) */

ul.arrow-gray1 li {
	background: url("/img/common/mkr_arrow_gray1.gif") no-repeat 0 0.35em;
	margin-top: 0.5em;
	padding-left: 14px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}

/* リスト (順不同：薄いグレー矢印) */

ul.arrow-gray2 li {
	background: url("/img/common/mkr_arrow_gray2.gif") no-repeat 0 0.35em;
	margin-top: 0.5em;
	padding-left: 14px;
	/* 文字サイズなどを変更する場合はクラスを追加 */
	font-size: 87.5%;
	line-height: 140%;
}


dl.table {
	border: 1px solid #ccc;
	background-color: #eee;

	-webkit-box-shadow: 3px 3px 3px #eee;
	-webkit-border-radius: 8px;
}

dl.table dt {
	margin: 0;
	margin-right: -5em;
	margin-top: -1px;
	padding: 0.2em 0  0.2em 0.2em;
	border-top: 1px solid #ccc;
	float: left;
	clear: both;
	display: inline;
	width: 6em;
}

dl.table dt .part{
	padding:0 5px;
}

dl.table dt:nth-of-type(1)  {
	margin-top: 0;
	border-top: none;
}

dl.table dd:nth-of-type(1)  {
	margin-top: 0;
	border-top: none;
	-webkit-border-top-right-radius: 8px;
}

dl.table dd:last-child {
	-webkit-border-bottom-right-radius: 8px;
}

dl.table dd {
	margin-left:6em;
	margin-top: -1px;
	padding: 0.2em 10px;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	background-color: #fff; 
	height:auto;
}

dl.table dd.empty{
	margin-left:6em;
	margin-top: -1px;
	padding: 0.2em 10px;
	border-left: 1px solid #ccc;
	border-top: none;
	background-color: #fff; 
	height:auto;
}
	
dl.table dd.before{
	color:#666;
}

dl.table dt.h4{
	color:#666;
}


/*--------------------
	clearfix
--------------------*/

dl.table {
	/*\*/
	min-height: 1px;
	_height: 1%;
	/* */

	/*\*//*/
	overflow: hidden;
	/**/
}

dl.table:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/* tracking
---------------------------------------------------------- */
#smt-tracking{
	margin:10px 0px;
}

#smt-tracking h3{
	border-top:1px #666 solid;
	border-left:none;
	border-right:none;
	border-bottom:none;
	font-size:120%;
	background: -moz-linear-gradient(top,  #E7E7E7,  #FFF); /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#E7E7E7), to(#FFF));/* Webkit */
    -pie-background:linear-gradient(top,  #E7E7E7,  #FFF); /* ie */
	border-radius: 0px;
    -moz-border-radius: 0px; /* FF */
    -webkit-border-radius: 0px;/* Webkit */
	color:#333;
	
}


hr.normal{ 
	border-top:1px #C00 dotted;
	background:#FFE8E8;
   border-width:1px 0 0 0 !important;
   margin:20px 0px 20px 0px;
   }


.inquiry_number{
	border:#CC0000 solid 1px;
	width:100%;
	text-align:center;
	margin:10px 0px;
	background:#FFF;
}
	.inquiry_number p.title{
		background:#FFE8E8;
		width:100%;
		padding:5px 0px;
	}
	.inquiry_number p.number{
		font-size:150%;
	}
	.inquiry_number p{
		line-height:1;
	}
.btnArea{
	margin:5px auto 20px;
	text-align:center;
}
	.btnArea input{
		margin-right:10px;
		display:block;
	}
input.smtBtn{
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	padding: 8px 30px;
	background: -moz-linear-gradient(top, #CC0000, #9B0000);/* Firefox用 */
	background: -webkit-gradient(linear,left top,left bottom,from(#CC0000),to(#9B0000));/* Safari,Google Chrome用 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #b85f00;
}

input.smtBtn:active{
	background: -moz-linear-gradient(top, #FF9595, #FF6868);/* Firefox用 */
	background: -webkit-gradient(linear,left top,left bottom,from(#FF9595),to(#FF6868));/* Safari,Google Chrome用 */
	border:#9B0000 1px solid;
	color:#333;
}
	input.smtBtnx{
	display: inline-block;
	font-size: 16px;
	color: #333;
	padding: 8px 30px;
	background: -moz-linear-gradient(top, #F7F7F7, #DDD);/* Firefox用 */
	background: -webkit-gradient(linear,left top,left bottom,from(#F7F7F7),to(#DDD));/* Safari,Google Chrome用 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
}

	input.smtBtnx:active{
		background: -moz-linear-gradient(top, #7C7C7C, #A7A7A7);
		background: -webkit-gradient(linear,left top,left bottom,from(#7C7C7Cs),to(#A7A7A7));
		border:#333 1px solid;
		color:#FFF;
	}
	
	button.smtBtn{
	display: inline-block;
	font-size: 16px;
	color: #FFF;
	padding: 8px 30px;
	background: -moz-linear-gradient(top, #CC0000, #9B0000);/* Firefox用 */
	background: -webkit-gradient(linear,left top,left bottom,from(#CC0000),to(#9B0000));/* Safari,Google Chrome用 */
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #b85f00;
	}

	button.smtBtn:active{
		background: -moz-linear-gradient(top, #FF9595, #FF6868);/* Firefox用 */
		background: -webkit-gradient(linear,left top,left bottom,from(#FF9595),to(#FF6868));/* Safari,Google Chrome用 */
		border:#9B0000 1px solid;
		color:#333;
	}


dl.tracking_form{
	margin-bottom:10px;
	margin-top:5px;
}
	dl.tracking_form dt{
		border-top:1px #C00 dotted;
		background:#FFE8E8;
		padding:3px 0 3px 3px;
		margin-top:5px;
	}
	dl.tracking_form dd{
		 /*margin-left: 1.0em; */ 
		padding:5px 0px 6px 0px;
	}
	
	dl.tracking_form table.layout{
		font-size:100%;
	}

input.tracking01{
	background:url(../../img/sp/btn_tracking01.png) no-repeat;
	width:290px;
	height:45px;

}
	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
			input.tracking01{
				background:url(../../img/sp/btn_tracking01_x2.png) no-repeat;
				background-size: 290px 45px;
				width:290px;
				height:45px;
				
			}
			}

/*--------------------
	thickbox
--------------------*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 14px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position:fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=55);
  -moz-opacity: 0.55;
  opacity: 0.55;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 3px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
  -moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:29px;
  -moz-border-radius:8px 8px 0 0;
	-webkit-border-radius:8px 8px 0 0;
	border-radius:8px 8px 0 0;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}


/* ====================================================== */
/* [jQueryMobile yubin-style]                             */
/* ====================================================== */
.ui-bar-y { /* header/footer/btnlisttitle@ */
	border: 1px solid #c0c0c0;
	background: #CC0000;
	color: #FFFFFF;
}

.ui-header {
	display:block;
	text-indent:-9999px;
	background: #CC0000;
	color: #CC0000;
	padding:9px 0;
	background:url(../../img/sp/logo_head.png) center no-repeat #CC0000;
	overflow: visible;
    white-space: normal;
}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.ui-header {
			background:url(../../img/sp/logo_head_x2.png) center no-repeat #CC0000 !important;
			background-size: 127px 26px;
		}
	}
	
.ui-footer {
	display:block;
	text-indent:-9999px;
	background: #CC0000 !important;
	color: #CC0000 !important;
	height:37px;
	padding:13px 0;
	background:url(../../img/sp/logo_foot.png) center no-repeat #CC0000 !important;
	border:none  !important;
	overflow: visible;
    white-space: normal;
	margin-top:10px;
}

	@media only screen and (-webkit-min-device-pixel-ratio: 2) {
		.ui-footer {
			background:url(../../img/sp/logo_foot_x2.png) center no-repeat #CC0000 !important;
			background-size: 123px 19px;
		}
	}


.ui-bar-y, 
.ui-bar-y input, 
.ui-bar-y select, 
.ui-bar-y textarea, 
.ui-bar-y button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-bar-y .ui-link-inherit {
	color: #3E3E3E /*{a-bar-color}*/;
}
.ui-bar-y a.ui-link {
	color: #7cc4e7 /*{y-bar-link-color}*/;
	font-weight: bold;
}
.ui-bar-a a.ui-link:visited {
	color: #2489CE /*{y-bar-link-hover}*/;
}
.ui-bar-y a.ui-link:hover {
	color: #2489CE /*{y-bar-link-hover}*/;
}
.ui-bar-y a.ui-link:active {
	color: #2489CE /*{y-bar-link-active}*/;
}
.ui-body-y,
.ui-overlay-y {
	border: 1px solid 		#ccc /*{y-bup-border}*/;
	background: 			#cc0000 /*{y-bup-background-color}*/;
	font-weight: bold;
	color: 					#444 /*{y-bup-yolor}*/;
	text-shadow: 0 /*{y-bup-shadow-x}*/ 1px /*{y-bup-shadow-y}*/ 1px /*{y-bup-shadow-radius}*/ #f6f6f6 /*{y-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd /*{y-bup-background-start}*/), to(#eee /*{y-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/);
}
.ui-overlay-y {
	background-image: none;
	border-width: 0;
}
.ui-body-y,
.ui-body-y input,
.ui-body-y select,
.ui-body-y textarea,
.ui-body-y button {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
}
.ui-body-y .ui-link-inherit {
	color: #3E3E3E /*{a-bar-color}*/;
}
.ui-body-y .ui-link {
	color: #2489CE /*{a-body-link-color}*/;
	font-weight: bold;
}
.ui-body-y .ui-link:visited {
    color: #2489CE /*{y-body-link-visited}*/;
}
.ui-body-y .ui-link:hover {
	color: #2489CE /*{y-body-link-hover}*/;
}
.ui-body-y .ui-link:active {
	color: #2489CE /*{y-body-link-active}*/;
}
.ui-btn-up-y {
	border: 1px solid 		#ccc /*{y-bup-border}*/;
	background: 			#cc0000 /*{y-bup-background-color}*/;
	font-weight: bold;
	color: 					#444 /*{y-bup-yolor}*/;
	text-shadow: 0 /*{y-bup-shadow-x}*/ 1px /*{y-bup-shadow-y}*/ 1px /*{y-bup-shadow-radius}*/ #f6f6f6 /*{y-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd /*{y-bup-background-start}*/), to(#eee /*{y-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #fdfdfd /*{y-bup-background-start}*/, #eee /*{y-bup-background-end}*/);
}
.ui-btn-up-y:visited,
.ui-btn-up-y a.ui-link-inherit {
	color: 					#2F3E46 /*{y-bup-yolor}*/;
}
.ui-btn-hover-y {
	border: 1px solid 		#bbbbbb /*{y-bhover-border}*/;
	background: 			#dadada /*{y-bhover-background-color}*/;
	font-weight: bold;
	color: 					#101010 /*{y-bhover-yolor}*/;
	text-shadow: 0 /*{y-bhover-shadow-x}*/ 1px /*{y-bhover-shadow-y}*/ 1px /*{y-bhover-shadow-radius}*/ #fff /*{y-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ededed /*{y-bhover-background-start}*/), to(#dadada /*{y-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #ededed /*{y-bhover-background-start}*/, #dadada /*{y-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #ededed /*{y-bhover-background-start}*/, #dadada /*{y-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #ededed /*{y-bhover-background-start}*/, #dadada /*{y-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #ededed /*{y-bhover-background-start}*/, #dadada /*{y-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #ededed /*{y-bhover-background-start}*/, #dadada /*{y-bhover-background-end}*/);
}
.ui-btn-hover-y:visited,
.ui-btn-hover-y:hover,
.ui-btn-hover-y a.ui-link-inherit {
	color: 					#2F3E46 /*{y-bhover-yolor}*/;
}
.ui-btn-down-y {
	border: 1px solid 		#808080 /*{y-bdown-border}*/;
	background: 			#fdfdfd /*{y-bdown-background-color}*/;
	font-weight: bold;
	color: 					#111111 /*{y-bdown-yolor}*/;
	text-shadow: 0 /*{y-bdown-shadow-x}*/ 1px /*{y-bdown-shadow-y}*/ 1px /*{y-bdown-shadow-radius}*/ #ffffff /*{y-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee /*{y-bdown-background-start}*/), to(#fdfdfd /*{y-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #eee /*{y-bdown-background-start}*/, #fdfdfd /*{y-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #eee /*{y-bdown-background-start}*/, #fdfdfd /*{y-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #eee /*{y-bdown-background-start}*/, #fdfdfd /*{y-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #eee /*{y-bdown-background-start}*/, #fdfdfd /*{y-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #eee /*{y-bdown-background-start}*/, #fdfdfd /*{y-bdown-background-end}*/);
}
.ui-btn-down-y:visited,
.ui-btn-down-y:hover,
.ui-btn-down-y a.ui-link-inherit {
	color: 					#2F3E46 /*{y-bhover-yolor}*/;
}
.ui-btn-up-y,
.ui-btn-hover-y,
.ui-btn-down-y {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

/* red button */

.ui-btn-up-r {
	border: 1px solid 		#ccc /*{r-bup-border}*/;
	background: 			#cc0000 /*{r-bup-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{r-bup-yolor}*/;
	text-shadow: 0 /*{r-bup-shadow-x}*/ 1px /*{r-bup-shadow-y}*/ 1px /*{r-bup-shadow-radius}*/ #E00101 /*{r-bup-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E00101 /*{r-bup-background-start}*/), to(#AD0202 /*{y-bup-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient(top, #E00101 /*{r-bup-background-start}*/, #AD0202 /*{r-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient(top, #E00101 /*{r-bup-background-start}*/, #AD0202 /*{r-bup-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient(top, #E00101 /*{r-bup-background-start}*/, #AD0202 /*{r-bup-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient(top, #E00101 /*{r-bup-background-start}*/, #AD0202 /*{r-bup-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient(top, #E00101 /*{r-bup-background-start}*/, #AD0202 /*{r-bup-background-end}*/);
}

.ui-btn-up-r:visited,
.ui-btn-up-r a.ui-link-inherit {
	color: 					#fff /*{r-bup-color}*/;
}
.ui-btn-hover-r {
	border: 1px solid 		#ccc /*{r-bhover-border}*/;
	background: 			#cc0000 /*{r-bhover-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{r-bup-yolor}*/;
	text-shadow: 0 /*{r-bhover-shadow-x}*/ 1px /*{r-bhover-shadow-y}*/ 0px /*{r-bhover-shadow-radius}*/ #E00101 /*{r-bhover-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #AD0202 /*{r-bhover-background-start}*/), to( #E00101 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #AD0202 /*{r-bhover-background-start}*/, #E00101 /*{r-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #AD0202 /*{r-bhover-background-start}*/, #E00101 /*{r-bhover-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #AD0202 /*{r-bhover-background-start}*/, #E00101 /*{r-bhover-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #AD0202 /*{r-bhover-background-start}*/, #E00101 /*{r-bhover-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #AD0202 /*{r-bhover-background-start}*/, #E00101 /*{r-bhover-background-end}*/);
}
.ui-btn-hover-r:visited,
.ui-btn-hover-r:hover,
.ui-btn-hover-r a.ui-link-inherit {
	color: 					#fff /*{r-bhover-color}*/;
}
.ui-btn-down-r {
	border: 1px solid 		#bbb /*{r-bdown-border}*/;
	background: 			#d6d6d6 /*{c-bdown-background-color}*/;
	font-weight: bold;
	color: 					#fff /*{r-bdown-color}*/;
	text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{r-bdown-shadow-y}*/ 0 /*{r-bdown-shadow-radius}*/ #ffffff /*{c-bdown-shadow-color}*/;
	background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{r-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
	background-image: -webkit-linear-gradient( #d0d0d0 /*{r-bdown-background-start}*/, #dfdfdf /*{r-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
	background-image:    -moz-linear-gradient( #d0d0d0 /*{r-bdown-background-start}*/, #dfdfdf /*{r-bdown-background-end}*/); /* FF3.6 */
	background-image:     -ms-linear-gradient( #d0d0d0 /*{r-bdown-background-start}*/, #dfdfdf /*{r-bdown-background-end}*/); /* IE10 */
	background-image:      -o-linear-gradient( #d0d0d0 /*{r-bdown-background-start}*/, #dfdfdf /*{r-bdown-background-end}*/); /* Opera 11.10+ */
	background-image:         linear-gradient( #d0d0d0 /*{r-bdown-background-start}*/, #dfdfdf /*{r-bdown-background-end}*/);
}
.ui-btn-down-r:visited,
.ui-btn-down-r:hover,
.ui-btn-down-r a.ui-link-inherit {
	color: 					#fff /*{r-bdown-color}*/;
}
.ui-btn-up-r,
.ui-btn-hover-r,
.ui-btn-down-r {
	font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
	text-decoration: none;
}

/* Icons
-----------------------------------------------------------------------------------------------------------*/
.ui-icon,
.ui-icon-searchfield:after {
	background: 						#CCC /*{global-icon-color}*/;
	background: 						rgba(204,192,0,.4) /*{global-icon-disc}*/;
	background-image: url(../../img/sp/icons-18-white.png) /*{global-icon-set}*/ !important;
	background-repeat: no-repeat;
	-moz-border-radius: 				9px;
	-webkit-border-radius: 				9px;
	border-radius: 						9px;
}
/* Alt icon color
-----------------------------------------------------------------------------------------------------------*/
.ui-icon-alt {
	background: 						#fff;
	background: 						rgba(255,255,255,.3);
	background-image: url(../../img/sp/icons-18-black.png);
	background-repeat: no-repeat;
}
/* HD/"retina" sprite
-----------------------------------------------------------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-resolution: 240dpi) {

.ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
.ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
.ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
.ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after, 
.ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
background: url(../../img/sp/icons-36-white.png) #CCC;
-moz-background-size: 776px 18px;
-o-background-size: 776px 18px;
-webkit-background-size: 776px 18px;
background-size: 776px 18px;
}
.ui-icon-alt {
background-image: url(../../img/sp/icons-36-black.png);
}
}
/* plus minus */
.ui-icon-plus {
	background-position: 	-0 50%;
}
.ui-icon-minus {
	background-position: 	-36px 50%;
}
/* delete/close */
.ui-icon-delete {
	background-position: 	-72px 50%;
}
/* arrows */
.ui-icon-arrow-r {
	background-position: 	-108px 50%;
}
.ui-icon-arrow-l {
	background-position: 	-144px 50%;
}
.ui-icon-arrow-u {
	background-position: 	-180px 50%;
}
.ui-icon-arrow-d {
	background-position: 	-216px 50%;
}
/* misc */
.ui-icon-check {
	background-position: 	-252px 50%;
}
.ui-icon-pc {
	background-position: 	-288px 50% !important;
}
.ui-icon-refresh {
	background-position: 	-324px 50%;
}
.ui-icon-forward {
	background-position: 	-360px 50%;
}
.ui-icon-back {
	background-position: 	-396px 50%;
}
.ui-icon-grid {
	background-position: 	-432px 50%;
}
.ui-icon-star {
	background-position: 	-468px 50%;
}
.ui-icon-alert {
	background-position: 	-504px 50%;
}
.ui-icon-info {
	background-position: 	-540px 50%;
}
.ui-icon-home {
	background-position: 	-576px 50%;
}
.ui-icon-search,
.ui-icon-searchfield:after {
	background-position: 	-612px 50%;
}
.ui-icon-checkbox-off {
	background-position: 	-684px 50%;
}
.ui-icon-checkbox-on {
	background-position: 	-648px 50%;
}
.ui-icon-radio-off {
	background-position: 	-756px 50%;
}
.ui-icon-radio-on {
	background-position: 	-720px 50%;
}
/* checks,radios */
.ui-checkbox .ui-icon {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.ui-icon-checkbox-off,
.ui-icon-radio-off {
	background-color: transparent;	
}
.ui-checkbox-on .ui-icon,
.ui-radio-on .ui-icon {
	background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
}
/* loading icon */
.ui-icon-loading {
	background-image: url(../../img/sp/ajax-loader.png);
	width: 40px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	background-size: 35px 35px;
}

/* display none*/
#display_none div{
    display:none;
}
