@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* if "em" is not rendered correctly */
/*
em {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif; 
}
*/

a:link,
a:active,
a:visited {
	color: #0576B8;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body {
	font-size: 100%;
	color: #000000;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
	font-weight: 500;
}


/* Styles
================================================== */


/* text */

.txt_red {
	color: #990000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #007500;
	/* Setting by CMS sheets */
}

.txt_big {
	font-size: 130%;
	/* Setting by CMS sheets */
}

.txt_small {
	font-size: 86%;
	/* Setting by CMS sheets */
}


/* bgcolor */

td.bg_blue,
th.bg_blue {
	color: inherit;
	background-color: #E8FDFE;
	/* Setting by CMS sheets */
}

td.bg_lightblue,
th.bg_lightblue {
	color: inherit;
	background-color: #EEF9FF;
	/* Setting by CMS sheets */
}

td.bg_purple,
th.bg_purple {
	color: inherit;
	background-color: #F3EEFF;
	/* Setting by CMS sheets */
}


/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */


/* ==================================================
Base-Layout
================================================== */

#tmp_wrapper {
	margin: 0 auto;
	padding-top: 86px;
	min-width: 1220px;
}

.container:before,
.container:after {
	content: '';
	display: table;
}

.container:after {
	clear: both;
}

.container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}


/* format カラムのレイアウトのbaseロジック
============================== */

.wrap_col_nm {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_nm {
	width: 100%;
	/* 変更しない */
}

.wrap_col_lft_navi {
	float: left;
	/* 変更しない */
	position: relative;
	/* 変更しない */
	z-index: 1;
	/* 変更しない */
}

.wrap_col_rgt_navi {
	float: right;
	/* 変更しない */
}

.column_full .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_lnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: right;
	/* 変更しない */
}

.column_rnavi .wrap_col_main {
	width: 100%;
	/* 変更しない */
	float: left;
	/* 変更しない */
}

.col_main {
	padding: 0;
	/* デザインによって変更 */
}


/* free
============================== */

.format_free .wrap_col_nm {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_nm2 {
	margin-right: 210px;
	/* デザインによって変更 */
}

.format_free .wrap_col_lft_navi {
	width: 200px;
	/* デザインによって変更 */
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .col_lft_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .wrap_col_rgt_navi {
	width: 200px;
	/* デザインによって変更 */
}

.format_free .col_rgt_navi {
	padding: 10px;
	/* デザインによって変更 */
	color: inherit;
	background-color: #CCDDEE;
}

.format_free .column_full .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_lnavi .col_main {
	margin-left: 210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .wrap_col_main {
	margin-right: -210px;
	/* デザインによって変更 */
}

.format_free .column_rnavi .col_main {
	margin-right: 210px;
	/* デザインによって変更 */
}

.show_sp {
	display: none;
}


/* header
================================================== */
#tmp_header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	color: #111111;
	width: 100%;
	z-index: 99;
}
#tmp_header .header_wrapper{
	display: flex;
	justify-content: space-between;
	padding: 24px 41px 4px 20px;
	min-height: 86px;
	gap: 10px;
}
#tmp_hlogo {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	margin-top: -8px;
	width: 35%;
	max-width: 378px;
}
#tmp_hlogo h1,
#tmp_hlogo p {
	display: block;
	padding: 0 2px;
	background: #FFFFFF url(/site/shared/site_nouson/images/header/hlogo.png) no-repeat;
	background-size: contain;
	aspect-ratio: 416 / 54;
	width: 100%;
	max-width: 378px;
	height: 60px;
}
#tmp_hlogo a {
	display: block;
	width: 378px;
	max-width: 100%;
	height: 60px;
}
#tmp_hlogo h1 span,
#tmp_hlogo p span {
	display: block;
	width: 378px;
	max-width: 100%;
	height: 58px;
	position: relative;
	z-index: -1;
	overflow: hidden;
}

/* gnavi
================================================== */
.gnavi {
	display: flex;
	justify-content: flex-end;
	gap: 0 30px;
	padding-top: 4px;
	color: inherit;
	clear: both;
}
.gnavi li {
	list-style: none;
}
.gnavi a {
	position: relative;
	display: block;
	padding: 10px 0 10px 42px;
	text-align: center;
	text-decoration: none;
	letter-spacing: 0.02em;
}
.gnavi a:before{
	content: '';
    position: absolute;
    top: -5px;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 29px auto;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #FFFFFF;
}
.gnavi .glist1 a:before{
	background-color: #6f0000;
	background-image: url(/site/shared/site_nouson/images/icon/icon_white1.png);
}
.gnavi .glist2 a:before{
	background-color: #e8ba43;
	background-image: url(/site/shared/site_nouson/images/icon/icon_white3.png);
}

/* footer
================================================== */
#tmp_footer {
	background-color: #FFFFFF;
	color: #000000;
}
/* cnt */
#tmp_footer .footer_cnt{
	margin: 0 auto;
	padding: 81px 25px 48px;
	max-width: 1250px;
}
#tmp_footer .ft_logo > p{
	position: relative;
    margin: 0 auto 39px;
    padding-top: 6.2%;
    background: transparent url(/site/shared/site_nouson/images/footer/flogo.png) no-repeat;
    background-size: 100% 100%;
    width: 45.4%;
    height: 0;
}
#tmp_footer .ft_logo > p > span{
	display: inline-block;
	text-indent: -9999px;
}
#tmp_footer .ft_address{
	display: flex;
	justify-content: center;
	gap: 0 42px;
	padding-left: 3px;
}
#tmp_footer address{
	font-style: normal;
}
#tmp_footer .add_name,
#tmp_footer .add_txt{
	display: block;
	line-height: 1.6;
}
#tmp_footer .add_name{
	margin-bottom: 10px;
	font-size: 112.5%;
	font-weight: bold;
	color: #00561f;
}
#tmp_footer .add_txt + .add_txt{
	margin-top: 10px;
}
#tmp_footer address:nth-child(2n) .add_txt{
	padding-left: 60px;
}

/* fnavi */
#tmp_footer .fnavi{
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	padding: 28px 25px 20px;
	background-color: #faf1d9;
	color: #000000;
}
#tmp_footer .fnavi li{
	padding: 4px 21px 1px;
	line-height: 1.2;
	list-style: none;
}
#tmp_footer .fnavi a{
	display: inline-block;
	background-color: transparent;
	color: inherit;
	text-decoration: none;
}
#tmp_footer .fnavi li:not(:last-of-type){
	border-right: 1px solid #959595;
}

/* copyright */
#tmp_footer .copyright{
	padding: 9px 25px 7px;
	background-color: #6f0000;
	font-size: 87.5%;
	line-height: 1.5;
	color: #FFFFFF;
	text-align: center;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
	padding: 16px 0 13px;
	background-color: #faf1d9;
	color: inherit;
}
#tmp_pankuzu a {
	background-color: transparent;
	color: #6f0000;
	border-bottom: 1px dotted #6f0000;
	text-decoration: none;
	line-height: 1.5;
}
#tmp_pankuzu a:hover {
	border-bottom: none;
}
/* custom_update
================================================== */
#tmp_wrap_custom_update {
	margin: 36px 0 16px;
}
#tmp_custom_update {
	float:right;
	text-align: right;
}
#tmp_update {
	color: #111111;
	background-color: transparent;
	letter-spacing: 0.1em;
	font-size: 81.3%;
}
/* ==================================================
Splide control common
================================================== */
.splide_common .splide__controls {
    display: flex;
	align-items: center;
}
.splide_common .splide__toggle {
	position: relative;
	display: inline-block;
	font-size: 77.8%;
	text-decoration: none;
	font-weight: bold;
	padding: 3px 0 0 13px;
	color: #3a3a3a;
	margin-right: 20px;
	min-width: 63px;
	text-align: left;
}
.splide_common .splide__toggle:before,
.splide_common .splide__toggle:after {
	content: '';
	width: 2px;
	height: 12px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: 1px;
	transform: translateY(-50%);
	background-color: #222222;
}
.splide_common .splide__toggle:after {
	left: 4px;
}
.splide_common .splide__toggle:not(.is-active):after {
	content: none;
}
.splide_common .splide__toggle:not(.is-active):before {
	border-style: solid;
	border-width: 6px 0 6px 8px;
	border-color: transparent transparent transparent #222222;
	background-color: transparent;
}
.splide_common .splide__arrow {
	display: block;
	background-color: #6f0000;
	background-repeat: no-repeat;
	background-position: center center;
	width: 44px;
	height: 44px;
	overflow: hidden;
	color: #FFFFFF;
	text-indent: -9999px;
	opacity: 1;
}
.splide_common .splide__arrow--prev {
	left: -20px;
	background-image: url(/site/shared/site_nouson/images/icon/icon_arrow_prev.png);
}
.splide_common .splide__arrow--next {
	right: -20px;
	background-image: url(/site/shared/site_nouson/images/icon/icon_arrow_next.png);
}
.splide_common .splide__progress {
    display: flex;
	align-items: flex-end;
	padding: 0 21px 0 18px;
}
.splide_common .splide__progress p {
	margin-bottom: 0 !important;
	font-size: 88.9%;
	line-height: 1;
	color: #3a3a3a;
	font-weight: bold;
}
.splide_common .splide__progress .progress_current {
	font-size: 133.3%;
}
.splide_common .splide__progress .progress_total {
	position: relative;
	padding-left: 12px;
	margin-bottom: 1px !important;
}
.splide_common .splide__progress .progress_total:before {
	content: '';
	width: 1px;
	height: 90%;
	position: absolute;
	left: 5px;
	top: 0;
	transform: rotate(25deg);
	background-color: #3a3a3a;
}
.color_blue .splide_common .splide__toggle:before,
.color_blue .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__toggle:before,
.color_yellow .splide_common .splide__toggle:after  {
	background-color: #000000 !important;
}
.color_black .splide_common .splide__toggle:before,
.color_black .splide_common .splide__toggle:after  {
	background-color: #FFFF00 !important;
}
.color_blue .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #000000;
}
.color_black .splide_common .splide__toggle:not(.is-active):before {
	background-color: transparent !important;
	border-color: transparent transparent transparent #FFFF00;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_nouson/images/icon/icon_arrow_prev_bl.png) !important;
}
.color_yellow #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_nouson/images/icon/icon_arrow_next_bl.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--prev,
.color_black #tmp_wrapper .splide_common .splide__arrow--prev {
    background-image: url(/site/shared/site_nouson/images/icon/icon_arrow_prev_yellow.png) !important;
}
.color_blue #tmp_wrapper .splide_common .splide__arrow--next,
.color_black #tmp_wrapper .splide_common .splide__arrow--next {
    background-image: url(/site/shared/site_nouson/images/icon/icon_arrow_next_yellow.png) !important;
}
.color_blue .splide_common .splide__progress .progress_total:before,
.color_black .splide_common .splide__progress .progress_total:before {
	background-color: #FFFF00 !important;
}
.color_yellow .splide_common .splide__progress .progress_total:before {
	background-color: #000000 !important;
}

/* ==================================================
layout
================================================== */
/* title */
.nouson_heading{
	display: flex;
	align-items: center;
	gap: 0 10px;
	border-radius: 10px 10px 0 0;
}
.nouson_heading:before{
	content: '';
	display: inline-block;
	flex-shrink: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.nouson_heading .nouson_title{
	display: flex;
	justify-content: center;
	flex: 1;
}
.nouson_title{
	flex: 1;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 225%;
	line-height: 1.5;
	font-weight: bold;
	color: inherit;
	text-align: center;
}

/* news btn */
.btn_simple a{
	display: block;
    margin: 0 auto;
    padding: 21px 70px 18px;
    background: #6f0000 url(/site/shared/site_nouson/images/icon/icon_arrow_rgt.png) no-repeat right 35px center;
    width: 100%;
    max-width: 508px;
    border-radius: 45px;
    font-size: 125%;
    color: #FFFFFF;
    text-align: center;
    text-decoration: none;
}

/* list cards */
.list_cards{
	display: flex;
	flex-flow: row wrap;
	gap: 35px 36px;
}
.list_cards .card_box{
	list-style: none;
	width: calc((100% - 72px) / 3);
}
.card_box .card_inner{
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	border-top: 9px solid #e8ba43;
	height: 100%;
	box-shadow: 0 0 16px #959595;
	color: #000000;
}
.card_box .card_img{
	position: relative;
	flex-shrink: 0;
	padding-top: 65%;
	height: 0;
	overflow: hidden;
}
.card_box .card_img img{
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 50% 50%;
	vertical-align: top;
}
.card_box .card_content{
	position: relative;
	flex: 1;
	padding: 32px 16px 12px;
	overflow: hidden;
	z-index: 1;
}
.card_box .card_content:before{
	content: '';
	position: absolute;
    top: -45%;
    left: -50%;
    height: 240px;
    width: 100%;
    border-radius: 50%;
	color: #000000;
    z-index: -1;
}
.card_box .card_title{
	margin-bottom: 20px;
	font-size: 125%;
	line-height: 1.6;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.card_box .card_text{
	line-height: 2;
}
.card_box .card_place{
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
}
.card_box .card_place .place_name{
	margin: 0 35px 5px 0;
	padding-bottom: 5px;
	border-bottom: 2px solid #6f0000;
	line-height: 1;
	font-weight: bold;
}
.card_box .card_place .place_info{
	line-height: 1.5;
}
.card_box .card_link{
	margin-top: 11px;
    padding-top: 10px;
	border-top: 2px solid #959595;
	text-align: right;
}
.card_box .card_link a{
	position: relative;
	display: inline-block;
	padding: 3px 24px 3px 0;
	font-size: 118.75%;
}
.card_box .card_link a:after{
    content: '';
	position: absolute;
	top: 11px;
    right: 7px;
    width: 11px;
    height: 11px;
    border-top: solid 2px #959595;
    border-right: solid 2px #959595;
    transform: rotate(45deg);
}
.card_box:nth-child(7n+1) .card_content:before,
.card_type1 .card_content:before{
	background-color: #fff799;
}
.card_box:nth-child(7n+2) .card_content:before,
.card_type2 .card_content:before{
	background-color: #84ccc9;
}
.card_box:nth-child(7n+3) .card_content:before,
.card_type3 .card_content:before{
	background-color: #cce198;
}
.card_box:nth-child(7n+4) .card_content:before,
.card_type4 .card_content:before{
	background-color: #b3bce8;
}
.card_box:nth-child(7n+5) .card_content:before,
.card_type5 .card_content:before{
	background-color: #f29c9f;
}
.card_box:nth-child(7n+6) .card_content:before,
.card_type6 .card_content:before{
	background-color: #f4c6da;
}
.card_box:nth-child(7n+7) .card_content:before,
.card_type7 .card_content:before{
	background-color: #facd89;
}

/* list news */
#tmp_contents .news_list,
.news_list {
	list-style: none;
	margin: 0;
}
#tmp_contents .news_list .news_item,
.news_list .news_item{
	margin: 0 0 8px;
}
#tmp_contents .news_list .news_item:last-child,
.news_list .news_item:last-child {
	margin-bottom: 0;
}
.news_list .news_item > a{
	position: relative;
	display: flex;
	align-items: center;
	padding: 16px 48px 15px 32px;
	background-color: #FFFFFF;
	line-height: 1.5;
	color: #000000;
	text-decoration: none;
}
.news_list .news_item > a:after {
    content: '';
    position: absolute;
    top: 46%;
    right: 32px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #959595;
    border-right: 2px solid #959595;
    transform: rotate(45deg);
}
.news_list .news_date{
	flex-shrink: 0;
	padding-right: 10px;
	width: 185px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.news_list .news_des{
	position: relative;
	display: flex;
	flex-direction: column;
	flex: 1 auto;
	padding-left: 40px;
	width: 100%;
	z-index: 1;
}
.news_list .news_des:before{
	content: "";
	position: absolute;
	top: -6px;
	bottom: 0;
	left: 0;
	margin: auto 0;
	width: 20px;
	height: 1px;
	border-top: 1px solid #959595;
}
.news_list .news_title{
	margin-bottom: 27px;
	letter-spacing: 0.05em;
	font-size: 150%;
	font-weight: bold;
}
.news_list .news_item:last-of-type{
	margin-bottom: 0;
}

/* news wrap */
.news_wrapper{
	overflow: hidden;
}
.news_wrapper .nouson_heading{
	padding: 25px 112px 32px 63px;
	background-color: #6f0000;
    color: #FFFFFF;
}
.news_wrapper .nouson_heading:before{
	background-image: url(/site/shared/site_nouson/images/icon/icon_white1.png);
	width: 39px;
	height: 36px;
}
.news_wrapper .nouson_title{
    padding-bottom: 14px;
    background-image: url(/site/shared/site_nouson/images/icon/news_ttl_pc.png);
}
.news_wrapper .news_cnt{
	position: relative;
	padding: 40px 25px 62px;
	background-color: #fff3f3;
	border: 10px solid #6f0000;
	color: #000000;
	z-index: 1;
}
.news_wrapper .news_cnt:before{
	content: '';
	position: absolute;
	left: -10px;
	right: -10px;
	top: -13px;
	height: 10px;
	background-color: #6f0000;
	color: #000000;
}
.news_wrapper .news_list {
	margin-bottom: 48px;
}
.news_wrapper .btn_simple{
	padding-right: 25px;
}

/* setting link color */
.card_box .card_link a,
.gnavi a {
	color: #000000;
	background-color: transparent;
}
/* setting hover */
#tmp_footer .fnavi a:hover,
.news_list .news_item > a:hover .news_title,
.btn_simple a:hover,
.gnavi a:hover{
	text-decoration: underline;
}
/* ==================================================
CMS-function
================================================== */


/* ==================================================
CMS-library
================================================== */


/* ==================================================
CMS-parts
================================================== */


/* col2
================================================== */


/* col2_cms */

table.col2 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col2 td.col2L,
table.col2 td.col2R {
	width: 50%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col2 td.col2L {
	border-right: 15px solid #FFFFFF;
}


/* col2_pub */

div.col2 {
	width: 100%;
}

div.col2 div.col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.col2 div.col2R {
	display: table;
	width: 48.5%;
	float: left;
}


/* nestcol2 */

table.col2 table.col2 td.col2L {
	padding: 0;
}

div.col2 div.col2 div.col2L {
	width: 47.5%;
	margin-right: 4%;
}

div.col2 div.col2 div.col2R {
	width: 47.5%;
}


/* fixed_col2 */

div.fixed_col2 {
	width: 100%;
}

div.fixed_col2 div.fixed_col2L {
	display: table;
	width: 48.5%;
	margin-right: 2%;
	float: left;
}

div.fixed_col2 div.fixed_col2R {
	display: table;
	width: 48.5%;
	float: right;
}


/* col3
================================================== */

table.col3 {
	width: 99%;
	border-collapse: collapse;
	border-spacing: 0;
}

table.col3 td.col3L,
table.col3 td.col3M,
table.col3 td.col3R {
	width: 33.33%;
	padding: 0;
	vertical-align: top;
	text-align: left;
}

table.col3 td.col3L,
table.col3 td.col3M {
	border-right: 15px solid #FFFFFF;
}

div.col3 {
	width: 100%;
}

div.col3 div.col3L,
div.col3 div.col3M {
	display: table;
	width: 31.7%;
	margin-right: 2%;
	float: left;
}

div.col3 div.col3R {
	display: table;
	width: 31.7%;
	float: left;
}

/* Scroll Table
================================================== */
.scroll_table {
	overflow-x:scroll;
	margin-bottom: 39px;
	padding: 41px 18px 27px;
	background: #F6F6F6 url(/site/shared/site_nouson/images/icon/scroll_table_icon.png) right 14px no-repeat;
	background-size:81px 16px;
}
.scroll_table_switch {
	text-align:right;
	margin: 0 0 14px;
	font-size: 100%;
	font-weight: normal;
	line-height:1.2;
}
.scroll_table_switch a {
	border: 1px solid #d5d5d4;
	color: inherit;
	display:inline-block;
	padding: 6px 9px 6px 66px;
	text-decoration:none;
	background: #FFFFFF url(/site/shared/site_nouson/images/icon/scroll_table_ex.png) 8px center no-repeat;
	background-size: 50px 22px;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background: #FFFFFF url(/site/shared/site_nouson/images/icon/scroll_table_df.png) 8px center no-repeat;
	background-size: 50px 22px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* linkicon
================================================== */
#tmp_main a.icon_pdf,
#tmp_main a.icon_excel,
#tmp_main a.icon_word,
#tmp_main a.icon_ppt,
#tmp_main a.icon_txt {
	display:inline-block;
	vertical-align:top;
}
a.icon_pdf,
a.icon_excel,
a.icon_word,
a.icon_ppt,
a.icon_txt {
	margin: 0;
	text-indent:0 !important;
	background-position:left top;
	background-repeat:no-repeat;
	padding-left: 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_nouson/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_nouson/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_nouson/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_nouson/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_nouson/images/icon/icon_txt.png);
}


/* ==================================================
accessibility
================================================== */


/* model_change
================================================== */

.wrap_mc_pc,
.wrap_mc_sp {
	display: none;
}

.disp_pc .wrap_mc_sp,
.disp_pc .wrap_mc_sp #tmp_switch_sp_style {
	display: block;
}

.disp_pc #tmp_hnavi_s,
.disp_pc #tmp_sma_lmenu,
.disp_pc #tmp_sma_mmenu,
.disp_pc #tmp_sma_rmenu {
	display: none;
}

#tmp_sma_menu{
	display: none;
}
/* ==================================================
accessibility style change:color
================================================== */


/* change_color commons
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper *,
.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper *,
.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	background-image: none !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrapper span,
.color_yellow #tmp_wrapper span,
.color_black #tmp_wrapper span {
	z-index: auto !important;
}

.color_blue #tmp_event_cal_cnt .calendar .today,
.color_yellow #tmp_event_cal_cnt .calendar .today,
.color_black #tmp_event_cal_cnt .calendar .today {
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main #tmp_cate_ttl h1,
.color_yellow #tmp_wrap_main #tmp_cate_ttl h1,
.color_black #tmp_wrap_main #tmp_cate_ttl h1 {
	padding: 0 !important;
	border: none !important;
}


/* headding */

.color_blue #tmp_wrap_main h1,
.color_blue #tmp_wrap_main h2,
.color_blue #tmp_wrap_main h3,
.color_blue #tmp_wrap_main h4,
.color_blue #tmp_wrap_main h5,
.color_blue #tmp_wrap_main h6,
.color_yellow #tmp_wrap_main h1,
.color_yellow #tmp_wrap_main h2,
.color_yellow #tmp_wrap_main h3,
.color_yellow #tmp_wrap_main h4,
.color_yellow #tmp_wrap_main h5,
.color_yellow #tmp_wrap_main h6,
.color_black #tmp_wrap_main h1,
.color_black #tmp_wrap_main h2,
.color_black #tmp_wrap_main h3,
.color_black #tmp_wrap_main h4,
.color_black #tmp_wrap_main h5,
.color_black #tmp_wrap_main h6 {
	padding: 5px !important;
	border: none !important;
}

.color_blue.format_top #tmp_wrap_main h1,
.color_blue.format_top #tmp_wrap_main h2,
.color_blue.format_top #tmp_wrap_main h3,
.color_blue.format_top #tmp_wrap_main h4,
.color_blue.format_top #tmp_wrap_main h5,
.color_blue.format_top #tmp_wrap_main h6,
.color_yellow.format_top #tmp_wrap_main h1,
.color_yellow.format_top #tmp_wrap_main h2,
.color_yellow.format_top #tmp_wrap_main h3,
.color_yellow.format_top #tmp_wrap_main h4,
.color_yellow.format_top #tmp_wrap_main h5,
.color_yellow.format_top #tmp_wrap_main h6,
.color_black.format_top #tmp_wrap_main h1,
.color_black.format_top #tmp_wrap_main h2,
.color_black.format_top #tmp_wrap_main h3,
.color_black.format_top #tmp_wrap_main h4,
.color_black.format_top #tmp_wrap_main h5,
.color_black.format_top #tmp_wrap_main h6 {
	border: none !important;
	padding: 0 !important;
}


/* icon */

.color_blue #tmp_wrap_main a.icon_pdf,
.color_blue #tmp_wrap_main a.icon_word,
.color_blue #tmp_wrap_main a.icon_excel,
.color_yellow #tmp_wrap_main a.icon_pdf,
.color_yellow #tmp_wrap_main a.icon_word,
.color_yellow #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel {
	margin: 0 !important;
	padding: 0 !important;
}


/* used_bg_img */

.color_blue #tmp_wrapper .used_bg_img,
.color_yellow #tmp_wrapper .used_bg_img,
.color_black #tmp_wrapper .used_bg_img {
	width: auto !important;
	height: auto !important;
}

.color_blue #tmp_wrapper .used_bg_img a,
.color_yellow #tmp_wrapper .used_bg_img a,
.color_black #tmp_wrapper .used_bg_img a {
	width: auto !important;
	height: auto !important;
	text-decoration: underline !important;
}

.color_blue #tmp_wrapper .used_bg_img span,
.color_yellow #tmp_wrapper .used_bg_img span,
.color_black #tmp_wrapper .used_bg_img span {
	z-index: 1 !important;
	height: auto !important;
}


/* for Firefox3.0 */

.color_blue #tmp_wrap_main caption,
.color_yellow #tmp_wrap_main caption,
.color_black #tmp_wrap_main caption {
	background-color: transparent !important;
}


/* for google box common */

#tmp_wrap_main #tmp_gmap_box button,
#tmp_wrap_main #tmp_gmap_box .gmnoprint *,
#tmp_wrap_main #tmp_gmap_box .gm-style-cc * {
	background-color: #FFFFFF !important;
}


/* bg:blue
/* text:yellow
/* link:white
================================================== */

.color_blue #tmp_wrapper,
.color_blue #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #00008B !important;
	border-color: #FFFF00 !important;
}

.color_blue #tmp_wrapper a,
.color_blue #tmp_wrapper a span,
.color_blue #tmp_wrapper button,
.color_blue #tmp_wrapper .used_bg_img a span,
.color_blue #tmp_wrapper input[type="submit"],
.color_blue #tmp_wrapper input[type="button"],
.color_blue #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_blue #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h2 {
	border-bottom: 1px solid yellow !important;
	border-left: 3px solid yellow !important;
}

.color_blue #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_blue #tmp_wrap_main #tmp_gmap_box,
.color_blue #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_blue #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:yellow
/* text:black
/* link:blue
================================================== */

.color_yellow #tmp_wrapper,
.color_yellow #tmp_wrapper * {
	color: #000000 !important;
	background-color: #FFFF00 !important;
	border-color: #000000 !important;
}

.color_yellow #tmp_wrapper a,
.color_yellow #tmp_wrapper a span,
.color_yellow #tmp_wrapper button,
.color_yellow #tmp_wrapper .used_bg_img a span,
.color_yellow #tmp_wrapper input[type="submit"],
.color_yellow #tmp_wrapper input[type="button"],
.color_yellow #tmp_wrapper input[type="reset"] {
	color: #0000FF !important;
	background-color: transparent !important;
}

.color_yellow #tmp_wrap_main h1 {
	border: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h2 {
	border-bottom: 1px solid black !important;
	border-left: 3px solid black !important;
}

.color_yellow #tmp_wrap_main h3 {
	border-left: 3px solid black !important;
}


/* for google box */

.color_yellow #tmp_wrap_main #tmp_gmap_box,
.color_yellow #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: black !important;
	list-style-image: none !important;
}

.color_yellow #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* bg:black
/* text:yellow
/* link:white
================================================== */

.color_black #tmp_wrapper,
.color_black #tmp_wrapper * {
	color: #FFFF00 !important;
	background-color: #000000 !important;
	border-color: #FFFF00 !important;
}

.color_black #tmp_wrapper a,
.color_black #tmp_wrapper a span,
.color_black #tmp_wrapper button,
.color_black #tmp_wrapper .used_bg_img a span,
.color_black #tmp_wrapper input[type="submit"],
.color_black #tmp_wrapper input[type="button"],
.color_black #tmp_wrapper input[type="reset"] {
	color: #FFFFFF !important;
	background-color: transparent !important;
}

.color_black #tmp_wrap_main h1 {
	border: 3px solid yellow !important;
}

.color_black #tmp_wrap_main h2 {
	border-left: 3px solid yellow !important;
	border-bottom: 1px solid yellow !important;
}

.color_black #tmp_wrap_main h3 {
	border-left: 3px solid yellow !important;
}


/* for google box */

.color_black #tmp_wrap_main #tmp_gmap_box,
.color_black #tmp_wrap_main #tmp_gmap_box * {
	color: #000000 !important;
	border-color: yellow !important;
	list-style-image: none !important;
}

.color_black #tmp_wrap_main #tmp_gmap_box a {
	color: #7777CC !important;
}


/* ==================================================
accessibility style change:font-size
================================================== */


/* small
================================================== */

.fsize_small {
	font-size: 75% !important;
}


/* big
================================================== */

.fsize_big {
	font-size: 125% !important;
}


/* biggest(doubled)
================================================== */

.fsize_big2 {
	font-size: 175% !important;
}

/* No javascript
================================================== */
.no_javascript #tmp_wrapper{
	padding-top: 0;
}
.no_javascript #tmp_header{
	position: relative;
}
/* ==================================================
clearfix
================================================== */

/* for modern browser */

#tmp_header:after,
#tmp_hnavi:after,
#tmp_main:after,
#tmp_main_menu:after,
#tmp_lnavi:after,
#tmp_lnavi_ttl:after,
#tmp_lnavi_cnt:after,
#tmp_event_cal:after,
#tmp_event_cal_ttl:after,
#tmp_event_cal_cnt .cal_navi:after,
#tmp_wrap_custom_update:after,
#tmp_custom_update:after,
#tmp_social_plugins:after,
.plugin:after,
.pnavi:after,
#tmp_inquiry:after,
#tmp_inquiry_ttl:after,
#tmp_inquiry_cnt:after,
#tmp_feedback:after,
#tmp_feedback_ttl:after,
#tmp_feedback_cnt:after,
#tmp_feedback_cnt fieldset:after,
#tmp_publicity_cnt:after,
#tmp_footer:after,
.fnavi:after,
.footer_cnt:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after,
.box_faq:after,
.box_faq_ttl:after,
.box_faq_cnt:after,
.emergency_head:after {
	content: "";
	/* Do not edit */
	display: table;
	/* Do not edit */
	clear: both;
	/* Do not edit */
}