@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web);
article, aside, section, nav, header, footer { display: block; }
* { 
	margin: 0; 
	padding: 0; 
	font-size: 100%;
}
*,
*:after,
*::before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img { border: 0; }
html, body {
	width: 100%;
	height: 100%;
}
body {
	position: relative;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: .04em;
	background: url(images/bg.jpg) #efe4d2;
}
p {
	line-height: 1.9em;
}
/*文字反転色*/
::selection {
    background: #cee;
    color: #188;
}

//Firefox
::-moz-selection {
    background: #cee;
}

/*	ページ共通
----------------------------*/
.content {
	width: 1024px;
	margin: 80px auto;
	color: #733f3f;
}

.content section {
	width: 950px;
	margin: -60px auto 20px;
	padding-top: 80px;
}

.content a {
	color: #cc5e84;
}

.content a:hover {
	color: #666;
}

.pageTitle {
	width: 1024px;
	height: 180px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background-position: top left;
}

.pageNavi {
	position: relative;
	z-index: 99;
	width: 950px;
	margin: 0 auto;
}

.pageNavi a {
	padding: 0 8px;
}

.pageNavi a:not(:last-child) {
	border-right: 1px solid #733f3f;
}

/*============================
   グローバルナビゲーション
============================*/
nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 60px;
	background: url(images/menu_bg.jpg) #ee9482;
	box-shadow:0px 5px 5px -5px rgba(135,101,123,0.5);
	-moz-box-shadow:0px 5px 5px -5px rgba(135,101,123,0.5);
	-webkit-box-shadow:0px 5px 5px -5px rgba(135,101,123,0.5);
}

.globalnavi {
	width: 1024px;
	margin: 7px auto;
	font-size: 0;
	text-align: center;
}

.globalnavi a:nth-child(-n+5){
	display: inline-block;
	width: 130px;
	height: 45px;
	transition: .3s;
}

.globalnavi a:hover {
	transition: .3s;
	opacity: .6;
}

.globalnavi a:nth-child(n+6) {
	margin-left: 5px;
}

/*============================
	TOP
============================*/

/*	トップイメージ
----------------------------*/
#topImg {
	position: relative;
	width: 1124px;
	height: 850px;
	margin: 60px auto 0;
	background: url(images/topmainimg.png) top center no-repeat;
}

.linkAnim {
	position: absolute;
	top: 10px;
	right: 90px;
	width: 100px;
	height: 40px;
}

/*	CM3D2コラボ
----------------------------*/
.clbCm3d2 {
	position: absolute;
	top: 477px;
	left: 641px;
	width: 392px;
	height: 162px;
}
a.clbCm3d2 {
	transition: .3s;
}
a.clbCm3d2:hover {
	opacity: .7;
	transition: .3s;
}

/*	カウントダウンボイス
----------------------------*/
.masterup {
	position: relative;
	width: 100%;
	min-width: 1124px;
	margin: 0 auto ;
	padding: 1px 0;
	text-align: center;
	background: rgba(190,168,173,0.5);
}

.masterImgBox {
	position: relative;
	width: 1000px;
	height: 644px;
	margin: 0 auto;
	z-index: 500;
}

.masterImg {
	position: relative;
	width: 1000px;
	height: 644px;
	margin: 80px auto 20px;
	z-index: 500;
}

.masterImg img.master_bg {
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
}

#masterC .masterVoice {
	position: absolute;
	width: 352px;
	height: 93px;
	top: 535px;
	right: 20px;
	z-index: 501;
}

#masterF .masterVoice {
	position: absolute;
	width: 352px;
	height: 93px;
	top: 535px;
	left: 5px;
	z-index: 501;
}

.csvoice {
	transition: .2s;
}
.csvoice:hover {
	opacity: 0.3;
	transition: .2s;
	cursor: pointer;
}

#masterC .countDown {
	position: absolute;
	top: 196px;
	right: 96px;
	z-index: 501;
}

#masterF .countDown {
	position: absolute;
	top: 249px;
	left: 100px;
	z-index: 501;
}

.cbeforeDay {
	position: relative;
	width: 1000px;
	height: 644px;
	margin: 80px auto 20px;
	z-index: 500;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	background: url(count/countdownC_bg.png) no-repeat top left;
}

.cbeforeDay .countDown {
	position: absolute;
	top: 196px;
	right: 96px;
	z-index: 501;
}
	
.cbeforeDay .masterVoice {
	position: absolute;
	width: 352px;
	height: 93px;
	top: 535px;
	right: 20px;
	z-index: 501;
}

.nowonsale {
	position: relative;
	width: 1200px;
	height: 773px;
	margin: 80px auto 20px;
	text-align: center;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.3);
	background: url(count/kabe2_nowonsale.png) no-repeat top left;
}

.nowonsale .voicePlay {
	position: absolute;
	top: 660px;
	right: 24px;
	z-index: 501;
}

img[onClick] {
	transition: .2s;
}
img[onClick]:hover  {
	opacity: 0.3;
	transition: .2s;
	cursor: pointer;
}

/*	ライセンス認証変更
----------------------------*/
.lisenceChange {
	width: 1200px;
	height: 228px;
	margin: 0 auto 20px;
//	border-left: 100px solid #fff;
//	border-right: 100px solid #fff;
}

/*	更新情報
----------------------------*/
#infomation {
	width: 100%;
	min-width: 1124px;
//	height: 370px;
	padding: 30px 0 30px;
	font-size: 95%;
	background: #c9a8b0;
}

#infomation h1 {
	width: 342px;
	height: 69px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/top-mds-infomation.png) top center no-repeat;
}

#infomation a {
	color: #ffffbc;
}

#infomation a:hover {
	color: #999;
}

.infomationBox {
	width: 750px;
	margin: 15px auto;
	white-space: pre;
	white-space: pre-line;
	line-height: 1.8em;
	color: #663300;
}

.infomationBox time {
	margin-right: 1em;
	color: #fff;
}

.infomationBox a:not(.outlink) {
	margin-right: 1em;
}

.infomationBox .media {
	margin-right: 1em;
	color: #ccffff;
}

.linkPastinfo {
	width: 650px;
	margin: 0 auto;
	text-align: right;
}

/*	トップコンテンツ
----------------------------*/
.topContent {
	-js-display: flex;
	display: flex;
	width: 950px;
//	height: 400px;
	margin: -50px auto 0;
}

.topics {
	width: 640px;
	margin-right: 20px;
	font-size: 0;
}

.topics div {
	margin-bottom: 10px;
}

.topics a img {
	transition: .3s;
}

.topics a:hover img {
	opacity: .6;
	transition: .3s;
}

.topics div a:first-child {
	margin-right: 8px;
}


aside {
	width: 280px;
}

/*============================
	製品情報
============================*/

#product .pageTitle {
	background: url(images/mds-product.png) no-repeat;
}

/*	概要＆スペック
----------------------------*/
#spec h1 {
	display: none;
}

.specTop {
	-js-display: flex;
	display: flex;
	width: 900px;
	margin: 0 auto;
	margin-top: -20px;
}

.specPackage {
	width: 200px;
	margin-top: 40px;
}

.specOne table{
	margin-left: 30px;
	border-spacing: 0px 15px; 
}

.specOne th:before {
	content: url(images/icon-flower1.png);
	position: relative;
	top: 3px;
	left: 0;
	margin-right: 5px;
}
.specOne th {
	width: 7em;
	text-align: left;
}

.specOne tr:first-child rt,
.specOne tr:first-child rp {
	font-size: 50%;
}

.specTwo {
	width: 900px;
	margin: 0 auto;
}

.specTwo table {
	margin-bottom: 20px;
	border-spacing: 0px 15px; 
}

.specTwo tr:nth-child(-n+9) th:before {
	content: url(images/icon-flower1.png);
	position: relative;
	top: 3px;
	left: 0;
	margin-right: 5px;
}
.specTwo tr:nth-child(n+10) th:before {
	content: url(images/icon-flower2.png);
	position: relative;
	top: 3px;
	left: 0;
	margin-right: 5px;
}
.specTwo th {
	width: 8em;
	text-align: left;
	vertical-align: top;
}

/*	予約特典情報
----------------------------*/
#reserveBonus h1 {
	width: 950px;
	height: 126px;
	margin: 50px auto 0;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/proReserve-mds-title.png) top left no-repeat;
}

.reserveBox {
	width: 950px;
	margin: 0 auto;
}

/*	店舗特典情報
----------------------------*/
#shopBonus h1 {
	width: 950px;
	height: 126px;
	margin: 50px auto 20px;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/proShop-mds-title.png) top left no-repeat;
}

.shopList {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 910px;
	margin: 0 auto;
}

.shopBox {
	width: 303px;
	padding: 20px 0 50px;
}

.shopBox img {
	margin-left: 5px;
}

.shopName {
	margin-left: 5px;
	margin-bottom: 10px;
}
.shopName a:before {
	content: url(images/icon-flower1.png);
	position: relative;
	top: 2px;
	left: 0;
	margin-right: 5px;
}
.shopName a {
	position: relative;
	font-size: 120%;
	font-weight: bold;
}
.shopBox:not(:last-child) .shopName a:after {
	content: "様";
}

.itemBox {
	width: 272px;
	height: 122px;
	padding: 53px 0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
	background: url(images/bonus2/item_bg.png) no-repeat top left;
}
/*
.itemBox span {
	display: block;
	margin-top: 5px;
	font-size: 15px;
	font-weight: normal;
}*/

.shopLink {
	width: 220px;
	margin: 0 auto;
	text-align: right;
}
.shopLink a {
	color: #733f3f;
//	font-weight: bold;
}
.shopLink a:after {
	content: url(images/icon-arrow.png);
	position: relative;
	top: 3px;
	width: 18px;
	height: 18px;
	margin-left: 5px;
}

.cshopBox {
	-js-display: flex;
	display: -webkit-flex;
	display: flex;
}

.cshopBoxLeft {
	margin-right: 40px;
}

.cshopPrice:before,
.cshopPrice:after {
	content: "◆◆◆◆◆";
	display: block;
	font-size: 80%;
	color: #fff;
}
.cshopPrice {
	margin: 10px 0;
}
.cshopBoxRight p:not(.cshopPrice) {
	margin-bottom: 20px;
}
.cshopPrice span {
	font-weight: bold;
}

/*	ダウンロード販売
----------------------------*/
#dlorder h1 {
	width: 950px;
	height: 126px;
	margin: 50px auto 0;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/proDL-mds-title.png) top left no-repeat;
}

.DLorderBox {
	width: 950px;
	margin: 10px auto 0;
	text-align: center;
}
.DLorderBox table {
	width: auto;
	margin: 0 auto;
}
.DLorderBox tr td {
	padding: 5px;
}


/*============================
	作品紹介
============================*/
#introduce .pageTitle {
	background: url(images/mds-introduce.png) no-repeat;
}

/*	ストーリー
----------------------------*/
#story h1 {
	display: none;
}

.storyBox {
	width: 859px;
	margin: 0 auto;
}

/*	キャラクター
----------------------------*/
#character h1 {
	width: 138px;
	height: 19px;
	margin: 0 auto 50px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/intro-img-character.png) top left no-repeat;
}

.charaBox {
	position: relative;
	width: 950px;
	height: 715px;
	background-position: top left;
}

.sbnBtn {
	position: absolute;
	top: 245px;
	left: 60px;
	width: 256px;
	height: 79px;
	font-size: 0;
}

.sbnBtn img {
	margin-right: 5px;
	transition: .5s;
}
.sbnBtn img:hover {
	transition: .5s;
	opacity: .4;
}

.sampleVoice {
	position: absolute;
	bottom: 30px;
	left: 60px;
	font-size: 0;
}

.sampleVoice img {
	margin-right: 7px;
	transition: .5s;
}
.sampleVoice img:hover {
	transition: .5s;
	opacity: .4;
}

#chinatsu {
	background: url(images/intro-chara-chinatsu_bg.png) no-repeat;
}

#chinatsu .sbnImg {
	position: absolute;
	top: 30px;
	right: 0;
	width: 225px;
	height: 654px;
}

#fumiko {
	background: url(images/intro-chara-fumiko_bg.png) no-repeat;
}

#fumiko .sbnImg {
	position: absolute;
	top: 30px;
	right: 5px;
	width: 210px;
	height: 645px;
}

#hidetaka {
	background: url(images/intro-chara-hidetaka_bg.png) no-repeat;
}

#hidetaka .sbnBtn {
	top: 215px;
}

#hidetaka .sbnImg {
	position: absolute;
	top: 30px;
	right: 90px;
	width: 241px;
	height: 674px;
}

/*	コンセプト
----------------------------*/
#concept h1 {
	display: none;
}

.conceptBox {
	width: 988px;
	margin: 20px auto 0;
}

/*============================
	グラフィック
============================*/
#graphic .pageTitle {
	background: url(images/mds-graphic.png) no-repeat;
}

/*	CG
----------------------------*/
#cg h1 {
	width: 144px;
	height: 23px;
	margin: 0 auto 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/graphic-img-cg.png) no-repeat top left;
}

.cgBox {
	position: relative;
	-js-display: flex;
	display: flex;
	margin: -60px 0 50px;
	padding-top: 80px;
}

.cgNumber {
	width: 150px;
	height: 60px;
	margin: 40px -50px 0 -45px;
	font-size: 35px;
	color: #ecacae;
/*	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);*/
	transform: rotate(-90deg); 
//	background: red;
}

.cgNumber a {
	color: #ecacae;
}

.cgMain {
	width: 800px;
	padding-left: 40px;
	border-left: 5px double #e3c1c2;
}

.cgMain div {
	margin: 15px 0;
}

.cgMain p {
	font-size: 97%;
	white-space: pre;
	white-space: pre-line;
	letter-spacing: 0;
	padding: 20px;
	border-radius: 10px;
	background: rgba(255,250,225,0.3);
}

/*	Movie
----------------------------*/
#movie {
	text-align: center;
}
#movie h1 {
	width: 88px;
	height: 19px;
	margin: 0 auto 30px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/graphic-img-movie.png) no-repeat top left;
}

#movie video {
	width: 900px;
	margin: 0 auto;
}


/*============================
	ダウンロード
============================*/
#download .pageTitle {
	background: url(images/mds-download.png) no-repeat;
}

#download h1:before,
#special h1:before {
	content: url(images/icon-btn_next.png);
	position: relative;
	top: 2px;
	margin-right: 5px;
}
#download h1, #special h1 {
	font-size: 180%;
	border-bottom: 1px solid #e3c1c2;
}
#download h2:before,
#movie h2:before,
#special h2:before {
	content: url(images/icon-flower1.png);
	position: relative;
	top: 3px;
	margin-right: 10px;
}
#download h2, #movie h2 {
	margin: 20px 0;
	font-size: 120%;
	text-align: left;
}

#download section > div {
	width: 930px;
	margin: 20px auto;
}

#download p, #special p {
	padding: 20px;
	border-radius: 10px;
	background: rgba(255,250,225,0.3);
}

/*	Twitter素材
----------------------------*/
#dlTwitter div img {
	margin-right: 10px;
}

/*	応援バナー
----------------------------*/
#dlBanner input {
	display: block;
	width: 500px;
	margin-bottom: 10px;
}

#dlBanner .banner-2,
#dlBanner .banner-3,
#dlBanner .banner-4 {
	-js-display: flex;
	display: flex;
}

#dlBanner .banner-2 input  { width: 150px; }
#dlBanner .banner-3 input  { width: 180px; }
#dlBanner .banner-4 input  { width: 200px; }

#dlBanner .banner-2 div {
	width: 150px;
	margin-right: 10px;
}

#dlBanner .banner-3 div {
	width: 180px;
	margin-right: 10px;
}

#dlBanner .banner-4 div {
	width: 200px;
	margin-right: 10px;
}

/*	体験版
----------------------------*/
.trialImgBox {
	position: relative;
	width: 850px; 
	height: 550px;
	margin: 0 auto;
	background: url(images/dlTrial-img.png) no-repeat top left;
}

a.trialDLbtn {
	position: absolute;
	top: 355px;
	left: 525px;
	width: 222px;
	height: 64px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	transition: .3s;
	background: url(images/dlTrial-dlbtn_off.png) no-repeat top left;
}

a:hover.trialDLbtn {
	transition: .3s;
	background: url(images/dlTrial-dlbtn_on.png);
}



/*============================
	スペシャル
============================*/
#special .pageTitle {
	background: url(images/mds-special.png) no-repeat;
}
#special h2 {
	margin: 10px 0;
	font-size: 120%;
	text-align: left;
}
#special section > div {
	width: auto;
	margin: 20px 0;
}
#masterup .masterup-illust_box {
	max-width: 950px;
	margin-bottom: 20px;
}
#masterup .masterup-illust_box img {
	max-width: 100%;
	height: auto;
}
#masterup .masterup-illust_box .csvoice {
	display: block;
	width: 352px;
	margin: 10px auto 25px;
}
.countdown_box audio {
	display: block;
	width: 100%;
}
.countdown_box audio + audio { margin-top: 10px; }
/*============================
	過去の更新情報
============================*/
#pastInfomation h1 {
	width: 950px;
	height: 126px;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background: url(images/pastinfo-mds-title.png) top left no-repeat;
}

.pastInfoBox {
	-js-display: flex;
	display: flex;
	width: 800px;
	margin: 20px auto;
	padding-bottom: 20px;
//	border-bottom: 1px solid #e3c1c2;
}

.pastInfoIcon {
	width: 100px;
	margin-top: 15px;
}

.pastInfoText {
	width: 770px;
	margin-left: 30px;
	padding: 20px 30px;
	border-radius: 10px;
	background: rgba(255,250,225,0.3);
}

.pastInfoText time {
	font-size: 180%;
	text-decoration: underline;
//	border-bottom: 2px solid #733f3f;
}

.pastInfoText div:before {
	content: url(images/icon-flower1.png);
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.pastInfoText div {
	margin: 5px 0;
	font-size: 150%;
	color: #ed85a8;
}

/*============================
	コラボレーション企画
============================*/
#clbKiss .pageTitle {
	background: url(images/mds-collaboKiss.png) no-repeat;
}

/*============================
	フッター
============================*/
.footerInfo {
	width: 100%;
	min-width: 1124px;
	color: #fff;
	background: #7b9b86;
}

.footerBox {
	-js-display: flex;
	display: flex;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}

/* フッタースペック
----------------------------*/
.footerSpec {
	width: 680px;
}

.footerSpec h1 {
	margin-bottom: 20px;
	font-size: 150%;
	font-weight: normal;
}

.footerSpec h1 rt,
.footerSpec h1 rp {
	font-size: 40%;
}

.footerSpec h1 span {
	display: block;
	font-size: 50%;
}

.footerSpec table {
	border-spacing: 10px 10px; 
}

.footerSpec th {
	width: 5em;
	padding: 5px 3px;
	font-size: 80%;
	color: #4d3845;
	letter-spacing: 0;
	background: #e1d9b3;
}

.footerSpec td {
	font-size: 90%;
}

.footerSpec div {
	margin-top: 10px;
	text-align: right;
}

.footerSpec div a,
.copyright a {
	font-size: 90%;
	color: #ffffcc;
}

.footerSpec div a:hover,
.copyright a:hover {
	color: #666;
}

/*	サイトマップ
----------------------------*/
.footerMap { 
	width: 380px;
	height: 250px;
	margin: 30px 0 0 30px;
	padding: 15px 20px;
	font-size: 83%;
	line-height: 1.8em;
	border-radius: 10px;
	background: #787878;
}

.footerMap div {
	margin: 5px 0;
	padding-left: .8em;
	border-left: 5px solid #f6bdbf;
}

.footerMap a {
	color: #fff;
}

.footerMap a:hover {
	color: #666;
}

.copyright {
	width: 100%;
	padding: 5px 0;
	color: #fff;
	font-size: 80%;
	text-align: center;
	background: #4d3845;
}

/*============================
	汎用スタイル
============================*/
a {
	text-decoration: none;
}

a.ex:after {
	content: url(images/icon-share.png);
	margin-right: 5px;
}
a:hover.ex:after {
	content: url(images/icon-share_on.png);
	margin-right: 5px;
}

.anno {
	border-left: 5px solid #eea2b1;
	padding-left: 10px;
	font-size: 98%;
}

/*============================
	ページトップ
============================*/
#pageTop {
	z-index: 100;
	background: url(images/icon-gotop.png) no-repeat top left;
	color: #ffffff;
	position: fixed;
	bottom: 45px;
	margin-left: 1050px;
//	right: 50px;
	width: 50px;
	height: 50px;
}

#pageTop:hover {
	opacity: .5;
}

/*============================
	アイコン
============================*/
.footerLink {
	position: absolute;
	top: 800px;
	left: 0;
	right: 0;
	width: 250px;
	margin: 0 auto;
	z-index: 999;
	animation-delay: 16.5s;
}

.logoAnim {
	width:130px;
	height:70px;
	transition: .3s;
}

.logoAnim:hover {
	opacity: .7;
	transition: .3s;
}

.icon {
	width: 30px;
	height: 30px;
	padding: 5px;
	fill: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	background-color: #cc5e84;
	transition: .3s;
}

.icon:hover {
	background-color: #645655;
	opacity: .7;
	transition: .3s;
}

/*============================
	モーダルウィンドウ
============================*/

#open01, #open02 {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: none;
}

.close_overlay {	
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	display: block;
	text-indent: -9999px;
	background: #000;
	opacity: 0.6;
	z-index: 9990;
}

.modal_window {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 800px; 
	padding: 5px;
	overflow: hidden;
	background: #000;
	z-index: 9999;
}

.modal-title {
	width: 100%; height: 25px;
	padding: 10px 0;
	line-height: 25px;
	color: #8957a1;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	text-indent: 15px;
}

.modal_window p {
	padding: 5px 0;
	font-size: 12px;
	line-height: 160%;
	text-align: center;
	color: #fff;
}

.modal_window p a {
	color: #F39;
}
.modal_window p a:hover {
	color: #999;
}

.close_link {
	position: absolute;
	bottom: 5px; 
	right: 5px;
	width: 30px; height: 30px;
}

.modal_window audio {
	margin-left: 10px;
	width: 700px;
	max-height: 40px;
}

.modal_window video {
	width: 790px;
//	height: 394px;
}


/* CSS3 Modal Window SET
---------------------------------------*/

@-webkit-keyframes modalFadeIn {
	0% { opacity: 0; display: block; }
	100% { opacity: 1; }
}

div#modal div:target {
	-webkit-animation-name: modalFadeIn;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: 1;
	opacity: 1;
	display: block;
}
