/*===============================================
●sp.css 画面の横幅が639pxまで
===============================================*/
@media screen and (max-width: 639px){

img {
	max-width: 100%;
	height: auto;
	width /***/: auto;
　
}

#container {
	width: 100%;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100% ;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

/* common setting */

body {
	color: #333333;
	font-size: 140%;
}

table {
	_font-size: 12px;
	word-break:break-all;
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

ul#home_menu {
	display: none;
}

#org_logo {
	display: none;
}

#sp_logo {
	text-align: right;
	margin-top: 5px;
	margin-right: 15px;
}

img {

	max-width: 100%;
	height: auto;
	width /***/: auto;
	width: 100%;
　
}

#footer img{
	width:auto;
	}

#page-top img{
	width:auto;
	}	


.img_guide li{
	margin-bottom:20px;
	}



/*
-----------------------------------
base layout
-----------------------------------
*/

body {
	text-align: center;
}

#wrapper {
	width: 100%;
	margin: 0 auto;
	text-align: left;
}

#header {
	margin: 10px 0 5px;
}

#header div#site_logo .img_copy {
	margin-bottom: 8px;
	text-align: center;
}

#header div#site_logo .img_logo {
	margin-bottom: 0px;
	text-align: center;
}


#header div#site_logo{
	margin:10px;
}

#visual {
	margin-bottom: 15px;
}

#side {
	padding: 0 0 5px;
}

#side ul#side_bnr li {
	  margin-bottom: 10px;
  width: 50%;
  float: left;
  padding: 2%;
  margin: 0;
	}
	
#side ul#side_bnr li a:hover{
opacity:0.7;
	}	

#side_bnr img {
	height: auto;
	width: 100%;
}

ul#pankuzu {
	margin: 0 0 10px 5px;
}

ul#pankuzu li {
	float: left;
	background: url(./images/li_pankuzu.gif) right 50% no-repeat;
	padding-right: 10px;
	margin-right: 6px;
}

ul#pankuzu li.current {
	background: none;
}

#main {
	margin: 0;
	padding: 10px;
}

#main h1,
#main p.tit_detail {
  margin-bottom: 15px;
  border-bottom: 4px solid #B5B5B5;
  padding-bottom: 5px;
  color: #BC64A4;
  font-size: 30px;
    margin: 0 -10px;
}



#main h2 {
  font-size: 20px;
  color: #BC64A4;
/*  border-bottom: 1px dotted #999;
*/  padding-bottom: 5px;
}



#main h1 span, #main p.tit_detail span{
  border-bottom: 4px solid #BC64A4;
  padding-bottom: 4px;
    padding-left: 10px;
}


table.tbl_articlelist {
	margin-bottom: 20px;
	width: 100%;
}

table.tbl_articlelist th {
	width: 100%;
	  padding: 10px 0 3px 12px;
	color: #999;
	background: url(./images/bg_graydot.gif) bottom repeat-x;
	display: block;
}

table.tbl_articlelist td {
	width: 100%;
	display: block;
	background: url(./images/bg_graydot.gif) bottom repeat-x;
}

table.tbl_articlelist td span {
	display: block;
	padding: 10px 0 10px 24px;
	color: #666;
	background: url(./images/li_purple.gif) no-repeat 10px 50%;
}

h2.top_h2title01,h2.top_h2title02 {
	width: 100%;
	height: 25px;
	overflow: hidden;
	margin-left: 10px;
}

h2.top_h2title01 span,h2.top_h2title02 span {
	display: block;
  margin-top: 20px;
}

h2.top_h2title01 {
	background: url(./images/tit_top_event.gif) no-repeat;
}

h2.top_h2title02 {
	background: url(./images/tit_top_whatsnew.gif) no-repeat;
}

#topjump {
	clear: both;
	text-align: right;
	margin-bottom: 40px;
}

#topjump a {
	padding-left: 15px;
	background: url(./images/arw_purple_top.gif) left 50% no-repeat;
}

#footer {
	clear: both;
	border-top: 3px solid #bc64a4;
	padding: 8px 0 50px 0;
	  margin-top: 30px;
}

#footer p.link {
	margin-left: 5px;
}

#footer p.copyright {
	display: none;
}

.other_title {
	font-weight: bold;
	font-size: 120%;
	margin-top: 12px;
}

.other_contents {
	line-height: 1.4em;
}

/*
-----------------------------------
top page
-----------------------------------
*/
ul.box_topbnr {
	margin-bottom: 31px;
	margin-top: 20px;
}
ul.box_topbnr li {
	margin-bottom: 10px;
}
ul.box_topbnr li.last {
	margin-bottom: 0;
}


/*
-----------------------------------
detail
-----------------------------------
*/
.detail #box_school {
	width: 100%;
	line-height: 1.4em;

}
	#box_school p {
		/*margin-bottom: 30px;*/
	}
	#box_school table.title {
		width: 100%;
		margin-bottom: 25px;
		border: none; 
	}
	#box_school table.title td {
		vertical-align: middle;
		border: none;
	}
	#box_school table.title td h1 {
		display: inline;
		font-size: 2em;
		line-height:1.4em;
	}
	#box_school table.title td img {
		float: right;
	}
	#box_school table.title h1 {
		font-size: 2em;
		font-weight: bold;
	}
	#box_school .box_photo {
	  float: none;
  width: 100%;
	}
	#box_school .box_address {
	  margin: 12px;
  line-height: 1.5em;
  font-size: 130%;
	}
	#box_school .box_address img {
		display: block;
		margin-bottom: 1em;
		max-width: 400px;
	}
	#box_school .box_request {
		  margin-bottom: 12px;
  width: 100%;
  margin: 30px auto;
	}
	#box_school h2 {
		clear: both;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	#box_school table th,
	#box_school table td{
		border: 1px solid #979796;
		padding: 5px;
		
	width: 100%;
  display: block;	
  border-top: none;
		
	}
	
	#box_school table.tbl_schoolinfo {
  width: 100%;
	}
	
	
	
	#box_school table.tbl_entry{
  width: 100%;
	}
	
	
	
	#box_school table.tbl_schoolinfo th {
		background: #dfdfde;
		font-weight: bold;
		  padding: 10px;
	
	}
	
		#box_school table.tbl_schoolinfo td{
		  padding: 10px;
	
	}
	
	
	#box_school table.tbl_entry thead th {
		background: #dfdfde;
	
	}
	#box_school table.tbl_entry tbody td {
		text-align: center;
		
	}
	
	
	
.guide ul.img_guide li {
	  float: none;
  width: auto;
}
.guide p{
	clear: both;
	margin: 0 0 1em 20px;
	line-height: 1.4em;
}
.guide dl {
	margin:0;
	padding: 20px 20px 0 20px;
	background: #ecebe9;
}
.guide dl dd {
	margin-left: 16px;
	padding-bottom: 20px;
}	




div.box_category ul {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	div.box_category ul li {
		margin-bottom: .5em;
	}
	div.box_category ul li a{
		padding-left: 15px;
		background: url(./images/li_purple.gif) left 50% no-repeat;
	}
	div.box_category ul li.arrow{
		padding-left: 15px;
		background: url(./images/li_purple.gif) left 50% no-repeat;
	}
	

.qualification ul li a,
.occupation ul li a,
.syllabary ul li a,
.links ul li a,
.sitemap ul li a,
.syllabary ul li.arrow span {
	padding-left: 15px;
	background: url(./images/li_purple.gif) left 50% no-repeat;
}	
	
	
	
/* about_table */

.about div.box_text table {
	width: 100%;
	  border-top: 1px solid #979796;
}
.about div.box_text table th,
.about div.box_text table td{
	border: 1px solid #979796;
	padding: 5px;
}
.about div.box_text table th {
  width: 100%;
  display: block;
  border-top: 0;
	font-weight: bold;
	background: #dfdfde;
	
}
.about div.box_text table td {
	  width: 100%;
  display: block;
  border-top: 0;
}
.about div.box_text h3 {
	font-weight: bold;
}
.about div.box_text ul {
	margin-bottom: 1em;
}
.about .box_acrobat {
	margin-top: 15px;
}
.about .box_acrobat img {
	float: left;
}

/*body #main table .border_top{
	  border-top: 1px solid #979796;
	}*/
	
	
	
body #main table .sp_none{
display:none;	}	


	
	
/* table_common */

body #main table.tbl_common{
	  width: 100%;
	}	
			
body #main table.tbl_common th{
	background: #dfdfde;
	padding:10px;
	}
	
body #main table.tbl_common td{
		padding:10px;
	}		
	



	
/* table_ently */


body #main table.tbl_entry{
/*	  border-right: 1px solid #979796;*/
  border: 1px solid #979796;
	}
	
	
body #main table.tbl_entry thead{
	/*display:block;
	width:20%;
	float: left;*/
	}
	
	
body #main table.tbl_entry th, body #main table.tbl_entry th{
  width: auto;
   display: table-cell;
	}
		
	
body #main table.tbl_entry th, body #main table.tbl_entry td{
/*height:3em;
 border-right: 0;
 text-align:center;*/
  width: 1%;
   display: table-cell;
	}	
	
	
body #main table.tbl_entry tbody{
	/*display:block;
	  width: 80%;
	  float: left;*/
	}	
	
body #main table.tbl_entry tr{
	/*display:block;
	width:100%;
	  float: left;*/
	}	

	
body #main table.tbl_entry tbody tr{
/*	  width: 50%;*/
	}		
	
	
body #main table.tbl_entry thead .sp_none{
display:none;	
}	









body .navbar.navbar-inverse.navbar-static-top a{
  text-shadow: 1px 1px 4px #3F3D3D;
}


body .navbar.navbar-inverse.navbar-static-top a:hover {
   color:#FFF; 
  background-color: #AD648D;
}	


body .nav>li {
	position: relative;
	display: block;
	border-bottom: 1px solid #98657C;
	  background-color: #C78AAC;
}


.no_h2{
	  margin-top: 20px;
	}

	
/* pagetop */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
  background: #CF84AE;
  text-decoration: none;
  color: #fff;
  width: 70px;
  padding: 25px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}
#page-top a:hover {
  text-decoration: none;
  background: #E8D7E3;
}	

.navwrapper .navbar {
    border-radius:0;
  }
  
  
#about_person{
	  width: auto;
  float: right;
  padding: 0px 0px 10px 20px;
	}  
	
#adobe{
	width:auto;
	}	
	
.occupation	ul li{
	margin-bottom:1em;
	}
	
.qualification	ul li{
	margin-bottom:1em;
	}
	
.syllabary	ul li{
	margin-bottom:1em;
	}
	
.sitemap ul li{
	margin-bottom:1em;
	}	
	
.links ul li{
	margin-bottom:1em;
	}	
	
	
	
.title tr td .size-full{
width:auto;

	}	
	
	
.box_photo img{
	width:100%;
	}		
	
#box_school table{
	width:100%;
	  border-top: 1px solid #979796;
	}		
	
	
#box_school table th{
	  background: #dfdfde;
  padding: 10px;
	}	
	
/*#box_school table th:first-child  {
	  border-top: 1px solid #979796;
	}	*/
	
	
	
	
/* form */


table.form {
	border-collapse:separate;
	_border-collapse:collapse;
  width: 100%;
	margin-left:0;
	padding-bottom:1px;
	background: url(./images/bg_graydot.gif) bottom repeat-x;
	line-height: 1.4em;
  border: 1px dotted #999;
  border-top:0;
  border-bottom:0;
}

body #main table.form td ul input{
	width:100%;
	}


table.form ul{
  margin-bottom: 20px;
}

table.form th{
	  width: 100%;
  padding: 15px 0 15px 15px;
  vertical-align: top;
  background: #e0dfde url(./images/bg_graydot.gif) top repeat-x;
  font-weight: bold;
  display: block;
  	float:left;
}
table.form td{
  padding: 30px 30px 30px 40px;
  width: 100%;
  background: url(./images/bg_graydot.gif) top repeat-x;
  display: block;
  	float:left;
}
table.form th.nobd{
  width: 100%;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
  background: #e0dfde url(./images/bg_graydot.gif) top repeat-x;
  font-weight: bold;
  display: block;
  	float:left;
}
table.form td.nobd{
  padding: 30px 30px 30px 40px;
  width: 100%;
  background: url(./images/bg_graydot.gif) top repeat-x;
  display: block;
  	float:left;
}
table.form td ul.list li{
	width: 4em;
  float: left;
}
table.form td ul.list li input {
	border: none;
	margin-right: .8em;
}
table.form td ul.name {
	margin-left: -25px;
}
table.form td ul.name li{
  width: 100%;
  float: left;
}
table.form td ul.name label{
	  width: 2em;
  display: block;
  float: left;
  margin-right: 10px;
}
table.form td ul.name input{
	width: 130px;
}
table.form td ul.list li input {
	border: none;
	margin-right: 0.5em;
}
table.form input,
table.form select,
table.form textarea{
	border: 1px solid #c8c8c6;
}
table.form input,
table.form select {
	vertical-align:middle;
}
table.form textarea{
	font-size: 1.2em;
	width: 100%;
	height: 113px;
}
div.box_button {
	margin-top: 20px;
	text-align: center;
}
div.box_button input {
	width: 150px;
	height: 2.5em;
	border: none;
	background: #bc64a4;
	color: #fff;
}

div.box_button form {
	width:50%;
	float: left;
}


/* double */

.double .guideline {
  clear: both;
  line-height: 1.4;
  background: #EAEAE9;
}


.double .guideline table{
width:100%;
}

.double .guideline table tr th{
display:block;
width:100%;
padding:5px;
background:#ccc;
}

.double .guideline table tr td{
display:block;
width:100%;
padding:5px;
}

.double h4{
  font-size:120%;
  margin: 25px 0 10px 0;
}
.double h4 span {
  color: #BA64A4;
  padding-right: 2px;
}



/* international */


.international .merit{
background: #EAEAE9;
}

.international .demerit{
background: #EAEAE9;
}

.international table{
width:100%;
}

.international table tr th{
display:block;
width:100%;
padding:5px;
background:#ccc;
}

.international table tr td{
display:block;
width:100%;
padding:5px;
}

.international h4{
  font-size:120%;
  margin: 25px 0 10px 0;
}
.international h4 span {
  color: #BA64A4;
  padding-right: 2px;
}

/* 一覧27 */

#main .shokugyo_jisen_h27 h1{
	border-color:#BC64A4;

}

#main .shokugyo_jisen_h27 h1 span {
	border-bottom:none;

}

.shokugyo_jisen_h27 div.box_text table {
	width: 100%;
	font-size:90%;
}
.shokugyo_jisen_h27 div.box_text table th,
.shokugyo_jisen_h27 div.box_text table td{
	border: 1px solid #979796;
	padding: 5px;
}
.shokugyo_jisen_h27 div.box_text table th {

	font-weight: bold;
	background: #dfdfde;
}
.shokugyo_jisen_h27 div.box_text table td {

}



/* 一覧26 */

#main .shokugyo_jisen_h26 h1{
	border-color:#BC64A4;

}

#main .shokugyo_jisen_h26 h1 span {
	border-bottom:none;

}

.shokugyo_jisen_h26 div.box_text table {
	width: 100%;
	font-size:90%;
}
.shokugyo_jisen_h26 div.box_text table th,
.shokugyo_jisen_h26 div.box_text table td{
	border: 1px solid #979796;
	padding: 5px;
}
.shokugyo_jisen_h26 div.box_text table th {

	font-weight: bold;
	background: #dfdfde;
}
.shokugyo_jisen_h26 div.box_text table td {

}




/* 一覧25 */

#main .shokugyo_jisen_h25 h1{
	border-color:#BC64A4;

}

#main .shokugyo_jisen_h25 h1 span {
	border-bottom:none;

}

.shokugyo_jisen_h25 div.box_text table {
	width: 100%;
	font-size:90%;
}
.shokugyo_jisen_h25 div.box_text table th,
.shokugyo_jisen_h25 div.box_text table td{
	border: 1px solid #979796;
	padding: 5px;
}
.shokugyo_jisen_h25 div.box_text table th {

	font-weight: bold;
	background: #dfdfde;
}
.shokugyo_jisen_h25 div.box_text table td {

}



body #main table.t_small{
	
	  font-size: 70%;}

