@charset "utf-8";

/* ==========================================================================
   COMMON
========================================================================== */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: 1px;
}

html {
	background-color: #f7f8f8;
}

body {
	font-size: 13px;
	background-color: #FFF;
}

p {
	line-height: 2em;
}

hr {
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #CCC;
	color: #CCC;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.w680 {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.w704 {
	width: 704px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

.w1240 {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

a:link img,
a:visited img {
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	transition: all 0.2s ease-int;
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

a:hover img,
a:active img {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

.box-shadow {
	box-shadow: 0 1px 4px #333;
	-moz-box-shadow: 0 1px 4px #333;
	-webkit-box-shadow: 0 1px 4px #333;
	position: relative;
	z-index: 100;
}

.box-shadow-program {
	box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
}

#container {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 33px;
}

.pinkCircle li {
	background-image: url(../img/common/circlePink.png);
	background-repeat: no-repeat;
	background-position: 16px 5px;
}

.greenCircle li {
	background-image: url(../img/common/circleGreen.png);
	background-repeat: no-repeat;
	background-position: 16px 5px;
}

.yellowCircle li {
	background-image: url(../img/common/circleYellow.png);
	background-repeat: no-repeat;
	background-position: 16px 5px;
}

.radius10 {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: relative;
}

.relatedLinks {
	width: 100%;
}

.relatedLinks .programArrow {
	width: 100%;
}

.relatedLinks .programArrow li{
	width: 100%;
	background-image: url(../img/common/programArrow.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	line-height: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.relatedLinks .arrowPink {
	width: 100%;
}

.relatedLinks .arrowPink li{
	width: 100%;
	background-image: url(../img/common/arrowPink.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	line-height: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.relatedLinks .arrowPink2 {
	width: 100%;
}

.relatedLinks .arrowPink2 li{
	width: 100%;
	background-image: url(../img/common/arrowPink2.png);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding-left: 20px;
	line-height: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.relatedLinks .arrowYellow {
	width: 100%;
}

.relatedLinks .arrowYellow li{
	width: 100%;
	background-image: url(../img/common/arrowYellow.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	line-height: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.relatedLinks .arrowYellow2 {
	width: 100%;
}

.relatedLinks .arrowYellow2 li{
	width: 100%;
	background-image: url(../img/common/arrowYellow2.png);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding-left: 20px;
	line-height: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.relatedLinks .arrowGreen {
	width: 100%;
}

.relatedLinks .arrowGreen li{
	width: 100%;
	background-image: url(../img/common/arrowGreen.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	line-height: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

.relatedLinks .arrowGreen2 {
	width: 100%;
}

.relatedLinks .arrowGreen2 li{
	width: 100%;
	background-image: url(../img/common/arrowGreen2.png);
	background-repeat: no-repeat;
	background-position: 2px 9px;
	padding-left: 20px;
	line-height: 1.5em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}

/* ==========================================================================
   HEADER
========================================================================== */


#h-header {
	width: 100%;
	border-top-width: 9px;
	border-top-style: solid;
	border-top-color: #164ba7;
}

#h-header #h-wrap {
	height: 122px;
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}

#h-header #h-wrap #h-title {
	margin-top: 33px;
	height: 56px;
	width: 315px;
}

#h-header #h-wrap #h-title2 {
	height: 30px;
	width: 153px;
	position: absolute;
	top: 19px;
	right: 1px;
}

#h-header #h-wrap #fontsize {
	background-image: url(../img/common/header/fontBackground.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 163px;
	position: absolute;
	left: 909px;
	top: 16px;
	display: block;
}

#h-header #h-wrap #fontsize #textresizer {
	height: 25px;
	width: 75px;
	margin-top: 6px;
	margin-left: 81px;
}

#h-header #h-wrap #fontsize #textresizer li {
	height: 25px;
	width: 25px;
	float: left;
}

#h-header #h-wrap #fontsize #textresizer li a {
	height: 25px;
	width: 25px;
	display: block;
	text-indent: -99999px;
	background-position: center center;
	background-repeat: no-repeat;
}

#h-header #h-wrap #fontsize #textresizer li.fontS a {
	background-image: url(../img/common/header/fontsize.png);
	background-position: 0px 0px;
}

#h-header #h-wrap #fontsize #textresizer li.fontS a.textresizer-active {
	background-image: url(../img/common/header/fontsize.png);
	background-position: 0px -25px;
}

#h-header #h-wrap #fontsize #textresizer li.fontM a {
	background-image: url(../img/common/header/fontsize.png);
	background-position: -25px 0px;
}

#h-header #h-wrap #fontsize #textresizer li.fontM a.textresizer-active {
	background-image: url(../img/common/header/fontsize.png);
	background-position: -25px -25px;
}

#h-header #h-wrap #fontsize #textresizer li.fontL a {
	background-image: url(../img/common/header/fontsize.png);
	background-position: -50px 0px;
}

#h-header #h-wrap #fontsize #textresizer li.fontL a.textresizer-active {
	background-image: url(../img/common/header/fontsize.png);
	background-position: -50px -25px;
}

#h-header #h-wrap #h-links {
	position: absolute;
	left: 744px;
	top: 25px;
}

#h-header #h-wrap #h-links #h-linkList li {
	display: inline-block;
	background-image: url(../img/common/header/navArrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 7px;
	margin-left: 5px;
	font-size: 11px;
}

#h-header #h-wrap #h-links #h-linkList li a:link,
#h-header #h-wrap #h-links #h-linkList li a:visited {
	color: #3f3f3f;
	text-decoration: none;
}

#h-header #h-wrap #h-links #h-linkList li a:hover,
#h-header #h-wrap #h-links #h-linkList li a:active {
	text-decoration: underline;
}

#h-header #h-wrap #siteSearch {
	height: 36px;
	width: 496px;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #dadada;
	border-right-color: #dadada;
	border-bottom-color: #dadada;
	border-left-color: #dadada;
	position: absolute;
	left: 744px;
	top: 66px;
}

#h-header #h-wrap #siteSearch img {
	float: left;
}

#h-header #h-wrap #siteSearch .searchText {
	margin: 0px;
	height: 33px;
	width: 355px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-top: 0px;
	padding-right: 0.5em;
	padding-bottom: 0px;
	padding-left: 1em;
	line-height: 33px;
}

#h-header #h-wrap #siteSearch #searchBtn {
	background-image: url(../img/common/header/searchIcon.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	float: left;
	height: 33px;
	width: 33px;
}

#h-header #h-nav {
	height: 77px;
	width: 100%;
	display: block;
	background-image: url(../img/common/globalNav/gnavBackground.png);
	background-repeat: repeat-x;
	background-position: center center;
	background: #7BA3F1;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#7BA3F1), to(#1153c4));
	background: -webkit-linear-gradient(#7BA3F1, #1153c4);
	background: -moz-linear-gradient(#7BA3F1, #1153c4);
	background: -ms-linear-gradient(#7BA3F1, #1153c4);
	background: -o-linear-gradient(#7BA3F1, #1153c4);
	background: linear-gradient(#7BA3F1, #1153c4);
	-pie-background: linear-gradient(#7BA3F1, #1153c4);
}

#h-header #h-nav ul {
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

#h-header #h-nav ul li {
	float: left;
}

#h-header #h-nav ul li a {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 77px;
}

/* ==========================================================================
   BREADCRUMB
========================================================================== */

#breadcrumb {
	background-image: url(../img/common/breadcrumbList/breadcrumbBackground.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 38px;
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 18px;
	line-height: 34px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 10px;
	padding-left: 10px;
}

#breadcrumb div {
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}

#breadcrumb div img {
	float: left;
}

#breadcrumb div a:link,
#breadcrumb div a:visited {
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	display: block;
	line-height: 34px;
	color: #3f3f3f;
	text-decoration: none;
	height: 34px;
}

#breadcrumb div a:hover,
#breadcrumb div a:active {
	text-decoration: underline;
}

#breadcrumb li:last-child a {
	pointer-events: none;
}

#breadcrumb li:last-child a:hover {
	text-decoration: none;
}

/* ==========================================================================
   FOOTER
========================================================================== */

#f-footer {
	width: 100%;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e8e8e8;
	height: 111px;
	line-height: 111px;
	background-color: #f7f8f8;
}

#f-footer p {
	height: 111px;
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 111px;
	text-align: center;
}

/* ==========================================================================
   TOP
========================================================================== */


#mainVisual {
	background-image: url(../img/top/mainVisualBackground.png);
	background-repeat: repeat-x;
	background-position: left center;
	height: 350px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dcdcdc;
}

#mainVisual div {
	height: 350px;
	width: 1240px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
}

/* ==========================================================================
   LEFT COLUMN
========================================================================== */

#leftColumn {
	background-color: #FFF;
	float: left;
	width: 230px;
	border: 1px solid #ededed;
	padding: 1px;
	height: auto;
	margin-right: 25px;
	margin-top: 14px;
}

#leftColumn nav.grayBG {
	display: block;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#leftColumn nav.grayBG .programList {
	width: 207px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e9e9e9;
}

#leftColumn nav.grayBG .programList dt {
}

#leftColumn nav.grayBG .programList dd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ededed;
	background-color: #FFF;
}

#leftColumn nav.grayBG .programList dd a {
	width: 100%;
	padding-right: 15px;
	padding-left: 30px;
	display: block;
	background-image: url(../img/common/leftColumn/programArrow.png);
	background-repeat: no-repeat;
	background-position: 10px 11px;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ==========================================================================
   RIGHT COLUMN
========================================================================== */

#rightColumn {
	margin-top: 14px;
	float: left;
	width: 230px;
}

#rightColumn ul li {
	margin-bottom: 12px;
}

/* ==========================================================================
   MAIN COLUMN
========================================================================== */

#mainColumn {
	float: left;
	height: auto;
	width: 726px;
	margin-right: 29px;
	margin-top: 14px;
}

#mainColumn .grayBG2 {
	border: 1px solid #e8e8e8;
	background-image: url(../img/common/mainColumn/background.png);
	background-repeat: repeat;
	height: auto;
	width: 100%;
	padding-top: 11px;
	padding-bottom: 12px;
}

#mainColumn .grayBG2 .wrap01 {
	width: 227px;
	border: 1px solid #e8e8e8;
	margin-left: 10px;
	float: left;
	background-color: #f2f2f3;
}

#mainColumn .grayBG2 .wrap02,
#mainColumn .grayBG2 .wrap03 {
	width: 228px;
	border: 1px solid #e8e8e8;
	margin-left: 10px;
	float: left;
	background-color: #f2f2f3;
}

#mainColumn .grayBG2 section .textList {
	width: 207px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #e9eaea;
	background-color: #FFF;
	padding-top: 17px;
	padding-bottom: 17px;
	margin-top: 9px;
	margin-bottom: 9px;
	min-height: 174px;
}

#mainColumn .grayBG2 section .textList li {
	padding-right: 16px;
	padding-left: 32px;
	width: 100%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

#mainColumn #newsArea {
	margin-top: 27px;
}

#mainColumn #newsArea h2 {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #195cd0;
	padding-bottom: 9px;
	position: relative;
}

#mainColumn #newsArea h2 a {
	height: 24px;
	width: 130px;
	position: absolute;
	top: -6px;
	right: 0px;
}

#mainColumn #newsArea .newsContent {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#mainColumn #newsArea .newsContent time {
	padding-top: 15px;
	float: left;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 0em;
	padding-right: 0px;
	text-indent: 2px;
	width: 130px;
}

#mainColumn #newsArea .newsContent img {
	float: left;
	margin-top: 13px;
	margin-bottom: 13px;
	width: 82px;
}

#mainColumn #newsArea .newsContent p {
	float: right;
	width: 510px;
	padding-top: 11px;
	padding-left: 10px;
	padding-bottom: 15px;
	letter-spacing: 0em;
}

#mainColumn #lower #newsArea .newsContent p {
	float: right;
	width: 490px;
	padding-top: 11px;
}

#mainColumn #newsArea .newsContent p a {
	letter-spacing: 0em;
}

/*#newsArea .newsContent p a:link,
#newsArea .newsContent p a:visited {
	text-decoration: none;
}

#newsArea .newsContent p a:hover,
#newsArea .newsContent p a:active {
	text-decoration: underline;
}*/

/* .newsArea2 add 2019/00/03 */
#mainColumn .newsArea2 {
	margin-top: 27px;
}

#mainColumn .newsArea2 h2 {
	width: 100%;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #195cd0;
	padding-bottom: 9px;
	position: relative;
}

#mainColumn .newsArea2 h2 a {
	height: 24px;
	width: 130px;
	position: absolute;
	top: -6px;
	right: 0px;
}

#mainColumn .newsArea2 .newsContent {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}

#mainColumn .newsArea .newsContent time {
	padding-top: 15px;
	float: left;
	display: block;
	padding-bottom: 15px;
	letter-spacing: 0em;
	padding-right: 0px;
	text-indent: 2px;
	width: 130px;
}

#mainColumn .newsArea .newsContent img {
	float: left;
	margin-top: 13px;
	margin-bottom: 13px;
	width: 82px;
}

#mainColumn .newsArea .newsContent p {
	float: right;
	width: 510px;
	padding-top: 11px;
	padding-left: 10px;
	padding-bottom: 15px;
	letter-spacing: 0em;
}

#mainColumn #lower .newsArea .newsContent p {
	float: right;
	width: 490px;
	padding-top: 11px;
}

#mainColumn .newsArea .newsContent p a {
	letter-spacing: 0em;
}

/* ==========================================================================
   INTRODUCTION
========================================================================== */

.baseAreaPurple {
	height: auto;
	width: 100%;
	border: 1px solid #eae0f3;
	background-color: #FFF;
	padding: 1px;
}

.baseAreaPurple article {
	background-color: #FFF;
	width: 214px;
	border: 1px solid #eae0f3;
	padding-top: 9px;
	padding-bottom: 9px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	min-height: 300px;
}

.baseAreaPurple article h3 {
	width: 194px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}

.baseAreaPurple article p {
	width: 186px;
	margin-right: auto;
	margin-left: auto;
}


.baseAreaBlue {
	height: auto;
	width: 100%;
	border: 1px solid #e8f0ff;
	background-color: #FFF;
	padding: 1px;
}

#programSearchArea {
	width: 680px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
}

#programSearchArea li {
	float: left;
	background-color: #FFF;
	margin-right: 1px;
	margin-left: 1px;
	text-align: center;
}

#programSearchArea li img {
	margin-bottom: 6px;
}

#programSearchArea li label {
	display: block;
	padding-top: 11px;
	padding-right: 7px;
	padding-left: 7px;
	cursor: pointer;
	padding-bottom: 3px;
}

#btn_kettei {
	background-image: url(../img/program/bosyu/btn.png);
	height: 43px;
	width: 360px;
	margin-top: 13px;
	margin-right: 160px;
	margin-left: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: -9999em;
	margin-bottom: 13px;
	cursor: pointer;
}

#searchResult .contentTitle {
	width: 100%;
	background-color: #5490ff;
	font-weight: bold;
	color: #FFF;
	line-height: 1.5em;
	padding: 1em;
}

#searchResult .contentTitle a:link,
#searchResult .contentTitle a:visited {
	color: #FFF;
	text-decoration: none;
}

#searchResult .contentTitle a:hover,
#searchResult .contentTitle a:active {
	text-decoration: underline;
}

#searchResult .detail {
	background-color: #FFF;
	display: block;
	width: 100%;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}

#searchResult dl {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	clear: both;
	float: none;
}

#searchResult dl dt {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 100px;
	margin-left: 10px;
}

#searchResult dl dd {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	margin-left: 10px;
	width: 500px;
}

#searchResult dl dd img {
	float: left;
	margin-right: 5px;
}