@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;
	}
/*==========================================================
	add
==========================================================*/
/* add */
	.tp_bg_01{
		background:#f5f2f0;
	}
	.tp_navi{
		padding-bottom:0px;
		border-bottom:1px solid #f1ebe8;
		background:#ffffff;
		background: -moz-linear-gradient(top,  #ffffff 75%, #fafafa 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(75%,#ffffff), color-stop(100%,#fafafa)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #ffffff 75%,#fafafa 100%); /* Chrome10+,Safari5.1+ */
		background: -ms-linear-gradient(top,  #ffffff 75%,#fafafa 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #ffffff 75%,#fafafa 100%); /* W3C */
	}
	.tp_navi_03 .tp_navi_logo a{
		padding:15px 0px;
	}
	.tp_navi_03 .tp_navi_logo a img{
		max-width:113px;
	}
	.tp_navi_03 .tp_horizon_navi_wrap,
	.tp_navi_03 .tp_navi_line{
		background:none;
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_in{
		border-left:none;
		padding-top:7px;
		padding-bottom:7px;
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a{
		text-shadow:none;
		padding:10px 0px 10px 0px;
		border:none;
		border-right:1px solid #cccccc;
		background:none;
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link:first-child a,
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link:first-child a:hover{
		border-left:1px solid #cccccc;
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a .tp_navi_maintxt{
		color:#666666;
		font-size: 1.2em;
		text-shadow:none;
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_current a,
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a:hover{
		color:#cc0000;
		padding:10px 0px 10px 0px;
		border:none;
		border-right:1px solid #cccccc;
	}
	.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:#cc0000;
		text-shadow:none;
	}
	.tp_navi_link_06{
		display:none;
	}
	.tp_navi_btn_06 .tp_horizon_navi_wrap .tp_navi_link{width:20%;}

	.tp_navi_03_sub .tp_navi_current_in a:hover,
	.tp_navi_03_sub .tp_navi_current_in .tp_navi_current a {
		color: #e60f0f;
		background:none;
	}
	.tp_navi_03_sub .tp_navi_current_in a,
	.tp_navi_03.tp_navi_menu .tp_navi_current_in a{
		background:none;
	}
	.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{
		background:none;
	}
	@media only screen and (max-width:599px){
		.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a .tp_navi_maintxt{
			font-size: 0.95em;
		}
	}

/* */

/*==========================================================
	edit 20170419
==========================================================*/
	.tp_block .tp_media_01{
		margin: 0px;
	}
	.tp_body a{
		color:#333333;
		text-decoration: none;
	}
	.tp_block_02{
		border:1px solid #aaaaaa;
		box-sizing:border-box;
	}
	.tp_footer{
		display:none;
	}
	.tp_navi_menu{
		z-index:102;
	}
	.tp_navi_menubtn{
		text-align:center;
		top:8px;
		right:8px;
		z-index: 101;
		width:36px;
		height:36px;
		-webkit-border-radius:5px;
		border-radius:5px;
		background-color:#e60f0f;
		background-position:50% 48%;
	}
	.tp_navi_menubtn:hover{
		background-color:#e60f0f;
	}
	.tp_horizon_navi_wrap{
		background:url(./../img/add_navi_bg.png) repeat-x 0% 0% !important;
	}
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_current a,
	.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link a:hover{
		background:none;
	}
	.tp_navi_btn_06 .tp_horizon_navi_wrap .tp_navi_link{
		width: 20%;
		padding-bottom: 5px;
		border-bottom: 5px solid #ffffff;
	}
	.tp_navi_btn_06 .tp_horizon_navi_wrap .tp_navi_link.tp_navi_current,
	.tp_navi_btn_06 .tp_horizon_navi_wrap .tp_navi_link:hover{
		border-bottom: 5px solid #e15046;
	}
	.tp_navi_line{
		border-top:2px solid #e8502d;
		margin-bottom:0px;
	}
	.tp_navi_03 .tp_navi_line{
		height:0px;
	}
	.tp_navi_link tp_navi_link_03{
		padding:0 10px !important;
	}
	.tp_header{
		display:none;
	}

	@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){
		.tp_navi_menubtn{
			-webkit-background-size:20px 20px;
			background-size:20px 20px;
		}
	}
	@media only screen and (max-width:599px){
		.tp_navi_menu{
			top:45px;
		}
		.tp_navi_03.tp_navi_menu .tp_navi_link a{
			background:url('./../img/add_arrow_r01.png') no-repeat 100% 48%;
		}
		.tp_navi_03.tp_navi_menu .tp_navi_link a:hover,
		.tp_navi_03.tp_navi_menu .tp_navi_current a{
			color:#e60f0f;
			background:url('./../img/add_arrow_r01.png') no-repeat 100% 48%;
		}
		.tp_navi_03.tp_navi_menu .tp_navi_current_in a{
			color:#000000;
		}
		.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:#e60f0f;
		}
	}
	@media only screen and (max-width:599px){
		.tp_navi_03 .tp_navi_logo{
			padding-top:12px;
			float:none;
			text-align:center;
		}
		.tp_navi_logo a{
			display:inline-block !important;
		}
	}

	/* footer */
	.add_footer_wrap{
		overflow:hidden;
	}
	.add_closslink_wrap{
		border-top:1px solid #bbbbbb;
		padding:20px 0px;
	}
	.add_closslink{
		width:960px;
		margin:0px auto;
		overflow:hidden;
	}
	.add_closslink_area{
		float:left;
		width:21.3%;
		border-right:1px solid #cccccc;
		padding:0px 1% 0px 2.5%;
		min-height:120px;
	}
	.add_closslink_area:first-child{
		border-left:1px solid #cccccc;
	}
	.add_closslink_area a:hover{
		color:#e60f0f;
	}
	.add_closslink_detail ul{
		margin-bottom:10px;
	}
	.add_2column ul{
		float:left;
		width:50%;
		margin:0px;
	}
	.add_closslink_detail li{
		background:none !important;
		padding:0px !important;
	}
	.add_closslink_area a{
		font-size:13px;
		font-weight:bold;
		padding-left:1em;
		background:url(./../img/add_arrow.png) no-repeat 0% 45%;
	}
	.add_closslink_area > a{
		margin-left:-1em;
	}
	.add_closslink_detail li a{
		font-size:11px;
		background:none;
		font-weight:normal;
		padding-left:0px;
	}
	.add_footer_bottom{
		background:#bbbbbb;
		overflow:hidden;
	}
	.add_footer_bottom ul{
		float:left;
	}
	.add_footer_bottom_wrap{
		width:1000px;
		overflow:hidden;
		padding:5px 0px;
		margin:0px auto;
	}
	.add_footer_bottom li{
		float:left;
		background:url(./../img/add_arrow_02.png) no-repeat 10% 45% !important;
	}
	.add_footer_bottom li a{
		color:#ffffff;
		font-size:11px;
	}
	.add_footer_bottom li a:hover{
		color:#e60f0f;
	}
	.tp_footer_utility{
		width:1000px;
		margin:0px auto;
		overflow:hidden;
		position:relative;
		height:26px;
	}
	.tp_preview,
	.tp_pagetop{
		float:right;
		border-left:1px solid #bbbbbb;
		border-top:1px solid #bbbbbb;
		border-right:1px solid #bbbbbb;
		background:#ffffff;
		-webkit-border-radius:5px 5px 0px 0px;
		border-radius:5px 5px 0px 0px;
		padding:5px 15px;
	}
	.tp_pagetop{
		position:absolute;
		right:0px;
	}
	.tp_preview{
		position:absolute;
		right:120px;
	}
	.tp_pagetop span{
		background:url(./../img/add_pagetop.png) no-repeat 0% 45% !important;
		padding-left:20px;
	}
	.tp_preview span{
		background:url(./../img/add_preview.png) no-repeat 0% 45% !important;
		padding-left:20px;
	}
	.add_footer_bottom span{
		color:#ffffff;
		font-size:11px;
		float:right;
	}
	@media only screen and (max-width:599px){
		.add_closslink{
			width:100%;
		}
		.add_closslink_area{
			float:none;
			width:100%;
			border-right:none;
			min-height:0px;
		}
		.add_closslink_area:first-child {
			border-left:none;
		}
		.add_closslink_area > a{
			margin-left:1em;
		}
		.add_closslink_detail{
			display:none;
		}
		.add_footer_bottom ul{
			width:100%;
			padding-bottom:5px;
		}
		.add_footer_bottom_wrap{
			width:100%;
		}
		.tp_footer_utility{
			width:96%;
		}
		.add_closslink_area a{
			background:url(./../img/add_arrowx02.png) no-repeat 0% 45%;
			background-size:5px;
			display:block;
			overflow:hidden;
			margin-bottom:10px;
		}
		.tp_pagetop span{
			background:url(./../img/add_pagetopx02.png) no-repeat 0% 45% !important;
			background-size:9px !important;
			padding-left:15px;
		}
		.tp_preview span{
			background:url(./../img/add_previewx02.png) no-repeat 0% 45% !important;
			background-size:9px !important;
			padding-left:15px;
		}
		.add_footer_bottom span{
			display:block;
			width:100%;
			text-align:center;
			border-top:1px solid #a6a6a6;
			padding-top:5px;
		}
	}
	/* recruit */
	.add_recruit .tp_media_07 .tp_text{
		width:65%;
	}
	.add_recruit .tp_media_07 .tp_media{
		width:33%;
	}
	.add_recruit .tp_masonry_03_b{
		width:1100px;
	}
	.add_recruit_btnarea_l{
		margin:15px 0px 10px 0px !important;
		width:48% !important;
		float:left;
	}
	.add_recruit_btnarea_r{
		margin:15px 0px 10px 0px !important;
		width:48%;
		float:right;
	}
	.add_recruit_btnarea a{
		display:block;
	}
	.add_recruit_btn{
		float:left;
		width:100%;
		border:1px solid #cccccc;
	}
	.add_recruit_listArea{
		margin-top:10px;
		width:100%;
		float:left;
	}
	.add_recruit_listArea p{
		min-height:3.5em;
	}
	.add_recruit_listArea li{
		margin-top:10px;
		padding-left:0px !important;
		border:1px solid #cccccc;
		background:#ffffff !important;
	}
	.add_recruit_listArea li a{
		display:block;
		padding:10px 20px;
		font-size:1.2em;
		font-weight:bold;
	}
	.add_recruit_listArea a:hover{
		color:#e60f0f;
	}


	@media only screen and (max-width:599px){
		#b0000207 .tp_media_02 .tp_media img{
			max-width: 70%;
			margin: 0px auto;
			display: block;
		}
		.add_recruit_btnarea_l,
		.add_recruit_btnarea_r{
			float:none !important;
			width:100% !important;
		}
		.add_recruit_btn{
			float:none;
			width:100%;
			margin-bottom:10px;
		}
		.add_recruit_listArea{
			width:100%;
			float:none !important;
		}
		.add_recruit_listArea li a{
			display:block;
			padding:10px 15px;
			font-size:1.1em;
		}
		.add_sp_border{
			padding-bottom:15px;
			border-bottom:1px dotted #cccccc;
		}
		.add_recruit_btnarea{
			margin:5px 0px 15px 0px !important;
		}
	}
	
	.tp_title_01{
		color:#333333;
		font-weight:bold;
		border-bottom:2px solid #e8502d;
	}
	#b0000038 .tp_text h4,
	#b0000043 .tp_text h4,
	.tp_title_02 h3,
	.tp_title_02 h4,
	.tp_title_02 h5,
	.tp_title_01 h3,
	.tp_title_01 h4,
	.tp_title_01 h5{
		font-weight:bold;
	}

	/* display 5block */
	.add_hide_navi .tp_masonry_03_a,
	.add_inquiry .tp_masonry_03_a,
	.add_entry .tp_masonry_03_a,
	.add_staff_top .tp_masonry_03_a,
	.add_staff_top .tp_breadcrumb,
	.add_staff_category .tp_masonry_03_a,
	.add_staff_category .tp_breadcrumb,
	.add_recruit .tp_masonry_03_a,
	.add_recruit .tp_breadcrumb,
	.add_menkoubou .tp_breadcrumb,
	.add_menkoubou .tp_masonry_03_a,
	/*.add_utility .tp_breadcrumb,*/
	.add_utility .tp_masonry_03_a{
		display:none;
	}
	.tp_breadcrumb a:hover{
		color:#e60f0f;
		text-decoration:underline;
	}
	@media only screen and (max-width:599px){
		.add_inquiry .tp_masonry_03_b,
		.add_entry .tp_masonry_03_b,
		.add_staff_top .tp_masonry_03_b,
		.add_staff_category .tp_masonry_03_b,
		.add_menkoubou .tp_masonry_03_b,
		.add_utility .tp_masonry_03_b,
		.add_recruit .tp_masonry_03_b{
			width:96% !important;
		}
		#b0000071,
		#b0000043,
		#b0000034,
		#b0000038,
		#b0000087,
		#b0000012,
		#b-000023,
		#b-000022{
			width:100% !important;
		}
	}
	.tp_title_02 {
		background: url(./../img/tp_title_02_a.png) no-repeat 0% 45%;
	}
	.tp_bg_01{
		background:#ffffff;
	}

	/* header */
	.tp_navi_option{
		width:260px !important;
		margin:20px 0px !important;
	}
	.add_header_wrap{
		float:left;
	}
	.tp_navi_search{
		float:right;
		margin:10px 0px;
	}
	.tp_navi_search input{
		-webkit-border-radius:20px;
		border-radius:20px;
		border:1px solid #cccccc;
		width:170px;
	}
	.add_header_linkarea{
		margin-top:13px;
	}
	.add_header_linkarea a{
		color:#666666;
		font-size:11px;
		margin-right:20px;
		padding-left:10px;
		background: url(./../img/add_header_link.png) no-repeat 0% 45%;
	}
	.add_header_linkarea a:hover{
		color:#e60f0f;
		background-image: url(./../img/add_arrow.png);
	}
	.add_navi_search .tp_masonry_03_a,
	.add_navi_search .tp_breadcrumb{
		display:none;
	}
	.add_navi_search .tp_masonry_wrap_03{
		width:800px;
	}
	@media only screen and (max-width:599px){
		.tp_navi_option{
			width:100% !important;
			margin:0px !important;
		}
		.tp_navi_search input{
			width:160px;
		}
		.add_header_wrap,
		.tp_navi_search{
			float:none;
			width:96%;
			margin:0px auto;
			text-align: center;
			margin-bottom: 10px;
		}
		.add_header_wrap{
			text-align:right;
		}
		.add_header_linkarea{
			margin-top:10px;
		}
	}
	.add_top_slide_list{
		background:#eeeeee;
		overflow:hidden;
		padding:20px 0px;
		margin-bottom: 30px;
	}
	.add_top_slide_list_wrap{
		width:855px;
		margin:0px auto;
	}
	.add_top_slide_list_wrap ul{
		overflow:hidden;
	}
	.add_top_slide_list_wrap li{
		background:none !important;
		padding:0px !important;
		float:left;
		width:15%;
		margin-left:1.5%;
	}
	#b0000002:hover,
	#b0000008:hover,
	#b0000010:hover,
	#b0000030:hover,
	#b0000031:hover,
	#b0000032:hover,
	#b0000033:hover,
	#b0000288:hover{
		opacity:0.7;
	}
	.add_top_slide_list_wrap li a:hover{
		opacity:0.6;
	}
	.add_news_bg{
		background: url(./../img/add_news_bg.png) repeat-x 0% 0%;
		padding-top:10px;
		overflow:hidden;
		margin:0px 10px;
	}
	@media only screen and (max-width:599px){
		.add_top_slide_list_wrap{
			width:96%;
			margin:0px auto;
		}
		.add_top_slide_list_wrap ul{
			overflow:hidden;
			margin-top:0px;
		}
		.add_top_slide_list_wrap li:first-child,
		.add_top_slide_list_wrap li{
			width:31%;
			margin-left:1.5%;
			margin-top:5px;
		}
		.add_top_slide_list_wrap li img{
			width:100%;
		}
		.tp_navi_search_button{
			top: 2px;
			width:10px;
			height:10px;
			display:inline-block;
			right: 50%;
			margin-right: -75px;
		}
	}
/* activity */
	#b0000062 .tp_slide_01{
		background:#f0f0f0;
	}
	#b0000062 .tp_slide_01 .tp_slide_btn{
		width:38px !important;
		height:76px !important;
		background-size:38px 76px;
	}
	#b0000062 h4{
		margin-top:20px;
	}
	#b0000062 .tp_m{
		overflow:hidden;
	}
	#b0000062 .tp_text .add_corporate_btnarea{
		margin:10px 3px 5px 10px !important;
	}
	#b0000062 .tp_text {
		margin:0px !important;
	}
	#b0000062 .tp_text h4{
		padding-left:30px !important;
	}
	#b0000062 .add_main_activity_wrap{
		margin-bottom:60px !important;
		margin-left:-2% !important;
	}
	#b0000062 .add_main_activity_wrap li{
		width:31%;
		margin-top:20px;
		padding-left:2% !important;
		background:none !important;
		float:left;
	}
	#b0000062 .tp_media{
		border:1px solid #cccccc;
	}
	#b0000062 .tp_media .tp_text{
		padding:5px !important;
		
	}
	.add_main_activity_wrap{
		overflow:hidden;
	}
	@media only screen and (max-width:599px){
		#b0000062 .tp_text h4{
			padding:0px 10px !important;
		}
		#b0000062 .tp_slide_01 .tp_slide_btn{
			width:30px !important;
			height:60px !important;
			background-size:30px 60px;
		}
		#b0000062 .add_main_activity_wrap ul{
			text-align:center !important;
		}
		#b0000062 .add_main_activity_wrap li{
			margin:0px auto;
			padding-top:20px;
			width:48% !important;
			float:left !important;
		}
		#b0000062 .add_main_activity_wrap li img{
			width:100% !important;
		}
	}

	#b0000062 .tp_slide_pager{
		bottom:6% !important;
	}
	#b0000017 img{
		max-width:1040px;
	}
	#b0000001 .tp_slide_01{
		max-width:1040px;
		margin:0px auto;
	}
	.tp_width_04 .tp_m_desktop_first{
		margin-top:15px;
	}
/*
	.tp_masonry_wrap_03 .tp_masonry_03_b{
		margin-top: 30px;
	}
*/
	.add_corporate_top .tp_masonry_wrap_03 .tp_masonry_03_b{
		margin-top: 0px;
	}


	.tp_navi_btn_04 .tp_horizon_navi_wrap .tp_navi_link.tp_navi_current,
	.tp_navi_btn_04 .tp_horizon_navi_wrap .tp_navi_link:hover{
		border-bottom: 5px solid #e15046;
	}

/* subnavi */
	.tp_navi_03_sub .tp_navi_in{
		margin:10px 10px 10px 0px;
	}
/* corporate */
	.add_corporate_top_wrap{
		margin-right:-2%;
	}
	.add_corporate_top_wrap ul li{
		margin-top:10px !important;
		padding-left:0em !important;
		margin-right:1.5%;
		width:48%;
		border:1px solid #cccccc;
		background:#ffffff !important;
		float:left;
	}
	.add_corporate_top_wrap ul li a{
		display:block;
		padding:5px !important;
		font-size:1.1em;
		font-weight:bold;
	}
		.add_corporate_top_wrap ul li a:hover{
		color:#e60f0f;
	}
	.add_corporate_top_wrap ul li a img{
		width:35%;
		padding-right:20px;
		vertical-align:middle;
	}
	@media only screen and (max-width:599px){
		.add_corporate_top_wrap{
			width:100% !important;
		}
		.add_corporate_top_wrap ul li{
			width:100% !important;
		}
		.add_corporate_top_wrap ul li a{
			font-size:1.1em;
		}
	}

	.add_summary_tb th{
		width:11em;
	}
	.add_summary_ctb_01 td,
	.add_summary_ctb_02 td{
		padding:0px !important;
		border:none !important;
	}
	.add_summary_ctb_01 td{
		width:85% !important;
	}

	.add_summary_ctb_btn{
		border:1px solid #cccccc;
		background:#ffffff;
	}
	.add_summary_ctb_btn a{
		display:block;
		padding:10px;
		text-align:center;
		font-weight:bold;
	}
	.add_summary_ctb_btn a:hover{
		color:#e60f0f;
	}
	.add_square_red{
		color:#cc0000 !important;
	}
	.add_corporate_tb_h5{
		font-size:1.5em;
		font-weight:bold;
	}

	
	@media only screen and (max-width:599px){
	.add_corporate_tb th,
	.add_corporate_tb td{
		display:block;
		width:auto;
		border-bottom:none !important;
		border-right:none !important;
		border-left:none !important;
	}
		.add_summary_tb th{
			width:7em;
		}
	.add_summary_ctb_01 td,
	.add_summary_ctb_02 td{
		width:100% !important;
		float:left;
	}
	.add_summary_ctb_02 tr{
		padding-top:20px !important;
		border-bottom:1px dotted #cccccc !important;
	}
	.add_table_indent_blaket{
		text-indent:-0.5em !important;
	}
	.add_summary_ctb_btn{
	margin-top:0.5em !important;
	}
		.add_phone_center{
			text-align:center !important;
		}
	}

	/* foodspark */
	.add_foodspark_wrap{
	width:729px;
	}
	.add_foodspark_li li{
		padding-left:0px !important;
		width:243px;
		float:left;
		background:#ffffff;
	}
	.add_foodspark_01{
		background:#7fbe71 !important;
	}
	.add_foodspark_02{
		background:#ffb526 !important;
	}
	.add_foodspark_03{
		background:#ea5032 !important;
	}
	.add_foodspark_li a{
		display:block;
		padding:20px 0px;
		text-align:center;
		color:#ffffff;
		font-size:1.3em;
		font-weight:bold;
	}
	.add_foodspark_li li:hover{
		opacity:0.7;
	}

	.add_foodspark_01 .tp_hide_desktop{
		display: none;
	}
	.add_foodspark_02 .tp_hide_desktop{
		display: none;
	}

	@media only screen and (max-width:599px){
		.add_foodspark_wrap{
			width:100% !important;
		}
		.add_foodspark_li{
			margin-right:-1%;
			line-height: 1.2em;
		}
		.add_foodspark_li li{
			width:33%;
		}
		.add_foodspark_li a{
			display:block;
			padding:20px 0px;
			text-align:center;
			color:#ffffff;
			font-size:0.8em;
			font-weight:bold;
		}
		#b0000067 .tp_media_06 .tp_media,
		#b0000067 .tp_media_06 .tp_text{
			width:100% !important;
			margin-bottom:10px;
		}
		.add_foodspark_01 .tp_hide_desktop{
			display: block;
		}
		.add_foodspark_02 .tp_hide_desktop{
			display: block;
		}
		.add_foodspark_li .add_foodspark_03 a{
			padding: 2.65em 0em;
		}
	}

/*==========================================================
	font-size 2015/07/16 edit
==========================================================*/
	@media only screen and (min-width:600px){
		/* common */
		.tp_width_04 .tp_m {
			margin:16px 30px;
		}
		.tp_masonry_03_a .tp_navi_current_wrap > a:first-child{
			font-size:1.5em;
		}
		.tp_masonry_03_a .tp_navi_current a {
			font-size:1.25em;
		}
		.tp_width_04 .tp_title h3, .tp_width_04 .tp_text h3{
			font-size:2em;
			line-height:1.4em;
		}
		.tp_width_04 .tp_title h4, .tp_width_04 .tp_text h4 {
			font-size:1.5em;
		}
		.tp_width_04 .tp_text h5 {
			font-size: 1.333em;
		}
		.tp_text p{
			font-size:1.167em;
			line-height:1.75em;
		}

		/* top */
		.add_link_arrow_top a{
			font-size:1.02em;
		}

		/* news */
		.tp_news{
			font-size:1.167em;
		}
		.tp_news_date {
			width:115px !important;
		}
		.tp_news_have_thumbs .tp_news_info{
			width:60% !important;
		}
		#b0000333 .tp_news_have_thumbs .tp_news_info,
		#b0000225 .tp_news_have_thumbs .tp_news_info,
		#b0000162 .tp_news_have_thumbs .tp_news_info{
			width:70% !important;
		}

		/* corporate */
		.add_idea_tasty ol li{
			font-size:1.167em;
			line-height:1.75em;
		}
		#b0000107 .add_corporate_top_wrap ul li a,
		#b0000105 .add_corporate_top_wrap ul li a{
			font-size:1.333em;
		}
		#b0000105 .add_corporate_top_wrap ul li a img{
			padding-right:16px;
		}
		.add_summary_tb li{
			font-size:1em;
		}
		.add_history_tbl{
			font-size:1.167em;
		}
		.add_idea_text p{
			font-size:1.083em;
		}
		/* social_action */
		.tp_text .add_comment{
			font-size:1em;
		}
		.add_baseball_list li{
			font-size:1.083em;
		}
		.add_social_donation_box{
			width:64%;
		}
		.add_main_activity_wrap p{
			font-size:1em;
			line-height:1.5em;
		}

		/* business */
		#b0000271 .add_corporate_top_wrap ul li a{
			font-size:1.333em;
		}

		/* recruit */
		.add_recruit_listArea ul li{
			font-size:1.167em;
		}
		.tp_text table .add_institution,
		.tp_text table.add_work_location{
			font-size:1em;
		}
		.tp_text table .add_work_location th{
			width:9em !important;
		}
		.add_recruit_flow_detail table{
			font-size:1.167em;
		}

		/* staff */
		.add_shopdata_list{
			font-size:1.167em;
		}
		.add_shopdata_list .add_text .add_shop{
			width:140px;
		}
		.add_shopdata_list .add_text{
			width:370px;
		}
		.add_shopdata_list .add_text .add_address{
			margin-left:10px;
			width:220px;
		}
		#b0000038 .tp_text ul li,
		#b0000043 .tp_text ul li{
			font-size:1.167em;
			line-height:1.667em;
		}
		.add_voice_comment{
			font-size:1.167em;
			line-height:1.667em;
		}

		/*contact*/
		#b0000080 .add_main_faq_wrap ul li a{
			font-size:1.083em;
		}
		.add_form_gray_comment,
		.add_form_entry_comment{
			font-size: 0.75em !important;
		}
	}
	/* senior_activity */
	#b0000181 .add_senior_activity_btn ul{
		margin-right:-26px;
	}
	#b0000181 .add_senior_activity_btn ul li{
		padding:0px 26px 20px 0px;
		background:none !important;
		float:left;
	}
	#b0000181 .add_senior_activity_btn ul li:hover{
		opacity:0.6;
	}
	.add_senior_activity_btn li img{
		border:1px solid #cccccc;
	}

	/* display 5block */
	.add_hide_navi .tp_masonry_03_a,
	.add_inquiry .tp_masonry_03_a,
	.add_entry .tp_masonry_03_a,
	.add_staff_top .tp_masonry_03_a,
	.add_staff_top .tp_breadcrumb,
	.add_staff_category .tp_masonry_03_a,
	.add_staff_category .tp_breadcrumb,
	.add_recruit .tp_masonry_03_a,
	.add_recruit .tp_breadcrumb,
	.add_menkoubou .tp_breadcrumb,
	.add_menkoubou .tp_masonry_03_a,
	/*.add_utility .tp_breadcrumb,*/
	.add_utility .tp_masonry_03_a{
		display:none;
	}
	.tp_breadcrumb a:hover{
		color:#e60f0f;
		text-decoration:underline;
	}
	@media only screen and (max-width:599px){
		.add_inquiry .tp_masonry_03_b,
		.add_entry .tp_masonry_03_b,
		.add_staff_top .tp_masonry_03_b,
		.add_staff_category .tp_masonry_03_b,
		.add_menkoubou .tp_masonry_03_b,
		.add_utility .tp_masonry_03_b,
		.add_recruit .tp_masonry_03_b{
			width:96% !important;
		}
		#b0000071,
		#b0000043,
		#b0000034,
		#b0000038,
		#b0000087,
		#b0000012,
		#b-000023,
		#b-000022{
			width:100% !important;
		}
	}
	.tp_title_02 {
		background: url(./../img/tp_title_02_a.png) no-repeat 0% 45%;
	}
	.tp_bg_01{
		background:#ffffff;
	}
	/* news */
	.tp_news_date {
		float: left;
		width: 150px !important;
	}
	.tp_news_date_day {
		float: left;
		margin-right: 10px;
	}
	/*.tp_news_info {
		float: right;
		width: 70%;
	}*/
	.tp_news_info {
		float: left;
		width: 70%;
		margin-left:10px;
	}
	.tp_news_in {
		border-top: 1px dotted #666666 !important;
		padding: 10px 0 !important;
	}
	.tp_news_wrap{
		margin:0 10px;
	}
	.add_link_newslist{
		text-align:right;
		margin-right:20px;
	}
	.tp_news_in:first-child{
		border-top:none !important;
	}
	.tp_news_select {
		padding:0px !important;
	}
	.tp_news_select .tp_text{
		position:absolute;
		top:0px;
		right:0px;
	}
	.add_link_arrow_top a{
		display:block;
/*		background: url(./../img/add_arrow_03.png) no-repeat 96% 45% #ffffff;*/
		text-align:center;
		padding:10px 0px;
		font-weight:bold;
	}
	@media only screen and (max-width:599px){
		.add_link_arrow_top{
/*			background: url(./../img/add_arrow_03x02.png) no-repeat 96% 45% #ffffff;*/
			background-size:6px;
			line-height: 1.4em;
		}
		.tp_news_info {
			width:100%;
			margin-left:0px;
		}
		.tp_news_select .tp_text{
			position:absolute;
			top:52px;
			right:0px;
		}
	}
	/* business_btnarea */
	.add_business_btnarea li {
		float: left;
		width: 49%;
		padding-left: 0px !important;
		margin-left:2%;
	}
	.add_business_btnarea li:first-child {
		margin-left: 0px;
	}
	.add_business_btnarea li a {
		background: #ffffff;
		color: #e8502d;
		text-align:center;
		display:block;
		padding:10px 0px;
		-webkit-border-radius:5pxx;
		border-radius:5px;
		background:#ffffff;
		overflow:hidden;
		border: 2px solid #e8502d !important;
	}
	.add_business_btnarea li a span{
		font-size: 1.25em;
	}
	.add_business_btnarea li a:hover{
		color: #ffffff;
		background: #e8502d;
	}
	@media only screen and (max-width: 599px){
		.add_business_btnarea li a span {
			font-size: 1em;
			font-weight: bold;
		}
	}

	#add_business_detail_01 .tp_text h5,
	#add_business_detail_02 .tp_text h5,
	#add_business_detail_01 .tp_text h5 a,
	#add_business_detail_02 .tp_text h5 a{
		color:#111111;
	}
	#add_business_detail_01 .tp_text h5 a:hover,
	#add_business_detail_02 .tp_text h5 a:hover{
		color:#e60f0f;
		text-decoration:none !important;
	}
	#add_business_detail_01 .tp_m,
	#add_business_detail_02 .tp_m,
	#add_business_detail_03 .tp_m{
		margin:14px 0px !important;
	}
	.tp_media_05 .tp_text img,
	.add_form_entry_zip_link img{
		padding-left:5px;
		vertical-align:middle;
	}
	@media only screen and (max-width:599px){
		.add_business_abroad_btn {
			width:auto !important;
		}
		.add_business_abroad_btn a{
			font-size:1em;
		}
		#b0000269 .add_business_abroad_img img,
		#b0000270 .add_business_abroad_img img{
			max-width:100% !important;
			max-height:150px !important;
		}
		.tp_media_02 .tp_text img,
		.add_form_entry_zip_link img{
		padding-left:5px;
		vertical-align:middle;
		width: 17px;
		}
	}
/* menkoubou */
	.add_menkoubou_in{
		float:left;
		width:600px;
	}
	.add_menkoubou_wrap p span{
		font-size:11px;
	}
	.add_menkoubou_wrap p span a{
		color:#cc0000;
	}
	.add_menkoubou_wrap img{
		float:right;
		width:300px;
	}
	.add_boil_point{
		padding:10px;
		border:1px solid #dddddd;
	}
	.add_boil_point p span{
		font-weight:bold;
		color:#ffffff;
		-webkit-border-radius:3pxx;
		border-radius:3px;
		background:#e8502d;
		padding: 3px 10px;
		margin-bottom: 4px;
		display: block;
		width: 50px;
		text-align: center;
	}
	.add_menkoubou_goods p{
		display:block;
		width:30%;
		color:#ffffff;
		font-size:16px;
		text-align:center;
		background:#E98F7A ;
		padding:15px 20px;
	}
	.add_menkoubou_goods p span{
		background:url("./../img/add_arrow_02.png") no-repeat right center;
		padding-right:15px;
	}

	@media only screen and (max-width:599px){
		.add_menkoubou_in,
		.add_menkoubou_wrap img{
			float:none;
			width:100%;
			margin-bottom:10px;
		}
		.add_boil_point p span{
			width:25%;
		}
		.add_menkoubou_goods p{
			width:auto;
			font-size:14px;
		}

	}
	#b0000023 .tp_media_02 .tp_media,
	#b0000270 .tp_media_02 .tp_media{
		text-align:center;
		margin:15px 0px 3px 0px;
	}
	#b0000023 .tp_media_02 .tp_media img,
	#b0000270 .tp_media_02 .tp_media img{
		max-width:60%;
		width:auto;
		max-height:100px;
	}
	.add_popup_shop_detail_wrap .add_phone{
		margin:20px auto 10px auto;
		text-align:center;
	}
	.add_popup_shop_detail_wrap .add_phone a{
		color:#e8502d;
		font-size:1.4em;
		font-weight:bold;
	}
	
	.add_pageanc_wrap{
		height:1px;
	}
	.add_business_anc_wrap,
	.add_social_anc_wrap{
		margin-bottom:0px;
	}
	.add_business_anc,
	.add_social_anc{
		float:left;
		width:30%;
		margin-left:5%;
		background:#f4f4f4;
		-webkit-border-radius:55px;
		border-radius:5px;
	}
	.add_business_anc:first-child,
	.add_social_anc:first-child{
		margin-left:0px;
	}
	.add_business_anc a,
	.add_social_anc a{
		font-weight:bold;
		text-align:center;
		padding:5px 8px 10px;
		background:url('./../img/add_scrollto.png') no-repeat 50% 90%;
		-webkit-background-size:6px 4px;
		background-size:6px 4px;
		display:block;
	}
	.add_business_anc a:hover,
	.add_social_anc a:hover{
		color:#e60f0f;
	}
	.add_business_sp_link{
		margin-top:5px;
	}
	.add_business_sp_link a{
		color:#e60f0f;
		width:100%;
		padding-left:14px;
		display:block;
		background:url('./../img/add_arrow_04.png') no-repeat 0% 46%;
	}
	.add_business_abroad_btn{
		margin-top:10px;
		width:200px;
		border:1px solid #cccccc;
	}
	.add_business_abroad_btn a{
		display:block;
		padding:5px 10px !important;
		text-align:center;
		font-size:1.2em;
		font-weight:bold;
		cursor:pointer;
	}
	.add_business_abroad_btn a:hover{
		color:#e60f0f;
	}
/* abroad */
	#b0000025 .add_right .add_text{
	margin-top:0px !important;
	}
	#b0000025 .add_abroad_btn{
		margin:10px 0px !important;
		width:100%;
		font-size:1.3em;
		text-align:center;
		float:left;
	}
	#b0000025 .add_abroad_btn a{
		display:block;
		padding:10px !important;
		background:#e60f0f;
		color:#ffffff !important;
	}

	.add_thailand_shoplist_wrap{
		margin-top:20px !important;
	}
	.add_thailand_shoplist_all{
		font-size:1.3em !important;
		font-weight:bold;
	}
	.add_thailand_shoplist_all span{
		font-size:0.8em !important;
		font-weight:normal !important;
	}
	.add_thailand_shoplist_wrap dt{
		padding:10px 0px 15px;
		border-bottom:1px dotted #cccccc !important;
	}
	.add_thailand_shoplist_wrap td{
		border-left:none !important;
		border-right:none !important;
	}
	.add_thailand_shoplist_wrap dd{
		padding-top:5px;
	}
	.add_thailand_shoplist_wrap .add_number{
		color:#cc0000;
		font-weight:bold;
	}
	.add_shop_photo{
		width:auto;
		text-align:center;
	}
	.add_shop_photo img{
		width:100% !important;
		vertical-align:middle;
	}
	.add_thailand_shop_btn{
		width:50px !important;
		text-align:center;
		float:right;
	}
	.add_thailand_shop_btn a{
		display:block;
		padding:5px !important;
		background:#e60f0f;
		color:#ffffff !important;
	}
	@media only screen and (max-width:599px){
		#b0000153{
			width:auto !important;
		}
		#b0000154{
			width:auto !important;
		}
	}
/*==========================================================
	2015.07.03 edit
==========================================================*/
	.tp_search_hide_dt{
		display:none;
	}

	@media only screen and (max-width: 599px){
		.tp_search_hide_sp{
			display:none;
		}
		.tp_search_hide_dt{
			display:block;
		}
		.tp_navi_btn_06 .tp_horizon_navi_wrap .tp_navi_link {
			width:25%;
		}
		.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link_05 a ,
		.tp_navi_03 .tp_horizon_navi_wrap .tp_navi_link_05 a:hover{
			border-right:none;
		}
		.add_header_linkarea{
			margin-top:0px;
		}
		.tp_header_search_btn{
			text-align: center;
			width:18px;
			height:18px;
			padding-left:0px !important;
			margin-right:0px !important;
			background-image: none !important;
			border:1px solid #cccccc;
			-webkit-border-radius:6px;
			border-radius:6px;
			display:inline-block;
		}
		.tp_header_search_btn img{
		}
	}
		
/*==========================================================
	2017.04.27 edit
==========================================================*/

	.add_idea_text{
		margin-bottom:30px !important;
		padding:20px 20px 15px;
		border:1px solid #999999;
	}
	.add_idea_text h4{
		color:#cc0000;
	}
/*
	.add_idea_text p{
		padding-bottom:5px;
		border-bottom:1px dotted #cccccc;
	}
*/
	.add_rule_wrap{
		margin:15px 0px 30px 0px !important;
	}
	.add_rule_wrap h5{
		font-weight:bold;
		padding-left:17px;
		padding-bottom:3px;
		border-bottom:1px solid #eeeeee;
		background: url(./../img/tp_title_02_a.png) no-repeat 0% 25%;
	}
	.add_rule_wrap ul.add_sub_list{
		padding-left:2.5em;
	}
	.add_rule_wrap ul li{
		background:none !important;
		text-indent:-2.5em;
		padding-left:2em;
	}
	
	@media only screen and (max-width: 599px){
		.add_history_wrap .tp_media{
			width:100%;
			float:none;
			margin-bottom:10px;
		}
		.add_history_wrap .tp_text{
			width:100%;
			float:none;
		}
	}
	.add_navi_search .tp_masonry_03_a{
		display:none;
	}
	.add_navi_search .tp_masonry_03_b{
		min-height: 500px;
	}
	#b-000022{
		width: 900px !important;
		margin: 10px auto 0 auto;
	}
	.add_utility .tp_masonry_03_b{
		width: 900px !important;
	}
	.add_utility .tp_masonry{
		width: 900px !important;
	}
	.add_hide_desktop_top{
		display: none;
	}
	@media only screen and (max-width: 599px){
		.add_hide_desktop_top{
			display: block;
		}
		#b-000022{
			width: 100% !important;
			margin-top: 10px;
		}
		.add_utility .tp_masonry_03_b{
			width: 96% !important;
		}
		.add_utility .tp_masonry{
			width: 100% !important;
		}
}
/* social_action_top_wrap */
	.add_corporate_top_wrap a{
		line-height:1.25em;
	}
	.add_social_action_top_wrap a.add_br img{
		float:left;
	}
	.add_social_action_top_wrap a.add_br span{
		display:block;
		width:auto;
		float:left;
		margin:4% 0px;
	}
	@media only screen and (max-width:599px){
		.add_social_action_top_wrap ul li a img{
			padding-right:10px;
		}
		.tp_navi_03 .tp_navi_option{
			border-bottom: 2px solid #e8502d;
		}
	}
	@media only screen and (max-width:399px){
		.add_social_action_top_wrap a.add_br{
			font-size:1em;
		}
	}
/* font-size */
	.tp_width_04 .tp_title h3,
	.tp_width_04 .tp_text h3{
		font-size:1.667em;
		line-height: 1.4em;
	}
	.tp_width_04 .tp_title h4,
	.tp_width_04 .tp_text h4{
		font-size:1.333em;
	}
	.tp_text{
		line-height:1.75em;
	}
	@media only screen and (max-width:599px){
		.tp_width_04 .tp_title h3,
		.tp_width_04 .tp_text h3 {
			font-size: 1.5em;
		}
		.tp_width_04 .tp_title h4,
		.tp_width_04 .tp_text h4{
			font-size:1.250em;
		}
		.tp_text{
			font-size:1.083em;
			line-height:1.667em;
		}
	}
	@media only screen and (max-width:599px){
		#b0000005 .tp_media_07 .add_idea_tasty .tp_media{
			width:auto !important;
			text-align:center;
			float:none !important;
			margin-bottom: 15px;
		}
		#b0000005 .tp_media_07 .add_idea_tasty .tp_text{
			width:auto !important;
			float:none !important;
			
		}
		.add_idea_tasty ol li{
			font-size:1.167em;
			line-height:1.75em;
		}
	}
	.add_link_top_blank_space{
		display: inline-block;
	}
	.add_menu_btn{
		background: url(./../img/add_menu_arrow.png) no-repeat 10px center #E60F0F;
		width: 110px;
		padding: 8px 0px 6px 30px;
		display: block;
	}
	.add_menu_btn_inner{
		color: #FFF;
		font-size: 1.167em;
		font-weight: bold;
		line-height: 1;
	}
	.add_menu_btn_hover{
		margin-top: 10px;
		margin-bottom: 20px;
	}
	.add_menu_btn_hover a:hover{
		cursor: pointer;
		opacity: 0.6;
	}
	@media only screen and (max-width:599px){
		.add_menu_btn{
			width: 100px;
			padding: 6px 0px 6px 30px;
			background: url(./../img/add_menu_arrow_x2.png) no-repeat 10px center #E60F0F;
			background-size: 9px 11px;
		}
		.add_menu_btn_inner{
			font-size: 1em;
		}
		.add_link_top_blank_space{
			display: block;
		}
	}
	.add_summary_graph_sub{
		vertical-align: top;
	}
/*==========================================================
	block class
==========================================================*/
	.tp_masonry_03_b .tp_masonry{
		margin-left: auto;
		margin-right: auto;
	}
	.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;}

	/* text */
	.tp_fix, .tp_liquid{
		word-break: normal;
	}