@charset "utf-8";

img {
	border:none;
}

/*---------------------------------------
  Top
---------------------------------------*/

.common-right tr {
	vertical-align: middle;
	}

#contents a:hover img{
 filter:alpha(opacity=75); /*IE*/
    -moz-opacity:0.75; /*Firefox*/
   opacity:0.75; /*Opera・Safari*/
	}
#right-content a:hover img{
 filter:alpha(opacity=75); /*IE*/
    -moz-opacity:0.75; /*Firefox*/
   opacity:0.75; /*Opera・Safari*/
	}
#contents2 a:hover img{/*2014/4/6 T */
 filter:alpha(opacity=75); /*IE*/
    -moz-opacity:0.75; /*Firefox*/
   opacity:0.75; /*Opera・Safari*/
	}	
	
#contents #search-service a:visited,#contents #search-service a:link{
	color: #555;
	}

#serch-service {
	clear: left;
	}
/*
#search-service ul {
	width: 372px;
	height: 103px;
	position: relative;
	background-color: #FFFFFF;
	float: left;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: 0px dotted #333333; 
	}

#search-service ul.left {
	padding-right: 2px;
	border-right: 1px solid #D8D8D8;
	}

#search-service ul li.title {}

#search-service ul li.example {
	position:absolute;
	width: 220px;
	left: 80px;
	top: 40px;
	}
	
#search-service ul li.right {
	margin-left: 15px;
	}

#search-service ul li.traiangle {
	position:absolute;
	right: 2px;
	top: 82px;
	}

#search-service hr {
	border-bottom: 1px dotted #8F8F8F;
	border-left: medium none currentColor;
	border-right: medium none currentColor;
	border-top: medium none currentColor;
	clear: both;
	height: 0px;
	margin: 2px 0px 5px;
	width: 745px;
}
*/
#study {
	margin-top: 20px;
	}

#study ul.right {
	border-right: 1px solid #D8D8D8;
}

#study ul li.title {
	margin: 0 25px;
	}

#study ul li.example {
	margin: 0 25px;
	}
	
#study ul li.traiangle {
	position: absolute;
	top: 205px;
	right: 2px;	
	}

	
#news ul li.left {
	width: 110px;
	float: left;
	}

#news ul li.right {
	width: 220px;
	padding-left: 126px;
	}
	
#news ul li.right .title {
	font-weight: bold;
	font-size: 14px;
	}
	
#news ul li.right .days {
	font-weight: 700;
	}

#news ul li.right .up img {
	margin-left: 10px;
	vertical-align: text-top;
}

#news ul li.right .example {
	padding-top: 10px;
	}
	
.main-title {
	}
	
/*---------------------------------------
  Lisning
---------------------------------------*/

#lisning-lineup {
	margin :20px 0;
	}

#lisning-lineup ul {
	width: 206px;
	min-height: 470px;
	float: left;
	border-left: 1px solid #D8D8D8;
	padding: 0 20px;
	position: relative;
	}
	
#lisning-lineup ul li.image {
	width: 206px;
	height: 204px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #F0F0F0;
	}
	
#lisning-lineup ul li.item {
	width: 206px;
	margin: 10px 0px;
	padding-bottom: 20px; 
	border-bottom: 1px dotted #D8D8D8;
	}
	
#lisning-lineup ul li.item img {
	margin-right: 3px;
	}
	
#lisning-lineup ul li.title {
	width: 206px;
	margin: 10px 0px; 
	font-weight: bold;
	}
	
#lisning-lineup ul li.except {
	width: 206px;
	margin: 10px 0px; 
	}
	
#lisning-lineup ul li.cartin {
	width: 206px;
	vertical-align: middle;
	text-align: center;
	background-color: #F0F0F0;
	margin: 0 0px;
	position: absolute;
	padding: 10px 0;
	bottom: 0;
	}

#lisning-lineup ul.right {
	border-right: 1px solid #D8D8D8;
}


/*---------------------------------------
  Hearing
---------------------------------------*/

#globalnavi {
  margin: 0;
  padding: 0;
  list-style-type: none; /* リストマークの削除 */
  width: 751px;
  clear: left;
}

#globalnavi li {
  height: 63px;
  float: left;
}

#globalnavi a {
  text-indent: -9999px; /* テキストを隠す */
  text-decoration: none;
  display: block;
  height: 62px; /* リンク領域を広げる */
  background-image: url(../img/hearing/sprite.gif);
  background-repeat: no-repeat;
}

#menu1 a { width: 139px; height: 63px; background-position: 0 0; } /* 表示画像の位置を指定 */
#menu2 a { width: 152px; height: 63px; background-position: -138px 0; }
#menu3 a { width: 153px; height: 63px; background-position: -290px 0; }
#menu4 a { width: 183px; height: 63px; background-position: -442px 0; }
#menu5 a { width: 124px; height: 63px; background-position: -623px 0; }

#globalnavi a:hover {
  text-decoration: none;
  background-image: url(../img/hearing/sprite.gif);
  background-repeat: no-repeat;
}

#menu1 a:hover { background-position: 0 0; } /* 入れ替え画像の位置を指定 */
#menu2 a:hover { background-position: -138px -86px; }
#menu3 a:hover { background-position: -289px -171px; }
#menu4 a:hover{ background-position: -441px -256px; }
#menu5 a:hover{ background-position: -622px -341px; }


.main-title {
	font-size: 30px;
	padding: 1px 0 4px 10px;
	border-left: 5px solid #004092;
	margin-bottom: 10px;
	color: #212121;
	font-weight: bold;
	}

.border {
	margin-bottom: 20px;
	}
	
.sub-title {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0;
	border-bottom: 1px dotted #8D8D8D;
	margin-bottom : 20px;
	color: #222;
	width: 745px;
	}

.sub-title img {
	margin: 0 10px 5px 0;
	}

.price-18 {
	font-size:18px;
	font-weight: bold;
	}

.book10 img {
	margin-left: 30px;
	}

/*---------------------------------------
  TOEIC
---------------------------------------*/

/* index */

.file01bg-title01 {
	width:745px;
	height:45px;
	background-image:url(../toeic/img/title_updating.gif);
}
.file01bg-title02 {
	width:745px;
	height:38px;
	margin-bottom:8px;
	background-image:url(../toeic/img/title_lineup.jpg);
}

.toeic-lineup {
	margin :20px 0;
	}

.toeic-lineup ul {
	width: 206px;
	min-height: 490px;
	float: left;
	border-left: 1px solid #D8D8D8;
	padding: 0 20px;
	position: relative;
	}
	
.toeic-lineup ul li.image {
	width: 206px;
	height: 204px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	background-color: #F0F0F0;
	}
	
.toeic-lineup ul li.item {
	width: 206px;
	margin: 10px 0px;
	padding-bottom: 20px; 
	border-bottom: 1px dotted #D8D8D8;
	}
	
.toeic-lineup ul li.item img {
	margin-right: 3px;
	}
	
.toeic-lineup ul li.title {
	width: 206px;
	margin: 10px 0px; 
	font-weight: bold;
	}
	
.toeic-lineup ul li.except {
	width: 206px;
	margin: 10px 0px; 
	}
	
.toeic-lineup ul li.cartin {
	width: 206px;
	vertical-align: middle;
	text-align: center;
	background-color: #F0F0F0;
	margin: 0 0px;
	position: absolute;
	padding: 10px 0;
	bottom: 0;
	}

.toeic-lineup ul.right {
	border-right: 1px solid #D8D8D8;
}

.toeic-curriculum01{
	border: 1px solid #D8D8D8;
	margin-bottom: 30px;
}
.toeic-curriculum01 th,
.toeic-curriculum01 td {
	vertical-align: middle;
	padding: 4px;
	border: 1px solid #D8D8D8;
}
.toeic-curriculum01 th {
	background-color: #F0F0F0;
}


/* tc */

.icon_standard {
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	padding: 3px 5px;
	background: #eee;
	line-height: 1;
}

#slideSub .selected {
	border: 1px solid #173385;
	
}

.study_glay_icon {
	background-color: #D8D8D8;
	font-weight: bold;
	display: inline;
	padding: 3px;
	text-align: center;
	vertical-align: middle;
}

/* tp */

.trial-training-list01 a:link {
	color: #000;
	text-decoration: underline;
}
.trial-training-list01 a:hover {
	color: #0044A2;
	text-decoration: underline;
}


.list_listening_word {
	background-color: #EDEDED;
	padding: 15px;
	margin-bottom: 35px;
}
.list_listening_word ul {
	float: left;
	width: 230px;
	margin-right: 10px;
	border-right: 1px dotted #D8D8D8;
}
.list_listening_word ul.last {
	margin-right: 0px;
	border-right: none;
}
.list_listening_word li {
	line-height: 2.2;
}

.box_listening_word {
	background-color: #EDEDED;
	padding: 20px 15px;
	margin-bottom: 35px;
}
.box_listening_word ul li {
	margin-bottom: 15px;
}
.box_listening_word ul li.last {
	margin-bottom: 0px;
}

.practice_listening_word {
	background-color: #EDEDED;
	padding: 20px 15px;
	width:708px;
}
.practice_listening_word ul li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #D8D8D8;
}
.practice_listening_word ul li.last {
	padding-bottom: 0px;
	margin-bottom: 0px;
	border-bottom: none;
}

/* ======== 追加要素 ======== */

.search-br:before {
    border-left:1px solid #FFFFFF;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
}
 
.search-br {
    border-left:1px solid #BABABA;
    position: relative;
    z-index: 10;
}

.search-br-b:before {
    /*border-bottom: 1px solid #BABABA; */
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    }
    
.search-br-b{
/*	border-bottom: 1px solid #FFFFFF; */
	position:relative;
	z-index:10;
	}
	
.bc-brn {
	border-color: #51323F;
	}
	
.fontstyle03 {
	line-height: 125%;
	}
	
.banner-area {
	width: 750px;
	margin: 0 auto;
	text-align: center;
	}
