@charset "UTF-8";

/* 初期設定
------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-text-size-adjust: none;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	padding: 0;
	line-height: 100%;
}



/* ハイパーテキスト
------------------------------------------------- */

a {
	text-decoration: underline;
	color: #3366cc;
}

a:hover {
	text-decoration: none;
	color: #6699ff;
}

a:focus { outline: none; }



/* header
------------------------------------------------- */

div#header {
	position: relative;
	width: 880px;
	height: 110px;
	margin: 0 auto;
	clear: both;
}

div#header .logo {
	position: absolute;
	top: 25px;
	left: 0;
}

div#header .kyousitsu {
	position: absolute;
	top: 48px;
	left: 195px;
}

div#header .assist {
	position: absolute;
	top: 46px;
	right: 340px;
}

div#header .manabi {
	position: absolute;
	top: 46px;
	right: 185px;
}

div#header .map {
	position: absolute;
	top: 46px;
	right: 0;
}

div#header .company {
	position: absolute;
	top: 14px;
	right: 50px;
}



/* visual
------------------------------------------------- */

div#visual {
	width: 100%;
	text-align: center;
	margin: 0;
	background-color: #eaeaea;
}



/* topicpath
------------------------------------------------- */

ol.topicpath {
	width: 840px;
	margin: 5px auto 15px auto;
	padding: 0;
}

ol.topicpath li {
	display: inline;
	list-style-type: none;
	font-size: 90%;
}

ol.topicpath li:first-child:before {
	content: none;
}

ol.topicpath li:before {
	content: " > ";
}



/* main
------------------------------------------------- */

div#main {
	width: 880px;
	margin: 20px auto 0 auto;
}



/* copyright
------------------------------------------------- */

div#copyright {
	width: 100%;
	text-align: center;
	font-size: 80%;
	color: #CCCCCC;
	padding-top: 10px;
	margin: 20px 0 30px 0;
	border-top: 1px solid #CCCCCC;;
}



/* 見出し
------------------------------------------------- */

.midashi1 {
	width: 100%;
	text-align: center;
	font-size: 28px;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	background-color: #2b5ca2;
	padding: 25px 0;
}

.midashi2 {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	line-height: 35px;
	letter-spacing: 0.1em;
	background-color: #2b5ca2;
	padding: 15px 0;
}

.midashi2 span.small {
	font-size: 20px;
}

.midashi2 span.big {
	font-size: 28px;
}



/* map
------------------------------------------------- */

.map-click {
	width: 100%;
	text-align: center;
	margin: 25px 0 15px 0;
}

div#map {
	position: relative;
	width: 750px;
	height: 669px;
	background-image: url("../images/map/bg.png");
	margin: 0 auto;
}

div#map .hokkaido {
	position: absolute;
	top: 20px;
	right: 20px;
}

div#map .tohoku {
	position: absolute;
	top: 150px;
	right: 20px;
}

div#map .kanto {
	position: absolute;
	top: 325px;
	right: 20px;
}

div#map .hokuriku {
	position: absolute;
	top: 70px;
	left: 310px;
}

div#map .tyugoku {
	position: absolute;
	top: 120px;
	left: 168px;
}

div#map .kyusyu {
	position: absolute;
	top: 120px;
	left: 25px;
}

div#map .sikoku {
	position: absolute;
	top: 490px;
	left: 118px;
}

div#map .kansai {
	position: absolute;
	top: 490px;
	left: 255px;
}

div#map .tokai {
	position: absolute;
	top: 490px;
	left: 394px;
}



/* 都道府県リンク
------------------------------------------------- */

table.todohuken {
	width: 670px;
	margin: 30px auto;
	font-size: 14px;
	border-collapse: collapse;
}

table.todohuken tr.blue th {
	width: 180px;
	font-weight: bold;
	padding: 15px;
	background-color: #effbff;
	border-bottom: 1px dotted #CCCCCC;
}

table.todohuken tr.gray th {
	width: 180px;
	font-weight: bold;
	padding: 15px;
	background-color: #f9f9f9;
	border-bottom: 1px dotted #CCCCCC;
}


table.todohuken tr.blue td {
	padding: 15px;
	background-color: #effbff;
	border-bottom: 1px dotted #CCCCCC;
}

table.todohuken tr.gray td {
	padding: 15px;
	background-color: #f9f9f9;
	border-bottom: 1px dotted #CCCCCC;
}

.link-top2 {
	width: 750px;
	margin: 40px auto 0 auto;
	font-size: 90%;
	text-align: right;
}



/* トップページ
------------------------------------------------- */

div#main .top-manabi {
	width: 740px;
	margin: 0 auto;
	font-size: 100%;
	line-height: 200%;
	padding: 20px;
	margin-bottom: 18px;
	background-color: #ffe9c4;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
}

div#main .top-manabi p {
	margin-bottom: 15px;
}

div#main .tokutyo-assist {
	text-align: center;
	padding-bottom: 10px;
}

div#main .top-manabi p.kuwasiku,
div#main p.kuwasiku {
	text-align: center;
	margin-bottom: 20px;
}

div#main table.top-tokutyo {
	width: 740px;
	border-collapse : separate;
	border-spacing : 8px 8px;
	margin: 0 auto 10px auto;
}

div#main table.top-tokutyo th {
	width: 50%;
	font-size: 90%;
	letter-spacing: 0.1em;
	background-color: #2b5ca2;
	color: #FFFFFF;
	padding: 10px 0;
	line-height: 160%;
	vertical-align: middle;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
}



/* システムAssistの特徴
------------------------------------------------- */

div#main .tokutyo-assist img {
	width: 400px;
}

div#main table.tokutyo {
	border-collapse : separate;
	border-spacing : 8px 8px;
	margin-bottom: 20px;
}

div#main table.tokutyo th {
	width: 50%;
	font-size: 100%;
	letter-spacing: 0.1em;
	background-color: #2b5ca2;
	color: #FFFFFF;
	padding: 12px 0;
	line-height: 160%;
	vertical-align: middle;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
}

div#main table.tokutyo td {
	font-size: 90%;
	line-height: 160%;
	padding: 10px 20px;
	background-color: #ffe9c4;
	border-radius: 8px;        /* CSS3草案 */  
	-webkit-border-radius: 8px;    /* Safari,Google Chrome用 */  
	-moz-border-radius: 8px;   /* Firefox用 */  
}



/* 学びホーダイ
------------------------------------------------- */

div#main .manabi-block {
	font-size: 90%;
	line-height: 160%;
	padding: 0 0 10px 0;
}

div#main .manabi-block p {
	margin-bottom: 15px;
}

div#main .manabi-block .small-text {
	font-size: 80%;
	color: #666666;
}



/* 地域ページ
------------------------------------------------- */

div#area {
	position: relative;
	width: 780px;
	margin: 0 auto;
}

div#area .area-link {
	margin-top: 30px;
	font-size: 90%;
}

div#area .todohuken {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.1em;
	padding: 15px 0 10px 12px;
	background-color: #ffe9c4;
	border-bottom: 3px solid #2b5ca2;
	margin: 30px 0 10px 0;
}

div#area .jyuku-block {
	width: 780px;
	padding: 20px;
	border-bottom: 1px solid #CCCCCC;
}

div#area .jyuku-block .name {
	width: 100%;
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 15px;
}

div#area .jyuku-block .address,
div#area .jyuku-block .tel,
div#area .jyuku-block .url {
	width: 100%;
	font-size: 90%;
	margin-bottom: 6px;
}

div#area .link-top {
	margin: 20px 0;
	text-align: right;
}



/* スマホサイト
------------------------------------------------- */

#spLinkBlockInPc{
	display: none;
	text-align: center;
}