@charset "utf-8";

/*set*/
body,hdiv,ul,ol,li,dl,dt,dd,h1,h2,h3,p,table,tr,th,td,form,label,input,textarea{margin:0;padding:0;font-size:100%;}
img{display:block;border:none;vertical-align:bottom;}
li{list-style-type:none;list-style-position:inside;}
/*elements*/
body{
font-size: 12px;
color:#333;
line-height:1.5;
font-family: arial,helvetica,sans-serif;
background:#fbfbfb;
}
/*common*/
.reg{
font-size:8px;
vertical-align:top;
margin:0 2px 0 1px;
}
.required{
margin-left:5px;
font-size:10px;
color:#f90;
}
.tipped{
color:#777;
font-size:14px;
}
.mark{
background:#ff9;
color:#666;
font-weight:bold;
}
.mark_mm{
background:#ffcccc;
color:#333;
}
.mark_fh{
background:#ffddbb;
color:#333;
}
.mark_lz{
background:#c9ff93;
color:#333;
}

.mark_coup{
background:#ccffcc;
color:#333;
}

.mark_nedzi{
background:#ccccff;
color:#333;
}
#main .odd{
background:#f9f9f9;
}
.ct{
text-align:center;
}
.right{
text-align:right;
}
/*index==========================*/
#wrapper{
margin:5px 20px 20px;
}
/*top_link_area*/
.official{
overflow:hidden;
padding:5px;
font-size:16px;
border-top:solid 5px #2d2d2d;
}
.official a{
background:url(../img/arrow_right.png) left 50% no-repeat;
float:right;
display:block;
text-decoration:none;
color:#15c;
margin:3px 10px;
padding-left:10px;
}

.official a:hover{
text-decoration:underline;
}


/*header==========================*/
#header{
clear:right;
overflow:hidden;
position:relative;
height:115px;
}
h1{
float:left;
}
.summary{
float:left;
letter-spacing:1px;
margin:18px 0 0 10px;
}
.contact{
float:right;
margin-bottom:10px;
}

.download_err {
padding-left:20px;
width:100px;
float:left;
line-height:22px;
color:#f00;
}

/*2013_10_25_k-miyazaki ダウンロードボタン変更の為不使用　非表示
.download{
background:url(../img/excel_icon.png) left 50% no-repeat;
padding-left:20px;
float:left;
position:absolute;
bottom:15px;
left:210px;
line-height:22px;
}

.download_pdf{
background:url(../img/pdf_icon.gif) left 50% no-repeat;
padding-left:20px;
float:left;
position:absolute;
bottom:15px;
left:460px;
line-height:22px;
}



.download a,
.download_pdf a{
margin: 0px 5px;
height:22px;
width:75px;


*/

/* 20131010 M.Higashi　画像に変更したため、コメントアウト 
border: 1px solid rgba(0, 0, 0, 0.25);
border-radius: 2px;
color: #444;
min-height: 29px;
min-width: 65px;
text-decoration:none;
font-size:10px;
background-image: -webkit-linear-gradient(#ededed, #ededed 38%, #dedede);
background-image: -moz-linear-gradient(#ededed, #ededed 38%, #dedede);
background-image: -o-linear-gradient(#ededed, #ededed 38%, #dedede);
background-image: -ms-linear-gradient(#ededed, #ededed 38%, #dedede);
text-shadow: 0 1px 0 rgb(240, 240, 240);
-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
-o-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
-ms-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08), inset 0 1px 2px rgba(255, 255, 255, 0.75);
*/

/*2013_10_25_k-miyazaki ダウンロードボタン変更の為不使用　非表示　※続き

}

.download img,
.download_pdf img{
display:inline;
}

ここまで　※.download　を全て非表示*/

/* 20131010 M.Higashi　画像に変更したため、コメントアウト 
.download a:hover{
border:solid 1px #9e9e9e;
color:#000;
}
*/


/*downloadエリア 2013_10_25_k-miyazaki　追加*/
.download_area{
overflow:hidden;
float:left;
margin:20px 0 0 50px;

}
.download_area li{
float:left;
margin-left:20px;
}



/* 欄外の商品分類記号説明 20131212 M.Higashi */
.category_detail {
float:right;
background-color:#fff;
position:absolute;
top:0px;
left:800px;
padding:4px 10px;
font-size:14px;
width:200px;
border:1px solid #000;
}

.category_detail dt{
font-weight:bold;
white-space: nowrap;
}

.category_detail dd{
margin-left:8px;
white-space: nowrap;
}

/*side_search_area==========================*/
#search_area{
width:200px;
float:left;
margin-right:10px;
margin-top:16px;
}
/*tab*/
#manufacturer{
overflow:hidden;
margin:0;
border-left:solid 1px #d0d0d0;
background:url(../img/line.png) left bottom repeat-x;
padding:0;
border-radius:3px 0 0 0;
}
#manufacturer li{
-webkit-box-shadow:1px 1px 2px #eee;
-moz-box-shadow:1px 1px 2px #eee;
-o-box-shadow:1px 1px 2px #eee;
-ms-box-shadow:1px 1px 2px #eee;
box-shadow:1px 1px 2px #eee;
float:left;
border:solid 1px #d0d0d0;
border-bottom:none;
border-radius:0 3px 0 0;
border-left:none;
background:#fff url(../img/line.png) left bottom repeat-x;
padding:0;
margin:0;
}
#manufacturer li a,#manufacturer li span{
text-decoration:none;
font-size:14px;
line-height:2;
font-weight:bold;
padding:5px 20px;
color:#0099E1;
}

.s_required{
background:#f00;
padding:2px 5px;
float:left;
color:#fff;
font-weight:bold;
margin-bottom:5px;
letter-spacing:2px;
font-size:16px;
}

#manufacturer li.on{
background:#fefefe;
}
#manufacturer li span{
color:#666;
text-shadow:1px 1px 1px #fff;
}
/*end_user_name*/
.maker_name{
background:#fefefe;
border-left:solid 2px #666;
border-right:solid 2px #666;
border-top:solid 2px #666;
padding:20px 10px 0;
}
.maker_name label{
clear:left;
font-size:16px;
}
.why{
color:#777;
margin-bottom:10px;
font-size:11px;
letter-spacing:1px;
}
label,#check_wrap dt{
color:#000;
font-size:14px;
background:url(../img/triangle.png) left 50% no-repeat;
padding-left:13px;
display:block;
font-weight:bold;
margin-bottom:5px;
}
#check_wrap dd{
margin:10px;
font-size:14px;
font-weight:bold;

}
.check_text{
margin:20px 0;
}
.example{
text-align:right;
font-size:10px;
color:#777;
display:block;
}
#search_area input{
width:100%;
font-size:14px;
letter-spacing:1px;
text-indent:5px;
padding:10px 0;
margin-bottom:3px;

}
input,textarea{
border:solid 1px #666;
border-top:solid 1px #666;
}
input:hover,textarea:hover{
border:solid 1px #b9b9b9;
border-top:solid 1px #a0a0a0;
-webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
-moz-box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
-o-box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
-ms-box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
}
input:focus,textarea:focus{
border:solid 1px #4d90ff;
outline:none;
-webkit-box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
-moz-box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
-o-box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
-ms-box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);
box-shadow: inset 0 1px 2px hsla(0, 0%, 0%, 0.1);

}
/*part_number*/
.part_number{
background:#fefefe;
border-left:solid 2px #666;
border-right:solid 2px #666;
padding:10px 10px 2px;
}
.part_number label{
font-size:16px;
}
.text_input{
background:#fefefe;
border-left:solid 2px #666;
border-right:solid 2px #666;
border-bottom:solid 2px #666;
padding:0 10px 10px;
}
textarea{
margin:0 auto 10px;
display:block;
width:94%;
line-height:1.3;
padding:5px;
display:block;
height:300px;
}
/*submit*/
.sub{
border:solid 1px #D14836;
background:#f00;
color:#fff;
padding:2px 40px;
font-weight:bold;
border-radius:3px;
text-shadow:1px 1px 1px #C34232;
display:block;
-webkit-appearance: none;
margin:0 auto 20px;
}
.sub:hover{
border:solid 1px #B0281A;
background:#ff8484;
text-shadow:1px 1px 1px #B83727;
-webkit-box-shadow:1px 1px 3px #ccc;
-moz-box-shadow:1px 1px 3px #ccc;
-o-box-shadow:1px 1px 3px #ccc;
-ms-box-shadow:1px 1px 3px #ccc;
box-shadow:1px 1px 3px #ccc;
}
/*reset*/
.res{
border:solid 1px #ccc;
background:#a6a6a6;
color:#fff;
padding:2px 40px;
font-weight:bold;
border-radius:3px;
text-shadow:1px 1px 1px #999;
display:block;
-webkit-appearance: none;
margin:20px auto 20px;
}
.res:hover{
border:solid 1px #999;
background:#333;
text-shadow:1px 1px 1px #333;
-webkit-box-shadow:1px 1px 3px #ccc;
-moz-box-shadow:1px 1px 3px #ccc;
-o-box-shadow:1px 1px 3px #ccc;
-ms-box-shadow:1px 1px 3px #ccc;
box-shadow:1px 1px 3px #ccc;
}

.contact_area{
margin-top:20px;
}
/*table==========================*/
#main{
overflow:auto;
}
table{
float:left;
font-size:11px;
border-collapse:collapse;
font-family:"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, Helvetica, sans-serif;
border-top: 1px solid #333;
border-left: 1px solid #333;
background:#fff;
color:#333;
width:100%;
margin-bottom:20px;
}
caption{
font-size:12px;
text-align:right;
}
/*tr_headline*/
.headline{
letter-spacing:1px;
}

.headline td{
padding-left:10px;
}
#main .target{
font-weight:bold;
font-size:22px;
}

#main .target span {
width:335px;
display:block;
}
*:first-child+html  #main .target span{
/*width:auto;*/
}

.headline dl{
font-size:13px;
line-height:1.4;
}
.headline dt{
font-weight:bold;
}

.headline p{
margin:5px 0 0 15px;
background:url(../img/book.png) left 50% no-repeat;
padding-left:23px;
font-size:12px;
font-weight:normal;
}

.headline ul{
margin:5px 0 0 15px;
padding-left:21px;
font-size:12px;
font-weight:normal;
}

.headline li{
text-indent: -1.5em;
}

.headline_row{
border-top:solid 2px #333;
border-bottom:solid 2px #333;
}
.headline_row th{
font-size:14px;
}
#main .nbk{
background:url(../img/headline_nbk.png) 98% 80% no-repeat;
font-weight:bold;
font-size:14px;

}
#main .nbk div{
float:left;
}

#main .nbk dl{
float:right;
}

#main .nbk dl dd{
font-weight:normal;
margin-left:2px;
}

.headline .desc{
text-align:left;
font-size:10px;
}
.headline .desc dd{
width:300px;
}
.max{
max-width:300px;
min-width:200px;
}
td dd{
margin-left:10px;
}
#main th{
vertical-align:middle;
background: #eee;
white-space:nowrap;
}
td,th{
border-bottom: 1px solid #333;
border-right: 1px solid #333;
color: #333;
font-weight: bold;
line-height: 1.2;
vertical-align: top;
padding: 7px 6px;
}
td{
font-weight:normal;
}
.border{
border-left:solid 5px #999;
}
.headline td{
font-weight:bold;
font-size:12px;
letter-spacing:1px;
font-weight:normal;
}
/*headline_price*/
.price{
width:100px;
vertical-align:top;
text-align:center;
}

*:first-child+html  .price_one{
width:auto;
}
*:first-child+html  .price_three{
width:120px;
}
.price_wrap{
font-weight:normal;
background:#fff;
padding:3px 3px 2px 3px;
text-align:left;
font-size:12px;
margin-top:3px;
overflow:hidden;
}
.price label{
color:#333;
padding:0;
font-size:12px;
background:none;
}
#target_price,#nbk_price_mm,#nbk_price_coup,#nbk_price_nedzi,#nbk_price_fh{
width:2.7em;
padding:0 5px;
line-height:1.2;
text-align:center;
font-size:16px;
margin-top:3px;
}

.price ul{
text-align:center;
}

*:first-child+html .price_one form{
width:98px;
}

*:first-child+html .price_three ul li{
width:98px;
text-align:center;
}

.par{
font-size:16px;
font-weight:normal;
font-size:12px;
}
#target_submit,#nbk_submit{
clear:both;
background:#f68c06 url(../img/bt_bg.png) repeat-x;;
padding: 4px 12px;
display:block;
margin:5px auto 0;
cursor: pointer;
color:#fff;
border: 1px solid #f68c06;
border-radius: 2px;
width:5em;
box-shadow: 0 1px 1px rgba(0,0,0,.2);
font-size: 13px;
font-weight: 600;
line-height: 1.54;
text-align: center;
font-family: 'open sans',arial,sans-serif;
text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
#target_submit:hover,#nbk_submit:hover{
border:solid 1px #ff7200;
}
/*footer==========================*/
#footer{
clear:both;
text-align:right;
font-size:12px;
}
.copyright{
text-align:right;
}
/*login==========================*/
#login{
width:350px;

font-size:14px;
-webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
-moz-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
-o-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
-ms-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
padding:60px 20px 20px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
border-radius:3px;
margin:20px;
color:#222;
border: 1px solid #e5e5e5;
background:#fff url(../img/login_logo.png) right top no-repeat;
}
.title{
margin:10px 0 20px;
font-size:18px;
font-weight:bold;
}
#login_form{
overflow:hidden;
}
#login input{
display:block;
margin-bottom:15px;
border-radius:1px;
padding:10px 5px;
background:#fbfbfb;
width:96%;
border-radius:3px;
border:solid 1px #d9d9d9;
border-top:solid 1px #c0c0c0;
}
#login input:hover{
border:solid 1px #b9b9b9;
border-top:solid 1px #a0a0a0;
}
#login input:focus{
border:solid 1px #4d90ff;
outline:none;
-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
-moz-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
-o-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
-ms-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
}
input#login_bt{
background-image: -moz-linear-gradient(top,#2e9fd2,#21759b);
background-image: -ms-linear-gradient(top,#2e9fd2,#21759b);
background-image: -o-linear-gradient(top,#2e9fd2,#21759b);
background-image: linear-gradient(to bottom,#2e9fd2,#21759b);
border-color: #1b607f;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-moz-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-o-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-ms-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
width:auto;
padding:10px 20px;

/*
input#login_bt{
background:url(../img/login_submit.png) center center no-repeat;
width:91px;
border:none;
height:38px;
text-indent:-9999px;
}
*/

margin:20px 0;
border:solid 1px #3079ed;
border-radius:3px;
color:#fff;
background:#4c8efa url(../img/submit_bg.png) left top no-repeat;
text-shadow:1px 1px 1px #417cdb;
}

input#login_bt:hover{
border:solid 1px #2f5bb7;
}
#login ul{
margin:0;
padding:0;
}
#login ul li{
line-height:1.7;
list-style:none;
margin:0;
padding:0;
}
#login ul a,.arrow a{
color:#15c;
text-decoration:none;
}
#login ul a:hover,.arrow a:hover{
text-decoration:underline;
}

.logout_message {
	color:#f00;
	margin-bottom:10px;
}

.err{
display:none;
}

.varidate {
color:#f00;
margin-bottom:5px;
}

.no_result {
margin:10px 0 0;
}

.arrow{
background:url(../img/top_arrow.png) left 50% no-repeat;
padding-left:10px;
}
/*IE*/
*:first-child+html #target_submit,
*:first-child+html #nbk_submit{
vertical-align:middle;
border:none;
padding:2px;
}
*:first-child+html #search_btn{
border:none;
}
*:first-child+html .download_csv,
*:first-child+html .download_pdf{
padding-top:5px;
}
*:first-child+html .download_csv a,
*:first-child+html .download_pdf a{
position:relative;
top:-3px;
}
*:first-child+html #target_price,*:first-child+html #nbk_price_mm,
*:first-child+html #target_price,*:first-child+html #nbk_price_coup,
*:first-child+html #target_price,*:first-child+html #nbk_price_fh,
*:first-child+html #target_price,*:first-child+html #nbk_price_nedzi{
padding:2px 5px;
vertical-align:middle;
line-height:normal;
}

/*admin==========================*/
#admin{
width:800px;
font-size:14px;
-webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
-moz-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
-o-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
-ms-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
padding:20px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
-o-border-radius:3px;
-ms-border-radius:3px;
border-radius:3px;
margin:10px 20px;
color:#222;
border: 1px solid #e5e5e5;
background:#fff url(../img/login_logo.png) right top no-repeat;
overflow:hidden;
}

#admin .success{
font-weight:bold;
margin:0 0 10px;
}
#admin .upload_err{
color:#f00;
margin:0 0 10px;
}

#admin .news_err {
color:#f00;
font-size:12px;
margin:3px 0;
}
#up_matchnumber{
overflow:hidden;
}

#up_matchnumber select{
float:left;
text-align:left;
display:block;
margin:0 20px 10px 0;
}
#up_matchnumber input{
float:left;
text-align:left;
display:block;
margin-bottom:0;
padding:0;
width:300px;
border:0;
}

#up_matchnumber .submit{
clear:left;
height:30px;
}

*:first-child+html #up_matchnumber .submit{
height:auto;
}
*:first-child+html #post_top_news .submit{
margin-left:10px;
}

#up_matchnumber #upload_bt,
#top_news #upload_bt,
#mod_top_news #upload_bt,
#post_top_news #upload_bt,
#edit_news_post #upload_bt{
background-image: -moz-linear-gradient(top,#2e9fd2,#21759b);
background-image: -ms-linear-gradient(top,#2e9fd2,#21759b);
background-image: -o-linear-gradient(top,#2e9fd2,#21759b);
background-image: linear-gradient(to bottom,#2e9fd2,#21759b);
border-color: #1b607f;
-webkit-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-moz-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-o-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
-ms-box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
box-shadow: inset 0 1px 0 rgba(120,200,230,0.6);
color: #fff;
text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
width:auto;
padding:10px 20px;
margin:20px 0;
border:solid 1px #3079ed;
border-radius:3px;
color:#fff;
background:#4c8efa url(../img/submit_bg.png) left top no-repeat;
text-shadow:1px 1px 1px #417cdb;
}

#up_matchnumber #upload_bt:hover,
#top_news #upload_bt:hover,
#mod_top_news #upload_bt:hover,
#post_top_news #upload_bt:hover,
#edit_news_post #upload_bt:hover{
border:solid 1px #1b607f;
text-shadow:1px 1px 1px #3079ed;
-webkit-box-shadow:1px 1px 3px #ccc;
-moz-box-shadow:1px 1px 3px #ccc;
-o-box-shadow:1px 1px 3px #ccc;
-ms-box-shadow:1px 1px 3px #ccc;
box-shadow:1px 1px 3px #ccc;
}

.match_select_title{
font-size:16px;
margin-bottom:6px;
}

.match_select{
overflow:hidden;
padding:5px;
font-size:16px;
}
.match_select a{
font-size:16px;
background:url(../img/arrow_right.png) left 50% no-repeat;
text-decoration:none;
color:#15c;
margin:10px;
line-height:30px;
padding-left:10px;
}
.admin_link {
float:right;
}

/* ▼adminお知らせ追加 20131129 */

#admin .content_title {
	font-weight:bold;
	font-size:16px;
	margin-bottom:10px;
}

#admin_download {
float:left;
width:300px;
}

#admin_news{
float:right;
width:400px;
}

#admin_edit {
float:left;
width:400px;
}

#admin .post_message{
margin:5px 0;
color:#f00;
font-size:14px;
}

#admin_news input,
#admin_news textarea,
#admin_edit input,
#admin_edit textarea{
font-size:12px;
padding:2px;
}

#admin_news #news_title,
#admin_edit #news_title{
width:360px;
height:24px;
}

#admin_edit .date_input {
padding-bottom:10px;
}

#admin .time_err {
clear:both;
}

#admin_news .date_input select,
#admin_news .date_input input,
#admin_edit .date_input select,
#admin_edit .date_input input{
float:left;
margin-top:-2px;
}

#admin_news .date_input span,
#admin_edit .date_input span{
margin:0 10px 0 2px;
float:left;
}

#admin_news .submit,
#admin_edit .submit{
clear:left;
padding-top:20px;
}

#admin_news textarea,
#admin_edit textarea{
margin:0;
width:360px;
height:120px;
resize: vertical;
}

#admin_news label ,
#admin_edit label {
margin-top:10px;
}

#admin .news_check p{
font-size:14px;
font-weight:bold;
}

#admin .news_check .contents_wrap{
margin:10px 0 20px 0;
float:none;
border:2px solid #ccc;
padding:4px;
}

#admin .news_check .submit{
float:left;
width:100px;
}

#admin .admin_linkarea{
overflow:hidden;
padding:5px;
font-size:14px;
}
#admin .admin_linkarea a{
background:url(../img/arrow_right.png) left 50% no-repeat;
float:right;
display:block;
text-decoration:none;
color:#15c;
margin:3px 10px;
padding-left:10px;
}

#admin .news_bold {
font-weight:bold;
}

#admin table.news_update{
font-size:12px;
}

#admin table.news_update .news_title {
width:180px;
}
#admin table.news_update .news_content {
width:440px;
}
#admin table.news_update .news_date {
width:70px;
text-align:center;
}
#admin table.news_update .news_status {
width:40px;
text-align:center;
}
#admin table.news_update .news_change {
width:70px;
text-align:center;
}

/* ▼Topページ追加 20131205 */
.news_plus ,
.news_close {
display:none;
}

.no_news {
font-size:14px;
}

.news_more {
text-align:center;
}

.news_more a:hover {
background-color: #EEEEEE;
}

.news_more a {
font-size:14px;
width: 160px;
line-height: normal;
display: block;
border: 1px solid #CCCCCC;
border-radius: 4px;
-moz-border-radius: 4px;
padding: 2px 6px;
text-decoration: none;
background-color: #FCFCFC;
margin-right: 5px;
}

/* ▼Topページ 20131127 */
img{
display:block;
}

#top_header{
width:940px;
background:url(../img/shadow.png) repeat-y;
overflow:hidden;
margin:0 auto;
padding-bottom:35px;
}

#top_header .official{
border:none;
padding:0;
}

#top_header ul.official{
margin:10px 30px 0 0;
overflow:hidden;
float:right;
}
#top_header ul.official li{
float:left;
}
 
#top_header ul.official li a {
background: url(../img/arrow_right.png) left 50% no-repeat;
float: right;

text-decoration: none;
color: #15c;
font-size:16px;
margin: 3px 10px;
padding-left: 10px;
}

#top_header h1{
clear:right;
margin-left:40px;
margin-bottom:35px;
}

/*20131203_k-miyazaki*/
.link_bt{
clear:both;
float:left;
margin-left:147px;
width:250px;
}
.link_bt_i{
float:left;
margin-left:30px;
width:250px;
}
.link_bt a{
display: block;
text-indent: -9999px;
background: url(../img/m_bt.png) no-repeat;
width:250px;
height:50px;
}
.link_bt_i a{
display: block;
text-indent: -9999px;
background: url(../img/i_bt.png) no-repeat;
width:258px;
height:50px;
}
.link_bt a:hover{
background-position:-250px top;
}
.link_bt_i a:hover{
background-position:-258px top;
}
/* IE7対応 M.Higashi */
*:first-child+html #top_header li{
float:none;
display:inline;
}

*:first-child+html #top_header li a{
float:left;
}

*:first-child+html #top_header h1{
margin-top:30px;
}

/*メインイメージ*/
#main_image{
width:940px;
background:url(../img/shadow.png) repeat-y;
margin:0 auto;
padding-bottom:35px;
}
#main_image img{
margin:0 auto;
}
/*メインコンテンツ*/
#main_contents{
width:940px;
overflow:hidden;
margin:0 auto;
background:url(../img/shadow.png) repeat-y;
}
#main_contents .list{
overflow:hidden;
padding-top:25px;
margin:0 0 30px;
padding-left:90px;
}
#main_contents .list li{
float:left;
margin-right:80px;
}

.contents_wrap{
margin:0 0 20px 70px;
float:left;
width:370px;
}

.contents_wrap h2 {
font-size: 2em;
font-weight: bold;
margin-bottom:15px;
}

.contents_wrap dt,.contents_wrap li a{
font-size: 17px;
font-weight: bold;
}
.contents_wrap dt{
background:url(../img/info_mark.png) left top no-repeat;
padding-left:30px;
}
.contents_wrap li{
background:url(../img/file.png) left top no-repeat;
padding-left:28px;
padding-top:1px;
}
*:first-child+html .contents_wrap li{
padding-left:14px;
}
.contents_wrap dt .small,.contents_wrap li .small{
font-size:12px;
color:#666;
display:block;
margin-left:20px;
font-weight:normal;
text-align:right;
}
.contents_wrap dd{
font-size:14px;
letter-spacing:1px;
margin-bottom:20px;
padding-left:30px;
}
.contents_wrap li p{
font-size:14px;
margin-bottom:10px;
}

*:first-child+html .contents_wrap li p{
padding-left:16px;
}

/* ▼ADD 2017.08.28 K.Hayakawa */
/*ファイルダウンロード*/
/* ▼UPD 2017.09.19 K.Hayakawa */
.search-form{
	height: 25px;
    padding: 12px 10px 12px 10px;
	background: #F3F3F3;
	margin-bottom: 20px;
	display: inline-block;
}

.form-block{
    height: calc(100% + 4px);
    display: inline-block;
    padding-right: 20px;
    border-right: 1px solid #CCCCCC;
}

#searchname{
	vertical-align : middle;
	height: calc(100% - 6px);
    width: 250px;
	border : solid 1px #ababab ;
    padding: 2px 0px 2px 5px;
}

.file-search-button{
    padding: 3px 20px 3px 20px;
}

.file-clear-button{
	padding: 3px 10px 3px 10px;
}

.file-button{
	background-color: #8E8E8E;
	color: white;
	border-style: none;
	vertical-align : middle;
	margin-left: 20px;
	width: 67px;
	height: 29px;
}

.file-button:hover{
	background-color: #ABABAB;
	cursor : pointer;
}

.filedl-title> p > a {
	color: #1F5FA9;
	text-decoration: none
}

.filedl-title > p {
	padding-left:25px;
	font-size: 25px;
}

.filedl-title:before {
    background: #1F5FA9;
    content: "";
    width: 20px;
    height: 35px;
    position: absolute;
}

.tree-data .tree-data{
	margin-left: 25px;
}

.tree-list{
	margin-bottom: 30px;
	padding: 25px;
	border : solid 1px #ababab ;
}

.tree-list li{
	margin-top: 5px;
	font-size:18px;
	color: #666;
}

.tree-list li > a{
	margin-top: 5px;
	font-size:18px;
}

.tree-span{
	padding-left:20px;
	font-weight:normal;
	cursor: pointer;
}

.folder-close{
	background:url(../img/folder_close.png) left 50% no-repeat;
}

.folder-open{
	background:url(../img/folder_open.png) left 50% no-repeat;
}

.tree-dl{
	background:url(../img//pdf_icon.gif) left 50% no-repeat;
	padding-left:20px;
	font-weight:normal;
}
/* ▲UPD 2017.09.19 K.Hayakawa */
/* ▲ADD 2017.08.28 K.Hayakawa */

/*footer*/
#top_footer{
background:#ddd;
}
#top_footer p{
padding:10px;
text-align:right;
width:920px;
margin:0 auto;
}

/*
#up_matchnumber .submit :hover{
border:solid 1px #B0281A;
background:#CA3B2B url(../img/sub_hover.png) left top no-repeat;
text-shadow:1px 1px 1px #B83727;
-webkit-box-shadow:1px 1px 3px #ccc;
-moz-box-shadow:1px 1px 3px #ccc;
-o-box-shadow:1px 1px 3px #ccc;
-ms-box-shadow:1px 1px 3px #ccc;
box-shadow:1px 1px 3px #ccc;
}
*/
/*end*/

/**/

.maintenance{
margin:0 0 20px 70px;
height: 300px;
float:left;
}

.maintenance h2 {
font-size: 2em;
font-weight: bold;
margin-bottom:15px;
}
