@charset "Shift_JIS";

/*--------------------------------------------------------
  レイアウトパーツ設定
--------------------------------------------------------*/

/* ヘッダー内パーツ */

#sanoffice-header{
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


#sanoffice-headerLogo{
    width: 550px;
    float: left;
}

#sanoffice-headerMain h1{
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0;
	text-align: left;
	font-weight: normal;
	line-height: 18px;
	font-size: 10px;
	color: #000000f; /*#fffff*/
	text-align: right;

}

#sanoffice-headerLogo a{
    display: block;
    margin-top: 11px;
    margin-right: 0;
    margin-bottom: 11px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    text-indent: -9999px;
    overflow: hidden;
    height: 40px;
    background-image : url(../images/logo_header.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#sanoffice-headerExtra1{
    width: 330px;
    margin-top: 15px;
    margin-right: 10px;
    float: right;
	letter-spacing: 0.1em;
}
#sanoffice-headerExtra1 p.tel{
    /* 電話番号の文字設定 */
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    color: #676767;
    line-height: 1.4;
    text-align: right;
}

#sanoffice-headerExtra1 p.tel span{
    /* 電話番号の「TEL」文字設定 */
    color: #676767;
    font-weight: normal;
}

#sanoffice-headerExtra1 p.address{
    /* 住所文字設定 */
	color: #676767;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    line-height: 1.2;
    text-align: right;
}


/* フッター内パーツ */

#sanoffice-footer{
	border-top-color: #ea5514;
	border-top-width: 4px;
	border-top-style: solid;
}

#sanoffice-footerMain{
	background-color: #666666;
	padding-top: 8px;
	padding-bottom: 8px;
}
#sanoffice-footerMain p{
    /* コピーライト文字設定 */
    text-align: center;
	color: #fff;
	margin: 0;
}

#sanoffice-footerExtra1{
    padding-top: 23px;
    padding-bottom: 23px;
    width: 100%;
	background-color: #464646;
}

#sanoffice-footerExtra1 ul{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    width: 980px;
}

#sanoffice-footerExtra1 li{
    /* フッターナビ設定 */
    display: inline;
    background-image : url(../images/arrow_footer.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 16px;
    padding-right: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
    font-weight: normal;
}

#sanoffice-footerExtra1 a:link{
    color: #fff;
    text-decoration: none;/*underline*/
}
#sanoffice-footerExtra1 a:visited{
    color: #fff;
    text-decoration: none;/*underline*/
}
#sanoffice-footerExtra1 a:hover{
    color: #ccc;
    text-decoration: none;/*underline*/
}
#sanoffice-footerExtra1 a:active{
    color: #ccc;
    text-decoration: none;/*underline*/
}

/*--------------------------------------------------------
  ナビゲーションデザイン設定
--------------------------------------------------------*/

#sanoffice-nav li a{
    /* ナビゲーション文字設定 */
    font-weight: normal;
}

#sanoffice-nav li a:link{
    color: #000;
    text-decoration: none;
}
/* ナビゲーション文字色設定 */
#sanoffice-nav li a:visited{
    color: #000;
    text-decoration: none;
}
#sanoffice-nav li a:hover{
    color: #000;
    text-decoration: none;
}
#sanoffice-nav li a:active{
    color: #000;
    text-decoration: none;
}

#sanoffice-nav li span.en{/*default span.ja*/
    display: none;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link{
    color: #000;
    text-decoration: underline;
}
a:visited{
    color: #000;
    text-decoration: underline;
}
a:hover{
    color: #666;
    text-decoration: none;
}
a:active{
    color: #666;
    text-decoration: none;
}

#sanoffice-skip{
    /* ヘッダースキップの非表示 */
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
}

p{
    margin-top: 0.5em;
    margin-bottom: 2em;
    padding-right: 20px;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}

p.large{
    font-weight: bold;
}
p.indent{
    padding-left: 25px;
}

.left{
    float: left;
}

img.left{
    margin-left: 14px;
}

.right{
    float: right;
}

img.right{
    margin-right: 24px;
}

hr{
    width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-right: 24px;
    margin-bottom: 20px;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    clear: both;
    border-top-width: 1px;
    border-top-style: none;
    border-right-width: 1px;
    border-right-style: none;
    border-left-width: 1px;
    border-left-style: none;
    color: #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: none;
}

.sanoffice-layoutset-02 h2{
    padding-left: 33px;
	padding-top: 0px;
	padding-bottom: 0px;
    text-align: left;
	line-height: 78px;
    color: #fff;
    font-weight: normal;
	font-size: 1.4em;
	letter-spacing: 0.1em;
}

h2 span.ja{
    display: none;
}

#sanoffice-wrapper h3{
	background-image : url(../images/index_bg.png);
	background-position: 160px 0px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #333;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	border-left-width: 5px;
	border-left-color: #EA5514;
	border-left-style: solid;
	line-height: 1.1;
}


#sanoffice-wrapper #privacy h3{
	background-position: 280px 0px;/*プライバシーポリシー用*/
}

h3.sanoffice-c-index{
    height: 1px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-indent: -9999px;
    background: none;
}

h4{
    margin-top: 0;
    margin-right: 24px;
    margin-bottom: 1em;
    margin-left: 0;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1em;
    line-height: 1.2;
    color: #d72841;
    font-weight: bold;
}

h5{
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 14px;
	margin-right: 34px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 0px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.2;
	color: #FF0000;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #d72841;
}

h6{
	margin-top: 0;
	margin-right: 24px;
	margin-bottom: 1em;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
	font-size: 1.4em;
	line-height: 1.2;
	color: #D72841;
	font-weight: bold;
}



table{
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: 10px;
    border-collapse: collapse;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #cccccc;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #cccccc;
	width: 90%;
}

table th{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    background-color: #eddee0;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

table td{
    padding-top: 8px;
    padding-right: 15px;
    padding-bottom: 8px;
    padding-left: 8px;
    text-align: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #cccccc;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #cccccc;
}

/* フォームパーツ設定 */
input.button{
    margin-top: 15px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
	padding: 10px;
}
textarea{
    width: 400px;
    height: 200px;
}

input.l{
    width: 400px;
}
input.m{
    width: 250px;
}
input.s{
    width: 150px;
}
#contact form{
	text-align:center;
}
#contact form h3{
	text-align: left;
}
#contact form table{
	margin-left:auto;
}

/* メインコンテンツ内基本パーツ */

#sanoffice-main p{
    margin-left: 10px;
    margin-right: 10px;
}

#sanoffice-main ul{
    margin-top: 0;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#sanoffice-main ul li{
    text-align: left;
    line-height: 1.5;
    padding-top: 10px;/*10px*/
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(../images/point_arrow.png);
    background-position: 5px 10px;/*5px 7px*/
    background-repeat: no-repeat;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
}

#sanoffice-main dl{
    margin-top: 0;
    margin-right: 15px;
    margin-bottom: 30px;
    margin-left: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;

}

#sanoffice-main dt{
    float: left;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    font-weight: normal;
    width: 140px !important;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 20px;
    background-image : url(../images/point_arrow.png);
    background-position: 5px 10px;
    background-repeat: no-repeat;
}

#sanoffice-main dd{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: left;
    line-height: 16px;
    min-height: 16px;
    padding-left: 165px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
}

*:first-child + html #sanoffice-main dd{
    /* for IE7 */
    padding-left: 10px;
    min-height: 20px;
}

* html #sanoffice-main dd{
    /* for IE6 */
    height: 20px;
    padding-left: 0px;
}

#sanoffice-main dl::after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#sanoffice-main img.left{
    margin-top: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    float: left;
}

#sanoffice-main img.right{
    margin-top: 5px;
    margin-bottom: 10px;
    margin-left: 20px;
    float: right;
}

#pagetop{
    clear: both;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    background-image : url(../images/return_top.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    padding-left: 18px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    line-height: 1.6;
}
#pagetop a:link{
	color: #000000;
	text-decoration: none;
}
#pagetop a:hover{
	text-decoration: underline;
}
#pagetop a:visited{
	color: #000000;
}

/* サイドブロック内パーツ */

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
	}

#banner li{
    padding-bottom: 8px;
}

#banner li a{
    display: block;
    width: 267px;
    height: 48px;
    text-indent: -9999px;
    overflow: hidden;
}



#banner a#banner-service{
    /* 製品一覧バナー */
    background-image : url(../images/banner_1C1a_01.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-recruit{
    /* 採用情報バナー */
    background-image : url(../images/banner_1C1a_02.png);
    background-position: top left;
    background-repeat: no-repeat;
}



 /* アクセスバナー*/
/*
#banner a#banner-access{
   
    background-image : url(../images/banner_1C1a_03.png);
    background-position: top left;
    background-repeat: no-repeat;
}
*/


#banner a#banner-jurassic{
    /* ジュラシックファクトリーバナー */
    background-image : url(../images/bnr_jurassic.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-audition{
    /* オーディションバナー */
    background-image : url(../images/bnr_audition.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-affiliation{
    /* 所属タレントバナー */
    background-image : url(../images/bnr_affiliation.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-student{
    /* 研究生バナー */
    background-image : url(../images/bnr_student.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-lesson_student{
    /* レッスン生バナー */
    background-image : url(../images/bnr_lesson_student.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-company{
    /* 会社概要バナー */
    background-image : url(../images/bnr_company.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-access{
    /* アクセスバナー */
    background-image : url(../images/bnr_access.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-contactus{
    /* お問い合わせバナー */
    background-image : url(../images/bnr_contactus.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-girlsunit{
    /* ガールズユニットバナー */
    background-image : url(../images/bnr_girlsunit.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-boysunit{
    /* ボーイズユニットバナー */
    background-image : url(../images/bnr_boysunit.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-bellmare{
    /* ベルマーレクィーンバナー */
    background-image : url(../images/bnr_bellmare-queen.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-salespromotion{
    /* セールスプロモーション部バナー */
    background-image : url(../images/bnr_sales-promotion.png);
    background-position: top left;
    background-repeat: no-repeat;
}



#banner a#banner-distribution{
    /* ネット配信バナー */
    background-image : url(../images/bnr_distribution.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-product{
    /* 自社制作バナー */
    background-image : url(../images/bnr_product.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-kids{
    /* キッズ部門バナー */
    background-image : url(../images/bnr_kids.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-idol{
    /* アイドル部門バナー */
    background-image : url(../images/bnr_idol.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-senior{
    /* シニア部門バナー */
    background-image : url(../images/bnr_senior.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-terms{
    /* 利用規約バナー */
    background-image : url(../images/bnr_terms.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-partnership{
    /* 業務提携バナー */
    background-image : url(../images/bnr_partnership.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-ameblo{
    /* 布施博アメブロバナー */
    background-image : url(../images/bnr_fuse_blog.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-salespromotion{
    /* セールスプロモーション部バナー */
    background-image : url(../images/bnr_sales-promotion.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-lesson{
    /* レッスンバナー */
    background-image : url(../images/bnr_lesson.png);
    background-position: top left;
    background-repeat: no-repeat;
}

#banner a#banner-citrus{
    /* CITRUSバナー */
    background-image : url(../images/bnr_citrus.png);
    background-position: top left;
    background-repeat: no-repeat;
}



#banner a#banner-radio{
    /* 岡本修の湘南トーキング */
    background-image : url(../images/bnr_shonan-talking.png);
    background-position: top left;
    background-repeat: no-repeat;
	width: 267px;
	height: 145px;
}


#banner a#banner-niconico{
    /* ニコニコ生放送 */
    background-image : url(../images/bnr_niconico.png);
    background-position: top left;
    background-repeat: no-repeat;
	width: 267px;
	height: 150px;
}


#banner a#banner-idol_2{
    /* アイドル募集 */
    background-image : url(../images/jurassic_idol.png);
    background-position: top left;
    background-repeat: no-repeat;
	width: 267px;
	height: 192px;
}


#banner a#banner-youtube{
    /* YouTube link */
    /*background-image : url(../images/jurassic_idol.png);*/
    background-position: top left;
    background-repeat: no-repeat;
	width: 267px;
	height: 150px;
}


#banner a#banner-ameblo{
    /* ameblo link */
    /*background-image : url(../images/jurassic_idol.png);*/
    background-position: top left;
    background-repeat: no-repeat;
	width: 267px;
	/*height: 150px;*/
}



/*hover 設定 -S.Yamaguchi*/
#banner a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:none;
}

 






#sanoffice-inner #companyinfo{
    padding-top: 5px;
    padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
    background-color: #FFF;
    border-width: 1px;
    border-style: solid;
    border-color: #d3d3d3;
	margin-bottom: 10px;
}

#sanoffice-inner #companyinfo h3{
    color: #000;
    text-align:center;/*center*/
    font-weight: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    /*padding-left: 5px;*/
    padding-right: 5px;
    background-image : url(../images/index_bg.png);
    background-position: top left;
    background-repeat: repeat;
    font-size: 1.2em;
    margin-top: 2px;
	/*margin-left: 2px;
	margin-right: 2px;*/
}

#sanoffice-inner #companyinfo p{
    margin-bottom: 10px;
	text-align:center;
	/*
    padding-left: 15px;*/
    padding-right: 5px;
	
}

#sanoffice-inner #companyinfo h4{
	text-align:center;
	width: 235px;
}

/* トップページ デザイン定義 */

#toppage p.large{
    background-image : url(../images/icon_logo.png);
    background-position: center left;
    background-repeat: no-repeat;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#toppage h3{
	background-image : url(../images/index_bg.png);
	background-position: 80px 0px;
	background-repeat: no-repeat;
	padding-left: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
	text-align: left;
	color: #333;
	font-size: 1.2em;
	letter-spacing: 0.1em;
	margin-top: 3px;
	margin-right: 3px;
	margin-left: 3px;
	border-left-width: 5px;/*7px*/
	border-left-color: #EA5514;/*#c8c8c8*/
	border-left-style: solid;
	line-height: 1.1;
}

#toppage h3 span.ja{
    display: none;
}
#toppage-topics{
	margin-bottom: 8px;
}
#sanoffice-main #toppage-topics hr{
	margin-bottom: 0px;
	padding-bottom: 0;
}
#sanoffice-main #toppage-topics ul{
	background-image : url(../images/topics_01.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
	padding-bottom: 10px;
	min-height: 160px;
	padding-left: 170px;
}
#sanoffice-main #toppage-topics li{
	background-image: none;
	padding-left: 5px;
}


#toppage-topics2{
	margin-bottom: 8px;
}
#sanoffice-main #toppage-topics2 hr{
	margin-bottom: 0px;
	padding-bottom: 0;
}
#sanoffice-main #toppage-topics2 ul{
	background-image : url(../images/topics_02.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
	padding-bottom: 10px;
	min-height: 160px;
	padding-left: 170px;
}
#sanoffice-main #toppage-topics2 li{
	background-image: none;
	padding-left: 5px;
}


#toppage-topics3{
	margin-bottom: 8px;
}
#sanoffice-main #toppage-topics3 hr{
	margin-bottom: 0px;
	padding-bottom: 0;
}
#sanoffice-main #toppage-topics3 ul{
	background-image : url(../images/topics_03.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
	padding-bottom: 10px;
	min-height: 160px;
	padding-left: 170px;
}
#sanoffice-main #toppage-topics3 li{
	background-image: none;
	padding-left: 5px;
}

#toppage-topics4{
	margin-bottom: 8px;
}
#sanoffice-main #toppage-topics4 hr{
	margin-bottom: 0px;
	padding-bottom: 0;
}
#sanoffice-main #toppage-topics4 ul{
	background-image : url(../images/topics_04.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
	padding-bottom: 10px;
	min-height: 160px;
	padding-left: 170px;
}
#sanoffice-main #toppage-topics4 li{
	background-image: none;
	padding-left: 5px;
}


#toppage-topics5{
	margin-bottom: 8px;
}
#sanoffice-main #toppage-topics5 hr{
	margin-bottom: 0px;
	padding-bottom: 0;
}
#sanoffice-main #toppage-topics5 ul{
	background-image : url(../images/topics_05.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
	padding-bottom: 10px;
	min-height: 160px;
	padding-left: 170px;
}
#sanoffice-main #toppage-topics5 li{
	background-image: none;
	padding-left: 5px;
}





#toppage-news{
	margin-bottom: 8px;
}

#sanoffice-main #toppage-news dl{
	margin-bottom: 7px;
	background-image : url(../images/news_01.png);
    background-position: 5px 0px;
    background-repeat: no-repeat;
	padding-bottom: 10px;
	min-height: 160px;
	padding-left: 170px;
}
#sanoffice-main #toppage-news dt{
	width: 100px !important;
}


#sanoffice-main #toppage-news dd{
	padding-left: 120px;
}


/* アクセスページ デザイン定義 */

#access h3 + img{
	margin-left: 10px;
	margin-bottom: 10px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	/*--------------------------------------------------------
	  共通レイアウトパーツ設定
	--------------------------------------------------------*/
	/* ヘッダー内パーツ */
	#sanoffice-header{
		width: 100%;
		padding-bottom: 10px;
	}
	#sanoffice-headerLogo{
		width: 98%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
	#sanoffice-headerMain h1{
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.4;
	text-align: left;
	background-color: #FFFFFF;
	}
	#sanoffice-headerLogo a{
		display: block;
		max-width: 100%;
		background-size: contain;
		background-position: top center;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	#sanoffice-headerExtra1{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
		float: none;
		letter-spacing: 0.1em;
	}

	/* フッター内パーツ */
	#sanoffice-footerMain p{
		/* コピーライト文字設定 */
		padding-left: 5px;
		padding-right: 5px;
		word-break: break-all;
	}
	#sanoffice-footerExtra1{
		width: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#sanoffice-footerExtra1 ul{
		text-align: center;
		width: 100%;
	}
	#sanoffice-footerExtra1 li{
		/* フッターナビ設定 */
		display: inline-block;
		padding-left: 16px;
		padding-right: 16px;
		padding-top: 2px;
		padding-bottom: 2px;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/
	#sanoffice-nav h3.sanoffice-c-index{
		width: 27px;
		height: 20px;
		background-image : url(../images/btn_menu.png);
		background-position: top left;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 10px;
		margin-bottom: 10px;
		overflow: hidden;
		text-indent: -9999px;
		cursor: pointer;
	}

	/*--------------------------------------------------------
	  基本パーツデザイン設定
	--------------------------------------------------------*/
	p{
		padding-right: 0;
	}
	img.left{
		margin-left: 0;
	}
	img.right{
		margin-right: 0;
	}
	.sanoffice-layoutset-02 h2{
		padding-top: 40px;
		padding-right: 33px;
		line-height: 1.4;
		margin: 0;
		word-break: break-all;
	}
	h4{
		padding-left: 0;
		margin-right: 0;
	}

	h5{
		margin-left: 0;
		margin-right: 0;
	}
	table{
		width: 96%;
	}

	/* フォームパーツ設定 */
	textarea{
		width: 96%;
	}

	input.l{
		width: 96%;
	}
	input.m{
		width: 60%;
	}
	input.s{
		width: 30%;
	}

	/* メインコンテンツ内基本パーツ */
	#sanoffice-main p{
		margin-left: 0;
		margin-right: 0;
	}
	#sanoffice-main ul li{
		padding-right: 0;
	}
	#sanoffice-main dl{
		margin-left: 0;
		margin-right: 0;
	}
	#sanoffice-main dt{
		float: none;
		padding-bottom: 0;
	}
	#sanoffice-main dd{
		padding-left: 20px;
	}
	#sanoffice-main img.left{
		margin-right: 0;
		float: none;
	}
	#sanoffice-main img.right{
		margin-left: 0;
		float: none;
	}
	#pagetop a{
	/* ページの先頭へのリンク設定 */
		padding-right: 0;
	}

	/* サイドブロック内パーツ */
	#banner li a{
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	#banner a#banner-service,
	#banner a#banner-recruit,
	#banner a#banner-access,
	#banner a#banner-jurassic,
	#banner a#banner-audition,
	#banner a#banner-affiliation,
	#banner a#banner-student,
	#banner a#banner-company,
	#banner a#banner-access,
	#banner a#banner-contactus,
	#banner a#banner-kids,
	#banner a#banner-idol,
	#banner a#banner-senior,
	#banner a#banner-terms,
	#banner a#banner-idol_2,
	#banner a#banner-citrus{	
	
	
		background-position: top center;
		background-size: contain;
	}

	/* トップページ デザイン定義 */
	#toppage p.large{
		margin-left: 0;
		margin-right: 0;
	}
	#sanoffice-main #toppage-topics ul{
		background-size: 30%;
		padding-left: 31%;
	}
	#sanoffice-main #toppage-topics2 ul{
		background-size: 30%;
		padding-left: 31%;
	}
	#sanoffice-main #toppage-topics3 ul{
		background-size: 30%;
		padding-left: 31%;
	}
	#sanoffice-main #toppage-topics4 ul{
		background-size: 30%;
		padding-left: 31%;
	}
	#sanoffice-main #toppage-topics5 ul{
		background-size: 30%;
		padding-left: 31%;
	}


	#sanoffice-main #toppage-news dl{
		background-size: 30%;
		min-height: 160px;
		padding-left: 31%;
	}
	#sanoffice-main #toppage-news dt{
		width: auto !important;
		float: none;
	}
	#sanoffice-main #toppage-news dd{
		float: none;
		padding-left: 20px;
		padding-top: 0;
	}

	/* アクセスページ デザイン定義 */
	#access h3 + img{
		margin-left: 0;
	}



}
