/* CSS Document */

@charset "utf-8";

/* CSS初期化のスタイルを記載 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
	font-family: Hiragino Kaku Gothic ProN;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
section, article, aside, hgroup, header, footer, nav, dialog, figure, figcaption {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus { /* remember to define focus styles! */
	outline: 0;
}
ins { /* remember to highlight inserts somehow! */
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table { /* markup tables with 'cellspacing="0"' */
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	vertical-align:bottom;
}

/*link*/	
a:link {
	color:#0000ee;
	text-decoration:none;
}
a:visited {
	color:#934c7d;
	text-decoration:none;
}
a:hover {
	color:#ff6600;
	text-decoration:underline;
}
a:active {
	color:#ff6600;
	text-decoration:underline;
}

/*Clearfix*/
.clr {
	/zoom : 1;
}
.clr:after {
	content : '';
	display : block;
	clear : both;
	height:0;
}

/*iOS6で余白ができる場合*/
.windowFix {
	overflow-x:hidden;
}

.pc {
	display:none !important;
}
.smp {
	display:block !important;
}

/*header*/
#header1 {
	background:url(../images/header/header_bg.gif) center top no-repeat;
	height:22px;
	width:100%;
	overflow:hidden;
}
#header1 ul {
	list-style-type:none;
	color:#ffffff;
	text-align:center;
}
#header1 ul li {
	background:url(../images/header/header_line.gif) no-repeat;
	margin:5px 10px 0px 0;
	padding-left:20px;
	display:inline-block;
	font-size:12px;
}
#header1 ul li:nth-child(1) {
	background:none;
}
#header1 ul li a {/*リンクされた文字*/
	color:white;
	font-style:normal;
	text-decoration:none;
}
#header1 ul li a:link {/*未訪問のリンク*/
	color:white;
	font-style:normal;
	text-decoration:none;
}
#header1 ul li a:hover {/*マウスをのせたとき*/
	color:#ffff00;
	text-decoration: none;
}
#header1 ul li a:active {/*クリック中*/
	color:#ff6633;
	text-decoration:none;
}
#header2 {
	background:url(../images/header/header_inner_bg.gif) repeat-x;
	min-width: 320px;
}
#header2 h1 {
	display:inline-block;
	padding:5px;
	vertical-align:middle;
	text-align:center;
	width: 140px;
}
#header2 h1 img {
	width:100%;
	height: auto;
}
#header2 h2.smp {
	display:inline-block !important;
	font-size:10px;
	text-align:left;
	vertical-align:middle;
	padding:0 0 0 5px;
	width: 125px;
}
#head_query {
	width:296px;
	margin:0 auto;
}
#head_query a {
	display:block;
	width:144px;
	/* height:48px; */
	height:40px;
	background:url(../images/header/query_bg_off.gif) no-repeat;
	text-align:center;
	float:left;
	font-size:15px;
	font-weight:bold;
	color:white;
}
#head_query a.trial {
	padding-top:10px;
}
#head_query a.shiryo {
	padding-top:16px;
	margin-right:8px;
}
#inquiry {
	clear:both;
	text-align:center;
}
/*headerここまで*/


/*main　メインタイトル*/
#main {
	clear:both;
}
#main img{
    display:block;
	width:100%;
}

#main ul.naviBox {
	clear:both;
    list-style:none;
	width:100%;
	margin:0 0 20px;
}
#main ul.naviBox li {
	float:left;
	width:50%;
	margin:0 0 20px;
	padding-top: 10px;
}
#main ul.naviBox li img {
	width:100%;
}
/*main　メインタイトルここまで*/

/*PCでのサイドバナー（スマホでは中央に配置）*/
.campaignBox {
}
.campaignBox h3 {
	clear:both;
	text-align:center;
	padding:12px 0;
	margin:0 0 10px;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	border-top:2px solid #ac0001;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fa292a), to(#ff8181));
	background-image: -webkit-linear-gradient(top, #ff8181, #fa292a);
	background-image: -moz-linear-gradient(top, #ff8181, #fa292a);
	background-image: -o-linear-gradient(top, #ff8181, #fa292a);
	background-image: -ms-linear-gradient(top, #ff8181, #fa292a);
	background-image: linear-gradient(to bottom, #ff8181, #fa292a);
}
.campaignBox .campaignBtn {
	clear:both;
	margin:0 15px 5px;
}
.campaignBox .campaignBtn a {
	background-size:7px 14px;
	line-height:1.3;
	font-size:16px;
	display:block;
	padding:5px 0;
	margin:0 0 10px;
	text-decoration:underline;
}
.campaignBox .campaignTel {
	clear:both;
	text-align:center;
	margin:0 20px 10px;
}
.campaignBox .campaignTel img {
	width:100%;
}
.campaignbnr {
	padding: 0 40px 20px;
}
.campaignbnr img {
	width: 100%;
}
/*教室検索*/
.searchBtn {
	clear:both;
	margin:0 15px 30px;
}
.searchBtn a {
	text-align:center;
	line-height:1.5;
	font-size:16px;
	font-weight:bold;
	color:#ffffff;
	display:block;
	padding:10px;
	border: 1px solid #777777;
	border-radius: 4px;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#78c27e), to(#3c9235));
	background-image: -webkit-linear-gradient(top, #78c27e, #3c9235);
	background-image: -moz-linear-gradient(top, #78c27e, #3c9235);
	background-image: -o-linear-gradient(top, #78c27e, #3c9235);
	background-image: -ms-linear-gradient(top, #78c27e, #3c9235);
	background-image: linear-gradient(to bottom, #78c27e, #3c9235);
}
/*教室検索ここまで*/

/*PCでのサイドバナー（スマホでは中央に配置）ここまで*/

/*上部にあるグローバルナビボタン*/
#nav{
	display:none;
}
#smpNav {
}
#smpNav h3 {
	text-align:center;
	padding:15px 0;
	margin:0 0 10px;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	border-top:2px solid #cb6800;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fcb253), to(#e58115));
	background-image: -webkit-linear-gradient(top, #fcb253, #e58115);
	background-image: -moz-linear-gradient(top, #fcb253, #e58115);
	background-image: -o-linear-gradient(top, #fcb253, #e58115);
	background-image: -ms-linear-gradient(top, #fcb253, #e58115);
	background-image: linear-gradient(to bottom, #fcb253, #e58115);
}
#smpNav dl {
}
#smpNav dl dt {
	text-align:center;
	padding:8px 0;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	border-top:2px solid #24672a;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#92d587), to(#5cac5e));
	background-image: -webkit-linear-gradient(top, #92d587, #5cac5e);
	background-image: -moz-linear-gradient(top, #92d587, #5cac5e);
	background-image: -o-linear-gradient(top, #92d587, #5cac5e);
	background-image: -ms-linear-gradient(top, #92d587, #5cac5e);
	background-image: linear-gradient(to bottom, #92d587, #5cac5e);
}
#smpNav dl dd {
	margin:0 0 10px;
}
#smpNav dl ul {
	border-top:1px solid #ccc;
	list-style:none;
}
#smpNav dl ul li {
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
}
#smpNav dl ul li a {
	padding:20px 0 20px 20px;
	display:block;
	background-image:url(../images/footer/footer_parts.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	white-space:nowrap;
}


#smpNav dl.characteristic dt {
	border-top:2px solid #002870;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#2d75f7), to(#074cc7));
	background-image: -webkit-linear-gradient(top, #2d75f7, #074cc7);
	background-image: -moz-linear-gradient(top, #2d75f7, #074cc7);
	background-image: -o-linear-gradient(top, #2d75f7, #074cc7);
	background-image: -ms-linear-gradient(top, #2d75f7, #074cc7);
	background-image: linear-gradient(to bottom, #2d75f7, #074cc7);
}

/*上部にあるグローバルナビボタンここまで*/


/*cotnact*/
#quiry{
	clear:both;
    margin:0 auto 20px;
    text-align:center;
	padding:0 10px;
}
#quiry img{
	width:100%;
}
#quiry p {
	text-align:center;
	padding:10px 0 0;
}
#quiry p a {
	display:inline;
}
#quiry p a:nth-child(1) {
	margin:0 5px 0 0;
}
#quiry p a:nth-child(2) {
	margin:0 0 0 5px;
}
#quiry p img {
	width:47%;
}

.pc{
	display: none !important;
}
/*cotnactここまで*/

/*コンテンツ・インホ・スライドショー・バナー*/
#contents{
}

#contents_inner{
	width:100%;
}

h4.title {
	clear:both;
	text-align:center;
	padding:8px 0;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdb352), to(#ff8c00));
	background-image: -webkit-linear-gradient(top, #fdb352, #ff8c00);
	background-image: -moz-linear-gradient(top, #fdb352, #ff8c00);
	background-image: -o-linear-gradient(top, #fdb352, #ff8c00);
	background-image: -ms-linear-gradient(top, #fdb352, #ff8c00);
	background-image: linear-gradient(to bottom, #fdb352, #ff8c00);
}
h4.title span {
	font-size:10px;
	padding:0 0 0 10px;
	font-weight:normal;
}

/*インホメーション*/

#info{
	width:100%;
	margin:0 0 20px;
}

#info dl{
	line-height:1.5;
}

#info dl dt{
    font-weight:bold;
	padding:20px 20px 10px;
	display:none;
}
#info dl dt img {
	vertical-align:middle;
}

#info dl dd{
	padding:0 20px 20px;
	border-bottom:1px dotted #ccc;
	display:none;
}
#info dl dt:nth-child(1),
#info dl dd:nth-child(2),
#info dl dt:nth-child(3),
#info dl dd:nth-child(4),
#info dl dt:nth-child(5),
#info dl dd:nth-child(6){
	display:block;
}

#info p.oldList {
	float:right;
	padding:10px 10px 30px;
}
#info p.oldList a {
	background:url(../images/footer/footer_parts.gif) left center no-repeat;
	padding:0 0 0 10px;
	display:block;
	font-size:16px;
}

#saibo_red {
	color: #FF3300;
}

/*インホメーションここまで*/

/*スライドショー*/
.search_title {
    padding: 10px 0;
    display: block;
    margin: 0 auto;
}

.img00 {
    display:none;
}
.img01 {
    display:none;
}
.photo {
    border: 1px solid #CCCCCC;
    padding: 5px;
    background: #FFFFFF;
    box-shadow: 2px 3px 7px -1px #333333;
    -webkit-box-shadow: 2px 3px 7px -1px #333333;
    -moz-box-shadow: 2px 3px 7px -1px #333333;
}
.photo2 {
    border: 1px solid #CCCCCC;
    padding: 2px;
    background: #FFFFFF;
    box-shadow: 2px 3px 2px -1px #333333;
    -webkit-box-shadow: 2px 3px 2px -1px #333333;
    -moz-box-shadow: 2px 3px 2px -1px #333333;
}

/*スライドショータイトル*/

h4.title {
	clear:both;
	text-align:center;
	padding:8px 0;
	font-weight:bold;
	font-size:14px;
	color:#FFF;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fdb352), to(#ff8c00));
	background-image: -webkit-linear-gradient(top, #fdb352, #ff8c00);
	background-image: -moz-linear-gradient(top, #fdb352, #ff8c00);
	background-image: -o-linear-gradient(top, #fdb352, #ff8c00);
	background-image: -ms-linear-gradient(top, #fdb352, #ff8c00);
	background-image: linear-gradient(to bottom, #fdb352, #ff8c00);
}
h4.title span {
	font-size:10px;
	padding:0 0 0 10px;
	font-weight:normal;
}
.open_school00 {
    width: 280px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

#search00{
	width:100%;
    margin: 50px 0 0 0;
}
#search .search_title{
    display:block;
	padding:15px 0 0 0;
	margin:0 auto 10px;
	text-align:center;
}
#open_info00{
}


#open_class01{
    list-style-type:none;
    border-top:1px dotted #aaa;
	margin:0 0 20px;
}
#open_class01 ul {
    overflow: hidden;
    padding-right: 5px;
    padding-left: 5px;
}
#open_class01 li{
    border-bottom:1px dotted #aaa;
	display:none;
}
#open_class01 li:nth-child(1),
#open_class01 li:nth-child(2),
#open_class01 li:nth-child(3),
#open_class01 li:nth-child(4){
	display:block;
}
#open_class01 li a{
    background:url(/common/images/parts_red-bullet.gif) 10px center no-repeat;
    padding:15px 0 15px 30px;
	display:block;
}
/*スライドショーinfo*/
#fullsize2 {
	position:relative;
	width:300px;
	height:248px;
	padding:0px;
	border:1px solid #ffcc00;
	background:#FFF;
}
#information2 {
	position:absolute;
	bottom:0;
	width:300px;
	height:0;
	background:#000;
	color:#fff;
	overflow:hidden;
	z-index:200;
	opacity:.7;
	filter:alpha(opacity=70);
}
#information2 h4 {
	padding:8px 10px 8px;
	font-size:18px;
}
#information2 h4 a {
	color: #FFFFFF;
	text-decoration: none;
}
#information2 h4 a {
	color: #FFFFFF;
	text-decoration: none;
}
#information2 h4 a:hover {
	color: #FFFF00;
	text-decoration: underline;
}
#information2 p {
	padding:0 8px 8px;
}
/*スライドショーinfo-end*/

/*--------------------
検索ボックス
---------------------*/
#kensaku {
	padding: 10px 5px;
	width: 280px;
	margin: 3px auto;
	border: 2px solid rgb(214, 183, 6);
	overflow: hidden;
    -wcbkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #FFFFE6;
}
#kensaku h3{
    padding: 10px 0;
    font-size: 1em;
    text-align: center;
    color: #fff;
    margin: 0px 5px 0;
    border: 1px solid #339900;
}
#kensaku h3 a{
	color: #FFFFFF;
}
#kensaku h3 a:hover{
	color: #FFCC00;
}
#kensaku h4{
    width: 242px;
    background: url(/schoolnav/img/search.gif) no-repeat right;
    font-size: 1.2em;
    line-height: 1.4em;
    padding: 27px 0 26px 20px;
}
#kensaku p {
	text-align: center;
	cursor: pointer;
	display: block;
	width: 70px;
	padding: 6px 0;
	color: #fff;
	font-size: 1.2em;
	font-weight: bolder;
	box-shadow: 1px 2px 4px -2px #333;
    -webkit-box-shadow: 1px 2px 4px -2px #333;
    -moz-box-shadow: 1px 2px 4px -2px #333;
    border: 1px double #ff8c00;
    background-image: -webkit-linear-gradient(top, #FFDAAA, #FF924A);
    background-image: -moz-linear-gradient(top, #FFDAAA, #FF924A);
    background-image: -o-linear-gradient(top, #FFDAAA, #FF924A);
    background-image: -ms-linear-gradient(top, #FFDAAA, #FF924A);
    background-image: linear-gradient(to bottom, #FFDAAA, #FF924A);
    float: left;
    margin: 0px 0 0 15px;
}
#kensaku img {
}

#kensaku .box{
}

#kensaku .box2{
    margin: 0px 0px 0px 6px;
    background: #F3FCFF;;
    height: 35px;
    float: left;
}
.kadomaru {
	-wcbkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
.gleen_bg {
    background-image: -webkit-linear-gradient(top, #88CD7F, #12A512);
    background-image: -moz-linear-gradient(top, #88CD7F, #12A512);
    background-image: -o-linear-gradient(top, #88CD7F, #12A512);
    background-image: -ms-linear-gradient(top, #88CD7F, #12A512);
    background-image: linear-gradient(to bottom, #88CD7F, #12A512);
}
/*--------------------
検索ボックスここまで
---------------------*/

/*イベントバナー*/
#eventBox {
	width:100%;
	margin:0 0 20px;
}
#eventBox p.title {
	padding:10px;
	font-weight:bold;
	font-size:16px;
	text-align:center;
	color:#FFF;
	margin:0 0 10px;
	border-top:1px solid #24672a;
	border-bottom:1px solid #24672a;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#92d587), to(#5cac5e));
	background-image: -webkit-linear-gradient(top, #92d587, #5cac5e);
	background-image: -moz-linear-gradient(top, #92d587, #5cac5e);
	background-image: -o-linear-gradient(top, #92d587, #5cac5e);
	background-image: -ms-linear-gradient(top, #92d587, #5cac5e);
	background-image: linear-gradient(to bottom, #92d587, #5cac5e);
}
#eventBox dl {
	width:50%;
	display:table-cell;
	margin:0 0 10px;
}
#eventBox dl dt {
	text-align:center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#eventBox dl img {
	padding:10px 0 0 0;
	width:80%;
}
#eventBox dl:nth-child(2) img {
	padding:0;
}
#eventBox dl dd {
	font-size:11px;
	padding:0 10px 15px;
	text-align:center;
}
#eventBox div {
	display:table-row;
}


#other{
	display:none;
}


/*side*/
#banner{
}
#banner .communication {
	text-align:center;
}
#banner .banner_inner{
	margin:0 0 20px;
    clear:both;
}
#banner .member .title {
	padding:10px;
	font-weight:bold;
	font-size:16px;
	color:#FFF;
	border-top:1px solid #24672a;
	border-bottom:1px solid #24672a;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#92d587), to(#5cac5e));
	background-image: -webkit-linear-gradient(top, #92d587, #5cac5e);
	background-image: -moz-linear-gradient(top, #92d587, #5cac5e);
	background-image: -o-linear-gradient(top, #92d587, #5cac5e);
	background-image: -ms-linear-gradient(top, #92d587, #5cac5e);
	background-image: linear-gradient(to bottom, #92d587, #5cac5e);
}
#banner .member ul{
	border-top:1px solid #ccc;
	list-style:none;
}

#banner .member ul li{
	background-image: -webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
	background-image: -webkit-linear-gradient(top, #fff, #eee);
	background-image: -moz-linear-gradient(top, #fff, #eee);
	background-image: -o-linear-gradient(top, #fff, #eee);
	background-image: -ms-linear-gradient(top, #fff, #eee);
	background-image: linear-gradient(to bottom, #fff, #eee);
	border-bottom:1px solid #ccc;
}

#banner .member ul li a {
	padding:20px 0 20px 20px;
	display:block;
	background-image:url(../images/footer/footer_parts.gif);
	background-repeat:no-repeat;
	background-position:10px center;
}
/*イベントバナーここまで*/


/*footer*/
#footer a {
	color:#666;
	font-style:normal;
	text-decoration:none;
}
#footer a:link {
	color:#666;
	font-style:normal;
	text-decoration:none;
}
#footer a:hover {
	color:#cc9933;
	text-decoration: none;
}
#footer {
	clear:both;
}
#footer_inner {
	padding:30px 0 0 0;
}
#footer_inner dl:nth-last-child(1) {
	margin:0 0 30px;
}
#footer_inner dl dt {
	padding:15px;
	font-weight:bold;
	font-size:16px;
	color:#603b0a;
	border-top:2px solid #f99f3b;
	border-bottom:1px solid #d2b590;
	background:#ffdaa9;
}
#footer_inner dl dd {
	background-image:-webkit-gradient(linear, center top, center bottom, from(#fff), to(#eee));
	background-image:-webkit-linear-gradient(top, #fff, #eee);
	background-image:-moz-linear-gradient(top, #fff, #eee);
	background-image:-o-linear-gradient(top, #fff, #eee);
	background-image:-ms-linear-gradient(top, #fff, #eee);
	background-image:linear-gradient(to bottom, #fff, #eee);
	border-bottom:1px solid #ccc;
}
#footer_inner dl dd a {
	padding:20px 0 20px 20px;
	display:block;
	background-image:url(../images/footer/footer_parts_smp.png);
	background-repeat:no-repeat;
	background-position:98% center;
	background-size:7px 14px;
	white-space:nowrap;
}
#foot_copy {
	background:#92d587;
	border-top:1px solid #24672a;
	line-height:1.5;
	clear:both;
	font-size:10px;
	text-align:center;
	padding:10px 0;
	margin:20px 0 0;
}
#foot_copy p {
	color:white;
}
/*footerここまで*/

/*---TOPもどりボタン---*/
.page-top {
    display: none;
    position: fixed;
    bottom: 73px;
    right: 57px;
}
.page-top a {
    display: block;
    padding: 10px;
    background: #7e7a7a;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    font-size: 12px;
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}
/*---TOPもどりボタン---*/
/*---ベネッセロゴ入り用---*/
#header5 {
    overflow: hidden;
    margin:0 0;
    position: relative;
    border-bottom: solid 1px #6AB769;
}
.logo5 {
    float: left;
    width: 40%;
    margin: 5px;
}
.logo5 img{
    width: 100%;
}
#header_text3{
    font-size: 0.5em;
    text-align: center;
    line-height: 1.2em;
    margin: 5px 0 0 0;
} 
#header_text3 h1{
	font-weight: lighter;
}
.logo6 {
float: right;
    width: 30%;
    position: absolute;
    bottom: 10px;
    right: 15px;
}
.logo6 img{
    width: 100%;
    margin: 0 0 5px;
}
.logo7 {
float: right;
    width: 30%;
    position: absolute;
    bottom: 10px;
    right: 25px;
}
.logo7 img{
    width: 100%;
    margin: 0 0 10px;
}

.logo7 img {
    width: 100%;
}
.logo7 ul {
}
.logo7 li {
}

.b_text {
    display: none
}

#tel2 {
    overflow: hidden;
    margin: 5px 0 0;
    width: 310px;
    float: right;
}
#tel2 .smp p {
    text-indent: -40px;
    padding: 2px 0 0px 15px;
    background-image: url(../images/header/tel_icon.png);
    background-size: 28px 28px;
    background-repeat: no-repeat;
    background-position: 8px 5px;
    color: #000;
}
#tel2 .smp span {
    font-size: 0.5em;
    line-height: 2em;
    background-color: #FF599E;
    padding: 2px 5px;
    color: #fffdfd;
    -wcbkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
}
#tel2 .smp a {
    display: block;
    font-size: 0.8em;
}
.tel_smp {
    background-image: -webkit-linear-gradient(top, #FFFDFD, #F3F3F3);
    background-image: -moz-linear-gradient(top, #FFFDFD, #F3F3F3);
    background-image: -o-linear-gradient(top, #FFFDFD, #F3F3F3);
    background-image: -ms-linear-gradient(top, #FFFDFD, #F3F3F3);
    background-image: linear-gradient(to bottom, #FFFDFD, #F3F3F3);
    border: 1px solid #ccc;
    -wcbkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 64%;
    text-align: center;
    margin: 0 5px 0 0;
}
#tel2 .smp li ul li{
    float: right;
	width: 45px;
	height: 40px;
	font-weight: bold;
    -wcbkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #FF9900;
    background-image: -webkit-linear-gradient(top, #000099, #000033);
    background-image: -moz-linear-gradient(top, #000099, #000033);
    background-image: -o-linear-gradient(top, #000099, #000033);
    background-image: -ms-linear-gradient(top, #000099, #000033);
    background-image: linear-gradient(to bottom, #FDD394, #ff9900);
    margin: 0 3px 0;
}
#tel2 .smp li ul li a {
	display: block;
    padding: 5px 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#header_apply .smp li a:hover {
	color: #FF6600;
}

#tel2 ul li {
    float: left;
    padding: 0 2px 5px;
    box-sizing: border-box;
}
#tel2 ul li img{
    width: 150px;
    height: 50px;
}
#tel3 {
    display: none;
}
.taiken {
    font-size: 0.6em;
}
.siryou {
    font-size: 1.1em;
}
/*---ベネッセロゴ入り用---*/
