﻿@charset "UTF-8";

/*汎用設定*/


body
{
	color: #333;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 14px;
	line-height: 1.6em;
	line-break: strict;
	word-break: break-all;
	text-align: justify;
	text-justify: distribute;
	background: #000;
	-webkit-text-size-adjust: 100%;
}
a:link
{
	text-decoration: none;
	color: #6C3;
}
a:visited
{
	text-decoration: none;
	color: #6C3;
}
a:hover
{
	text-decoration: underline;
	color: #F60;
}
img
{
	border: none;
}
p
{
	margin-bottom: 1em;
}


.kyoutyou {
    background-color: #ffff66;
    color: #ff3333;
    border-bottom: 2px solid #ff3333;
}


/*エリア指定*/

#header-base
{
	width: 100%;
	height: 80px;
	background: #000;
}
#header
{
	max-width: 970px;
	height: 80px;
	margin: 0 auto;
	position: relative;
	background: url(../images/common/logo-base.png) no-repeat center center;
}
#header #logo
{
	position: absolute;
	top: 10px;
	left: 0px;
}
#header #social
{
	position: absolute;
	top: 25px;
	right: 0;
}
#header #social ul
{
	list-style: none;
}
#header #social ul li
{
	float: right;
	margin-left: 5px;
}

#wrapper
{
	max-width: 970px;
	margin: 20px auto 20px auto;
}
#wrapper img
{
	max-width: 100%;
}

#wrapper .music_dl
{
	width: 950px;
	float: left;
	margin: 20px 20px 20px 20px;
	font-size: 14px;
}

#wrapper .music_dl img
{
	float: left;
	border: 3px #ffffff solid;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #acacac;
	overflow: hidden;
	margin: 0px 20px 20px 20px;
}
#wrapper .info_yuzu img
{
	border: 3px #ffffff solid;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #acacac;
	overflow: hidden;
}


#wrapper .info
{
	font-size: 16px;
	margin-bottom: 10px;
	border: 5px solid #999;
	
}
#wrapper .info p
{
	margin: 0px;
}

#wrapper .info .tex
{
	margin-bottom: 0px;
	padding: 15px;
}
#wrapper .info .tex .righ
{
	text-align: right;
}


#wrapper .live
{
	width: 950px;
	float: left;
	margin: 20px 20px 20px 20px;
	font-size: 14px;
}

#wrapper .live img
{
	border: 3px #ffffff solid;
	border-radius: 5px;
	box-shadow: 0px 0px 3px #acacac;
	overflow: hidden;
	margin: 0px 20px 20px 20px;
}




/*ナビゲーション*/

#meanmenu
{
	overflow: hidden;
}

nav
{
	background: #ffbb00;
}
nav ul
{
	width: 100%;
	margin: 0 auto;
	list-style: none;
	display: table;
	table-layout: fixed;
}
nav ul li
{
	display: table-cell;
	text-align: center;
	border-left: 1px solid #fff;
}
nav ul li:last-child
{
	border-right: 1px solid #fff;
}
nav ul li.navi01 a
{
	background: url(../images/common/navi01.png) no-repeat center;
	display: block;
	overflow: hidden;
	padding: 1em 0;
	text-indent: -9999px;
}
nav ul li.navi01 a:hover
{
	background: url(../images/common/navi01.png) no-repeat center #FC0;
}
nav ul li.navi02 a
{
	background: url(../images/common/navi02.png) no-repeat center;
	display: block;
	overflow: hidden;
	padding: 1em 0;
	text-indent: -9999px;
}
nav ul li.navi02 a:hover
{
	background: url(../images/common/navi02.png) no-repeat center #FC0;
}
nav ul li.navi03 a
{
	background: url(../images/common/navi03.png) no-repeat center;
	display: block;
	overflow: hidden;
	padding: 1em 0;
	text-indent: -9999px;
}
nav ul li.navi03 a:hover
{
	background: url(../images/common/navi03.png) no-repeat center #FC0;
}
nav ul li.navi04 a
{
	background: url(../images/common/navi04.png) no-repeat center;
	display: block;
	overflow: hidden;
	padding: 1em 0;
	text-indent: -9999px;
}
nav ul li.navi04 a:hover
{
	background: url(../images/common/navi04.png) no-repeat center #FC0;
}
nav ul li.navi05 a
{
	background: url(../images/common/navi05.png) no-repeat center;
	display: block;
	overflow: hidden;
	padding: 1em 0;
	text-indent: -9999px;
}
nav ul li.navi05 a:hover
{
	background: url(../images/common/navi05.png) no-repeat center #FC0;
}
nav ul li.navi06 a
{
	background: url(../images/common/navi06.png) no-repeat center;
	display: block;
	overflow: hidden;
	padding: 1em 0;
	text-indent: -9999px;
}
nav ul li.navi06 a:hover
{
	background: url(../images/common/navi06.png) no-repeat center #FC0;
}

/*下層ナビ*/

#s-navi
{
	margin-bottom: 20px;
	overflow: hidden;
}
#s-navi ul
{
	width: 100%;
	display: table;
	table-layout: fixed;
	list-style: none;
}
#s-navi ul li
{
	display: table-cell;
	text-align: center;
	border-left: 1px solid #CCC;
}
#s-navi ul li:last-child
{
	border-right: 1px solid #CCC;
}

/*トップバナー*/

#top-banner-l ul
{
	list-style: none;
}
#top-banner-l ul li
{
	margin-bottom: 10px;
}
#top-banner-l ul li img
{
	width: 100%;
}


#top-banner-s ul
{
	width: 101.03092%;
	margin-right: 1.03092%;
	list-style: none;
	overflow: hidden;
	margin-bottom: 10px;
}
#top-banner-s ul li
{
	float: left;
	width: 48.96908%;
	margin-right: 1.03092%;
	margin-bottom: 10px;
}
#top-banner-s ul li img
{
	width: 100%;
}

/*アイテムフレーム*/

.item-frame
{
	padding: 20px;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	overflow: hidden;
}
.item-frame .pic
{
	float: left;
	margin-right: 20px;
}
.item-frame .pic img
{
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.5); 
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
}
.item-frame .name
{
	font-weight: bold;
	color: #F60;
	font-size: 1.4em;
	margin-bottom: 0.5em;
}
.item-frame .name2
{
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 1em;
	padding-bottom: 1em;
	color: #39C;
	font-size: 1.2em;
}

/*トップページフレーム*/

.top-frame-wrap
{
	width: 101.03092%;
	margin-right: 1.03092%;
	overflow: hidden;
	margin-bottom: 20px;
}
.top-frame-wrap .top-frame
{
	float: left;
	width: 48.96908%;
	margin-right: 1.03092%;
	font-size: 12px;
	line-height: 1.5em;
	border: 1px solid #ccc;
	box-sizing: border-box;
	padding: 5px 10px 10px 10px;
}
.top-frame-wrap .top-frame2
{
	border: 1px solid #ccc;
	padding: 5px 10px 10px 10px;
	box-sizing: border-box;
	max-width: 970px;
}
.top-frame-wrap .top-frame img,
.top-frame-wrap .top-frame2 img
{
	max-width: 100%;
}
.update-frame
{
	height: 250px;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 10px;
	box-sizing: border-box;
}
.update-frame dl
{
	border-bottom: 2px dotted #FFCC00;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}
.update-frame dt
{
	float: left;
	color: #F60;
	width: 7em;
}
.update-frame dd
{
	margin: 0px 0px 0px 7em;
	color: #930;
}

/*見出し*/

h2
{
	background-size: 250px 40px,35px 40px,10px 40px;
	background-repeat: no-repeat,no-repeat,repeat-x;
	background-position: left center,right center,left center;
	height: 40px;
	text-indent: -9999px;
	width: 100%;
	margin-bottom: 20px;
}
h2.midashi01
{
	background-image:
	url("../images/common/midashi01.png") ,
	url("../images/common/midashi_right.png") ,
	url("../images/common/midashi_bg.png");
}
h2.midashi02
{
	background-image:
	url("../images/common/midashi02.png") ,
	url("../images/common/midashi_right.png") ,
	url("../images/common/midashi_bg.png");
}
h2.midashi03
{
	background-image:
	url("../images/common/midashi03.png") ,
	url("../images/common/midashi_right.png") ,
	url("../images/common/midashi_bg.png");
}
h2.midashi04
{
	background-image:
	url("../images/common/midashi04.png") ,
	url("../images/common/midashi_right.png") ,
	url("../images/common/midashi_bg.png");
}
h2.midashi05
{
	background-image:
	url("../images/common/midashi05.png") ,
	url("../images/common/midashi_right.png") ,
	url("../images/common/midashi_bg.png");
}
h2.midashi06
{
	background-image:
	url("../images/common/midashi06.png") ,
	url("../images/common/midashi_right.png") ,
	url("../images/common/midashi_bg.png");
}
h3
{
	background-size: 250px 25px,30px 25px,10px 25px;
	background-repeat: no-repeat,no-repeat,repeat-x;
	background-position: left center,right center,left center;
	height: 25px;
	text-indent: -9999px;
	width: 100%;
	margin-bottom: 10px;
}
h3.midashi01
{
	background-image:
	url("../images/top/midashi01.png") ,
	url("../images/top/midashi_right.png") ,
	url("../images/top/midashi_bg.png");
}
h3.midashi02
{
	background-image:
	url("../images/top/midashi02.png") ,
	url("../images/top/midashi_right.png") ,
	url("../images/top/midashi_bg.png");
}
h3.midashi03
{
	background-image:
	url("../images/top/midashi03.png") ,
	url("../images/top/midashi_right.png") ,
	url("../images/top/midashi_bg.png");
}
h3.midashi04
{
	background-image:
	url("../images/top/midashi04.png") ,
	url("../images/top/midashi_right.png") ,
	url("../images/top/midashi_bg.png");
}
h3.midashi05
{
	background-image:
	url("../images/top/midashi05.png") ,
	url("../images/top/midashi_right.png") ,
	url("../images/top/midashi_bg.png");
}
h4
{
	font-size: 1.2em;
	margin-bottom: 0.7em;
}

/*採用情報*/

.recruit-dummy
{
	padding: 5em 0;
}

/*フッター*/

#footer-base
{
	width: 100%;
	background: #000;
	font-size: 12px;
}
.footer
{
	max-width: 970px;
	margin: 0 auto;
	text-align: center;
	padding: 1em 0;
}
#page-top
{
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	background: url(../images/common/go_top.png) no-repeat;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	cursor: pointer;
}


/*年齢認証*/

#caution
{
    position:fixed;
    margin: 0 auto;  
    width:100%;
	height:100%;
	background-color: rgba(80,50,40,0.9);
	z-index:500;
}
#caution-bg
{
	width: 60%;
	height: auto;
	background: #fff;
	margin: 0px auto;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	-o-border-radius: 5px; 
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.5); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.5); 
	box-shadow: 0 1px 4px rgba(0,0,0,.5);
	padding: 20px;
	box-sizing: border-box;
}
#caution-bg .btn-wrap
{
	width: 250px;
	margin: 0 auto;
	overflow: hidden;
}
#caution-bg .btn-wrap .btn-yes
{
	float: left;
}
#caution-bg .btn-wrap .btn-no
{
	float: right;
}

/*MOBILE--------------------------------------------------------------------------------------*/

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

/*エリア指定*/

#header-base
{
	height: 60px;
}
#header
{
	width: 100%;
	background: url(../images/common/logo-base2.png) no-repeat center center;
	height: 60px;
}
#header #logo
{
	left: 5px;
	top: 5px;
}
#header #logo img
{
	height: 50px;
}
#header #social
{
	right: 5px;
	top: 15px;
}
#wrapper
{
	width: 100%;
	margin: 0px auto;
	padding: 10px;
	box-sizing: border-box;
}

/*ナビゲーション*/

nav ul
{
	width: 100%;
}

/*下層ナビ*/

#s-navi
{
	margin-bottom: 10px;
}
#s-navi ul
{
	width: 100%;
	display: block;
	table-layout: fixed;
	list-style: none;
}
#s-navi ul li
{
	display: block;
	text-align: center;
	border-left: none;
	border-top: 1px solid #ccc;
}
#s-navi ul li:last-child
{
	border-right: none;
	border-bottom: 1px solid #ccc;
}


/*トップバナー*/

#top-banner-l ul li
{
	margin-bottom: 5px;
}
#top-banner-s ul
{
	margin-bottom: 5px;
}
#top-banner-s ul li
{
	margin-bottom: 5px;
}

/*トップページフレーム*/

.top-frame-wrap
{
	width: 100%;
	margin-right: 0;
	overflow: hidden;
	margin-bottom: 0px;
}
.top-frame-wrap .top-frame,
.top-frame-wrap .top-frame2
{
	float: none;
	width: 100%;
	margin-right: 0;
	margin-bottom: 10px;
}


/*アイテムフレーム*/

.item-frame
{
	padding: 10px;
	margin-bottom: 10px;
	overflow: hidden;
}
.item-frame .pic
{
	float: none;
	width: 50%;
	margin: 0px auto;
}
.item-frame .name
{
	font-weight: bold;
	color: #F60;
	font-size: 1.2em;
	margin-bottom: 0;
	margin-top: 0.5em;
}
.item-frame .name2
{
	border-bottom: 2px dotted #CCCCCC;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	color: #39C;
	font-size: 1em;
}

/*見出し*/

h2
{
	margin-bottom: 10px;
}

/*フッター*/

.footer
{
	width: 100%;
	line-height: 1.5em;
	font-size: 10px;
}
#page-top
{
	bottom: 5px;
	right: 5px;
}

/*年齢認証*/

#caution-bg
{
	width: 90%;
	padding: 20px;
}


}
