@charset "utf-8";




/* 記事一覧
----------------------------------------------------------- */
#article_list li {
	padding: 13px;
	overflow: hidden;
	height: auto;
	width: auto;
}
#article_list a {
	border: 1px solid #CDCED1;
	height: 100%;
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
#article_list .category {
	font-size: 1.3em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #38BDEF;
}
#article_list h3 {
	font-size: 2em;
	line-height: 1.4em;
	margin-bottom: 0.4em;
}
#article_list .day {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1em;
	color: #7F7F7F;
	font-weight: bold;
}
#article_list .txt {
	font-size: 1.2em;
	line-height: 1.5em;
}
#article_list .article-img {
	float: right;
	margin-left: 20px;
}


/* カテゴリー別カラー
----------------------------------------------------------- */
.kakuka-list a:hover {
	height: 100%;
	width: 100%;
	display: block;
	box-shadow: 0 0 0 5px #8EC649 inset;
	border: 1px solid #8EC649;
	color: #3A3A3A;
}
.kakuka-line {
	padding-bottom: 15px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8EC649;
	border-right-color: #8EC649;
	border-bottom-color: #8EC649;
	border-left-color: #8EC649;
	margin-bottom: 15px;
}


/* 各記事
----------------------------------------------------------- */
#topics {
	float: none;
}
#topics .category {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 0.4em;
	color: #38BDEF;
}
#topics h3 {
	font-size: 2.4em;
	line-height: 1.4em;
}
#topics .day {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
	color: #7F7F7F;
}
#topics .txt {
	font-size: 1.4em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
.list-circle {
	overflow: hidden;
	margin-left: 0em;
	margin-bottom: 1em;
}
.list-circle li{
	font-size: 1.4em;
	line-height: 1.3em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	margin-bottom: 0.4em;
	font-weight: bold;
}
.list-circle li:before{
	content:"●";
	color: #4CBFDD;
}
/*
#topics ul>li{
	font-size: 1.4em;
	line-height: 1.3em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	margin-bottom: 0.4em;
	font-weight: bold;
}
#topics ul>li:before{
	content:"●";
	color: #4CBFDD;
}
*/
.dl-link {
	margin-bottom: 20px;
	overflow: hidden;
	clear: both;
	border: 3px solid #00B9E7;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
.dl-link li{
	font-size: 1.4em;
	line-height: 1.2em;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/dl_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.4em;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-left: 2px;
}
.pageimg-w {
	text-align: center;
	margin-bottom: 30px;
}

/* スケジュール
----------------------------------------------------------- */
#schedule  {
}
#schedule .title {
	font-size: 12px;
	line-height: 12px;
	margin-bottom: 20px;
	background-color: #00A7E3;
	position: relative;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	overflow: hidden;
}
#schedule .title h3 {
	font-size: 1.6em;
	line-height: 1.1em;
	margin-bottom: -3px;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 20px;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/title_point.png);
	background-repeat: no-repeat;
	background-position: left center;
	font-weight: 400;
	color: #FFF;
	font-family: "Noto Sans Japanese";
}
.schedule-link {
	background-color: #FFF;
	position: absolute;
	top: 6px;
	right: 6px;
}
.schedule-link a {
	font-size: 1.1em;
	line-height: 1.1em;
	padding-top: 7px;
	padding-right: 17px;
	padding-bottom: 5px;
	padding-left: 7px;
	display: block;
	background-image: url(/img/ds/img/common/arrow02.png);
	background-repeat: no-repeat;
	background-position: right 4px bottom 8px;
}
.form-table td span{
	font-size: 1.7em;
	line-height: 1.1em;
	font-weight: bold;
	color: #0052A4;
	margin-bottom: 0.7em;
}
.schedule {
	font-size: 1.1em;
	line-height: 1.2em;
	margin-bottom: 15px;
}
.schedule th ,.schedule td{
	border: 1px solid #999999;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.schedule tr .th-top {
	color: #FFF;
	background-color: #53C1E7;
	text-align: center;
	white-space: nowrap;
}
.schedule tr .th-left {
	background-color: #B4E1F6;
	text-align: center;
	white-space: nowrap;
	color: #002C57;
	width: 16%;
}
.schedule tr td {
}
.schedule .week {
	font-size: 1.1em;
	line-height: 1.2em;
	color: #002C57;
	text-align: center;
}
.schedule .sun {
	color: #FFF;
	background-color: #E10C33;
}
.schedule .sat {
	background-color: #199DDE;
	color: #FFF;
}
.schedule .period {
	background-color: #FCE9EA;
	font-size: 1.1em;
	line-height: 1.4em;
}
#review {
	border: 1px solid #9E9E9F;
	margin-top: 50px;
	padding-bottom: 7px;
}
#review h3 {
	font-size: 1.3em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #1BA8E0;
	margin-bottom: 10px;
	padding: 10px;
}
#review form {
	padding: 10px;
}
#review .catch {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#review form .button {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #0B5AA2;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 1em;
}
#review form .button:hover {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #29A9DE;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 1em;
}
#review .txt {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#review .txt input {
	margin-top: -2px;
	margin-right: 3px;
}
#review .hosoku {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 0.6em;
}


#looking {
	border: 3px solid #145CA0;
	margin-top: 50px;
	padding-bottom: 7px;
}
#looking h3 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #145CA0;
	margin-bottom: 10px;
	padding: 10px;
}
#looking ul li {
	font-family: "Noto Sans Japanese";
	font-size: 1.5em;
	line-height: 1.2em;
	margin-left: 0.7em;
	margin-right: 0.7em;
	padding-top: 6px;
	padding-bottom: 6px;
}
#looking ul li strong {
	font-weight: bold;
	color: #1DB4C8;
	margin-right: 1em;
}
#looking ul li a {
	text-decoration: none;
	position: relative;
	padding-left: 13px;
	font-weight: 400;
}
#looking ul li a:hover {
	text-decoration: underline;
}
#looking ul li a::before{
	]border-radius: 2px;
	content: "";
	height: 5px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 4px;
	width: 5px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	left: 0px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: #29A9DE;
	border-right-color: #29A9DE;
}

#looking ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#looking02 {
	border: 3px solid #145CA0;
	margin-top: 50px;
	padding-bottom: 15px;
	overflow: hidden;
}
#looking02 h3 {
	font-size: 1.4em;
	line-height: 1.1em;
	color: #FFF;
	background-color: #145CA0;
	margin-bottom: 20px;
	padding: 10px;
}
#looking02 ul li {
	font-family: "Noto Sans Japanese";
	margin-left: 23px;
	margin-right: 0px;
	float: left;
	width: 185px;
}
#looking02 ul li img {
	height: auto;
	width: 100%;
	margin-bottom: 9px;
}
#looking02 ul li strong {
	font-weight: bold;
	color: #1DB4C8;
	margin-right: 1em;
}
#looking02 ul li a {
	text-decoration: none;
	font-weight: 400;
}
#looking02 ul li p {
	font-size: 1.2em;
	line-height: 1.3em;
}
#looking02 ul li a:hover {
	text-decoration: underline;
}

#looking02 ul li:last-child {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}




#looking form {
	padding: 10px;
}
#looking.catch {
	font-size: 1.8em;
	line-height: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}
#looking form .button {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #0B5AA2;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 1em;
}
#looking form .button:hover {
	font-size: 1.4em;
	color: #FFFFFF;
	background-color: #29A9DE;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	margin-right: 1em;
}
#looking .txt {
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 1em;
}
#looking.txt input {
	margin-top: -2px;
	margin-right: 3px;
}
#looking .hosoku {
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 0.6em;
}


#top .guide {
	width: 750px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	padding-bottom: 30px;
	overflow: hidden;
}
.sectionTitle {
	font-size: 1.8em;
	color: #333333;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #1075BC;
	border-right-color: #1075BC;
	border-bottom-color: #1075BC;
	border-left-color: #1075BC;
	background-color: #EDEDED;
	padding: 0.5em;
	margin-bottom: 2em;
	font-weight: bold;
}
.sectionTitle2 {
	font-size: 1.6em;
	padding-left: 0.5em;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #47AADC;
	border-right-color: #47AADC;
	border-bottom-color: #47AADC;
	border-left-color: #47AADC;
	margin-bottom: 2em;
	padding-top: 0.3em;
	padding-bottom: 0.3em;
}
.sectionTitle3 {
	font-size: 1.4em;
	margin-bottom: 1em;
	font-weight: normal;
	margin-top: 1.5em;
}
.pageTitle {
	width: 750px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 2em;
	margin-left: auto;
	padding-bottom: 0.7em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	font-size: 1.8em;
	color: #1075BC;
}
.box {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

/* 各ページスタイル
----------------------------------------------------------- */
.page-h1{
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/page-h1_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 20px;
	line-height: 2em;
	color: #FFF;
	text-shadow: 1px 1px 1px #1178AC;
	margin-bottom: 25px;
	font-weight: normal;
	padding-top: 1px;
	padding-right: 10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-right: 7px;
	margin-left: 7px;
	overflow: hidden;
}
.section .page-h1{
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/page-h1_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-size: 2.1em;
	line-height: 2em;
	color: #FFF;
	text-shadow: 1px 1px 1px #1178AC;
	letter-spacing: 0.1em;
	margin-bottom: 25px;
	font-weight: normal;
	padding-top: 1px;
	padding-right:10px;
	padding-bottom: 1px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.page-h2 {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #9BCEEC;
	border-right-color: #9BCEEC;
	border-bottom-color: #9BCEEC;
	border-left-color: #9BCEEC;
	font-size: 1.8em;
	line-height: 1em;
	padding-bottom: 10px;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/h2-line.gif);
	background-repeat: no-repeat;
	background-position: left top;
	-moz-background-size:5px 20px;
	background-size:5px 20px;
	padding-left: 12px;
	padding-top: 1px;
	margin-bottom: 17px;
	color: #0C68B2;
	width: 736px;
	margin-right: auto;
	margin-left: auto;
}
.page-h3 {
	padding-bottom: 14px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #8EC649;
	border-right-color: #8EC649;
	border-bottom-color: #8EC649;
	border-left-color: #8EC649;
	margin-bottom: 22px;
	font-size: 2em;
	line-height: 1.4em;
	padding-top: 10px;
	padding-right: 0px;
	padding-left: 0px;
}
.page-h5 {
	font-size: 1.4em;
	line-height: 1em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	-moz-background-size:5px 20px;
	background-size:5px 20px;
	margin-bottom: 0.6em;
	margin-top: 1.5em;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.list-number {
	margin-bottom: 40px;
	overflow: hidden;
	margin-left: 1em;
	padding-left: 3em;
}
.list-number li{
	font-size: 1.4em;
	line-height: 1.2em;
	padding-left: 0em;
	margin-bottom: 0.6em;
	font-weight: bold;
	margin-right: 0px;
}
.page-link {
	margin-bottom: 35px;
	overflow: hidden;
	clear: both;
}
.page-link li{
	font-size: 1.5em;
	line-height: 1.2em;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/point-yellow-square.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.2em;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	margin-bottom: 0.5em;
	font-weight: normal;
	margin-left: 2px;
}
.external-link {
	margin-bottom: 30px;
	overflow: hidden;
}
.external-link  li{
	font-size: 1.5em;
	line-height: 1.2em;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/link-circle01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.2em;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	margin-bottom: 0.5em;
	font-weight: bold;
	margin-left: 2px;
}
.external-link  li a{
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	color: #006CB3;
	text-decoration: underline;
}
.external-link  li a:hover{
	color: #D51041;
}
.page-link-title {
	margin-bottom: 40px;
	overflow: hidden;
	clear: both;
}.page-link-title dt {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 6px;
	margin-bottom: 1em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	color: #FFF;
	background-color: #4DC1E9;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 4px;
	
}
.page-link-title dd{
	font-size: 1.5em;
	line-height: 1.2em;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/point-yellow-square.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.2em;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	margin-bottom: 0.7em;
	font-weight: bold;
	margin-left: 2px;
}
.page-dl dt {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.3em;
	margin-top: 1em;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/list-circle01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2.2em;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
}
.page-dl dd{
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0.4em;
}
.page-dl dd:last-of-type{
	margin-bottom: 0em;
}
.page-dl-horizontal dt {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	text-indent: -1em;
	padding-left: 1em;
	margin-bottom: 0.3em;
	margin-top: 0em;
	background-attachment: scroll;
	background-image: url(/img/ds/img/common/list-circle01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 2.2em;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	float: left;
}
.page-dl-horizontal dd{
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	margin-left: 100px;
	margin-bottom: 0.5em;
}
.page-dl-horizontal dd:last-of-type{
	margin-bottom: 0em;
}
.page-dl-line {
	border: 5px solid #EEEEEE;
	padding-top: 13px;
	padding-right: 10px;
	padding-bottom: 13px;
	padding-left: 10px;
}
.page-dl-line dt {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: bold;
	padding-left: 6px;
	margin-bottom: 0.6em;
	margin-top: 1em;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left center;
	-moz-background-size:14px 14px;
	background-size:14px 14px;
	color: #FFF;
	background-color: #4DC1E9;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 5px;
}
.page-dl-line dt:first-of-type {
	margin-top: 0em;
}
.page-dl-line dd{
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	margin-top: 0.4em;
}
.page-dl-line dd:last-of-type{
	margin-bottom: 0em;
}
.block-quote {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 0.5em;
	background-color: #F2F2F2;
	padding-top: 16px;
	padding-right: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
	border-radius: 4px;		/* CSS3草案 */
	-webkit-border-radius: 4px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 4px;	/* Firefox用 */
	color: #999;
}
.page-table {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-bottom: 15px;
}
.page-table th ,.page-table td{
	border: 1px solid #999999;
	padding-top: 9px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 9px;
}
.page-table tr .th-top {
	color: #FFF;
	background-color: #53C1E7;
	text-align: center;
	white-space: nowrap;
}
.page-table tr .th-left {
	background-color: #BAE7F5;
	text-align: center;
	white-space: nowrap;
}
.page-table tr td {
}
.txt-l {
	font-size: 1.8em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 0.5em;
	color: #F2A729;
}
.txt-m {
	font-size: 1.3em;
	line-height: 1.6em;
	text-align: left;
	margin-bottom: 0.7em;
}
#main  .txt-m a {
	color: #1AA1E6;
	text-decoration: underline;
}
#main  .txt-m a:hover {
	color: #D51041;
	text-decoration: underline;
}

.txt-s {
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 0.5em;
}
.txt-indent {
	text-align: left;
	margin-bottom: 0.5em;
	text-indent: -1em;
	padding-left: 1em;
}
.txt-center {
	text-align: center;
}
.txt-red {
	color: #D51041;
}
.img-float-left {
	float: left;
	margin-bottom: 30px;
	margin-right: 30px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.img-float-right {
	float: right;
	margin-bottom: 30px;
	margin-left: 30px;
	font-size: 1.2em;
	line-height: 1.3em;
}
.img-float-right img,.img-float-left img {
	border-radius: 5px;		/* CSS3草案 */
	-webkit-border-radius: 5px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	/* Firefox用 */
	margin-bottom: 7px;
}
.img-wide {
	float: none;
	margin-bottom: 30px;
	margin-left: auto;
	font-size: 1.2em;
	line-height: 1.3em;
	margin-right: auto;
	margin-top: 30px;
}
.img-wide img {
	height: auto;
	width: 100%;
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
.frame {
	border: 4px solid #EEE;
	padding-top: 16px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
	margin-top: 30px;
}
.chart {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
.chart img {
	margin-bottom: 15px;
}
.img-gallery-1 {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	text-align: center;
	font-size: 1.3em;
}
.img-gallery-1 img {
	margin-bottom: 7px;
}
.img-gallery-2 {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.img-gallery-2 li {
	float: left;
	width: 44%;
	margin-right: 3%;
	margin-left: 3%;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
}
.img-gallery-2 img {
	margin-bottom: 7px;
}
.img-gallery-3 {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.img-gallery-3 li {
	float: left;
	width: 31.3333%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.img-gallery-3 img {
	margin-bottom: 7px;
	width: 100%;
	height: auto;
}
.img-gallery-4 {
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
.img-gallery-4 li {
	float: left;
	width: 23%;
	margin-right: 1%;
	margin-left: 1%;
	text-align: center;
	font-size: 1.3em;
	line-height: 1.3em;
	margin-bottom: 10px;
}
.img-gallery-4 img {
	margin-bottom: 7px;
	width: 100%;
	height: auto;
}
.movie {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.txt-day {
	font-size: 1.4em;
	line-height: 1.5em;
	text-align: left;
	margin-bottom: 0.4em;
	font-weight: bold;
	color: #38A4D5;
}


/*フォーム*/
.form-table {
	font-size: 1.3em;
	line-height: 1.4em;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2em;
}
.form-table th ,.form-table td{
	padding-top: 20px;
	padding-right: 9px;
	padding-bottom: 18px;
	padding-left: 9px;
	text-align: left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #B4B4B4;
	border-right-color: #B4B4B4;
	border-bottom-color: #B4B4B4;
	border-left-color: #B4B4B4;
}
.form-table th span{
	font-size: 0.9em;
	color: #E62488;
}
.form-table tr .th-top {
	color: #FFF;
	background-color: #53C1E7;
	text-align: center;
	white-space: nowrap;
	font-size: 1.2em;
}
.form-table tr .th-left {
	background-color: #C6E7F8;
	text-align: left;
	white-space: nowrap;
}
.form-table tr td {
}
#form-b {
	margin-top: 20px;
	text-align: center;
}
.form-b01 {
	font-family:Arial, sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFF;
	cursor:pointer;
	font-size: 1.6em;
	line-height: 1em;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 14px;
	padding-right: 30px;
	padding-bottom: 12px;
	padding-left: 30px;
	letter-spacing: 0.1em;
	background-color: #145CA0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	ont-family: "Noto Sans Japanese";
}
.form-b01:hover {
	color:#fff;
	cursor:pointer;
	font-weight: bold;
	margin-left: 0px;
	background-color: #269EE0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#main .section form {
	margin-top: 25px;
}
#main .textfield01 {
	width: 75%;
}
#main .textfield02 {
	width: 99%;
}
.form-table tr .th-left p {
	font-size: 0.8em;
	padding-top: 0.5em;
	line-height: 1.4em;
	font-weight: normal;
}
.shisatsu-txt {
	border: 3px solid #EDEDED;
	margin-top: 20px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 35px;
}
.shisatsu-txt dt {
	font-size: 1.6em;
	line-height: 1.2em;
	font-weight: bold;
	color: #127BC1;
	margin-bottom: 0.4em;
}
.shisatsu-txt dd {
	font-size: 1.4em;
	line-height: 1.4em;
	margin-top: 0.2em;
	margin-bottom: 0px;
}

.shisatsu-txt dd:before {
	content:"●";
	margin-right: 0.1em;
	color: #BBE7F4;
}
.hissu-txt {
	margin-bottom: -1em;
	font-size: 1.4em;
	line-height: 1em;
}
.hissu  {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	color: #DE4C63;
	font-weight: normal;
}
.form-table .example {
	font-size: 0.9em;
	color: #8F8F8F;
	margin-top: 5px;
	font-weight: normal;
}
#faq {
	padding-top: 20px;
}
#faq dt {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: bold;
	padding-left: 0px;
	position: relative;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-top-width: 4px;
	border-right-width: 4px;
	border-bottom-width: 4px;
	border-left-width: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #1FBAE5;
	border-right-color: #1FBAE5;
	border-bottom-color: #1FBAE5;
	border-left-color: #1FBAE5;
	padding-left: 100px;
}
#faq dt:before{
	font-size: 1.8em;
	line-height: 1.3em;
	content: url(../faq/img/q.png);
	position: absolute;
	top: -9px;
	left: 0px;
}
#faq dt h3 {
	
	display: block;
}
#faq dd {
	position: relative;
	padding-top: 40px;
}
#faq dd:before{
	font-size: 1.8em;
	line-height: 1.3em;
	content: url(../faq/img/a.png);
	position: absolute;
	top: 0;
}

/* リンク変更
-----------------------------------------------*/

#topics a {
	color: #00A7E3;
}
#topics a:hover {
	color: #00A7E3;
	text-decoration: underline;
}


