@charset "shift_jis";

@media screen and (min-width: 769px) {
	/* CSS Document */

	/* ----------------------------------------------------
　body この記述は消さないでください！
  背景の色替えなどが必要な時に修正
---------------------------------------------------- */

	body {
		color: #000000;
		font-size: 12px;
		font-weight: normal;
		line-height: 18px;
		text-align: left;
		background: #FFFFFF;
		margin: 35px 0px 0px 0px;
		padding: 0;
		font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	}

	ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	a {
		text-decoration: none;
	}

	/* ----------------------------------------------------
　header 固定 この記述は消さないでください！
  PCヘッダー固定用。色変更したいときはnew_headerのバックグラウンドを変更
---------------------------------------------------- */

	h1 {
		color: #fff;
		font-size: 11px;
		text-align: left;
		width: 55%;
		line-height: 35px;
		padding-left: 10px;
		float: left;
		position: fixed;
		top: 0;
		z-index: 150;
		margin: 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.new_header {
		background-color: #025AB3;
		;
		width: 100%;
		height: 35px;
		position: fixed;
		top: 0;
		z-index: 100;
	}

	.new_header_inner {
		width: 1200px;
		margin: 0 auto;
		overflow: auto;
	}

	.new_header_icon {
		float: left;
		margin: 8px 0 0 0;
	}

	.new_header_menu {
		float: right;
		margin-top: 6px;
	}

	.new_header_menu ul {
		margin: 0;
		padding: 0;
		overflow: hidden;
	}

	.new_header_menu li {
		width: 110px;
		list-style-type: none;
		background-color: #EEEEEE;
		float: left;
		padding: 0;
		margin-right: 6px;
	}

	.new_header_menu li:nth-child(4),
	.new_header li:nth-child(5) {
		background-color: #bc1e1e;
	}

	.new_header_menu li:nth-child(4) a,
	.new_header li:nth-child(5) a {
		color: #ffffff;
		text-align: center;
	}

	.new_header_menu a {
		color: #303030;
		text-decoration: none;
		display: block;
		padding: 3px 10px;
		height: 16px;
		line-height: 16px;
		font-size: 12px;
		letter-spacing: 1px;
	}

	.new_header_menu a img {
		float: left;
		margin: 0px 10px 0px 0px;
	}

	.new_header_icon:hover,
	.new_header_menu li:hover {
		filter: alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
	}

	/*-------------------------------------------------------------------
  ここから下を全削除後、各サイトの共通テンプレート
  ヘッダーフッターサイドバーなどで使用するcssを記載してください
  サイドバーのcssをそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/

	/*ヘッダー*/
	.c_head {
		background-image: url(../img/c_head_sen.jpg);
		background-repeat: repeat-x;
		background-position: center top;
		padding: 0px;
		width: 100%;
		overflow: hidden;
		margin-top: -12px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
	}


	.c_head_menu {
		padding: 0px;
		width: 1000px;
		margin-top: 18px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

	.c_head_menu ul {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	.c_head_menu ul li {
		list-style-type: none;
		float: right;
		height: 20px;
		width: 80px;
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 10px;
		background-image: url(../img/c_head_menubg.jpg);
		text-align: left;
	}

	.c_head_menu ul li a {
		font-size: 10px;
		font-family: "メイリオ";
		text-decoration: none;
		line-height: 20px;
		color: #333333;
		text-indent: 5px;
		display: block;
	}

	.c_head_menu ul li a:hover {
		font-size: 10px;
		font-family: "メイリオ";
		text-decoration: underline;
		line-height: 20px;
		color: #333333;
		text-indent: 5px;
		display: block;
	}

	.c_head_logo {
		clear: both;
		padding: 0px;
		width: 1000px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		text-align: left;
		overflow: hidden;
	}

	.c_head_logo img {
		float: left;
	}

	.c_head_tempo {
		padding: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 12px;
		float: left;
		width: 725px;
	}

	.c_head_tempo p {
		padding: 0px;
		font-family: "メイリオ";
		font-size: 16px;
		color: #025AB3;
		text-decoration: none;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 18px;
		line-height: 26px;
	}

	.c_head_tempo ul {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	.c_head_tempo ul li {
		padding: 0px;
		float: left;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		margin-left: 8px;
		text-align: center;
		height: 25px;
		width: 94px;
		list-style-type: none;
	}

	.c_head_tempo ul li a {
		font-family: "メイリオ";
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		line-height: 25px;
		height: 25px;
		width: 94px;
		display: block;
	}

	.c_head_tempo ul li a:hover {
		font-family: "メイリオ";
		font-size: 11px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: underline;
		line-height: 25px;
		height: 25px;
		width: 94px;
		display: block;
	}

	#tempobg1 {
		background-image: url(../img/c_head_tempobg1.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}

	#tempobg2 {
		background-image: url(../img/c_head_tempobg2.gif);
		background-repeat: no-repeat;
		background-position: center center;
	}

	.c_menu {
		padding: 0px;
		height: 30px;
		width: 100%;
		margin-top: 18px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		overflow: hidden;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #CCE7F4;
		border-bottom: 1px solid #C3C3C3;
	}

	.c_menu ul {
		width: 1000px;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 0px;
		overflow: hidden;
        display: flex;
        justify-content: space-around;
	}

	.c_menu ul li {
		margin: 0px;
		padding: 0px;
		height: 20px;
		width: 161px;
		list-style-type: none;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #CCE7F4;
		text-align: left;
	}

	.c_menu ul li a {
		font-size: 14px;
		font-family: "メイリオ";
		color: #000000;
		text-decoration: none;
		line-height: 20px;
		height: 20px;
		width: 141px;
		display: block;
		text-indent: 35px;
	}

	.c_menu ul li a:hover {
		font-size: 14px;
		font-family: "メイリオ";
		color: #000000;
		text-decoration: underline;
		line-height: 20px;
		height: 20px;
		width: 141px;
		display: block;
		text-indent: 35px;
	}

	#menu1 {
		background-image: url(../img/c_menu_icon1.jpg);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	#menu2 {
		background-image: url(../img/c_menu_icon2.jpg);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	#menu3 {
		background-image: url(../img/c_menu_icon3.jpg);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	#menu4 {
		background-image: url(../img/c_menu_icon4.jpg);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	#menu5 {
		background-image: url(../img/c_menu_icon5.jpg);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	#menu6 {
		background-image: url(../img/c_menu_icon6.jpg);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	#menu7 {
		background-image: url(../img/c_menu_icon7.jpg);
		background-repeat: no-repeat;
		background-position: 10px center;
	}

	/*ヘッダーおわり*/

	/*フッター*/

	.foot_chintai {
		background-color: #1260E0;
		width: 100%;
		margin: 0px;
		padding: 0px;
		overflow: hidden;
	}

	.c_foot {
		width: 1000px;
		margin-top: 20px;
		margin-right: auto;
		margin-bottom: 15px;
		margin-left: auto;
		text-align: left;
		font-size: 14px;
		line-height: 28px;
		font-weight: bold;
		color: #FFFFFF;
		text-decoration: none;
		overflow: hidden;
		padding: 0px;
	}

	.c_foot ul {
		margin: 0px;
		padding: 0px;
		overflow: hidden;
		width: 1000px;
	}

	.c_foot ul li {
		float: left;
		padding: 0px;
		margin-top: 0px;
		margin-right: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
		list-style-type: none;
	}

	.c_foot ul li a {
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
		font-size: 14px;
		line-height: 28px;
	}

	.c_foot ul li a:hover {
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: underline;
		font-size: 14px;
		line-height: 28px;
	}

	.footer_top {
		padding: 0px;
		width: 1000px;
		margin-top: 30px;
		margin-right: auto;
		margin-bottom: 10px;
		margin-left: auto;
		text-align: right;
		clear: both;
	}

	.footer {
		background-color: #0C419A;
		width: 100%;
		overflow: hidden;
		margin: 0px;
		padding: 0px;
	}

	.footer1 {
		padding: 0px;
		width: 1000px;
		overflow: hidden;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}

	.footer1 ul {
		float: left;
		width: 194px;
		margin-top: 12px;
		margin-right: 0px;
		margin-bottom: 12px;
		margin-left: 0px;
		overflow: hidden;
		border-left-width: 1px;
		border-left-style: dotted;
		border-left-color: #FFFFFF;
		text-align: left;
		padding-top: 10px;
		padding-right: 0px;
		padding-bottom: 0px;
		padding-left: 0px;
		height: 250px;
	}

	.footer1 ul li {
		text-indent: 25px;
		list-style-type: none;
		font-size: 12px;
		line-height: 20px;
		color: #FFFFFF;
		font-weight: bold;
	}

	.footer1 ul li a {
		font-size: 12px;
		line-height: 20px;
		font-weight: normal;
		color: #FFFFFF;
		text-decoration: none;
	}

	.footer1 ul li a:hover {
		font-size: 12px;
		line-height: 20px;
		color: #FFFFFF;
		text-decoration: underline;
	}

	.foot_logo {
		margin: 0px;
		padding: 0px;
		width: 100%;
		background-color: #072658;
		clear: both;
	}

	.foot_logo_img {
		padding: 0px;
		width: 1000px;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		text-align: left;
	}

	.foot_logo_img img {
		padding: 0px;
		margin-top: 10px;
		margin-right: 0px;
		margin-bottom: 4px;
		margin-left: 0px;
	}

	#jsp {
		padding: 0px;
		width: 1000px;
		margin-top: -20px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		font-size: 12px;
		color: #FFFFFF;
		text-align: right;
	}

	#jsp a {
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: underline;
	}


	/* ----------------------------------------
　side
---------------------------------------- */

	/* side bar*/
	.sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}

	.sidebar ul li {
		margin: 15px 0;
	}

	.sidebar ul li a:hover {
		position: relative;
		top: 1px;
		left: 1px;
	}

	.sidebar ul li img {
		max-width: 100%;
	}

	.s-tenpolist {
		text-align: left;
		border: 1px solid #E5E5E5;
		padding: 0px;
		margin-bottom: 20px;
		margin-left: 0px;
		margin-right: 0px;
		margin-top: 0px;
	}

	.s-tenpolist h2 {
		margin: 0;
		padding: 0;
		font-size: 14px;
		line-height: 45px;
		text-indent: 10px;
		color: #0186C5;
		background: url(../img/side_com_bg.jpg) left top repeat-x;
	}

	.s-tenpolist ul li {
		margin: 0 !important;
		border: 1px solid #E5E5E5;
	}

	.s-tenpolist ul li a {
		display: block;
		font-size: 14px;
		font-weight: bold;
		line-height: 40px;
		color: #000000;
		text-decoration: none;
	}

	.s-tenpolist ul li a:hover {
		color: #FF8000;
	}

	.s-tenpolist ul li a span {
		display: block;
		margin-left: 10px;
		padding-left: 25px;
		background: url(../img/side_com_yaji.gif) left no-repeat;
	}

	.s-tenpolist ul li a:hover span {
		background: url(../img/side_com_yaji_on.gif) left no-repeat;
	}

	.s-tenpolist_pitat a {
		line-height: 16px !important;
		padding: 5px 0px !important;
		text-indent: 0px !important;
	}


	/*検索 共通*/
	.s_search {
		width: 196px;
		margin: 0 auto 20px;
		border: 1px solid #CCCCCC;
	}

	.s_search h2 {
		color: #FFFFFF;
		/*★見出し文字色*/
		margin: 2px;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		background: #555;
		/*★見出し背景色*/
	}

	.s_search ul {
		margin: 8px 5px;
		padding: 0;
		list-style: none;
	}

	.s_search ul li {
		line-height: 35px;
		margin-bottom: 3px;
		text-indent: 10px;
		background: #F0F0F0;
		/*★以下、背景色 #F5F5F5→#F0F0F0 を各ブラウザで指定*/
		background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#F0F0F0));
		/* Webkit系 */
		background: -moz-linear-gradient(top, #F5F5F5, #F0F0F0);
		/* Mozilla系 */
		background: -ms-linear-gradient(top, #F5F5F5, #F0F0F0);
		/* IE10+ */
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0)";
		/* IE8-9 */
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F5F5F5', endColorstr='#F0F0F0', GradientType=0);
		/* IE5.5-7 */
	}

	.s_search ul li a {
		width: 99%;
		margin: auto;
		display: block;
		color: #555555;
		font-size: 14px;
		font-weight: bold;
		/* text-indent: 30px; */
		text-decoration: none;
		background: url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
	}

	.s_search ul li a:hover {
		color: #000000;
		background: #DDDDDD url(/tool/sample/side/img/s_search_icon.gif) 10px 50% no-repeat;
		/*★hover背景色・アイコン画像*/
	}

	.s_search_txt {
		margin: 5px;
		font-size: 10px;
		line-height: 14px;
	}

	/*店舗情報*/
	.s_company {
		width: 198px;
		margin: 15px 0;
		border: 1px solid #CCCCCC;
	}

	.s_company h2 {
		color: #FFFFFF;
		/*★見出し文字色*/
		margin: 2px;
		font-size: 16px;
		font-weight: bold;
		line-height: 40px;
		text-align: center;
		background: #555;
		/*★見出し背景色*/
	}

	.s_company_inner {
		margin: 5px;
	}

	.s_company_inner p {
		clear: both;
	}

	.s_company_inner p span {
		display: block;
		font-size: 14px;
		font-weight: bold;
	}

	.s_company_btn-l,
	.s_company_btn_r {
		margin-bottom: 10px;
	}

	.s_company_btn-l {
		float: left;
	}

	.s_company_btn_r {
		float: right;
	}

	/*会社情報*/
	.s-company {
		border: 1px solid #E5E5E5;
		text-align: center;
		padding: 5px;
		margin: 15px 0;
	}

	.s-company h2 {
		margin: 0;
		padding: 0;
	}

	.s-company p {
		margin: 5px 0;
		padding: 0;
	}

	.sho_camp {
		margin: 20px 0 10px 0;
	}

}

/* 消さない */
