@charset "utf-8";

/* ==================================================
Required to CMS-8341
================================================== */
#tmp_contents h1 {
	margin:0 0 0.8em;
	padding: 25px 0 0 0;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraginoMincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 225%;
	color: #222222;
	background: #ffffff url(/shared/templates/free/images/bg_h1.png) no-repeat right top;
	clear:both; /* Do not edit */
}
#tmp_contents h1:after {
	content: '';
	width: 100%;
	height: 3px;
	margin: 20px 0 0;
	display: block;
	background: url(/shared/templates/free/images/line_h1.jpg) repeat-x left center;
}
#tmp_contents h2,
#tmp_contents h3,
#tmp_contents h4,
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em;
	clear:both; /* Do not edit */
}
#tmp_contents h2 {
	font-size: 156.3%;
	padding: 12px 18px 10px;
	margin-bottom: 14px;
	color: #000000;
	background-color:#f4f1ef;
	border:1px solid #f9f7f6;
	border-bottom-color:#dad3cd;
	-webkit-box-shadow:0 1px 0 0 #f4f1ef;
	-moz-box-shadow:0 1px 0 0 #f4f1ef;
	box-shadow:0px 1px 0 0 #f4f1ef;
}
#tmp_contents h3 {
	font-size: 137.5%;
	padding: 1px 5px 12px 17px;
	color: #000000;
	background-color: transparent;
    background: url(/shared/templates/story_free/images/main/h3_bg.png) no-repeat top left, url(/shared/templates/story_free/images/main/h3_bg_btm.png) repeat-x 0 100%;
}
#tmp_contents h4 {
	font-size: 125%;
    padding: 0 0 4px;
	color: #000000;
    background: transparent url(/shared/templates/story_free/images/main/h4_bg.png) repeat-x 0 100%;
}
#tmp_contents h5 {
    font-size: 112.5%;
    margin: 38px 0;
    padding: 0 0 4px 22px;
    color: #000000;
    background: transparent url(/shared/templates/story_free/images/main/h5_bg.png) no-repeat 0 4px;
}
#tmp_contents h6 {
	font-size: 100%;
}
#tmp_contents table {
	word-break: break-all;
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* Do not edit */
	line-height: 1.75;
}
#tmp_contents p a:hover,
#tmp_contents p a:focus,
#tmp_contents p a:active {
	text-decoration: none;
}

#tmp_contents ul {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:url(/shared/images/icon/list_icon.gif); /* Do not edit */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* Do not edit */
	list-style-image:none; /* Do not edit */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* Do not edit */
}
#tmp_contents ul li a:hover,
#tmp_contents ul li a:focus,
#tmp_contents ul li a:active,
#tmp_contents ol li a:hover,
#tmp_contents ol li a:focus,
#tmp_contents ol li a:active {
	text-decoration: none;
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* Do not edit */
}
#tmp_contents hr {
	height:1px; /* Do not edit */
	color:#CCCCCC; /* Do not edit */
	background-color:#CCCCCC; /* Do not edit */
	border:none; /* Do not edit */
	clear:both; /* Do not edit */
}
/* ==================================================
parts
================================================== */
/* img_cap
================================================== */
table.img_cap {
	margin:0 0 40px;
	border-collapse:collapse;
	border-spacing:0;
}
table.img_cap td {
	padding:0;
}
div.img_cap {
	margin:0 0 40px;
}
div.img_cap p,
div.img_cap img {
	margin:0 !important;
}
#tmp_contents .col2 img {
	max-width: 100%;
	height: auto;
}
/* outline
================================================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* Do not edit */
	clear:both; /* Do not edit */	
}
#tmp_contents table.outline {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents table.outline td {
	padding:26px 31px 11px;
	color:#000000;
	background-color:#f4f1ef;
}
#tmp_contents div.outline {
	padding:26px 31px 11px;
	background-color: #f4f1ef;
	color: #000000;
}
#tmp_contents .outline ul {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ol {
	margin-left:24px; /* Do not edit */
}
#tmp_contents .outline ul ul,
#tmp_contents .outline ul ol,
#tmp_contents .outline ol ul,
#tmp_contents .outline ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
/* box_btn
================================================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* Do not edit */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	padding:20px 50px 11px 18px;
	margin: 0 0 10px 0;
	color:inherit;
	border:1px solid #d1c9c0;
}
#tmp_contents ul.box_btn li p {
	margin: 0;
}
#tmp_contents ul.box_btn li a {
	display: block;
	padding:20px 50px 11px 18px;
	margin:-20px -50px -11px -18px;
	text-decoration: none;
	color: #000000;
	background: transparent url(/shared/templates/story_free/images/icon/box_btn_arrow.png) no-repeat 100% center;
}
#tmp_contents ul.box_btn li a:hover,
#tmp_contents ul.box_btn li a:focus,
#tmp_contents ul.box_btn li a:active {
	text-decoration: underline;
}
div.col2 ,
div.col3{
	margin: 0 0 30px;
}
div.col2 div.col2L,
div.col2 div.col2R {
	display:block;
	width: 50%;
	margin: 0;
}
div.col2 div.col2R {
	float:right;
}
div.col2 div.col2L {
	padding-right: 29px;
}
div.col2 div.col2R {
	padding-left: 29px;
}
div.col3 div.col3L, 
div.col3 div.col3M,
div.col3 div.col3R {
	display:block;
	width: 33.3333%;
}
div.col3 div.col3L, 
div.col3 div.col3M {
	margin: 0;
}
div.col3 div.col3L {
	padding-right: 17px;
}
div.col3 div.col3M {
	padding: 0 17px;
}
div.col3 div.col3R {
    padding-left: 17px;
}
/* box_info
================================================== */
#tmp_contents .box_info {
	margin:0 0 50px;
	border:1px solid #d3cbc3;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_info {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_ttl {
	padding:12px 24px 7px;
	font-size: 156.25%;
	color:inherit;
	background-color: transparent;
	font-weight:bold;
	border-bottom:1px solid #d3cbc3;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt {
	padding:26px 17px 25px;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_info ul ul,
#tmp_contents .box_info ul ol,
#tmp_contents .box_info ol ul,
#tmp_contents .box_info ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents .box_info .box_info_cnt li {
	margin: 0 0 12px;
}
#tmp_contents .box_info .box_info_cnt a:hover,
#tmp_contents .box_info .box_info_cnt a:focus,
#tmp_contents .box_info .box_info_cnt a:active {
	text-decoration: none;
}
/* box_link
================================================== */
#tmp_contents .box_link {
	margin:0 0 50px;
	border:1px solid #d3cbc3;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_link {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_ttl {
	padding:12px 24px 7px;
	font-size: 156.25%;
	color:inherit;
	background-color: transparent;
	font-weight:bold;
	border-bottom:1px solid #d3cbc3;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt {
	padding:26px 17px 25px;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_link ul ul,
#tmp_contents .box_link ul ol,
#tmp_contents .box_link ol ul,
#tmp_contents .box_link ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents .box_link .box_link_cnt li {
	margin: 0 0 12px;
}
#tmp_contents .box_link .box_link_cnt a:hover,
#tmp_contents .box_link .box_link_cnt a:focus,
#tmp_contents .box_link .box_link_cnt a:active {
	text-decoration: none;
}
/* box_menu
================================================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* Do not edit */
	border:1px solid #d7d0c9;
	clear:both; /* Do not edit */
}
#tmp_contents table.box_menu {
	width:100%; /* Do not edit */
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
}
#tmp_contents .box_menu .box_menu_ttl {
	padding: 20px 25px 0 18px;
	letter-spacing: -2px;
}
#tmp_contents .box_menu .box_menu_ttl p {
	margin: 0;
    padding: 0 0 20px;
	border-bottom: 1px dotted #d1c9c0;
}
#tmp_contents .box_menu .box_menu_ttl a {
	display: block;
	padding: 20px 25px 20px 18px;
	margin: -20px -25px -20px -18px;
	color: #000000;
	background: transparent url(/shared/templates/story_free/images/icon/box_btn_arrow.png) no-repeat 100% 29px;
	text-decoration: none;
}
#tmp_contents .box_menu .box_menu_ttl a:hover,
#tmp_contents .box_menu .box_menu_ttl a:focus,
#tmp_contents .box_menu .box_menu_ttl a:active {
	text-decoration: underline;
}
#tmp_contents .box_menu .box_menu_cnt {
	padding: 19px 15px 7px 18px;
}
#tmp_contents .box_menu .box_menu_cnt p {
	margin: 0 0 14px;
}
#tmp_contents table.box_menu td {
	padding:5px 10px 18px;
}
#tmp_contents .box_menu h2 {
	margin:0 0 0.8em;
	padding:0;
	color:inherit;
	font-size:100%;
	background:none;
	border:none;
}
#tmp_contents .box_menu ul {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
	padding-top: 5px;
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* Do not edit */
	margin-left:24px; /* Do not edit */
}
#tmp_contents .box_menu ul ul,
#tmp_contents .box_menu ul ol,
#tmp_contents .box_menu ol ul,
#tmp_contents .box_menu ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents .box_menu .box_menu_cnt a:hover,
#tmp_contents .box_menu .box_menu_cnt a:focus,
#tmp_contents .box_menu .box_menu_cnt a:active {
	text-decoration: none;
}
/* datatable 
   enquete_table
================================================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:0 0 0.8em; /* Do not edit */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* Do not edit */
	border-spacing:0; /* Do not edit */
	border:1px solid #AABBCC;
	word-break: break-all;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:15px 8px 16px 20px;
	color:inherit;
	background-color:#f4f1ef;
	border:1px solid #cfc9c0;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding: 16px 8px 16px 17px;
	border:1px solid #cfc9c0;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* Do not edit */
	font-weight:bold; /* Do not edit */
	text-align:left; /* Do not edit */
}
#tmp_contents table.datatable p {
	margin:0; /* Do not edit */
}
#tmp_contents table.datatable ul,
#tmp_contents table.datatable ol,
#tmp_contents table.enquete_table ul,
#tmp_contents table.enquete_table ol {
	margin:0.2em 0 0 24px; /* Do not edit */
}
#tmp_contents table.datatable ul ul,
#tmp_contents table.datatable ul ol,
#tmp_contents table.datatable ol ul,
#tmp_contents table.datatable ol ol,
#tmp_contents table.enquete_table ul ul,
#tmp_contents table.enquete_table ul ol,
#tmp_contents table.enquete_table ol ul,
#tmp_contents table.enquete_table ol ol {
	margin:0.3em 0 0 24px; /* Do not edit */
}
#tmp_contents table.enquete_table {
	width:100%; /* Do not edit */
}
#tmp_contents table.enquete_table th {
	width:20%; /* Do not edit */
}
#tmp_contents table.datatable td a:hover,
#tmp_contents table.datatable td a:focus,
#tmp_contents table.datatable td a:active {
	text-decoration: none;
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#9b1313; /* base.css > Styles > .text_red */
	font-weight:normal; /* Do not edit */
	background-color:transparent; /* Do not edit */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* Do not edit */
	text-align:center; /* Do not edit */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* Setting by CMS sheets */
#tmp_contents table.datatable table th.bg_pink {
	color:inherit;
	background-color:#f7ebeb; /* base.css > Styles > th.bg_pink */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#e9f1f7; /* base.css > Styles > th.bg_blue */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#fcfaed; /* base.css > Styles > th.bg_yellow */
}
/* Styles
================================================== */
/* text */
.txt_idx1 {
	color:#f71e1e; /* 文字色-朱色 */
}
.txt_idx2 {
	color:#a605ce; /* 文字色-紫 */
}
.txt_idx3 {
	color:#33cc00; /* 文字色-薄緑 */
}
.txt_idx4 {
	color:#ff7300; /* 文字色-オレンジ */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */

/* nest-datatable
================================================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* Do not edit */
	background-color:transparent; /* Do not edit */
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* Do not edit */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #AABBCC; /* = table.datatable */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* Do not edit */
	background-color:#DDEEFF; /* = table.datatable th */
	border:1px solid #AABBCC; /* = table.datatable th */
}
#tmp_contents table.datatable table.datatable td {
	border:1px solid #AABBCC; /* = table.datatable td */
}

/* ==================================================
contents
================================================== */
#tmp_contents .yamagata_festival_edition .festival_heading{
	background-image: url(/shared/templates/story_free/images/main/story_03.png);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
}
#tmp_contents .yamagata_festival_edition .festival_heading h1 {
    font-size: 268.7%;
    letter-spacing: 3px;
    line-height: 1.3;
    color: #231815;
	padding-top: 144px;
	margin: 0;
	background-repeat: no-repeat;
	background-position: top center;
    background-color: transparent;
}
#tmp_contents .yamagata_festival_edition .festival_heading h1:after {
content: none;
}
#tmp_contents .yamagata_festival_edition #tmp_festival_sub_heading {
	font-family:"游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	color: #000000;
    font-size: 125%;
	font-weight:bold;
	padding-bottom: 10px;
    margin-bottom: 37px;
    text-align: center;
    background-color: transparent;
}
#tmp_contents .yamagata_festival_edition .festival_details {
	font-size: 187.5%;
	font-weight:normal;
}
#tmp_contents .yamagata_festival_edition .festival_details p {
	text-align:center;
	margin: 0;
	line-height: 2;
}
.fsize_big2 #tmp_contents h3 {
	background: url(/shared/templates/story_free/images/main/h3_bg.png) no-repeat 0 11px, url(/shared/templates/story_free/images/main/h3_bg_btm.png) repeat-x 0 100%;
}
.fsize_big2 #tmp_contents h5 {
	background: transparent url(/shared/templates/story_free/images/main/h5_bg.png) no-repeat 0 15px;
}
.fsize_big #tmp_inquiry_cnt .inquiry_parts .btn {
	width: 325px;
	height: 40px;
	background: transparent url(/shared/images/icon/icon_arrow_btn.png) no-repeat 295px center;
}
.fsize_big #tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn {
	width: 305px;
}
.fsize_big2 #tmp_inquiry_cnt .inquiry_parts .btn {
	width: 365px;
	height: 60px;
	background: transparent url(/shared/images/icon/icon_arrow_btn.png) no-repeat 337px center;
}
.fsize_big2 #tmp_inquiry_cnt .inquiry_parts .btn .inquiry_btn {
	width: 325px;
}
/* ==================================================
Base
================================================== */
.custom_story #tmp_contents {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraginoMincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight:500;
}
#tmp_contents .channel_title h2 {
	position: relative;
	font-size: 268.7%;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
#tmp_contents .channel_title h2:before {
    content: '';
    position: absolute;
    display: block;
    width: 127px;
    height: 79px;
    top: -19px;
    background: transparent url(/shared/templates/story_free/images/main/osusume_ttl_pattern.png) no-repeat top left;
}
#tmp_contents .channel_title h2:after {
    content: '';
    position: absolute;
    display: block;
    width: 127px;
    height: 79px;
    top: -19px;
    background: transparent url(/shared/templates/story_free/images/main/osusume_ttl_pattern.png) no-repeat top left;
}
#tmp_contents .channel_title h2 span {
	position: relative;
	display: inline-block;
	text-indent: -9999px;
}
#tmp_contents .channel_title h2 span:after {
    content: '';
    position: absolute;
    display: block;
    width: 85px;
    height: 3px;
    left: -42px;
    right: 0;
    bottom: -19px;
    margin: 0 auto;
    background-color: #f1b664;

}
/* start YAMAGATA'S Story
================================================== */
.custom_story .column_cnt{
	overflow: hidden;
}
.custom_story #tmp_main:before{
	background: none;
}
#tmp_yamagata_story {
	padding-bottom:55px;
	clear: both;
}
/* story_heading */
#tmp_contents .story_heading {
	position: relative;
	text-indent: -9999em;
	background: transparent url(/shared/templates/story_free/images/main/bg_yamagata_story.png) no-repeat;
	margin:0 -100px 20px;
	height: 173px;
}
#tmp_contents .story_heading p,
#tmp_contents .story_heading p a {
	display:block;
	height:100%;
	height: 100%;
}
#tmp_contents .colorfull_title {
	position: relative;
}
#tmp_contents .colorfull_title:before,
#tmp_contents .colorfull_title:after{
	content: '';
	position: absolute;
	top: 9px;
	color: inherit;
}
#tmp_contents .story_heading:before{
	background: transparent url(/shared/templates/story_free/images/main/bg_yamagata_story.png) no-repeat;
	height: 175px;
}
#tmp_contents .colorfull_title p {
    background: #ffffff url(/shared/templates/story_free/images/main/yamagata_story_title.png) no-repeat center top;
    width: 375px;
    height: 107px;
	margin: 0 auto;
}
#tmp_contents .colorfull_title:before{
	left: -4px;
	background: transparent url(/shared/templates/story_free/images/main/yamagata_line_left.png) no-repeat left top;
	width: 396px;
    height: 59px;
}
#tmp_contents .colorfull_title:after{
	background: transparent url(/shared/templates/story_free/images/main/yamagata_line_right.png) no-repeat left top;
	width: 396px;
	height: 59px;
	right: 6px;
}
/* type_channel */
.type_channel #tmp_yamagata_story {
    padding-bottom: 55px;
}
.type_channel #tmp_contents .colorfull_title {
	margin-bottom:80px;
}
.type_channel #tmp_contents .colorfull_title:before,
.type_channel #tmp_contents .colorfull_title:after{
	width: 415px;
	height: 60px;
	top: 11px;
}
.type_channel #tmp_contents .colorfull_title:before{
	left: 0;
	background: transparent url(/shared/templates/story_free/images/main/color_full_line_left.png) no-repeat left top;
}
.type_channel #tmp_contents .colorfull_title:after{
	right: 0;
	background: transparent url(/shared/templates/story_free/images/main/color_full_line_right.png) no-repeat right top;
}
.type_channel #tmp_contents .colorfull_title p {
	width: 322px;
	height: 106px;
	overflow: hidden;	
	color: #000000;
	background: #ffffff url(/shared/templates/story_free/images/main/color_full_title.png) no-repeat center top;
}
/* youtube_title */
#tmp_contents .youtube_title{
	padding-bottom: 58px;
	margin-bottom: 37px;
	color: inherit;
	background: transparent url(/shared/templates/story_free/images/main/channel_title_line.png) no-repeat center bottom;
}
#tmp_contents .youtube_title h1{
	margin: 0 auto;
	width: 519px;
    background: none;
}
#tmp_contents .youtube_title h1:after{
    content: none;
}
#tmp_contents .colorfull_title p span{
	position: relative;
	z-index: -1;
	display: block;
	overflow: hidden;
}
#tmp_contents .traditional_culture{
	font-size: 125%;
	text-align: center;
	line-height: 2;
}
#tmp_contents .pc_block,
#tmp_contents .txt_pc_block{
	display: block;
}
/* end YAMAGATA'S Story
================================================== */

/* start おすすめ動画
================================================== */
#tmp_contents #tmp_osusume_video .channel_title h2 {
	background: transparent url(/shared/templates/story_free/images/main/osusume_ttl.png) no-repeat center 0;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
#tmp_contents .channel_title h2:before {
    left: 50%;
    margin-left: -300px;
}
#tmp_contents .channel_title h2:after {
    right: 50%;
    margin-right: -300px;
}
.osusume_video_inner {
	position: relative;
	padding: 98px 0 125px;
}
.osusume_video_inner:before {
	content: '';
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: -100px;
	right: -100px;
	background: transparent url(/shared/templates/story_free/images/main/osusume_bg.png) no-repeat top left;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
}
.osusume_video_block {
	position: relative;
	z-index: 1;
	margin: 60px 0 0;
}
.osusume_video {
	width: 620px;
	height: 348px;
	float: left;
}
.osusume_cnt {
	overflow: hidden;
    padding: 27px 35px 63px 36px;
    color: #222222;
    background-color: #ffffff;
}
.osusume_video_panel {
	width: 82px;
	display: table-cell;
	vertical-align: top;
    padding: 6px 0 0 4px;
    margin: 0 18px 0 0;
}
.osusume_lbl {
	margin: 0 0 4px;
}
.osusume_ttl {
	display: table-cell;
	vertical-align: top;
	font-size: 137.5%;
	line-height: 1.45;
	font-weight: bold;
}
.osusume_video_cnt {
	line-height: 2;
    font-size: 125%;
    padding: 15px 0 13px;
}
.osusume_video_url a {
	display: inline-block;
	background: #ffffff url(/shared/templates/story_free/images/icon/video_arrow_icon.png) no-repeat 100% center;
	color: #222222;
	text-decoration: none;
	box-shadow: 0 2px 8px rgba(200,200,200,1);
	-webkit-box-shadow: 0 2px 8px rgba(200,200,200,1);
	-moz-box-shadow: 0 2px 8px rgba(200,200,200,1);
	padding: 4px 43px 4px 13px;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	  
}
.osusume_video_url a:hover,
.osusume_video_url a:focus,
.osusume_video_url a:active {
	background: #222222 url(/shared/templates/story_free/images/icon/video_arrow_icon_hv.png) no-repeat 100% center;
	color: #ffffff;
}
.osusume_video_block:after,
.osusume_video_top:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}
/* end おすすめ動画
================================================== */

/* start 最新動画
================================================== */
#tmp_latest_videos {
	padding: 60px 0 66px;
}
#tmp_latest_videos .channel_title {
	padding: 20px 0;
	margin: 0 0 42px;
}
#tmp_latest_videos .channel_title h2 {
	background: transparent url(/shared/templates/story_free/images/main/latest_videos_ttl.png) no-repeat center 0;
	margin: 0;
	padding: 0;
	border: none;
	box-shadow: none;
}
#tmp_latest_videos .channel_title h2:before {
	margin-left: -281px;
}
#tmp_latest_videos .channel_title h2:after {
	margin-right: -281px;
}
#tmp_latest_videos .row_videos {
	margin: 0 -20px;
	padding-right: 4px;
}
#tmp_latest_videos .row_videos .col_videos {
	float: left;
	width: 33.3333333%;
	padding: 0 20px;
	margin: 0 0 37px;
	float: none;
    margin-right: -4px;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
}
#tmp_latest_videos .row_videos .col_videos:nth-child(3n) {
	clear: right;
}
#tmp_latest_videos .row_videos .col_videos:nth-child(3n+1) {
	clear: left;
}
#tmp_latest_videos .row_videos .col_videos.video_img {
}
#tmp_latest_videos .row_videos .col_videos .col_num {
	display:none;
	visibility:hidden;
}
#tmp_latest_videos .video_item .video_img{
	margin-bottom: 14px;
}
#tmp_latest_videos .video_item img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#tmp_latest_videos .video_item .video_cnt {
	display: table;
	width: 100%;
}
#tmp_latest_videos .video_item .video_label_icon,
#tmp_latest_videos .video_item .video_txt {
	display: table-cell;
	vertical-align: top;
}
#tmp_latest_videos .video_item .video_label_icon {
	width: 60px;
	padding: 3px 0 0;
}
#tmp_latest_videos .video_item .video_label_icon .video_label {
	margin: 0 0 6px;
	text-align: center;
}
#tmp_latest_videos .video_item .video_label_icon .video_icon {
	text-align: center;
}
#tmp_latest_videos .video_item .video_txt {
	padding-left: 10px;
}
#tmp_latest_videos .video_item .video_txt p {
	margin-bottom: 4px;
}
#tmp_latest_videos .video_item a {
	display: inline-block;
	color: #0049ba;
	background-color: transparent;
	font-size: 112.5%;
}
#tmp_latest_videos .video_item a:hover,
#tmp_latest_videos .video_item a:focus,
#tmp_latest_videos .video_item a:active {
	text-decoration: none;
}
#tmp_latest_videos .more_list_video {
	text-align: center;
	margin-top: 30px;
}
#tmp_latest_videos .more_list_video a {
	display: inline-block;
	min-width: 300px;
    background: #ffffff url(/shared/templates/story_free/images/icon/video_arrow_icon.png) no-repeat 96% center;
    color: #222222;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(200,200,200,1);
    -webkit-box-shadow: 0 2px 8px rgba(200,200,200,1);
    -moz-box-shadow: 0 2px 8px rgba(200,200,200,1);
    padding: 13px 50px 13px 68px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
}
#tmp_latest_videos .more_list_video a:hover,
#tmp_latest_videos .more_list_video a:focus,
#tmp_latest_videos .more_list_video a:active {
	background-color: #222222;
	background-image: url(/shared/templates/story_free/images/icon/video_arrow_icon_hv.png);
    color: #ffffff;
}
/* end 最新動画
================================================== */

/* start 「やまがたChannel」のチャンネル一覧
================================================== */
#tmp_channel_list {
	position: relative;
	padding: 93px 0 70px;
	margin: 0 0 102px;
}
#tmp_channel_list:before {
	content: '';
    position: absolute;
    width: auto;
    height: 100%;
    top: 0;
    left: -100px;
    right: -100px;
    background: transparent url(/shared/templates/story_free/images/main/bg_channel_list.jpg) no-repeat top left;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
#tmp_channel_list .channel_title {
	padding: 20px 0 39px;
	margin: 0 0 42px;
}
#tmp_channel_list .channel_title h2 {
	background: transparent url(/shared/templates/story_free/images/main/channel_list_ttl.png) no-repeat center 0;
	margin: 0;
	padding: 10px 0;
	border: none;
	box-shadow: none;
}
#tmp_channel_list .channel_title h2:before {
	top: -2px;
	margin-left: -311px;
}
#tmp_channel_list .channel_title h2:after {
	top: -2px;
	margin-right: -311px;
}
#tmp_channel_list .channel_title h2 span:after {
	bottom: -49px;
}
#tmp_channel_list .row_channel {
	margin: 0 -7px;
}
#tmp_channel_list .row_channel .col_channel {
	float: left;
	width: 25%;
	padding: 0 7px;
	margin: 0 0 14px;
}
#tmp_channel_list .row_channel .col_channel:nth-child(4n) {
	clear: right;
}
#tmp_channel_list .row_channel .col_channel:nth-child(4n+1) {
	clear: left;
}
#tmp_channel_list .channel_item {
	position: relative;
	padding: 17px 14px;
	background-color: #ffffff;
	color: #222222;
	border-right: 1px solid #c1d0d8;
	border-bottom: 1px solid #c1d0d8;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
#tmp_channel_list .channel_item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 28px;
	height: 28px;
	background: transparent url(/shared/templates/story_free/images/icon/icon_caret.png) top left no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_channel_list .channel_item a:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 19px;
	height: 15px;
	background: transparent url(/shared/templates/story_free/images/icon/icon_more.png) no-repeat;
	color: inherit;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_channel_list .channel_item.hover_item {
	background-color: #fff0dc;
}
#tmp_channel_list .channel_item .channel_top {
	display: table;
	width: 100%;
	margin: 0 0 14px;
}
#tmp_channel_list .channel_item .channel_icon,
#tmp_channel_list .channel_item .channel_label_ttl {
	display: table-cell;
	vertical-align: top;
}
#tmp_channel_list .channel_item img {
	max-width: 100%;
	height: auto;
}
#tmp_channel_list .channel_item .channel_icon  {
	width: 58px;
	text-align: center;
}
#tmp_channel_list .channel_item .channel_label_ttl {
	padding-left: 13px;
}
#tmp_channel_list .channel_item .channel_label_ttl {
	color: #222222;
	background-color: transparent;
	font-weight: bold;
	font-size: 125%;
}
#tmp_channel_list .channel_item .channel_label_ttl a {
	display: inline-block;
	text-decoration: none;
	color: inherit;
	background-color: transparent;
}
#tmp_channel_list .channel_item .channel_txt {
	padding-left: 5px;
}
/* end 「やまがたChannel」のチャンネル一覧
================================================== */
/* clearfix
================================================== */
#tmp_latest_videos .row_videos:after,
#tmp_channel_list .row_channel:after {
	content: '';
	display: table;
	clear: both;
}
/* start 山形もの
================================================== */
.yamagata_banner{
	background: url(/shared/templates/story_free/images/main/yamagata_story_bg.png) repeat left top;
	padding: 33px 0 3px 0;
	margin-bottom: 3px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraginoMincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	clear: both;
}
.yamagata_title {
	text-align: center;
    margin-bottom: 27px;
}
.yamagata_title h3{
	position: relative;
	font-size: 187%;
	font-weight: normal;
}
.yamagata_title h3 span{
    display: inline-block;
}
.fsize_big2 .yamagata_title h3:after, 
.fsize_big2 .yamagata_title h3:before{
    width: 420px;
}
.yamagata_title h3:after,
.yamagata_title h3:before{
	content:"";
	position: absolute;
	width: 465px;
	height: 1px;
	background-color: #385dad;
	top: 50%;
}
.yamagata_title h3:before{
	left: 0;
}
.yamagata_title h3:after{
	right: 0;
}
.yamagata_banner .yamagata_list ul {
	overflow: hidden;
	list-style: none;
	margin: 0 -14px;
}
.yamagata_banner .yamagata_list ul li{
	float: left;
	width: 25%;
	padding: 0 14px;
	margin-bottom: 28px;
}
.yamagata_banner .yamagata_list ul li a {
	display: block;
	position:relative;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.yamagata_banner .yamagata_list ul li img {
	vertical-align:top;
	max-width:100%;
	height:auto;
}
.yamagata_banner .yamagata_list ul li a::after {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border: 1px solid #cac3c0;
	z-index:1;
}
.yamagata_banner .yamagata_list ul li a:hover::after,
.yamagata_banner .yamagata_list ul li a:focus::after {
	border-color:#fff0dc;
}
.charm_of_yamagata{
	padding: 38px 0 21px 0;
	background-color: #f6f2f1;
	margin-bottom: 80px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "HiraginoMincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: normal;
}
.charm_of_yamagata .yamagata_title{
	margin-bottom: 15px;
}
.charm_of_yamagata ul {
	overflow: hidden;
	margin: 0 -17px;
	list-style: none;
}
.charm_of_yamagata ul li{
	width:33.3%;
	float: left;
	padding:  0 17px;
	margin-bottom: 34px;
}
.charm_of_yamagata ul li a{
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000000;
	padding: 22px 25px 17px 25px;
	font-size: 181.2%;
	border: 1px solid #e1ddda;
	background: #ffffff url(/shared/templates/story_free/images/icon/icon_border.png) no-repeat 9px center;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.charm_of_yamagata ul li a:hover,
.charm_of_yamagata ul li a:focus{
	background-color: #fff0dc;
}
#tmp_custom_update_wrap{
	display: none;
}
/* end 山形もの
================================================== */
.color_blue .channel_title h2 span,
.color_yellow .channel_title h2 span,
.color_red .channel_title h2 span {
	text-indent: 0;
}
/* ==================================================
no_javascript
================================================== */
.no_javascript .osusume_video{
	display: none;
}
/* YAMAGATA'S Story index
================================================== */
.type_idx.model_pc  #tmp_pankuzu{
	margin: 0 0 7px;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition{
	padding: 78px 0 0;
	background: transparent url(/shared/templates/story_free/images/main/yamagata_festival_edition_bg.png) repeat-x top center;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl {
	text-align:center;
	font-size:125%;
	padding:0 0 45px;
	margin-bottom: 33px;
	color: inherit;
	background-color:transparent;
	background-repeat:no-repeat;
	background-position:center bottom;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl h1,
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl p {
	height: 80px;
	margin: 0 auto;
	background-repeat:no-repeat;
	background-position:center bottom;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl h1{
    background-color: transparent;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl h1:after {
    content: none;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl h1,
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl h1 span {
	width: 330px;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl p,
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl p span {
	width: 320px;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .good_time_ttl span {
	overflow:hidden;
	text-indent:-9999px;
	white-space:nowrap;
	height: 80px;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .traditional_culture {
	font-weight: normal;
	padding-bottom:70px;
	font-size: 143.7%;
}
#tmp_contents #tmp_section_festival .yamagata_festival_edition .traditional_culture p {
	line-height: 2.6;
	margin-bottom:0;
}
#tmp_contents #tmp_section_festival .yamagata_festival_group .festival_info{
	width: 380px;
	float: left;
}
#tmp_contents #tmp_section_festival .yamagata_festival_group .festival_images{
	width: 800px;
	float: right;
}
#tmp_contents #tmp_section_festival .festival_images .image_big{
	margin-bottom: 11px;
}
.festival_images img{
	width: 100%;
	height: auto;
}
#tmp_contents #tmp_section_festival .festival_images .list_image_small ul{
	list-style: none;
	overflow: hidden;
	margin:  0 -4px 0 -5px;
}
#tmp_contents #tmp_section_festival .festival_images .list_image_small ul li{
	float: left;
	padding: 0 4px 0 5px;
	width: 33.3333333%;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list{
	padding: 150px 0 148px 0;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list:nth-child(odd){
	background: transparent url(/shared/templates/story_free/images/main/festival_list_bg.png) left top repeat;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list:nth-child(odd) .festival_info {
	float: right;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list:nth-child(odd) .festival_images {
	float: left;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list .story_number{
	width: 117px;
	height: 112px;
	margin: 2px auto 35px;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list .story_number p{
	position: relative;
	z-index: -1;
	width: 117px;
	height: 112px;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list .festival_heading {
	text-align: center;
	background-repeat:no-repeat;
	background-position:top center;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list .festival_heading h2 {
	background-color:transparent;
	border:none;
	font-size: 268.7%;
	letter-spacing: 3px;
	line-height: 1.3;
	color: #231815;
	padding: 150px 0 0;
	margin:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list .festival_sub_heading {
	font-size: 125%;
	font-weight:bold;
	padding-bottom: 50px;
	margin-bottom: 50px;
	text-align: center;
	background: transparent url(/shared/templates/story_free/images/main/line_festival_caption.png) no-repeat center bottom;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list .festival_sub_heading p {
	margin:0;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
#tmp_contents #tmp_section_festival .yamagata_festival_list .festival_details{
	font-size: 125%;
	font-weight: normal;
	line-height: 2;
	letter-spacing: -1px;
}
.festival_list_wrap{
	overflow: hidden;
	margin-bottom: 28px;
}
#tmp_contents #tmp_section_festival .special_story_link{
	text-align: center;
	font-size: 137.5%;
}
#tmp_contents #tmp_section_festival .special_story_link a{
	position: relative;
	display: inline-block;
	text-decoration: none;
	color: #000000;
	background-color: #ffffff;
	border: 2px solid #bcbcba;
	min-width: 482px;
	padding: 18px 10px 15px;
	-moz-transition:  0.2s ease-in-out;
	-webkit-transition:  0.2s ease-in-out;
	transition:  0.2s ease-in-out;
}
#tmp_contents #tmp_section_festival .special_story_link a:after{
	content: "";
	width: 36px;
	height: 9px;
	display: inline-block;
	background: transparent url(/shared/templates/story_free/images/icon/arrow_gray.png) no-repeat;
	position: relative;
	top: -3px;
	margin-left: 15px;
}
#tmp_contents #tmp_section_festival .special_story_link a:focus:after,
#tmp_contents #tmp_section_festival .special_story_link a:hover:after{
	background: transparent url(/shared/templates/story_free/images/icon/arrow_gray_hv.png) no-repeat;
	-moz-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
}
#tmp_contents #tmp_section_festival .special_story_link a:hover,
#tmp_contents #tmp_section_festival .special_story_link a:focus{
	color: #ffffff;
	background: #222222;
}

/* idx1:いいもの山形の産業編
================================================== */
/*　見出しh1タイトル　*/
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .good_time_ttl {
	background-image:url(/shared/templates/story_free/images/main/idx1/type_color1_channel_title_line.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .good_time_ttl h1 {
	background-image:url(/shared/templates/story_free/images/main/idx1/idx_type_color1_good_time_ttl.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .good_time_ttl p {
	background-image:url(/shared/templates/story_free/images/main/idx1/type_color1_good_time_ttl.png);
}
/*　ブロックのリストアイコン画像　*/
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(1) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story1 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_01.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(2) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story2 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_02.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(3) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story3 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_03.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(4) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story4 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_04.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(5) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story5 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_05.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(6) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story6 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_06.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(7) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story7 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_07.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(8) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story8 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_08.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(9) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story9 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_09.png);
}
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list:nth-child(10) .festival_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition .festival_heading.story10 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx1/type_color1_story_10.png);
}
/*　ブロックのサブタイトル色　*/
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_list .festival_sub_heading,
#tmp_contents #tmp_section_festival.type_color1 .yamagata_festival_edition #tmp_festival_sub_heading {
	color: #f71e1e;
}

/* idx2:いいあゆみ山形の歴史文化編
================================================== */
/*　見出しh1タイトル　*/
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .good_time_ttl{
	background-image:url(/shared/templates/story_free/images/main/idx2/type_color2_channel_title_line.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .good_time_ttl h1 {
	background-image:url(/shared/templates/story_free/images/main/idx2/idx_type_color2_good_time_ttl.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .good_time_ttl p {
	background-image:url(/shared/templates/story_free/images/main/idx2/type_color2_good_time_ttl.png);
}
/*　ブロックのリストアイコン画像　*/
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(1) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story1 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_01.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(2) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story2 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_02.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(3) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story3 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_03.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(4) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story4 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_04.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(5) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story5 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_05.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(6) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story6 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_06.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(7) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story7 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_07.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(8) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story8 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_08.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(9) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story9 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_09.png);
}
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list:nth-child(10) .festival_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition .festival_heading.story10 h1{
	background-image: url(/shared/templates/story_free/images/main/idx2/type_color2_story_10.png);
}
/*　ブロックのサブタイトル色　*/
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_list .festival_sub_heading,
#tmp_contents #tmp_section_festival.type_color2 .yamagata_festival_edition #tmp_festival_sub_heading {
	color: #a605ce;
}
/* idx3:いいながめ山形の自然編
================================================== */
/*　見出しh1タイトル　*/
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .good_time_ttl{
	background-image:url(/shared/templates/story_free/images/main/idx3/type_color3_channel_title_line.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .good_time_ttl h1 {
	background-image:url(/shared/templates/story_free/images/main/idx3/idx_type_color3_good_time_ttl.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .good_time_ttl p {
	background-image:url(/shared/templates/story_free/images/main/idx3/type_color3_good_time_ttl.png);
}
/*　ブロックのリストアイコン画像　*/
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(1) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story1 h1 {
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_01.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(2) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story2 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_02.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(3) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story3 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_03.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(4) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story4 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_04.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(5) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story5 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_05.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(6) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story6 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_06.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(7) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story7 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_07.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(8) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story8 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_08.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(9) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story9 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_09.png);
}
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list:nth-child(10) .festival_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition .festival_heading.story10 h1{
	background-image: url(/shared/templates/story_free/images/main/idx3/type_color3_story_10.png);
}
/*　ブロックのサブタイトル色　*/
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_list .festival_sub_heading,
#tmp_contents #tmp_section_festival.type_color3 .yamagata_festival_edition #tmp_festival_sub_heading {
	color: #33cc00;
}
/* idx4:いいじかん山形の祭り編
================================================== */
/*　見出しh1タイトル　*/
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .good_time_ttl{
	background-image:url(/shared/templates/story_free/images/main/idx4/type_color4_channel_title_line.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .good_time_ttl h1 {
	background-image:url(/shared/templates/story_free/images/main/idx4/idx_type_color4_good_time_ttl.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .good_time_ttl p {
	background-image:url(/shared/templates/story_free/images/main/idx4/type_color4_good_time_ttl.png);
}
/*　ブロックのリストアイコン画像　*/
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(1) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story1 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_01.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(2) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story2 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_02.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(3) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story3 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_03.png);
	background-repeat: no-repeat;
	background-position: top center;
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(4) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story4 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_04.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(5) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story5 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_05.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(6) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story6 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_06.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(7) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story7 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_07.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(8) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story8 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_08.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(9) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story9 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_09.png);
}
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list:nth-child(10) .festival_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition .festival_heading.story10 h1{
	background-image: url(/shared/templates/story_free/images/main/idx4/type_color4_story_10.png);
}
/*　ブロックのサブタイトル色　*/
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_list .festival_sub_heading,
#tmp_contents #tmp_section_festival.type_color4 .yamagata_festival_edition #tmp_festival_sub_heading {
	color: #ff7300;
}
/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents div.outline:after,
#tmp_contents div.box_info:after,
#tmp_contents div.box_info_ttl:after,
#tmp_contents div.box_info_cnt:after,
#tmp_contents div.box_link:after,
#tmp_contents div.box_link_ttl:after,
#tmp_contents div.box_link_cnt:after,
#tmp_contents div.box_menu:after,
#tmp_contents div.box_menu_ttl:after,
#tmp_contents div.box_menu_cnt:after,
#tmp_contents .box_photo:after,
#tmp_map:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_facilities_btn ul:after,
#tmp_event_cal_tab:after,
#tmp_event_cal_tab ul:after,
#tmp_event_cal_refine:after,
#tmp_event_cal_refine_ttl:after,
#tmp_event_cal_refine_cnt:after,
#tmp_event_cal_refine_cnt dl:after,
#tmp_event_cal_refine_cnt dd:after,
#tmp_event_cal_refine_cnt dd ul:after,
#tmp_event_main:after,
#tmp_contents .event_col3:after,
#tmp_lnavi_event_cal:after,
#tmp_lnavi_event_cal_ttl:after,
#tmp_lnavi_event_cal_cnt:after,
#tmp_lnavi_event_cal .cal_navi:after,
#tmp_yamagata_story:after,
.yamagata_banner .yamagata_list ul:after,
.charm_of_yamagata ul:after {
	content: ""; /* Do not edit */
	display: table; /* Do not edit */
	clear: both; /* Do not edit */
}

/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	min-width: auto !important;
	width:100% !important;
}
.container {
	width:100% !important;
}
#tmp_header {
	margin-bottom:10px !important;
	padding-bottom:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-bottom:1px solid #000000 !important;
}
#tmp_share,
#tmp_setting_wrap{
	display: none;
}
#tmp_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_hlogo{
	display: block;
}
.gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
.fnavi,
.plugin,
.business_person,
#tmp_means,
#tmp_hnavi_s,
#tmp_share,
#tmp_social_plugins,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback {
	display:none !important;
}
.wrap_col_nm,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
.copyright {
	text-align:left !important;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* Do not edit */
	height:1px; /* Do not edit */

}
}



