@charset "UTF-8";

html{
	height:100%;
}

body,div,p,form,fieldset,input,textarea,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
	line-height:1.2em;
	-webkit-text-size-adjust: none;
	background-color: #f8f8ef;
	text-align: center;
	font-size: 14px;
	margin:0 auto;
	min-width:320px;
	max-width:800px;
}

body a {
	overflow:hidden;
	outline:none;
}

body img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a {
	COLOR: #000000;
	text-decoration: underline;
}
a:visited {
	COLOR: #000000;
	text-decoration: underline;
}
a:active {
	COLOR: #f8547d;
	text-decoration: underline;
}
a:hover {
	COLOR: #FF0000;
	text-decoration: underline;
}

/*枠*/
#box {
	text-align: center;
	margin: auto;
	height: auto;
	width: 100%;
}

/*ヘッダーここから*/
#header {
	height: auto;
	margin: auto;
	float: left;
	width: 100%;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #57bb97;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #57bb97;
}

#header h1 {
	height: 60px;
	width: 170px;
	float: left;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 5px;
	text-align: left;
	background-image: url(../s_img/logo.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
}

#header h1 a{
	height: 60px;
	width: 170px;
	display: block;
	text-indent: -9999px;
	text-decoration: none;/*(Netscape7対策)*/
}

#header_info {
	float: right;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-right: 8px;
	text-align: right;
}

#header_info img {
	margin-left: 0px;
}
/*ヘッダーここまで*/

/*パンくずリスト*/
#breadcrumbs_list {
	float: right;
	text-align: left;
	height: auto;
	width: 98%;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
}

/*ナビ*/
#gnavi_back {
	background-image: url(../s_img/gnavi_back.jpg);
	background-repeat: no-repeat;
	float: left;
	height: auto;
	width: 100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	background-position: center center;
}

#gnavi {
	width:50%;
	text-align: center;
	float:left;
	box-sizing: border-box;
	border-top:1px solid #555;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}

/*外枠*/
#in_box {
	float: left;
	width: 100%;
	height: auto;
	/*background-color: #FFFFFF;*/
}

/*タイトル*/
#title {
	background-image: url(../s_img/title.png);
	background-repeat: no-repeat;
	text-align: left;
	float: left;
	height: 50px;
	padding-top: 20px;
	padding-left: 73px;
	font-weight: bold;
}

.title_sub {
	font-size: 10px;
	font-weight: bold;
	color: #3c8e6d;
}

.title_line {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
}

#title_main {
	font-weight: bold;
	height: auto;
	width: 100%;
	margin-top: 22px;
	padding-left: 73px;
	float: left;
	box-sizing: border-box; 
}

#title_sub {
	height: 10px;
	width: 100%;
	padding-left: 76px;
	font-size: 10px;
	font-weight: bold;
	color: #3c8e6d;
	letter-spacing: 0.1em;
	box-sizing: border-box; 
}

/*PCサイトグレー帯*/
.obi {
	background-color: #E8E8E8;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.obi a {
	text-decoration: none;
}

/*グレー帯BOX*/
.info {
	color: #666666;
	height: auto;
	width: 280px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 2px solid #666666;
	background-color: #FFFFFF;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;/* Firefox用 */
	font-weight: bold;
}

/*ページTOP*/
#page_top {
	float: left;
	height: 28px;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 1px;
	text-align: right;
}

#page_top img {
	margin-right: 8px;
}

/*フッター*/
#footer {
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 8px;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../s_img/footer_back.jpg);
	background-repeat: repeat;
}

/*コピーライト*/
#copyright {
	float: left;
	height: auto;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	background-color: #000000;
}

/*コンテンツ*/
.conte_box {
	margin: auto;
	height: auto;
	width: 96%;
	text-align: left;
}

/*会社概要テーブル*/
.comp_table {
	border-collapse:collapse;
	border: 1px solid #CCCCCC;
	color: #4D4D4D;
	font-size: 12px;
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: left;
}

.comp_table th tr td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	color: #4D4D4D;
	padding: 2px 10px 2px 10px;
	text-align: left;
}

.comp_table th {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	color: #4D4D4D;
	padding: 2px 10px 2px 10px;
	background-color: #f9f9f9;
	width: 24%;
	font-weight: normal;
}

.comp_table td {
	border: 1px solid #CCCCCC;
	vertical-align: middle;
	color: #4D4D4D;
	padding: 2px 10px 2px 10px;
	background-color: #ffffff;
	width: 76%;
}

/*地図ここから*/
.map_wrapper {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.googlemap {
	position: relative;
	padding-bottom: 40%;
	height: 0;
	overflow: hidden;
}
.googlemap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*地図ここまで*/

/*業務案内ここから*/
#work_g {
	float: left;
	height: auto;
	margin-top: 5px;
	margin-bottom: 10px;
	/*width: 600px;*/
}

/*業務案内各タイトル*/
.work_table {
	border-collapse:collapse;
	float: left;
	width: 100%;
	margin-top: 15px;
	text-align: left;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.work_table th tr td {
	vertical-align: top;
	text-align: left;
}

.work_table th {
	vertical-align: top;
	width: 20px;
	padding-bottom: 2px;
}

.work_table td {
	vertical-align: top;
	line-height: 1.4em;
	padding-bottom: 2px;
}

/*業務案内各内容*/
.work_n_table {
	border-collapse:collapse;
	float: left;
	width: 100%;
	margin-top: 0px;
	text-align: left;
	margin-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.work_n_table th tr td {
	vertical-align: top;
	text-align: left;
}

.work_n_table th {
	vertical-align: top;
	width: 25px;
	text-align: right;
	padding-bottom: 2px;
}

.work_n_table td {
	vertical-align: top;
	line-height: 1.4em;
	padding-bottom: 2px;
}

#work_s {
	font-size: 12px;
	color: #494949;
	clear: left;
	float: left;
	height: auto;
	/*width: 590px;*/
	padding-left: 10px;
	line-height: 1.5em;
}
/*業務案内ここまで*/

/*音楽企画、音楽制作、音響実施ここから*/
#meu_t {
	float: left;
	font-weight: bold;
	text-align: left;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 0px;
}

#meu_n {
	float: left;
	height: auto;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#sound {
	max-width: 600px;
	min-width: 300px;
}
#sound img {
  width: 100%;
}

.o_table {
	float: left;
	width: 100%;
}

.o_table th {
	width: 10px;
	vertical-align: top;
	font-weight: normal;
	text-align: left;
	color: #666666;
	font-size: 12px;
}

.o_table tr td {
	/*width: 598px;*/
	vertical-align: top;
	color: #666666;
	font-size: 12px;
}
/*音楽企画、音楽制作、音響実施ここまで*/

/*タレントブッキングここから*/
#talent_g {
	float: left;
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	margin-bottom: 10px;
}

#genres_meu {
	float: left;
	height: auto;
	line-height: 1.4em;
	margin-bottom: 10px;
	padding-left: 30px;
}

#talent_t {
	/*font-size: 20px;*/
	font-weight: bold;
	color: #333333;
	text-align: left;
	height: 30px;
	/*width: 600px;*/
}

#talent_photo {
	float: left;
	/*height: 160px;
	width: 140px;*/
	margin-right: 10px;
	margin-bottom: 5px;
}

.style_talent {
	font-weight: bold;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
}

#talent_s {
	font-size: 12px;
	color: #494949;
	float: right;
	height: auto;
	/*width: 440px;*/
	margin-bottom: 20px;
}
/*タレントブッキングここまで*/

/*イベントツールカテゴリーリストここから*/
#ru {
	height: auto;
	width: 100%;
	float: left;
}

#ru_cate_list_photo {
	height: 144px;
	width: 104px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	float: left;
}

#ru_cate_list_t {
	height: auto;
	width: 156px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	float: left;
}
/*イベントツールカテゴリーリストここまで*/

/*イベントツールアイテムリストここから*/
#ru_list_photo {
	height: auto;
	width: 94px;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
}

#ru_list_t {
	height: auto;
	width: 92px;
	margin-top: 5px;
	margin-bottom: 3px;
	text-align: left;
	font-size: 12px;
	line-height: 1.3em;
	margin-right: auto;
	margin-left: auto;
}
/*イベントツールアイテムリストここまで*/

/*イベントツールアイテム個別表示ここから*/
#ru_k {
	height: auto;
	width: 100%;
	text-align: left;
	border: 1px solid #CCCCCC;
	background-color: #FAFAFA;
	float: left;
	margin-top: 10px;
}

#ru_kin {
	height: auto;
	width: 100%;
	float: left;
	text-align: center;
}

#ru_kphoto {
	height: auto;
	max-width: 480px;
	min-width: 300px;
	margin-top: 10px;
	text-align: center;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#ru_kphoto img {
  width: 100%;
}

#ru_kcome {

	height: auto;
	width: 96%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#ru_kcome_line {
	width: 98%;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*イベントツールアイテム個別表示ここまで*/


.style_o {
	color: #FF6600;
}

.style_r {
	color: #CC0000;
}

.style_rb {
	color: #CC0000;
	font-weight: bold;
}

.style_b {
	font-weight: bold;
}

.style_blue {
	color: #003399;
}

.style_brown {
	color: #996600;
}

.style_blueb {
	color: #003399;
	font-weight: bold;
}

.style_gray {
	color: #666666;
}

.style_g {
	font-weight: bold;
	font-size: 15px;
	color: #333333;
}

.style_glink {
	font-weight: bold;
	font-size: 12px;
	color: #333333;
}

.clear {
	clear: both;
}