@charset "UTF-8";

/* グローバル設定 */
*{
	text-indent:0px;
	line-height:140%;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	margin: 0;
	padding: 0;
}
body {
	margin:0;
	padding:0;
	text-align:left;

}
img {
	border:0;
	margin:0;
	padding:0;
	vertical-align: top;
	text-decoration:none;
}
a:hover img{
	opacity:0.75;
	filter: alpha(opacity=75);
	text-decoration:none;
}
form{
	display:inline;
}
input {
	vertical-align:top;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.clear_both{
	clear:both;
	float:none;
	line-height:0px;
	font-size:0px;
}
ol,ul{
	list-style-image: none;
	list-style-type: none;
}
/* --strong-- */
.strong {
	font-weight: bold;
	font-size: 12px;
}
/* --文字設定-- */
a:link,a:visited ,a:hover, a:active {
	color:#333;
}
a:hover{
	color:#333;
}
/* --文字設定-- */
p {
	text-align: left;
}

#copyright {
	text-align:center;
}


#bg_grad {
	width:100%;
	/*background:url(../img/bg_bottom.jpg) no-repeat top center;
	background-size: 100%;*/
}

#collection {
	width:80%;
	margin-left:auto;
	margin-right:auto;
}

#bt{
	width:820px;
	height:450px;
	padding-top:0px;
	background:url(../../tokeisrc/tokei/benesse/img/ajax-loader2.gif) no-repeat 50% 50%;
	margin-left:35px;
	position:relative;
	margin-top:-10px;
}
#bt #btAd{
	position:absolute;
	width:590px;
	height:450px;
	background:url(../../tokeisrc/tokei/benesse/img/trans.png);
}
#bt #btAd a{
	width:590px;
	height:450px;
	display:block;
	
}
#bt #btAd a img{
	display:none;
	border:none;
}
#bt #btInner{
	display:none;
	width:100%;
}

#bt #btInner2{
	display:none;
	width:100%;
}

#bt #btPh{
	float:left;
	margin-top:0;
	margin-bottom:0;
	width:100%;
}

#bt #btPh2{
	float:left;
	margin-top:0;
	margin-bottom:0;
	width:100%;
}


#bt #btRight{
	width:214px;
	float:right;
}
#bt #btRight #btNmae{
	color:#CC0033;
	font-size:15px;
	font-weight:300;
	line-height:1.1;
	border-bottom:1px dotted #CCCCCC;
	background:url(../../tokeisrc/tokei/benesse/img/line.png) no-repeat;
	padding:0 0 8px 8px;
	margin-top:0;
	margin-bottom:12px;
}
#bt #btRight dt{
	font-size:10px;
	color:#CC0033;
	line-height:1.3;
}
#bt #btRight dd{
	color:#666;
	font-size:12px;
	font-weight:300;
	line-height:1.5;
	padding-bottom:9px;
	margin-left:0;
}


#tv_title {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#model_button {
	width:70%;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:50px;
}


#button {
	width:80%;
	margin-left:auto;
	margin-right:auto;
	padding-top:30px;
	margin-bottom:100px;
}

#banner_photo_r {
	width:45%;
	float:right;
	margin-left:10px;
}

#banner_photo_r1{
	width:6%;
	float:right;
	margin-right:0px;
}

#banner_photo_r2{
	width:45%;
	float:right;
	margin-right:0px;
}

#btRight{
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

#btRight p {
	float:left;
	font-size:25px;
}

#btRight dd {
	float:left;
	font-size:25px;
}

#btRight dd a {
	float:left;
	font-size:25px;
}

#btRight dt {
	float:left;
	font-size:25px;
}

#logo {
	width:100%;
}

#logo_img {
	height:61px;
	padding-top:19px;
	padding-left:20px;
}

#flickNav {
	width:100%;
	/*background-color:#EAF5FC;*/
	
}

#profile {
	padding-top:60px;
}

.jCarousel {
	width:100%;
}





/* 背景伸ばし */


img.bg {
  /* Set rules to fill background */
  min-height: 100%;
  min-width: 1024px;
  /* Set up proportionate scaling */
  width: 100%;
  height: auto;
  /* Set up positioning */
  position:absolute;
  /* またはabsolute; */
  top: 0;
  left: 0;
}

@media screen and (max-width: 1024px){
  img.bg {
  left: 50%;
  margin-left: -512px; }
}

div#container {
  position: relative; 
}