/*  
Theme Name: premiere_2011
*/


@charset "UTF-8";
/* ---------------------------------------
CSS：トップページのレイアウトの見栄え用のCSSファイル
----------------------------------------*/
/*----------調整　1行+30px　イメージ切替有時+60px----------*/
/*.add_toptx{
	width: 720px;
	position: absolute;
	top: 1600px;
	text-align: left;
	margin-left: -475px;
	left: 480px;
}

.add_txt_2{
	margin-top: 160px;
	color: #666666;
	line-height: 16px;
}*/

/* #TOPIMG = トップページのイメージ動画部分 */

#TOPIMG{
	width: 942px;
	height: 264px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
#TOPIMG1move{
	position: relative;
}

#TOPIMG1, #TOPIMG2, #TOPIMG3,
#TOPIMG_hoshino, #TOPIMG_yoshida,
#TOPIMGc1, #TOPIMGc2, #TOPIMGc3,
#TOPIMGc{
	position: absolute;
	display: none;
	top:0;
	left:0;
}

#TOPIMGc{
	top: 0px;
	left: 596px;
}

#TOPIMG_hoshino{
	top: 105px;
	left: 200px;
}
#TOPIMG_hoshino.last{
	top: 45px;
	left: 250px;
}

#TOPIMG_yoshida{
	top: 105px;
	left: 565px;
}
#TOPIMG_yoshida.last{
	top: 105px;
	left: 600px;
}

#TOPIMGc1{
	top: 135px;
	left: 10px;
}
#TOPIMGc1.last{
	top: 175px;
	left: 560px;
}

#TOPIMGc1{
	top: 8px;
	left: 10px;
}

#TOPIMGc2, #TOPIMGc3{
	top: 155px;
	left: 20px;
}

#TOPIMG3{
	top: -300px;
}

#TOPIMG2move, #TOPIMG3move, #TOPIMG4move{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	opacity: 0;
}

#TOPIMGs2, #TOPIMGs2Btn,
#TOPIMGs3, #TOPIMGs3Btn/*,
#TOPIMGs4, #TOPIMGs4Btn*/{
	position: absolute;
	display: none;
	top: 0;
	left: 0;
}
/*表示時*/
	/*background: #3c59a7;*//*暗い青系*/
	/*background: #0080e1;*//*明るい青系*/
	/*background: #ff9100;*//*明るいオレンジ系*/
	/*background: #f76400;*//*オレンジ系*/
	/*background: #4cc14c;緑系*/
/*オン時*/
	/*background: #4386d6;*//*暗い青系*/
	/*background: #0055dd;*//*明るい青系*/
	/*background: #f76400;*//*明るいオレンジ系*/
	/*background: #EF4C0C;*//*オレンジ系*/
	/*background: #008a42;緑系*/

#TOPIMGs3Btn{
	top: 208px;
	left: 440px;
	background: #0080e1;/*明るい青系*/
	border-radius: 20px;
	transition: all  0.2s ease;
}
#TOPIMGs3Btn:hover{
	background: #0055dd;/*明るい青系*/
}

#TOPIMGs4Btn{
	top: 198px;
	left: 440px;
	background: #f76400;/*オレンジ系*/
	border-radius: 20px;
	transition: all  0.2s ease;
}
#TOPIMGs4Btn:hover{
	background: #EF4C0C;/*オレンジ系*/
}

#TOPIMGs2Btn{
	top: 204px;
	left: 255px;
	width: 432px;
	height: 42px;
	background: #004d9c;
	border-radius: 20px;
	transition: all  0.2s ease;
}
#TOPIMGs2Btn:hover{
	background: #0062c6;
}

.ArrowNavi{
	display: none;
	height: 40px;
	width: 40px;
	opacity: 0.9;
	position: absolute;
	top: 112px;
	background: #fff;
}

#ArrowNaviLeft{
	left: 0;
}

#ArrowNaviRight{
	left: 902px;
}

#BannarNavi{
	padding: 8px 0;
	background: #fce6e6;
	width: 942px;
	margin-left: auto;
	margin-right: auto;
}

#BannarNavi img{
	padding: 4px;
	border-radius: 6px;
	background: #fff;
	border: solid 1px #fff;
	margin: 0 2px;
	/*opacity: 0.8;*/
	box-shadow: 1px 1px 1px #ccc;
	cursor: pointer;
}

#BannarNavi img[class~="TOPbook201608"]{
	background: #fff;
}

#BannarNavi img.myC{
	opacity: 1;
	box-shadow: 1px 1px 1px #fff;
	cursor: default;
/*
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, rgba(255, 255, 255, .5)), color-stop(0.00, rgba(255, 202, 213, 1)));
background-image: -webkit-linear-gradient(top, rgba(255, 202, 213, 1) 0%, rgba(255, 255, 255, .5) 88%);
background-image: -moz-linear-gradient(top, rgba(255, 202, 213, 1) 0%, rgba(255, 255, 255, .5) 88%);
background-image: -o-linear-gradient(top, rgba(255, 202, 213, 1) 0%, rgba(255, 255, 255, .5) 88%);
background-image: -ms-linear-gradient(top, rgba(255, 202, 213, 1) 0%, rgba(255, 255, 255, .5) 88%);
background-image: linear-gradient(to bottom, rgba(255, 202, 213, 1) 0%, rgba(255, 255, 255, .5) 88%);
*/
}

#BannarNavi img.myC[class~="TOPbook201608"]{
/*
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, rgba(255, 255, 255, 1)), color-stop(0.00, rgba(255, 255, 255, .5)));
background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 88%);
background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 88%);
background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 88%);
background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 88%);
background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 88%);
*/
}

/*
重要な情報とWhat's New　2017/6
----------------------------------------*/
.info_box{
	background-color: #fff;
	padding-bottom: 8px;
	/*border-radius: 5px;
	border: solid 1px #ddd;
	padding: 8px 12px;*/
	margin-bottom: 12px;
	margin-top: 4px;
	position:relative;
}
.info_box .info_title{
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 12px;
	border-bottom:solid 1px #F57291;
}

.info_box .info_title .info_label,
.info_box .info_title .info_label_important{
	display: block;
	padding: 12px 24px 6px;
	background: #FDE5E5;
	line-height: 1;
}
.info_box .info_title .info_label_important{
	background: #F57291;
	color: #fff;
}

.info_box .info_important{
	font-size: 105%;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 4px;
	border-bottom: dotted 1px #e2e0e0;
	padding: 0 6px 6px 20px;
	background: transparent url("images/common/icon.gif") left top no-repeat;
}

.info_box .info_date{
	font-size: 80%;
	letter-spacing: 1px;
	white-space: nowrap;
}

.info_box li{
	position:relative;
	border-bottom: dotted 1px #e2e0e0;
	padding: 0 0 6px 150px;
	margin-top: 8px;
	margin-left: 8px;
	margin-right: 4px;
}

.info_box li span.news{
	background: transparent url("images/common/icon.gif") left top no-repeat ;
	position: absolute;
	left: 0px;
	padding-left: 20px;
}

.info_box .info_important:nth-last-of-type(1),
.info_box li:nth-last-of-type(1){
	border-bottom: none;
	padding-bottom: 0px;
	margin-bottom: 4px;
}

.info_box li a, .info_box li a:visited{
	color: #222;
}
.info_box .info_important a,
.info_box li a:hover{
	color: #f57996;
}

.info_box h2 span.info_all{
	position:absolute;
	right: 2px;
	top: 2px;
	}

.info_box h2 span.info_all a{
	display:block;
	opacity: 0.8;
	transition: 0.3s;
}

.info_box h2 span.info_all a:hover
,.info_boxh2 span.info_all a:focus
,.info_box h2 span.info_all a:active{
	opacity: 1;
}
