@charset "UTF-8";

/*//////////////////////////////////////////////////////////////

	スマホ用CSS
	
//////////////////////////////////////////////////////////////*/
/* コピー無効化 */
html,body {
 -webkit-touch-callout:none; // リンク長押しのポップアップ(※1)を無効化
  -webkit-user-select:none; // テキスト長押しの選択ボックス(※2)を無効化
}

header {
	width:100%;
	background-color:#FFFFFF;
	position:relative;
	position: fixed;
    top: 0;
    left:0;
	height: auto;
}

#wrapper {
	margin-top:15.5%;
}

.inner_box {
	padding:10px;	
	text-align:left;
}
#sns {
	width:99%;
	padding:5px 0 0 3%;
	background:#FFF;
}
#sns li {
	float:left;
}
#sns li#fb {
	width:120px !important;
}
#sns li#twitter {
	width:110px !important;
}
#sns li#google {
	width:80px !important;
}
#brn_movie {
	margin: 0 10px 10px 10px;
	border: 1px #ccc solid;
}
footer {
	padding:30px 0 50px 0;
	text-align:center;
	background-color:#FFF;
}
#photo_txt {
	background-image:url(../img/bg.gif);
	color:#fff;
	padding-bottom:20px;
}
.border_box {
	width:87%;
	margin:0 auto;
	text-align:left;
	border:1px solid #fff;
	padding:10px;
	font-weight:bold;
	font-size:85%;
}
h3.ttl {
	border:1px solid #fff;
	text-align:left;
	padding:2px 5px;
	margin-bottom:10px;
}

#landing {
	background-color:#F8738A;
	color:#FFF;
	font-size:100%;
}
#landing .pht_box li {
	width:46%;
}

#landing .cast_list {
	font-size:90%;	
}
#landing .cast_list dt {
	width:47%;
	float:left;
	text-align:right;
}
#landing .cast_list dd {
	width:47%;
	float:right;
	text-align:left;
}
#landing .kyouryoku_list {
	font-size:90%;	
}
#landing .kyouryoku_list dt {
	width:47%;
	float:left;
	text-align:left;
}
#landing .kyouryoku_list dd {
	width:47%;
	float:right;
	text-align:left;
}
#landing .sponsor_list li {
	margin-bottom:10px;
}


/* gmenu */

#gmenu {
    display: block;
    float: right;
    overflow: hidden;
    /*text-indent: -9999px;*/
	position:absolute;
	top: 5px;
	right:5px;
	z-index:200;
	border-radius: 5px;
	background:#F8738A;
	padding:10px 13px;
	color:#FFF;
	font-size:90%;
	line-height:155%;
}


#gmenu span {
	display:block;
	width:20px;
	border-bottom: 3px solid #fff;
	margin-top:3px;
	margin-bottom: 3px;
}

.accordion {
	width: 100%;
	position:absolute;
	z-index:100;
	top:0;
}

#smenu { display: none; }

#smenu ul {
	z-index:100;
}

#smenu li { 
	width: 100%;
	background:#fff;
	border-bottom:#eeeeee 1px solid;
}

#smenu li a {
	padding: 14px 0 14px 10px;
	font-size: 16px;
	display: block;
	color:#666666;
	font-weight:bold;
	text-decoration: none;
	text-align: left;
}

#smenu li.nav01 {
	background:#FFF url(../img/icon_nav01.png) 10px center no-repeat;
	background-size:40px;
	padding-left:50px;
}
#smenu li.nav02 {
	background:#FFF url(../img/icon_nav02.png) 10px center no-repeat;
	background-size:40px;
	padding-left:50px;
}
#smenu li.nav03 {
	background:#FFF url(../img/icon_nav03.png) 10px center no-repeat;
	background-size:40px;
	padding-left:50px;
}

.btn_entry a{
	color:#FFF;
}

.btn_entry{
	margin:20px auto 0;
	padding:30px 13px;
	color:#FFF;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #fff;
}



.area_photo {
	width:100%;
	height:200px;
	background:#CCCCCC;	
}


/* photo */
.bg_pink {
	padding-bottom: 30px;
	background-image:url(../img/bg.gif);
	color:#fff;
}
.bg_palepink {
	background:#fde6eb;
}

.ind{
	padding-left:1.5em;
	text-indent: -1.5em;
}
.ind_2{
	padding-left:2.3em;
	text-indent: -3em;
}

ul.list_ind{
	width:91%;
	margin:20px auto;
	list-style:none;
}
ul.list_ind li{
	padding-left: 0.8em;
	text-indent: -1.3em;
	float:left;
	text-align:left;
}
ul.list_ind li.last{
	margin-bottom:0;
}

#campaing_area ul li{
	margin:15px 0;
}

#campaing_area ul.list_ind li{
	margin:0 0 5px;
}


.txt_block{
	/*width:85%;*/
	margin:5px auto;
	text-align:left;
}

.apply_rules .open,
.apply_rules .close {
	margin-top: 10px;
	display:block;
	text-decoration:underline;
	cursor:pointer;
}

.apply_rules .open:hover,
.apply_rules .close:hover {
	text-decoration:none;
}

.apply_rules a{
	color: #fff;
}

.apply_rules a:link,
.apply_rules a:visited{
	text-decoration:underline;
}

.apply_rules a:hover{
	text-decoration:none;
}

section#gallery {
	padding-bottom:35px;
}

section#gallery ul{
	width:93%;
	margin:5px auto;
}
section#gallery ul li{
	width:93%;
	margin:5px auto;
}

section#gallery .box {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 2px #999;
    float: left;
    margin:5px auto;
    padding: 10px;
}
section#gallery .col2 {
    background: none repeat scroll 0 0 #fff;
    box-shadow: 0 0 2px #999;
}

section#gallery .name {
    color: #f87e97;
    font-size: 12px;
    margin:15px 0 10px;
    text-align: left;
}
section#gallery .title {
    color: #666;
    font-size: 13px;
    margin-bottom: 5px !important;
    text-align: left;
}
section#gallery .centered {
    margin: 0 auto;
}

a:link.kiyaku,
a:visited.kiyaku {
color:#FFF;
}

.txt_announce{
	margin: 20px 0;
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #FA7E97;
}