* {
	margin:0;
	padding:0;
}
	
body, html {
	background-color: #fff;
	background: url('../images/sp/back.jpg');
	background-repeat: repeat;
	background-position: top;
	background-size: contain;
	margin:0;
	height: 100%;
	width:100%;
	font-size:12px;
}

.contents {
	margin: 0,auto;
	font-size:14px;
	text-align: center;
	background: url('');

	}

body #contents {
	width:100%;
}

.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: 40px;
    width:100%;
    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 {
	max-width:20%;
	margin-top:5px;
}

#menu li.smallwindow {
 	margin-left:-10%;
 	margin-top:25%;
}
	
.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;
	}

/*メインビュー*/
.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:2em;
	padding-top:1px;
	text-align:left;
	display:imline-block;
}

.main_view h3 {
	font-size:.9em;
	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:1.8em;
	color:#e21659;
	margin:2% 0 1%;
}

.content_detailbox h4{
	font-size:1.1em;
	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 {
	margin-top: -18px;
	//background: url('../images/content_detail02.jpg') no-repeat scroll center;
	background-size:100% auto;
	padding:3%;
	text-align:center;
}

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

.content_detail_prereg #inputemail{
	font-size:12px;
	width:70%; 
	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:12px;
}

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

.nonpc{
	display:block;
	text-align: center;
}

.nonpc img{
	text-align: center;
}

.pc{
	display:none;
}

#header {
  width: 100%;
  min-height: 200px;
  /*background: url(../images/sp/top_back.png) no-repeat center top;
  background-size: contain;*/
  text-align: center;
  z-index: 400;
}

.sp_menu {
	width: 100%;
	background: url(../images/sp/menu_back.png) no-repeat top;
	text-align: center;
}

.sp_menu td {
	text-align: cenetr;
	width: 25%;
}

.sp_menu td img{
	text-align: center;
	vertical-align: bottom;
	padding-top: 15px;
}

td .coming img{
	text-align: center;
	vertical-align: bottom;
	padding-top: 2px;
}


@media only screen and (max-width: 480px) {

.sp_menu td {
	text-align: cenetr;
	width: 25%;
}	
	
.sp_menu td img{
	text-align: center;
	vertical-align: bottom;
	padding-top: 15px;
}
}

@media only screen and (max-width: 380px) {

.sp_menu td {
	text-align: cenetr;
	width: 25%;
}	
	
.sp_menu td img{
	text-align: center;
	vertical-align: bottom;
	width: 98%;
	padding-top: 15px;
}
}

/************ ポップアップ
                          *************/
#open01,
#open02 {
	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: 0;
	left: 0;
	margin: 0 auto;
	width: 100%;
	height: 500px;
	text-align: center;
	display: block;
	background: #ffdce3;
	position: absolute;
	z-index: 900;
}

.modal_window h2 {
	margin-bottom: 20px;
	width: 100%;
	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 10px 10px 10px;
	font-size: 10px;
	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;
}

/*　キャラページ
----------------------------*/
.chara {
	display: table;
	width: 100%;
	margin: 0 auto;
}

.ouji_chara {
	text-align: center;
	width: 100%;
	margin: 0 auto;
	background-color: #FFF,opacity:0;
}

.ouji_chara td a img{
	width: 90%;
	margin: 0 auto;
	display: inline-block;
}

.sp_claude {
	margin: 0;
	background-image: url(../images/ouji_chara01.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 2px;
}

.sp_cyril {
	margin: 0;
	background-image: url(../images/ouji_chara02.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 2px;
}

.sp_juli {
	margin: 0;
	background-image: url(../images/ouji_chara03.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 2px;
}

.sp_asena {
	margin: 0;
	background-image: url(../images/ouji_chara04.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 100%;
	margin: 0 auto;
	margin-top: 2px;
}

.ouji_chara td a {
	text-align: cenetr;
	width: 25%;
	display: table-cell;
}	
	
.ouji_chara td img{
	text-align: center;
	vertical-align: middle;
	width: 96%;
}

.voice_table {
	width: 100%;
	position: relative;
	z-index: 300;
	padding-top: 520px;
	padding-left: 0px;	
}

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

@media only screen and (max-width: 760px) {
.sp_claude {
	width: 700px;
	height: 680px;
}
.sp_cyril {
	width: 700px;
	height: 680px;
}
.sp_juli {
	width: 700px;
	height: 680px;
}
.sp_asena {
	width: 700px;
	height: 680px;
}
	
}	

@media only screen and (max-width: 480px) {
.sp_claude {
	width: 400px;
	height: 380px;
}
.sp_cyril {
	width: 400px;
	height: 380px;
}
.sp_juli {
	width: 400px;
	height: 380px;
}
.sp_asena {
	width: 400px;
	height: 380px;
}

.voice_table {
	width: 100%;
	position: relative;
	z-index: 300;
	padding-top: 300px;
	padding-left: 0px;	
}

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

@media only screen and (max-width: 380px) {
.sp_claude {
	width: 300px;
	height: 280px;
}
.sp_cyril {
	width: 300px;
	height: 280px;
}
.sp_juli {
	width: 300px;
	height: 280px;
}
.sp_asena {
	width: 300px;
	height: 280px;
}

.voice_table {
	width: 100%;
	position: relative;
	z-index: 300;
	padding-top: 220px;
	padding-left: 0px;	
}

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

/*　twitter follow
----------------------------*/
.rt{
	display:block;
	width:100%;
	background:url(../images/rt.png) no-repeat left top;
	background-size: contain;
}

.follow{
	z-index: 800;
	position: relative;
	padding-top: 75%;
	padding-left: 1%;
}

.follow img{
	width: 85%;
}

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

.ouji_app td{
	width: 50%;
}

.ouji_app td img {
    border: none;
	width: 95%;
	text-align: center;
}

.ouji_app th{
	width: 100%;
}


/*     message
------------------------*/
.message{
	width: 100%;
	margin: 0 auto;
	margin-top: 5px;
}

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


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