          @charset "utf-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html {
	width:100%;
	height:100%;
	font-size:62.5%;
}
body {
	width: 100%;
	height: 100%;
	font-size: 1.0rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #8FC31F;
}
#wrapper {
	width:100%;
	height:100%;
}
#main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
.main {
	width:1000px;
	margin-left:auto;
	margin-right:auto;
}
/*ヘッダ*/
#header {
	width: 100%;
	height: 60px;
	background-color: #336600;
	z-index:9999;
}
.header_navi {
	width: 1000px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.header_navi ul {
	margin: 0px;
	padding: 0px;
	float:left;
	}
.header_navi ul li {
	width: 166px;
	height: 50px;
	display: inline;
	float:left;
	text-align: center;
	margin-right: 3px;
	border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;
}
.header_navi ul li p {
	margin: 0px;
	padding:0px;
	display: table-cell;
	vertical-align: middle;
	width: 166px;
	height: 50px;
}
.header_navi ul li a {
	width: 166px;
	height: 50px;
	font-size: 1.4rem;
	line-height: 105%;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	display: block;
	background-color: #8FC31F;
	border-radius:3px 3px 0px 0px;
	-webkit-border-radius:3px 3px 0px 0px;
	-moz-border-radius:3px 3px 0px 0px;

}
.header_navi ul li a:hover {
	background-color: #9FDB24;
}
#header .logo {
	width: 151px;
	height:50px;
	float:right;
}
/*トップ*/
#top_area {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
}
#top_area .top {
	width: 100%;
	height: 433px;
	background-image: url(/uploads/portal_lpcms/images/pc/lalaport_toyosu/top_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-origin: border-box;
	position:relative;
}
#top_area .top .top_qr {
	width: 114px;
	height: 114px;
	position: absolute;
	top: 193px;
	left: 331px;
	background-color: #FFF;
	box-shadow: inset 1px 1px 2px #999;
	-webkit-box-shadow: inset 1px 1px 2px #999;
	-moz-box-shadow: inset 1px 1px 2px #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 2px;
	padding-left: 2px;
}
#top_area .top_url_send {
	position:absolute;
	width:280px;
	height:65px;
	bottom:7px;
	left:248px;
	font-size:1.4rem;
	color:#FFF;
	font-weight:bold;
	text-align:center;
	line-height:120%;
	}
.top h1 {
	margin:0px;
	padding:0px;	
}
.top .m_title {
	position:absolute;
	left:252px;
	top:15px;
	color:#FFF;
	line-height:215%;
}
.top .m_title .sub {
	font-size:2.6rem;
}
.top .m_title .main {
	font-size:6.0rem;
}
.top .top_redtext {
	position:absolute;
	bottom:20px;
	left:10px;
	width:221px;
	text-align:center;
	font-size:2.6rem;
	line-height:100%;
	font-weight:bold;
	color:#B20000;
}
.top .url_button {
	width: 280px;
	height: 44px;
	background-image: url(/uploads/portal_lpcms/images/pc/lalaport_toyosu/top_url_send.png);
	line-height: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	font-size:1.8rem;
	}
.top .url_button a {
	width:280px;
	height:44px;
	display:block;
	color:#FFF;
	text-decoration:none;
}
.top .url_button a:hover {
	text-decoration:underline;
}
/*トップしたの丸*/
#top_sub {
	width:1000px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	z-index:11;
}
#top_sub ul.point {
	margin-left:auto;
	margin-right:auto;
	padding:0px;
	width:980px;
}
#top_sub ul.point li {
	width:105px;
	height:105px;
	margin-left: 7px;
	margin-right: 6px;
	padding: 0px;
	color:#FFF;
	border:2px solid #FFF;
	float:left;
	display:table;
	border-radius:55px;
	-webkit-border-radius:55px;
	-moz-border-radius:55px;
	font-size:1.5rem;
	font-weight:bold;
	text-align:center;
	line-height:115%;
	list-style:none;
}
#top_sub ul.point li span {
	display:table-cell;
	vertical-align:middle;
}
#top_sub ul.point li.red {background-color:#FF4D4D;}
#top_sub ul.point li.orange {background-color:#FF9326;}
#top_sub ul.point li.yellow {background-color:#FFC926;}
#top_sub ul.point li.green {background-color:#C960FF;}
#top_sub ul.point li.skyblue {background-color:#00BFFF;}
#top_sub ul.point li.blue {background-color:#7396FF;}
#top_sub ul.point li.pink {background-color:#FF26FF;}
#top_sub ul.point li.d_green {background-color:#85B200;}
/*EPARKって何？*/
#what {
	clear: both;
	z-index: 0;
	width: 1000px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#what h2 {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size:3.0rem;
	font-weight:bold;
	line-height:60px;
	text-indent:15px;
}
#what .title {
	width:100%;
	height:55px;
	background-color:#FFC926;
}
#what .main {
	width:auto;
	height:auto;
	background-color:#FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:2.0rem;
}
#what .main p {
	width:100%;
	margin:0px;
	padding:0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#what .main p .orange_bold {
	color:#FF9226;
	font-weight:bold;
}
#what .main p .sub_title {
	font-size:2.8rem;
}
#what .main p.three_point {
	margin:0px;
	margin-top:15px;
	margin-bottom:15px;
	}
#what .main p.three_point img {
	float:left;
	margin-right:10px;
}
#what .main .what_bottom {
	width:100%;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}
/*どんなお店でつかえるの？*/
#shop {
	z-index: 0;
	width: 500px;
	height: auto;
	float:left;
	padding: 20px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#shop h2 {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size:2.3rem;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
}
#shop .title {
	width:100%;
	height:45px;
	background-color:#FFC926;
}
#shop .main {
	width:100%;
	height:290px;
	background-color:#FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.6rem;
}
#shop .main p {
	width:100%;
	margin-top:0px;
	margin-bottom:20px;
}
#shop .main .andmore {
	width:100%;
	text-align:center;
	margin-top:20px;
}
/*こんなときに便利*/
#benri {
	z-index: 0;
	width: 500px;
	height: auto;
	float:left;
	padding: 20px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#benri h2 {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size:2.3rem;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
}
#benri .title {
	width:100%;
	height:45px;
	background-color:#FFC926;
}
#benri .main {
	width:100%;
	height:290px;
	background-color:#FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.6rem;
}
#benri .main p {
	width:100%;
	height:41px;
	margin-top:0px;
	margin-bottom:10px;
}
#benri .main p img {
	float: left;
	margin-right: 10px;
	clear:right;
}
#benri .main .andmore {
	width:100%;
	text-align:center;
	margin-top:0px;
}
/*EPARKがつかえるお店*/
#use {
	z-index: 0;
	width: 100%;
	height: auto;
	float:left;
	padding: 20px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#use h2 {
	margin:0px;
	padding-top:15px;
	font-size:2.8rem;
	font-weight:bold;
	text-align:center;
}
#use .title {
	width:100%;
	height:54px;
	background-color:#FFF;
}
#use .main {
	width:100%;
	height:auto;
	background-color:#FFF;
	padding: 20px 20px 10px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.6rem;
	margin-bottom:10px;
}
#use .main ul {
	width:890px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
}
#use .main ul li {
	width:160px;
	height:170px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:10px;
	padding:3px;
	display:inline;
	float:left;
	border:1px dotted #ccc;
	font-size:1.4rem;
	text-align:center;
	font-weight:bold;

}
#use .main ul li img {
	vertical-align:bottom;
	width:130px;
	
}
#use .main ul li a {
	color: #333;
	text-decoration: none;
}
#use .main ul li a:hover {
	color: #FF0000;
	text-decoration:underline;
}
/*こんなときに便利*/
#voice {
	z-index: 0;
	width: 1000px;
	height: auto;
	padding: 10px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	clear:both;
	position:relative;
}
#voice h2 {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size:2.8rem;
	font-weight:bold;
	line-height:50px;
	text-align:center;
}
#voice .title {
	width:100%;
	height:45px;
	background-color:#FFC926;
}
#voice .main {
	width:100%;
	height:auto;
	background-color:#FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.6rem;
	margin-bottom:20px;
}
#voice .main .use_v_l {
	width: 100%;
	height: 110px;
	background-image: url(/uploads/portal_lpcms/images/pc/lalaport_toyosu/fuki_l.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin-bottom:20px;
}
#voice .main .use_v_r {
	width:100%;
	height:110px;
	background-image: url(/uploads/portal_lpcms/images/pc/lalaport_toyosu/fuki_r.png);
	background-position: left center;
	background-repeat: no-repeat;
	margin-bottom:20px;
}
#voice .main .user_l {
	float:left;
	width:95px;
	height:110px;
	margin-right:15px;
	text-align:center;
	font-weight:bold;
}
#voice .main .user_r {
	float:right;
	width:95px;
	height:110px;
	text-align:center;
	font-weight:bold;
}
#voice .main .voice_text {
	width:750px;
	float:left;
	margin-top:35px;
	margin-left:35px;
}
.mid_url_send {
	width:100%;
	height:auto;
	text-align:center;
	margin-top:20px;
	margin-bottom:0px;
}
/*会員登録のしかた*/
#flow {
	z-index: 0;
	width: 1000px;
	height: auto;
	padding: 0px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position:relative;
}
#flow h2 {
	margin:0px;
	padding:0px;
	color:#333;
	font-size:2.3rem;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
}
#flow .title {
	width:100%;
	height:45px;
	background-color:#FFF;
}
#flow .main {
	width:100%;
	height:auto;
	background-color:#FFF;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.4rem;
}
#flow .main .text_red {
	color:#D80000;
	}
/*プロフィール*/
#profile {
	z-index: 16;
	width: 1000px;
	height: auto;
	padding: 20px 10px 0px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#profile h2 {
	margin:0px;
	padding:0px;
	color:#FFF;
	font-size:2.3rem;
	font-weight:bold;
	line-height:50px;
	text-indent:15px;
}
#profile .title {
	width:100%;
	height:45px;
	margin-bottom:25px;
}
#profile .main01 {
	width:980px;
	height:auto;
	background-color:#FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.3rem;
	position:relative;
	margin-bottom:55px;
	margin-left:auto;
	margin-right:auto;
}
#profile .main01 .cara {
	width:115px;
	height:auto;
	position:absolute;
	bottom:-20px;
	left:20px;
}
#profile .main01 .cara_name {
	font-size:2.0rem;
	font-weight:bold;
}
#profile .main01 .prof_text {
	float:right;
	width:790px;
}
#profile .main02 {
	width:480px;
	height:auto;
	background-color:#FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.3rem;
	position:relative;
	margin-bottom:30px;
	margin-right:20px;
	margin-left:0px;
}
#profile .main02 .cara {
	width:106px;
	height:auto;
	position:absolute;
	bottom:-20px;
	left:20px;
}
#profile .main02 .cara_name {
	font-size:2.0rem;
	font-weight:bold;
}
#profile .main02 .prof_text {
	float:right;
	width:300px;
}
#profile .main03 {
	width:480px;
	height:auto;
	background-color:#FFF;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:1.3rem;
	position:relative;
	margin-bottom:30px;
	margin-right:0px;
	margin-left:0px;
}
#profile .main03 .cara {
	width:106px;
	height:auto;
	position:absolute;
	bottom:-20px;
	left:20px;
}
#profile .main03 .cara_name {
	font-size:2.0rem;
	font-weight:bold;
}
#profile .main03 .prof_text {
	float:right;
	width:300px;
}
#footer {
	width:auto;
	height:auto;
	padding-bottom:20px;
	padding-left:10px;
	}
.pos {
	position:absolute;
	top:-60px;
}
.pos2 {
	position:absolute;
	top:-70px;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#fff;}
#colorbox{outline:0;}
    #cboxContent{margin-top:32px; overflow:visible; background:#000;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(/uploads/portal_lpcms/images/pc/lalaport_toyosu/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(/uploads/portal_lpcms/images/pc/lalaport_toyosu/controls.png) no-repeat 0 0;}
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious:hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext:hover{background-position:-25px -25px;}
        #cboxClose{background-position:-50px 0px; right:0;}
        #cboxClose:hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}
        