<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body {
	font:13px "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",Osaka,Verdana,sans-serif;
}

body,div,p,pre,h1,h2,h3,h4,h5,h6,table,form,
caption,ul,ol,li,dl,dt,dd,img {
	margin: 0;
	padding: 0;
	border: 0;
	line-height:100%;
}

ul,ol { list-style:none; }

h1,h2,h3,h4,h5,h6,strong,em {
	font-weight:bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,button,textarea,select,optgroup,option,address {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
img {
   vertical-align:bottom
}

h1,h2,h3,h4,h5,h6{
	font-size:13px;
}
a {
	color:#004B91;
	text-decoration:none;
}
a:visited {
	color:#004B91;
}
a:hover {
	color:#E4251F;
	text-decoration:underline;
}
a:active {
	color:#cc0000;
}


/* fontsize */
.f10 { font-size:77%; }
.f11 { font-size:85%; }
.f12 { font-size:93%; }
.f13 { font-size:100%; }
.f14 { font-size:108%; }
.f15 { font-size:116%; }
.f16 { font-size:123.1%; }
.f17 { font-size:131%; }
.f18 { font-size:138.5%; }
.f19 { font-size:146.5%; }
.f20 { font-size:153.9%; }
.f21 { font-size:161.6%; }
.f22 { font-size:167%; }
.f23 { font-size:174%; }
.f24 { font-size:182%; }
.f25 { font-size:189%; }
.f26 { font-size:197%; }

.fx10 { font-size:10px; }
.fx11 { font-size:11px; }
.fx12 { font-size:12px; }
.fx13 { font-size:13px; }
.fx14 { font-size:14px; }
.fx15 { font-size:15px; }
.fx16 { font-size:16px; }
.fx17 { font-size:17px; }
.fx18 { font-size:18px; }
.fx19 { font-size:19px; }
.fx20 { font-size:20px; }
.fx21 { font-size:21px; }
.fx22 { font-size:22px; }
.fx23 { font-size:23px; }
.fx24 { font-size:24px; }
.fx25 { font-size:25px; }
.fx26 { font-size:26px; }

/* --------------------------------
	base
-------------------------------- */
body{
	color: #000;
}

/* --------------------------------
	container
-------------------------------- */
/* sp-bn-link */
.mod-spLink{
	text-align:center;
}
.mod-spLink img{
	padding:10px 0;
}

/* ------------------------------------------------
ヘッダー（h1がページ上部にあるパターン）
--------------------------------------------------- */

.mod-headBasic{
	border-top: 2px solid #ed3024;
	width: 100%;
	min-width: 900px;
}

.mod-headBasic-decription{
	margin-bottom: 5px;
    border-bottom: 1px solid #ddd;
    padding: 6px 0;
}

.mod-headBasic-decription h1{
	width: 880px;
    margin: 0 auto;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.1;
    max-height: 2.2em;
    color: #6f6f6f;
}

.mod-headBasic-top{
	width: 880px;
    margin: 0 auto 5px;
    display: flex;
    justify-content: space-between;
}

/*h1タグ削除版ヘッダー用拡張　全てのページのヘッダーのh1削除対応が完了したらmod-headBasic-top__noH1を削除＆mod-headBasic-topの見た目を調整すること*/
.mod-headBasic-top__noH1{
	align-items: center;
    height: 90px;
}

.mod-headBasic-top-left{
	display: flex;
    width: auto;
    vertical-align: bottom;
    align-items: center;
}

.mod-headBasic-top-left-logo{
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.mod-headBasic-top-left-logo:hover{
	opacity: 0.8;
}

.mod-headBasic-top-left-logo-img{
    margin-bottom: 5px;
}

.mod-headBasic-top-left-logo-no1{
	margin-left: 10px;
}

.mod-headBasic-top-left-campaign{
	position: relative;
    top: 4px;
	margin-left: 10px;
}
.mod-headBasic-top-left-campaign:hover{
    opacity: 0.8;
}
.mod-headBasic-top-left-campaign a{
	display: block;
}

.mod-headBasic-top-right{
	display: flex;
	align-items: flex-end;
	width: 250px;
    vertical-align: top;
    margin-bottom: 15px;
}

/*h1タグが無い時用拡張*/
.mod-headBasic-top-right__noH1{
	margin-bottom: 5px;
}

.mod-headBasic-top-right-cvBtn {
	display: block;
	position: relative;
	width: 250px;
	height: 53px;
	background: url(/img2/common/head_cv_bt_002.png?2016021801) left top no-repeat;
	color: #333;
	text-decoration: none;
	margin: 3px 0 0;
}
.mod-headBasic-top-right-cvBtn-count {
	position:absolute;
	width: 40px;
	right: 9px;
	top: 29px;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	color: #666;
}

.mod-headBasic-top-right-cvBtn-count span{
	color:#f00;
	font-weight:bold;
	font-size: 16px;
}

/* --------------------------------
	header　キャンペーンバナー
-------------------------------- */

.mod-header-item-campaignBanner{
    margin-left: 10px;
}
.mod-header-item-campaignBanner:hover{
    opacity: 0.8;
}
.mod-header-item-campaignBanner a{
	display: block;
}

/* --------------------------------
	header
-------------------------------- */
.mod-headerBox {
	border-top: 2px solid #ed3024;
	width: 100%;
	min-width: 900px;
	padding: 10px 0 0;
}
.mod-header {
	width: 880px;
	margin: 0 auto 15px;
	display: table;
	table-layout: fixed;
}

/*キャンペーンバナーが無い時*/
.mod-header__noCampaign{
	margin-top: 10px;
}

.l-headerLeft {
	display: table-cell;
	width: auto;
	vertical-align: bottom;
}
.l-headerRight {
	display: table-cell;
	width: 250px;
	vertical-align: top;
}
.mod-header-decription {
	width: 483px;
	font-weight: normal;
	font-size: 10px;
	line-height: 1.1;
	max-height: 2.2em;
	color: #6f6f6f;
	padding: 0 24px 0 123px;
	margin:0;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mod-header-item {
	display: table;
	width: auto;
	table-layout: fixed;
}
.mod-header-item-logo {
	display: table-cell;
	width: 129px;
	height: 40px;
	text-align: left;
	vertical-align: bottom;
}
.mod-header-item-logo a:hover {
	opacity: .8;
}
.mod-header-item-logo img {
	width: 105px;
	height: 40px;
}

.mod-header-item-catch {
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: bottom;
}
.mod-headerItem-txtUser {
	display: block;
	font-size: 11px;
	line-height: 1.2;
	background: none;
	font-weight: normal;
	color: #333;

}
.mod-headerItem-txtUser::before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 13px;
	background: #333;
	margin: 0 4px 0 0;
	vertical-align: -3px;
	transform: rotate(-15deg);

}
.mod-headerItem-txtUser::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 13px;
	background: #333;
	margin: 0 0 0 4px;
	vertical-align: -3px;
	transform: rotate(15deg);
}
.mod-headerItem-txtNo1 {
	display: block;
}
.mod-header-cvBtn {
	display: block;
	position: relative;
	width: 250px;
	height: 53px;
	background: url(/img2/common/head_cv_bt_002.png?2016021801) left top no-repeat;
	color: #333;
	text-decoration: none;
	margin: 3px 0 0;
}
.mod-header-cvBtn-count {
	position:absolute;
	width: 40px;
	right: 9px;
	top: 29px;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}

.mod-header-cvBtn-count span{
	color:#F00;
	font-weight:bold;
	font-size: 16px;
}
/* --------------------------------
	header inq
-------------------------------- */
.mod-headerInqBox {
	border-top: 2px solid #ed3024;
	width: 100%;
	min-width: 900px;
	border-bottom: 1px solid #afafaf;
	margin:0 0 16px;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}
.mod-headerInqBox-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 880px;
    margin: 15px auto;
}

.mod-headerInqBox-logo{

}
.mod-headerInqBox-logo a:hover {
	opacity: 0.8;
}

.mod-headerInqBox-logo-decription{
    width: 483px;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.1;
    max-height: 2.2em;
    color: #6f6f6f;
    padding: 0 24px 0 120px;
    margin: 0;
    box-sizing: content-box;
}

.mod-headerInqBox-logo-inner{
    display: flex;
    align-items: flex-end;
}
.mod-headerInqBox-logo-img{
    margin-right: 15px;
}
.mod-headerInqBox-logo-img a{
    display: block;
}
.mod-headerInqBox-logo-catch {
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: bottom;
}
.mod-headerInqBox-logo-catch-txtUser {
	font-size: 11px;
	line-height: 1.2;
	background: none;
	font-weight: normal;
	color: #333;

}
.mod-headerInqBox-logo-catch-txtUser::before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 13px;
	background: #333;
	margin: 0 4px 0 0;
	vertical-align: -3px;
	transform: rotate(-15deg);

}
.mod-headerInqBox-logo-catch-txtUser::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 13px;
	background: #333;
	margin: 0 0 0 4px;
	vertical-align: -3px;
	transform: rotate(15deg);
}

.mod-headerInq {
	width: 880px;
	height: 54px;
	margin: 0 auto 10px;
}
.mod-headerInq-logo {
	display: table-cell;
	width: 129px;
	height: 40px;
	text-align: left;
	vertical-align: bottom;
}
.mod-headerInq-logo a:hover {
	opacity: .8;
}
.mod-headerInq-logo img {
	width: 105px;
	height: 40px;
}
.mod-headerInq-catch {
	display: table-cell;
	width: auto;
	text-align: left;
	vertical-align: bottom;
}
.mod-headerInq-txtUser {
	display: block;
	font-size: 11px;
	line-height: 1.2;
	background: none;
	font-weight: normal;
	color: #333;

}
.mod-headerInq-txtUser::before {
	display: inline-block;
	content: "";
	width: 1px;
	height: 13px;
	background: #333;
	margin: 0 4px 0 0;
	vertical-align: -3px;
	transform: rotate(-15deg);

}
.mod-headerInq-txtUser::after {
	display: inline-block;
	content: "";
	width: 1px;
	height: 13px;
	background: #333;
	margin: 0 0 0 4px;
	vertical-align: -3px;
	transform: rotate(15deg);
}
.mod-headerInq-txtNo1 {
	display: block;
}
.mod-headerLead {
	width: 900px;
	margin: 0 auto;
}
.mod-headerLead-text {
	font-size: 93%;
	margin:0 0 10px;
	padding: 0 10px;
	color: #999;
}

/*上場テキスト*/
.mod-listedcompanyTxt{
    text-align: center;
    font-size: 13px;
    margin-bottom: 10px;
}

.mg-b0{
    margin-bottom: 0;
}


/* --------------------------------
	head
-------------------------------- */
.mod-head {
	border-top:2px solid #ed3024;
	width: 100%;
    min-width: 900px;
}

.mod-head-right {
	float:left;
	width: 775px;
	position:relative;
	padding: 7px 0 0 24px;
	box-sizing: border-box;
}

.mod-head-contTxt {
    float: left;
    display: inline;
    padding: 0;
}

.mod-head-txtUser {
	position:absolute;
	top: 29px;
	left: 30px;
	display: inline;
	padding: 0;
	font-size: 11px;
	line-height: 1.2;
	background: none;
	text-align: left;
	font-weight:normal;
	color: #333;
}

.mod-head-txtUser::before{
	content:"";
	width: 1px;
	height: 13px;
	background: #333;
	position: absolute;
	transform: rotate(-15deg);
	top: -1px;
	left: -6px;
}

.mod-head-txtUser::after{
	content:"";
	width: 1px;
	height: 13px;
	background: #333;
	position: absolute;
	transform: rotate(15deg);
	top: -1px;
	right: -6px;
}

.mod-head-txtUser br {
	display:none;
}

.mod-head-inner{
	position:relative;
	margin-bottom:10px;
	width:880px;
	margin:0 auto 10px auto;
}

.mod-head-inquiry {
	border-bottom:1px solid #afafaf;
	margin-bottom:16px;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);
}

.mod-head-desc {
    position: absolute;
    top: 4px;
    left: 124px;
    width: 508px;
    height: 2.3em;
    font-weight: normal;
    font-size: 10px;
    line-height: 1.1;
    color: #6f6f6f;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.mod-head-left{
	float:left;
	display:table;
}
.mod-head-logo{
	display:table-cell;
	padding:22px 0 0 0;
}

.mod-head-logo a:hover {
	opacity:0.7;
}

.mod-head-txtNo1 {
	display: block;
	vertical-align: middle;
    margin: 33px 14px 0 0;
}

/*mod-head-btnCv */
.mod-head-btnCv{
	float:right;
	margin-bottom:5px;
	text-align:right;
}
.mod-head-btnCv a{
	display:block;
	position:relative;
	width:250px;
	height:53px;
	background:url(../img2/common/head_cv_bt_002.png?2016021801) left top no-repeat;
	color:#333;
	text-decoration:none;
}
.mod-head-btnCv a:hover{
	background:url(../img2/common/head_cv_bt_002.png?2016021802) left bottom no-repeat;
	text-decoration:none;
}

.mod-head-btnCv-count {
	position:absolute;
	width: 40px;
	right: 9px;
	top: 29px;
	text-align: center;
	font-size: 11px;
	font-weight:bold;
	color: #666666;
}

.mod-head-btnCv-count span{
	color:#F00;
	font-weight:bold;
	font-size: 16px;
}

/* mod-head-gmenu */
.mod-head-gmenu{
	border-top:1px solid #EAEAEA;
	border-bottom:1px solid #afafaf;
	margin-bottom:16px;
	-webkit-box-shadow:0px 1px 1px rgba(0,0,0,0.1);
	box-shadow:0px 1px 1px rgba(0,0,0,0.1);
}

.mod-head-gmenu ul {
	width:880px;
	box-sizing:border-box;
	margin:0 auto;
}

.mod-head-gmenu li{
	float:left;
	width:146px;
}

.mod-head-gmenu li:last-child {
	width:147px;
}

.mod-head-gmenu li a {
	display:block;
}

.mod-head-gmenu li a span {
	position:relative;
	display:block;
	overflow: hidden;
	width:100%;
	height: 38px;
	box-sizing:border-box;
	background:url(/img2/common/head_gmenu_bt.png?2016021803) 0 0 no-repeat;
	line-height: 1.3;
	text-indent: 100%;
	white-space: nowrap;
}

/* #g-home */
#g-home a span{
	background-position:0 0;
}

#g-home a:hover span,
#g-home-on a span{
	background-position:0 -38px;
}


/* #g-brand */
#g-brand a span{
	background-position:-147px 0;
}
#g-brand a:hover span,
#g-brand-on a span{
	background-position:-147px -38px;
}

/* #g-ranking */
#g-ranking a span{
	background-position:-293px 0;
}
#g-ranking a:hover span,
#g-ranking-on a span{
	background-position:-293px -38px;
}

/* #g-review */
#g-review a span{
	background-position:-440px 0;
}
#g-review a:hover span,
#g-review-on a span{
	background-position:-440px -38px;
}

/* #g-special */
#g-special a span{
	background-position:-586px 0;
}
#g-special a:hover span,
#g-special-on a span{
	background-position:-586px -38px;
}

/* #g-campaign */
#g-campaign a span{
	background-position:-733px 0;
}
#g-campaign a:hover span,
#g-campaign-on a span{
	background-position:-733px -38px;
}

/*天災発生時のお知らせリンク*/
.mod-head-topEmergencyInfo{
	width: 880px;
    margin: 0 auto 14px;
}

.mod-head-topEmergencyInfo a{
	color: #f00;
}

.mod-head-emergencyInfo{
	width: 880px;
    margin: 10px auto;
}

.mod-head-emergencyInfo a{
	color: #f00;
}



/* mod-head-txt */
.mod-head-txt {
	width:900px;
	margin:0 auto;
}

/* conts-tx-001 */
.conts-tx-001{
	font-size:93%;
	margin-bottom:5px;
	padding:0 10px;
	color:#999;
}

/*TOPページ　ヘッダー下のテキスト用*/
.conts-tx-top{
	font-size:93%;
	font-weight: normal;
	margin-bottom:5px;
	padding:0 10px;
	color:#000;
}

/* mod-pankuzu */
.mod-pankuzu{
	font-size:93%;
	padding:0 10px;
}
.mod-pankuzu li{
	float:left;
	padding: 0;
	line-height: 1.5;
}
.mod-pankuzu li a{
	padding: 0;
}
.mod-pankuzu-last{
}

/* --------------------------------
	head-scroll
-------------------------------- */
.head-scr{
	position:fixed;
	top: 0;
	z-index: 900;
	width: 100%;
	background:url(../img2/common/head-scr-bg.gif) #FFFFFF left bottom repeat-x;
}
.head-scr-inner{
	margin:0 auto;
	width:900px;
}
.head-scr-bn{
	float:left;
	padding: 13px 0 16px 0;
}
.head-scr-bn a:hover img{
	background: #fff;
	opacity:0.7;
	filter: alpha(opacity=80);
}

/*増額キャンペーン*/
.head-scr-bn__campaign {
	padding: 10px 0 7px 0 !important;
}

.head-scr-box-social{
	float:left;
	overflow:hidden;
	margin-right:20px;
	width: 67px;
	border:1px solid #ebebeb;
	background:#f5f4f4;
    -webkit-box-shadow: inset 0px 0px 1px 1px #fff; /* Safari, Chrome用 */
    -moz-box-shadow:  inset 0px 0px 1px 1px #fff; /* Firefox用 */
    box-shadow:  inset 0px 0px 1px 1px #fff; /* CSS3 */
	padding:5px;
}
.head-scr-bt-facebook{
	margin-bottom:4px;
}
.head-scr-bt-twitter{
}
.head-scr-bt-cv{
	margin:10px 0 0 0;
	/* ボタンのデザイン大枠は.head-bt-cvで定義済み */
}

/* --------------------------------
	head-scroll-detail
-------------------------------- */
.head-scr-d {
	padding:0;
	box-sizing:border-box;
	background:#FFFFFF;
	-webkit-box-shadow: 0 1px 3px #666;
	box-shadow: 0 1px 3px #666;
	min-height:51px;
}

.head-scr-d .head-scr-inner{
	display:table;
	min-height:20px;
	padding-bottom:8px;
}

.head-scr-d .hs-sch-name-box{
	display:table-cell;
	vertical-align:top;
	font-size:13px;
	padding: 0 0 0 0;
	width: auto;
}

.head-scr-d .hs-sch-name-box .hs-sch-logo img {
	border:1px solid #CCC;
	padding:2px;
	width:56px;
	height:auto;
}

.head-scr-d .hs-sch-name-box .hs-sch-logo {
	display:table-cell;
}

.head-scr-d .hs-sch-name-box .hs-sch-name {
	display:table-cell;
	vertical-align:middle;
	font-size:14px;
	font-weight:bold;
	line-height:1.4;
	padding:0 8px;
}

/*
.hs-cam-banner{
	font-size:12px;
	line-height:1.5;
	float:left;
	width: 380px;
	padding-left: 20px;
}
.hs-cam-banner a:hover{
	opacity: 0.7;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}*/
.head-scr-d .hs-tel-box{
	display:table-cell;
	vertical-align:top;
	width:270px;
	line-height:1.2;
	padding:0;
}

.head-scr-d .hs-tel-box span.s_td_tel {
	margin-right: 5px;
	font-size: 16px;
	font-weight: 700;
	color: #f00;
	font-family: 'Tahoma', 'Verdana';
	padding:0 0 0 5px;
}

.head-scr-d .hs-tel-box span.detail-open-time{
	display:block;
	overflow:auto;
	width:258px;
	height:32px;
	font-size:11px;
	line-height:1.4;
	margin-top:3px;
}

.head-scr-d .hs-order-box{
	padding:0px;
	display:table-cell;
	width:250px;
}

.head-scr-d .hs-order-box .detail-addcart-bt{
	padding:0;
}

.head-scr-d .hs-order-box .btn-delete-cart{
	margin: 2px auto 0px;
	display: block;
	width: 170px;
	height: 20px;
	text-align: center;
	font-size: 11px;
	font-style: normal;
	text-decoration: underline;
	padding-left: 3px;
	cursor: pointer;
}

.head-scr-d .detail-sumicart-bt em{
	position:absolute;
	top: 15px;
	left: 3px;
}

/* --------------------------------
	alart-box-cookie
-------------------------------- */
.alart-box-cookie {
    background: url("/img2/common/head_ic_alart_cookie.gif") no-repeat scroll 40px center #FFFCCB;
    border: 2px solid #000000;
    margin: 20px auto;
    padding: 10px 10px 10px 150px;
    width: 630px;
}
.cookie-tx-deny001 {
    color: #FF0000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.cookie-tx-deny002 {
    font-size: 13px;
    line-height: 1.5;
}
.cookie-tx-deny002 span {
    color: #FF0000;
}

/* --------------------------------
	cont-list
-------------------------------- */
.cont-list{
	margin-bottom:10px;
}
.cont-list dt{
	font-weight:bold;
	margin-bottom:10px;
}
.cont-list dd{
	padding:0;
	margin:0;
	line-height:1.5;
}
.close{
	border-top:1px dotted #CCC;
	text-align:center;
	margin-bottom:10px;
	padding:10px 0;
}

/* --------------------------------
	contents
-------------------------------- */
.contents{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
	padding:6px 10px 10px 10px;
	width:880px;
}
/* col-1 1カラム用 */
.col-1{
}
/* col-2 2カラム用 */
.col-2{
}
.col-2 .main{
	width:670px;
	float:left;
}

/* --------------------------------
 campaignBanner-main
-------------------------------- */
.campaignBanner-main{
	text-align: right;
	margin-bottom: 5px;
}

.campaignBanner-main-inner{
	background: #fff;
}

.campaignBanner-main a{
	display: inline-block;
}

.campaignBanner-main a:hover{
	opacity: 0.8;
}

/*小さいバナー拡張*/
.campaignBanner-main__small{
	margin-bottom: 0;
}

.brand-tab-camBnr {
	position: absolute;
	top: -20px;
	right: 0;
}


/* --------------------------------
 main
-------------------------------- */
.main{

}
/* --------------------------------
星
-------------------------------- */
.mod-star {
  font-size: 0;
  white-space: nowrap;
  display: inline-block;
}
.mod-star__10 .mod-star-img {
  width: 10px;
  height: 10px;
}
.mod-star__11 .mod-star-img {
  width: 11px;
  height: 11px;
}
.mod-star__12 .mod-star-img {
  width: 12px;
  height: 12px;
}
.mod-star__13 .mod-star-img {
  width: 13px;
  height: 13px;
}
.mod-star__14 .mod-star-img {
  width: 14px;
  height: 14px;
}
.mod-star__15 .mod-star-img {
  width: 15px;
  height: 15px;
}
.mod-star__16 .mod-star-img {
  width: 16px;
  height: 16px;
}
.mod-star__17 .mod-star-img {
  width: 17px;
  height: 17px;
}
.mod-star__18 .mod-star-img {
  width: 18px;
  height: 18px;
}
.mod-star__19 .mod-star-img {
  width: 19px;
  height: 19px;
}
.mod-star__20 .mod-star-img {
  width: 20px;
  height: 20px;
}
.mod-star__21 .mod-star-img {
  width: 21px;
  height: 21px;
}
.mod-star__22 .mod-star-img {
  width: 22px;
  height: 22px;
}
.mod-star__23 .mod-star-img {
  width: 23px;
  height: 23px;
}
.mod-star__24 .mod-star-img {
  width: 24px;
  height: 24px;
}

.mod-star-img {
  display: inline-block;
}
.mod-star-img:not(:last-child) {
  margin: 0 1px 0 0;
}

.mod-star-img__on {
  background: url(/img2/common/star_on.png) no-repeat 50% 50%;
  background-size: contain;
}

.mod-star-img__off {
  background: url(/img2/common/star_off.png) no-repeat 50% 50%;
  background-size: contain;
}

.mod-star-img__half {
  background: url(/img2/common/star_half.png) no-repeat 50% 50%;
  background-size: contain;
}

/* --------------------------------
 review-box-cont
 /area/,/review/で共有
-------------------------------- */
.review-box-cont{
	margin-bottom: 20px;
}
.review-box-inner{
	border: 1px solid #CFCFCF;
	border-top:none;
	padding: 10px 10px;
}

/* --------------------------------
 口コミ詳細共通ここから
-------------------------------- */
.mod-reviewListBasic{
	border: 1px solid #ccc;
	margin: 0 0 14px;
}

.mod-reviewListBasic-inner{
	padding: 15px;
}

.mod-reviewListBasic-mask &gt; .mod-reviewListBasic-inner,
.mod-reviewListBasic-mask &gt; .mod-reviewListBasic-footer {
	filter: blur(4px);
}

@media all and (-ms-high-contrast: none){
	.mod-reviewListBasic-mask &gt; .mod-reviewListBasic-inner {
		color: #bdbdbd;
		font-weight: bold;
		text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
		opacity: 0.5;
	}

	.mod-reviewListBasic-mask &gt; .mod-reviewListBasic-inner img {
		opacity: 0.2;
	}

	.mod-reviewListBasic-mask &gt; .mod-reviewListBasic-footer {
		text-shadow: 0 0 6px rgba(0, 0, 0, 0.75);
		opacity: 0.5;
	}
}


/* 口コミマスク */
.mod-reviewListBasic-mask {
	position: relative;
}

.mod-reviewListBasic-maskTxt {
	font-size: 17px;
	font-weight: bold;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: calc(100% - 40px);
	background: #fff;
	display:-webkit-box;
  	display:-ms-flexbox;
	display:flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	-ms-justify-content:center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	z-index: 1;
	opacity: 0.8;
}

.mod-reviewListBasic-title{
	position: relative;
	padding: 8px 10px;
	background: #fff;
	font-weight: bold;
    border-bottom: 1px solid #e6e6e6;
}

.mod-reviewListBasic-title-text{
	font-size:108%;
	line-height:1.3;
}
.mod-reviewListBasic-title-text a{
	font-size:16px;
}

.mod-reviewListBasic-old {
	background: #ffd9d9;
	padding: 8px 4px 8px 33px;
	margin: 0 0 16px;
}
.mod-reviewListBasic-old-txt {
	position: relative;
	color: #525252;
	font-size: 11px;
	line-height: 1.4;
}
.mod-reviewListBasic-old-txt:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -25px;
	width: 17px;
	height: 15px;
	background: url(/iphone/img2/review/old_review_ic.png) 0 0 no-repeat;
	background-size: 17px 15px;
	margin: -8px 0 0;
}
.mod-reviewListBasic-info{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.mod-reviewListBasic-info-contributorInfo{
    display: flex;
    align-items: center;
    padding: 5px;
	flex: 0.65 0 auto;
}

.mod-reviewListBasic-info-contributorInfo-detail{
    font-size: 14px;
}

.mod-reviewListBasic-info-contributorInfo-detail-text{
	line-height: 1.3;
	margin-bottom: 5px;
}

.mod-reviewListBasic-info-contributorInfo-detail-text:last-child{
    margin-bottom: 0;
}

.mod-reviewListBasic-info-contributorInfo-detail-text-indention{
	display: inline-block;
}


.mod-reviewListBasic-info-contributorInfo-icon{
    text-align: center;
    margin-right: 15px;
}

.mod-reviewListBasic-evaluation{
    background: #fffbeb;
    padding: 10px 10px 2px 10px;
	flex: 0 1 auto;
}

.mod-reviewListBasic-evaluation-inner{
    display: flex;
    margin-bottom: 8px;
}

.mod-reviewListBasic-evaluation-score{
    margin-right: 15px;
}

.mod-reviewListBasic-evaluation-score-ph-star{
	float:left;
	padding-right:8px;
}
.mod-reviewListBasic-evaluation-score-ph-star img{
	width:125px;
}

.mod-reviewListBasic-evaluation-score-tx-point{
	float:left;
	padding:5px 0 0 0;
	font-size:123.1%;
	font-weight: bold;
}

.mod-reviewListBasic-evaluation-label{
    display: flex;
    align-items: center;
}

.mod-reviewListBasic-evaluation-label span{
    background: #578dd9;
    padding: 4px 6px 2px 6px;
    border-radius: 3px;
    margin-right: 5px;
    color: #fff;
    font-weight: bold;
    line-height: 1 !important;
}

.mod-reviewListBasic-evaluation-label span:last-child{
    margin-right: 0;
}

.mod-reviewListBasic-evaluation-point{
	font-size:93%;
	margin-bottom:10px;
	line-height: 1.5;
}
.mod-reviewListBasic-evaluation-point span{
	font-weight:bold;
}
.mod-reviewListBasic-evaluation-point-text{
	display: inline-block;
    line-height: 1.7;
}

.mod-reviewListBasic-detail{
	display: flex;
	width: 100%;
}

.mod-reviewListBasic-detail-leftArea{
	width: 230px;
	margin-right: 10px;
	padding-right: 10px;
    border-right: 1px solid #e6e6e6;
}

.mod-reviewListBasic-detail-leftArea-info{
    margin-bottom: 20px;
    word-break: break-all;
}

.mod-reviewListBasic-detail-leftArea-info-title{
	font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    line-height: 1.4;
    color: #444;
}

.mod-reviewListBasic-detail-leftArea-info dl{
    margin-bottom: 10px;
}

.mod-reviewListBasic-detail-leftArea-info dl:last-child{
    margin-bottom: 0;
}

.mod-reviewListBasic-detail-leftArea-info-item dt{
    background: url(/img2/common/ic_bred_001.gif) no-repeat left 5px;
    padding: 0 0 0 10px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.mod-reviewListBasic-detail-leftArea-info-item dd{
    text-indent: 10px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.mod-reviewListBasic-detail-leftArea-info-item-goal{
    text-indent: 10px;
    margin-bottom: 5px;
    line-height: 1.3;
}

.mod-reviewListBasic-detail-leftArea-info dd:last-child{
    margin-bottom: 0;
}

/* 入塾時、卒業時の成績 */
.mod-reviewListBasic-detail-leftArea-info-record{
	position:relative;
}
.mod-reviewListBasic-detail-leftArea-info-record-bor-none{
	border-top:none;
}
.mod-reviewListBasic-detail-leftArea-info-record dt{
	background: url(/img2/common/ic_bred_001.gif) no-repeat left 3px;
	padding:0 0 0 10px;
	margin-bottom:10px;
}

.mod-reviewListBasic-detail-leftArea-info-record .record-txt-sei {
	position:absolute;
	top:30px;
	left:10px;
	font-size:11px;
}

.mod-reviewListBasic-detail-leftArea-info-record .record-txt-jiki {
	position:absolute;
	bottom:0;
	right:24px;
	font-size:11px;
}
.mod-reviewListBasic-detail-leftArea-info-record dd{
	margin-bottom:40px;
}

.mod-reviewListBasic-detail-leftArea-info-record p:nth-child(3){
    margin-bottom: 25px;
}

.mod-reviewListBasic-detail-leftArea-info-record-start{
	position: absolute;
	top: 155px; /* 179px */
	left: 69px; /* 72px */
	line-height: 1.2;
	font-size: 10px;
	text-align: center;
}

.mod-reviewListBasic-detail-leftArea-info-record-end{
	position: absolute;
	top: 155px; /* 179px */
	left: 126px; /* 72px */
	line-height: 1.2;
	font-size: 10px;
	text-align: center;
}

/* レビューグラフ */
.mod-reviewGraph{
	display: table;
	width: 96%;
	height: 14px;
	margin: 0 auto 25px auto;
	font-size: 0;
	box-sizing: border-box;
}
.mod-reviewGraph-ttl{
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	color: #414141;
	width: 23%;
}
.mod-reviewGraph-inner{
	display: table-cell;
	position: relative;
	width: 73%;
}
.mod-reviewGraph-inner:before{
	position: absolute;
	content: "";
	top: 0;
	left: -1px;
	width: 1px;
	height: 14px;
	background: #333;
}
.mod-reviewGraph-inner:after{
	position: absolute;
	content: "";
	top: 0;
	right: -1px;
	width: 1px;
	height: 14px;
	background: #333;
	}
.mod-reviewGraph-inner hr,.mod-reviewGraph-inner span{position: absolute;}
.mod-reviewGraph-centerLine{
	width: 100%;
	height: 0;
	color: transparent;
	background: none;
	border: none;
	border-top: 1px solid #333;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	box-shadow: none;
}
.mod-reviewGraph-line02{
	width: 0;
	height: 14px;
	color: transparent;
	background: none;
	border: none;
	border-left: 1px solid #333;
	box-shadow: none;
	top: 0;
}
.mod-reviewGraph-line01,.mod-reviewGraph-line03{
	width: 0;
	height: 10px;
	color: transparent;
	background: none;
	border: none;
	border-left: 1px solid #333;
	box-shadow: none;
	top: 2px;
}
.mod-reviewGraph-line01{
	left: 25%;
	margin-left: -1px;
}
.mod-reviewGraph-line02{
	left: 50%;
	margin-left: -1px;
}
.mod-reviewGraph-line03{
	left: 75%;
	margin-left: -1px;
}
.mod-reviewGraph-txt01{
	position: absolute;
	display: block;
	left: 0;
	bottom: -10px;
	text-align: left;
	font-size: 10px;
	width: 4em;
}
.mod-reviewGraph-txt02{
	position: absolute;
	display: block;
	left: 50%;
	bottom: -10px;
	text-align: center;
	font-size: 10px;
	width: 4em;
	margin-left: -2em;
}
.mod-reviewGraph-txt03{
	position: absolute;
	display: block;
	right: 0;
	bottom: -10px;
	text-align: right;
	font-size: 10px;
	width: 4em;
}
.mod-reviewGraph-point{
	width: 12px;
	height: 12px;
	display: block;
	background-color: #ed3024;
	border-radius: 6px;
	position: absolute;
	top: 1px;
	margin-left: -6px;
	z-index: 10;
}

.mod-reviewListBasic-detail-rightArea{
    width: 566px;
}

/* 口コミ文章 */
.mod-reviewListBasic-detail-rightArea-article{
	clear:both;
	line-height:1.5;
	margin-bottom: 15px;
	word-break: break-all;
}

.mod-reviewListBasic-detail-rightArea-article-title {
	font-weight: bold;
	font-size: 14px;
	padding-left: 6px;
	border-left: 6px solid #89b9ea;
	margin-bottom: 6px;
	display: block;
	line-height: 1.4;
}

.mod-reviewListBasic-footer{
	padding: 0 15px 10px 15px;
	text-align: right;
}

/*口コミID */
.mod-reviewListBasic-footer-reviewId{
    font-size: 11px;
    margin-bottom: 8px;
	color: #444;
}

/*口コミ投稿リンク */
.mod-reviewListBasic-footer-link-reviewLink a {
	display: inline-block;
	font-size:12px;
	background:url(../img2/common/ic_arrow_001.gif) left 1px no-repeat;
	padding-left: 10px;
	margin-right: 15px;
}

/* 不適切口コミ報告リンク */
.mod-reviewListBasic-footer-link-reportLink a {
	display: inline-block;
	font-size:12px;
	background:url(../img2/common/ic_arrow_001.gif) left 1px no-repeat;
	padding-left: 10px;
}


/* コドモブースターの口コミ */
.mod-reviewListBasic-kbInfo{
	margin-bottom: 20px;
	overflow: hidden;
}
.mod-reviewListBasic-kbEvaluation{
	background: #fffbeb;
    padding: 10px;
}

.mod-reviewListBasic-kbEvaluation-inner{
	margin-bottom: 8px;
}

.mod-reviewListBasic-kbEvaluation-score{
    margin-right: 15px;
}

.mod-reviewListBasic-kbEvaluation-score-ph-star{
	float:left;
	padding-right:8px;
}
.mod-reviewListBasic-kbEvaluation-score-ph-star img{
	width:125px;
}
.mod-reviewListBasic-kbEvaluation-score-tx-point{
	float:left;
	padding:5px 0 0 0;
	font-size:123.1%;
	font-weight: bold;
}
.mod-reviewListBasic-kbEvaluation-label{
    display: flex;
    align-items: center;
}

/* --------------------------------
 口コミ詳細共通ここまで
-------------------------------- */


/* 口コミ点数 */
.rpoint-box{
    clear:both;
	margin-bottom:8px;
}

.rpoint-tx-ttl{
	float:left;
	padding:5px 8px 0 0;
}
.rpoint-ph-star{
	float:left;
	padding-right:8px;
}
.rpoint-ph-star img{
	width:125px;
}

.rpoint-tx-point{
	float:left;
	padding:5px 0 0 0;
	font-size:123.1%;
	font-weight: bold;
}

.rpoint-tx-num{
	float:left;
	padding:6px 0 0 5px;
}
.rpoint-tx-point-det{
	font-size:93%;
	margin-bottom:10px;
}
.rpoint-tx-point-det span{
	font-weight:bold;
}
.rpoint-tx-point-det-text{
	display: inline-block;
    line-height: 1.7;
}
/* 口コミ対象者 */
.rtarget-box{
	clear:both;
	margin-bottom:15px;
}
.rtarget-ic-target{
	float:left;
	padding-right:8px;
}
.rtarget-ic-grade{
	float:left;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
}
.rtarget-ic-chujyu{
	float:left;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
}
.rtarget-ic-gen{
	float:left;
	padding: 2px 4px;
	border: 1px solid #ccc;
	border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	margin-right: 8px;
}

/* ベネッセ用 */
.rtarget-box-bns .rtarget-ic-target{
	padding-top:3px;
}

/* 通塾時に通っていた学校、進学した学校、目的 */
.review-cont-qa{
	margin-bottom:15px;
}
.review-cont-qa dt{
	background: url(/img2/common/ic_bred_001.gif) no-repeat left 3px;
	padding:0 0 0 10px;
	margin-bottom:7px;
	line-height:1.3;
}
.review-cont-qa dd{
	padding:6px 0 8px 10px;
}

/* 口コミ投稿者 */
.review-tx-reviwer{
	position: absolute;
	top: 13px;
    right: 10px;
	font-size: 12px;
	font-weight: normal;
}

/* 詳細リンク */
.revew-tx-link-det{
	margin:13px 0 0 0;
	float:left;
}
.revew-tx-link-det a{
	padding: 0 0 0 16px;
	background: url(/img2/common/ic_arrow_005.gif) no-repeat left 4px;
}
/* CVボタン */
.review-cont-cv{
	float:right;
	padding:5px 5px 3px 5px;
	background:#f8f8f8;
	border:1px solid #d5d5d5;
}
/* 資料請求リストから削除リンク */
.review-link-cv-del{
	display: block;
	font-size: 10px;
	text-align: center;
	text-decoration: underline;
	cursor:pointer;
}
.review-link-cv-del:hover{
	text-decoration: none;
}
/* n4用 キャンペーン対象外文言 */
.review-tx-cv-cam{
	display: block;
	font-size: 10px;
	font-weight:bold;
	text-align: center;
	color:#F00;
}
.review-tx-cv-cam a{
	color:#F00;
}
.review-tx-cv-cam a:hover{
	color:#F00;
}
/* af用の文言 */
.review-tx-cv-af{
	display: block;
	font-size: 10px;
	text-align: center;
}
/* n0用 */
.review-tx-cv-n0{
	font-size: 10px;
	line-height: 1.5;
}
/* review-link-list-around */
.review-link-list-around{
	background: url(/img2/common/review/review_tx_tit_around.gif) no-repeat left 9px;
	padding: 10px 0 0 165px;
	border-top: 1px solid #CCC;
}
.review-link-tx-around{
	float:left;
	margin:0 10px 0 0;
}
.review-link-tx-around a{
	padding: 0 0 0 16px;
	background: url(/img2/common/ic_arrow_005.gif) no-repeat left 4px;
}

/* review-box-search-bt */
.review-box-search-bt{
	text-align:center;
	padding:10px 0;
}
.review-bt-search{
	background:url(/img2/common/review/review_bt_search_center.gif) repeat-x left top;
	font-size:108%;
	font-weight:bold;
	display:inline-block;
	*display: inline;
    *zoom: 1;
}
.review-bt-search:hover{
	background:url(/img2/common/review/review_bt_search_center.gif) repeat-x left -46px;
}

.review-bt-search a{
	background:url(/img2/common/review/review_bt_search_left.gif) no-repeat left top;
	display:inline-block;
	*display: inline;
    *zoom: 1;
	color:#333;
}
.review-bt-search a:hover{
	background:url(/img2/common/review/review_bt_search_left.gif) no-repeat left -46px;
	color:#666;
}

.review-bt-search a span{
	background:url(/img2/common/review/review_bt_search_right.gif) no-repeat right top;
	display:inline-block;
	*display: inline;
    *zoom: 1;
	padding:16px 30px 16px 45px;
	height:14px;
}

.review-bt-search a span:hover{
	background:url(/img2/common/review/review_bt_search_right.gif) no-repeat right -46px;
}

.review-bt-search a span em{
	font-style:normal;
}
.review-bt-search a span:hover em{
	color:#E4251F;
}


/* --------------------------------
	search-box-sort
	/ranking/shogaku/,/eikaiwa/,/youji/,/yobikou/,/ikkan/,/kobetsujyuku/,/katekyo/,/brand/,/review/で共有
-------------------------------- */
.search-box-sort{
	background-color:#EFF8FF;
	border: 3px solid #025db0;
	margin-bottom:14px;
	clear: both;
}
.search-box-sort-inner{
	padding:0 10px;
}

.col-sort-001{
	width:130px;
	text-align:left;
}
.col-sort-002{
	width:514px;
	padding-top:5px;
}
/* sort-unit-select */
.sort-list-select{
	position:relative;
	float:left;
	margin-right: 5px;
}
.sort-btn-submit{
	float:left;
	margin-left:10px;
}
/* sort-unit-select-002 brand/、/detai/ 、オーバーレイでの教室選択で仕様 */
.brand-sort {
	background-color:#b8dbf0;
	border: none;
}

.brand-sort .search-box-sort-inner{
	padding:0;
}

.sort-unit-select-002{
	width:604px;
	padding:4px 0 10px 10px;
}
.sort-list-select-002{
	margin: 0 10px;
	padding: 0;
	display: inline-block;
	float: left;
}

.sort-list-select-arrow {
	margin-top:7px;
}

.sort-list-select-002 span {
	display:inline-block;
	overflow:hidden;
	background: url(/img2/brand/detail/select_de.png) no-repeat 0 0;
	width:210px;
	height:29px;
	box-sizing:border-box;
}

.sort-list-select-002 select {
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
	border: 0;
	margin: 0;
	padding:4px;
	background: none transparent;
	vertical-align: middle;
	font-size: inherit;
	color: inherit;
	box-sizing: content-box;
	width:110%;
	cursor:pointer;
}

.sort-list-select-002 select:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

/* sort-unit-input */
.sort-list-input{
	float:left;
}
/* sort-unit-check */
.sort-unit-check li {
	float:left;
	margin:0 14px 6px 0;
	min-width: 7em;
}

.sort-unit-check li input {
	width:18px;
	height:18px;
}

/* sort-unit-bt */
.sort-list-bt{
	float:left;
	margin-right:10px;
}
/* search-tx-sort-about-grade */
.search-tx-sort-about-grade{
	text-align:right;
	font-size:11px;
	padding:8px 6px 8px 0;
}

/* tooltip */
.tooltip_btn{
	display:inline-block;
	cursor:pointer;
	padding:4px 0;
}

.tooltip_btn span {
	background:url(/img2/common/search_sort/tooltip_btn.png) right top no-repeat;
	padding-right:26px;
}

.tooltip_btn:hover {
	text-decoration:underline;
}

.tooltip_box {
	display:none;
	position:absolute;
	top:30px;
	left:-24px;
	width:440px;
	height:240px;
	background: #FFF;
	border: 2px solid #025db0;
	z-index:100;
}
/* 年齢選択 */
.tooltip_box__age{
	height: auto;
}

.tooltip_box.tooltip_grade {
	width:440px;
	height:209px;
}

.tooltip_box.tooltip_review_person {
	height:93px;
}

.tooltip_box.tooltip_commute {
	height:121px;
}

.tooltip_box.tooltip_review_person .tooltip_box_in {
	height:auto;
}

.tooltip_box.tooltip_grade .tooltip_list {
	padding:4px 0 4px 8px;
}

.tooltip_box:before {
	position:absolute;
	content:"";
	top: -12px;
	left: 35px;
	background:url(/img2/common/search_sort/tooltip_arrow.png) right top no-repeat;
	width:15px;
	height:12px;
}

.tooltip_box_in {
	height:216px;
	overflow:auto;
}
/* 年齢選択 */
.tooltip_box_in__age{
	height: auto;
}

.tooltip_box_in.list-column03b {
	height:185px;
}

.tooltip_list {
	padding:8px 0 4px 8px;
	border-bottom:1px dotted #CCC;
}

/* 年齢選択 */
.tooltip_list__age{
	border-bottom:0;
	padding: 10px;
}
.tooltip_list_age{
	display: inline-block;
    font-size: 13px;
    vertical-align: top;
    width: 55px;
}
.tooltip_list_age a{
	display: inline-block;
    width: 100%;
    padding: 6px 6px 6px 14px;
    color: #333;
    text-decoration: none;
    box-sizing: border-box;
    line-height: 1.3;
    background: url(/img2/common/ic_arrow_001.gif) 4px center no-repeat;
}
.tooltip_list_age a:hover {
	background:#0077bb url(/img2/common/ic_arrow_001_o.gif) 4px center no-repeat;
	color:#fff;
}

/* 指定なし　拡張 */
.tooltip_list_age__unspecified{
	width: 75px;
}

.tooltip_list_tit {
	font-weight:bold;
	margin-bottom:6px;
}

.tooltip_list li ul {
	font-size:0px;
}

.tooltip_list li ul li {
	font-size:13px;
	display:inline-block;
	vertical-align:top;
}

.tooltip_list_grade {
	width:auto !important;
}

.tooltip_list li ul li a {
	display:inline-block;
	width:100%;
	padding:6px 6px 6px 14px;
	color:#333;
	text-decoration:none;
	box-sizing:border-box;
	line-height:1.3;
	background: url(/img2/common/ic_arrow_001.gif) 4px center no-repeat;
}

.tooltip_list li ul li a:hover {
	background:#0077bb url(/img2/common/ic_arrow_001_o.gif) 4px center no-repeat;
	color:#FFF;
}

/* 2列 */
.list-column02 ul li ul li {
	width:204px;
}

/* 3列 */
.list-column03 ul li ul li {
	width:138px;
}

/* 3列小  */
.list-column03b ul li ul li {
	width:auto;
}

/* 4列  */
.list-column04 ul li ul li {
	width:103px;
}

/* 駅 */
.tt_station .tooltip_list {
	border:none;
}

.tt_station .tooltip_list li ul li {
	width:103px;
}

.tt_city:before,
.tt_line:before,
.tt_station:before {
	content:"＞";
}

.tt_city .tooltip_box:before,
.tt_line .tooltip_box:before,
.tt_station .tooltip_box:before {
	left:52px;
}

.tooltip_list_mi {
	padding:6px 0;
	display:block !important;
}

.tooltip_close {
	font-size:12px;
	font-weight:bold;
	line-height:1 !important;
	cursor:pointer;
	text-align:center;
	background:#eff8ff;
	color:#256199;
	text-decoration:underline;
	padding:6px 0;
}

.tooltip_close:hover {
	text-decoration:none;
}

.tooltip_close span {
	position:relative;
}

.tooltip_close span:before {
	position:absolute;
	top:3px;
	left:-14px;
	content:"";
	background:url(/img2/common/search_sort/tool_close.gif) 0 0 no-repeat;
	width:11px;
	height:11px;
}

/* --------------------------------
	modal-searchsch-cont
	/review/で共有
	モーダルウィンドウでの教室選択
-------------------------------- */
.modal-searchsch-cont{
	width:880px;
	margin:0 auto;
}
.modal-searchsch-tx-ttl{
	width:860px;
	height: 25px;
	padding:7px 0 0 20px;
	background:url(../img2/common/cmn_tit_004.gif) left top no-repeat;
	font-size: 123.1%;
	font-weight:bold;
}
.modal-searchsch-cont-inner{
	padding:14px;
	border-top:none;
	margin-bottom:16px;
}
.modal-searchsch-tx-ssort{
	margin-bottom:10px;
}

.modal-searchsch-tx-sup{
	font-size:12px;
	line-height:1.4;
}
.modal-searchsch-list-table{
	margin-bottom:10px;
}
.modal-searchsch-list-table table{
	width:100%;
}
.modal-searchsch-list-table table th, .modal-searchsch-list-table table td{
	padding: 7px 10px;
	border: 1px solid #ccc;
}
.modal-searchsch-list-table table th{
	background: #737373;
	color:#FFF;
	text-align: center;
	font-size: 14px;
}

.sch-name-tx {
	font-weight:bold;
	line-height:1.4;
}

.sch-tel-tx{
	background:url(../img2/common/ic_school/ic_tel_muryo.gif) left center no-repeat;
	padding:0 0 0 50px;
	vertical-align:top;
	line-height:40px;
	color: #E4251F;
	font-weight: bold;
	font-size:116%;
	margin-right:8px;
}

.sch-tutor{
	margin-right:60px;
	font-size:18px;
}

.modal-searchsch-bt-close{
	text-align:center
}

.modal-searchsch-list-table table tr{
	background:#fbfbfb;
}

.modal-searchsch-list-table table tr:nth-child(even){
	background: #FFF;
}

.sch-tel-tx,
.sch-cv-bt{
	display:inline-block;
}

.col-sch-tel {
	margin-right:10px;
}

.col-sch-cv{
	letter-spacing:-1px;
	text-align:center;
}

.main-inner-top-name{
    background:url(/img2/common/brand_detail/brand_title_bar01.gif) no-repeat;
	height:31px;
	width:880px;
	padding:0;
}

.main-inner-top-name span.brandmei1022 {
	line-height: 35px;
	height: 30px;
	margin: 0 0 0 16px;
	font-size: 16px;
	font-weight: bold;
	float: left;

}

/* --------------------------------
	modal-mapsch-cont
	/spring/で使用
	モーダルウィンドウでの地図表示
-------------------------------- */
.modal-mapsch-cont{
	width:880px;
	margin:0 auto;
}
.modal-mapsch-tx-ttl{
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	line-height: 1.5;
	margin-bottom: 8px;
}
.modal-mapsch-box{
	margin-bottom: 10px;
}
.modal-mapsch-tx-add{
	text-align: center;
}
/* --------------------------------
	mod-loading-popup-bg
-------------------------------- */
.mod-loading-popup-bg {
	position:fixed;
	z-index:999;
	height:100%;
	width:100%;
	left:0;
	top:0;
	background:#FFF;
	opacity:0.6;
}

.mod-loading-popup {
	width:160px;
	height:170px;
	background:#FFF;
	position:fixed;
	z-index:1000;
	left:50%;
	top:50%;
	margin-left:-80px;
	margin-top:-85px;
	border-radius:10px;
	border:3px solid #e62912;
}

.mod-loading-popup img {
	text-align:center;
	width:140px;
	height:160px;
	margin-top:4px;
	margin-left:10px;
}

/* --------------------------------
	search-box-nav
-------------------------------- */
.search-box-nav{
	margin-bottom:10px;
}
.search-box-nav-btm{
	margin-bottom:20px;
}
.search-list-grd{
	float:left;
	padding:5px 0 5px 5px;
	border:1px solid #ccc;
}
.search-list-grd li{
	float:left;
	padding:4px 10px 4px 22px;
	font-size:85%;
}
.ic-grd-c1{
	background:url(/img2/common/ic_school/ic_grd_001_s_on.gif) left top no-repeat;
}
.ic-grd-c2{
	background:url(/img2/common/ic_school/ic_grd_002_s_on.gif) left top no-repeat;
}
.ic-grd-c3{
	background:url(/img2/common/ic_school/ic_grd_003_s_on.gif) left top no-repeat;
}
.ic-grd-c4{
	background:url(/img2/common/ic_school/ic_grd_004_s_on.gif) left top no-repeat;
	padding:4px 5px 4px 38px !important ; /* .search-list-grd liを上書き */
}
.ic-grd-c5{
	background:url(/img2/common/ic_school/ic_grd_005_s_on.gif) left top no-repeat;
}
.ic-grd-c6{
	background:url(/img2/common/ic_school/ic_grd_006_s_on.gif) left top no-repeat;
	padding:4px 5px 4px 22px !important ; /* .search-list-grd liを上書き */
}
/* list-pager */
.list-pager{
	float:right;
	font-size:85%;
}
.list-pager li{
	float:left;
	margin-right:5px;
}
.list-pager .current{
	padding: 7px 7px;
	background:#004B91;
	border: 1px solid #004B91;
	color:#FFF;
	display:block;
}
.list-pager .omission{
	padding: 7px 7px;
	display:block;
}
.list-pager .disable{
	display:none;
}
.list-pager a{
	padding: 7px 7px;
	background:#FFFFFF;
	border: 1px solid #004B91;
	display:block;
}
.list-pager a:hover{
	color:#004B91;
	background:#DDEFFF;
	border: 1px solid #004B91;
}
/* num-result-tx */
.num-result-tx{
	font-weight:bold;
	float: left;
	padding: 8px 0 0 6px;
}
.num-result-tx span{
	color:#E4251F;
	font-size:15px;
}

/* mod-sort-result */
.mod-sort-result{
	float: left;
	padding: 9px 0 0 25px;
}

.mod-sort-result span{
	font-weight:bold;
}

.mod-sort-result a span{
	font-weight: normal;
}

/* --------------------------------
	cmn-btm-box-link
	 /eikaiwa/,/brand/,/ranking/,/deviation/,/youji/,/ikkan/,/yobikou/,/kobetsujyuku/,/katekyo/,で共有
-------------------------------- */
.cmn-btm-tit-link{
	font-size:14px;
}

/* cmn-btm-box-link-pref */
.cmn-btm-box-link-pref{
	margin-bottom:10px;
}
.cmn-btm-tx-link-pref-001{
	float:left;
	width:150px;
	font-weight:bold;
	line-height: 1.1;
}
.cmn-btm-tx-link-pref-002{
	float:left;
	line-height: 1.1;
}
/* cmn-btm-box-link-sort 対象などを指定した絞込み */
.cmn-btm-box-link-sort{
	margin-bottom:10px;
}
.cmn-btm-tx-link-sort-001{
	float:left;
	width:150px;
	font-weight:bold;
	line-height: 1.1;
}
.cmn-btm-tx-link-sort-002{
	float:left;
	line-height: 1.1;
}
/* cmn-btm-box-link-other テキストボックス */
.cmn-btm-box-link-other{
	margin-bottom:10px;
}
.cmn-btm-tx-link-other-001{
	margin-bottom:3px;
	font-weight:bold;
}
.cmn-btm-tx-link-other-001 a{
	padding: 0 0 0 7px;
	background:url(/img2/common/ic_arrow_001.gif) left center no-repeat;
}
.cmn-btm-tx-link-other-002{
	line-height:1.5;
	margin-bottom:5px;
	font-size:12px;
}
/* cmn-btm-tx-link-other-article */
.cmn-btm-tx-link-other-article{
	line-height:1.5;
	margin-bottom:10px;
}

.cmn-btm-tx-link-other-article span{
	font-weight:bold;
}
/* cmn-btm-box-link-area 市区町村を見る */
.cmn-btm-box-link-area{
	margin-bottom:10px;
}
.cmn-btm-tx-link-area-001{
	font-weight:bold;
	line-height: 1.1;
	border-bottom:1px dotted #d5d5d5;
	padding-bottom:5px;
	margin-bottom:10px;
	font-size:14px;
}
.cmn-btm-tx-link-area-002{
	float:left;
	line-height: 1.8;
	font-size:100%;
	width:209px;
}
/* cmn-btm-link-pop 人気の塾 */
.cmn-btm-link-pop{
	margin-bottom:10px;
}
.cmn-btm-box-link-pop{
}
.cmn-btm-tx-link-pop{
	display:inline;
	line-height:1.5;
}

/* --------------------------------
	cmn-box-search-bt
	 /ranking/,/deviation/で共有
-------------------------------- */
.cmn-box-search-bt{
	text-align:center;
	margin-bottom:20px;
	border:1px solid #d5d5d5;
	background:#f8f8f8;
	padding:10px 0;
}
.cmn-bt-search{
	background:url(/img2/common/bt_search_001_center.gif) repeat-x left top;
	font-size:18px;
	font-weight:bold;
	display:inline-block;
	*display: inline;
    *zoom: 1;
}
.cmn-bt-search:hover{
	background:url(/img2/common/bt_search_001_center.gif) repeat-x left -40px;
}

.cmn-bt-search span{
	background:url(/img2/common/bt_search_001_left.gif) no-repeat left top;
	display:inline-block;
	*display: inline;
    *zoom: 1;
}
.cmn-bt-search span:hover{
	background:url(/img2/common/bt_search_001_left.gif) no-repeat left -40px;
}

.cmn-bt-search span a{
	background:url(/img2/common/bt_search_001_right.gif) no-repeat right top;
	display:inline-block;
	*display: inline;
    *zoom: 1;
	padding:12px 30px 14px 45px;
	height:14px;
	color:#333;
	text-decoration: none;
}

.cmn-bt-search span a:hover{
	background:url(/img2/common/bt_search_001_right.gif) no-repeat right -40px;
	color:#fff;
	text-decoration: none;
}

/* --------------------------------
 side
-------------------------------- */
.side{
	width:200px;
	float:right;
}
/* side-bn-ad */
.side-bn-ad{
	margin-bottom:10px;
}
.side-bn-ad span{
	display: block;
	font-size: 10px;
	color: #666;
	margin-top: 3px;
}
/* side-data */
.side-data{
	margin-bottom:10px;
}
.sdata-tx-ttl{
	padding: 4px 7px;
	font-size: 18px;
	font-weight: bold;
	color: #ed3024;
}
.side-data-inner{
	padding:1px;
}
.side-data-inner dl{
	padding:5px;
}
.sdata-tx-date{
	font-size:77%;
	padding:3px 3px 3px 0;
	text-align:right;
}
.sdata-box-review{
}
.sdata-tx-review-001{
	float: left;
	width: 61px;
	padding: 6px 0 0;
	font-size: 12px;
}
.sdata-tx-review-002{
}
.sdata-box-data-sch{
}
.sdata-tx-sch-001{
	float: left;
	width: 61px;
	padding: 8px 0 0;
	font-size: 12px;
}
.sdata-tx-sch-002{
}
.sdata-tx-review-002,
.sdata-tx-sch-002{
	float: right;
	width: 89px;
	padding:0 16px 0 0;
	text-align: right;
	color: #E83428;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: -0.03em;
	background: url(../img2/common/side_data_tx_003.gif) no-repeat right center;
}

/* side-his */
.side-his{
	padding:1px;
	margin-bottom:10px;
}
.side-his-inner{
	padding:10px 0;
	text-align:center;

}
.shis-tx-ttl{
	padding: 4px 7px;
	font-size: 14px;
	font-weight:bold;
}
.shis-box-sch{
	margin-bottom:10px;
}
.shis-ph-sch{
	margin-bottom:5px;
}
.shis-ph-sch a img{
	width: 98px;
	padding: 2px;
	border: 1px solid #999;
}
.shis-ph-sch a img:hover{
	border: 1px solid #E4251f;
}
.shis-tx-sch-001{
	margin-bottom:3px;
	line-height:1.3;
	font-size:93%;
}
.shis-tx-sch-002{
	line-height:1.3;
	font-size:85%;
}
.sthis-box-more{
	border-top:1px dotted #ccc;
}
.sthis-bt-more{
	padding-top:10px;
}
.sthis-bt-more a:hover img {
opacity: 0.7;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
/* side-his-search */
.side-his-search{
	padding:1px;
	margin-bottom:10px;
}
.side-his-search-inner{
	padding:5px 10px;
	font-size: 93%;
}

.shisser-tx-ttl{
	padding: 4px 7px;
	font-size: 14px;
	font-weight:bold;
}
.shisser-box-list{
}
.shisser-box-list-line{
	border-top:1px dotted #ccc;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}
.shisser-list a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.8;
}
/* side-rank-search */
.side-rank-search{
	padding:1px;
	margin-bottom:10px;
}
.side-rank-search-inner{
	padding:5px 10px;
	font-size: 93%;
}
.srankser-tx-ttl{
	padding: 4px 7px;
	font-size: 14px;
	font-weight:bold;
}

.srankser-box-list-line{
	border-top:1px dotted #ccc;
	padding: 5px 0 0 0;
	margin: 5px 0 0 0;
}
.srankser-list a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.8;
}
/* side-rec */
.side-rec{
	padding:1px;
	margin-bottom:10px;
}
.side-rec-inner{
	padding:10px 0;
	text-align:center;

}
.srec-tx-ttl{
	padding: 4px 7px;
	font-size: 14px;
	font-weight:bold;
}
.srec-box-sch{
	margin-bottom:10px;
}
.srec-box-sch:last-child{
	margin-bottom:0;
}
.srec-ph-sch{
	margin-bottom:5px;
}
.srec-ph-sch a img{
	width: 98px;
	padding: 2px;
	border: 1px solid #999;
}
.srec-ph-sch a img:hover{
	border: 1px solid #E4251f;
}
.srec-tx-sch-001{
	margin-bottom:3px;
	line-height:1.3;
	font-size:93%;
}
.srec-tx-sch-002{
	line-height:1.3;
	font-size:85%;
}
.strec-box-more{
	border-top:1px dotted #ccc;
}
.strec-bt-more{
	padding-top:10px;
}
.strec-bt-more a:hover img {
	opacity: 0.7;
	background: #fff;
}
/* side-rec-search */
.side-rec-search{
	border:1px solid #ccc;
	padding:1px;
	margin-bottom:10px;
}
.side-rec-search-inner{
	padding:5px 10px;
	font-size: 93%;
}

/* side-bn-sea */
.side-bn-sea{
	margin-bottom:10px;
}

.side-bn-sea a:hover {
	opacity: 0.7;
	background: #fff;
}

/* side-bn-cm */
.side-bn-cm{
	margin-bottom:10px;
}
.side-bn-cm a:hover img {
opacity: 0.7;
filter: alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background: #fff;
}
/* side-nav-001 */
.side-nav-001{
	padding:1px;
	margin-bottom:10px;
}
.snav001-tx-ttl{
	padding: 4px 7px;
	font-size: 14px;
	font-weight:bold;
}
.side-nav-001-inner{
	padding:5px 10px;
	font-size: 93%;
}
.snav001-box-list{
}
.snav001-list{
}
.snav001-list a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.7;
}
/* side-nav-002 */
.side-nav-002{
	padding:1px;
	margin-bottom:10px;
}
.snav002-tx-ttl{
	padding: 4px 7px;
	font-size: 14px;
	font-weight:bold;
}
.side-nav-002-inner{
	padding:10px;
	font-size: 93%;
}
.snav002-box-list{
	border-bottom:1px dotted #ccc;
	padding:0 0 5px 0;
	margin:0 0 8px 0;
}
.snav002-box-list-last{
	border-bottom:none;
	padding:0;
	margin:0;
}
.snav002-list{
}
.snav002-tx-list{
	font-weight:bold;
	margin-bottom: 5px;
}
.snav002-list a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.7;
}
.snav002-list-002{
	text-align:right;
}
.snav002-list-002 a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.7;
}
/* side-bn-help */
.side-bn-help{
	margin-bottom:10px;
}
.side-bn-helpIn:hover {
	opacity: 0.7;
}
/* side-partner */
.side-partner{
	padding:1px;
	margin-bottom:10px;
}
.spar-tx-ttl{
	padding: 4px 7px;
	font-size: 14px;
	font-weight:bold;
}
.side-partner-inner{
	padding:10px 0 5px 0;
	text-align:center;
}

.spar-list{
	margin-bottom:12px;
}
/* side-nav-katekyo */
.side-nav-katekyo{
	padding:1px;
	margin-bottom:10px;
}
.snavkat-tx-ttl{
	padding: 4px 0px;
	font-size: 13px;
	font-weight:bold;
}
.side-nav-katekyo-inner{
	padding:5px 10px;
	font-size: 93%;
}

.snavkat-list a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.7;
}
/* side-nav-minkou */
.side-nav-minkou{
	padding:1px;
	margin-bottom:10px;
}
.snavmin-tx-ttl{
	padding: 4px 0px;
	background: #e7e7e7;
	font-weight:bold;
}
.side-nav-minkou-inner{
	padding:5px 10px;
	font-size: 93%;
}

.snavmin-list{
	margin-bottom: 5px;
}

.snavmin-list:last-child{
	margin-bottom: 0;
}

.snavmin-list a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.7;
}
/* side-nav-kodomoboster */
.side-nav-kodomobooster{
	padding:1px;
	margin-bottom:10px;
}
.side-nav-kodomobooster-inner{
	padding:5px 10px;
	font-size: 93%;
}
.snavkod-tx-ttl {
	font-weight: bold;
}
.snavkod-list a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.7;
}

/* side-nav-igakubuguide */
.side-nav-igakubuguide{
	padding:1px;
	margin-bottom:10px;
}
.side-nav-igakubuguide-inner{
	padding:5px 10px;
	font-size: 93%;
}
.side-nav-igakubuguide .snavkod-tx-ttl {
	font-weight: bold;
	font-size: 12px;
}
.snavkod-list a{
	padding: 0 0 0 7px;
	background: url(../img2/common/ic_arrow_001.gif) left center no-repeat;
	line-height: 1.7;
}


/* side-alliance*/
.mod-side{
	padding:1px;
	margin-bottom:10px;
}
.mod-side-ttl{
	padding: 4px 7px;
	font-size: 14px;
	font-weight:bold;
}
.mod-side-alliance{
	padding:10px 8px;
	text-align:center;
}
.mod-side-alliance-box {
	position: relative;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 6px;
	margin: 0 0 4px;
}
.mod-side-alliance-box:last-of-type {
	border-bottom: none;
	padding: 0;
	margin: 0;
}
.mod-side-alliance-logo {
}
.mod-side-alliance-logo a {
	display: block;
	width: 100%;
	height: 100%;
}
.mod-side-alliance-logo a:hover {
	opacity: 0.7;
}
.mod-side-alliance-txt {
	font-size: 11px;
	text-align: left;
	line-height: 1.4;
}

.mod-side-alliance-txt a {
	color: #727272;
	text-decoration: none;
	display: block;
	width: 100%;
}


/* --------------------------------
	foot
-------------------------------- */
.mod-foot{
	margin:0 auto 10px auto;
}

.mod-foot-annotation{
	width: 880px;
    margin: 0 auto;
    padding-top: 15px;
}

.mod-foot-annotation-text{
	line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    letter-spacing: -0.2px;
	color: #666;
}

.mod-foot__inquiry {
	border-top:1px solid #afafaf;
	-webkit-box-shadow: 0px -1px 1px rgba(0,0,0,0.1);
	box-shadow:0px -1px 1px rgba(0,0,0,0.1);
}
/* foot-rec */
.foot-rec{
	width:860px;
	margin:0 auto 20px auto;
}
.foot-rec-tx{
	background: url(/img2/common/foot_tx_titlebg.gif) 0 0 no-repeat;
	font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
	height:30px;

}
.foot-rec-inner{
	padding:15px 0;
}
.foot-rec-bt-prev{
	float:left;
	padding:80px 0 0 0;
}
.foot-rec-bt-next{
	float:right;
	padding:80px 0 0 0;
}
.foot-rec-box-sch{
	float:left;
	width:140px;
	padding:0 8px;
	text-align:center;
}
.frec-ph-sch{
	margin-bottom:5px;
}
.frec-ph-sch a img{
	padding: 2px;
	border: 1px solid #999;
	width: 98px;
	height: 67px;
}
.frec-ph-sch a img:hover{
	border: 1px solid #E4251f;
}
.frec-tx-sch-001{
	font-weight:bold;
	margin-bottom:8px;
	line-height:1.3;
	height: 28px;
}
.frec-tx-sch-002{
	margin-bottom:5px;
	line-height:1.3;
}
.frec-table-spec{
	font-size:77%;
	margin:0 auto 5px auto;
}
.frec-table-spec th{
	padding:3px 0;
}
.frec-tx-ttl-spec{
	padding:2px;
	font-weight:normal;
	border:1px solid #D7D5D5;
	border-radius: 4px;
	background-color:#EFEFEF;
}
.frec-tx-spec-001{
	padding:0 0 0 3px;
	text-align:left;
}
.frec-tx-spec-002{
	text-align:left;
	padding:0 0 0 3px;
}
.frec-tx-spec-002 img{
	width:60px;
}
.frec-tx-review-pt{
	padding:0 0 0 3px;
}

/* foot-his */
.foot-his{
	position:relative;
	width:860px;
	margin:0 auto 20px auto;
}
.foot-his-tx{
	background: url(/img2/common/foot_tx_titlebg.gif) 0 0 no-repeat;
	font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    padding-left: 10px;
	height:30px;
}
.foot-his-inner{
	padding:15px 0;
}
.foot-his-bt-prev{
	float:left;
	padding:55px 0 0 0;
}
.foot-his-bt-next{
	float:right;
	padding:55px 0 0 0;
}
.foot-his-box-sch{
	float:left;
	width:140px;
	padding:0 8px;
	text-align:center;
}
.fhis-ph-sch{
	margin-bottom:5px;
}
.fhis-ph-sch a img{
	padding: 2px;
	border: 1px solid #999;
	width: 98px;
	height: 67px;
}
.fhis-ph-sch a img:hover{
	border: 1px solid #E4251f;
}
.fhis-tx-sch-001{
	font-weight:bold;
	margin-bottom:8px;
	line-height:1.3;
	height: 28px;
}
.fhis-tx-sch-002{
	margin-bottom:5px;
	line-height:1.3;
}

.fhis-list-link {
	position:absolute;
	right:30px;
	top:9px;
	font-size:12px;
}

.fhis-list-link a {
	padding: 0 0 0 9px;
	background: url(/img2/common/ic_arrow_001.gif) no-repeat left 5px;
}

.fother-box-link li{
	float:left;
	margin-right:4px;
}

.foot-his-tx3 {
	background: url(/img2/common/brand_detail/brand_title_bar01.gif) no-repeat;
	height: 31px;
	width: 860px;
	line-height: 31px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 200px 0 16px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}
.fhis-list-link3 {
	position: absolute;
	right: 16px;
	top: 4px;
	font-size: 12px;
	padding: 5px;
	border-radius: 3px;
	background: #fff;
}
.fhis-list-link3 a {
	padding: 0 0 0 9px;
	background: url(/img2/common/ic_arrow_001.gif) no-repeat left 5px;
}

/* mod-foot-link */
.mod-foot-link{
	padding: 20px 0 0 0;
	background:#ebebeb;
}
/* foot-hitokoto */
.foot-hitokoto{
	float:right;
	width:200px;
}

.foot-hitokoto-inner{
	padding:10px 5px;
	border:1px solid #ccc;
	text-align:center;
}
.foot-tx-hitokoto-001{
	margin-bottom:10px;
	font-size:77%;
	line-height:1.3;
}
.foot-tx-hitokoto-002{
	margin-bottom:5px;
	font-size:77%;
	line-height:1.3;
}
.foot-tx-hitokoto-003{
	font-size:85%;
	line-height:1.3;
}
.foot-tx-hitokoto-003 span{
	font-size:12px;
	font-weight:bold;
	margin-bottom:5px;
	display:block;
}
.foot-link-hitokoto{
	font-size:77%;
}
.foot-textarea-hitokoto textarea{
	margin-bottom:5px;
	width:170px;
	height:50px;
}
.foot-submit-hitokoto{
	margin-bottom:10px;
}
.mod-fother-linkList {
	display: table;
    text-align: center;
    table-layout: fixed;
    margin: 0 auto 30px auto;
    width: 880px;
}

.mod-fother-linkList li {
	display:table-cell;
}

.mod-fother-linkList li a {
	display: inline-block;
	background: #fff;
}

.mod-fother-linkList li img{
	vertical-align: bottom;
}

.mod-fother-linkList li img:hover{
	opacity: 0.7;
}
/* mod-foot-link-inner */
.mod-foot-link-inner{
	display:table;
	margin:0 auto;
	width: 880px;
}
/* mod-foot-link-cont */
.mod-foot-link-cont{
	display:table-cell;
	width:16%;
}

.mod-foot-link-cont:first-child {
	width:50%;
}

.mod-foot-link-contOt {
	display:table-row;
}

.mod-foot-link-contOt dd {
	display:inline-block;
}

/* mod-foot-link-box */
.mod-foot-link-box{
	margin-bottom:10px;
	text-align: left;
	font-size: 12px;
}
.mod-foot-link-ttl{
	margin:0 0 6px 0;
	padding: 2px 0 0 5px;
	border-left: 4px solid #e4251f;
	font-weight:bold;
	font-size: 13px;
	color:#666;
}
.mod-foot-link-list{
	margin:0 0 4px 9px;
}
.mod-foot-link-list a{
	line-height:1.5;
	text-decoration:none;
	color:#666;
}
.mod-foot-link-list a:hover {
	color:#E4251F;
	text-decoration:underline;
}
.mod-foot-link-rank .mod-foot-link-list{
	display:inline-block;
	width:200px;
}
/* mod-foot-company */
.mod-foot-company{
	width:880px;
	display:table;
	margin:0 auto;
	padding-top:10px;
}

.mod-foot-company-cont,
.mod-foot-privacymark {
	display:table-cell;
	vertical-align:top;
	width:440px;
	box-sizing:border-box;
}

.mod-foot-company-cont{
	padding:4px 0 0 0;
	border-right:1px solid #CCC;
}

.mod-foot__inquiry .mod-foot-company-cont {
	width:260px;
	border-right:none;
}

.mod-foot__inquiry .mod-foot-privacymark {
	width:620px;
	text-align: right;
	vertical-align: bottom !important;
}

.mod-foot__inquiry .mod-foot-privacymark .mod-foot-copy {
	color: #333 !important;
	font-size: 12px !important;
}

.mod-foot-company-theme {
	font-size:11px;
	padding:0 0 10px;
}

.mod-foot-company-img{
	float:left;
	margin-right:18px;
}

.mod-foot__inquiry .mod-foot-company-img{
	float: none;
	margin:0 0 0 38px;
}

.mod-foot-company-link {
	float:left;
	padding-top:17px;
}

.mod-foot-company-link a {
	font-size:11px;
	color:#666;
	text-decoration:none;
}

.mod-foot-company-link a:hover {
	color:#E4251F;
	text-decoration:underline;
}

.mod-foot-privacymark-logo{
	float:left;
	margin: 0 20px;
}

.mod-foot-privacymark-txt{
	float:left;
	padding: 24px 0 0 0;
	width: 320px;
	text-align: left;
	font-size:11px;
	line-height: 1.5;
}

/* フッター会社情報 */
.mod-foot-companyInfo{
	width: 880px;
    margin: 0 auto;
    padding: 15px 0;
}

/* ページリンクなし　拡張 */
.mod-foot-companyInfo__noLink{
    display: flex;
    width: 100%;
    border-top: 1px solid #ccc;
    justify-content: center;
}

.mod-foot-companyInfo-inner{
	display: flex;
}

/* フッター注釈 */
.mod-foot-companyInfo-annotation{
    margin-bottom: 15px;
}

.mod-foot-companyInfo-annotation-text{
	line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
    font-size: 11px;
    letter-spacing: -0.2px;
	color: #666;
}

/* イトクロ情報 */
.mod-foot-companyInfo-info{
	border-right: 1px solid #ccc;
	padding-right: 20px;
}
.mod-foot-companyInfo-info-theme{
	font-size: 11px;
    margin-bottom: 10px;
}
.mod-foot-companyInfo-info-logo{
	margin-bottom: 5px;
}
.mod-foot-companyInfo-info-img{
	margin-bottom: 10px;
}
.mod-foot-companyInfo-info-link a{
    font-size: 11px;
    color: #666;
    text-decoration: none;
}
.mod-foot-companyInfo-info-link a:hover {
	color:#e4251f;
	text-decoration:underline;
}
.mod-foot-companyInfo-info-copy{
    font-size: 11px;
    color: #666;
}

/* 上場、Pマーク */
.mod-foot-companyInfo-item{
	display: flex;
	align-items: center;
	padding-left: 20px;
}
.mod-foot-companyInfo-item__border {
	border-right: 1px solid #ccc;
	padding: 0 15px 0 20px;
}
.mod-foot-companyInfo-item dt {
    margin-right: 10px;
}
.mod-foot-companyInfo-item dt a{
	display: block;
}
.mod-foot-companyInfo-item dd {
	font-size: 11px;
	line-height: 1.4;
	width: 210px;
}

/* mod-foot-copy */
.mod-foot-copy{
	padding-top:16px;
	font-size:11px;
	color:#666;
}

.mod-foot__inquiry .mod-foot-copy{
	padding-top:22px;
}

/* mod-geo-box */
.mod-geo-box {
	float:left;
	margin:11px 0 14px 15px;
}

/* mod-foot-serviceMark */
.mod-foot-serviceMark {
	display: table;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    width: 72%;
	margin: 0 auto;
	padding: 18px 0 0;
}

.mod-foot-serviceMark .mod-foot-jpx-txt {
	width: 216px;
}

.mod-foot-jpx,
.mod-foot-pm {
	display: table-cell;
}

.mod-foot-jpx-logo,
.mod-foot-jpx-txt {
	display: inline-block;
	vertical-align: middle;
}

.mod-foot-jpx-txt {
	width: 170px;
	font-size: 10px;
	line-height: 1.3;
	padding-left: 6px;
}

.mod-foot-pm-logo,
.mod-foot-pm-txt {
	display: inline-block;
	vertical-align: middle;
}

.mod-foot-pm-txt {
	width: 216px;
	font-size: 10px;
	line-height: 1.3;
	padding-left: 6px;
}

/* foot-bt-pagetop */
.foot-bt-pagetop a{
	display: none;
	position: fixed;
	bottom: -1px;
	right: -1px;
	_position: absolute;
	_top: expression(eval(document.compatMode &amp;&amp; document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) - 0 : document.body.scrollTop +(document.body.clientHeight-this.clientHeight) - 0);
	margin: 0;
	width: 102px;
	height: 36px;
	z-index: 500;
	overflow: hidden;
}
/* foot history, foot recommendのスライドメニュー */
.bx-wrapper{
	position: relative;
}
.bx-viewport{
	height: 155px;
	width: 782px !important;
	margin: 0 auto;
	z-index: 2;
}
.bx-controls{
	position: absolute;
	top: 50%;
	margin-top:-30px;
	width: 860px;
	z-index: 1;
}
.bx-prev {
	float: left;
	background: url(/img2/common/foot_bt_prev_on.gif) no-repeat;
	padding:42px 0 0 0;
	line-height:1.1;
	width:33px;
	height:0;
	overflow:hidden;
}
.bx-prev.disabled {
	float: left;
	background: url(/img2/common/foot_bt_prev.gif) no-repeat;
	padding:42px 0 0 0;
	line-height:1.1;
	width:33px;
	height:0;
	overflow:hidden;
}
.bx-next {
	float: right;
	background: url(/img2/common/foot_bt_next_on.gif) no-repeat;
	padding:42px 0 0 0;
	line-height:1.1;
	width:33px;
	height:0;
	overflow:hidden;
}
.bx-next.disabled {
	float: right;
	background: url(/img2/common/foot_bt_next.gif) no-repeat;
	padding:42px 0 0 0;
	line-height:1.1;
	width:33px;
	height:0;
	overflow:hidden;
}

/* --------------------------------
 bn-cam-800-60
-------------------------------- */
.bn-cam-800-60{
	width:800px;
	margin:0 auto 15px auto;
}

/* --------------------------------
 bn-cam-800-60
-------------------------------- */
.js-modal-window-box{
	display:none;
	position:fixed;
	z-index:999;
	height:100%;
	width:100%;
	left:0%;
	top:0%;
	background:#000;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
}
.js-modal-window-box-inner{
	display:none;
	position:fixed;
	z-index:1000;
}
.js-modal-window-cont-box{
	border:1px solid #FFF;
	border-radius: 8px;
	background-color:#fff;
	padding: 5px;
}
.js-modal-window-cont-box-inner{
	padding: 0 15px 15px 15px;
}
.modal-bt-r{
	position:absolute;
	top:-12px;
	right:-12px;
	z-index:1;
}

.modal-prom-top{
	width:782px;
	height:492px;
	position:relative;
}
.modal-prom-top-bg {
	position: absolute;
	top: 0;
	left: 0;
}
.modal-prom-top-3000{
	/* 	background: url(/img2/promotion/modal_il_prom_3000.png) no-repeat; */
	background: url(/img2/promotion/modal_il_prom_5000.png?318289) no-repeat;
	/*↑ スマイルゼミページ表示用。キャンペーン金額を変更する際はこちらも変更する。 ↑*/
}
.modal-prom-bt{
	position:absolute;
	top: 425px;
    left: 189px;
}
.modal-prom-top-link{
	position: absolute;
    top: 201px;
    left: 106px;
    font-size: 10px;
    color: #666;
}

.modal-prom-top-link em{
	font-style: normal;
}

.js-modal-window-cont-iframe iframe{
	border:none;
}

/* ---------------------------------
footer
---------------------------------- */
.foot-tx-no1 p.foot-tx-research{
	text-align: left;
	font-size: 0.8em;
}

/* --------------------------------
 modal-scmcont-box
-------------------------------- */
.modal-scmcont-box{
	padding:14px;
}

/* --------------------------------
 学年等ラベル
 /brand/,/detail/
-------------------------------- */
/*ベース*/
.sunit-list-spec-ic .sunit-list-spec-ic__base {
	float: left;
	margin: 2px 3px 2px 0;
	-webkit-border-radius:2px;
	border-radius:2px;
	font-size:12px;
	color:#fff;
	line-height:1;
	padding:3px 3px 2px 3px;
}

.sunit-list-spec-ic .sunit-list-spec-ic__none {
	color:#000;
}

/*学年背景色*/
.sunit-list-grade .sunit-list-grade__bg {
	background-color:#578dd9;
}

/*授業形式背景色*/
.sunit-list-classType .sunit-list-classType__bg {
	background-color:#e58517;
}

/*特別コース背景色*/
.sunit-list-specialClass .sunit-list-specialClass__bg {
	background-color:#60bf1d;
}
/*非対応（ブランド教室用）*/
.sunit-list-spec-ic__disable {
	background-color:#bbb !important;
}

/*資格（子ども英語（無料））背景色*/
.sunit-list-certification .sunit-list-certification__bg {
	background-color:#bf1d1d;
}
/*講師（子ども英語（無料））背景色*/
.sunit-list-nativeSpeaker .sunit-list-nativeSpeaker__bg {
	background-color:#da78d0;
}
/*特徴（子ども英語（無料）/通信（無料））背景色*/
.sunit-list-merit .sunit-list-merit__bg {
	background-color:#1dbbbf;
}
/*教科（通信（無料））背景色*/
.sunit-list-curriculum .sunit-list-curriculum__bg {
	background-color:#761dbf;
}

/* コドモブースター */
.sunit-list-spec-specialClass__kb{
	width: 100% !important;
	float: none !important;
}

/* --------------------------------
 教室画像　スライダー
-------------------------------- */
.photoSlider-wrap{
	position: relative;
	margin-bottom: 16px;
}

.photoSlider{
	width: 725px;
    height: 350px;
    margin: 0 auto;
    overflow: hidden;
}

.photoSlider-img{
	border: 1px solid #ddd;
  	box-sizing: border-box;
	text-align: center;
	width: 491px !important;
    margin-right: 10px !important;
}

.photoSlider-img img{
	height: 100%;
    width: auto;
	max-width: 489px;
	object-fit: contain;
	vertical-align: bottom;
}

.photoSlider-nextButton{
	border: 1px solid #ccc;
    border-radius: 0 5px 5px 0;
    top: 45% !important;
    width: 40px !important;
    height: 82px !important;
    background: #fff;
    background-image: none !important;
}

.photoSlider-nextButton::before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: transparent transparent transparent #2a80c5;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photoSlider-nextButton:hover{
	opacity: 0.7;
}

.photoSlider-nextGradation{
	position: absolute;
	display: block;
	width: 70px;
	height: 355px;
	bottom: 0;
	right: 64px;
	text-align: center;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 90%);
	z-index: 1;
	top: 0;
}

.photoSlider-prevButton{
  border: 1px solid #ccc;
  border-radius: 5px 0 0 5px;
  top: 45% !important;
  width: 40px !important;
  height: 82px !important;
  background: #fff;
  background-image: none !important;
}

.photoSlider-prevButton::before{
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 8px 6px 0;
  border-style: solid;
  border-color: transparent #2a80c5 transparent transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photoSlider-prevButton:hover{
	opacity: 0.7;
}

.photoSlider-prevGradation{
    position: absolute;
    display: block;
    width: 70px;
    height: 355px;
    bottom: 0;
    left: 63px;
    text-align: center;
    background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 50%, #fff 90%);
    z-index: 1;
    top: 0;
}

/* -------------------------------
アイコンの説明 （検索結果・特集）
------------------------------- */

.search-bottomtxt {
  background: none repeat scroll 0 0 #fff;
  border: solid 2px #9d9d9d;
  font-size: 11px;
  padding: 5px 10px 7px;
  text-align: left;
  line-height: 1.5em;
  margin-bottom:20px;
  clear:both;
}
.search-bottomtxt-ic {
	margin-bottom:10px
}
.search-bottomtxt-ttl {
	margin-bottom:5px;
	font-size:14px;
}

.search-bottomtxt-list-ic {
	font-size:12px;
}
.search-bottomtxt-list-ic .sunit-list-spec-ic {
	padding-left:15px;
}
.search-bottomtxt-list-ic .sunit-list-spec-ic dt,.search-bottomtxt-list-ic .sunit-list-spec-ic dd {
	float:left;
	height: auto;
    box-sizing: border-box;
    margin: 3px 3px 3px 0;
}

.search-bottomtxt-list-ic .sunit-list-classType dt,.search-bottomtxt-list-ic .sunit-list-specialClass dt {
	clear:both;
}

.search-bottomtxt-list-ic p {
	margin-bottom:5px;
}

.search-bottomtxt-list-ic dt {
	margin-bottom:5px;
}

.search-bottomtxt-list-ic dd {
	padding:3px;
	margin-right:5px;
}

/* -------------------------------
ステマ規制法案対策　アイコン
------------------------------- */
.mod-officialAnnotationWrap{
	display: inline-block;
    position: relative;
}


/*ランキングページ　拡張*/
.mod-officialAnnotationWrap__ranking{
	width: 6.5%;
    margin: 0 5px 0 10px;
}

/*検索結果ページ　拡張*/
.mod-officialAnnotationWrap__search{
	width: 6.5%;
    margin: 0 10px 0 0;
}

/*オンライン　検索結果ページ　拡張*/
.mod-officialAnnotationWrap__online {
    width: 4%;
    margin: 0 10px 0 0;
}

/*季節講習　検索結果ページ　拡張*/
.mod-officialAnnotationWrap__season {
	width: 5%;
    margin: 0 5px 0 10px;
}

/*特集ページ　拡張*/
.mod-officialAnnotationWrap__topic{
	width: 4%;
    margin: 0 10px 0 0;
}


/*ブランドページ　拡張*/
.mod-officialAnnotationWrap__brand{
	margin: 0;
    float: right;
}

/*N0ブランド　ランキング*/
.mod-officialAnnotationWrap__n0BrandRank{
	vertical-align: middle;
    margin: 0 3px 0 5px;
}

.mod-officialAnnotation span{
	display: inline-block;
	position: relative;
    cursor: pointer;
}

/* ランキング 公式マーク位置調整 */
.mod-officialAnnotation-rankIcon {
	position: absolute !important;
	top: -12px !important;
	left: 0 !important;
}

.mod-officialAnnotationTxt{
	display: flex;
    align-items: center;
	position: absolute;
	bottom: 32px;
    left: -2px;
    width: 355px;
    background: #fff;
	color: #000;
    -moz-box-shadow: 0 5px 8px -2px #ccc;
    -webkit-box-shadow: 0 5px 8px -2px #ccc;
    box-shadow: 0 2px 6px 0px #ccc;
    border: 1px solid #acacac;
    text-align: left;
    line-height: 1.5;
    padding: 10px;
    z-index: 100;
	font-size: 13px;
    font-weight: normal;
}

.mod-officialAnnotationTxt:before {
	content: "";
    position: absolute;
    bottom: -12px;
    left: -168px;
    background: url(/img2/common/ic_fukidashi_under.png) center 0 no-repeat;
    width: 100%;
    height: 12px;
}

/* N0ブランド　ランキング */
.mod-officialAnnotation__n0BrandRank span img {
	position: static;
}

/* --------------------------------
　地図表示
-------------------------------- */

.mod-addressLink {
	display: inline-block;
	color: #3e81c6;
	padding: 1px 0 1px 13px;
	background: url(/img2/common/ic_pin.png) no-repeat left center;
	margin-left: 5px;
}
.mod-addressLink:hover{
	text-decoration: underline;
	cursor: pointer;
}

/*地図モーダル*/
.mod-mapModal-bg {
    display: none;
    position: fixed;
    z-index: 1800000000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
}
.mod-mapModal-content-wrap {
    display: none;
    position: fixed;
    z-index: 1800000001;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.mod-mapModal-content{
	position: relative;
    padding: 15px 30px;
    border-radius: 8px;
    background-color: #fff;
}
.mod-mapModal-content-btClose {
    position: absolute;
    top: -12px;
    right: -12px;
    z-index: 1800000002;
}
.mod-mapModal-content-title{
	text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 15px;
}
.mod-mapModal-content-canvas-wrap{
	margin-bottom: 15px;
}
.mod-mapModal-content-canvas{
	height: 438px;
	width: 880px;
}
.mod-mapModal-content-txt{
	text-align: center;
}


/* -------------------------------
利用規約、個人情報
------------------------------- */
.mod-policy-box {
	width: 100%;
	height: 140px;
	text-align: left;
	margin: 0 0 20px;
	padding: 4px;
	overflow: auto;
	border: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #f5f5f5;
    color: #696969;
}

.mod-policy-box div,.mod-policy-box ul,.mod-policy-box li {
  line-height:1.5;
  font-size: 11px;
}

.mod-policy-box ul {
	margin: 6px 0;
}

.mod-policy-title {
	margin: 20px 0 0 0;
}

#title-policy1 {
	font-size: 12px;
	font-weight: bold;
	padding: 0 0 10px;
}

#addition-policy1 {
	padding: 10px 0 0;
}

#title-policy2 {
	font-size: 12px;
	font-weight: bold;
	padding: 10px 0 0;
}

[id*="subTitle"] {
	padding: 10px 0 0;
}

[id*="subText"] li {
	list-style: none;
}

#subText-policy1 {
	padding: 10px 0 0 0;
}

#subText-policy1 li{
	list-style-type: decimal !important;
	list-style-position: inside;
}


/* --------------------------------
	mod-school-popupImg
-------------------------------- */
.mod-school-popupImg {
	position: absolute;
	top: -16px;
	left: 8px;
	z-index: 2;
}


/* --------------------------------
	ABテスト 最近見た塾
-------------------------------- */
.mod-head-history {
	float: left;
	padding: 13px 0 0 63px;
}

.mod-head-history a {
    display: block;
    width: 149px;
    background: #fff;
    border-radius: 6px;
    padding: 11px 6px 12px 6px;
    box-sizing: border-box;
    color: #333;
    text-decoration: none;
    border: 1px solid #afafaf;
}

.mod-head-history a img {
	display: inline-block;
}

.mod-head-history a span {
    font-size: 11px;
    font-weight: bold;
    text-align: right;
    display: inline-block;
    width: 36px;
    color: #555;
}

.mod-head-history a span em {
	font-style: normal;
	font-size: 17px;
}

.mod-head-history a span em.hisCount{
	color:#e4251f;
}

.mod-head-history a:hover {
	opacity:0.7;
}

.mod-head-desc {
	width: 334px !important;
}

/* --------------------------------
 レコメンド（iDMPから移植）
-------------------------------- */
.footReco{
	width:860px;
	margin:0 auto 20px auto;
	font: 13px "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Lucida Grande","Hiragino Kaku Gothic Pro",Osaka,Verdana,sans-serif;
	font-style: normal;
	font-variant-ligatures: normal;
	font-variant-caps: normal;
	font-variant-numeric: normal;
	font-weight: normal;
	font-stretch: normal;
	font-size: 13px;
	line-height: normal;
	font-family: メイリオ, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Lucida Grande", "Hiragino Kaku Gothic Pro", Osaka, Verdana, sans-serif;
	color: #000;
}

.footReco-tit{
	background: url(/img2/common/foot_tx_titlebg.gif) 0 0 no-repeat;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	padding:0 0 0 10px;
	margin: 0;
	height:30px;
}

.footReco-inner{
	padding:15px 0;
}

.footReco-inner .bx-wrapper {
	position: relative;
}

.footReco-inner .bx-viewport{
	height: 155px;
	width: 782px !important;
	margin: 0 auto;
	z-index: 2;
}

.footReco-inner .bx-controls{
	position: absolute;
	top: 50%;
	margin-top:-30px;
	width: 860px;
	z-index: 1;
}

.footReco-inner .bx-prev {
	float: left;
	background: url(/img2/common/foot_bt_prev_on.gif) no-repeat;
	padding:42px 0 0 0;
	width:33px;
	height:0;
	overflow:hidden;
}

.footReco-inner .bx-prev.disabled {
	float: left;
	background: url(/img2/common/foot_bt_prev.gif) no-repeat;
	padding:42px 0 0 0;
	width:33px;
	height:0;
	overflow:hidden;
}

.footReco-inner .bx-next {
	float: right;
	background: url(/img2/common/foot_bt_next_on.gif) no-repeat;
	padding:42px 0 0 0;
	width:33px;
	height:0;
	overflow:hidden;
}

.footReco-inner .bx-next.disabled {
	float: right;
	background: url(/img2/common/foot_bt_next.gif) no-repeat;
	padding:42px 0 0 0;
	width:33px;
	height:0;
	overflow:hidden;
}

.footReco-box{
	float:left;
	width:140px;
	margin:0 8px;
	text-align:center;
}

.footReco-box dl {
	padding: 0;
	margin: 0;
}

.footReco-ph{
	margin-bottom:5px;
}

.footReco-ph a {
	display:block;
	margin:0 auto;
	width:104px;
	height:73px;
	padding: 2px;
	border: 1px solid #999;
	box-sizing:border-box;
	position:relative;
}

.footReco-ph a img{
	max-width: 98px;
	max-height: 67px;
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	-ms-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}

.footReco-ph a:hover{
	border: 1px solid #E4251f;
}

.footReco-brand{
	font-weight:bold;
	padding: 0;
	margin:0 0 8px 0;
	font-size: 13px;
	line-height:1.3;
	height: 28px;
}

.footReco-brand a {
	color:#004B91;
	text-decoration:none;
}

.footReco-brand a:visited {
	color:#004B91;
}

.footReco-brand a:hover {
	color:#E4251F;
	text-decoration:underline;
}

.footReco-brand a:active {
	color:#cc0000;
}

.footReco-school{
	padding: 0;
	margin:0 0 5px 0;
	font-size: 13px;
	line-height:1.3;
}

.footReco-spec {
	font-size:10px;
	padding: 0;
	margin:0 auto 5px auto;
	border-collapse: collapse;
	border-spacing: 0;
}

.footReco-spec th{
	padding:3px 0;
}

.footReco-spec-tit {
	padding:2px;
	margin: 0;
	font-weight:normal;
	border:1px solid #D7D5D5;
	border-radius: 4px;
	background-color:#EFEFEF;
	text-align: center;
}

.footReco-spec-txt,
.footReco-rev {
	padding:0 0 0 3px;
	margin: 0;
	text-align:left;
}

.footReco-rev img{
	width:60px;
	vertical-align: bottom;
}

.footReco-revPoint {
	padding:0 0 0 3px;
	margin: 0;
}

.footReco-cvBtn {
	padding: 0;
	margin: 0;
}

.footReco-cvBtn01 {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/img2/common/foot_bt_cv_001.gif) no-repeat 0 0;
	width:106px; 
	height: 27px;
}

.footReco-cvBtn03 {
	display: inline-block;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/img2/common/foot_bt_cv_003.gif) no-repeat 0 0;
	width:106px; 
	height: 27px;
}


.footReco-cvBtn01:hover,
.footReco-cvBtn03:hover{
	opacity: 0.7;
}

.footReco-tit3 {
	background: url(/img2/common/brand_detail/brand_title_bar01.gif) no-repeat;
	height: 31px;
	width: 860px;
	line-height: 31px;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 16px;
	border-right: 1px solid #ddd;
	box-sizing: border-box;
}

/* --------------------------------
 clearfix
-------------------------------- */
.mod-head-inner:after,
.mod-head-gmenu:after,
.contents:after,
.mod-pankuzu:after,
.search-box-nav:after,
.search-list-grd:after,
.list-pager:after,
.sort-unit-select:after,
.sort-unit-select-002:after,
.sort-unit-bt:after,
.review-box-inner:after,
.mod-reviewListBasic:after,
.mod-reviewListBasic-inner:after,
.rcont-wrapper:after,
.rttl-tx-ttl:after,
.rpoint-box:after,
.rtarget-box:after,
.rtarget-box-tutor:after,
.rtarget-box-bns:after,
.mod-reviewListBasic-footer-nav001:after,
.review-link-list-around:after,
.cmn-btm-box-link-pref:after,
.cmn-btm-box-link-area:after,
.cmn-btm-box-link-sort:after,
.side-data:after,
.side-data-inner:after,
.sdata-box-review:after,
.sdata-box-data-sch:after,
.mod-foot:after,
.mod-foot-link:after,
.mod-foot-company-logo:after,
.foot-rec:after,
.foot-rec-inner:after,
.foot-his:after,
.foot-his-inner:after,
.fother-box-link:after,
.head-scr-inner:after,
.tooltip_list li ul:after,
.sort-unit-check:after,
.mod-reviewListBasic-footer:after,
.search-bottomtxt-list-ic:after,
.mod-reviewListBasic-kbEvaluation-score:after,
.footReco:after,
.footReco-inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

</pre></body></html>