@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:0px 0px 0px 0px;
	padding:0;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif !important;
}

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

h1{
    color: #fff;
    font-size: 11px;
    text-align: left;
    width: 43%;
    line-height: 18px;
    padding-left: 10px;
    position: fixed;
    top: 5px;
    z-index: 260;
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #9b9999;
}
.container{
    margin: 130px auto 0 auto;
}
.new_header {
	background-color:#042455;
	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をそのまま使いたいとかであればうまく利用してください。
-------------------------------------------------------------------*/

/* ----------------------------------------
　header
---------------------------------------- */
.header_wrap{
    width: 100%;
    overflow: hidden;
    position: fixed;
    min-width: 1220px;
    top: 0px;
    background: #fff;
    z-index: 200;
}
.header_box{
    width: 100%;
    overflow: hidden;
    min-width: 1183px;
    border-bottom: solid 1px #f5f5f5;
}
.header_l{
    float: left;
    margin: 25px 0px 0px 10px;
}
.header_l a{

}
.header_l img{

}
.header_c{
	float:right;
}
.header_c_top{
    overflow: hidden;
    margin: 15px 0px 35px 0px;
    float: right;
}
.header_c_top_title{
background-color: #009b63;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    line-height: 26px;
    text-align: center;
    width: 130px;
    float: left;
    position: relative;
    border-radius: 5px;
}
.header_c_top_title::before{
    content: "";
    right: -12px;
    top: 8px;
    box-sizing: border-box;
    width: 12px;
    height: 5px;
    border: 4px solid transparent;
    border-left: 8px solid #009b63;
    position: absolute;
}
.header_c_top ul{
    float: left;
    margin: 5px 10px 0px 11px;
    padding: 0px;
    list-style-type: none;
	
}
.header_c_top ul li{
    float: left;
}
.header_c_top ul li a{
    background-image: url(/img/index/h_icon01.png);
    background-repeat: no-repeat;
    background-position-x: 15px;
    background-position-y: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 21px;
    color: #333;
    text-decoration: none;
    padding: 0px 15px 0px 35px;
    display: block;
    border-right: solid 2px #ccc;
}
.header_c_top ul li a:hover{
	text-decoration:underline;
}
.header_c_top ul li:nth-child(3) a{
    border-right: none;
}
.header_menu{
    margin: 0px 25px 0px 0px;
    clear: both;
    overflow: hidden;
}
.header_menu ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header_menu ul li{
    float: left;
    margin: 0px 0px 0px 30px;
}
.header_menu ul li a{
text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.header_menu ul li a:hover{
	text-decoration:underline;
}
.header_r{
	float:right;
}
.header_r ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.header_r ul li{
	width:110px;
	float:left;
}
.header_r ul li:nth-child(1) a{
    background-color: #009b63;
    background-image: url(/img/index/h_icon02.png);
    background-position-x: center;
    background-position-y: 31px;
}
.header_r ul li:nth-child(1) a:hover{
	background-color:#006742;
}
.header_r ul li:nth-child(2) a{
	background-color:#0056a1;
	background-image:url(/img/index/h_icon03.png);
	background-position-x: 41px;
	background-position-y: 26px;
}
.header_r ul li:nth-child(2) a:hover{
	background-color:#003461;
}
.header_r ul li a{
display: block;
    background-repeat: no-repeat;
    padding: 70px 0px 22px 0px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}



/* ----------------------------------------
　footer
---------------------------------------- */
.footer_wrap{
    background: #0056a1;
    padding: 70px 0px;
    overflow: hidden;
}
.footer_box{
	width:1100px;
	margin:auto;
}
.footer_list{
    float: left;
    margin-right: 70px;
    width: 208px;
}
.footer_list:last-child{
	margin-right:0px;
}
.footer_list_title{
    font-size: 16px;
    font-weight: bold;
    text-indent: 5px;
    padding: 0px 0px 12px 0px;
    border-bottom: solid 1px #fff;
    color: #fff;
	
}
.footer_list ul{
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;

}
.footer_list ul li{
    margin: 0px 0px 7px 0px;
}
.footer_list ul li a{
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    display: block;
}
.footer_list ul li a:hover{
	text-decoration:underline;
}
.footer_shop{
margin: 50px auto 0px auto;
    padding: 0px 0px 20px 0px;
    width: 1100px;
    overflow: hidden;
    border-bottom: solid 1px #ccc;
}
.footer_shop h2{
    margin: 0px 0px 40px 0px;
    padding: 0px 0px 22px 0px;
    border-bottom: solid 1px #ccc;
}
.footer_shop h2 span{
text-align: center;
    display: block;
    font-size: 17px;
    font-weight: bold;
}
.footer_shop h2 img{
    display: block;
    margin: 20px auto 0px auto;
}
.footer_shop ul{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.footer_shop ul li{
	float:left;

	margin-right:30px;
}
.footer_shop ul li:nth-child(1){
	width:330px;
}
.footer_shop ul li:nth-child(2){
	width:350px;
}
.footer_shop ul li:nth-child(3){
	width:341px;
}
.footer_shop ul li:last-child{
	margin-right:0px;
}
.footer_shop ul li a{
    display: block;
    color: #333;
}
.footer_shop_list_l{
	float:left;
}
.footer_shop_list_l img{

}
.footer_shop_list_r{
	float:right;
}
.footer_shop_list_r h3{
    font-size: 15px;
    font-weight: bold;
    margin: 0px 0px 10px 0px;

}
.footer_shop_list_r p{
    margin: 0px 0px 0px 0px;
    padding: 0px;
}
.footer_shop_list_r p span{
    display: block;
    font-weight: bold;
    margin: 5px 0px 0px 0px;
    font-size: 11px;
}
.kamei_come{

    text-align: right;
    width: 1100px;
    margin: 15px auto 0px auto;
    font-size: 12px;
    font-weight: bold;

}
.Copyright{

    text-align: right;
    width: 1100px;
    margin: 10px auto 0px auto;
    font-size: 12px;
    font-weight: bold;
}

.side_fix_wrap{
    width: 90px;
    position: fixed;
    right: 0px;
    bottom: 340px;
    z-index: 100;
}
.side_fix_wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.side_fix_wrap ul li{

}
.side_fix_wrap ul li a{
display: block;
    background-repeat: no-repeat;
    padding: 61px 0px 17px 0px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.side_fix_wrap ul li:nth-child(1) a {
    background-color: #0056a1;
    background-image: url(/img/common/side_fix_icon01.png);
    background-position-x: center;
    background-position-y: 22px;
}
.side_fix_wrap ul li:nth-child(1) a:hover{
	background-color:#003461;
}
.side_fix_wrap ul li:nth-child(2) a {
    background-color: #009b63;
    background-image: url(/img/common/side_fix_icon02.png);
    background-position-x: center;
    background-position-y: 28px;
}
.side_fix_wrap ul li:nth-child(2) a:hover{

	background-color:#006742;
}
.side_fix_wrap ul li:nth-child(3) a {
    background-color: #bfbfbf;
    background-image: url(/img/common/side_fix_icon03.png);
    background-position-x: center;
    background-position-y: 21px;
}
.side_fix_wrap ul li:nth-child(3) a:hover{
	background-color:#a5a5a5;
}

/* ----------------------------------------
　side
---------------------------------------- */
.side{
width: 200px;
    float: right;
}
.s_syurui_wrap{
	margin:13px 0px 0px 0px;
}
.s_syurui_wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.s_syurui_wrap ul li{
	margin-bottom:12px;
}
.s_syurui_wrap ul li:nth-child(3){
	margin-bottom:0px;
}
.s_syurui_wrap ul li a{
	display:block;
	line-height:50px;
	font-size:17px;
	color:#fff;
	padding:0px 0px 0px 20px;
	border-radius: 7px;
	background-color:#0056a1;
	text-decoration:none;
}
.s_syurui_wrap ul li a:hover{
	background-color:#003f75;
}

.s_conts_wrap{
	margin-top:14px;
}
.s_conts_wrap ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.s_conts_wrap ul li:nth-child(4){
	margin-bottom:0px;
}
.s_conts_wrap ul li{
	margin-bottom:13px;
}
.s_conts_wrap ul li a{
	display:block;
}

.s_catalog_wrap{
	margin:19px 0px 0px 0px;
}
.s_catalog_wrap a{
	display:block;
}
.s_catalog_wrap a:hover{
	opacity: 0.7;
}
.s_catalog_wrap a img{

}

.s_company_wrap{
	margin:43px 0px 0px 0px;
}
.s_company_wrap h2{
	display:block;
	line-height:40px;
	font-size:17px;
	color:#fff;
	padding:0px 0px 0px 20px;
	border-radius: 7px;
	margin:0px 0px 12px 0px;
	background-color:#0056a1;
}
.s_company_wrap img{
	margin:0px 0px 10px 0px;
}
.s_company_box{
    margin: 0px 0px 30px 0px;
    overflow: hidden;
}
.s_company_box a{
    display: block;
	color:#333;
	text-decoration:none;
}
.s_company_box a:hover{
    background: #eee;
}
.s_company_box h3{
	margin:0px;
	font-size:15px;
	font-weight:bold;
	
}
.s_company_box p{
    margin: 5px 0px 0px 0px;
    font-size: 12px;
    line-height: 20px;
}
.s_company_box p span{
	font-weight:bold;
	display:block;
}
.shosai_main {
    width: 780px;
    float: left;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
.shosai_side {
    width: 200px;
    float: right;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

.search_listbody{
    margin-right: 15px;
    float: left;
}
.search_list2 {
    margin-left: 10px;
    float: right;
}


.sho_koumoku_okini td{
    width: auto;
}


} /* 消さない */