@charset "UTF-8";

/* Common Classes
----------------------------------------------------- */

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	overflow: hidden; /* modified */
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.hide {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute; /* for benefit of IE5 Mac */
}


body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #e64c8c;
	font-size: 16px;

}

section, hgroup, nav, article, aside, header, footer {
	display: block;
}

img {
	border:0;
}

a {
	color: #06c;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

hr {
	display: none;
}

/* Header
----------------------------------------------------- */

header {
	display: block;
	position: fixed;
	z-index: 200;
	top: 0;
	left: 0;
	height: 40px;
	width: 100%;
	color: #fff;
	overflow: hidden;
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header-inner {
	
	width: 100%;
	height: 39px;
	padding-top: 0px;
	background-color: #e56c91;
	background-image: url(../images/header_inner_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#header-wrapper {
	height:38px;
	margin: 0 auto;
	width: 980px;
	position: relative;
}

h1 {
	position: relative;
	float: left;
	width: 111px;
	height: 36px;
	margin: 1px 0 0 0;
}


h1 a {
	outline:0;
}

#gicn {
	position: absolute;
	top:0px;
	right: 0;
	z-index: 100;
	margin: 0;
	width: 60px;
	height: 29px;
	padding: 10px 0px 0px 10px;
	background-image: url(../images/gnav_div.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#gicn a {

	margin: 0 2px;
}


#gnav {
	position: relative;
	float:right;
	display: block;
	margin: 0 70px 0 0;
	padding: 0;
	list-style-type: none;
	height: 39px;
	top:0px;
	font-size: 0;
	/*border-left: solid 1px #d66587;*/
}


#gnav li {
	display: inline-block;
	margin: 0 -1px 0 0;
	padding: 0;
	line-height: 39px;
}

*:first-child+html #gnav li {
	display: inline;
}

#gnav li a {
	display: block;
	height: 39px;
	line-height: 39px;
	padding: 0 15px;
	margin: 0 0px;
	color: #fff;
	text-decoration: none;
	background-image: url(../images/gnav.png);
	background-repeat: no-repeat;
	text-indent: -10000px;
	outline:0;
	position: relative;
}

.pc #gnav:before,
.pc #gnav li a:before {
	content:"";
	position: absolute;
	top:0;
	left: 0;
	width: 1px;
	height: 39px;
	background-image:url(../images/gnav_div.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.pc #gnav li a:after {
	content:"";
	position: absolute;
	top:0;
	right: 0;
	width: 1px;
	height: 39px;
	background-image:url(../images/gnav_div.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#gnav-about a { width:68px; background-position: center 0px;}
#gnav-news a { width:68px; background-position: center -40px;}
#gnav-ticket a { width:68px; background-position: center -80px;}
#gnav-theater a { width:62px; background-position: center -120px;}
#gnav-trailer a { width:92px; background-position: center -160px;}
#gnav-download a { width:86px; background-position: center -200px;}
#gnav-dvd a { width:92px; background-position: center -120px;}


#gnav li:hover {
	background-image: url(../images/gnav.png);
	background-position: center -280px;
	background-repeat: repeat-x;
}

.index li#gnav-index,
.about li#gnav-about,
.news li#gnav-news,
.theater li#gnav-theater,
.trailer li#gnav-trailer,
.download li#gnav-download,
.dvd li#gnav-dvd {
	background-image: url(../images/gnav.png);
	background-position: 0 -240px;
	
}


.index li#gnav-index:hover,
.about li#gnav-about:hover,
.news li#gnav-news:hover,
.theater li#gnav-theater:hover,
.trailer li#gnav-traile:hover,
.download li#gnav-download:hover,
.dvd li#gnav-dvd:hover {
	background-position: center -240px;
}

.index li#gnav-index a,
.about li#gnav-about a,
.news li#gnav-news a,
.theater li#gnav-theater a,
.trailer li#gnav-trailer a,
.download li#gnav-download a,
.dvd li#gnav-dvd a {
	cursor: default;
	/*border-left: solid 1px transparent;
	border-right: solid 1px transparent;*/
}


/* Main
----------------------------------------------------- */
#body {
	background-color: #f7f9f8;
	padding-bottom: 5px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
#wrapper {
	width: 980px;
	margin: 0 auto;
	padding-top: 50px;
	position: relative;
	margin-bottom: 0px;
	
}

#main {
	position: relative;
	float: left;
	width: 650px;
	background-color: #fff;
	padding: 9px;
	min-height: 500px;
	border:solid 1px #f0f0f0;
}


.index #main {
	position: relative;
	float: none;
	border: 0;
	width: 980px;
	height: 640px;
	padding: 0;
	margin-bottom: 10px;
}



.theater.info #main,
.news.info #main,
.trailer.info #main,
.download.info #main  {
	padding-bottom: 390px;
	background-image: url(../images/info-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.about #main,
.special #main {
	background: none;
	border: 0;
	padding: 0;
	width:100%;
}

.info #main-header {
	position: relative;
	margin: -15px 0 0 0;
	padding: 0 15px 0 0px;
	height: 42px;
	border-bottom: solid 3px #de527f;
	background-repeat: no-repeat;
	background-position: top right;
	background-image: url(../images/h2_main_bg.png);
	background-position: 98% bottom;
}

.about #main-header {
	margin: -25px 0 0 0;
	height: 52px;
	border-bottom: solid 3px #de527f;
	background-repeat: no-repeat;
	background-position: top right;
}



.special #main-header {
	margin: 15px 0 0 0;
	border:none;
}



.info #main h2,
.about #main h2 {
	margin-top: 30px;
	font-size: 16px;
	line-height: 16px;
	color: #de527f;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", serif;
	float:left;
	width: 30%;
}

.info #main h2 {
	margin-top: 20px;
}

.special #main h2 {
	position: relative;
	margin: 0;

}

.special.diary #main h2 {
	top: -15px;
	zoom:1;
}



.info #main h2 a,
.about #main h2 a {
	color: #A15E79;
}

.info #main h2 a:hover,
.about #main h2 a:hover {
	color: #06c;
	text-decoration: underline;
}

#main h2 .raquo,
.bread .raquo {
	display: block;
	position: relative;
	float: left;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 2px;
	text-indent: -10000px;
	background-repeat: no-repeat;
}

#main h2 .raquo:before,
.bread .raquo:before {
	content: "";
	display: block;
	position: absolute;
	top:2px;
	left: 7px;
	width:0px;
	height: 0px;
	border-left: solid 6px #f4bdd0;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
}

#main h2 .raquo:after,
.bread .raquo:after {
	content: "";
	display: block;
	position: absolute;
	top:4px;
	left: 7px;
	width:0px;
	height: 0px;
	border-left: solid 4px #ffffff;
	border-top: solid 4px transparent;
	border-bottom: solid 4px transparent;
}

.about #main h2 .raquo:after,
.special .bread .raquo:after {
	border-left-color: #f7f9f8;
}



#main h2 .home,
.bread .home {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
	background-image: url(../images/home.png);
	background-position: 0 0;
	text-indent: -10000px;
	background-repeat: no-repeat;
}

#main h2 .home:hover,
.bread .home:hover {
	background-position: 0 -16px;
}

.info #main h2 .here,
.about #main h2 .here {
	display: block;
	height: 16px;
	line-height: 16px;
	float: left;


}



#snav {
	position: relative;
	float:right;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 24px;
	top:17px;
	font-size: 0;
	text-align: right;
	width: 70%;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", serif;	
}


#snav li {
	font-size:13px;
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-left: 0px;
	line-height: 38px;
}

*:first-child+html #snav li {
	display: inline;
}


#snav li a {
	position: relative;
	display: block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	margin: 0 0px;
	color: #A15E79;
	text-decoration: none;
	outline:0;

}

.introduction #snav-introduction a,
.story #snav-story a,
.cast #snav-cast a,
.staff #snav-staff a,
.themesong #snav-themesong a,
#snav li a:hover {
	color:#de527f
}

.introduction #snav-introduction a:before,
.story #snav-story a:before,
.cast #snav-cast a:before,
.staff #snav-staff a:before,
.themesong #snav-themesong a:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -10px;
	border-bottom: solid 10px #de527f;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}

.introduction #snav-introduction a:after,
.story #snav-story a:after,
.cast #snav-cast a:after,
.staff #snav-staff a:after,
.themesong #snav-themesong a:after {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -6px;
	border-bottom: solid 6px #f7f9f8;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}



/* Sub
----------------------------------------------------- */

#sub {
	position: relative;
	float: right;
	width: 300px;
	margin-bottom: -10px;
}

.pc.index #sub {
	float: none;
	width: 980px;
}

#sub .col {
	border:solid 1px #f0f0f0;
	padding: 9px;
	background-color: #fff;
	margin-bottom: 10px;
	/*-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.1);*/
	overflow: hidden;
}



#topics {
	position: relative;
}

.col h2 {
	margin: 0;
	line-height: 1;
	font-size: 16px;
	margin-bottom: 6px;
	height: 16px;
	overflow: hidden;
	text-indent: -10000px;
	background-repeat: no-repeat;
	background-position: left center;
}

.col h2.hl {
	margin-top: -2px;
	background-image: url(../images/h2_newsfeed.gif);
}

.col h2.tp {
	margin-top: 8px;
	background-image: url(../images/h2_topics.gif);
}

.pc .col h2.bb {
	display: none;
}


#sns-links {
	position: absolute;
	top:8px;
	right: 10px;
	margin: 0;
	font-size: 11px;
	line-height: 16px;
}

#sns-links a {
	margin-left: 5px;
}

.col-inner {
	position: relative;
	display: block;
	padding: 6px;
	border: solid 1px #f4bed1;
	height: 197px;
}

.col-inner:before {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	top:-6px;
	left: 24px;
	border-bottom: solid 6px #f4bdd0;
	border-left: solid 6px transparent;
	border-right: solid 6px transparent;
}


.col-inner:after {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	top:-4px;
	left: 26px;
	border-bottom: solid 4px #ffffff;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
}


.col .scroll-pane,
.pane {
	height: 197px;
	overflow: hidden;
}

.col .scroll-pane a {
	word-break: break-all
}

.pane.load {
	background-image: url(../images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.pane ul,
.pane p {
	display: block;
	font-size: 12px;
	padding: 0;
	margin: 0 0 -1em 0;
	list-style-type: none;
	color: #444;
}

#headline-inner .pane ul {
	margin: 0 0 -0.5em 18px;
	list-style-type: disc !important;
	color: #e85995;
}

.pane p {
	color: #ccc;
}

.pane ul li {
	background-color: #fff !important;
	background-position: 0 1px !important;
	background-repeat: no-repeat !important;
	margin-bottom: 1px !important;
	padding: 0px 0px 1em 30px;
}

#headline-inner .pane ul li {
	padding: 0px 0px 0.5em 0px;
	list-style-type: disc !important;
}

.pane ul li span {
	color: #444;
}


.pane ul li.twitter {
	background-image: url(../images/icon_twitter_avatar.gif);
}

.pane ul li.facebook {
	background-image: url(../images/icon_facebook.gif);
}

.pane ul li a.date {
	color: #333;
}

.pane ul li a.date:hover {
	color: #06c;
}

.pc.index #banner {
	overflow: visible;
}

#banner-btn {
	overflow: hidden;
	margin: -10px -11px -10px 0;
	padding-top: 10px;
	zoom:1;
}

.pc.index #banner-btn {
	overflow: visible;
	margin: -9px -11px 0px 0;
	padding-top: 10px;
	zoom:1;	
}

#banner-btn a,
#banner-btn span.qr {
	display: block;
	position: relative;
	width: 125px;
	height: 125px;
	border:solid 5px #f4bed1;
	float: left;
	margin: 0 10px 10px 0;
	zoom:1;
	font-size: 0;
	
}

.pc.index #banner-btn a,
.pc.index #banner-btn span.qr {
	border-width:2px;
	margin: 0px 8px 1px 1px;
}

#banner-btn a:hover {
	border-color: #f0a6c1;
}

#banner-btn span.qr .before {
	/*content: "";*/
	display: block;
	position: absolute;
	top: -20px;
	right: -23px;
	width: 37px;
	height: 37px;
	background-image: url(../images/qrbadge.png);
	z-index: 100;
}



#banner-btn a.new .before {
	/*content: "";*/
	display: block;
	position: absolute;
	top: -15px;
	right: -15px;
	width: 32px;
	height: 32px;
	background-image: url(../images/newbadge.png);
	z-index: 50;
}

.pc.index #banner-btn a.new .before {
	top: -12px;
	right: -12px;
}


#banner-btn .soon {
	display: block;
	position: relative;
	width: 135px;
	height: 135px;
	float: left;
	margin: 0 10px 10px 0;
	zoom:1;
	background-color: #fcf5f8;
	background-image: url(../images/comingsoon.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.fb-like-box {
	background-color: #fff;
}

/* twitter headline */

#widget {
	position: absolute;
	right: 8px;
	top:8px;
	width: 300px;
}

#widget2 {
	position: absolute;
	left: 3px;
	top:65px;
	width: 300px;
}

#thl {
	position: absolute;
	top:0;
	right: 80px;
	opacity: 0.95;
	width: 286px;
	border:solid 2px #EE78A0;
	background-color: transparent;
	font-size: 12px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	border-radius: 2px;
	margin-bottom: 5px;
	
}

#thl-header {
	position: relative;
	background-color: #EE78A0;
	height: 18px;
	background-image: url(../images/thl_logo.png);
	background-position: 2px 1px;
	background-repeat: no-repeat;
	
}

#thl-header .before {
	position: absolute;
	left: 4px;
	bottom:0px;
	border-bottom: solid 3px #ffffff;
	border-left: solid 3px transparent;
	border-right: solid 3px transparent;
}

.thl-btn {
	position: absolute;
	width: 12px;
	height: 12px;
	top:2px;
	background-image: url(../images/thl_btn.png);
	background-repeat: no-repeat;
	background-position: 0 -12px;
	cursor: default;
}

.thl-btn.enabled.hover {
	opacity: 0.8;
	
}

.thl-btn.enabled {
	opacity: 0.6;

	cursor: pointer;
}

#thl-prev {
	right:36px;
	background-position: 0 -12px;
}


#thl-prev.enabled {
	background-position: 0 0;
}

#thl-next {
	right:19px;
	background-position: -12px -12px;
}

#thl-next.enabled {
	background-position: -12px 0;
}

#thl-close {
	right:2px;
	background-position: -24px -12px;
}


#thl-close.enabled {
	background-position: -24px 0;
}

#thl-inner {
	/*background-color: white;*/
	background-image: url(../images/white.png);
	padding: 5px;
	color: #333;
	min-height: 50px;
	overflow: hidden;
}

#thl-inner.load {
	background-image: url(../images/ajax-loader-s.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

#thl ul,
#thl p {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color : #333;
	text-overflow: ellipsis;
	font-size: 11px;
	line-height: 1.5;
}

#thl ul li {
	display: none;
}

#thl a.date {
	color: #333;
}

#bnr {
	float: right;
	
}

#bnr img {
	display: block;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.5);
	margin: 0 0 5px 0;

}

.pc #bnr img {
	width: 74px;
	height: 74px;
	margin: 0 0 4px 0;
}

.pc #bnr2 {
	width: 125px;
}

.pc #bnr2 img {
	zoom:1;
	margin: 0 0 -40px 0;
}


/* news headline*/

#nhl {
	position: relative;
	background-color: #fff;
	margin-bottom: 10px;
	height: 23px;
	width: 980px;
	background-image: url(../images/nhl_h2.gif);
	background-position: left top;
	background-repeat: no-repeat;
}

#nhl-header {
	position: absolute;
	top:0;
	left: 0;
	width: 77px;
	height: 23px;
	text-indent: -9999px;
	
}

#nhl-inner {
	height: 17px;
	border: solid 1px #f4bed1;
	background-color: white;
	width: 898px;
	padding: 2px;
	position: absolute;
	right: 0;
	font-size: 14px;
	line-height: 18px;
	zoom:1;
}

#nhl-inner.load {
	background-image: url(../images/ajax-loader-s.gif);
	background-repeat: no-repeat;
	background-position: 2px center;
}

#nhl-inner .before {
	position: absolute;
	width: 0;
	height: 0;
	top:4px;
	left: -6px;
	border-right: solid 6px #f4bed1;
	border-top: solid 6px transparent;
	border-bottom: solid 6px transparent;
}

#nhl-inner .after {
	position: absolute;
	width: 0;
	height: 0;
	top:5px;
	left: -5px;
	border-right: solid 5px #ffffff;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}

#nhl ul {
	display: block;
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
	height: 18px;
	overflow: hidden;
	color : #333;
	text-overflow: ellipsis;
}

#nhl ul li {
	display: none;
	white-space: nowrap;
	line-height: 18px;
}

#dvdbnr {
	margin: -4px 0 -4px 0;
}
/* Footer
----------------------------------------------------- */

#fbanner {
	display: block;
	padding-top: 10px;
	clear: both;
	line-height: 0;
	font-size: 0;
	margin-right: -10px;
}

#fbanner a {
	background-color: #f0f0f0;
	display: inline-block;
	width: 118px;
	height: 30px;
	margin: 0 5px 5px 0;
}

*:first-child+html #fbanner a {
	display: inline;
}


#fbanner a.b img {
	display: block;
	position: absolute;
	width: 118px;
	height: 30px;
	clip:rect(1px 117px 29px 1px);
}

#to_top {
	clear: both;
	display: block;
	cursor: pointer;
	width: 980px;
	text-align: right;
	margin:0;
	padding: 10px 0 0 0;
	line-height: 1;
}

#to_top a {
	display: block;
	float: right;
	height: 15px;
	font-size: 10px;
	line-height: 15px;
	overflow: hidden;
	padding: 0 3px;
	overflow: hidden;
	background-color: #f4bed1;
	border-bottom: 0;
	color: #e64c8c;
	text-decoration: none;
}

footer {
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative;
	clear: both;
	margin: 0;
	padding: 10px 0 5px 0;
	text-align: center;
	font-size: 11px;
	color: #4466aa;	
}

#footer-inner {
	width: 980px;
	margin: 0 auto;
}
footer p {
	margin: 0.5em 0;
}

footer p#credit {
	font-size:9px;
	margin: 0 0 0 0;
}

footer p#credit em {
	font-size: 12px;
	font-style: normal;
}


footer p#roadshow {
	margin: 0;
	font-size: 24px;
}

footer p#roadshow .small {
	font-size: 16px;
}


footer p.terms {
	width: 45%;
	float: right;
	margin: 2px 0 0 0;
	text-align: right;
	line-height: 13px;
}

footer p.terms .copy {
	margin-left: 1em;
}


footer p.terms .kadokawa {
	margin-left: 1.5em;
}

footer p.terms img {
	line-height: 0;
	vertical-align: top;
}

*:first-child+html footer p.terms img {
	vertical-align: middle;
}


footer p.terms a {
	margin: 0 0.5em;
}

footer #social {
	float: left;
	width: 55%;
	margin: 0;
	text-align: left;	
}

footer #social .twitter,
footer #social .facebook,
footer #social .google,
footer #social .mixi {
	display: inline-block;
	height: 24px;
	vertical-align: top !important;
	
}

*:first-child+html footer #social * {
	display: inline;
}

footer #social .twitter,
footer #social .facebook,
footer #social .google {
	width: auto;
	margin-right: -15px;
	font-size: 0;
}

footer #social .twitter iframe {
	width: 135px !important;
}

footer #social .facebook {
	width: 135px !important;
}


/* Main Content
----------------------------------------------------- */

.info #main-content {
	clear: both;
	padding: 10px 15px;
	color: #444;
}

*:first-child+html .info #main-content {
	padding-top: 15px
}

.about #main-content {
	clear: both;
	padding: 15px 50px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "メイリオ", "ＭＳ Ｐ明朝", serif;
	background-image: url(../images/main-content-bg.gif);
	min-height:400px;
	color: #de527f;
	margin-bottom: 50px;
}

*:first-child+html .about #main-content {
	padding-top: 30px
}


.special #main-content {
	clear: both;
	margin-top: -340px;
	padding: 15px 45px;
	padding-top: 360px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", serif;
	background-image: url(../images/main-content-bg.gif);
	min-height:400px;
	color: #de527f;
}

*:first-child+html .special #main-content {
	padding-top: 370px
}

.special.game #main-content {
	padding: 0;
	margin:20px 0;
}

*:first-child+html .special.game #main-content {
	padding-top: 0px
}

#flashcontent {
	outline: 0;
	height: 620px;
	width: 980px;
}

/* About The Movie
----------------------------------------------------- */

.about .box {
	position: relative;
	padding: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 2px #de527f;
	
	margin-bottom: 20px;
	background-color: white;
	color: #de527f;
	zoom:1;
}

.about .box.alt {
	margin-top: -10px;
	border:solid 2px #1B79C0;
	color: #1B79C0;
	margin-left:320px;
	margin-right:10px;
}


.about .box.alt:before {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	left: -10px;
	top: 15px;
	border-right: solid 10px #1b79c0;
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
}


.about .box.alt:after {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	left: -7px;
	top: 17px;
	border-right: solid 8px #fff;
	border-top: solid 8px transparent;
	border-bottom: solid 8px transparent;
}


.about .box.odd {
	margin-left:340px;
	margin-right:50px;
}

.about.themesong .box.odd {
	margin-left:300px;
	margin-right:30px;
	margin-bottom: 30px;
}

.about.staff .box.odd {

	margin-bottom: 50px;
}
.about .box.even {
	margin-left:50px;
	margin-right:340px;
}

.about .box h3 {
	font-size: 18px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", serif;
	margin: -8px 0 0.5em 0;
	padding-bottom: 3px;
	border-bottom: solid 1px #de527f;
}

.about .box p {
	margin: 0;
	font-size: 13px;
}


.about h3 .kana {
	font-size: 12px;
}

.about .box p.img {
	float: right;
	margin: 0 0 10px 15px;
}

.about .box p.photo,
.about .box p.photo2 {
	position: absolute;
	display: block;
	
	z-index: 120;
}

.about .box.odd p.photo {
	left:-340px;
	top:0px;
}

.about .box.odd p.photo2 {
	left:-370px;
	top:125px;
}

.about .box.even p.photo {
	left:520px;
	top:-70px;
}

.about .box.alt p.photo {
	left:-90px;
	top:110px;
}

.about.themesong .box.odd p.photo {
	left:-300px;
	top:-10px;
}


.about .box p.photo img,
.about .box p.photo2 img {
	position: absolute;
	display: none;
	
}

.narrow {
	letter-spacing: -2px;
}

/* Introduction
----------------------------------------------------- */
.introduction #photos {
	position: relative;
	width: 100%;
	height: 525px;
	zoom:1;
}

.introduction h3 {
	margin: 15px 0 0 0;
	position: relative;
	display: none;
}

.introduction h3 img{
	display: none;
}

.introduction #text p {
	line-height: 2em;
}

.introduction p.photo {
	margin: 0;
	position: absolute;
	
}

.introduction p.photo#photo1 {
	top:-10px;
	right: 0px;
}

.introduction p.photo#photo2 {
	top: 270px;
	right: -50px;
}

.introduction p.photo#photo3 {
	top: 330px;
	left: 380px;
}

.introduction p.photo#photo4 {
	top: 180px;
	left: -50px;
}

.introduction .capt {
	position: relative;
	display: none;

}

/* Story
----------------------------------------------------- */

.story #text p {
	line-height: 2em;

}

#slidearea {
	width:880px;
	height:525px;
	position:relative;
}

.story #momo {
	position: absolute;
	
	z-index: 10001;
	top: 270px;
	left: 710px;
}

.story #momo img {
	display: none;
	position: absolute;
}

#frame {
	position:absolute;
	z-index:0;
	width:880px;
	height:504px;
	top:0px;
	left:0px;
}

/*
	Slideshow
*/

#slides {
	position:absolute;
	top:11px;
	left:14px;
	z-index:100;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

.slides_container {
	width:850px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

.slides_container a {
	width:850px;
	height:478px;
	display:block;
}

.slides_container a img {
	display:block;
}

/*
	Next/prev buttons
*/

#slides .next,#slides .prev {
	position:absolute;
	top:207px;
	left:-32px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}



#slides .next {
	left:858px;
}

/*
	Pagination
*/

.pagination {
	margin:15px auto 0;
	width:300px;
	text-align: center;

	padding: 0;
}

*:first-child+html .pagination {
	margin-top:30px;
}

.pagination li {
	display: inline-block;
	margin:0 8px;
	list-style:none;
	padding: 0;
}

*:first-child+html .pagination li {
	display: inline;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background-image:url(../images/pagination.png);
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}


/* Character & Cast
----------------------------------------------------- */

.character {
	position: relative;
	zoom:1;
	overflow: hidden;
	margin-bottom: 0;
}

.character#iwa,
.character#kawa,
.character#mame,
.character#koichi,
.character#youtaumi {
	overflow: visible;
}

.character .about {
	clear: both;
	float:right;
	position: relative;
	width:580px;
	margin: 0;
}

.character#momo .about {
	margin-right: 40px;
}

.pc .character#ojioba .about,
.pc .character#iwa .about,
.pc .character#kawa .about,
.pc .character#mame .about {
	width: 480px;

}

.pc .character#kawa .about {
	margin-left: 40px;
}

.pc .character#koichi .about {
	width: 350px;
	margin-right: 320px;
}

.pc .character#youtaumi .about {
	width: 350px;
	margin-left: 210px;
	margin-bottom: 100px;
}


.character .about.even {
	float:left;
}

.character .about .line {
	position: absolute;
	z-index: 0;
	top:8px;
	height: 9px;
	width: 400px;
	background-image: url(../images/line-trans.png);

	background-position: 0 0;
	overflow: hidden;
	display: none;
}

.character .about.even .line {
	background-position: right center;
}

.character#momo .about .line {
	left: -80px;
	width: 70px;
}



.character#ikuko .about .line {
	left: 240px;
	width: 440px;
}

.character#ojioba .about h3 .line {
	left: -200px;
	width: 190px;
}

.character#ojioba .about h3.scnd .line {
	left: -60px;
	width: 50px;
}
.character#iwa .about .line {
	left: 70px;
	width: 520px;
}

.character#kawa .about .line {
	left: 70px;
	width: 620px;
}

.character#mame .about .line {
	left: 70px;
	width: 490px;
}

.character#koichi .about .line {
	left: -70px;
	width: 60px;
}


.character#youtaumi .about h3 .line {
	left: 240px;
	width: 220px;
}

.character#youtaumi .about h3.scnd .line {
	left: 240px;
	width: 120px;
}

.character .about h3 {
	position: relative;
	margin: 30px 0 5px 0;
	font-size: 28px;
	line-height: 1;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", serif;
}

.pc .character#ojioba .about h3 {
	margin-top: 90px;
}

.pc .character#ojioba .about h3.scnd {
	margin-top: 24px;
}

.pc .character#kawa .about h3,
.pc .character#mame .about h3,
.pc .character#youtaumi .about h3 {
	margin-top: 24px;
}


.character .about h3 .age {
	font-size: 18px;
}


.character .about h3 .castname {
	font-size: 18px;
	color:#1B79C0;
}


.character .about h4 {
	font-size: 18px;
	line-height: 1;
	margin: 0 0 5px 0;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", serif;
}

.character .about h4 .small {
	font-size: 18px;
}

.character .about p {
	font-size: 15px;
	margin: 0 0 2em 0;
}

.character .about a {
	text-decoration: underline;
}
.character .about p.profile {

	font-size: 13px;
	margin: 0;
}

.character .about.odd .img {
	position: absolute;
	z-index: 1;
	top:0px;
	left: -280px;
	margin: 0;
}

.character .about.even .img {
	
	position: absolute;
	top:0px;
	left: 850px;
	margin: 0;
}

.character .about .img img {
	display: none;
	position: absolute;
	left:0;
}

.pc .character#momo .about .img {
	left: -230px;
}

.pc .character#ojioba .about .img {
	left: -330px;
}

.pc .character#iwa .about .img {
	left: 900px;
}

.pc .character#mame .about .img {
	left: 680px;
}

.pc .character#koichi .about .img {
	left: -230px;
}

.pc .character#youtaumi .about .img {
	left: 700px;
	top:-130px;
}

.pc .character .about.even .img img {
	right: 0;
	left: auto;

}


.character .about p.photo {
	float: right;
	position: relative;
	margin: -5px -5px 0 10px !important;
}

.character .cast {
	position: relative;
	margin: -15px 0 2em 0;
	padding: 15px;
	background-color: #fff;
	color:#1B79C0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:solid 2px #1B79C0;
	zoom:1;
}

.pc .character#iwa .cast,
.pc .character#kawa .cast {
	margin-bottom:0;
}

.character .cast:before {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	top: -10px;
	left: 25px;
	border-bottom: solid 10px #1b79c0;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
}


.character .cast:after {
	content:"";
	position: absolute;
	width: 0px;
	height: 0px;
	top: -7px;
	left: 27px;
	border-bottom: solid 8px #fff;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}



/* Index
----------------------------------------------------- */

.pc.index #if {
	display: none;
}

.index #poster {
	margin: 0;
	line-height: 0;
}


/* news
----------------------------------------------------- */

.info .box {
	margin-top: -40px;
	padding: 50px 0 30px 0;
	zoom:1;

}

.info h3 {
	position: relative;
	margin: 0;
	color: #7f173c;
	font-size: 18px;
	background-color: #fbe3eb;
	padding: 0 3px;
	background-image: url(../images/h3_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.info h3:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	top:0;
	left: 0;
	background-image: url(../images/h3_bg.gif);
	background-repeat: repeat-x;
	background-position: 300px bottom;
}

.info h3 br {
	display: none;
}

.info .box_post {
	color:#999;
	font-size: 12px;
	margin-top: 5px;
}

.info .box_text {
	margin-top: 1em;
	font-size: 14px;
	line-height: 1.5;
}



.info a.link {
	
	background-color: #06c;
	border: solid 1px #17d;
	
	color: #fff;
	margin: 0 1em 0 0;
	padding: 2px 5px 2px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	background-image: url(../images/icon_link.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 1px 2px 0px #aaa;
	-moz-box-shadow: 0px 1px 2px 0px #aaa;
	box-shadow: 0px 1px 2px 0px #aaa;
	white-space: nowrap;
	
}

.info a.link:hover {
	background-color: #05b;
	text-decoration: none;
	
	
}




/* Trailer
----------------------------------------------------- */

.trailer #main-content {
	clear: both;
	padding: 0;
	margin-top: -10px;
	color: #444;
}

.trailer #youtube {
	width: 640px;
	height: 360px;
	border:solid 5px #f4bed1;
	margin: 0;
	background-color: #000;
	background-image: url(../images/ajax-loader-b.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

.trailer #youtube.loaded {
	background-image: none;
}

#ifr {
	background-color: #000;
}

#tnav {
	position: relative;
	display: block;
	margin:0;
	padding: 0;
	list-style-type: none;
	font-size: 0;
	height: 26px;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", serif;
	margin-top: 25px;
}



#tnav li {
	position: relative;
	font-size:14px;
	display: inline-block;
	margin: 0 1px 0 0;
	padding: 0;
	margin-left: 0px;

}

*:first-child+html #tnav li {
	display: inline;
}

#tnav li:before {
	content: "";
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: 0px;
	left: 50%;
	margin-left: -8px;
	border-bottom: solid 8px #f4bed1;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
}

#tnav li a {
	position: relative;
	display: block;
	height: 26px;
	line-height: 1;
	padding: 0 18px;
	margin: 0 0px;
	color: #A15E79;
	text-decoration: none;
	outline:0;
	background-color: #fff;
}

#tnav li a:hover {
	color:#de527f
}

#tnav li a.sel {
	color:#de527f;
	cursor: default;
	background-color: transparent;

}


/* Download
----------------------------------------------------- */

.download h4 {
	color:#f0a6c1;
	font-size: 15px;
	margin: 1em 0 0.5em 0;
}

.download .sample {
	margin: 0;
	padding: 0;
	display: block;
	list-style-type: none;
	position: relative;
}

.download .sample.half,
.download .btn.half {
	width:322px;
	max-width: 100%;
}


.download .sample li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	text-align: center;
}

.download p {
	margin: 1em 0;
}

.download .sample.new .before {
	/*content: "";*/
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	width: 32px;
	height: 32px;
	background-image: url(../images/newbadge.png);
	z-index: 50;
}


.download .sample img {
	border: solid 1px #f0f0f0;
}

.download .sample a:hover img {
	border: solid 1px #06c;
}

.download .small {
	font-size: 11px;
	color: #666;
	margin: 1em 0;
}

.download .btn {
	margin: 0.25em 0 3em 0;
	line-height: 1;
	font-size: 12px;
	display: block;
}

*:first-child+html .btn {
	padding-top: 0.5em;
}


.download .btn a {
	display: inline-block;
	background-color: #06c;
	border: solid 1px #17d;
	
	color: #fff;
	margin: 0 1em 5px 0;
	padding: 2px 5px 2px 18px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-weight: bold;
	background-image: url(../images/icon_download.gif);
	background-position: 4px center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 1px 2px 0px #aaa;
	-moz-box-shadow: 0px 1px 2px 0px #aaa;
	box-shadow: 0px 1px 2px 0px #aaa;
	white-space:nowrap;
	
}

.download li .btn a {
	margin: 0;
}

.download .btn a:hover {
	background-color: #05b;
	text-decoration: none;
	
	
}



/* Special
----------------------------------------------------- */
.bread {
	font-size: 12px;
	line-height: 14px;
	color: #de527f;
	margin: 0;
}

.bread.head {
	height: 14px;
	padding: 0 0 0 0;
	margin: 3px 0 0 0;
}


.bread.foot {
	border-top: solid 3px #de527f;
	padding: 10px 0 0 0;
	margin: 25px 0 0 0;
}

.bread a {
	color: #A15E79;
}

.bread a:hover {
	color: #06c;
	text-decoration: underline;
}


/* Comic, Diary
----------------------------------------------------- */

.special h3{
	padding: 1em 0 0 0;
	margin: 0;
	font-size: 21px

}

.special h3 .small {
	font-size: 16px;
}

.special h3 img {

	vertical-align: top;
}

.roll {
	margin: 0;
	margin-right: -20px;
	zoom:1;
	position: relative;
}
.roll .thumb,
.roll .soon {
	position: relative;
	display: block;
	float: left;
	width: 204px;
	margin: 10px 22px 0 0;
	text-align: center;
	font-size: 11px;
	line-height: 2.5;
	color: #A15E79;;
	zoom: 1;
}

.roll .thumb.new .before {
	display: block;
	position: absolute;
	top: -11px;
	right: -11px;
	width: 32px;
	height: 32px;
	background-image: url(../images/newbadge.png);
}


.roll .thumb img {
	display: block;
	border: solid 2px #f4bed1;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.roll .soon .before {
	display: block;
	width: 200px;
	height: 131px;
	background-color: #fcf5f8;
	background-image: url(../images/comingsoon.png);
	background-repeat: no-repeat;
	background-position: center center;
	border: solid 2px #f4bed1;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.comic .roll .soon .before {
	height: 144px;
}

.roll .thumb:hover {
	color: #e56c91;
	text-decoration: none;
}
.roll .thumb:hover img {
	border-color: #e56c91;
}

.rel {
	float: right;
	text-align: right;
	line-height: 0;

}

.rel img {
	display: inline-block;
	line-height: 0;
}

.rel .link {
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
}

.rel .link .div {
	margin: 0 0.5em;
}



div#lnk {
	width: 275px;

	padding: 5px;
	border:solid 1px #D5386C;
	margin-bottom: 1em;
	line-height: 1.5;

}

div#lnk p.small {
	margin: 0 0 0em 0;
	font-size: 13px;
}

div#lnk p.small.last {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

div#lnk p.xsmall {
	
	margin: 0 0 0em 0;
	font-size: 11px;
}

/* Topics
----------------------------------------------------- */

.special.topics #main-content {
	clear: both;
	margin: 0 !important;
	padding: 0 25px 0 25px !important;
	font-family: "ヒラギノ明朝 Pro W3","Hiragino Mincho Pro W3", "ＭＳ Ｐ明朝", serif;
	background-image: url(../images/main-content-bg.gif);
	min-height:400px;
	color: #de527f;
}

*:first-child+html .special.topics #main-content {
	padding-top: 10px !important;
}

.topics #main-content .col1 {
	width: 460px;
	float: left;
}

.topics #main-content .col2 {
	width: 460px;
	float: right;
}

.topics #main-content .col a {
	display: block;
	line-height: 0;
	margin-bottom: 10px;
}

.topics .bn {
	text-align: right;
	margin: 1em 0 0 0;
	font-size: 13px;
}

/* Lightbox
----------------------------------------------------- */

#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	position: relative;
	width: 24px;
	zoom: 1;
	outline:0px none black;
}
#lightbox-nav-btnPrev { 
	left: -24px; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: -24px; 
	float: right;
}

#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 2em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0 10px;
}
#lightbox-container-image-data {
	padding: 0; 
	color: #de527f; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left;
	
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 56px;
	height: 22px;
	float: right;
	padding-bottom: 0.7em;	
}

/* Greeting
----------------------------------------------------- */


.special.greeting #main-content {
	clear: both;
	margin: 0 !important;
	padding: 15px 25px 0 25px !important;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	background-image: url(../images/main-content-bg.gif);
	min-height:400px;
	color: #de527f;
}

*:first-child+html .special.greeting #main-content {
	padding-top: 15px !important;
}


.greeting #form {
	border:solid 1px #f0f0f0;
	padding: 9px;
	background-color: #fff;
	margin-bottom: 10px;
	width: 280px;
	float: left;
	font-size: 14px;
	position: relative;
	z-index: 10;
}

.greeting #form label.card {
	display: block;
	float: left;
	position: relative;
	text-align: center;
	margin: 5px 10px 20px 0;
	font-size: 11px;
	zoom:1;
	
}

.greeting #form label .radio {
	vertical-align: bottom;
	padding: 0;
}

.greeting #form label.card.soon {
	color: #f4c4d6;
}

.greeting #form label.card.new .before {
	/*content: "";*/
	display: block;
	position: absolute;
	top: -12px;
	right: -12px;
	width: 32px;
	height: 32px;
	background-image: url(../images/newbadge.png);
	z-index:100;
}


.greeting #form label.card img {
	display: block;
	border:solid 5px #f4bed1;
	margin: 0 0 3px 0;
	zoom:1;
	cursor: pointer;
}

.greeting #form label.card .ln {
	margin-left: 3px;
	
}
.greeting #form label.card.soon img {
	border:solid 5px #fcf5f8;
	background-color: #fcf5f8;
	background-image: url(../images/comingsoon.png);
	background-repeat: no-repeat;
	background-position: center center;
	cursor: default;
}

.greeting #form label.card img:hover {
	border-color: #f0a6c1;
}

.greeting #form label.card.soon img:hover {
	border-color: #fcf5f8;
}

.greeting #form input.txt,
.greeting #form textarea {
	border:solid 1px #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 16px;
	padding: 2px;
	width: 274px;
	margin: 0;
}

.greeting #form input.txt:focus,
.greeting #form textarea:focus {
	background-color: #fdf1f5;
}

.greeting dt {
	clear: both;
	margin: 0.75em 0 0 0;
}

.greeting dt .small {
	font-size: smaller;
}
.greeting dd {
	position: relative;
	margin: 0 -10px 0.5em 0;
	zoom:1;
}

.greeting dd p.error {
	position: absolute;
	z-index: 2;
	top:3px;
	left: 90%;
	white-space: nowrap;
	margin: 0;
	background: #cc3366;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	padding: 2px;
	margin: 0 !important;
}

.greeting dd p.error:before {
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	top:50%;
	left: -5px;
	margin-top: -5px;
	border-right: solid 5px #cc3366;
	border-top: solid 5px transparent;
	border-bottom: solid 5px transparent;
}

.greeting #form p {
	margin: 1em 0;
}

#submit-wrapper {
	text-align: center;
}
.greeting #submit {
	font-size: 16px;
	line-height: 1;
	width: 280px;
	padding: 5px;
	margin: 0;
	border: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	background-color: #06c;
	border: solid 1px #17d;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 2px 0px #aaa;
	-moz-box-shadow: 0px 1px 2px 0px #aaa;
	box-shadow: 0px 1px 2px 0px #aaa;
	cursor: pointer;
}

.greeting #submit:hover {
	background-color: #05b;	
}


.greeting #term ul {
	font-size:11px;
	margin: 2em 10px 0 0;
	padding: 0 0 0 1.5em;
}
.greeting #preview {
	position: relative;
	z-index: 9;
	float: right;
	width: 600px;
	background-color: #fff;
	border:solid 10px #f6ccdc;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
}

.greeting #preview .before {
	position: absolute;
	display: block;
	top:10px;
	left:10px;
	padding: 2px;
	line-height: 1;
	color: #de527f;
	border:solid 1px #de527f;
	font-size: 14px;
}
.greeting td img{
	display: block;
}

.greeting #cardheader,
.greeting #cardfooter {
	font-size: 18px;
	line-height: auto;
}
.greeting #cardmain {
	font-size: 18px;
	line-height: auto;
}

.greeting #cardimg {
	margin: 0;
	line-height: 0;
}

.blockUI {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.blockUI h2 {
	font-size: 16px !important;
	line-height: 1;
	color: #de527f;
}
.blockUI input {
	font-size:16px !important;
	margin: 0 5px;
}

*:first-child+html .blockUI {
	padding: 15px !important;
}

