@charset "utf-8";

* {
	margin: 0px; /* 各ブラウザの独自解釈をリセット*/
	padding: 0px;
}

html {
	min-height: 100%;
	position: relative;
}

body {
	font-size: 16px; /* 基本のフォントサイズ */
	line-height: 26px;
	padding: 0px;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	color: #333333;
	-webkit-text-size-adjust: 100%;
}

img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}

th {
	padding: 10px 0 5px;
}
td {
	padding: 10px 0 5px;
}

p {
	margin: 0px;
	padding: 0px;
	color:
	transform: rotate(0.001deg);
	background-image:url(/library/tlo/images/common/back.png);
}
li {
	background-image:url(/library/tlo/images/common/back.png);
	list-style: none;
}

a .hover_img{}
a:hover .hover_img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

/* SITEPUBLISリセット用
---------------------------------------------------- */
:root ol, :root ul {
	margin: 0px;
	padding: 0px;
}
:root blockquote {
	margin:0px 0px 0px 0px;
}



/* 汎用CSS
---------------------------------------------------- */
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

.clear {clear:both;}

.bs {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

p.indent {
	padding-left:1em;
	text-indent:-1em;
}

.nb {
	border: none!important;
}


/* 固定
---------------------------------------------------- */
#wrapper {
	height: auto;
	width: 100%;
	padding: 0px;
	left: auto;
	right: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
}


/* link
---------------------------------------------------- */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #426aa3;
	text-decoration: none;
}


/* 見出しタグ設定
---------------------------------------------------- */
h1 {
	width:auto;
	height:auto;
	margin: 0px;
	padding: 0px;
}
h2 {
	width:auto;
	height:auto;
	line-height: 38px;
	margin: 0 0 40px;
	padding: 0px;
	color: #426aa3;
	font-size: 30px;
	border-bottom: 1px solid #94a7d0;
	padding: 0 0 5px;
}
h3 {
	font-size: 20px;
	border-bottom: 1px solid #bdc9e2;
	border-left: 4px solid #426aa3;
	padding: 0 0 5px 20px;
	color: #426aa3;
	margin: 0 0 20px;
}


/* margin
----------------------------------------------------------- */
.mt00 {margin-top: 0px!important;}
.mt05 {margin-top: 5px!important;}
.mt10 {margin-top: 10px!important;}
.mt15 {margin-top: 15px!important;}
.mt20 {margin-top: 20px!important;}
.mt30 {margin-top: 30px!important;}
.mt40 {margin-top: 40px!important;}
.mt50 {margin-top: 40px!important;}
.mb00 {margin-bottom: 0px!important;}
.mb05 {margin-bottom: 5px!important;}
.mb10 {margin-bottom: 10px!important;}
.mb15 {margin-bottom: 15px!important;}
.mb20 {margin-bottom: 20px!important;}
.mb30 {margin-bottom: 30px!important;}
.mb40 {margin-bottom: 40px!important;}
.mb50 {margin-bottom: 50px!important;}
.mb80 {margin-bottom: 80px!important;}
.ml05 {margin-left: 5px!important;}
.ml10 {margin-left: 10px!important;}
.ml20 {margin-left: 20px!important;}
.ml25 {margin-left: 25px!important;}
.ml30 {margin-left: 30px!important;}
.ml40 {margin-left: 40px!important;}
.ml50 {margin-left: 50px!important;}
.mr00 {margin-right: 0px!important;}
.mr10 {margin-right: 10px!important;}
.mr20 {margin-right: 20px!important;}
.mr30 {margin-right: 30px!important;}
.mr50 {margin-right: 50px!important;}
.mr70 {margin-right: 70px!important;}

.pt00 {	padding-top: 0 !important;}
.pt05 {padding-top: 5px !important;}
.pt10 {padding-top: 10px !important;}
.pt15 {padding-top: 15px !important;}
.pt20 {padding-top: 20px !important;}
.pt30 {padding-top: 30px !important;}
.pt40 {padding-top: 40px !important;}
.pt60 {padding-top: 60px !important;}
.pr00 {padding-right: 0 !important;}
.pr05 {padding-right: 5px !important;}
.pr10 {padding-right: 10px !important;}
.pr15 {padding-right: 15px !important;}
.pr20 {padding-right: 20px !important;}
.pr30 {padding-right: 30px !important;}
.pb00 {padding-bottom: 0 !important;}
.pb05 {padding-bottom: 5px !important;}
.pb10 {padding-bottom: 10px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb20 {padding-bottom: 0px !important;}
.pb30 {padding-bottom: 30px !important;}
.pb40 {padding-bottom: 40px !important;}
.pl00 {padding-left: 0 !important;}
.pl01 {padding-left: 1px !important;}
.pl05 {padding-left: 5px !important;}
.pl10 {padding-left: 10px !important;}
.pl15 {padding-left: 15px !important;}
.pl20 {padding-left: 20px !important;}
.pl30 {padding-left: 30px !important;}
.pl60 {padding-left: 60px !important;}


/* font
---------------------------------------------------- */
.blue {
    color: #426aa3;
}


/* header
---------------------------------------------------- */
.header {
	width: 960px;
	margin: 0 auto;
}
.header .logo {
	padding: 33px 0 26px 20px;
}

.header .logo a:hover {
	opacity: 0.7;
}

.header .gnav {
	width: 959px;
	display: table;
	table-layout: fixed;
	border-left: 1px dotted #333333;
	margin-bottom: 13px;
}
.header .gnav li {
	display: table-cell;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
	border-right: 1px dotted #333333;
}
.header .gnav li a {
	text-decoration: none;
	display: block;
	width: 100%;
	height: 100%;
}


/* header
---------------------------------------------------- */
.breadcrumb {
	width: 100%;
	background-color: #426aa3;
	font-size: 13px;
	color: #FFFFFF;
	padding: 3px 0 0;
}
.breadcrumb a {
	color: #FFFFFF;
}


/* footer
---------------------------------------------------- */
.footer {
	width: 100%;
	border-top: 1px solid #333333;
	margin-top: 40px;
}
.footer .contents {
	padding: 40px 0 28px;
}
.footer .menu_box {
	width: 220px;
	float: left;
}
.footer .menu_box ul {
	margin-bottom: 12px;
}
.footer .menu_box ul li {
	font-size: 13px;
	line-height: 22px;
}
.footer .menu_box ul li:first-child {
	font-weight: bold;
}
.footer .footer_logo {
	float: right;
	padding-top: 70px;
}

.footer .footer_logo a:hover {
	opacity: 0.7;
}

.footer .copy {
	text-align: center;
	color: #FFFFFF;
	background-color: #426aa3;
	width: 100%;
	font-size: 12px;
	line-height: 36px;
	min-width: 960px;
	border-top: 1px solid #333333;
}


/* contents
---------------------------------------------------- */
.contents {
	width: 960px;
	margin: 0 auto;
}

/* main */
.main {
	margin-bottom: 100px;
}

.slider div a img:hover {
	opacity: 0.7;
}

/* news */
.news {
	margin-bottom: 60px;
}
.news h2 {
	font-size: 28px;
	border-bottom: 2px solid #7693c5;
	border-left: 6px solid #426aa3;
	padding: 0 0 8px 30px;
	margin-bottom: 0;
}
.news ul {
	padding: 30px 0 20px;
}
.news ul li {
	width: 920px;
	padding: 10px 20px;
}
.news ul li .date {
	float: left;
	color: #426aa3;
}
.news ul li a {
	padding-left: 90px;
	display: block;
	text-decoration: none;
}
.more {
	border-top: 1px dotted #8198c8;
	padding-top: 15px;
	padding-left: 21px;
	background-image: url(/library/tlo/images/index/chizai_listicon.png);
	background-repeat: no-repeat;
	background-position: left 7px top 21px;
}

/* link */
.link {
	padding-bottom: 40px;
}
.link h2 {
	font-size: 28px;
	border-bottom: 2px solid #bdc9e2;
	border-left: 6px solid #426aa3;
	padding: 0 0 8px 30px;
}
.link ul {
	margin-top: 20px;

}
.link ul li {
	float: left;
	margin-left: 20px;
}

.link ul li a:hover {
	opacity: 0.7;
}

/* sub_main */
.sub_main {
	margin-bottom: 50px;
}

/* menu_list */
.menu_list li {
	float: left;
	width: 300px;
	margin-left: 120px;
	margin-bottom: 50px;
	border: 1px solid #426aa3;
	font-size: 18px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}
.menu_list li a {
	display: block;
	width: 100%;
	text-decoration: none;
	color: #426aa3;
	padding: 17px 15px 13px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-color: #ddeaf9;
	background-image: url(/library/tlo/images/index/chizai_listicon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.menu_list li a:hover {
	text-decoration: none;
	background-color: #cbe1fb;
}


/* menu_list_s */
.menu_list_s {}
.menu_list_s li {
	float: left;
	width: 300px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box
}
.menu_list_s li:nth-child(2n) {
	margin-left: 40px;
}
.menu_list_s li a {
	display: block;
	width: 100%;
	border: 1px solid #426aa3;
	font-size: 18px;
	margin-bottom: 10px;
	text-decoration: none;
	color: #426aa3;
	padding: 17px 15px 13px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	background-image: url(/library/tlo/images/index/chizai_listicon.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-color: #ddeaf9;
}
.menu_list_s li a:hover {
	text-decoration: none;
	background-color: #cbe1fb;
}

/* menu_block */
.menu_block {
	width: 320px;
	float: left;
	margin-top: 33px;
	margin-bottom: 40px;
}
.menu_block ul {
    width: 230px;
}
.menu_block ul li {
    border-bottom: 1px solid #333333;
    background-image: url(/library/tlo/images/common/menu_ico.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.menu_block ul li a {
    display: block;
    padding: 14px 18px 10px 0px;
    height: 100%;
    width: 212px;
} 
.menu_block ul li a:hover {
	text-decoration: none;
}
.menu_block ul li.sub {
	background-color: #ededed;
	font-size: 14px;
}
.menu_block ul li.sub a {
	padding: 6px 20px 6px 10px;
	width: 200px;
}


/* main_block */
.main_block {
	width: 640px;
	float: right;
	margin-top: 40px;
	padding-bottom: 40px;
}
.main_block p {
	margin-bottom: 20px;
}
.block {
	padding-bottom: 20px;
}

/* aisatsu */
.aisatsu {
	float: right;
	padding: 0 20px 20px;
}
.aisatsu_txt {
	text-align: right
}

/* surround */
.surround {
	width: 100%;
	border: 1px solid #426aa3;
	padding: 15px;
	margin-bottom: 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
.surround_center {
	text-align: center;
}

/* square */
.square li a {
    margin-left: -4.5px;
}
.square li:before {
	color: #426aa3;
	content: "■";
}

/* pdf */
.pdf {
    background: url(/library/tlo/images/common/icon_1r_24.png) 0 0 no-repeat;
    padding: 0 0 0 22px;
}

/* word */
.word {
    background: url(/library/tlo/images/common/word_icon.png) 0 0 no-repeat;
    padding: 0 0 0 20px;
}

/* blank */
.blank {
    background: url(/library/tlo/images/common/chizai_window.png) 0 center no-repeat;
    padding: 0 0 0 21px;
}

/* sankaku */
.sankaku {
    background: url(/library/tlo/images/index/chizai_sankaku.png) 0 6px no-repeat;
    padding: 0 0 0 12px;
	margin-left: 7px;
}

/* table */
table.type {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border-top: 1px solid #426aa3;
	border-left: 1px solid #426aa3;
	margin-top: 10px;
	margin-bottom: 10px;
}
table.type th {
	border-right: solid 1px #426aa3;
	border-bottom: solid 1px #426aa3;
	background-color: #ddeaf9;
	padding: 0.5em;
	font-weight: normal;
	text-align: left;
	color: #426aa3;
}
table.type th.w130 {
	width: 130px;
}
table.type td {
	border-right: solid 1px #426aa3;
	border-bottom: solid 1px #426aa3;
	padding: 0.5em;
	vertical-align: top;
	text-align: left;
}
.licensekanonatokkyo {
	font-size: 14px;
}

/* qa */
ul.qa {
	margin-bottom: 20px;
}
.qa li {
	display: block;
    padding-left: 1.4em;
}
.qa li:nth-child(1) {
	color: #426aa3;
	font-weight: bold;
}
.qa li:nth-child(1) a {
	font-weight: normal;
}
.qa li:nth-child(1):before {
	color: #426aa3;
	font-weight: bold;
	content: "Ｑ.";
	display: block;
    float: left;
    margin-left: -1.4em;
    width: 1em;
}
.qa li:nth-child(2):before {
	color: #e43e3e;
	font-weight: bold;
	content: "Ａ.";
	display: block;
    float: left;
    margin-left: -1.4em;
    width: 1em;
}

/* img_center */
.img_center {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}


/* news_s */
.news_s {
	margin-bottom: 60px;
}
.news_s ul {
	margin-bottom: 15px;
}
.news_s ul li {
	width: 920px;
	padding: 10px 20px;
}
.news_s ul li .date {
	float: left;
	color: #426aa3;
}
.news_s ul li a {
	padding-left: 90px;
	display: block;
	text-decoration: none;
}

.news_detail img {
	vertical-align: middle;
}

.tonewstop {
	margin-top: 20px;
	text-align: right;
}

.tonewstop img {
	vertical-align: middle;
	margin-right: 5px;
}


/* number */
ul.number {
	margin-bottom: 20px;
	padding-left: 20px;
}
ul.number li {
	list-style-type: decimal
}


/* Edge調整 */
@supports (-ms-ime-align:auto) {

.pdf {
	background-position: 0 center;
}

.word {
	background-position: 0 center;
}

.blank {
	background-position: 0 center;
}

.sankaku {
	background-position: 0 center;
} 

}

/* Mac調整 */
.mac .sankaku {
    background-position: 0 3px;
}


/* トップに戻るここから */
#to_pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 1.0rem;
}
#to_pagetop a {
	background: #426aa3;
	text-decoration: none;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	display: block;
	border: solid 1px #ffffff;
	border-radius: 5px;
line-height: 0px;
}
#to_pagetop a:hover {
	text-decoration: none;
	background: #426aa3;
	opacity: 0.5;
}
/* トップに戻るここまで */

