@charset "utf-8";
/* CSS Document */
/*==============================================================================================================
Reset items
==============================================================================================================*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, form,
dl, dt, dd, ol, ul, li, li a,
fieldset, legend,
table, caption, tbody, tfoot, thead, tr, th,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section{
	display:block;
}
nav ul {
	list-style:none;
}
blockquote, q {
	quotes: none;
	margin: 0 50px;
}
address{font-style:normal;}
blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}
p{
	padding-bottom: 1.6em;
}
html{height:100%;}
a{
	color: #52a5c4;
	text-decoration: none;
}
a:hover{color: #316286;}
.txtwrap{ text-indent:100%; overflow:hidden; white-space:nowrap;}
a.action_link,a.action_link_b{
	padding: 5px 10px 3px;
	border: 1px solid #52a5c4;
	transition: .3s ease-in-out;
	background-color: #52a5c4;
	margin: 5px 0;
	color: #fcfbf9;
}
a.action_link:after{
	content:'\f045';
	font-family:'icomoon';
	padding-left:5px;
}
a.action_link_b:after{
	content:'\f061';
	font-family:'icomoon';
	padding-left:5px;
}
a.action_link:hover,a.action_link_b:hover{
	text-decoration: none;
	background-color: #fcfbf9;
	color: #52a5c4;
}

/*==============================================================================================================
H1~H5
==============================================================================================================*/
h1{}
h2{
	clear: both;
}
h3{
	color: #52a5c4;
	padding: 20px 0 18px 0;
	font-weight: normal;
	font-size: 16px;
}
img~h3{
	color: #52a5c4;
	padding: 0px 0 18px 0;
}
h4{}
h5{}

/*==============================================================================================================
SETTING
==============================================================================================================*/
body{
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #4c4c4c;
	background: url(../images/common/pv-header.jpg) center -12px no-repeat #fcfbf9;
	line-height: 1.6em;
}
body#top-e{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #4c4c4c;
	background: url(../images/common/pv-header.jpg) center -12px no-repeat #fcfbf9;
	line-height: 1.6em;
}
body#manage,body#manage-e,body#manage-e{
	min-width:1020px;
	overflow-x: hidden;
}
.wrap{
	width: 100%;
}
/*==============================================================================================================
Header
==============================================================================================================*/
.header{
	position: relative;
	width: 100%;
	height: 120px;
	transition: .5s;
}
.header-inner{
	width: 1020px;
	margin: 0 auto;
}
.headlogo{
	background: url(../images/common/logo.png) no-repeat center;
	width: 165px;
	height: 50px;
	background-size: contain;
	display: block;
	margin: 0 0 0 -83px;
	position: absolute;
	left: 50%;
	top: 55px;
	transition: .5s;
}
.headlogo a{
	display: block;
	width: 165px;
	height: 50px;
}
.tokyo-los{
	background-image: url(../images/common/line.png);
	width: 620px;
	height: 88px;
	position: absolute;
	margin-left: -270px;
	left: 50%;
	top: 20px;
	opacity: 1;
	z-index: 0;
	transition: .5s;
}
.header-shrink .tokyo-los{
	opacity:0;
}
.header-shrink .headlogo{
	background: url(../images/common/logo.png) no-repeat center;
	width: 165px;
	height: 30px;
	background-size: contain;
	display: block;
	margin: 0 0 0 -82px;
	position: absolute;
	left: 50%;
	top: 30px;
}
.header.header-shrink{
	height: 90px;
}
@media only screen and 
(min-device-width : 768px) and 
(max-device-width : 1024px) {

body#manage,body#manage-e{
	width:1020px;
	overflow-x: hidden;
}
.header{
	position: relative;
	width: 100%;
	height: 150px;
}
.header-inner{
	width: 1020px;
	margin: 0 auto;
}
.headlogo{
	background: url(../images/common/logo.png) no-repeat center;
	width: 220px;
	height: 65px;
	background-size: cover;
	display: block;
	margin: 0 0 0 -100px;
	position: absolute;
	left: 50%;
	top: 65px;
}
.headlogo a{
	display: block;
	width: 200px;
	height: 65px;
}
.tokyo-los{
	background: url(../images/common/line.png) no-repeat center top;
	width: 620px;
	height: 88px;
	position: absolute;
	margin-left: -260px;
	left: 50%;
	top: 30px;
	opacity: 1;
	z-index: 0;
}
.header-shrink .tokyo-los{
	opacity:1;
}
.header-shrink .headlogo{
	background: url(../images/common/logo.png) no-repeat center;
	width: 165px;
	height: 50px;
	background-size: contain;
	display: block;
	margin: 0 0 0 -82px;
	position: absolute;
	left: 50%;
	top: 80px;
}
.header.header-shrink{
	position: relative;
	width: 100%;
	height: 170px;
}
}
/*--------------------------------------------------------------------------------ソーシャル部分-------*/
.head-social{
	width: 400px;
	padding-top: 15px;
}
.head-social div{
	float: left;
	padding-right:20px;
}
.head-social div:first-child{
	float: left;
	padding-right:10px;
}
/*.fb-head{
	width: 110px;
	float: left;
}
.twi-head{
	width: 80px;
	float: left;
}
.g-head{
	width: 100px;
	float: left;
}
.line-head{
	width: 100px;
	float: left;
}*/
.btn-head{
	display:none;
}

/*#top-e .fb-head,
#site-e .fb-head,
#manage-e .fb-head,
#inq-e .fb-head,
#news-e .fb-head,
#profile-e .twi-head{
	width: 140px;
	float: left;
}
#top-e .twi-head,
#site-e .twi-head,
#manage-e .twi-head,
#inq-e .twi-head,
#news-e .twi-head,
#profile-e .twi-head{
	width: 100px;
	float: left;
}*/
/*--------------------------------------------------------------------------------日英スイッチャー-----*/
.j-e-trance{
	width: 50px;
	padding: 5px;
	text-align: center;
	background: url(../images/common/trancer.gif) no-repeat center rgba(255,255,255,.4);
	background-size: 10px;
	box-shadow: -2px 2px 2px rgba(102,102,102,.5);
	-webkit-box-shadow: -2px 2px 2px rgba(102,102,102,.5);
	border-radius: 6px 0px 0px 6px;
	-webkit-border-radius: 6px 0px 0px 6px;
	position: absolute;
	right: 0;
	top: 10px;
	font-size: 12px;
}
.j-e-trance:hover{
	background: url(../images/common/trancer.gif) no-repeat center rgba(255,255,255,1);
	background-size: 10px;
}
.j-e-trance a{
	text-decoration: none;
	display: block;
	padding: 3px 0 0;
	border-radius:3px;
	-webkit-border-radius:3px;
}
.j-e-trance a:hover{
	background-color: #5AACCA;
	color: #fff;
}
.j-e-trance a.active{
	margin-bottom: 28px;
	background-color: #5AACCA;
	color: #fff;
}
#top-e .j-e-trance a.active,
#site-e .j-e-trance a.active,
#manage-e .j-e-trance a.active,
#inq-e .j-e-trance a.active,
#ce-e .j-e-trance a.active,
#news-e .j-e-trance a.active,
#vc-e .j-e-trance a.active,
#profile-e .j-e-trance a.active{
	margin-bottom: 3px;
	background-color: #5AACCA;
	color: #fff;
	margin-top: 30px;
}

.j-e-trance a.active:hover{
	background-color: #34699A;
}
/*==============================================================================================================
G-NAV
==============================================================================================================*/
.g-nav{
	background-color: #6cbbd8;
}
.g-nav ul{
	display: block;
	width: 1020px;
	margin: 0 auto;
	background-color: #fff;
	height: 83px;
}
.g-nav-inner{
	width: 1020px;
	background-color: #fff;
	display: block;
	margin: 0 auto;
	font-size: 12px;
	text-align: center;
	height: 81px;
}
.g-nav-inner a{
	color: #333;
	text-decoration: none;
	display: block;
	font-size: 14px;
}
.g-nav .manege{
	width: 240px;
	padding: 8px 0 0;
	border-top: 7px solid #d52a26;
	float: left;
	margin: 0 0 0 8px;
	position: relative;
}
.g-nav .visual{
	width: 240px;
	padding: 8px 0 0;
	border-top: 7px solid #ffc71b;
	float: left;
	margin: 0 0 0 15px;
	position: relative;
}
.g-nav .cutural{
	width: 240px;
	padding: 8px 0 0;
	border-top: 7px solid #30ab33;
	float: left;
	margin: 0 0 0 15px;
	position: relative;

}
.g-nav .la{
	width: 240px;
	padding: 8px 0 0;
	border-top: 7px solid #246ea7;
	float: left;
	margin: 0 0 0 15px;
	position: relative;

}
.g-nav .manege span,
.g-nav .visual span,
.g-nav .cutural span,
.g-nav .la span{
	display: block;
	font-size: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 3px 0;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin: 8px 0;
}
.g-nav .cutural span{
	font-size: 16px;
}
.g-nav .la span{}
.g-nav .manege a{
	display: block;
}
.g-nav .visual a{}
.g-nav .cutural a{}

.g-nav .visual a:hover{}
.g-nav .cutural a:hover{}
.g-nav .la a:hover{}
.g-nav .manege-cont,
.g-nav .visual-cont,
.g-nav .cutural-cont,
.g-nav .la-cont{
	position: absolute;
	text-align: left;
	padding: 8px;
	box-shadow: 0px 1px 2px rgba(102,102,102,.5);
	-webkit-box-shadow: 0px 1px 2px rgba(102,102,102,.5);
	border-radius: 6px;
	-webkit-border-radius: 6px;
}

.g-nav .manege-cont{
	left: 15px;
	top: 70px;
	width: 200px;
	background-color: #D52A26;
	color: #fff;
	opacity:0;
	transition: .3s;
	visibility:hidden;
	z-index:11;
}
.g-nav .visual-cont{
	left: 15px;
	top: 70px;
	width: 200px;
	background-color: #ffc71b;
	color: #fff;
	opacity:0;
	transition: .3s;
	visibility:hidden;
	z-index:12;
}
.g-nav .cutural-cont{
	left: 15px;
	top: 70px;
	width: 200px;
	background-color: #30ab33;
	color: #fff;
	opacity:0;
	transition: .3s;
	visibility:hidden;
	z-index:13;
}
.g-nav .la-cont{
	left: 15px;
	top: 70px;
	width: 200px;
	background-color: #246ea7;
	color: #fff;
	opacity:0;
	transition: .3s;
	visibility:hidden;
	z-index:14;
}
.g-nav .manege a:hover +.manege-cont,
.g-nav .visual a:hover +.visual-cont,
.g-nav .cutural a:hover +.cutural-cont,
.g-nav .la a:hover +.la-cont{
	visibility:visible;
	opacity:1;
	top: 80px;
}
.g-nav .manege-cont:before,
.g-nav .visual-cont:before,
.g-nav .cutural-cont:before,
.g-nav .la-cont:before{
	content: '▲';
	position: absolute;
	top:-14px;
	font-size:20px;
	left:45%;
}
.g-nav .manege-cont:before{	color:#D52A26;}
.g-nav .visual-cont:before{	color:#ffc71b;}
.g-nav .cutural-cont:before{	color:#30ab33;}
.g-nav .la-cont:before{	color:#246ea7;}
@media only screen and 
(min-device-width : 768px) and 
(max-device-width : 1024px) {
.g-nav-inner{
	height:140px;
}
.g-nav .visual a:hover{}
.g-nav .cutural a:hover{}
.g-nav .la a:hover{}
.g-nav .manege-cont,
.g-nav .visual-cont,
.g-nav .cutural-cont,
.g-nav .la-cont{
	position: inherit;
	text-align: left;
	padding: 6px;
	box-shadow: inherit;
	-webkit-box-shadow: inherit;
	border-radius: inherit;
	-webkit-border-radius: inherit;
}

.g-nav .manege-cont,
.g-nav .visual-cont,
.g-nav .cutural-cont,
.g-nav .la-cont{
	left: inherit;
	top: inherit;
	width: inherit;
	background-color:inherit;
	color:inherit;
	opacity:inherit;
	transition:inherit;
	visibility:inherit;
	z-index:inherit;
	font-size: 11px;
	line-height: 1.3em;
}

.g-nav .manege a:hover +.manege-cont,
.g-nav .visual a:hover +.visual-cont,
.g-nav .cutural a:hover +.cutural-cont,
.g-nav .la a:hover +.la-cont{
	visibility:inherit;
	opacity:inherit;
	top:inherit;
}
.g-nav .manege-cont:before,
.g-nav .visual-cont:before,
.g-nav .cutural-cont:before,
.g-nav .la-cont:before{
	content:inherit;
	position: inherit;
	top:inherit;
	font-size:inherit;
	left:inherit;
}
}
/*---------------------------------------------------------SECOND*/
.second-nav-box{
	height: 25px;
	margin-top: 1px;
	padding: 5px 0 0 0;
}
#top-j .second-nav-box{
	background-color: rgba(64,147,180,1);
	height: 25px;
}
#top-e .second-nav-box{
	background-color: rgba(64,147,180,1);
	height: 25px;
}
.second-nav-inner{
	width: 1020px;
	display: block;
	margin: 0 auto;
}
.second-nav{
	width: 500px;
	display: block;
	margin: 0 0 0 0;
}
.second-nav ul{
	float: left;
	width: 550px;
}
.second-nav ul li{
	float: left;
}
.second-nav ul li a{
	color: #fff;
	text-decoration: none;
	padding: 1px 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.second-nav ul li:after{
	content: '|';
	color: #B1C0CD;
}
.second-nav ul li:last-child:after{
	content: inherit;
}
.second-nav ul li a:hover{
	background-color: #246EA7;
}
.second-social{
	float: right;
	width: 100px;
}
.second-social a span{
	font-size: 20px;
color:#c2e1ec;
	padding-left: 5px;
}
.second-social a span:hover{
	color: #ECF5F9;
}
/*==============================================================================================================
H1 H2
==============================================================================================================*/
.h1box{
	background-color: rgba(70,163,201,1);
	height: 105px;
	margin-bottom: 1px;
}
.h1box h1{
	width: 1010px;
	display: block;
	margin: 14px auto 0;
	font-size: 30px;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	color: #fff;
	padding-left: 10px;
}
.h1box h1 span{
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:normal;
	color: #fff;
}

.h2box{
	background:#ccc;
	height: 170px;
}
.h2box .redinner{
	background: url(../images/h/h2-management.png) no-repeat center top;
	width: 1020px;
	margin: 0 auto;
	border-bottom: 10px solid #d11c18;
	height: 140px;
	padding-top:20px;
}
.h2box .yellowinner{
	background: url(../images/h/h2-visualcontents.png) no-repeat center top;
	width: 1020px;
	margin: 0 auto;
	border-bottom: 10px solid #FFC71B;
	height: 140px;
	padding-top: 20px;
}
.h2box .greeninner{
	background: url(../images/h/h2-cuturalevent.png) no-repeat center top;
	width: 1020px;
	margin: 0 auto;
	border-bottom: 10px solid #30AB33;
	height: 140px;
	padding-top: 20px;
}
/*----------------OTHE CONTENT PACK-*/
.h2box .navyinner{
	width: 1020px;
	margin: 0 auto;
	border-bottom: 10px solid #20679B;
	height: 40px;
	padding-top: 20px;
}
.h2box .navyinner.profile{
	background: url(../images/h/h2-office.png) no-repeat center top;
	height:140px;
}

.h2box .navyinner.contact{
	background-image: url(../images/h/h2-inq.png);
}
.h2box .navyinner.sitemap{
	background-image: url(../images/h/h2-sitemap.png);
}
.h2box .navyinner.privacypolicy{
	background-image: url(../images/h/h2-privacy.png);
}
.h2box .navyinner.galleryhead{
	background-image: url(../images/h/h2-gallery.png);
}
.h2box .navyinner.newslisthead{
	background: url(../images/h/h2-news.png) no-repeat center top;
}
.h2box .navyinner.sitepolicy{
	background: url(../images/h/h2-sitepolicy.png) no-repeat center top;
}
.h2box .navyinner.photo{}
/*----------------------------------*/
.h2box h2{
	width: 400px;
	background-color: rgba(0,0,0,.5);
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	display: block;
	margin: 0 0 0 20px;
}
.h2box h2 span{
	display: block;
	font-size: 11px;
	padding-top: 10px;
	line-height: 1.2em;
}
.h2box h2 span.profile-txt{
	margin-top: -1em;
	line-height: 1.3em;
}
/*-----------------------------------*/
#site .h2box,
#gallery .h2box,
#site .privacypolicy,
#privacy .h2box,
#site-e .h2box,
#inq .h2box,
#inq-e .h2box,
#newslist .h2box,
#news-e .h2box{
	height: 70px;
}
/*==============================================================================================================
TRACE
==============================================================================================================*/
.trace{
	color: #fff;
	font-size: 12px;
}
nav.trace {
	width: 1015px;
	margin: 11px auto 0;
	padding-left: 5px;
}
nav.trace a {
	color: #fff;
	padding: 0 5px;
}
nav.trace a:after{
	content:' / ';}
nav.trace a:hover {
	text-decoration: none;
	background-color: #246EA7;
	border-radius:2px;
	-webkit-border-radius:2px;
}
/*==============================================================================================================
BOX
==============================================================================================================*/
.inner-wrap{
	width: 980px;
	margin: 40px auto 0;
	padding: 0 0 50px 0;
}
#top-j .inner-wrap{
	width: 1020px;
	margin: 40px auto 0;
	padding: 0 0 50px 0;
}
#top-e .inner-wrap{
	width: 1020px;
	margin: 40px auto 0;
	padding: 0 0 50px 0;
}
.inner-wrap ul{
	padding: 0 50px 1.8em;
}
.inner-wrap ul li{
	padding-bottom: 0.25em;
}

/*==============================================================================================================
SLIDER(TOP)
==============================================================================================================*/
.main-slide{
	height: 427px;
	margin: 1px auto 0;
	display: block;
	clear: both;
	width: 1020px;
	overflow: hidden;
	position: relative;
}
.bxslider{
	width: 1020px;
	height: 427px;
}
.bx-controls{
	position:relative;
	height:1px;
	background-color:#fff;
}
.sub-slide{
	height: 250px;
	margin: 1px auto 25px;
	display: block;
	clear: both;
	width: 440px;
	overflow: hidden;
	position: relative;
}
.slide-sub{
	width: 440px;
	height: 300px;
	overflow: hidden;
}
.slide-sub img{
	width: 440px;
	height: auto;
}

.bx-viewport{ border:none !important; box-shadow:none !important; left:0 !important;}

/*==============================================================================================================
TOPPAGE
==============================================================================================================*/
.top-h2box{
	background-color: #6cbbd8;
	margin-top: 1px;
	height: 70px;
}
.top-west{
	width: 470px;
	float: left;
	margin-left: 20px;
}
.top-east{
	width: 440px;
	float: left;
	margin: 0 20px 0 70px;
}
.top-east .facebook-box{
	width: 440px;
	height: 600px;

}
.top-east h2.east,
.top-west h2.west{
	font-size: 22px;
	display: block;
	padding: 10px 0 80px 5px;
	font-weight: normal;
	color: #fff;
	position: relative;
	margin-top: -100px;
}
.top-west .btn-list{
	width: 70px;
	height: 33px;
	position: absolute;
	left: 267px;
	top: -10px;
}
.top-west .btn-list a{
	width: 70px;
	height: 33px;
	display:block;
	background-image:url(../images/top/btn-news-list.png);
	background-size:contain;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.news{
	position: relative;
	overflow: hidden;
	height: 800px;
	padding-right: 20px;
}
.news .news_unit{
	clear: both;
	/* [disabled]min-height: 80px; */
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
.news .news_unit-inner{ float:left;}
.news .news_date{
	/* [disabled]width: 95px; */
	float: left;
	/* [disabled]font-weight: bold; */
	margin: 0 5px 0 0;
}
.news .news_tmb{
	width: 100px;
	max-height: 80px;
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
}
.news .news_tmb img{
	width: 90px;
	height: auto;
	border:1px solid #ccc;
}
.news .news_title{
	font-size: 13px;
	color: rgba(51,51,51,1);
	display: block;
	padding: 4px 0;
	font-weight:bold;
}
.news .news_tmb img{
	width: 78px;
	height: auto;
	border: #fff 1px solid;
}
.news .news_body{
	width: 340px;
	clear: left;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.4em;
	padding: 5px 0 15px;
}
.news a{ color:#666;}
.news a:hover{ text-decoration:underline;}
.cate-mn:after,
.cate-vc:after,
.cate-la:after,
.cate-ce:after{
	font-size:11px;
	line-height:1em;
	padding:3px 0;
	width:120px;
	display:block;
	text-align:center;
	float:left;
}

.cate-mn:after{
	content:'マネージメント事業部';
	background-color:#ce5656;
	color:#fff;
}
.cate-vc:after{
	content: '映像事業部';
	background-color: #ede451;
	color: #775740;
}
.cate-blue:after{
	content:'Pacific Voice L.A.';
	background-color:#ce5656;
	color:#fff;
}
.cate-ce:after{
	content:'映像文化事業部';
	background-color:#54ae4f;
	color:#fff;
}

#top-e .cate-mn:after,
#news-e .cate-mn:after{
	content:'Management Divition';
	background-color:#ce5656;
	color:#fff;
	width:160px;
}
#top-e .cate-vc:after,
#news-e .cate-vc:after{
	content: 'Visual Contents Divition';
	background-color: #ede451;
	color: #775740;
	width:160px;
}
#top-e .cate-blue:after,
#news-e .cate-blue:after{
	content:'Pacific Voice L.A.';
	background-color:#ce5656;
	color:#fff;
	width:160px;
}
#top-e .cate-ce:after,
#news-e .cate-ce:after{
	content:'Cultural Event Operation Division';
	font-size:9px;
	background-color:#54ae4f;
	color:#fff;
	width:160px;
	padding-bottom:4px;
}
/*---------------------------------*/
.top_news_social {
	width: 100px;
	float: right;
	font-size: 18px;
}
#manage .top_news_social {
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.top_news_social a {
	color:rgba(204,204,204,1);
}
.top_news_social a:hover {
	color: rgba(51,153,204,1);
	text-decoration: none !important;
}
.top_news_social .twi{
	float: left;
	margin-left:5px;
}
.top_news_social .fb{
	float: left;
	margin-left:5px;
}
.top_news_social .google{
	float: left;
	margin-left:5px;
}
.top_news_social .line{
	float: left;
	margin-left:5px;
}
.fb-box{}
/*==============================================================================================================
ニュース一覧
==============================================================================================================*/
.newslist{
	padding-right: 20px;
}
.newslist .news_unit{
	clear: both;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
}
.newslist .news_unit-inner{
	float: left;
	width: 800px;
}
.newslist .news_date{
	float: left;
	margin: 0 5px 0 0;
}
.newslist .news_tmb{
	width: 150px;
	max-height: 90px;
	float: left;
	margin: 0 5px 5px 0;
	overflow: hidden;
}
.newslist .news_tmb img{
	width: 90px;
	height: auto;
	border:1px solid #ccc;
}
.newslist .news_title{
	font-size: 15px;
	color: rgba(51,51,51,1);
	display: block;
	padding: 10px 0;

}
.newslist .news_tmb img{
	width: 120px;
	height: auto;
	border: #fff 1px solid;
}
.newslist .news_body{
	clear: left;
	padding-top: 5px;
	font-size: 12px;
	line-height: 1.4em;
	padding: 5px 0 15px;
}
.newslist a{ color:#666;}
.newslist a:hover{ text-decoration:underline;}
.navigation {
	height: 26px;
}
.navigation .alignleft{
	float: left;
	width: 80px;
}
.navigation .alignright{
	width: 80px;
	float: right;
	text-align: right;
}

/*==============================================================================================================
マネ部
==============================================================================================================*/
.manage_news{
	padding: 0 40px;
}
.manage_news h2{
	color: #52a5c4;
	font-size: 18px;
	font-weight: normal;
	padding: 0 0 15px 0;
}
.manage_news .mn_unit{
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: #ccc 1px dotted;
	clear: both;
}
.manage_news .mu_tmb{
	width: 60px;
	height: 60px;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0 15px 10px 0;
}
.manage_news .mu_tmb img{
	width: 60px;
	height: auto;
}
.mu_unit-box{
	position: relative;
	overflow: hidden;
	height: 320px;
	margin-bottom: 40px;
	border:#ccc 1px solid;
	padding:10px 15px 10px 10px;
	border-radius:5px;
	-webkit-border-radius:5px;
}
.manage_news .mn_date{}
.manage_news em{
	font-style: normal;
	font-weight: bold;
	padding-right: 5px;
	color: rgba(255,204,0,1);
	text-shadow: 1px 1px 0px rgba(204,51,0,1),-1px -1px 0px rgba(204,51,0,1),-1px 1px 0px rgba(204,51,0,1),1px -1px 0px rgba(204,51,0,1);
}
.manage_news .mn_cate{
	padding-left: 1em;
}
.manage_news .mn_cate:before{
	content:'\e905 ';
	font-family:'icomoon';
}
.manage_news .mn_body{
	padding-top: 10px;
}
.manage_news a{}
.manage_news a:hover{}
.manage-box{
	/* [disabled]margin-top: 40px; */
}
.manage-box h2{
	text-align: center;
	font-size: 22px;
	font-weight: normal;
	color: #52a5c4;
	border-bottom: #ccc 1px solid;
	padding: 40px 0 12px;
}
.manage-unit{
	padding: 0 0 0 80px;
}
.manage-unit-wgmg{
	position: relative;
	width: 1px;
	float: left;

}
.manage-unit-empty{
	padding: 0 0 20px 80px;
	height: 360px;
}
.manage-unit2{
	padding: 0 20px 20px 320px;
}
.manage-unit3{
	padding: 0 20px 20px 200px;
}
.manage-unit-spinner{
	background-color: rgba(254,250,241,.6);
	padding: 20px 0 20px 230px;
	width: 590px;
	border: rgba(153,153,153,.3) 1px solid;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	height: 280px;
	position: absolute;
	left: -231px;
	top: 287px;
}
.harada{
	display: block;
	text-align: center;
	clear: both;
	padding: 10px;
	width: 360px;
}
.artist-wgmg{
	clear: both;
}
.manage-caption{
	width: 550px;
	margin: 0 auto;
	padding: 20px 0;
	font-size: 12px;
}
.artist-tmb{
	width: 160px;
	float: left;
	margin-right: 62px;
	margin: 0 62px 20px 0;
}
.artist-tmb.bessho-tmb{
	margin-left: 80px;
}
.artist-tmb.left-tmb{
	margin-left: 80px;
}
.artist-tmb a{
	color:#fff;
}
.artist-tmb img{
	margin-bottom: 5px;
}
.artist-name {
	font-size: 14px;
	text-align: center;
	background-color: rgba(117,165,208,1);
	padding-top: 2px;
}
.artist-name:hover{
	background-color: rgba(117,165,208,1);
	-webkit-box-shadow: 0px 0px 2px rgba(102,102,102,.4);
	box-shadow: 0px 0px 2px rgba(102,102,102,.4);
}
/*-------------------------------------------------------*/

.art-face{
	width: 320px;
	float: left;
	margin: 0 40px 20px 0;
}
.art-face img{
	margin-bottom: 20px;
	width:100%;
	height:auto;
}
.art-cate{
	font-size: 14px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #ccc;
}
.art-name{}
.art-name h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 1.5em;
}
.art-name h2 span{
	padding-left: 15px;
	font-size: 18px;
}
.art-download{
	float: right;
	margin-top: -30px;
}
.art-download a{
	display: block;
	background-color: #d6565c;
	color: #fff;
	padding: 2px 5px 1px;
	transition: .3s ease-in-out;
}
.art-download a:hover{
	background-color:#990000;
}
.art-download a:before{
	content:'\f1c1';
	font-family:'icomoon';
}
.art-download a:after{
	content:'\e901';
	font-family:'icomoon';
}
.art-profile{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.art-data{
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.art-data table{
	empty-cells: hide;
}
.art-data table th{
	width: 70px;
	font-weight: normal;
	text-align: left;
}
.art-data table td{}
.art-upper-east{
	width: 620px;
	float: left;
	margin: 0 0 20px 0;
}
.art-upper-east h3{
	font-size: 18px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: rgba(153,153,153,1);
	padding: 5px 0 15px;
}
.art-east-social-box{
	width: 336px;
	float: left;
	background: url(../images/manage/social/social-bg.png) no-repeat left bottom;
	background-size: contain;
	margin-left: 24px;
}
.art-east-social{
	width:336px;
	background-image:url(../images/manage/social/social-bg.png);
	height:20px;
}
.art-east-social-fb,
.art-east-social-twi,
.art-east-social-plus,
.art-east-social-pin,
.art-east-social-tun,
.art-east-social-vi,
.art-east-social-insta{
	width: 48px;
	float: left;
	height: 40px;
	text-indent:100%;
	overflow:hidden;
	white-space:nowrap;
}
.art-east-social-fb a{
	width: 48px;
	height: 40px;
	display:block;
	background-image:url(../images/manage/social/social_01.png);
	background-size:contain;
}
.art-east-social-twi a{
	width: 48px;
	height: 40px;
	display:block;
	background-image:url(../images/manage/social/social_02.png);
	background-size:contain;
}
.art-east-social-plus a{
	width: 48px;
	height: 40px;
	display:block;
	background-image:url(../images/manage/social/social_03.png);
	background-size:contain;
}
.art-east-social-pin a{
	width: 48px;
	height: 40px;
	display:block;
	background-image:url(../images/manage/social/social_04.png);
	background-size:contain;
}
.art-east-social-tun a{
	width: 48px;
	height: 40px;
	display:block;
	background-image:url(../images/manage/social/social_05.png);
	background-size:contain;
}
.art-east-social-vi a{
	width: 48px;
	height: 40px;
	display:block;
	background-image:url(../images/manage/social/social_06.png);
	background-size:contain;
}
.art-east-social-insta a{
	width: 48px;
	height: 40px;
	display:block;
	background-image:url(../images/manage/social/social_07.png);
	background-size:contain;
}
.art-banner{
	width: 260px;
	float: left;
}
.art-west-social-box{}
.west-social{
	float: left;
}
.west-social.ws-twi{
	width: 75px;
}
.west-social.ws-google{
	width: 80px;
}
.west-social.ws-fb{
	width: 110px;
}
.gallery-case .west-social.ws-fb{
	width: 110px; padding-left:15px;
}
#manage-e .west-social.ws-fb{
	width: 140px;
}
.west-social.ws-line{
	display:none;
}
.art-bottom-east{
	width: 610px;
	float: right;
	position: relative;
	margin: 20px 0 30px 0;
}
.art-bottom-east h3{
	display: inline-block;
	padding: 10px 0;
	margin: 0 0 30px;
	font-size: 13px;
	border: 1px solid #ddd;
	border-bottom: 1px solid #808080;
	position: absolute;
	top: 40px;
	clear: left;
	font-weight: normal;
	text-align: center;
	color: #999;
	cursor: pointer;
	overflow:hidden;
}
.art-bottom-east h3.sect01{	width: 85px; left:0;}
.art-bottom-east h3.sect02{ width: 85px; left:85px;}
.art-bottom-east h3.sect03{	width: 85px;	left: 170px;}
.art-bottom-east h3.sect04{	width: 85px;	left:255px;}
.art-bottom-east h3.sect05{	width: 85px; left:340px;}
.art-bottom-east h3.sect06{	width: 85px;	left:425px;}
.art-bottom-east h3.sect06l{	width: 120px;	left:425px;}
.art-bottom-east h3.sect07{	width: 85px;	left:510px;}
.art-bottom-east h3.sect07s{	width: 85px;	left:545px;}
.art-bottom-east h3.t-sect01{
	width: 50px;
	left: 0;
}
.art-bottom-east h3.t-sect02{
	width: 50px;
	left: 50px;
}
.art-bottom-east h3.t-sect03{
	width: 85px;
	left: 100px;
}
.art-bottom-east h3.t-sect04{
	width: 45px;
	left: 185px;
}
.art-bottom-east h3.t-sect05{
	width: 50px;
	left: 230px;
}
.art-bottom-east h3.t-sect06{
	width: 100px;
	left: 280px;
}
.art-bottom-east h3.t-sect07{
	width: 60px;
	left: 380px;
}
.art-bottom-east h3.t-sect08{
	width: 45px;
	left: 440px;
}
.art-bottom-east h3.t-sect09{
	width: 110px;
	left: 485px;
}
.art-bottom-east h3.sect04-tokiwa{
	width: 150px;
	left: 258px;
}
.art-bottom-east h3.sect05-tokiwa{
	width: 82px;
	left: 408px;
}
.art-bottom-east h3.sect04-cop{
	width: 132px;
	left: 257px;
}
.art-bottom-east h3.sect05-cop{
	width: 82px;
	left: 391px;
}
.art-bottom-east h3.sect06-cop{
	width: 82px;
	left: 475px;
}
.art-bottom-east h4{
	display:block;
	clear:both;
}
.art-bottom-east h3.active{
	border-color: #808080;
	border-bottom: 1px solid #fff;
	color: #333;
	box-shadow: 0px -2px 3px -1px rgba(102,102,102,.3);
	-webkit-box-shadow: 0px -2px 3px -1px rgba(102,102,102,.3);
}
.art-bottom-west{
	width: 320px;
	float: left;
	/* [disabled]clear: both; */
	margin: 20px 30px 30px 0;
}
.art-bottom-east h2,
.art-bottom-west h2{
	font-size: 24px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	padding: 5px 0 10px;
	color: rgba(153,153,153,1);
}
.art-bottom-east dl{
	clear: both;
	padding-top: 10px;
	border-top: 1px solid #808080;
	margin-top: 46px;
}
.art-bottom-east dl h4{
	display: block;
	clear: both;
	padding-bottom: 8px;
}

.art-bottom-east dl p{
	padding-bottom: 0.5em;
}

.art-bottom-east table{
	clear: both;
	margin-top: 60px;
}
.art-bottom-east table th{
	font-weight: normal;
	width: 110px;
	text-align: left;
}
.art-bottom-east table td p{
	padding-bottom: inherit;
}
.art-bottom-east table td{
}
.art-bottom-east dt{
	width: 120px;
	float: left;
	display: block;
	clear: left;
	line-height: 1.2em;
	padding-bottom: 10px;
	padding-top: 2px;
}
.art-bottom-east-box{
	padding: 5px 10px 5px 0;
	position: relative;
	height:600px;
	min-height:400px;
	overflow:hidden;
}
.art-bottom-east dd{
	display: block;
	width: 490px;
	float: left;
	padding-bottom: 10px;
}
.art-bottom-west dl{
	word-break: break-all;
}
.art-bottom-west dt{
	color: rgba(102,102,102,1);
	padding-top: 5px;
}
.art-bottom-west dt span{
	color: rgba(102,102,102,1);
	display: block;
	margin-bottom: 5px;
	font-weight:bold;
}
.art-bottom-west dd{}
.art-bottom-west dd img{
	width: 100px;
	height: auto;
	float: left;
	margin: 0 10px 10px .0;
}
.art-bottom-west h3{}
/*.disnon {
	display: none;
}*/
table.disnon,div.disnon {
	display: none;
}
.small2{
font-size:10px; line-height:1.2em; height:21px;
}
/*-------------------------------------------------------*/
.manage-nav{
	width: 160px;
	position: absolute;
	right: -135px;
	top: 250px;
	background-color: rgba(255,255,255,1);
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	-webkit-box-shadow: -1px 1px 2px rgba(51,51,51,.3);
	box-shadow: -1px 1px 2px rgba(51,51,51,.3);
	z-index: 100;
}
.smp-btn{
	display: none;
}

.manage-nav p{
	padding: 4px 0 4px 36px;
	width: 160px;
	background-color: rgba(175,211,231,0.4);
}
.manage-nav ul {
	margin: inherit;
	padding: 0;
}
.manage-nav ul li{
	display: block;
	width: 160px;
}
.manage-nav ul li a{
	display: block;
	padding: 5px 0 5px 38px;
	border-bottom: 1px solid #eee;
	color: rgba(102,102,102,1);
	white-space:nowrap;
}
.manage-nav ul li a:hover{
	background-color: rgba(0,153,204,0.1);
	margin-right: 0px;
}
@media only screen and 
(min-device-width : 768px) and 
(max-device-width : 1024px) {
.manage-nav{
	width: 200px;
	position: absolute;
	right: 0px;
	top: 350px;

}
.smp-btn{
	height: 32px;
	font-size: 20px;
	display: block;
	background-color: rgba(70,163,201,1);
	width: 150px;
	padding: 10px 0 0 12px;
	color: #fff;
	-webkit-border-radius: 0px 5px 5px 0px;
	-webkit-box-shadow: 1px 2px 5px rgba(51,51,51,.5);
	margin: 8px 0 8px -5px;
}
.manage-nav ul li{
	display: block;
	width: 200px;
}
}
	
	
.manage-nav ul li.title{}
.manage-nav .btn-open{}
ul li.back{background:url(../images/manage/back2top.jpg) left 5px no-repeat; background-size:25px; font-size:11px;}
ul li.act1{background:url(../images/manage/bessho_s.png) 2px center no-repeat;}
ul li.act2{background: url(../images/manage/harada-k_s.png) 2px center no-repeat;}
ul li.act3{background: url(../images/manage/harada-t_s.png) 2px center no-repeat;}
ul li.act4{background: url(../images/manage/sato_s.png) 2px center no-repeat;}
ul li.act5{background: url(../images/manage/nozjima_s.png) 2px center no-repeat;}
ul li.act6{background: url(../images/manage/kawai_s.png) 2px center no-repeat;}
ul li.act7{background: url(../images/manage/kobayashi-s_s.png) 2px center no-repeat;}
ul li.act8{background: url(../images/manage/shimizu_s.png) 2px center no-repeat;}
ul li.act9{background: url(../images/manage/narasaka_s.png) 2px center no-repeat;}
ul li.act10{background: url(../images/manage/koike_s.png) 2px center no-repeat;}
ul li.spt1{background: url(../images/manage/kobayashi-t_s.png) 2px center no-repeat;}
ul li.spt2{background: url(../images/manage/okuno_s.png) 2px center no-repeat;}
ul li.spt3{background: url(../images/manage/coppini_s.png) 2px center no-repeat;}
ul li.spt4{background: url(../images/manage/takaoka_s.png) 2px center no-repeat;}
ul li.cre1{background: url(../images/manage/abe_s.png) 2px center no-repeat;}
ul li.cre2{background: url(../images/manage/tanaka_s.png) 2px center no-repeat;}
ul li.cre3{background: url(../images/manage/tokiwa_s.png) 2px center no-repeat;}
ul li.try1{background: url(../images/manage/yada_s.png) 2px center no-repeat;}
ul li.try2{background: url(../images/manage/kawashima_s.png) 2px center no-repeat;}
ul li.link1{
	position:relative;
}
ul li.goods1{
	position:relative;
}

ul li.link1:before{
	content: '\f045';
	font-family: 'icomoon';
	font-size: 18px;
	left: 5px;
	top: 6px;
	color: #104887;
	position: absolute;
}
ul li.goods1:before{
	content:'\f07a';	
	font-family:'icomoon';
	position:absolute;
	font-size: 18px;
	left: 3px;
	top: 6px;
	color: #104887;
	position: absolute;
}

/*==============================================================================================================
映像事業部/映像文化事業部
==============================================================================================================*/
.vc-box{
	/* [disabled]margin-top: 40px; */
}
.vc-box h2{
	/* [disabled]text-align: center; */
	font-size: 23px;
	font-weight: normal;
	color: #52a5c4;
	border-bottom: #ccc 1px solid;
	padding: 90px 0 12px;
	margin-bottom: 25px;
	clear: both;
}
.vc-box blockquote{
	display: block;
	padding: 14px 14px 0 14px;
	background-color: rgba(248,248,245,.6);
}
.vc-box .east-unit02 blockquote{
	display: block;
	padding: 14px 14px 0 14px;
	background-color: rgba(250,250,243,0.8);
	margin: 0;
}
.photo3{
	margin: 10px 0 20px;
	width: 100%;
}
.photo3 .inner3 img{
	/* [disabled]width: 100%; */
	margin-right: 1%;
	height: auto;
}
.photo3 .inner3{
	margin: 10px 6px 20px;
	height: auto;
	float: left;
	width: 312px;
	font-size: 12px;
}
.photo3 .inner3 span{
	display: block;
	text-align: center;
	background-color: rgba(207,235,248,1);
	margin-top: 5px;
	padding: 3px;
	font-size: 14px;
	margin: 5px 0;
}
.photo3 .inner4 img{
	/* [disabled]width: 100%; */
	margin-right: 1%;
	height: auto;
}
.photo3 .inner4{
	margin: 10px 6px 20px;
	height: auto;
	float: left;
	width: 270px;
	font-size: 12px;
	padding-left: 35px;
}
.photo2{
	width: 480px;
	float: right;
	margin: 0 0 10px 20px;
}
.photo2 .inner2{
	width: 220px;
	float: left;
	margin: 0 0 0 20px;
}
.photo2 .inner2 span{}
.appicons{
	margin: 20px 0 0;
	padding: 0 0 0 50px;
}
.appicons .inner{
	width: 120px;
	text-align: center;
	float: left;
	font-size: 11px;
	line-height: 1.3em;
}
.appicons .inner img{ margin-bottom:5px;}
/*---------------------------*/
.east-unit01{
	width: 210px;
	float: right;
	font-size: 10px;
	line-height: 1.3em;
}
.east-unit01 img{
	margin: 15px 0 5px;
}
.west-unit01{
	width: 730px;
	float: left;
}
/*--------------------------*/
.east-unit02{
	width: 700px;
	float: right;
}
.west-unit02{
	width: 240px;
	float: left;
	font-size: 10px;
	line-height: 1.3em;
}
.west-unit02 img{
	margin: 15px 0 5px;
}
/*---------------------------*/
.east-unit03{
	width: 240px;
	float: right;
	font-size: 10px;
	line-height: 1.3em;
}
.east-unit03 img{
	margin: 15px 0 5px;
}
.west-unit03{
	width: 700px;
	float: left;
}

/*---------------------------*/
.east-unit04{
	width: 240px;
	float: right;
	font-size: 10px;
	line-height: 1.3em;
	padding-left: 15px;
}
.east-unit04 img{
	margin: 15px 0 5px;
}
.west-unit04{
	width: 430px;
	float: left;
}
/*---------------------------*/
.east-unit05{
	width: 380px;
	float: right;
	font-size: 10px;
	line-height: 1.3em;
}
.east-unit05 img{
	margin: 0 0 5px;
}
.west-unit05{
	width: 560px;
	float: left;
}
/*--------------------------------------------------------FILM-*/
.film-box{
	border-bottom: #ccc 1px solid;
	margin-bottom: 20px;
}
.film-data{}
.film-still{
	float: left;
	width: 312px;
	margin: 0 30px 10px 0;
}
.film-still img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
h4.film-title{
	color: #45739C;
	font-size: 19px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 6px;
	margin-bottom: 10px;
}
.mov-btn a{
	display: inline-block;
	background-color: #FCFBF9;
	border: 1px solid #4D7D97;
	padding: 5px 15px 3px;
	transition: .3s ease-in-out;
	color: #4D7D97;
}
.mov-btn a:hover{
	background-color: #0099CC;
	border: 1px solid #eee;
	color: #fff;
}
.year-btn{
	position: relative;
	font-size: 16px;
	height: 20px;
}
.year-upper a{
	padding:7px 5px 5px;
	width: 66px;
	text-align: right;
	background-color: #9FCCDF;
	display: block;
	position: absolute;
	right: -10px;
	top: -57px;
	border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	color: #fff;
}
.year-bottom a{
	padding: 5px 5px;
	width: 66px;
	text-align: right;
	background-color: #8EC2D9;
	display: block;
	position: absolute;
	right: -10px;
	bottom: 15px;
	border-top: #77A7BB 1px dotted;
	border-radius: 0px 0px 5px 5px;
	-webkit-border-radius: 0px 0px 5px 5px;
	color: #fff;
}
.year-upper a:hover,
.year-bottom a:hover{
	background-color: #56A5C7;
}
/*--------------------------------------------------------SHOP-*/
.shop-box{
	border-bottom: #ccc 1px solid;
	margin-bottom: 20px;
}
.shop-data{}
.shop-still{
	float: left;
	width: 200px;
	margin: 0 30px 10px 0;
}
.shop-still img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
h4.shop-title{
	color: #45739C;
	font-size: 19px;
	border-bottom: 1px solid #ddd;
	padding: 10px 0 6px;
	margin-bottom: 10px;
	line-height: 1.4em;
}
h4.shop-title span{
	font-size: 14px;
	padding-left: 20px;
	color: rgba(136,100,100,1);
}
table.moushikomi{}
table.moushikomi td{
	padding: 5px 0 3px;
	border-top: 1px solid #ccc;
}
/*==============================================================================================================
会社概要など
==============================================================================================================*/
table.datatable{}
table.datatable th{
	font-weight: normal;
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	width: 110px;
	vertical-align: top;
}
table.datatable td{
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
table.datatable td table{}
table.datatable td table th{
	padding: 5px;
	width: 120px;
}
table.datatable td table td{
	padding: 5px 0 5px 0;
}
table.datatable tr:last-child td{
}
#privacy ol{
	padding-left: 30p;
	margin-bottom: 1em;
}
#privacy ol li{}
ul.sitemap-ul{list-style-type:none;}
ul.sitemap-ul li{
	display: block;
	padding: 5px 0 5px 0;
	border-bottom:1px dotted #ccc;
}
ul.sitemap-ul li a{
	padding: 0 0 0 40px;
}
ul.sitemap-ul li.back{
	display:none;
}
ul.sitemap-ul p{
	padding: 3px 0;
	border-bottom:1px solid #ccc;
}
ul.sitemap-ul div{
	width: 430px;
	float: left;
	margin-right: 10px;
	margin: 0 10px 40px 0;
}
/*==============================================================================================================
問い合わせ
==============================================================================================================*/
dl.contact{
	width: 800px;
	display: block;
	margin: 0 auto;
}
dl.contact dt{
	width: 200px;
	float: left;
	display: block;
	padding: 18px 0 18px 0;
	clear: left;
	border-top: 1px solid #ccc;
}
dl.contact dd{
	width: 600px;
	display: block;
	float: left;
	padding: 18px 0 18px 0;
	border-top: 1px solid #ccc;
}
dl.contact dd span{
	width:100px;
	display:inline-block;
}
dl.contact dd select{ padding:3px; border:#ccc 1px solid;}
dl.contact dd input,dl.contact dd textarea{ width:350px; padding:3px; border:#ccc 1px solid; margin-bottom:5px;}
dl.contact dd select{margin-bottom:5px;}
dl.contact dd input[type="radio"]{
	width: inherit;
	padding: 3px;
	border: none;
}
dl.contact dd input[type="submit"]:hover{
	width: 350px;
	padding: 3px;
	border: #a3a3a3 2px solid;
	background-color:#fff;
	cursor:pointer;
}
dl.contact dd textarea{
	height: 90px;
	width: 450px;
	border: #ccc 1px solid;
	padding: 3px;
}
dl.contact dd input[type="checkbox"]{width:inherit !important;}
.caution{
	color: #CC3300;
}
.checked{ display:none;}
ul.phpform-error{ color:#e36497; list-style-type:none; margin:0 0 20px;}
.submit-btn{
	display: block;
	height: 50px;
	padding-top: 20px;
	width: 100%;
	clear: both;
	margin:20px 0;
}
.confirmStep input{display:block; margin:0 auto; padding:5px 10px;}
.submitStep input{
	display: inline-block;
	padding: 5px 10px;
	float: left;
	margin-left:0;
	-webkit-appearance: none;
}
.submitStep input.edit{
	margin-left: 410px;
	margin-right: 10px;
	-webkit-appearance: none;
}

.buttonArea{
	padding: 10px 0 20px;
	clear: both;
}

/*==============================================================================================================
FOOTER
==============================================================================================================*/
.footer{
	background-color: #c2e1ec;
}
.footer hr{
	height:1px;
	border:none;
	border-top:#6488BF;
}
.footer-inner{
	width: 980px;
	margin: 0 auto;
	padding: 35px 0 0 0;
}
.footnav{
	height: 20px;
	padding-bottom: 20px;
	border-bottom: #a5c5db 1px solid;
	padding: 10px 0;
}
.footnav ul{
	width: 590px;
	margin: 0 auto;
}
#top-e .footnav ul,
#site-e .footnav ul,
#manage-e .footnav ul,
#inq-e .footnav ul,
#ce-e .footnav ul,
#news-e .footnav ul,
#vc-e .footnav ul,
#profile-e .footnav ul{
	width: 450px;
}
.footnav ul li{
	float: left;
}
.footnav ul li a{
	color: #6488BF;
	padding: 3px 15px;
	text-decoration: none;
	border-right: 1px solid #6488BF;
	transition: .3s;
	float: none;
}
.footnav ul li:last-child a{
	border-right:none;
}
.footnav ul li a:hover{
	color: #fff;
	background-color: #B3DBE8;
	text-decoration: none;
}
h2.footh2{
	clear: both;
	color: #6d8ab5;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 20px;
	font-style: italic;
	text-align: center;
	padding: 20px 0 30px;
	margin: 0;
}
.copy{
	color: #3F719E;
	font-size: 11px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 15px 0;
	clear: both;
}
.footer-social{
	border-bottom: #a5c5db 1px solid;
	padding-bottom: 20px;
	text-align: center;
}
.footer-social a{
	color: rgba(99,135,181,.8);
	text-decoration: none;
}
.footer-social a:hover{
	color: rgba(99,135,181,.6);
	text-decoration: none;
}
.footer-social a span{
	font-size:50px;
	padding:20px;
}
.footer-link{
	border-bottom: #a5c5db 1px solid;
	font-size: 11px;
	color: #657EA0;
	line-height: 1.3em;
	padding: 10px 0 20px 0;
}
.footer-link-no1{
	width: 135px;
	float: left;
	margin: 5px 35px 0 20px;
}
.footer-link-no1 p{
	width: 130px;
	padding: 0 0 0 0px;
	text-align: center;
}
.footer-link-no2{
	width: 180px;
	float: left;
	margin: 20px 35px 0 0;
}
.footer-link-no2 p{
	width: 155px;
	padding: 0 0 0 6px;
}
.footer-link-no2 img{
	display: block;
	margin: -10px auto 5px;
}
.footer-link-no3{
	width: 152px;
	float: left;
	margin: 15px 45px 0 105px;
	clear: left;
}
.footer-link-no3 p{
	width: 145px;
	padding: 0 0 0 8px;
}
.footer-link-no4{
	width: 159px;
	float: left;
	margin: 5px 10px 0 0;
}
.footer-link-no4 p{
	text-align:center;
}
.footer-link-no5{
	width: 180px;
	float: left;
	margin: 5px 25px 0 0;
}
.footer-link-no5 p{
	text-align:center;
}
.footer-link-no6{
	width: 150px;
	float: left;
	margin: 20px 0 0 0;
}
.footer-link-no6 p{
	text-align:center;
}
.footer-link-no7{
	width: 150px;
	float: left;
	margin: 20px 35px 0 0;
}
.footer-link-no7 p{
	text-align:center;
}
.footer-link-no8{
	width: 156px;
	float: left;
	margin: 15px 45px 0 0;
}
.footer-link-no8 p{
	text-align:center;
}
.footer-link-no9{
	width: 156px;
	float: left;
	margin: -5px 45px 0 0;
}
.footer-link-no9 p{
	text-align:center;
}

.footer-link-no1 img,
.footer-link-no3 img,
.footer-link-no4 img,
.footer-link-no5 img,
.footer-link-no7 img,
.footer-link-no8 img,
.footer-link-no9 img{
	display:block;
	margin:0 auto 10px;
}
.footer-link-no6 img{
	display: block;
	margin: -10px auto 10px;
}
.pagetop{
	position: relative;
}
.pagetop a{
	position: absolute;
	width: 82px;
	height: 46px;
	padding: 36px 0 0 0;
	right: -8px;
	top: -75px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: rgba(58,100,146,1);
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	background-color: #fcfbf9;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.pagetop a em{ font-weight:normal; padding-left:5px; font-style:normal;}
.pagetop a:hover{
	color: rgba(58,100,146,.7);
}
/*==============================================================================================================
ランディングページ
==============================================================================================================*/

.detail-img{
	width: 230px;
	float: left;
}
.detail-img img{
	width: 200px;
	height: auto;
}
.detail-data{
	float: left;
	width: 750px;
	padding-bottom: 90px;
}
.detail-data h2{
	color: #338BB0;
	padding: 0 0 10px;
}
.detail-name{
	padding: 10px 0;
	font-size: 24px;
}
/*==============================================================================================================
ギャラリー
==============================================================================================================*/
.gallery-base{
	margin-left: -25px;
	margin-right: -25px;
}
.gallery-case{
	width: 300px;
	float: left;
	border-top: 1px solid #ccc;
	margin: 0 20px 20px 20px;
}
.gallery-case:nth-of-type(1),
.gallery-case:nth-of-type(2),
.gallery-case:nth-of-type(3)
{
	border-top:none;
}

.gallery-case:nth-child(3n+1){
	clear:left;
}
.gallery-photo{
	width: 250px;
	margin: 20px auto;
	max-height: 240px;
	overflow: hidden;
	border: 1px solid #bababa;
	box-shadow: 1px 1px 4px rgba(51,51,51,.6);
	-webkit-box-shadow: 1px 1px 4px rgba(51,51,51,.6);
}
.photocaption{
	padding: 20px 20px 10px 20px;
	font-size: 12px;
	margin-bottom: 10px;
}
.gallery-photo img{
	width: 100%;
	height: auto;
	display:block;
}
.cate-link a{
	background-color: #52A5C4;
	color: #fff;
	padding: 0 5px;
}
.cate-link a:hover{
	background-color: #337B97;
}
h2.cate-linkh2{
	font-size: 23px;
	font-weight: normal;
	color: #52a5c4;
	border-bottom: #ccc 1px solid;
	padding: 40px 0 12px;
	margin-bottom: 25px;
	clear: both;
}
/*==============================================================================================================
役物
==============================================================================================================*/
img.f-left{
	float: left;
	margin: 0 20px 30px 0;
}

img.f-right{
	float: right;
	margin: 0 0 10px 20px;
}
.all-right{ text-align:right;}
.all-center{ text-align:center;}
.smp-br{display:none;}

/*==============================================================================================================
Clear FIX（IE6対応版）
==============================================================================================================*/

.cf:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.cf {
	display: inline-block;
	min-height: 1%;
	overflow:hidden;
}
/* Hides from IE-mac \*/

* html .cf {
	zoom: 1;
}
.cf {
	display: block;
}
*:first-child+html .cf{ zoom: 1; } 
.clear{clear:both;}
hr{
	height: 1px;
	border: 0;
	border-width: 0;
	border-bottom: #ccc 1px dashed;
	margin: 20px 0;
	padding: 10px 0 10px;
	clear: both;
	display: block;
}
.hid{display:none;}
/*==============================================================================================================
icomoon
==============================================================================================================*/
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot?rkzok8');
	src:url('../fonts/icomoon.eot?rkzok8#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.ttf?rkzok8') format('truetype'),
		url('../fonts/icomoon.woff?rkzok8') format('woff'),
		url('../fonts/icomoon.svg?rkzok8#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-line:before {
	content: "\e903";
}
.icon-line-square:before {
	content: "\e904";
}
.icon-envelope-o:before {
	content: "\f003";
}
.icon-film:before {
	content: "\f008";
}
.icon-camera:before {
	content: "\f030";
}
.icon-edit:before {
	content: "\f044";
}
.icon-pencil-square-o:before {
	content: "\f044";
}
.icon-share-square-o:before {
	content: "\f045";
}
.icon-check-square-o:before {
	content: "\f046";
}
.icon-arrow-left:before {
	content: "\f060";
}
.icon-arrow-right:before {
	content: "\f061";
}
.icon-arrow-up:before {
	content: "\f062";
}
.icon-arrow-down:before {
	content: "\f063";
}
.icon-exclamation-triangle:before {
	content: "\f071";
}
.icon-warning:before {
	content: "\f071";
}
.icon-calendar:before {
	content: "\f073";
}
.icon-shopping-cart:before {
	content: "\f07a";
}
.icon-arrows-v:before {
	content: "\f07d";
}
.icon-twitter-square:before {
	content: "\f081";
}
.icon-facebook-square:before {
	content: "\f082";
}
.icon-sign-out:before {
	content: "\f08b";
}
.icon-phone-square:before {
	content: "\f098";
}
.icon-twitter:before {
	content: "\f099";
}
.icon-facebook:before {
	content: "\f09a";
}
.icon-facebook-f:before {
	content: "\f09a";
}
.icon-globe:before {
	content: "\f0ac";
}
.icon-bars:before {
	content: "\f0c9";
}
.icon-navicon:before {
	content: "\f0c9";
}
.icon-reorder:before {
	content: "\f0c9";
}
.icon-google-plus-square:before {
	content: "\f0d4";
}
.icon-google-plus:before {
	content: "\f0d5";
}
.icon-caret-right:before {
	content: "\f0da";
}
.icon-plus-square:before {
	content: "\f0fe";
}
.icon-angle-left:before {
	content: "\f104";
}
.icon-angle-right:before {
	content: "\f105";
}
.icon-angle-up:before {
	content: "\f106";
}
.icon-angle-down:before {
	content: "\f107";
}
.icon-desktop:before {
	content: "\f108";
}
.icon-tablet:before {
	content: "\f10a";
}
.icon-mobile:before {
	content: "\f10b";
}
.icon-mobile-phone:before {
	content: "\f10b";
}
.icon-minus-square:before {
	content: "\f146";
}
.icon-youtube-square:before {
	content: "\f166";
}
.icon-youtube:before {
	content: "\f167";
}
.icon-youtube-play:before {
	content: "\f16a";
}
.icon-dropbox:before {
	content: "\f16b";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-vimeo-square:before {
	content: "\f194";
}
.icon-fax:before {
	content: "\f1ac";
}
.icon-file-pdf-o:before {
	content: "\f1c1";
}
.icon-cc-visa:before {
	content: "\f1f0";
}
.icon-cc-mastercard:before {
	content: "\f1f1";
}
.icon-cc-amex:before {
	content: "\f1f3";
}
.icon-cc-paypal:before {
	content: "\f1f4";
}
.icon-pinterest-p:before {
	content: "\f231";
}
.icon-cc-jcb:before {
	content: "\f24b";
}
.icon-cc-diners-club:before {
	content: "\f24c";
}
.icon-get-pocket:before {
	content: "\f265";
}
.icon-television:before {
	content: "\f26c";
}
.icon-tv:before {
	content: "\f26c";
}
.icon-amazon:before {
	content: "\f270";
}
.icon-compass2:before {
	content: "\e900";
}
.icon-download:before {
	content: "\e901";
}
.icon-user:before {
	content: "\e905";
}
.icon-vimeo:before {
	content: "\e902";
}
