@charset "utf-8";

/* ==================================================
selector
================================================== */
#tmp_contents h1 {
	margin:0 0 1em; /* 変更しない */
	padding:0 10px 2px;
	font-weight:normal;
	font-size:200%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
	background:url(../images/contents/h1_bg.gif) no-repeat left bottom;
}
#tmp_contents h2 {
	margin:1.3em 0 0.8em; /* 変更しない */
	padding:16px 10px;
	font-weight:normal;
	font-size:150%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
	background:url(../images/contents/h2_bg.gif) repeat-x left top #E6E6E6;

}
#tmp_contents h3 {
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:5px 10px;
	font-weight:normal;
	font-size:120%; /* デザインによって相対指定で指定しなおす */
	color:#FFFFFF;
	background-color:#B7B7B7;
	clear:both; /* 変更しない */
}
#tmp_contents h3 a {
	color:#FFFFFF;
}
#tmp_contents h4{
	margin:1.5em 0 0.8em; /* 変更しない */
	padding:5px 10px;
	font-weight:normal;
	font-size:107.14%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
	border:1px solid #B7B7B7;	
}
#tmp_contents h5,
#tmp_contents h6 {
	margin:1.5em 0 0.8em; /* 変更しない */
	font-weight:normal;
	font-size:107.14%; /* デザインによって相対指定で指定しなおす */
	clear:both; /* 変更しない */
}
#tmp_contents p {
	margin:0 0 0.8em 0; /* 変更しない */
}
#tmp_contents ul {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:url(../../../img/pamphlet/list_icon.gif); /* 変更しない */
}
#tmp_contents ol {
	margin:0 0 1em 3.2em; /* 変更しない */
	list-style-image:none; /* 変更しない */
}
#tmp_contents ul li,
#tmp_contents ol li {
	margin:0 0 0.5em; /* 変更しない */
}
#tmp_contents ul ul,
#tmp_contents ul ol,
#tmp_contents ol ul,
#tmp_contents ol ol {
	margin:0.3em 0 0 1.5em; /* 変更しない */
}
#tmp_contents hr {
	height:1px; /* 変更しない */
	color:#CCCCCC; /* 変更しない */
	background-color:#CCCCCC; /* 変更しない */
	border:none; /* 変更しない */
	clear:both; /* 変更しない */
}
/* ==================================================
parts
================================================== */
/* outline
============================== */
#tmp_contents .outline {
	margin:0 0 0.8em; /* 変更しない */
	border:1px solid #4B4B4B;
	clear:both; /* 変更しない */	
}
#tmp_contents table.outline {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents table.outline td {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFFFFF;
}
#tmp_contents div.outline {
	padding:10px 10px 0;
	color:inherit;
	background-color:#FFE0E0;
}
* html #tmp_contents div.outline {
	width:100%; /* 変更しない */
}
#tmp_contents .outline ul {
	margin-left:24px; /* 変更しない */
}
#tmp_contents .outline ol {
	margin-left:24px; /* 変更しない */
}
#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; /* 変更しない */
}
/* box_info
============================== */
#tmp_contents .box_info {
	margin:0 0 0.8em; /* 変更しない */
	border-left:3px solid #F9A1AB;
	border-right:3px solid #F9A1AB;
	border-bottom:3px solid #F9A1AB;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_info {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_ttl {
	padding:0;
	color:inherit;
	font-weight:bold;
	background-color:#F9A1AB;
}
#tmp_contents .box_info .box_info_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_info .box_info_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_info ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
	list-style-image:url(../../../images/icon/link_icon.gif);
}
#tmp_contents .box_info ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#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; /* 変更しない */
}
/* box_link
============================== */
#tmp_contents .box_link {
	margin:0 0 0.8em; /* 変更しない */
	border-left:3px solid #8AD1D8;
	border-right:3px solid #8AD1D8;
	border-bottom:3px solid #8AD1D8;
	clear:both; /* 変更しない */
}
#tmp_contents table.box_link {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_ttl {
	padding:0;
	color:inherit;
	font-weight:bold;
	background-color:#8AD1D8;
}
#tmp_contents .box_link .box_link_ttl p {
	margin-bottom:0; /* 変更しない */
}
#tmp_contents .box_link .box_link_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_link ul {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
	list-style-image:url(../../../images/icon/link_icon.gif);
}
#tmp_contents .box_link ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#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; /* 変更しない */
}
/* box_event
============================== */
#tmp_contents .box_event {
	margin-bottom: 30px;
	border-left:3px solid #FFCE79;
	border-right:3px solid #FFCE79;
	border-bottom:3px solid #FFCE79;
	clear:both;
}
#tmp_contents table.box_event {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents .box_event .box_event_ttl {
	padding:0;
	color:inherit;
	font-weight:bold;
	background-color:#FFCE79;
}
#tmp_contents .box_event .box_event_ttl p {
	margin-bottom:0;
}
#tmp_contents .box_event .box_event_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_event ul {
	margin-bottom:0.8em;
	margin-left:24px;
	list-style-image:url(../../../images/icon/link_icon.gif);
}
/* box_spot
============================== */
#tmp_contents .box_spot {
	margin-bottom: 30px;
	border-left:3px solid #F9A1AB;
	border-right:3px solid #F9A1AB;
	border-bottom:3px solid #F9A1AB;
	clear:both;
}
#tmp_contents table.box_spot {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents .box_spot .box_spot_ttl {
	padding:0;
	color:inherit;
	font-weight:bold;
	background-color:#F9A1AB;
}
#tmp_contents .box_spot .box_spot_ttl p {
	margin-bottom:0;
}
#tmp_contents .box_spot .box_spot_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_spot .box_spot_cnt p {
	text-align:center;
}

/* box_menu
============================== */
#tmp_contents .box_menu {
	margin:0 0 0.8em; /* 変更しない */
	color:inherit;
	border:1px solid #4B4B4B;
	clear:both; /* 変更しない */
	color:inherit;
	background-color:#F0F0F0;
}
#tmp_contents .box_menu_ttl {
	font-size:107.14%;
	background:url(../images/contents/box_bg4.gif) no-repeat right bottom #F0F0F0;
}
#tmp_contents .box_menu_ttl,
#tmp_contents .box_menu_cnt {
	padding:10px 10px 0;
}
#tmp_contents table.box_menu {
	width:100%; /* 変更しない */
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
}
#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; /* 変更しない */
	margin-left:24px; /* 変更しない */
	list-style-image:url(../../../images/icon/link_icon.gif);
}
#tmp_contents .box_menu ol {
	margin-bottom:0.8em; /* 変更しない */
	margin-left:24px; /* 変更しない */
}
#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; /* 変更しない */
}
/* box_btn
============================== */
#tmp_contents ul.box_btn {
	margin:0 0 0.8em; /* 変更しない */
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents ul.box_btn li {
	margin:0 0 10px 0;
	padding:14px 30px 17px 10px;
	color:inherit;
	background:url(../images/contents/box_bg1.gif) no-repeat right bottom #F0F0F0;
	border:1px solid #4B4B4B;
}
#tmp_contents .col2 ul.box_btn li {
	background:url(../images/contents/box_bg2.gif) no-repeat right bottom #F0F0F0;
}
#tmp_contents .col3 ul.box_btn li {
	background:url(../images/contents/box_bg3.gif) no-repeat right bottom #F0F0F0;
}
/* col2
============================== */
div.col2 div.col2L,
div.col2 div.col2R {
	clear:none;
	width:48.5%;
	float:left;
}
div.col2 div.col2L {
	margin-right:2%;
}

/* col3
============================== */
table.col3 td.col3LM {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3LM {
	width:66.66%;
	border-right-width:15px;
}
#tmp_main table.col3 td.col3LM {
	border-right:15px solid #FFFFFF;
}
div.col3 div.col3LM {
	display:table;
	width:65%;
	margin-right:2%;
	float:left;
}

table.col3 td.col3MR {
	padding:0;
	vertical-align:top;
	text-align:left;
}
table.col3 td.col3MR {
	width:66.66%;
}
div.col3 div.col3MR {
	display:table;
	width:65%;
	float:left;
}

/* datatable 
   enquete_table
============================== */
#tmp_contents table.datatable,
#tmp_contents table.enquete_table {
	margin:1.2em 0; /* 変更しない */
	color:inherit;
	background-color:#FFFFFF;
	border-collapse:collapse; /* 変更しない */
	border-spacing:0; /* 変更しない */
	border:1px solid #4B4B4B;
}
#tmp_contents table.datatable th,
#tmp_contents table.enquete_table th {
	padding:10px;
	color:inherit;
	background-color:#FFEBC9;
	border:1px dotted #AFAFAF;
	font-weight:normal;
}
#tmp_contents table.datatable td,
#tmp_contents table.enquete_table td {
	padding:10px;
	border:1px dotted #AFAFAF;
}
#tmp_contents table.datatable td label,
#tmp_contents table.enquete_table td label {
	margin-right: 1em;
}
#tmp_contents table.datatable caption,
#tmp_contents table.enquete_table caption {
	padding:0 0 0.5em; /* 変更しない */
	font-weight:bold; /* 変更しない */
	text-align:left; /* 変更しない */
}
#tmp_contents table.datatable p {
	margin:0; /* 変更しない */
}
#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; /* 変更しない */
}
#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; /* 変更しない */
}
#tmp_contents table.enquete_table {
	width:100%; /* 変更しない */
}
#tmp_contents table.enquete_table th {
	width:30%; /* 変更しない */
	text-align:left;
}
#tmp_contents table.enquete_table .nes,
#tmp_contents table.enquete_table .memo {
	color:#990000; /* shared.cssのtxt_redと同じ値を設定 */
	font-weight:normal; /* 変更しない */
	background-color:transparent; /* 変更しない */
}
/* form_btn */
#tmp_contents .enquete_button {
	margin:15px 0; /* 変更しない */
	text-align:center; /* 変更しない */
}
/* bgcolor */
/* ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
/* 構築シートによって種類増減 */
#tmp_contents table.datatable table th.bg_red {
	color:inherit;
	background-color:#FCECEC; /* shared.cssのbg_redと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_yellow {
	color:inherit;
	background-color:#FBFBDF; /* shared.cssのbg_yellowと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_blue {
	color:inherit;
	background-color:#EBF9FC; /* shared.cssのbg_blueと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_gray {
	color:inherit;
	background-color:#E9E9E9; /* shared.cssのbg_grayと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_green {
	color:inherit;
	background-color:#EDFBEE; /* shared.cssのbg_greenと同じ値を設定 */
}
#tmp_contents table.datatable table th.bg_purple {
	color:inherit;
	background-color:#EDE9FA; /* shared.cssのbg_purpleと同じ値を設定 */
}
/* ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ */
/* nestdatatable
============================== */
#tmp_contents table.datatable table,
#tmp_contents table.enquete_table table {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table th,
#tmp_contents table.enquete_table table th {
	color:inherit; /* 変更しない */
	background-color:transparent; /* 変更しない */
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table td,
#tmp_contents table.enquete_table table td {
	border:none; /* 変更しない */
}
#tmp_contents table.datatable table.datatable {
	border:1px solid #AABBCC; /* table.datatableと同じ値を設定 */
}
#tmp_contents table.datatable table.datatable th {
	color:inherit; /* 変更しない */
	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と同じ値を設定 */
}
/* list_table
============================== */
#tmp_contents table.list_table {
	width:100%;
	line-height:1.2;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents table.list_table td {
	padding:0;
	vertical-align:top;
	text-align:left;
}
#tmp_contents table.list_table .date {
	width:70px;
	padding:0;
}
#tmp_contents table.list_table .date_year {
	width:110px;
	padding:0;
}
#tmp_contents table.list_table p {
	margin:0 0 0.8em;
	vertical-align:middle;
}
/* ==================================================
contents
================================================== */
#tmp_contents .list_img img {
    width: 120px;
}
#tmp_contents .site_sp {
	display:none;
}
/* spot,course,gourmet
============================== */
#tmp_contents #tmp_alinkbox{
	padding:0;
	margin:-15px 0 0;
}
#tmp_contents #tmp_alinkbox p {
	height:73px;
	overflow:hidden;
	margin-bottom:0;
}
#tmp_contents #tmp_alinkbox .list_img {
	padding:15px 20px 15px 0;
	border-bottom:1px dotted #000000;
	vertical-align:top;
	width:120px;
}
#tmp_contents #tmp_alinkbox .list_ttl {
	padding:15px 0;
	border-bottom:1px dotted #000000;
	vertical-align:top;
}
#tmp_contents #tmp_alinkbox .list_ttl a {
	font-size:128.6%;
	font-weight:bold;
	line-height:2em;
}

/* cource
============================== */
/* ===== h2 ===== */
#tmp_contents h2.cource {
	margin:0;
	padding:0;
	background:none;
	color:inherit;
}

/* ===== googlemaps ===== */
#tmp_cource_googlemaps {
  margin-bottom: 50px;
}
#tmp_cource_googlemaps iframe {
	width:100%;
	border: 0;
}

/* ===== data ===== */
#tmp_contents .cource_data {
	background:url(../images/contents/cource_data.gif) no-repeat left top;
	padding:45px 95px 10px 15px;
}
#tmp_contents #tmp_manabi_oyako1_data {
	background:url(../images/contents/cource_manabi_oyako1_data.jpg) no-repeat left top;
	padding:55px 95px 10px 15px;
}
#tmp_contents #tmp_manabi_oyako4_data {
	background:url(../images/contents/cource_manabi_oyako4_data.jpg) no-repeat left top;
	padding:55px 180px 10px 15px;
}
#tmp_contents #tmp_shizen_hoko1_data {
	background:url(../images/contents/cource_shizen_hoko1_data.jpg) no-repeat left top;
	padding:55px 180px 10px 15px;
}
#tmp_contents #tmp_rekishi_tatemono1_data {
	background:url(../images/contents/cource_rekishi_tatemono1_data.jpg) no-repeat left top;
	padding:55px 235px 10px 15px;
}
#tmp_contents #tmp_iyashi_hana1_data {
	background:url(../images/contents/cource_iyashi_hana1_data.jpg) no-repeat left top;
	padding:55px 95px 10px 15px;
}
#tmp_contents #tmp_iyashi_hana2_data {
	background:url(../images/contents/cource_iyashi_hana2_data.jpg) no-repeat left top;
	padding:45px 245px 10px 15px;
}

/* ===== osusume ===== */
#tmp_contents .cource_osusume {
	background:url(../images/contents/cource_osusume_bg.gif) repeat left top;
	padding:10px 40px;
}
#tmp_contents .cource_osusume_img {
	float:right;
	margin:0 0 20px 20px;
}
/* ===== 色背景・枠線 =====*/
/* purple */
#tmp_contents .course_wrap_box_purple{
	background:url(../images/contents/course_bg_purple.gif) repeat-y left bottom;
	background-size:100%;
	padding-bottom:30px;
}
#tmp_contents .course_box_purple{
	margin-left:9.89%;
	padding:0 16px 20px 24px;
	background-color:#f2e3f4;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
}
#tmp_contents .course_box_purple_point{
	margin:15px 0 20px;
	padding:0 15px 15px;
	border:2px solid #ffffff;
	border-radius:9px 9px;
	background-color:#e3c4e8;
}
#tmp_contents .course_box_purple_access{
	background-color:#e6cbeb;
}

/* yellow */
#tmp_contents .course_wrap_box_yellow{
	background:url(../images/contents/course_bg_yellow.gif) repeat-y left bottom;
	background-size:100%;
	padding-bottom:30px;
}
#tmp_contents .course_box_yellow{
	margin-left:9.89%;
	padding:0 16px 20px 24px;
	background-color:#fff9d5;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
}
#tmp_contents .course_box_yellow_point{
	margin:15px 0 20px;
	padding:0 15px 15px;
	border:2px solid #ffffff;
	border-radius:9px 9px;
	background-color:#efd39c;
}
#tmp_contents .course_box_yellow_access{
	background-color:#ffeab5;
}

/* red */
#tmp_contents .course_wrap_box_red{
	background:url(../images/contents/course_bg_red.gif) repeat-y left bottom;
	background-size:100%;
	padding-bottom:30px;
}
#tmp_contents .course_box_red{
	margin-left:9.89%;
	padding:0 16px 20px 24px;
	background-color:#ffe3e3;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
}
#tmp_contents .course_box_red_point{
	margin:15px 0 20px;
	padding:0 15px 15px;
	border:2px solid #ffffff;
	border-radius:9px 9px;
	background-color:#ffcaca;
}
#tmp_contents .course_box_red_access{
	background-color:#FFd0d0;
}

/* blue */
#tmp_contents .course_wrap_box_blue{
	background:url(../images/contents/course_bg_blue.gif) repeat-y left bottom;
	background-size:100%;
	padding-bottom:30px;
}
#tmp_contents .course_box_blue{
	margin-left:9.89%;
	padding:0 16px 20px 24px;
	background-color:#d8effa;
	border-bottom-left-radius: 9px 9px;
	border-bottom-right-radius: 9px 9px;
}
#tmp_contents .course_box_blue_point{
	margin:15px 0 20px;
	padding:0 15px 15px;
	border:2px solid #ffffff;
	border-radius:9px 9px;
	background-color:#b4e0f5;
}
#tmp_contents .course_box_blue_access{
	background-color:#b4e0f5;
}

/* 共通 */
#tmp_contents .course_box_purple_point h3,
#tmp_contents .course_box_yellow_point h3,
#tmp_contents .course_box_red_point h3,
#tmp_contents .course_box_blue_point h3{
	margin:-15px 0 0.8em;
	padding:0;
	background:none;
	text-align:center;
}
#tmp_contents .course_box_purple_access h3,
#tmp_contents .course_box_yellow_access h3,
#tmp_contents .course_box_red_access h3,
#tmp_contents .course_box_blue_access h3{
	margin:0;
	padding:0;
	background:none;
	text-align:center;
}
#tmp_contents .course_box_purple_access p,
#tmp_contents .course_box_yellow_access p,
#tmp_contents .course_box_red_access p,
#tmp_contents .course_box_blue_access p{
	margin-bottom:0;
	padding:0 17px 17px;
}

/* 寄り道 */
#tmp_contents .course_box_other{
	padding:0 35px 20px;
	background-color:#ddf0e8;
	border-bottom-left-radius: 10px 10px;
	border-bottom-right-radius: 10px 10px;
}
#tmp_contents .course_box_other h3{
	margin:0 0 0.8em;
	padding:0;
	background:none;
	text-align:center;
}

/* 小噺 */
#tmp_contents .course_box_memo{
	margin:0 0 20px;
	padding:17px;
	background-color:#ffffff;
	border-radius:9px 9px;
}
#tmp_contents .course_box_memo h3{
	margin:0;
	padding:0;
	background:none;
	text-align:center;
}
#tmp_contents .course_box_memo p{
	margin:0;
}

/* cource 2018
============================== */
#tmp_contents .course_main1 {
	border: 5px solid #AFD743;
	border-radius: 10px;
	padding: 10px;
	background-color: #D7EBA0;
	margin: 20px 0 40px;
}
#tmp_contents .course_main2 {
	border: 5px solid #F8AD9A;
	border-radius: 10px;
	padding: 10px;
	background-color: #FADAD1;
	margin: 20px 0 40px;
}
#tmp_contents .course_data {
	background-color: #ffffff;
	border-radius: 5px;
	padding: 8px 6px;
}
#tmp_contents .course_spot1 {
	position: relative;
	border: 2px solid #82B7FF;
	border-radius: 10px;
	padding: 15px 15px 10px;
	margin: 20px 0 30px;
}
#tmp_contents .course_spot1 .course_spot1_ttl {
	margin: -40px 0 10px;
	text-align: center;
}
#tmp_contents .course_spot1 .course_spot1_bluearrow {
	background:url(../images/contents/bluearrow_bg.gif) no-repeat left bottom;
	padding: 1px 0 1px 80px;
}
#tmp_contents .course_spot1 .course_spot1_redarrow {
	background:url(../images/contents/redarrow_bg.gif) no-repeat right bottom;
	padding: 1px 80px 1px 0;
}
#tmp_contents .course_spot1 .course_spot1_pickup {
	background-color: #DDF2FD;
	border-radius: 5px;
	border: 2px solid #82B7FF;
	padding: 10px 6px;
	margin-bottom: 5px;
}
#tmp_contents .course_spot1 .course_spot1_bluearrow .course_spot1_redarrow {
	padding: 10px 0 10px 0;
}
#tmp_contents .course_spot1 .course_spot1_bluearrow .course_spot1_redarrow .course_spot1_pickup2 {
	margin: 13px 0;
	padding: 10px 8px;
	background-color: #ffffff;
	border: 1px solid #E93131;
	border-radius: 5px;
}
#tmp_contents .course_spot1 .course_spot1_redarrow .course_spot1_bluearrow {
	padding: 10px 0 10px 0;
}
#tmp_contents .course_spot1 .course_spot1_redarrow .course_spot1_bluearrow .course_spot1_pickup2 {
	margin: 13px 0;
	padding: 10px 8px;
	background-color: #ffffff;
	border: 1px solid #003F97;
	border-radius: 5px;
}
#tmp_contents .course_spot1 .course_spot1_time .col2L,
#tmp_contents .course_spot1 .course_spot1_time .col2R {
	width: 48.5% !important;
	float: left !important;
	clear: none !important;
}
#tmp_contents .course_spot2 {
	margin: 15px 0 15px;
	padding: 12px;
	background-color: #FFEED0;
	border-radius: 10px;
}

/* event
============================== */
/* box_photo */
#tmp_contents .box_photo {
	clear:both;
}
#tmp_contents .wrap_box_photo_txt {
	width:100%;
	margin-right:-320px;
	float:left;
}
#tmp_contents .box_photo_txt {
	margin-right:320px;
}
#tmp_contents .box_photo_img {
	width:300px;
	float:right;
}
/* event_page_navi */
#tmp_contents .event_page_navi .next {
	text-align:right;
}
/* map
============================== */
/* free */
#tmp_contents .box_gmap {
	background:url(../images/contents/googlemaps_bg.gif) no-repeat left top;
	padding: 10px;
	margin-bottom: 30px;
	clear: both;
}
.column_cnt #tmp_contents .box_gmap {
	background:url(../images/contents/googlemaps_bg2.gif) no-repeat left top;
}
#tmp_contents #tmp_gmap_box {
	width: 100%;
	height:329px;
	clear: both;
}
.column_cnt #tmp_contents #tmp_gmap_box {
	height:380px;
}
/* shisetsu */
#tmp_contents #tmp_map_search {
	width:100%;
	margin-bottom:20px;
}
#tmp_contents #tmp_map_search p {
	display:inline;
	margin-right:10px;
}
#tmp_contents #tmp_map_search strong,
#tmp_contents tmp_map_search input {
	vertical-align:middle;
}
#tmp_contents #tmp_map_search #keyword {
	width:200px;
	margin:0 5px;
	border:1px solid #CCCCCC;
}
#tmp_contents #tmp_map {
	width:100%;
	margin-bottom:20px;
}
#tmp_contents #tmp_map_list {
	width:360px;
	margin-right:-360px;
	float:left;
	position:relative;
	z-index:1;
}
#tmp_contents #tmp_wrap_gmap_box {
	width:100%;
	float:right;
}
#tmp_contents #tmp_wrap_gmap_box2 {
	margin-left:370px;
	border:1px solid #CCCCCC;
}
#tmp_contents #tmp_map_list h2 {
	margin-top:0;
}
#tmp_contents #tmp_facilities_btn {
	width:100%;
	margin:0 0 0.8em 0;
}
#tmp_contents #tmp_facilities_btn ul {
	margin:0;
	padding:0;
	list-style:none;
}
#tmp_contents #tmp_facilities_btn li {
	margin-bottom:0;
	padding:0 2px 2px 0;
	float:left;
}
#tmp_contents #tmp_facilities_btn .even {
	padding-right:0;
}
#tmp_contents #tmp_facilities_btn img {
	vertical-align:bottom;
}
#tmp_contents #tmp_result_list {
	height:160px;
	padding:5px 10px;
	border:1px solid #E2E0DC;
	overflow:auto;
}
* html #tmp_contents #tmp_result_list {
	height:170px;
}
#tmp_contents #tmp_result_list ul {
	margin:0;
	padding:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents #tmp_result_list img {
	margin-right:5px;
	vertical-align:middle;
}
#tmp_contents #tmp_wrap_gmap_box #tmp_gmap_box {
	width:100%;
	height:480px;
	margin-top:0;
	margin-bottom:0;
	border:none;
}

/* yoyaku
============================== */
#tmp_contents #tmp_yoyaku_sitelist {
	list-style:none;
	list-style-image:none;
	margin:0 0 15px;
}
#tmp_contents #tmp_yoyaku_sitelist li {
	float:left;
	margin-right:8px;
}
#tmp_contents #tmp_yoyaku h2 {
	background:none;
	color:inherit;
	padding:0;
	margin:0 0 12px;
}
#tmp_contents #tmp_yoyaku h2 img {
	width:100%;
}
#tmp_contents #tmp_yoyaku_map {
	height:400px;
	background:url(../images/contents/yoyaku_map.gif) no-repeat center top;
}
#tmp_contents #tmp_yoyaku_map ul {
	list-style:none;
	list-style-image:none;
	margin-left:0;
	position:relative;
	width:100%;
	height:100%;
}
#tmp_contents #tmp_yoyaku_map li {
	position:absolute;
}
#tmp_contents #tmp_yoyaku_map_nara {
	left:53.5%;
	top:7.4%;
}
#tmp_contents #tmp_yoyaku_map_ikoma {
	left:23.5%;
	top:41%;
}
#tmp_contents #tmp_yoyaku_map_totsukawa {
	left:38.5%;
	top:78.5%;
}
#tmp_contents #tmp_yoyaku_map_kashihara {
	top:18%;
	left:8%;
}
#tmp_contents #tmp_yoyaku_select th,
#tmp_contents #tmp_yoyaku_select td {
	padding:0;
	text-align:left;
}
#tmp_contents #tmp_yoyaku_select #searchHotelArea {
	width:100%;
}
#tmp_contents .yoyaku_option ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_contents .yoyaku_option li {
	float:left;
	width:155px;
	margin-right:9px;
}
#tmp_contents #yoyaku_sch_btn{
	background:url(../images/contents/yoyaku_btn_bg.gif) repeat left top;
	padding:6px 0px;
	text-align:center;
}
#tmp_contents #yoyaku_point {
	font-size:93%;
	margin:1.2em 0 0.8em;
}

/* access,help
============================== */
#tmp_contents .access_cnt,
#tmp_contents .help_cnt {
	margin-bottom:1em;
}
#tmp_contents .access_cnt_wrap_left,
#tmp_contents .help_cnt_wrap_left {
	display:table;
	width:48.5%;
	margin-right:2%;
	float:left;
}
#tmp_contents .access_cnt_wrap_right,
#tmp_contents .help_cnt_wrap_right {
	display:table;
	width:48.5%;
	float:left;
}
#tmp_contents .access_cnt_left,
#tmp_contents .access_cnt_right {
	padding:9px;
	border:1px solid #E1E1E1;	
}
#tmp_contents .help_cnt_left,
#tmp_contents .help_cnt_right {
	padding:10px;
}
#tmp_contents .help_cnt_left p,
#tmp_contents .help_cnt_right p {
	margin-bottom:0;
}
#tmp_contents .access_cnt_left img,
#tmp_contents .access_cnt_right img,
#tmp_contents .help_cnt_left img,
#tmp_contents .help_cnt_right img {
	width:100%;
	height:auto;
}

/*introduction
============================== */
#tmp_contents #tmp_introduction h2 {
	background-color:#FFCE79;
	color:inherit;
}
#tmp_contents #tmp_introduction h3 {
	background-color:#7AC5A5;
	color:#FFFFFF;
}

/* history
============================== */
#tmp_contents #tmp_history h2,
#tmp_contents #tmp_history h3 {
	margin:0;
	padding:0;
	background:none;
}
#tmp_contents #tmp_history .col2 {
	margin-bottom:2.4em;
}
#tmp_contents #tmp_history .linkicon {
	padding-left:22px;
	background:url(../../../images/icon/link_icon2.gif) no-repeat left 0.3em;
}
#tmp_contents #tmp_jinmutenno {
	padding:0 10px;
	background:url(../images/contents/kashiharajingu_cnt_bg.gif) repeat-y left top;
}
#tmp_contents #tmp_kashiharajingu_spot {
	padding:20px;
	color:inherit;
	background:url(../images/contents/kashiharajingu_spot_bg.gif) repeat left top;
}
#tmp_contents #tmp_fujiwarakyo_spot {
	padding:20px;
	color:inherit;
	background:url(../images/contents/fujiwarakyo_spot_bg.gif) repeat left top;
}
#tmp_contents #tmp_imaicho_spot {
	padding:20px;
	color:inherit;
	background:url(../images/contents/imaicho_spot_bg.gif) repeat left top;
}
#tmp_contents #tmp_kashiharajingu_spot p {
	padding-bottom:1.2em;
	margin-bottom:1.2em;
	background:url(../images/contents/kashiharajingu_spot_line.gif) no-repeat left bottom;
}
#tmp_contents #tmp_fujiwarakyo_spot p {
	padding-bottom:1.2em;
	margin-bottom:1.2em;
	background:url(../images/contents/fujiwarakyo_spot_line.gif) no-repeat left bottom;
}
#tmp_contents #tmp_imaicho_spot p {
	padding-bottom:1.2em;
	margin-bottom:1.2em;
	background:url(../images/contents/imaicho_spot_line.gif) no-repeat left bottom;
}

/* kyokainokanata
============================== */
#tmp_contents #tmp_kyokainokanata_news h3 {
	margin:0;
	padding:0;
	background:none;
}
#tmp_contents #tmp_kyokainokanata_news_cnt {
	border-left:1px solid #AAAAAA;
	border-right:1px solid #AAAAAA;
	padding:5px 20px 0;
}
#tmp_contents #tmp_kyokainokanata_news_cnt ul {
	list-style:none;
	list-style-image:none;
	margin:0;
}
#tmp_contents #tmp_kyokainokanata_news_cnt p,
#tmp_contents #tmp_kyokainokanata_news_cnt li {
	border-bottom:1px dotted #AAAAAA;
	padding:10px;
	margin-bottom:0;
}
#tmp_kyokainokanata_googlemaps iframe {
	width:100%;
	border: 0;
}

/* jinmusai
============================== */
#tmp_cate_ttl #tmp_jinmusai_facebook {
	width:260px;
	margin:-131px 0px 54px 433px;
}
#tmp_cate_ttl #tmp_jinmusai_facebook img {
	width:260px;
}

/* ==================================================
fixed_contents
================================================== */
#tmp_contents .fixed_title {
	margin:0;
	padding:0;
	background:none;
}

/* image
============================== */
#tmp_contents #tmp_fixed_image {
	width:100%;
}
#tmp_contents .fixed_image_main {
	max-width:458px;
	float:left;
	margin:0 5px 11px 0;
	text-align:center;
}
#tmp_contents .fixed_image_sub {
	max-width:220px;
	float:left;
	margin:0 5px 11px 0;
	text-align:center;
}
* html #tmp_contents .fixed_image_main,
*:first-child+html #tmp_contents .fixed_image_main {
	width:458px;
}
* html #tmp_contents .fixed_image_sub,
*:first-child+html #tmp_contents .fixed_image_sub {
	width:220px;
}

/*youtube
============================== */
#tmp_contents .frame_youtube iframe {
	width:100%;
	margin:30px 0;
}

/*info_contact
============================== */
#tmp_contents table#tmp_fixed_info1,
#tmp_contents table#tmp_fixed_info2 {
	width:100%;
	margin:0 0 2em;
}
#tmp_contents table#tmp_fixed_info1 th,
#tmp_contents table#tmp_fixed_info2 th {
	width:30%;
}
#tmp_contents table#tmp_fixed_info1 td,
#tmp_contents table#tmp_fixed_info2 td {
	width:70%;
}
#tmp_contents table#tmp_fixed_info1 td.linkicon {
	background:url(../../../images/icon/link_icon.gif) no-repeat 10px 1.4em;
	padding-left:40px;
}

/* box_fixed_event
============================== */
#tmp_contents .box_fixed_event {
	margin-bottom: 30px;
	border-left:3px solid #FFCE79;
	border-right:3px solid #FFCE79;
	border-bottom:3px solid #FFCE79;
	clear:both;
}
#tmp_contents table.box_fixed_event {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents .box_fixed_event .box_fixed_event_ttl {
	padding:0;
	color:inherit;
	font-weight:bold;
	background-color:#FFCE79;
}
#tmp_contents .box_fixed_event .box_fixed_event_ttl p {
	margin-bottom:0;
}
#tmp_contents .box_fixed_event .box_fixed_event_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_fixed_event ul {
	margin-bottom:0.8em;
	margin-left:24px;
	list-style-image:url(../../../images/icon/link_icon.gif);
}

/* box_fixed_spot
============================== */
#tmp_contents .box_fixed_spot {
	margin-bottom: 30px;
	border-left:3px solid #F9A1AB;
	border-right:3px solid #F9A1AB;
	border-bottom:3px solid #F9A1AB;
	clear:both;
}
#tmp_contents table.box_fixed_spot {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents .box_fixed_spot .box_fixed_spot_ttl {
	padding:0;
	color:inherit;
	font-weight:bold;
	background-color:#F9A1AB;
}
#tmp_contents .box_fixed_spot .box_fixed_spot_ttl p {
	margin-bottom:0;
}
#tmp_contents .box_fixed_spot .box_fixed_spot_cnt {
	padding:10px 5px 5px 15px;
}
#tmp_contents .box_fixed_spot ul {
	margin:0;
	list-style:none;
	list-style-image:none;
}
#tmp_contents .box_fixed_spot ul li {
	width:210px;
	margin:0 10px 1em 0;
	display:inline-block;
}
#tmp_contents .box_fixed_spot ul li p {
	margin-bottom:0.5em;
}
#tmp_contents .box_fixed_spot ul li p img {
	max-height:140px;
	overflow:hidden;
}
#tmp_contents .box_fixed_spot ul li p.text {
	text-align: center;
}

/* box_fixed_link
============================== */
#tmp_contents .box_fixed_link {
	margin-bottom: 30px;
	border-left:3px solid #8AD1D8;
	border-right:3px solid #8AD1D8;
	border-bottom:3px solid #8AD1D8;
	clear:both;
}
#tmp_contents table.box_fixed_link {
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
#tmp_contents .box_fixed_link .box_fixed_link_ttl {
	padding:0;
	color:inherit;
	font-weight:bold;
	background-color:#8AD1D8;
}
#tmp_contents .box_fixed_link .box_fixed_link_ttl p {
	margin-bottom:0
}
#tmp_contents .box_fixed_link .box_fixed_link_cnt {
	padding:10px 10px 0;
}
#tmp_contents .box_fixed_link ul {
	margin-bottom:0.8em;
	margin-left:24px;
	list-style-image:url(../../../images/icon/link_icon.gif);
}


/* ==================================================
clearfix
================================================== */
/* for modern browser */
#tmp_contents #tmp_fixed_image:after,
#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 .access_cnt:after,
#tmp_contents .help_cnt:after,
#tmp_contents #tmp_facilities_btn:after,
#tmp_contents #tmp_yoyaku_sitelist:after,
#tmp_contents #tmp_yoyaku_map ul:after,
#tmp_contents .yoyaku_option ul:after,
#tmp_contents .cource_osusume:after,
#tmp_contents #tmp_kashiharajingu_spot p:after,
#tmp_contents #tmp_fujiwarakyo_spot p:after,
#tmp_contents #tmp_imaicho_spot p:after,
#tmp_contents .float_clear:after {
	content:"."; /* 変更しない */
	display:block; /* 変更しない */
	height:0; /* 変更しない */
	font-size:0.1%; /* 変更しない */
	line-height:0.1; /* 変更しない */
	clear:both; /* 変更しない */
	visibility:hidden; /* 変更しない */
}
/* for IE7.0 */
*:first-child+html #tmp_contents #tmp_fixed_image,
*:first-child+html #tmp_contents div.outline,
*:first-child+html #tmp_contents div.box_info,
*:first-child+html #tmp_contents div.box_info_ttl,
*:first-child+html #tmp_contents div.box_info_cnt,
*:first-child+html #tmp_contents div.box_link,
*:first-child+html #tmp_contents div.box_link_ttl,
*:first-child+html #tmp_contents div.box_link_cnt,
*:first-child+html #tmp_contents div.box_menu,
*:first-child+html #tmp_contents div.box_menu_ttl,
*:first-child+html #tmp_contents div.box_menu_cnt,
*:first-child+html #tmp_contents .box_photo,
*:first-child+html #tmp_map,
*:first-child+html #tmp_contents .access_cnt,
*:first-child+html #tmp_contents .help_cnt,
*:first-child+html #tmp_contents #tmp_facilities_btn,
*:first-child+html #tmp_contents #tmp_yoyaku_sitelist,
*:first-child+html #tmp_contents #tmp_yoyaku_map ul,
*:first-child+html #tmp_contents .yoyaku_option ul,
*:first-child+html #tmp_contents .cource_osusume,
*:first-child+html #tmp_contents #tmp_kashiharajingu_spot p,
*:first-child+html #tmp_contents #tmp_fujiwarakyo_spot p,
*:first-child+html #tmp_contents #tmp_imaicho_spot p,
*:first-child+html #tmp_contents .float_clear {
	min-height:1%; /* 変更しない */
}
/* for IE6.0 */
* html #tmp_contents #tmp_fixed_image,
* html #tmp_contents div.outline,
* html #tmp_contents div.box_info,
* html #tmp_contents div.box_info_ttl,
* html #tmp_contents div.box_info_cnt,
* html #tmp_contents div.box_link,
* html #tmp_contents div.box_link_ttl,
* html #tmp_contents div.box_link_cnt,
* html #tmp_contents div.box_menu,
* html #tmp_contents div.box_menu_ttl,
* html #tmp_contents div.box_menu_cnt,
* html #tmp_contents .box_photo,
* html #tmp_map,
* html #tmp_contents .access_cnt,
* html #tmp_contents .help_cnt,
* html #tmp_contents #tmp_facilities_btn,
* html #tmp_contents #tmp_yoyaku_sitelist,
* html #tmp_contents #tmp_yoyaku_map ul,
* html #tmp_contents .yoyaku_option ul,
* html #tmp_contents .cource_osusume,
* html #tmp_contents #tmp_kashiharajingu_spot p,
* html #tmp_contents #tmp_fujiwarakyo_spot p,
* html #tmp_contents #tmp_imaicho_spot p,
* html #tmp_contents .float_clear {
	display:inline-block; /* 変更しない */
}
/* ==================================================
print
================================================== */
@media print {
body {
	background:#FFFFFF !important;
}
#tmp_wrapper {
	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_footer {
	margin-top:10px !important;
	padding-top:10px !important;
	color:#000000 !important;
	background:#FFFFFF !important;
	border-top:1px solid #000000 !important;
}
#tmp_means,
#tmp_gnavi,
.wrap_col_lft_navi,
.wrap_col_rgt_navi,
.pnavi,
#tmp_fnavi,
.plugin,
#tmp_inquiry_cnt .inquiry_btn,
#tmp_feedback {
	display:none !important;
}
.wrap_col_nm,
.column_full .wrap_col_main,
.column_lnavi .wrap_col_main,
.column_rnavi .wrap_col_main {
	float:none !important;
}
body,
#tmp_pankuzu,
#tmp_wrap_main {
	background:none !important;
}
.wrap_col_nm,
.wrap_col_nm2,
.col_main {
	margin:0 !important;
	padding:0 !important;
}
#tmp_wrap_main {
	padding:0 10px !important;
}
#tmp_contents .box_gmap {
	margin:0;
	padding:170px 0 0 0;
	position:relative;
	top:-170px;
	page-break-before:always;
}
#tmp_copyright {
	text-align:left !important;
}
/* for IE7.0 */
*:first-child+html #tmp_contents h1,
*:first-child+html #tmp_contents h2,
*:first-child+html #tmp_contents h3,
*:first-child+html #tmp_contents h4,
*:first-child+html #tmp_contents h5,
*:first-child+html #tmp_contents h6,
*:first-child+html #tmp_contents .box_btn li {
	min-height:1%;
}
*:first-child+html .used_bg_img span {
	visibility:hidden;
}
/* for IE6.0 */
* html #tmp_contents h1,
* html #tmp_contents h2,
* html #tmp_contents h3,
* html #tmp_contents h4,
* html #tmp_contents h5,
* html #tmp_contents h6,
* html #tmp_contents .box_btn li {
	display:inline-block;
}
* html .used_bg_img span {
	visibility:hidden;
}
/* for Firefox */
#tmp_main:after,
.col_nm:after {
	content:"."; /* 変更しない */
	height:1px; /* 変更しない */

}
}