@charset "utf-8";

/* ==================================================
Setting by CMS sheets
================================================== */

body,
input,
select,
textarea {
	font-family: "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

a:link,
a:active,
a:visited {
	color: #161873;
}

a:hover {
    color: #8b0000;
	text-decoration: none;
}
body {
	color: #222222;
    background-color: transparent;
	font-size: 100%;
	-webkit-text-size-adjust:none;
	-moz-text-size-adjust:none;
	-ms-text-size-adjust:none;
    font-weight: 500;
}

/* Styles
================================================== */


/* text */

.txt_red {
	color: #c00000;
	/* Setting by CMS sheets */
}

.txt_green {
	color: #1B594A;
	/* 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;
    width: 1300px;
    padding: 0 20px;
}

/* header
================================================== */
#tmp_header {
    padding-top: 5px;
	margin: 0 0 43px;
    display: flex;
    flex-flow: column;
}
#tmp_hlogo {
	width: 430px;
    margin: 0 auto;
    order: 2;
}
#tmp_hlogo img {
    max-width: 100%;
    height: auto;
}
#tmp_hlogo h1,
#tmp_hlogo p,
#tmp_hlogo a {
	display: block;
}
#tmp_means {
    order: 1;
    display: flex;
    justify-content: space-between;
    padding-bottom: 5px;
}
#tmp_means_catch {
    font-size: 75%;
}
/* hnavi */
#tmp_hnavi {
    list-style: none;
    display: flex;
}
#tmp_hnavi li {
    line-height: 1.1;
    margin-left: 10px;
    padding-left: 10px;
    position: relative;
}
#tmp_hnavi li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    border-left: 1px solid #000;
}
#tmp_hnavi li a {
    display: inline-block;
    color: #333333;
    background-color: transparent;
}
#tmp_hnavi li a:hover {
    color: #8b0000;
}

/* archive */
.type_archive #tmp_hlogo {
    width: auto;
}
.type_archive #tmp_hlogo h1,
.type_archive #tmp_hlogo p {
    font-weight: bold;
    font-size: 200%;
    font-family: 'Times New Roman', 'ＭＳ Ｐ明朝', 細明朝体, Times, serif;
}
.type_archive #tmp_hlogo p a {
    text-decoration: none;
    color: #000000;
}
.lang_en #tmp_means,
.type_archive #tmp_means {
    justify-content: flex-end;
    padding-bottom: 15px;
}
#tmp_hnavi_archive {
    list-style: none;
    font-weight: bold;
    font-size: 112.5%;
}
#tmp_hnavi_archive li {
    line-height: 1.1;
}
#tmp_hnavi_archive li a {
    display: inline-block;
    padding: 3px 0 3px 15px;
    color: #000000;
    background-color: transparent;
    position: relative;
}
#tmp_hnavi_archive li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width:0;
    height:0;
    border-style:solid;
    border-width: 6px 0 6px 10px;
    border-color: transparent transparent transparent #000000;
}
#tmp_hnavi_archive li a:hover,
#tmp_hnavi_archive li a:focus {
    color: #8b0000;
}
#tmp_hnavi_archive li a:hover::before,
#tmp_hnavi_archive li a:focus::before {
    border-color: transparent transparent transparent #8b0000;
}

/* gnavi
================================================== */
#tmp_gnavi {
    margin: 0 0 16px;
	clear: both;
}
#tmp_gnavi ul {
	list-style: none;
    display: flex;
    justify-content: center;
    font-size: 112.5%;
}
#tmp_gnavi ul li {
    text-align: center;
    position: relative;
}
#tmp_gnavi li a {
	display: flex;
	justify-content: center;
	align-items: center;
    text-decoration: none;
    color: #333333;
    color: #000000;
    background-color: transparent;
    padding: 0 15px;
    min-width: 135px;
    height: 100%;
}
#tmp_gnavi li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    bottom: 2px;
    width: 1px;
    border-left: 1px solid #000;
}
#tmp_gnavi li:first-child a::before {
    display: none;
}
#tmp_gnavi li span {
    border-bottom: 2px solid transparent;
}
#tmp_gnavi li.active a,
#tmp_gnavi li a:hover,
#tmp_gnavi li a:focus {
    color: #F7CB4D;
    color: #00008b;
}
#tmp_gnavi li.active span,
#tmp_gnavi li a:hover span,
#tmp_gnavi li a:focus span {
    border-bottom-color: #F7CB4D;
    border-bottom-color: #00008b;
}
/* lang_en */
.lang_en #tmp_gnavi ul li {
    max-width: 140px;
}
/* gnavi_archive */
#tmp_gnavi_archive,
#tmp_gnavi_archive ul li a {
    background-color: #333333;
    color: #ffffff;
}
#tmp_gnavi_archive {
    margin: 0 0 30px;
	clear: both;
}
#tmp_gnavi_archive ul {
	list-style: none;
    display: flex;
    justify-content: center;
    font-size: 81.25%;
    font-weight: bold;
    width: 980px;
    margin: 0 auto;
}
#tmp_gnavi_archive ul li {
    text-align: center;
    position: relative;
    width: 20%;
    border-right: 1px solid #888888;
}
#tmp_gnavi_archive ul li:first-child {
    border-left: 1px solid #888888;
}
#tmp_gnavi_archive ul li a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 90px;
    transition: all 0.3s ease-in-out;
}
#tmp_gnavi_archive ul li a:hover {
    background-color: #888888;
}

/* pankuzu
================================================== */
#tmp_pankuzu {
    margin: 0 0 10px;
    font-size: 87.5%;
}

/* ptop
================================================== */
.ptop {
	text-align:right;
	clear:both;
}

/* footer
================================================== */
#tmp_footer {
	text-align: center;
    padding: 25px 0 10px;
    font-weight: 700;
}
#tmp_footer .wrap_bunkacho {
    padding: 0 0 10px;
    margin: 0 0 15px;
    border-bottom: 1px solid #333333;
    font-size: 87.5%;
}
#tmp_footer .bunkacho_logo {
    width: 100px;
    margin: 0 auto;
}
#tmp_footer .bunkacho_logo img {
    max-width: 100%;
    height: auto;
}
#tmp_footer .foot_txt {
    font-family: 游明朝, serif;
    margin: 0 0 15px;
}
#tmp_footer .copyright {
    font-size: 75%;
}

/* 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;
	margin-bottom: -4px;
}
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:1px 0 3px 62px;
}
a.icon_pdf {
	background-image:url(/site/shared/site_foodculture/images/icon/icon_pdf.png);
}
a.icon_word {
	background-image:url(/site/shared/site_foodculture/images/icon/icon_word.png);
}
a.icon_excel {
	background-image:url(/site/shared/site_foodculture/images/icon/icon_excel.png);
}
a.icon_ppt {
	background-image:url(/site/shared/site_foodculture/images/icon/icon_ppt.png);
}
a.icon_txt {
	background-image:url(/site/shared/site_foodculture/images/icon/icon_txt.png);
}
#tmp_contents a[rel*="external"]:after,
#tmp_main a[rel*="external"]:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: -0.2em 0.3em 0;
    background:url(/site/shared/images/icon/icon_external_gray.png) no-repeat center top;
    background-size: 16px auto;
}

/* ==================================================
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;
}

/* ==================================================
accessibility style change:color
================================================== */
/* change_color commons
================================================== */
/* 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_blue #tmp_wrap_main a.icon_ppt,
.color_blue #tmp_wrap_main a.icon_txt,
.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_yellow #tmp_wrap_main a.icon_ppt,
.color_yellow #tmp_wrap_main a.icon_txt,
.color_black #tmp_wrap_main a.icon_pdf,
.color_black #tmp_wrap_main a.icon_word,
.color_black #tmp_wrap_main a.icon_excel,
.color_black #tmp_wrap_main a.icon_ppt,
.color_black #tmp_wrap_main a.icon_txt {
	margin: 0 !important;
	padding: 0 !important;
}
.color_black #tmp_contents a[rel*="external"]:after,
.color_blue #tmp_contents a[rel*="external"]:after,
.color_black #tmp_main a[rel*="external"]:after,
.color_blue #tmp_main a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_yl.png) !important;
}
.color_yellow #tmp_contents a[rel*="external"]:after,
.color_yellow #tmp_main a[rel*="external"]:after {
	background-image: url(/site/shared/images/icon/icon_external_bl.png) !important;
}

/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_header:after,
#tmp_gnavi:after,
#tmp_main:after,
#tmp_footer:after,
div.col2:after,
div.fixed_col2:after,
div.col3:after {
	content: "";	/* Do not edit */
	display: table;	/* Do not edit */
	clear: both;	/* Do not edit */
}
