* {
	margin:0;
	padding:0;
	}
	
html {
	background: url('../images/back.jpg');
	background-repeat: repeat;
	background-position: 0;
	background-size: auto;
	background-color: ffff;
	margin:0 auto;
	font-family: 'Open Sans',"Helvetica Neue",Helvetica,"メイリオ","ＭＳ Ｐゴシック",sans-serif;
	height: 100%;
	}

body {
	margin: 0,auto;
	font-size:14px;
	text-align: center;
	background-image:url(../images/side_back.png);
	background-repeat: repeat-y;
	}
	
.contents {
	margin: 0;
	right:0;
	font-size:14px;
	text-align: center;
	background-image:url(../images/side_back.png);
	background-repeat: repeat-y;
	background-position: right;
	}

.clear {
	clear:both;
	display:inline;
	line:height:0;
	}

img {
	border:0;
	line-height:0;
	}

a {
	border: 0;
	text-decoration: none;
	}

li {
	list-style: none;
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	}

.tleft {
	text-align:left;
	}

.tright {
	text-align: right;
	}

a:link { color: #342c2c; }
a:visited { color: #342c2c; }
a:hover { color: #e21659; }
a:active { color: #342c2c; }

a.link_white:link { color: #fff; }
a.link_white:visited { color: #fff; }
a.link_white:hover { color: #C0C0C0; }
a.link_white:active { color: #fff; }

.mt5 {
	margin-top:5px;
	}

.mt10 {
	margin-top:10px;
	}

/*header部分*/
.header_navi:before, .header_navi:after {
    content: '';
    display: table;
	}

.header_navi:after {
    clear: both;
	}

.header_navi {
    zoom: 1; /* for IE6/7 */
    width:90%;
	}

.logo_box {
	width: 200px;
	margin: 0;
	text-indent: -9999px;
	float:left;
	}

/*#header {
	background: #fff;
	padding:2% 4% 1%;
	position: fixed; 
	top:0;
    left: 0; 
    height: 70px;
    width:100%;
    z-index:999;
    display:block;
    box-shadow: 0px 2px 2px 1px rgba(0,0,0,0.4);
	}
	
#header .logo_box a {
	background: url('../images/logo.png') no-repeat;
	width: 200px;
	height: 60px;
	display:block;
	}

.header_rightbox {
	float:right;
	height: 70px;
	margin-top:20px;
	}

.triangle {
	border-color: #e21659 transparent transparent transparent;
	border-style:solid;
    border-width:6px;
    height:0px;
    width:0px;
    display: inline-block;
    vertical-align: middle;
    margin-right:-35px;
    margin-left:8px;
	}
*/
/*プルダウン*/
#menu li {
	float:left;
	background:#fff;/*ダウンボタンのカラー*/
	margin:1px 1px 0 0;
	position:relative;
	}

#menu li.sub {
	background:#fff;
	margin-right:50px;
	font-size:.9em;
	}

#menu li, #menu li a {
	display:block;
	text-decoration:none;
	cursor:pointer;
	text-align: center;
	}

#menu li:hover, #menu li a:hover {
	background:#fff;
	}

#menu ul {
	position:absolute;
	left:-9999px;
	font-size:12px;
	min-width: 110px;
	background:#fff;
	text-align:center;
	z-index:1000;
	}

#menu li.click {
	background:#fff;
	}

#menu li.click ul{
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.120);
	left:-75px;
	top:41px;/*クリックしたときにダウンボタンの始まる位置*/
	border:solid 1px #ccc;
	line-height:30px;
	}

#menu li.click li{
	padding:0 10px;
	}

/*メインビュー*/
#slide {
	background: url('../images/haikei.png') repeat-y scroll center;
	background-size:100% auto;
	padding:3% 5% 0;
	margin-top:80px;
}

.main_view {
	/*background: url('../images/haikei.png') repeat-y scroll center;*/
	background-size:100% auto;
	padding:0 0 0;
	margin-top:80px;
}

.main_view_text {
	width:60%;
	display:inline-block;
	float:left;
	margin-left: 1%;
}

	
.main_view h2 {
	font-size:4.3em;
	padding-top:15%;
	text-align:left;
	display:imline-block;
}

.main_view h3 {
	font-size:2em;
	color:#fff;
	font-weight:lighter;
	dsplay:inline-block;
	margin-bottom:5%;
	display:imline-block;
}

.main_view_img {
	width:35%;
	display:block;
	vertical-align:text-bottom;
	line-height:0;
	padding-top:3%;
	/*padding-bottom:3%;*/
	margin-left:1%;
}

.main_view:before, .main_view:after {
    content: '';
    display: table;
	}

.main_view:after {
    clear: both;
	}

.header_navi {
    zoom: 1; /* for IE6/7 */
    width:90%;
	}

.user_registbutton {
	margin-bottom:3%;
	}

.user_regist {
	background:#d4146a;
	color:#fff;
	font-size:1.2em;
	border-radius: 8px;        /* CSS3草案 */  
    -webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 8px;   /* Firefox用 */ 
    padding:12px 23px;
    width:200px;
    height:20px;
    text-align:center;
    dsplay:inline-block;
	}
	
/*コンテンツ内容*/
.content_detailbox h3 {
	font-size:2.2em;
	color:#e21659;
	margin:2% 0 1%;
}

.content_detailbox h4{
	font-size:1.6em;
	color:#fff;
	font-weight:lighter;
	margin-bottom:2%;
}

.content_detail01 {
	background: url('../images/content_detail01.jpg') no-repeat scroll center;
	background-size:100% auto;
	padding:3%;
	text-align:center;
	}

.content_detail02 {
	//background: url('../images/content_detail02.jpg') no-repeat scroll center;
	background-size:100% auto;
	padding:3%;
	text-align:center;
}

.content_detail_prereg {
	font-size:20px;
	//background: url('../images/content_detail02.jpg') no-repeat scroll center;
	background-size:100% auto;
	padding:3%;
	text-align:center;
}

.content_detail_prereg #inputemail{
	font-size:20px;
	width:290px; 
	height:45px;
}

/*フッター*/
#footer {
	background: #fe879d;
	padding:3% 5%;
	text-align:center;
	}

#footer ul {
	width:50%;
	text-align:center;
	margin:auto;
	width:100%;
	}

#footer li {
	margin-right:2.5%;
	font-size:.9em;
	}

.footer_bottomtbox {
	margin-top:0;
	text-align:center;
	font-size:.15em;
        color:white;
	line-height:135%;
	letter-spacing: .1em;
	border-top: solid 1px #fff;
	}

.nonpc{
    display: none;
}

.pc{
	margin: 0 auto;
    display:block;
	width: 1024px;
	height: auto;
	z-index: 998;
	text-align: center;
}

.pc img{
	text-align: center;
}

#header {
  width: 100%;
  min-height: 700px;
  z-index: 200;
  text-align: center;
}

#header .top-area {
  width: 100%;
  position: relative;
  text-align: left;
}

#header .top-area img{
	text-align: center;
	margin-top: 0;
	z-index: 10;
	width: 120%;
}

#header .top-area nav {
  position: absolute;
  top: 0;
  left: -25px;
  z-index: 0;
  background: url(../images/menu_back.png) no-repeat left top;
  background-size: contain;
  width: 230px;
  height: 750px;
}

#header .top-area nav ul {
  width:230px;
  padding: 210px 0 0 0;
  text-align: center;
}

#header .top-area nav ul img {
  vertical-align: top;
  width: auto;
}

#header .top-area nav ul .item1 {
  margin-top: 0;
  margin-left: -15px;
}


/* ポップアップ
-----------------------------*/ 
#open01{
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	position: absolute;
}

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

.modal_window {
	top: 3%;
	left: 50%;
	margin: 0 -25%;
	width: 800px;
	height: 750px;
	text-align: center;
	display: block;
	background: #ffdce3;
	position: absolute;
	z-index: 900;
}

.modal_window h2 {
	margin-bottom: 20px;
	width: 800px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	text-indent: 15px;
	background: #fe7995;
}
.modal_window p {
	padding: 0 15px 15px 15px;
	font-size: 12px;
	font-weight: bold;
	line-height: 160%;
	text-align: center;
	color: #ff335e;
}



/* CSS3 ModalWindow 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;
}


/*　キャラページ
----------------------------*/

.ouji_chara {
	display: table;
	text-align: center;
	margin: 0 auto;
}

.ouji_chara td {
	width: 50%;
}

.ouji_chara td img {
    border: none;
    position: relative;
    padding: -10px 0;
}

/*　twitter follow
----------------------------*/
.rt{
	display:block;
	background:url(../images/rt.png) no-repeat left top;
	background-size: auto;
}
.follow{
	text-align: right;
	z-index: 800;
	position: relative;
	padding-top: 73%;
	padding-left: 15%;
}

/* app
-----------------------------*/
.ouji_app {
	display: table;
	text-align: center;
	margin: 0 auto;
	width: 600px;
}

.ouji_app td img {
    border: none;
    position: relative;
}

/*voice
----------------------------*/
.voice_table {
	width: 250px;
	position: relative;
	z-index: 300;
	padding-top: 560px;
	padding-left: 260px;	
}

.voice_table td {
	width: 35%;
	margin-top: 0;
	text-align: center;
}

.claude {
	margin: 0;
	background-image: url(../images/ouji_chara01.png);
	background-repeat: no-repeat;
	background-size: auto;
	width: 800px;
	height: 750px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.cyril {
	margin: 0;
	background-image: url(../images/ouji_chara02.png);
	background-repeat: no-repeat;
	background-size: auto;
	width: 800px;
	height: 750px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	
}

.juli {
	margin: 0;
	background-image: url(../images/ouji_chara03.png);
	background-repeat: no-repeat;
	background-size: auto;
	width: 800px;
	height: 750px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}

.asena {
	margin: 0;
	background-image: url(../images/ouji_chara04.png);
	background-repeat: no-repeat;
	background-size: auto;
	width: 800px;
	height: 750px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}



/*     message
------------------------*/
.message{
	width: 1024px;
	margin: 0 auto;
	margin-top: 20px;
}

.message td{
	width: 25%;
	padding: 0 auto;
}
.message td img{
	width: 100%;
	padding: 0 auto;
	text-align: center;
}


/*     youtube
------------------------*/
.youtube {
	text-align: center;
	padding: 0 0 20px 0;
}