@charset "utf-8";

/* トップページ */
.home #head {
height:146px; /*IE8*/
}
.home_box01 li {
background:url("../img/icon06.gif") no-repeat scroll 0 12px transparent;
border-bottom:1px dotted #BBD7F0;
overflow:hidden;
padding:5px 0 5px 8px;
}
.home_box01 li span {
color:#666666;
margin-right:10px;
}
.home #contents .sub2 dl.inq_area dd {
height:37px;
margin:0 0 5px 10px;
padding:0;
width:184px;
}


/* お知らせなど */
.home_box01 dl dd span.blank,
.home_box02 dl dd span.blank,
.box01_news dl dd span.blank {
color:#0066CC;
}
.icon_new {
margin-left:5px;
padding:0 !important;
vertical-align:-4px;
}

.box01_news ul{
margin: 10px 0pt 10px 20px;
}

.box01_news ul li{
list-style: circle;
}




/* 中学生の皆様へ */
ul.btn_gakka {
width: 440px;
float: left;
margin: 0 0 0 20px;
}
ul.btn_gakka li {
float: left;
width: 207px;
height: 45px;
margin:0 10px 10px 0;
padding: 0;
box-shadow: 0 0 1px #666;
	-moz-box-shadow: 0 0 1px #666;
	-webkit-box-shadow: 0 0 1px #666;
}
.btn_future {
width: 156px;
height: 156px;
float: right;
margin: 0 20px 20px 0;
border: 1px solid #fff;
box-shadow: 0 0 1px #666;
	-moz-box-shadow: 0 0 1px #666;
	-webkit-box-shadow: 0 0 1px #666;
}

.club_leftarea {
width: 170px;
float: left;
background: url(../img/pages/bg_forjunior_club.jpg) no-repeat;
padding: 212px 0 20px 30px;
margin: 0;
}/*画像パス変更*/

.club_rightarea {
width: 440px;
text-align: left;
float: right;
margin: 0 20px 20px 0;
padding: 0;
}


/*部活動トピックス*/
.club_rightarea .tit {
margin-bottom: 10px;
}
.club_rightarea dl dd span.blank,
.club_rightarea dl dd span.blank,
.club_rightarea dl dd span.blank {
color:#0066CC;
}
.club_rightarea dl{
	overflow:hidden;
	zoom:1;
	border-bottom:1px dotted #BBD7F0;
margin: 0;
padding: 6px 0;
}
.club_rightarea dl dt {
background: url(../img/common/bg_category.jpg) no-repeat;
/*border: 1px solid #ccc;*/
height: 18px;
margin-top: 4px;
padding: 5px 0 6px 0;
float: left;
width: 100px;
text-align: center;
font-size: 10px;
overflow: hidden;
}/*背景画像追加,width,height,padding-top変更*/

.club_rightarea dl dd ul {
	margin:0 0 0 108px;
	background:url("../img/common/icon_arrow01.gif") no-repeat 0 10px;
	padding:5px 0 5px 8px;
}/*margin-left変更*/

.club_rightarea dl dd ul li.date {
float: left;	
color:#666;
	margin:0 10px 0 0;
width: 50px;
}
.club_rightarea dl dd ul li {
font-size: 100%;
margin:0 0 0 82px;
zoom: 1;
}

ul.guidebtn {
display: block;
}

ul.guidebtn li {
width: 212px;
height: 220px;
float: left;
margin: 0 0 8px 8px;
}

ul.guidebtn li:first-child {
width: 212px;
float: left;
margin: 0 0 8px 2px;
}

ul.guidebtn li {
display: block;
border: 1px solid #fff;
box-shadow: 0 0 1px #bbb;
	-moz-box-shadow: 0 0 1px #bbb;
	-webkit-box-shadow: 0 0 1px #bbb;

}

ul.guidebtn li strong {
display: none;
} 

/**
 * 中学生の保護者の皆様,中学校教師・塾講師の皆様
 */

/* QandA */
ul#qa {
margin: 20px;
font-size: 105%;
border-bottom: 1px dotted #666;
}

#qa > li {
padding: 0;
}

#qa li a.question {
display: block;
  position:relative;
background: url(../img/common/icon_q.gif) no-repeat 3px 12px;
padding: 15px 8px 0px 25px;
border-top: 1px dotted #666;
margin: 8px auto;
}

#qa > li:first-child > a{
  border-top: 0px;
}

#qa > li a:before {
  position: absolute;
  top: 50%;
  left: 15px; 
  color: #2f7f99;
  margin-top: -10px;
  text-shadow: 1px 1px 0px rgba(255,255,255,.7);
}
#qa li a:hover {text-decoration: underline;}

.arrow{
  position:absolute;
  background: url(../img/common/icon_open.png) no-repeat;
  top:45%;
  right: 0px;
  width: 13px;
  height: 13px;
  line-height: 1;  
}
.arrow:before {
background: url(../img/common/icon_open.png) no-repeat;  
}

.rotate {
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}


#qa li ul {
  list-style: none;
  background: url(../img/common/icon_a.gif) no-repeat 3px 0;
padding: 2px 8px 8px 25px;
margin: 4px auto 8px auto;
font-size: 120%;
}


/*end QandA*/


table.deviation {
width: 100%;
border-top: dotted 1px #666;
border-left: dotted 1px #666;
}
table.deviation th {
text-align: center;
font-weight: bold;
border-bottom: dotted 1px #666;
border-right: dotted 1px #666;
padding: 8px 12px;
}
table.deviation td {
text-align: left;
border-bottom: dotted 1px #666;
border-right: dotted 1px #666;
padding: 8px 12px;
}
table.deviation th.red, table.deviation td.red {
background-color: #f6d5df;
}

.shinro_leftarea {
float: left;
margin: 0 30px;
width: 175px;
height: 175px;
background: url(../img/pages/bg_for_parent_obog.jpg) no-repeat;
padding: 25px 0 0 215px;
}/*画像パス変更*/
.shinro_leftarea p {
text-align: left;
margin-bottom: 8px;
}
.shinro_leftarea p.txt {
text-align: left;
margin: 0 0 8px 8px;
}
.shinro_rightarea {
float: right;
margin: 15px 60px 0 0;
width: 148px;
}
.shinro_rightarea ul {
width: 148px;
}
.shinro_rightarea ul li {
height: 58px;
margin-bottom: 20px;
border: 1px solid #fff;
box-shadow: 0 0 1px #bbb;
	-moz-box-shadow: 0 0 1px #bbb;
	-webkit-box-shadow: 0 0 1px #bbb;
}

.bnr_interview {
clear: both;
margin: 0 auto 20px auto;
width: 600px;
height: 96px;
box-shadow: 0 0 1px #bbb;
	-moz-box-shadow: 0 0 1px #bbb;
	-webkit-box-shadow: 0 0 1px #bbb;
}

/*就職・進学*/
/*卒業・進路状況*/
.career#top table.path_grads {
    width: 100%;
    border-top: 2px solid #076AB6;
    margin-bottom: 10px;
}
.career#top table.path_grads th {
    border-bottom: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
    background: #F6F6F6;
    font-weight: normal;
    text-align: left;
    padding: 8px 12px;
}
.career#top table.path_grads th:first-child {
    border-left: none;
}
.career#top table.path_grads thead th {
    text-align: center;
}
.career#top table.path_grads td {
    border-bottom: 1px dotted #CCC;
    border-left: 1px dotted #CCC;
    text-align: center;
    padding: 8px 12px;
    vertical-align: top;
}

/*就職・編入学のプロセス*/












/*以下、未使用 いったん保留*/
/**
 * 研究・産学連携
 */

/* 研究者紹介 */
.research .intro .box05_intro .page_box {
margin-top:35px;
width:650px;
}

/**
 * パンフレットダウンロード
 */

/* 学園だより */
.download .letter h3 {
background:url("../img/h3_bg.jpg") no-repeat scroll 0 0;
font-size:126%;
margin:0 0 20px 28px;
padding:7px 10px 9px 30px;
text-align:left;
}

/**
 * 公開講座・展示会
 */

/* 出前授業 */
.public .class p.cate {
margin:-10px 0 20px;
text-align:right;
}


/**
 * 高専ライフ
 */
 
/* 在学生＆OB・OGに訊く */
div.messobob_box{ float:left; margin:0; overflow:hidden; width:600px;}
.messobog_list { padding:0 0 20px 0; clear:both;}
.messobog_list_l { width:290px; float:left}
.messobog_list_r { width:290px; float:right;}
.messobog_list_ph { width:110px; float:left; margin:0; padding:0;}
.messobog_list_tit { width:170px; float:left; margin:0; padding:0;}
.messobog_list_tit p { margin-left: 0;}
.messobog_list_tit span.cate { width:60px; display:block; padding:0 0 1px 0; margin:0 0 8px 0; color:#FFF; background:#0099CC; text-align:center;}
.messobog_list_tit span.cate2 { width:60px; display:block; padding:0 0 1px 0; margin:0 0 8px 0; color:#FFF; background:#CC3366; text-align:center;}
.messobog_list_tit span.tit{ font-size:13px; font-weight:bold; display:block; margin:0 0 8px 0;}
.messobob_box .pager,div#contents.contest .pager{ margin:0 0 20px 0; text-align:center;}
.one_com p {height:80px; overflow:hidden;}
.one_com2 p {height:80px; overflow:hidden;}

/* コンテストに挑戦 */
span.blankafter {
background:url("../img/icon_blank.gif") no-repeat right center;
padding:0.1em 13px 0.1em 0;
}

/* 高専Q&A */
.life .treeview li.collapsable span.blankafter,.science .treeview li.collapsable span.blankafter {
background:url("../img/icon_blank.gif") no-repeat right center;
padding:0.1em 13px 0.1em 0;
display:inline;
width:30px;
}


/**
 * 理系で行こう！
 */
 
/* 投稿フォーム */
input#mail_preview,input#mail_send,input#q_button {
background:url("../science/img/btn01.jpg") no-repeat;
width:124px;
height:42px;
border:none;
cursor:pointer;
}

body.science #mail_form_loading {
width: 100%;
text-align: center;
}
body.science #mail_form textarea {
border:1px solid #D3BEA0;
}

body.science #mail_form #mail_form_confirm textarea,
body.science #mail_form input.mail_email,
body.science #mail_form input.mail_author
{
color:#685130;
background: #F3EDE5;
cursor: default;
border:1px solid #D3BEA0;
}

body.science #mail_form input.mail_email,
body.science #mail_form input.mail_author
{
font-size:100%;
margin:0;
padding:3px 2px;
width:160px;
}

body.science #mail_form_input dl{
border:0;
}
body.science #mail_form_input dt{
float:left;
width:130px;
font-size:130%;
color:#666666;
font-weight:bold;
border:0;
}
body.science #mail_form_input dd{
border:0;
}
body.science #mail_form_input dd input{
width:160px;
}

p#btn{
text-align:center;
margin:5px 0;
}
body.science p#btn input{
text-align:center;
}

body.science #mail_form #mail_form_input input#mail_author.input_error,
body.science #mail_form #mail_form_input input#mail_email.input_error,
body.science #mail_form #mail_form_input textarea.input_error
{
border: 1px solid red;
}

body.science #mail_form #mail_form_input label.input_error
{
color: red;
}

/**
 * 学校案内
 */

/** LIST *****************************/
/** indexlist ******************/
ul.indexlist{
margin:0.5em 0 2em 0;
padding:0;
list-style-type:none;
}

ul.indexlist li,
ul li.indexlist{
list-style-type:none;
margin:2px 2px 2px 12px;
padding:0 0 0 14px;
background:url(../../img/icon01.gif) no-repeat 0 0.3em;
line-height:1.2em;
font-size:12px;
}
ul.indexlist ul.indexlist{
margin-top:0;
}
ul.indexlist li ul.indexlist li{
margin-left:0;
}

/** indexlist end******************/

/**
 * 学科・専攻科
 */
body.course .graduate-study table {
  border: 3px solid #CCC;
  width: 100%;
}
body.course .graduate-study th {
  background: #F6F6F6;
  border: 1px dotted #CCC;
  text-align: center;
}
body.course .graduate-study td {
  border: 1px dotted #CCC;
}

/**
 * 長野高専基金
 */
h2.title
{
    height: 60px;
    line-height: 58px;
    text-align: left;
    padding: 0 0 0 18px;
    font-size: 150%;
    color: #ffffff;
    background: -webkit-gradient(linear, left top, left bottom, from(#105baa), to(#0e498b));
    background: linear-gradient(#105baa, #0e498b);
    border: 1px solid #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-weight: normal;
    letter-spacing: 2px;
}

h3.title {
    margin: 0 2px 20px;
    position: relative;
    -webkit-box-shadow: 0 0 3px #FFF inset, 0 1px 2px #666;
            box-shadow: 0 0 3px #FFF inset, 0 1px 2px #666;
    font-size: 1.12rem;
    padding: 7px 9px 7px 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eaeaea));
    background: linear-gradient(#f8f8f8, #eaeaea);
}

h3.title:before {
    border: 5px solid #0F539D;
    border-radius: 50%;
    bottom: 0;
    content: "";
    height: 5px;
    left: 10px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 5px;    
}

body.fund .headTeacher {
    float: left;
    margin: 0 2em 2em 0;    
}

body.fund .headTeacher .signature {
    margin-top: 10px;
}

body.fund .method li {
    float: left;
    width: 30%;
    margin-right: 5%;
}

body.fund .method li:last-child {
    margin-right: 0;
}

body.diversity .method li {
    float: left;
    width: 30%;
    margin-right: 3%;
}
a.button01 {
    background: url(../img/icon03_on.gif) no-repeat 8px 13px, -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#eaeaea));
    background: url(../img/icon03_on.gif) no-repeat 8px 13px, linear-gradient(#f8f8f8, #eaeaea);
    border: 1px solid #6790c6;
    color: #0066CC;
    display: block;
    padding: 10px 10px 10px 24px;
    text-decoration: none;
    font-size: 120%;
    font-weight: bold;
}

a.button01:hover {
    opacity: 0.8;
    text-decoration: none;
}

body.fund ul.link_list01 {
    overflow: hidden;
    white-space: nowrap;
    zoom: 1;    
}

body.fund ul.link_list01 li {
    display: inline;
    white-space: nowrap;
    line-height: 1.3;
}

body.fund ul.link_list01 li a {
    overflow: hidden;
    zoom: 1;
    float: left;
    display: block;
    width: 134px;
    font-size: 12px;
    background: url(../img/icon01.gif) no-repeat 0 9px;
    padding: 5px 0 5px 12px;
}

body.fund .main p,
body.fund .main ul {
    margin-bottom: 10px;
}

body.fund .main .mainVisual,
body.fund .main p:last-child,
body.fund .main ul:last-child {
    margin-bottom: 20px;
}

body.fund .note {
    color: #FF0000;
    border: 1px solid #FF0000;
    padding: 0.75em;
}

body.fund .main div.tableCaption p.caption {
    float: left;
    margin-bottom: 0;
}
body.fund .main div.tableCaption p.unit {
    float: right;
    margin-bottom: 0;
}
table.incomeTax,
table.inhabitantTax {
    width: 100%;
    margin-bottom: 20px;
}
table.incomeTax thead,
table.inhabitantTax thead {
    background-color: #EEEEEE;
    text-align: center;
}
table.incomeTax th,
table.inhabitantTax th {
    border: 1px solid #000000;
    padding: 5px;
}
table.incomeTax td,
table.inhabitantTax td {
    text-align: right;
    border: 1px solid #000000;
    padding: 5px;
}
table.incomeTax col {
    width: 11%;
}
table.inhabitantTax col {
    width: 25%;
}

body.fund .policy {
    border: 1px solid #CCC;
    padding: 0.75em;
}
.s_navi01.oneContents ul li a {
    background: url(../img/icon03_sec_off.gif) no-repeat 12px 10px;
}
.s_navi01.oneContents ul li a:hover {
    background: #EBF3FA url(../img/icon03_sec_on.gif) no-repeat 12px 10px;
}

.s_navi01.oneContents ul li:first-child a {
    background: url(../img/icon03_off.gif) no-repeat 8px 10px;
}
.s_navi01.oneContents ul li.on:first-child a,
.s_navi01.oneContents ul li:first-child a:hover {
    background: #EBF3FA url(../img/icon03_on.gif) no-repeat 8px 10px;
}

.s_navi01.oneContents ul li:last-child a {
    background: url(../img/icon03_sec2_off.gif) no-repeat 12px 10px;
}
.s_navi01.oneContents ul li:last-child a:hover {
    background: #EBF3FA url(../img/icon03_sec2_on.gif) no-repeat 12px 10px;
}

body a.style06 {
    display: block;
    color: #FFFFFF;
    background: #0F539D;
    text-align: center;
    line-height: 1.2;
    width: 480px;
    margin: 1em auto;
    font-size: 170%;
    padding: 20px;
}

a.style06:hover {
    opacity: 0.8;
    text-decoration: none;
}

.s_navi03.oneContents ul li a {
    background: url(../img/icon03_sec_off.gif) no-repeat 12px 10px;
}
.s_navi03.oneContents ul li a:hover {
    background: #EBF3FA url(../img/icon03_sec_on.gif) no-repeat 12px 10px;
}

.s_navi03.oneContents ul li:first-child a {
    background: url(../img/icon03_off.gif) no-repeat 8px 10px;
}
.s_navi03.oneContents ul li.on:first-child a,
.s_navi03.oneContents ul li:first-child a:hover {
    background: #EBF3FA url(../img/icon03_on.gif) no-repeat 8px 10px;
}

.s_navi03.oneContents ul li:last-child a {
    background: url(../img/icon03_sec2_off.gif) no-repeat 12px 10px;
}
.s_navi03.oneContents ul li:last-child a:hover {
    background: #EBF3FA url(../img/icon03_sec2_on.gif) no-repeat 12px 10px;
}
