@charset "UTF-8";
/*==========================================================
	radius style
==========================================================*/
	.tp_radius_s .tp_block,
	.tp_radius_s .tp_loader,
	.tp_radius_s .tp_radius,
	.tp_radius_s .tp_navi_menu,
	.tp_radius_s .tp_inquiry a{-webkit-border-radius:3px;	border-radius: 3px;}

	.tp_radius_m .tp_block,
	.tp_radius_m .tp_loader,
	.tp_radius_m .tp_radius,
	.tp_radius_m .tp_navi_menu,
	.tp_radius_m .tp_inquiry a{-webkit-border-radius:5px;	border-radius: 5px;}

	.tp_radius_l .tp_block,
	.tp_radius_l .tp_loader,
	.tp_radius_l .tp_radius,
	.tp_radius_l .tp_navi_menu,
	.tp_radius_l .tp_inquiry a{-webkit-border-radius:10px;	border-radius:10px;}

/*==========================================================
	block class
==========================================================*/
	.tp_block_01{background:#ffffff;}
	.tp_block_02{
		text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
		background:url(./../img/tp_block_02.png) rgb(225,225,225) repeat-x 0% 0%;
		background:url(./../img/tp_block_02.png) rgba(255,255,255,0.7) repeat-x 0% 0%;
		-webkit-box-shadow:inset 0 -1px 1px rgba(255, 255, 255, 0.5);
		box-shadow:inset 0 -1px 1px rgba(255, 255, 255, 0.5);
	}
	.tp_block_03{
		color:#ffffff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		background:rgb(40,70,110);
		background:rgba(0,38,85,0.8);
	}
	.tp_block_04{
		color:#ffffff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
		background:rgb(50,50,50);
		background:rgba(0,0,0,0.8);
	}

	/* for user style */
	.tp_positive{color:#000000;background:#ffffff;}
	.tp_negative{color:#ffffff;background:#000000;}

/*==========================================================
	body background class
==========================================================*/
	.tp_bg_01{background:url(./../img/tp_bg_01.png) 50% 50%;}
	.tp_bg_02{background:url(./../img/tp_bg_02.png) 0% 0%;}
	.tp_bg_03{background:url(./../img/tp_bg_03.png) 50% 50% #f0f2f2;}

	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_bg_01{
			background:url(./../img/tp_bg_01_x2.png) 50% 50%;
			background-size:100px 100px;
		}
		.tp_bg_02{
			background:url(./../img/tp_bg_02_x2.png) 0% 0%;
			background-size:100px 100px;
		}
		.tp_bg_03{
			background:url(./../img/tp_bg_03_x2.png) 50% 50% #f0f2f2;
			background-size:100px 100px;
		}
	}

/*==========================================================
	loader class
==========================================================*/
	.tp_loader{opacity:0.9;}
	.tp_loader_01{background:url(./../img/tp_loader_a.gif) #ffffff no-repeat 50% 48%;}
	.tp_loader_02{background:url(./../img/tp_loader_b.gif) #ffffff no-repeat 50% 48%;}

/*==========================================================
	header class
==========================================================*/
	/* .tp_header_01 */
	.tp_header_01{
		border-bottom:1px solid #282828;
		background:#333333;
	}
	.tp_header_01 .tp_header_head{color:#dddddd;}

	/* .tp_header_02 */
	.tp_header_02{border-top:4px solid #282828;}
	.tp_header_02 .tp_header_head{color:#333333;}

	/* .tp_header_02 */
	.tp_header_03 .tp_header_head{color:#333333;}

/*==========================================================
	footer class
==========================================================*/
	/* .tp_footer_01 */
	.tp_footer_01{background:#333333;}
	.tp_footer_01 .tp_footer_utility{
		-webkit-border-radius:3px 3px 0px 0px;
		border-radius:3px 3px 0px 0px;
		background:#333333;
	}
	.tp_footer_01 .tp_preview span,
	.tp_footer_01 .tp_pagetop span{color:#dddddd;}

	.tp_footer_01 .tp_preview{background:url(./../img/tp_footer_01_utility.png) no-repeat 100% 66% #333333;}
	.tp_footer_01 .tp_preview span{background:url(./../img/tp_footer_01_preview.png) no-repeat 10px 60%;}
	.tp_footer_01 .tp_pagetop span{background:url(./../img/tp_footer_01_pagetop.png) no-repeat 9px 60%;}

	.tp_footer_01 .tp_footer_link a{
		color:#dddddd;
		background:url(./../img/tp_footer_01_link.png) no-repeat 5px 50%;
	}
	.tp_footer_01 .tp_fotter_copyright{color:#999999;}

	@media only screen and (max-width:599px){
		.tp_footer_01 .tp_footer_link a{
			border-bottom:1px solid #666666;
			background-position:96% 50%;
		}
	}
	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_footer_01 .tp_preview span{
			background-image:url(./../img/tp_footer_01_preview_x2.png);
			background-size:5px 7px;
		}
		.tp_footer_01 .tp_pagetop span{
			background-image:url(./../img/tp_footer_01_pagetop_x2.png);
			background-size:7px 5px;
		}
		.tp_footer_01 .tp_footer_link a{
			background-image:url(./../img/tp_footer_01_link_x2.png);
			background-size:5px 7px;
		}
	}

	/* .tp_footer_02 */
	.tp_footer_02{
		background:rgb(133,133,133);
		background:rgba(51,51,51,0.6);
	}
	.ie .tp_footer_02{background:#666666;}
	.tp_footer_02 .tp_preview,
	.tp_footer_02 .tp_pagetop{
		color:#dddddd;
		-webkit-border-radius:0px 0px 3px 3px;
		border-radius:0px 0px 3px 3px;
		background:#333333;
	}
	.tp_footer_02 .tp_preview span{background:url(./../img/tp_footer_02_preview.png) no-repeat 10px 50%;}
	.tp_footer_02 .tp_pagetop span{background:url(./../img/tp_footer_02_pagetop.png) no-repeat 9px 50%;}

	.tp_footer_02 .tp_footer_link a{
		color:#dddddd;
		background:url(./../img/tp_footer_02_link.png) no-repeat right 50%;
	}
	.tp_footer_02 .tp_fotter_copyright{color:#dddddd;}
	.tp_footer_02 li.last a{background:none;}

	@media only screen and (max-width:599px){
		.tp_footer_02 .tp_footer_in .tp_footer_link a{
			border-bottom:1px solid #999999;
			background:none;
		}
	}
	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_footer_02 .tp_preview span{
			background-image:url(./../img/tp_footer_02_preview_x2.png);
			background-size:5px 7px;
		}
		.tp_footer_02 .tp_pagetop span{
			background-image:url(./../img/tp_footer_02_pagetop_x2.png);
			background-size:7px 5px;
		}
	}

	/* .tp_footer_03 */
	.tp_footer_03 .tp_footer_utility{border-bottom:1px solid #999999;}

	.tp_footer_03 .tp_preview,
	.tp_footer_03 .tp_pagetop{color:#333333;}

	.tp_footer_03 .tp_preview{background:url(./../img/tp_footer_03_preview.png) no-repeat 10px 50%;}
	.tp_footer_03 .tp_pagetop{background:url(./../img/tp_footer_03_pagetop.png) no-repeat 9px 50%;}

	.tp_footer_03 .tp_footer_link a{color:#333333;background:url(./../img/tp_footer_03_link.png) no-repeat 5px 50%;}
	.tp_footer_03 .tp_fotter_copyright{color:#666666;}

	@media only screen and (max-width:599px){
		.tp_footer_03 .tp_footer_link a{
			border-bottom:1px solid #aaaaaa;
			background-position:96% 50%;
		}
	}
	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_footer_03 .tp_preview{
			background-image:url(./../img/tp_footer_03_preview_x2.png);
			background-size:11px 11px;
		}
		.tp_footer_03 .tp_pagetop{
			background-image:url(./../img/tp_footer_03_pagetop_x2.png);
			background-size:11px 11px;
		}
		.tp_footer_03 .tp_footer_link a{
			background-image:url(./../img/tp_footer_03_link_x2.png);
			background-size:5px 7px;
		}
	}

/*==========================================================
	breadcrumb class
==========================================================*/
	.tp_breadcrumb li{background:url(./../img/tp_breadcrumb_a.png) no-repeat 6px 45%;}
	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_breadcrumb li{
			background:url(./../img/tp_breadcrumb_a_x2.png) no-repeat 6px 45%;
			background-size:5px 7px;
		}
	}
	.tp_breadcrumb li:first-child{background:none;}

/*==========================================================
	navi
==========================================================*/
	/* sp - tab menu */
	.tp_navi_menubtn{background:url(./../img/tp_navi_01_menubtn.png) no-repeat ;}
	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_navi_menubtn{
			background:url(./../img/tp_navi_01_menubtn_x2.png) no-repeat ;
			background-size:62px 24px;
		}
	}
	.tp_navi_menu_in{
		border-radius:5px;
		background:#ffffff;
	}

	#tp_navi_bg{
		background:#000000;
		opacity:0.9;
	}
	/* .tp_navi_01 */
	.tp_navi_01 .tp_navi_link a{
		color:#000000;
		border-bottom:1px dotted #999999;
		background:url(./../img/tp_navi_01_arrow_a.png) no-repeat 98% 50%;
	}
	.tp_navi_01.tp_block_03 .tp_navi_link a,
	.tp_navi_01.tp_block_04 .tp_navi_link a,
	.tp_navi_01.tp_negative .tp_navi_link a{
		color:#ffffff;
		background:url(./../img/tp_navi_01_arrow_b.png) no-repeat 98% 50%;
	}
	.tp_navi_01 .tp_navi_link a:hover,
	.tp_navi_01 .tp_navi_current a{
		color:#3399ff;
		background-image:url(./../img/tp_navi_01_arrow_a_ov.png);
	}
	.tp_navi_01.tp_block_03 .tp_navi_link a:hover,
	.tp_navi_01.tp_block_04 .tp_navi_link a:hover,
	.tp_navi_01.tp_negative .tp_navi_link a:hover,
	.tp_navi_01.tp_block_03 .tp_navi_current a,
	.tp_navi_01.tp_block_04 .tp_navi_current a,
	.tp_navi_01.tp_negative .tp_navi_current a{
		color:#3399ff;
		background-image:url(./../img/tp_navi_01_arrow_b_ov.png);
	}

	.tp_navi_01 .tp_navi_current_in a{
		color:#000000;
		border:none;
		border-bottom:1px dotted #cccccc;
		background:url(./../img/tp_navi_01_arrow_sub_a.png) no-repeat 98% 50%;
	}
	.tp_navi_01 .tp_navi_current_in a:hover,
	.tp_navi_01 .tp_navi_current_in .tp_navi_current a{
		color:#3399ff;
		background-image:url(./../img/tp_navi_01_arrow_sub_a_ov.png);
	}

	.tp_navi_01.tp_block_03 .tp_navi_current_in a,
	.tp_navi_01.tp_block_04 .tp_navi_current_in a,
	.tp_navi_01.tp_negative .tp_navi_current_in a{
		color:#ffffff;
		border:none;
		border-bottom:1px dotted #cccccc;
		background:url(./../img/tp_navi_01_arrow_sub_a.png) no-repeat 98% 50%;
	}
	.tp_navi_01.tp_block_03 .tp_navi_current_in a:hover,
	.tp_navi_01.tp_block_04 .tp_navi_current_in a:hover,
	.tp_navi_01.tp_negative .tp_navi_current_in a:hover,
	.tp_navi_01.tp_block_03 .tp_navi_current_in .tp_navi_current a,
	.tp_navi_01.tp_block_04 .tp_navi_current_in .tp_navi_current a,
	.tp_navi_01.tp_negative .tp_navi_current_in .tp_navi_current a{
		color:#3399ff;
		background-image:url(./../img/tp_navi_01_arrow_sub_a_ov.png);
	}


	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_navi_01 .tp_navi_link a{
			background:url(./../img/tp_navi_01_arrow_a_x2.png) no-repeat 98% 50%;
			background-size:7px 10px;
		}
		.tp_navi_01.tp_block_03 .tp_navi_link a,
		.tp_navi_01.tp_block_04 .tp_navi_link a,
		.tp_navi_01.tp_negative .tp_navi_link a{
			background:url(./../img/tp_navi_01_arrow_b_x2.png) no-repeat 98% 50%;
			background-size:7px 10px;
		}
		.tp_navi_01 .tp_navi_current a{
			background-image:url(./../img/tp_navi_01_arrow_a_ov_x2.png);
			background-size:7px 10px;
		}
		.tp_navi_01 .tp_navi_current_in a{
			background:url(./../img/tp_navi_01_arrow_sub_x2.png) no-repeat 98% 50%;
			background-size:6px 8px;
		}
		.tp_navi_01 .tp_navi_current_in a:hover,
		.tp_navi_01 .tp_navi_current_in .tp_navi_current a{
			background-image:url(./../img/tp_navi_01_arrow_sub_ov_x2.png);
			background-size:6px 8px;
		}
	}

	/* navi_03 */
	.tp_navi_03 .tp_horizon_navi_wrap{background:#144c84;}
	.tp_navi_03 .tp_navi_line{background:url(./../img/tp_navi_03_line.png) repeat-x;}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_in{border-left:1px solid #003366;}

	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a{
		background:url(./../img/tp_navi_03_bg.png) repeat-x 0% 50%;
		border-right:1px solid #122b65;
		border-left:1px solid #5e7dcc;
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_current a,
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a:hover{
		background:url(./../img/tp_navi_03_bg_ov.png) repeat-x 0% 50%;
		border-right:1px solid #666666;
		border-left:1px solid #ffffff;
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a .tp_navi_maintxt{
		color:#ffffff;
		text-shadow:0px -1px 1px rgba(0,0,0,0.7),
					0px 1px 0px rgba(255,255,255,0.3);
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_current a .tp_navi_maintxt,
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a:hover .tp_navi_maintxt{
		color:#333333;
		text-shadow:0px -1px 1px rgba(255,255,255,0.7),
					0px 1px 0px rgba(0,0,0,0.3);
	}

	/* .tp_navi_03_sub */
	.tp_navi_03_sub .tp_navi_link a{
		color:#000000;
		border-bottom:1px dotted #666666;
		background:url(./../img/tp_navi_03_arrow_a.png) no-repeat 98% 50%;
	}
	.tp_navi_03_sub.tp_block_03 .tp_navi_link a,
	.tp_navi_03_sub.tp_block_04 .tp_navi_link a,
	.tp_navi_03_sub.tp_negative .tp_navi_link a{
		color:#ffffff;
		border-bottom:1px dotted #999999;
		background:url(./../img/tp_navi_03_arrow_b.png) no-repeat 98% 50%;
	}
	.tp_navi_03_sub .tp_navi_current_in a{
		border:none;
		border-bottom:1px dotted #cccccc;
		background:url(./../img/tp_navi_03_arrow_sub.png) no-repeat 98% 50%;
	}
	.tp_navi_03_sub.tp_block_03 .tp_navi_current_in a,
	.tp_navi_03_sub.tp_block_04 .tp_navi_current_in a,
	.tp_navi_03_sub.tp_negative .tp_navi_current_in a{
		border-bottom:1px dotted #666666;
		background:url(./../img/tp_navi_03_arrow_sub.png) no-repeat 98% 50%;
	}

	.tp_navi_03_sub .tp_navi_current_in a:hover,
	.tp_navi_03_sub .tp_navi_current_in .tp_navi_current a{
		color:#3399ff;
		background:url(./../img/tp_navi_03_arrow_sub_ov.png) no-repeat 98% 50%;
	}

	.tp_navi_03.tp_navi_menu .tp_navi_link a{
		color:#000000;
		border-bottom:1px dotted #999999;
		background:url(./../img/tp_navi_03_arrow_a.png) no-repeat 98% 50%;
	}
	.tp_navi_03.tp_navi_menu .tp_navi_link a:hover,
	.tp_navi_03.tp_navi_menu .tp_navi_current a{
		color:#3399ff;
		background-image:url(./../img/tp_navi_03_arrow_a_ov.png);
	}
	.tp_navi_03.tp_navi_menu .tp_navi_current_in a{
		color:#000000;
		border:none;
		border-bottom:1px dotted #cccccc;
		background:url(./../img/tp_navi_03_arrow_sub.png) no-repeat 98% 50%;
	}
	.tp_navi_03.tp_navi_menu .tp_navi_current_in a:hover,
	.tp_navi_03.tp_navi_menu .tp_navi_current_in .tp_navi_current a{
		color:#3399ff;
		background-image:url(./../img/tp_navi_03_arrow_sub_ov.png);
	}

	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_navi_03_sub .tp_navi_link a{
			background:url(./../img/tp_navi_03_arrow_a_x2.png) no-repeat 98% 50%;
			background-size:7px 10px;
		}
		.tp_navi_03_sub .tp_navi_current_in a{
			background:url(./../img/tp_navi_03_arrow_sub_x2.png) no-repeat 98% 50%;
			background-size:6px 8px;
		}
		.tp_navi_03_sub .tp_navi_current_in a:hover,
		.tp_navi_03_sub .tp_navi_current_in .tp_navi_current a{
			background:url(./../img/tp_navi_03_arrow_sub_ov_x2.png) no-repeat 98% 50%;
			background-size:6px 8px;
		}
		.tp_navi_03.tp_navi_menu .tp_navi_link a{
			background:url(./../img/tp_navi_03_arrow_a_x2.png) no-repeat 98% 50%;
			background-size:7px 10px;
		}
		.tp_navi_03.tp_navi_menu .tp_navi_link a:hover,
		.tp_navi_03.tp_navi_menu .tp_navi_current a{
			background-image:url(./../img/tp_navi_03_arrow_a_ov_x2.png);
			background-size:7px 10px;
		}
		.tp_navi_03.tp_navi_menu .tp_navi_current_in a{
			background:url(./../img/tp_navi_03_arrow_sub_x2.png) no-repeat 98% 50%;
			background-size:6px 8px;
		}
		.tp_navi_03.tp_navi_menu .tp_navi_current_in a:hover,
		.tp_navi_03.tp_navi_menu .tp_navi_current_in .tp_navi_current a{
			background-image:url(./../img/tp_navi_03_arrow_sub_ov_x2.png);
			background-size:6px 8px;
		}
	}

/*==========================================================
	tp_navi option
==========================================================*/
	/* ----------------------------------------------------
		search
	-----------------------------------------------------*/
	.tp_navi_search_button{background:url(./../img/tp_navi_search_button_a.png) no-repeat 50% 50%;}

	/* ----------------------------------------------------
		inquiry
	-----------------------------------------------------*/
	.tp_inquiry a{
		color:#ffffff;
		text-shadow:
			0px -1px 1px rgba(0,0,0,0.7),
			0px 1px 0px rgba(255,255,255,0.3);
		border:1px solid #990000;
		background:#df3926;
		background:url(./../img/tp_button_color_01.png) repeat-x 0% 50% #ce0504;
		-webkit-box-shadow:
			0px 1px 3px rgba(0,0,0,0.5),
			inset 0px 0px 2px rgba(255,255,255,1);
		box-shadow:
			0px 1px 3px rgba(0,0,0,0.5),
			inset 0px 0px 2px rgba(255,255,255,1);
	}
	.tp_inquiry a:hover{
		background:#cf0805;
		background:url(./../img/tp_button_color_01.png) repeat-x left 70% #1b1b52;
	}

	/* ----------------------------------------------------
		fontsize changer
	-----------------------------------------------------*/
	.tp_fontsize_btn .tp_fontsize_s{background:url(./../img/tp_fontsize_s_a.png) no-repeat ;}
	.tp_fontsize_btn .tp_fontsize_m{background:url(./../img/tp_fontsize_m_a.png) no-repeat ;}
	.tp_fontsize_btn .tp_fontsize_l{background:url(./../img/tp_fontsize_l_a.png) no-repeat ;}
	.tp_block_03 .tp_fontsize_btn .tp_fontsize_s,
	.tp_block_04 .tp_fontsize_btn .tp_fontsize_s,
	.tp_negative .tp_fontsize_btn .tp_fontsize_s{background:url(./../img/tp_fontsize_s_b.png) no-repeat ;}
	.tp_block_03 .tp_fontsize_btn .tp_fontsize_m,
	.tp_block_04 .tp_fontsize_btn .tp_fontsize_m,
	.tp_negative .tp_fontsize_btn .tp_fontsize_m{background:url(./../img/tp_fontsize_m_b.png) no-repeat ;}
	.tp_block_03 .tp_fontsize_btn .tp_fontsize_l,
	.tp_block_04 .tp_fontsize_btn .tp_fontsize_l,
	.tp_negative .tp_fontsize_btn .tp_fontsize_l{background:url(./../img/tp_fontsize_l_b.png) no-repeat ;}

	.tp_fontsize_btn .tp_fontsize_s.tp_fontsize_current{background:url(./../img/tp_fontsize_s_a_ov.png) no-repeat ;}
	.tp_fontsize_btn .tp_fontsize_m.tp_fontsize_current{background:url(./../img/tp_fontsize_m_a_ov.png) no-repeat ;}
	.tp_fontsize_btn .tp_fontsize_l.tp_fontsize_current{background:url(./../img/tp_fontsize_l_a_ov.png) no-repeat ;}
	.tp_block_03 .tp_fontsize_btn .tp_fontsize_s.tp_fontsize_current,
	.tp_block_04 .tp_fontsize_btn .tp_fontsize_s.tp_fontsize_current,
	.tp_negative .tp_fontsize_btn .tp_fontsize_s.tp_fontsize_current{background:url(./../img/tp_fontsize_s_b_ov.png) no-repeat ;}
	.tp_block_03 .tp_fontsize_btn .tp_fontsize_m.tp_fontsize_current,
	.tp_block_04 .tp_fontsize_btn .tp_fontsize_m.tp_fontsize_current,
	.tp_negative .tp_fontsize_btn .tp_fontsize_m.tp_fontsize_current{background:url(./../img/tp_fontsize_m_b_ov.png) no-repeat ;}
	.tp_block_03 .tp_fontsize_btn .tp_fontsize_l.tp_fontsize_current,
	.tp_block_04 .tp_fontsize_btn .tp_fontsize_l.tp_fontsize_current,
	.tp_negative .tp_fontsize_btn .tp_fontsize_l.tp_fontsize_current{background:url(./../img/tp_fontsize_l_b_ov.png) no-repeat ;}
	
/*==========================================================
	01.title
==========================================================*/
	/* 00 normal */
	.tp_title_lead{color:#888888;}

	/* 01 color */
	.tp_title_01{color:#144c84;}
	.tp_block_03 .tp_title_01,
	.tp_block_04 .tp_title_01,
	.tp_negative .tp_title_01{color:#3b8fc2;}
	.tp_title_01 .tp_title_lead{color:#888888;}

	/* 02 bg1 */
	.tp_title_02{background:url(./../img/tp_title_02_a.png) repeat-y 0% 0%;}
	.tp_block_03 .tp_title_02,
	.tp_block_04 .tp_title_02,
	.tp_negative .tp_title_02{background:url(./../img/tp_title_02_b.png) repeat-y 0% 0%;}
	.tp_title_02 .tp_title_lead{color:#144c84;}
	.tp_block_03 .tp_title_02 .tp_title_lead,
	.tp_block_04 .tp_title_02 .tp_title_lead,
	.tp_negative .tp_title_02 .tp_title_lead{color:#999999;}

	/* 03 bg2 */
	.tp_title_03{
		color:#ffffff;
		background:#003366;
	}
	.tp_block_03 .tp_title_03,
	.tp_block_04 .tp_title_03,
	.tp_negative .tp_title_03{
		background:#006699;
	}
	.tp_title_03 .tp_title_lead{color:#cfe7ff;}

/*==========================================================
	03.text & 14.free style
==========================================================*/
	/* list */
	.tp_text ul li{background:url(./../img/tp_text_list_01_a.png) no-repeat 0.6em 0.5em;}
	.tp_block_03 .tp_text ul li,
	.tp_block_04 .tp_text ul li,
	.tp_negative .tp_text ul li{background:url(./../img/tp_text_list_01_b.png) no-repeat 0.6em 0.5em;}

	/* decoration */
	.tp_text_01{background:#eeeeee;}
	.tp_block_03 .tp_text_01,
	.tp_block_04 .tp_text_01,
	.tp_negative .tp_text_01{background:#888888;}
	.tp_text_02{border:1px solid #cccccc;}
	.tp_text_03{background:url(./../img/tp_text_03_a.png) repeat left 25px;}
	.tp_block_03 .tp_text_03,
	.tp_block_04 .tp_text_03,
	.tp_negative .tp_text_03{background:url(./../img/tp_text_03_b.png) repeat left 25px;}

	.tp_text_03 ul li{background-position:0.6em 8px;}

	.tp_text table th{
		color:#333333;
		background:#dddddd;
		text-shadow:none;
	}
	.tp_text table th, .tp_text table td{border:1px #cccccc solid;}
	.tp_text table th:last-child, .tp_text table td:last-child{border-right:1px #cccccc solid;}
	.tp_text table tfoot tr td{border-bottom:1px #cccccc solid;}
	.tp_text table tbody tr:last-child td{border-bottom:1px #cccccc solid;}

/*==========================================================
	05.slide style
==========================================================*/
	/* ----------------------------------------------------
	.tp_slide_01
	-----------------------------------------------------*/
	.tp_slide_01 .tp_slide_pager li{
		background:url(./../img/tp_slide_01_pager.png) no-repeat 50% 50%;
	}
	.tp_slide_01 .tp_slide_pager .tp_slide_current{
		background:url(./../img/tp_slide_01_pager_cur.png) no-repeat 50% 50%;
	}
	.tp_slide_01 .tp_slide_pager span{
		display:none;
	}
	.tp_slide_01 .tp_slide_prevbtn{
		background:url(./../img/tp_slide_prevbtn_01.png) no-repeat 0% 50%;
	}
	.tp_slide_01 .tp_slide_nextbtn{
		background:url(./../img/tp_slide_nextbtn_01.png) no-repeat 100% 50%;
	}

	@media only screen and (max-width:599px){
		.tp_slide_01 .tp_slide_pager li{
			background:url(./../img/tp_slide_01_pager_x2.png) no-repeat 50% 50%;
			background-size:8px 8px;
		}
		.tp_slide_01 .tp_slide_pager .tp_slide_current{
			background:url(./../img/tp_slide_01_pager_cur_x2.png) no-repeat 50% 50%;
			background-size:8px 8px;
		}
	}
	/* ----------------------------------------------------
	.tp_slide_02
	-----------------------------------------------------*/
	.tp_slide_02 .tp_slide_pager li{
		background:url(./../img/tp_slide_01_pager.png) no-repeat 50% 50%;
	}
	.tp_slide_02 .tp_slide_pager .tp_slide_current{
		background:url(./../img/tp_slide_01_pager_cur.png) no-repeat 50% 50%;
	}
	.tp_slide_02 .tp_slide_pager span{
		display:none;
	}
	.tp_slide_02 .tp_slide_prevbtn{
		background:url(./../img/tp_slide_prevbtn_01.png) no-repeat 0% 50%;
	}
	.tp_slide_02 .tp_slide_nextbtn{
		background:url(./../img/tp_slide_nextbtn_01.png) no-repeat 100% 50%;
	}

	@media only screen and (max-width:599px){
		.tp_slide_02 .tp_slide_pager li{
			background:url(./../img/tp_slide_01_pager_x2.png) no-repeat 50% 50%;
			background-size:8px 8px;
		}
		.tp_slide_02 .tp_slide_pager .tp_slide_current{
			background:url(./../img/tp_slide_01_pager_cur_x2.png) no-repeat 50% 50%;
			background-size:8px 8px;
		}
	}

/*==========================================================
	06.news style
==========================================================*/
	.tp_news_rss_btn{
		background:url(./../img/tp_news_rss.png) no-repeat 0% 0%;
	}
	.tp_news_list_btn{
		background:url(./../img/tp_news_list.png) no-repeat 0% 0%;
	}

	.tp_news .tp_news_in{
		border-top:1px solid #cccccc;
	}
	.tp_news .tp_news_in:first-child{
		padding-top:0px;
		border:none;
	}

	.tp_news_new_label{
		color:#ffffff;
		text-shadow: none;
		background:#0099cc;
	}

	.tp_news tp_news_date_day{color:#333333;}
	.tp_news .tp_news_date_time{color:#999999;}
	.tp_news .tp_news_title{color:#333333;}
	.tp_block_03 .tp_news .tp_news_title,
	.tp_block_04 .tp_news .tp_news_title,
	.tp_negative .tp_news .tp_news_title{color:#ffffff;}
	.tp_news .tp_news_text{color:#888888;}
	.tp_block_03 .tp_news .tp_news_text,
	.tp_block_04 .tp_news .tp_news_text,
	.tp_negative .tp_news .tp_news_text{color:#cccccc;}
	.tp_news a .tp_news_text{color:#3399ff;}

	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_news_rss_btn{
			background:url(./../img/tp_news_rss_x2.png) no-repeat 0% 0%;
			background-size:50px 18px;
		}
		.tp_news_list_btn{
			background:url(./../img/tp_news_list_x2.png) no-repeat 0% 0%;
			background-size:50px 18px;
		}
	}

/*==========================================================
	08.button class / 15.file class
==========================================================*/
	/* .tp_button_color_01 */
	.tp_button_01.tp_button_color_01 a,
	.tp_button_01.tp_button_color_01 input,
	.tp_button_02.tp_button_color_01 a,
	.tp_button_02.tp_button_color_01 input{
		color:#ffffff;
		text-shadow:
			0px -1px 1px rgba(0,0,0,0.7),
			0px 1px 0px rgba(255,255,255,0.3);
		border:1px solid #990000;
		background:url(./../img/tp_button_color_01.png) #ce0504 repeat-x 0% 50%;
		-webkit-box-shadow:
			0px 1px 3px rgba(0,0,0,0.3),
			inset 0px 0px 2px rgba(255,255,255,0.7);
		box-shadow:
			0px 1px 3px rgba(0,0,0,0.3),
			inset 0px 0px 2px rgba(255,255,255,0.7);
	}
	.tp_button_01.tp_button_color_01 a:hover,
	.tp_button_01.tp_button_color_01 input:hover,
	.tp_button_02.tp_button_color_01 a:hover,
	.tp_button_02.tp_button_color_01 input:hover{
		background-position:0% 70%;
		box-shadow:none;
	}
	.tp_button_01.tp_button_color_01 a:hover,
	.tp_button_01.tp_button_color_01 input:hover,
	.tp_button_02.tp_button_color_01 a:hover,
	.tp_button_02.tp_button_color_01 input:hover{
		background-position:0% 70%;
		box-shadow:none;
	}
	.tp_button_01.tp_button_color_01 a.tp_button_disabled,
	.tp_button_01.tp_button_color_01 input.tp_button_disabled,
	.tp_button_02.tp_button_color_01 a.tp_button_disabled,
	.tp_button_02.tp_button_color_01 input.tp_button_disabled{
		text-shadow:none;
		cursor:default;
		color:#dddddd;
		border:1px solid #993333;
		background:#cc6666;
		box-shadow:none;
	}

	/* .tp_button_color_02 */
	.tp_button_01.tp_button_color_02 a,
	.tp_button_01.tp_button_color_02 input,
	.tp_button_02.tp_button_color_02 a,
	.tp_button_02.tp_button_color_02 input{
		color:#ffffff;
		text-shadow:
			0px -1px 1px rgba(0,0,0,0.7),
			0px 1px 0px rgba(255,255,255,0.3);
		border:1px solid #050568;
		background:url(./../img/tp_button_color_02.png) #1b1b52 repeat-x 0% 50%;
		-webkit-box-shadow:
			0px 1px 3px rgba(0,0,0,0.3),
			inset 0px 0px 2px rgba(255,255,255,0.6);
		box-shadow:
			0px 1px 3px rgba(0,0,0,0.3),
			inset 0px 0px 2px rgba(255,255,255,0.6);
	}
	.tp_button_01.tp_button_color_02 a:hover,
	.tp_button_01.tp_button_color_02 input:hover,
	.tp_button_02.tp_button_color_02 a:hover,
	.tp_button_02.tp_button_color_02 input:hover{
		background-position:0% 70%;
		box-shadow:none;
	}
	.tp_button_01.tp_button_color_02 a.tp_button_disabled,
	.tp_button_01.tp_button_color_02 input.tp_button_disabled,
	.tp_button_02.tp_button_color_02 a.tp_button_disabled,
	.tp_button_02.tp_button_color_02 input.tp_button_disabled{
		text-shadow:none;
		cursor:default;
		color:#dddddd;
		border:1px solid #999999;
		background:#96aac4;
		box-shadow:none;
	}

	/* .tp_button_color_03 */
	.tp_button_01.tp_button_color_03 a,
	.tp_button_01.tp_button_color_03 input,
	.tp_button_02.tp_button_color_03 a,
	.tp_button_02.tp_button_color_03 input{
		color:#333333;
		border:1px solid #cccccc;
		background:url(./../img/tp_button_color_03.png) #d0d0d0 repeat-x 0% 50%;
		-webkit-box-shadow:
			0px 1px 3px rgba(0,0,0,0.1),
			inset 0px 0px 2px rgba(255,255,255,1);
		box-shadow:
			0px 1px 3px rgba(0,0,0,0.1),
			inset 0px 0px 2px rgba(255,255,255,1);
	}
	.tp_button_01.tp_button_color_03 a:hover,
	.tp_button_01.tp_button_color_03 input:hover,
	.tp_button_02.tp_button_color_03 a:hover,
	.tp_button_02.tp_button_color_03 input:hover{
		background-position:0% 70%;
		box-shadow:none;
	}
	.tp_button_01.tp_button_color_03 a.tp_button_disabled,
	.tp_button_01.tp_button_color_03 input.tp_button_disabled,
	.tp_button_02.tp_button_color_03 a.tp_button_disabled,
	.tp_button_02.tp_button_color_03 input.tp_button_disabled{
		text-shadow:none;
		cursor:default;
		color:#999999;
		border:1px solid #bbbbbb;
		background:#e5e5e5;
		box-shadow:none;
	}

	/* .tp_button_03 */
	.tp_button_03.tp_button_color_01 a{background:url(./../img/tp_button_03_arrow_01.png) no-repeat left 0.5em;}
	.tp_button_03.tp_button_color_02 a{background:url(./../img/tp_button_03_arrow_02_a.png) no-repeat left 0.5em;}
	.tp_block_03 .tp_button_03.tp_button_color_02 a,
	.tp_block_04 .tp_button_03.tp_button_color_02 a,
	.tp_negative .tp_button_03.tp_button_color_02 a{background:url(./../img/tp_button_03_arrow_02_b.png) no-repeat left 0.5em;}
	.tp_button_03.tp_button_color_03 a{background:url(./../img/tp_button_03_arrow_03.png) no-repeat left 0.5em;}

	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_button_03.tp_button_color_01 a{
			background:url(./../img/tp_button_03_arrow_01_x2.png) no-repeat left 0.5em;
			background-size:6px 8px;
		}
		.tp_button_03.tp_button_color_02 a{
			background:url(./../img/tp_button_03_arrow_02_a_x2.png) no-repeat left 0.5em;
			background-size:6px 8px;
		}
		.tp_block_03 .tp_button_03.tp_button_color_02 a,
		.tp_block_04 .tp_button_03.tp_button_color_02 a,
		.tp_negative .tp_button_03.tp_button_color_02 a{
			background:url(./../img/tp_button_03_arrow_02_b_x2.png) no-repeat left 0.5em;
			background-size:6px 8px;
		}
		.tp_button_03.tp_button_color_03 a{
			background:url(./../img/tp_button_03_arrow_03_x2.png) no-repeat left 0.5em;
			background-size:6px 8px;
		}
	}

	/* .tp_file */
	.tp_file_01 a{
		padding-left:12px;
		background:url(./../img/tp_file_01_a.png) no-repeat left 0.25em;
	}

	.tp_file_02 a{background:url(./../img/tp_file_02_a.png) no-repeat left 0.1em;}
	.tp_file_03 a{background:url(./../img/tp_file_03_a.png) no-repeat left 0.1em;}
	.tp_file_04 a{background:url(./../img/tp_file_04_a.png) no-repeat left 0.1em;}
	.tp_file_05 a{background:url(./../img/tp_file_05_a.png) no-repeat left 0.1em;}
	.tp_file_06 a{background:url(./../img/tp_file_06_a.png) no-repeat left 0.1em;}
	.tp_file_02 a,
	.tp_file_03 a,
	.tp_file_04 a,
	.tp_file_05 a,
	.tp_file_06 a{padding-left:22px;}

	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_file_01 a{
			padding-left:12px;
			background:url(./../img/tp_file_01_a_x2.png) no-repeat left 0.25em;
			background-size:5px 11px;
		}

		.tp_file_02 a{background:url(./../img/tp_file_02_a_x2.png) no-repeat left 0.1em;}
		.tp_file_03 a{background:url(./../img/tp_file_03_a_x2.png) no-repeat left 0.1em;}
		.tp_file_04 a{background:url(./../img/tp_file_04_a_x2.png) no-repeat left 0.1em;}
		.tp_file_05 a{background:url(./../img/tp_file_05_a_x2.png) no-repeat left 0.1em;}
		.tp_file_06 a{background:url(./../img/tp_file_06_a_x2.png) no-repeat left 0.1em;}

		.tp_file_02 a,
		.tp_file_03 a,
		.tp_file_04 a,
		.tp_file_05 a,
		.tp_file_06 a{
			padding-left:22px;
			background-size:16px 16px;
		}
	}

/*==========================================================
	11.timeline
==========================================================*/
	/* .tp_twitter */
	.tp_twitter{background:url(./../img/tp_twitter_bg.png) no-repeat 0px 0px;}
	.tp_twitter .tp_twitter_tweet{border-bottom:1px solid #cccccc;}
	.tp_twitter .tp_twitter_user a{color:#3399ff;}
	.tp_twitter .tp_twitter_time{color:#999999;}
	.tp_twitter .tp_twitter_txt{color:#888888;}

	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_twitter{
			background:url(./../img/tp_twitter_bg_x2.png) no-repeat 0px 0px;
			background-size:30px 30px;
		}
	}

	/* .tp_facebook */
	.tp_facebook{background:url(./../img/tp_facebook_bg.png) no-repeat 0px 0px;}
	.tp_facebook .tp_facebook_auther{border-bottom:1px solid #ccc;}
	.tp_facebook .tp_facebook_content{color:#888888;}
	.tp_facebook .tp_facebook_in .tp_facebook_content_list{border-bottom:1px solid #999999;}
	.tp_facebook .tp_facebook_date{float:left;}

	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_facebook{
			background:url(./../img/tp_facebook_bg_x2.png) no-repeat 0px 0px;
			background-size:30px 30px;
		}
	}

/*==========================================================
	12.social buttons
==========================================================*/
	.tp_social_mixi{background:url(./../img/tp_social_mixi_bg.png) no-repeat transparent 50% 6px;}
	.tp_social_horizontal .tp_social_mixi{background:url(./../img/tp_social_mixi_bg_horizontal.png) no-repeat transparent 76px 4px;}

/*==========================================================
	13.partition
==========================================================*/
	.tp_partition_01{background:url(./../img/tp_partition_01.png) repeat-x 0% 50%;}
	.tp_partition_02{background:url(./../img/tp_partition_02.png) repeat-x 0% 50%;}
	.tp_partition_03{background:url(./../img/tp_partition_03.png) repeat-x 0% 50%;}

/*==========================================================
	inquiry_form
==========================================================*/
	.tp_inquiry_head_img{background:url(./../img/tp_inquiry.png) no-repeat 50% 50%;}
	.tp_inquiry_form .tp_inquiry_form_in{border-left:2px solid #999999;}
	.tp_inquiry_text_red{color:#dd1144;}
	.tp_inquiry_privacy_area{border:1px solid #cccccc;}

/*==========================================================
	inquiry confirm
==========================================================*/
	.tp_inquiry_form .confirm{border-left:2px solid #cccccc;}
	.tp_inquiry_form .confirm dt{color:#666666;}
	.tp_inquiry_form .tp_complete{border:1px solid #999999;}
	.tp_inquiry_form .tp_complete .tp_inquiry_important{color:#0099cc;}

/*==========================================================
	sitemap style
==========================================================*/
	.tp_sitemap_second{background:url(./../img/tp_sitemap_second_a.png) no-repeat left 20px;}
	.tp_sitemap_second a{
		color:#333333;
		background:url(./../img/tp_sitemap_second_wrap.png) repeat-x left bottom;
	}
	.tp_block_03 .tp_sitemap_second a,
	.tp_block_04 .tp_sitemap_second a,
	.tp_negative .tp_sitemap_second a{
		color:#dddddd;
	}
	.tp_sitemap_third a{background:url(./../img/tp_sitemap_third_a.png) no-repeat 15px 11px}
	.tp_block_03 .tp_sitemap_third a,
	.tp_block_04 .tp_sitemap_third a,
	.tp_negative .tp_sitemap_third a
	{background:url(./../img/tp_sitemap_third_b.png) no-repeat 15px 11px}
	.tp_sitemap_fourth a{
		color:#777777;
		background:url(./../img/tp_sitemap_fourth_a.png) no-repeat 30px 12px;
	}
	.tp_block_03 .tp_sitemap_fourth a,
	.tp_block_04 .tp_sitemap_fourth a,
	.tp_negative .tp_sitemap_fourth a{
		color:#999999;
		background:url(./../img/tp_sitemap_fourth_b.png) no-repeat 30px 12px;
	}
	@media only screen and (min-width:600px) and (max-width:799px){
		.tp_liquid .tp_sitemap_third a{background-position:10px 11px}
		.tp_liquid .tp_sitemap_fourth a{background-position:20px 10px;}
	}
	@media only screen and (max-width:599px){
		.tp_sitemap_third a{background-position:10px 11px}
		.tp_sitemap_fourth a{background-position:20px 10px;}
	}

/*==========================================================
	pager
==========================================================*/
	.tp_pager .tp_pager_disabled {
		color: #cccccc;
		text-align: center;
		min-width: 1.5em;
		margin: 4px 3px 2px 3px;
		padding: 5px 4px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		border: 1px solid #cccccc;
		background: #eeeeee;
	}
	.tp_pager .tp_pager_skip{color: #000000;}

	.tp_pager a{
		color:#333333;
		-webkit-border-radius:5px;
		border-radius:5px;
		border:1px solid #999999;
		background:#ffffff;
		box-shadow:
			0px 1px 3px rgba(0,0,0,0.3),
			inset 0px 0px 2px rgba(255,255,255,1);
	}
	.tp_pager a:hover{
		background:#eeeeee;
		box-shadow:none;
	}
	.tp_pager a.tp_pager_cur{
		color:#ffffff;
		background:#144c84;
		box-shadow:none;
	}
	.tp_pager a.tp_pager_cur:hover{
		color:#ffffff;
		background:#144c84;
	}

/*==========================================================
	timestamp
==========================================================*/
	.tp_timestamp{color:#888888;}

/*==========================================================
	ColorBox Style
==========================================================*/
	/* theme style */
	#cboxOverlay{background:#000;}
	#colorbox{outline:0;}
	#cboxContent{margin-top:20px;background:#000;}
	.cboxIframe{background:#fff;}
	#cboxError{padding:50px; border:1px solid #ccc;}
	#cboxLoadedContent{border:5px solid #000; background:#fff;}
	#cboxTitle{position:absolute; top:-20px; left:0; color:#ccc;}
	#cboxCurrent{position:absolute; top:-20px; right:0px; color:#ccc;}
	#cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}

	/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
	#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }

	/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
	#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

	#cboxSlideshow{position:absolute; top:-20px; right:90px; color:#fff;}
	#cboxPrevious{position:absolute; top:50%; left:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top left; width:28px; height:65px; text-indent:-9999px;}
	#cboxPrevious:hover{background-position:bottom left;}
	#cboxNext{position:absolute; top:50%; right:5px; margin-top:-32px; background:url(images/controls.png) no-repeat top right; width:28px; height:65px; text-indent:-9999px;}
	#cboxNext:hover{background-position:bottom right;}
	#cboxClose{position:absolute; top:5px; right:5px; display:block; background:url(images/controls.png) no-repeat top center; width:38px; height:19px; text-indent:-9999px;}
	#cboxClose:hover{background-position:bottom center;}

	/*
		 Pool CMS add style
	*/
	#cboxPrevious{display:none;}
	#cboxNext{display:none;}
	#cboxLoadingGraphic{background:url(./../img/tp_popup_loading.gif) no-repeat center center;}
	#cboxClose{
		width:20px;
		height:20px;
		text-indent:-9999px;
		background:url(./../img/tp_popup_controls.png) no-repeat top center;
		position:absolute;
		top:5px;
		right:5px;
		display:block; 
	}
	#cboxClose:hover{background-position:bottom center;}
	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		#cboxClose{
			background-image:url(./../img/tp_popup_controls_x2.png);
			background-size:20px 40px;
		}
	}

/*==========================================================
	error class
==========================================================*/
	.error-message{color:#990000;}

/*==========================================================
	search
==========================================================*/
	.tp_block .gsc-control-cse{
		background: none;
		border: none;
	}
	.tp_block .gsc-webResult.gsc-result,
	.tp_block .gsc-webResult.gsc-result:hover{
		border: none;
	}
	.tp_block_03 .gs-spelling,
	.tp_block_04 .gs-spelling,
	.tp_negative .gs-spelling{
		color: #cccccc;
	}
	.tp_block_03 .gsc-result-info,
	.tp_block_04 .gsc-result-info,
	.tp_negative .gsc-result-info{
		color: #ffffff;
	}
	.tp_block_03 .gs-result .gs-title,
	.tp_block_03 .gs-result .gs-title *,
	.tp_block_04 .gs-result .gs-title,
	.tp_block_04 .gs-result .gs-title *,
	.tp_negative .gs-result .gs-title,
	.tp_negative .gs-result .gs-title *{
		color: #3399ff;
	}
	.tp_block_03 .gcsc-branding-text,
	.tp_block_04 .gcsc-branding-text,
	.tp_negative .gcsc-branding-text{
		color: #cccccc;
	}
	.tp_block_03 .gsc-preview-reviews,
	.tp_block_03 .gsc-control-cse .gs-snippet,
	.tp_block_03 .gsc-control-cse .gs-promotion em,
	.tp_block_04 .gsc-preview-reviews,
	.tp_block_04 .gsc-control-cse .gs-snippet,
	.tp_block_04 .gsc-control-cse .gs-promotion em,
	.tp_negative .gsc-preview-reviews,
	.tp_negative .gsc-control-cse .gs-snippet,
	.tp_negative .gsc-control-cse .gs-promotion em{
		color: #ffffff;
	}
	.tp_block_03 .gsc-results .gsc-cursor-box .gsc-cursor-page,
	.tp_block_04 .gsc-results .gsc-cursor-box .gsc-cursor-page,
	.tp_negative .gsc-results .gsc-cursor-box .gsc-cursor-page{
		color: #ffffff;
	}
	.tp_block_03 .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
	.tp_block_04 .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
	.tp_negative .gsc-results .gsc-cursor-box .gsc-cursor-current-page{
		color: #dd4b39;
	}

/*---------------------------------------
	header
---------------------------------------*/
	.tp_header {
		display:none;
	}
	.tp_navi {
		position: static;
	}
	.tp_navi > .tp_navi_in {
		position: absolute;
		left:50%;
		top:0px;
		z-index:100;
		width:500px;
		margin-left:-509px;
		max-width:none !important;
	}
	.tp_navi_logo{
		background:rgba(255, 255, 255, 0.6);
		height:150px;
	}
	.tp_navi_logo a{
		margin-top:30px;
	}
	.add_top_logo_wrap{
		display:none;
	}
	.add_top_main{
		position:relative;
		width:1040px;
		height:150px;
		background: url('./../img/top/top_main_sub.jpg') no-repeat 50% 0px;
		margin:0px auto;
		border-bottom:12px solid #ce3900;
	}
	.add_top_navi_wrap{
		width: 1000px;
		margin-top: 16px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
	}
	.add_top_navi_wrap ul{
		display: flex;
		justify-content: space-between;
	}
	.add_top_navi_wrap ul li{
		width: 25%;
		padding: 0px 8px !important;
	}
	.add_top_navi_wrap ul li a{
		font-size: 17px;
		font-weight: bold;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
		text-align: center;
		padding: 8px;
		background: url('./../img/top/add_navi_bg.jpg') no-repeat 0 0 #eed1a5;
		box-shadow: 1px 2px 2px rgba(155,100,50,0.7);
		display: block;
	}
	.add_top_navi_wrap ul li a:hover{
		color: #fff;
		text-decoration: none;
		background: url('./../img/top/add_navi_bg_ov.jpg') no-repeat 0 0 #eed1a5;
	}

	.tp_navi_03 .tp_horizon_navi_wrap{background:none;}
	.tp_navi_03 .tp_navi_line{background:none;}
	.tp_horizon_navi_wrap{display:none;}

	@media only screen and (max-width:599px){
		.add_top_navi_wrap{
			display:none;
		}
		.tp_navi_in {
			display:block;
		}
		.tp_navi_logo{
			display:none;
		}
		.add_top_logo_wrap{
			width:30%;
			display:block;
			height:auto;
			margin:0 auto;
			padding:6px 0px;
			display:block !important;
			background:rgba(255, 255, 255, 0.6);
		}
		.add_top_logo_wrap a{
			margin-left:0px;
			padding:0px 5px;
			display:block;
		}
		.add_top_main{
			position:static;
			width:100%;
			margin:0px;
			height:auto;
		background: url('./../img/top/top_main_sub.jpg') no-repeat 50% 0px;
			-webkit-background-size:cover;
			background-size:cover;
		}
	}

/*==========================================================
	commoon
==========================================================*/
	.tp_masonry_03_b{
		min-height:500px;
	}
	.tp_text ul li{
		background:none;
		padding-left:0px;
	}
	.add_title_wrap{
		background:#d83d00;
		position:relative;
		margin:-15px 0px 0px 0px !important;
	}
	.add_title_wrap h3{
		color:#ffffff;
		position:absolute;
		top:30%;
		left:3%;
		line-height:1.25em;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
	}
	.add_title_wrap h3.add_indent01{
		top:40%;
	}
	.add_menu_top_title{
		color:#ffffff;
		margin:-15px 0px 15px 0px !important;
		padding: 12px 0px 10px 12px;
		background: #d83d00;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
	}
	.add_title_wrap img{
		float:right;
		width:70%;
	}
	.add_side_banner_area ul li{
		margin-top:10px;
	}
	.add_readtxt{
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
		font-weight:bold;
		font-size:1.417em;
	}
	a{
		text-decoration: none;
		color:#000000;
	}
	a:hover{
		color:#cc3300;
	}
	.add_indent{
		text-indent:-1em;
		padding-left:1em;
		display:inline-block;
	}
	a.tp_media{
		text-decoration:none;
	}
	@media only screen and (max-width:599px){
		.tp_masonry_03_b{
			min-height:250px;
		}
		.add_title_wrap,
		.add_menu_top_title{
			margin:0px !important;
		}
		.add_title_wrap h3,
		.add_title_wrap h3.add_indent01{
			font-size:1.5em !important;
			padding:7px 5px;
			top:0px;
			left:0px;
		}
		.add_title_wrap img{
			margin-top:35px;
			float:none;
			width:100%;
		}
		.add_menu_top_title h3{
			font-size:1.5em !important;
		}
	}
/*==========================================================
	news
==========================================================*/
	#b0000064{
		width: 872px;
		margin: 15px 60px;
		padding:15px 8px;
		box-shadow:0px 0px 1px 0px #ece1d1;
		border:1px solid #f8eedf;
		background:rgba(255, 255, 255, 0.5);
	}
	#b0000064 h3{
		width:10%;
		float:left;
		margin-left:1%;
		/*border-left:3px solid #aa2323;*/
		font-family:Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
		font-size:1.5em;
		color:#333333;
	}
	.tp_news_wrap{
		border-left:1px dotted #333333;
		padding-left:10px;
	}
	.tp_news_list_btn{
		background:none;
	}
	.tp_news_list_btn a{
		text-decoration:none;
	}
	.tp_news_list_btn a:hover{
		color:#aa2323;
	}
	.tp_news .tp_news_in{
		width:100%;
		padding-bottom:0px;
		margin-bottom:0px;
		border-bottom:none;
	}
	.tp_news_btn{
		position: static;
		float:right;
	}
	.tp_news_date{
		color:#aa2323;
		width:auto !important;
		float:left;
	}
	.tp_news_info{
		width:70% !important;
		float:left;
	}
	.add_top_news_wrap{
		width:88%;
		float:right;
	}
	.add_top_news_wrap .tp_news{
		margin:0px;
	}
	.tp_news_new_label{
		background:#aa2323;
		float:right;
	}
	.tp_news .tp_news_thumbs{
		width:50px !important;
		margin-right:5px;
	}
	.tp_news .tp_news_thumbs img{
		max-width:45px !important;
		vertical-align: top !important;
	}
	#b0000063 .tp_news_wrap{
		border-left:none;
	}
	#b0000063 .tp_news .tp_news_in {
		margin:4px 0px;
	}
	.tp_news .tp_news_in {
		border-top:1px dotted #444444;
	}
	@media only screen and (max-width:599px){
		#b0000064{
			margin:8px 1% 0px 1% ;
			width:92%;
			padding: 10px 5px;
		}
		#b0000064 h3{
			width:100%;
			float: none;
		}
		.tp_news_btn{
			position: absolute;
			top:10px;
			right:0px;
		}
		.tp_news_wrap{
			border-left:none;
			border-top:1px dotted #333333;
			padding:8px 8px 0px 8px;
			margin-top:5px !important;
		}
		#b0000063 .tp_news_wrap{
			border-top:none;
			border-bottom:1px dotted #333333;
			margin-top:0px !important;
		}
		.add_top_news_wrap,
		.tp_news_info{
			width:100%;
			float:none;
		}
		.tp_news .tp_news_title{
			font-size:1em;
		}
		.tp_news_date{
			width:auto;
			float:left;
		}
		.tp_news .tp_news_thumbs{
			margin-right:5px;
			float:left;
		}
		.tp_news_info{
			width:100% !important;
			clear:both;
		}
	}

/*==========================================================
	footer
==========================================================*/
	/* grouplink */
	.add_grouplink_all{
		padding:10px 0px;
		background:#ffffff;
	}
	.add_grouplink_wrap{
		overflow:hidden;
		width:1000px;
		margin:0px auto;
	}
	.add_grouplink_wrap li{
		float:left;
		width:75px;
		margin:0px;
		padding:0px 10px !important;
		border-right:1px dotted #cccccc;
	}
	.add_grouplink_wrap li:first-child{
		padding:0px 15px 0px 0px !important;
	}
	.add_grouplink_wrap .add_logo{
		width:115px;
	}
	.add_grouplink_wrap a{
		display:block;
	}
	.add_grouplink_wrap li img{
		width:100%;
		height:auto;
		text-align:center;
	}
	@media only screen and (max-width:599px){
		.add_grouplink_wrap{
			margin:0px auto;
			width:92%;
		}
		.add_grouplink_wrap li{
			width:20%;
			margin-bottom:5px;
			padding:0px !important;
			margin:5px 0px 0px 0px !important;
			border:none;
		}
		.add_grouplink_wrap li:first-child{
			padding:0px !important;
		}
		.add_grouplink_wrap .add_logo{
			width:100%;
			padding:0px !important;
		}
		.add_grouplink_wrap .add_logo a{
			text-align:center;
			padding:5px;
			background:#e60f0f;
			display:block;
		}
		.add_grouplink_wrap .add_logo a img{
			width:20%;
		}
		.add_grouplink_wrap li img{
			height:auto;
		}
		.add_footer_link{
			float:none;
			overflow:hidden;
		}	
	}

	/* footer */
	#b0000019{
		position: absolute;
		left:0px;
	}
	.tp_footer_01{
		margin-top:0px;
	}
	.add_footer_bottom{
		padding:5px 0px;
		background:#333333;
		overflow:hidden;
	}
	.add_footer_wrap{
		color:#ffffff;
		font-size:0.833em;
		text-shadow:none;
		width:1000px;
		margin:0px auto;
		overflow:hidden;
	}
	.add_footer_link{
		float:left;
	}
	.add_footer_link a{
		font-size:1.167em;
		color:#ffffff;
		text-decoration:none;
	}
	.add_footer_link a span:hover{
		text-decoration:underline;
	}
	.add_footer_link li{
		float:left;
		margin:0px !important;
		padding:0px 15px 0px 0px !important;
		background:none !important;
	}
	.add_copyright{
		float:right;
	}
	.tp_footer_wrap{
		display:none;
	}
	.tp_preview, .tp_pagetop {
		float: right;
		padding: 5px 10px;
	}
	.tp_pagetop {
		position: absolute;
		right: 0px;
	}
	.tp_pagetop span{
		background:url(./../img/add_pagetop.png) no-repeat 0% 45% !important;
		padding-left:20px;
	}
	.tp_preview {
		position:absolute;
		right:120px;
	}
	.tp_preview span{
		background:url(./../img/add_preview.png) no-repeat 0% 45% !important;
		padding-left:20px;
	}
	.tp_footer_utility{
		width:1000px;
		margin:0px auto;
		overflow:hidden;
		position:relative;
		height:26px;
	}
	@media only screen and (max-width:599px){
		.add_footer_bottom{
			padding:10px 0px;
			background:#333333;
			overflow:hidden;
		}
		.add_footer_link ul{
			margin:20px 10px 10px 10px;
			overflow:hidden;
			width:100%;
		}
		.add_footer_link{
			float:none;
		}
		.add_footer_link li{
			float:none;
			margin:0px !important;
			padding:0px 15px 10px 0px !important;
			background:none !important;
		}
		.tp_footer_utility{
			width:96%;
		}
		.add_copyright{
			font-size:0.8em;
			margin:0 auto;
			float:none;
			width:96%;
		}
		.tp_pagetop span{
			background:url(./../img/add_pagetopx02.png) no-repeat 0% 45% !important;
			background-size:14px !important;
			padding-left:20px;
		}
		.tp_preview span{
			background:url(./../img/add_previewx02.png) no-repeat 0% 45% !important;
			background-size:14px !important;
			padding-left:20px;
		}
		.add_footer_bottom span{
			width:100%;
			padding-top:5px;
		}
		.tp_masonry_03_a{
			display:none;
		}
	}
/*==========================================================
	navi
==========================================================*/
	.tp_masonry_03_a{
		margin-top:15px;
	}
	.tp_navi_current_in{
		padding-left:15px;
	}
	.tp_navi_03_sub .tp_navi_current_in a{
		border-bottom:none;
		font-size:1.083em;
		background: url(./../img/add_navi_02.png) no-repeat 3% 46%;
	}
	.tp_navi_03_sub .tp_navi_current_in a:hover,
	.tp_navi_03_sub .tp_navi_current_in .tp_navi_current a {
		color:#cc0000;
		background: url(./../img/add_navi_02.png) no-repeat 3% 46%;
	}
	.tp_navi_03_sub .tp_navi_link > a:first-child{
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
		color: #000000;
		font-size:1.333em;
		border-bottom:none;
		padding-left:17px;
		background: url(./../img/add_navi_01.png) no-repeat 3% 48%;
	}
	.tp_navi_03_sub .tp_navi_in{
		margin:5px 0px;
	}
	.tp_navi_wrap{
		border-top: 1px dotted #000000;
		border-bottom: 1px dotted #000000;
	}
	.tp_navi_menubtn {
		text-align:center;
		top:10px;
		right:10px;
		z-index:101;
		width:36px;
		height:36px;
		-webkit-border-radius:5px;
		border-radius:5px;
		background: url(./../img/tp_navi_01_menubtn_x2.png) no-repeat #ffffff;
		background-size:20px 20px;
		background-position:50% 48%;
		box-shadow:0px 0px 4px 1px rgba(0, 0, 0, 0.3);
	}
	.tp_navi_03.tp_navi_menu .tp_navi_link a:hover,
	.tp_navi_03.tp_navi_menu .tp_navi_current a{
		color: #cc0000;
		background-image: url(./../img/add_navi_arrow_01.png);
	}
	.tp_navi_menu{top:70px;}
/*==========================================================
	form_intro
==========================================================*/
	.add_form_wrap{
		border:1px solid #ebb238;
		padding:15px;
		margin-bottom:10px;
		background:url(./../img/add_form_img.png) no-repeat top right #ffffff;
	}
	.add_form_txt{
		margin:0px 0px 5px 150px;
		width:256px;
	}
	.add_form_wrap p{
		width:550px;
		text-align:center;
	}
	.add_form_btn{
		margin:10px 0px 0px 185px;
	}
	.add_form_btn a{
		width:30%;
		padding:5px 20px 5px 10px;
		display:block;
		text-decoration:none;
		text-align:center;
		background:url(./../img/add_form_arrow.png) no-repeat 97% center #eec369;
		border-bottom:2px solid #cda03c;
		border-radius:3px;
		color:#000000;
	}
	.add_form_btn a:hover{
		background:url(./../img/add_form_arrow.png) no-repeat 97% center #e4b34c;
	}
	.tp_title_03{
		background:#444444;
		padding:6px 0px 4px 8px;
	}
	.tp_title_02{
		color:#ffffff;
		background:#ce2700;
		padding:6px 0px 4px 8px;
	}
	.tp_width_04 .tp_title h5{
		font-weight:bold;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
	}
	@media only screen and (max-width:599px){
		.add_form_wrap{
			padding:10px 15px;
			background:#ffffff;
		}
		.add_form_wrap p{
			margin-top:10px;
			width:100%;
			text-align:left;
		}
		.add_form_txt{
			margin: auto;
			width:80%;
			max-width:256px;
		}
		.add_form_btn{
			margin:10px 0px 0px 0px;
		}
		.add_form_btn a{
			width:auto;
			padding:5px 10px;
		}
		.tp_width_04 .tp_title h5{
			font-size: 1.167em;
		}
	}
	#b0000068{
		display:none;
	}
	.tp_width_04 .tp_m_desktop_last{
		margin-bottom:0px !important;
	}

/*==========================================================
	sub page
==========================================================*/
	/* concept */
	.add_concept_r{
		width:47%;
		float:left;
	}
	.add_concept_wrap img{
		width:49%;
		float:right;
	}
	@media only screen and (max-width:599px){
		.add_concept_r,
		.add_concept_wrap img{
			width:100%;
			float:none;
		}
		.add_concept_wrap img{
			margin-top:10px;
		}
	}

	/* tourism */
	#b0000028 .tp_media_05{
		padding-bottom:13px;
		border-bottom:1px dotted #000000;
	}
	#b0000028 .tp_media_05 img{
		border:1px solid #cccccc;
	}
	.add_tourism_wrap{
		padding-bottom:15px;
		margin-bottom:5px;
		border-bottom:1px solid #000000;
	}

/*==========================================================
	menu
==========================================================*/
	.add_menu_top_wrap{
		margin-right:-2%;
	}
	.add_menu_top_wrap ul li{
		margin-top:10px !important;
		padding-left:0em !important;
		margin-right:1%;
		width:48%;
		border:2px solid #ce2700;
		background:url(./../img/add_btn_arrow.png) no-repeat 99% 96% #ffffff;
		float:left;
	}
	.add_menu_top_wrap ul li a{
		display:block;
		padding:3px !important;
		font-size:1.5em;
		font-weight:bold;
		text-decoration:none;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
	}
	.add_menu_top_wrap ul li a img{
		width:40%;
		padding-right:35px;
		vertical-align:middle;
	}
	.add_menu_wrap{
		margin-bottom:10px;
	}
	.add_menu_contents01{
		float:left;
		width:30%;
		margin:0 1.5%;
		margin-bottom: 10px;
	}
	.add_menu_contents02 .add_menu_text_wrap{
		float:right;
		width:55%;
		margin-top:3px;
	}
	.add_menu_contents02{
		float:left;
		width:48%;
		margin:0 1%;
		margin-bottom:15px;
	}
	.add_menu_contents03 .add_menu_img{
		float:left;
		width:37%;
	}
	.add_menu_contents03 .add_menu_text_wrap{
		float:right;
		width:60%;
	}
	.add_menu_contents04 .add_menu_text_wrap{
		width:100%;
	}
	.add_menu_contents04 .add_menu_text_wrap li{
		float:left;
		width:48%
	}
	.add_menu_contents01 .add_menu_img{
		margin-bottom:8px;
	}
	.add_menu_contents02 .add_menu_img{
		width:42%;
		padding-right:5px;
		float:left;
	}
	.add_menu_title{
		font-size:1.5em;
		font-weight:bold;
		line-height:1em;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
	}
	.add_menu_sub_title{
		font-size:0.833em;
	}
	.add_menu_contents01 .add_price,
	.add_menu_contents02 .add_price,
	.add_menu_contents03 .add_price,
	.add_menu_contents04 .add_price{
		text-align:right;
		padding:1px 0px;
		border-top:1px dotted #000000;
		border-bottom:1px dotted #000000;
	}
	.add_menu_list h5{
		margin-top:25px;
	}
	.add_menu_list{
		margin-bottom:25px;
	}
	.add_menu_list dd{
		width:100%;
		padding:4px 0px 2px 0px;
		border-bottom:1px dotted #000000;
	}
	.add_menu_list dd .add_title{
		float:left;
		font-size:1.167em;
		font-weight:bold;
	}
	.add_menu_list dd .add_price{
		float:right;
		text-align:right;
		padding-left:10px;
	}
	.add_menu_list.add_left{
		width:48%;
		float:left;
	}
	.add_menu_list.add_right{
		width:48%;
		float:right;
	}
	.add_menu_list h5{
		background:#444444;
		padding:6px 0px 4px 8px;
		font-weight:bold;
		color:#ffffff;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
	}
	.add_red_title{
		color:#cc3300;
		font-weight:bold;
		padding:1px 5px 0px 5px;
		margin-top:10px !important;
		display:inline-block;
		border:2px solid #cc3300;
	}
	.add_price_drink{
		color:#ffffff;
		font-size:90%;
		display:inline-block;
		padding:1px 4px;
		margin:0px 5px 3px 0px;
		background:#cc0000;
	}
	.add_menu_wrap.add_left{
		width:48%;
		float:left;
	}
	.add_menu_wrap.add_right{
		width:48%;
		float:right;
	}
	.add_menu_wrap.add_right .add_menu_party_title,
	.add_menu_wrap.add_left .add_menu_party_title{
		margin-top:8px;
	}
	.add_menu_party_title{
		font-size:1.167em;
		font-weight:bold;
	}
	.add_menu_btn_wrap a{
		display:inline-block;
		color:#ffffff;
		margin:10px 0px !important;
		padding:7px 30px 7px 20px;
		font-size:1.167em;
		text-align:center;
		text-decoration:none;
		background:url(./../img/add_menu_arrow.png) no-repeat 96% center #ce2700;
		-webkit-border-radius:3px;
		border-radius:3px;
	}
	.add_menu_btn_wrap a:hover{
		color:#ffffff;
		background:url(./../img/add_menu_arrow.png) no-repeat 96% center #d75032;
	}
	#b0000043 .add_menu_btn_wrap{
		text-align:right;
	}
	.add_menu_special_wrap{
		padding:10px 0px 0px 0px;
	}
	.add_menu_special_wrap p{
		margin-top:5px !important;
	}
	.add_menu_wrap ul li,
	.add_menu_special_wrap ul li{
		text-indent:-1em;
		padding-left:1em;
	}
	@media only screen and (max-width:599px){
		.add_menu_top_wrap{
			margin-right:0px;
		}
		.add_menu_top_wrap ul li{
			width: auto;
			float: none;
			margin:6px 0px 0px 0px !important;
		}
		.add_menu_top_wrap ul li a{
			font-size:1.167em;
		}
		.add_menu_top_wrap ul li a img{
			width:35%;
			padding-right:25px;
		}
		.add_menu_text_wrap,
		.add_menu_contents02 .add_menu_text_wrap{
			float:right;
			width:55%;
		}
		.add_menu_contents01 p .add_menu_title,
		.add_menu_contents02 p .add_menu_title{
			font-size:1.25em;
		}
		.add_menu_contents01{
			float:none;
			width:100%;
			margin:0px 0px 10px 0px;
		}
		.add_menu_contents02{
			float:none;
			width:100%;
		}
		.add_menu_contents01 .add_menu_img,
		.add_menu_contents02 .add_menu_img{
			width: 42%;
			float:left;
		}
		.add_menu_contents04 .add_menu_text_wrap li{
			float:none;
			width:100%
		}
		.add_menu_contents01 dd .add_menu_img{
			float:left;
			width:43%;
		}
		.add_menu_list h5{
			font-size:1.167em !important;
		}
		.add_menu_list dd .add_title{
			font-size:1.083em;
		}
		.add_menu_list.add_left,
		.add_menu_list.add_right,
		.add_menu_wrap.add_left,
		.add_menu_wrap.add_right{
			width:100%;
			float:none;
		}
		.add_menu_special_wrap{
			border:1px solid #ce2700;
			padding:5px 10px 10px 10px;
		}
		.add_menu_special_wrap p{
			margin-top:10px !important;
		}
		.add_menu_btn_wrap a{
			font-size:1em;
			padding:4px 20px 4px 10px;
			margin-bottom: 0px !important;
			display:inline-block;
		}
	}
	@media only screen and (max-width:414px){
		.add_menu_contents03 .add_menu_img{
			width: 100%;
			float:left;
		}
		.add_menu_contents03 .add_menu_text_wrap{
			float:right;
			width:100%;
			margin-top:10px;
		}
	}
	
	/* lunchi */
	.tp_text ul li.add_menu_icon{
		float:left;
		margin:1px;
		padding-left:0px !important;
	}
	.tp_text ul li.add_menu_icon img{
		width:auto;
		height:20px;
		margin:0px;
		text-indent:0em;
		padding-left:0em;
	}
	.tp_text ul li.add_menu_icon{
		text-indent:0em;
		padding-left:0em;
	}
	@media only screen and (max-width:599px){
		.tp_text ul li.add_menu_icon img{
			height:16px;
		}
	}

	/* kani */

	.add_kani_wrap{
		padding:20px;
		border:1px solid #e4d5c4;
		-webkit-border-radius:8px;
		border-radius:8px;
		background:url(./../img/menu/kani_img.png) no-repeat 100% bottom #f1e7db;
	}
	.add_kani_txt{
		width:60%;
	}
	.add_kani_txt .add_title{
		font-size:1.75em;
		font-weight:bold;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
	}

	@media only screen and (max-width:599px){
		.add_kani_wrap{
			padding:10px;
			background:url(./../img/menu/kani_img_sp.png) no-repeat 110% bottom #f1e7db;
			background-size:200px;
		}
		.add_kani_txt{
			width:75%;
		}
		.add_kani_txt .add_title{
			font-size:1.333em;
		}
	}
	@media only screen and (max-width:399px){
		.add_kani_wrap{
			background:url(./../img/menu/kani_img_sp.png) no-repeat 150% bottom #f1e7db;
			background-size:200px;
		}
	}

/*==========================================================
	shop
==========================================================*/
	.add_shop_btn_link ul li{
		width:49%;
		float:left;
		margin-left:2%;
	}
	.add_shop_btn_link ul li:first-child{
		margin-left:0px;
	}
	.add_shop_btn_link ul li a{
		text-align: center;
		display: block;
		padding: 10px 0px;
		overflow:hidden;
		color:#555555;
		font-size:1.083em;
		-webkit-border-radius:3px;
		border-radius:3px;
		border:1px solid #eaeaea;
		background:#f4f4f4;
		text-decoration:none;
	}
	.add_shop_btn_link .add_cur a,
	.add_shop_btn_link a:hover{
		color:#ffffff;
		background:#bea041;
		border:1px solid #bea041;
	}
	.add_shop_h5{
		color:#bb2211;
		font-size:1.4em !important;
	}
	.add_shop_lead{
		font-size:13px;
	}
	.add_shop_bracket_l{
		text-indent:-0.5em;
	}
	.add_shop_txt_red{
		color:#bb2211;
	}
	.add_txt_indent{
		margin-left:1em;
		text-indent:-1em;
	}
	.add_shop_telnum{
		color:#333333;
		font-size:1.2em;
	}
	.add_shop_telnum span{
		font-size:1.417em;
		font-weight:bold;
	}
	.add_shop_tbl_l{
		padding-left:0px !important;
	}
	.add_shop_info table td:last-child{
		border-right:none;
		border-left:none;
	}
	.add_shop_info table tbody tr:last-child td{
		border-bottom:1px dotted #999999;
	}
	.add_shop_info table td{
		padding:6px;
		border-top:1px dotted #999999;
		border-right:none;
		border-bottom:1px dotted #999999;
		border-left:none;
	}
	.add_shop_access{
		margin-top:8px;
	}
	.add_shop_access p{
		text-indent:-1em;
		padding-left:1em !important;
	}
	@media only screen and (max-width:599px){
		.add_shop_tbl_l{
			width:4em;
		}
		.add_shop_btn_link ul li a{
			padding:5px 3px;
			min-height:30px;
			font-size:1em;
			line-height:30px;
		}
		.add_map_btnarea{
			width:100%;
			margin-bottom:10px;
			display:inline-block;
			*display:inline;
			*zoom:1;
		}
		.add_map_btnarea a{
			color:#ffffff;
			display:block;
			padding:5px;
			text-align:center;
			background:#ce2700;
			text-decoration:none;
		}
	}

/* media */
	#b0000045 .tp_media_06 .tp_media{
		width:40%;
		border:1px solid #aaaaaa;
		box-sizing:border-box;
	}
	#b0000045 .tp_media_06 .tp_text{
		width:55%;
	}
	@media only screen and (max-width:599px){
		#b0000045 .tp_media_06 .tp_media{
			width:100%;
		}
		#b0000045 .tp_media_06 .tp_text{
			width:100%;
		}
	}

/* shop room */
	.add_shop_room_list ul li{
		width:23%;
		float:left;
		margin:0% 1% !important;
		margin-bottom:5px !important;
	}
	.add_shop_room_list img{
		width: 100%;
	}
	.add_shop_room_list ul li a{
		display:block;
	}
	.add_popup_shop_detail_wrap{
		margin:20px;
	}
	.add_popup_shop_detail_wrap p{
		margin-top:5px;
	}
	.add_shop_room_list a:hover{
		opacity:0.8;
	}
	#cboxLoadedContent {
		border:none;
		background:#fff !important;
	}
	@media only screen and (max-width:599px){
		.add_shop_room_list ul li{
			width:31%;
		}
		.add_shop_room_list ul li span{
			font-size: 0.917em;
			min-height: 2.5em;
			line-height: 1.25em;
			display: block;
			margin-top:3px;
		}
		.add_popup_shop_detail_wrap{
			margin:10px;
		}
	}
/* popup */
	#cboxContent{
		background:#ffffff;
	}
	#cboxPrevious{
		background:url(./../img/add_controls.png) no-repeat top left !important;
	}
	#cboxNext{
		background:url(./../img/add_controls.png) no-repeat top right !important;
	}
	#cboxPrevious:focus,
	#cboxNext:focus{
		outline:none;
	}
	#cboxCurrent{display:none !important;}

	@media only screen and (max-width:599px){
		#cboxPrevious{
			position: absolute;
			left:0px;
		}
		#cboxNext{
			position: absolute;
			right:0px;
		}
	}

/*-------------------------------------
 2016/03/11 add
-------------------------------------*/
/* shop select*/
	.add_select_shop .add_left {
		float: left;
		width: 48%;
		margin: 0.5%;
	}
	  .add_select_shop .add_right {
		float: right;
		width: 48%;
		margin: 0.5%;
	}
	.add_select_shop a {
		text-decoration: none !important;
		margin: 5px 5px 0px 5px !important;
		display: block;
	}
	 .add_select_shop .add_name {
		color: #cccccc;
		font-size: 1.75em;
		font-family: Times New Roman, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝","MS PMincho","MS 明朝",serif;
		padding: 5px 0px 0px 0px;
		background: url(./../img/add_select_arrow_01.png) no-repeat 100% 45% !important;
		background-size:20px 20px !important;
		display: block;
	}
		@media only screen and (max-width:599px){
		.add_select_shop .add_name {
			font-size: 1.25em;
		}
	}

/* menu */
	.add_book_btn{
		width:98%;
		margin:15px auto !important;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		box-shadow:0px 2px 0px #83240d;
		background:url(./../img/add_book_anc_arrow_01.png) no-repeat 97.5% 50% #ce2700;
	}
	.add_book_btn a{
		color:#ffffff;
		font-size:1.5em;
		font-weight:bold;
		line-height:1.2em;
		padding:15px 10px 12px 65px;
		text-decoration:none;
		background:url(./../img/add_book_icon.png) no-repeat 15px 55%;
		background-size:40px;
		display:block;
	}
	.add_book_btn:hover{
		opacity:0.9;
	}
	.add_book_anc .add_list{
		float:left;
		width:48%;
		margin:1%;
	}
	.add_book_anc .add_list a{
		color:#ce2700;
		font-size:1.333em;
		padding:8px;
		background: url(./../img/add_book_anc_arrow_02.png) no-repeat 96% 45% #ffffff;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		border:1px solid #ce2700;
		text-decoration:none;
		display:block;
	}
	.add_book_anc .add_list a:hover{
		opacity:0.9;
	}

	@media only screen and (max-width: 599px){
		.add_book_btn{
			background:url(./../img/add_book_anc_arrow_01_x2.png) no-repeat 97.5% 50% #ce2700;
			background-size:8px 10px;
		}
		.add_book_btn a{
			font-size: 1.25em;
			padding:12px 10px 8px 65px;
		}
		.add_book_anc .add_list a{
			font-size:1em;
			background: url(./../img/add_book_anc_arrow_02_x2.png) no-repeat 96% 45% #ffffff;
			background-size:8px 10px;
		}
	}
/* shop */
	.add_shopinfo_wrap .tp_media_06 .tp_media{
		width: 40%;
		text-align: left !important;
	}
	.add_shopinfo_wrap .tp_media_06 .tp_text{
		width: 56%;
	}
	@media only screen and (max-width: 599px){
		.add_shopinfo_wrap .tp_media_06 .tp_media{
			width:100%;
		}
		.add_shopinfo_wrap .tp_media_06 .tp_text{
			width: 100%;
			margin-top:1em;
		}
	}
	.add_shop_sketch .add_sketch{
		float:left;
		width:480px;
		margin:10px 10px 10px 0px;
	}
	.add_shop_sketch .add_btn{
		float:right;
		width:230px;
	}
	.add_shop_num{
		margin-top:10px !important;
	}
	.add_shop_num .add_list{
		margin:8px 0.5% !important;
	}
	.add_shop_num .add_list a{
		color:#ffffff;
		font-size:1.083em;
		padding:5px;
		border-radius:5px;
		background:#d83d00 !important;
		text-decoration:none;
		display:block;
	}
	.add_shop_num .add_list a:hover{
		opacity:0.85;
	}
	.add_shop_num .add_list .add_img{
		width:22px;
		padding-right:4px;
	}
	.add_panorama_icon{
		width:90%;
		margin:0px auto 15px auto;
	}
	.add_panorama_icon .add_img{
		width:25px;
		padding:5px;
	}

	@media only screen and (max-width: 599px){
		.add_shop_sketch .add_sketch{
			float:none;
			width:100%;
			margin:5px 0px;
		}
		.add_shop_sketch .add_btn{
			float:none;
			width:100%;
		}
		.add_shop_num{
			margin-top:0px !important;
		}
		.add_shop_num .add_list{
			width:90%;
			margin:8px auto !important;
		}
	}
/*panorama*/
	.btn-close .btn{
		color:white;
		font-size:12px;
		text-decoration:none;
		position:absolute;
		right:0;
		top:0;
		padding:20px 20px 15px 20px;
		border-radius:0 !important;
		background:url(./../img/add_panorama_close.png) no-repeat 50% 25% rgba(0,0,0,0.6);
		background-size:20px;
		z-index:100;
	}
	.btn-close .btn span{
		padding-top:22px;
		display:block;
	}

/*--------------------------
おしながき　時間帯追加
---------------------------*/
.add_menu_time{
	color:#ffffff;
	text-align:right;
	margin:0px 30px;
	margin-top:-22px !important;
}
#b0000085 .tp_title_03{
	margin-bottom:0px;
}
@media only screen and (max-width: 599px){
	.add_menu_time{
		color:#000000;
		text-align:left;
		margin:10px 10px 0px 10px !important;
	}
}

/*--------------------------
翻訳改行位置の対策
---------------------------*/
.tp_body{
	word-break: normal;
}