@media all and (min-width: 980px) { 

}
body {
    background: none repeat-x scroll center top #FFFFFF;
    font-family: "メイリオ","Meiryo UI",Osaka,"Hiragino Kaku Gothic Pro","MS UI Gothic",sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
p, ol, ul {
    line-height: 160%;
    padding-left: 2%;
    
}
#required {
    color: #FF0000;
    font-size: 110%;
    font-weight: bold;
}
#Normal {
    color: #333333;
}
a:link {
    color: #152F99;
}
a:hover {
    color: #00A8E6;
}
a:active {
    color: #00A8E6;
}
hr {
    display: none;
}
#header {
    height: 80px;
    margin: 0 auto;
    padding-left: 0;
    background-color: white;
    
}
@media all and (max-width: 776px) { 
	#header{
		height: 10%;
	    margin: 0 auto;
	    padding-left: 0;
	    background-color: #ffffff;	
	}
	#header img{
	    width: 100%;
	    float: left;
	    margin-top: 1px;
	}
	#logo{
	    height: 80px;
	    padding: 2% 0 0 0;
	    background: #ffffff;
	}
	#logo h1{
	    color: #bcecff;
	    line-height: 40px;
	    font-size: 2em;
	    margin: 0 0 0 0px;
	    background: #032084;
    }
}

@media all and (min-width: 777px) { 
	#header img{
		width: 720px;
	    float: left;
	    margin-top: 1px;
	}
	#logo {
	    height: 80px;
	    padding: 40px 0 0 0;
	    background: #ffffff;
	}

	#logo h1{
	    color: #bcecff;
	    line-height: 40px;
	    font-size: 2em;
	    margin: 0 0 0 0px;
	    background: #032084;
    }
}
#wrapper {
    background: none repeat scroll 0 0 #FFFFFF;
    width:100%;
    margin:auto;
    padding:auto;
}
#page {
    margin: 0 auto;
    padding: 0;
    width:100%;
}
#content {
    margin: 0px;
    padding: 0;
    width: 100%;
}
.post {
    margin: 5px;
}
.post .title {
	border-bottom:1px solid #999;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0px center;
    color: #333333;
//    font-size: 1.2em;
//    line-height: 1;
    margin: 5px 0 5px;
    padding: 5px;
}

.post .title2 {
	border-bottom:1px solid #999;
	background-image:none;
	background-repeat:no-repeat;
	background-position:0px center;
    color: #333333;
//    font-size: 0.9em;
    line-height: 1;
    margin: 5px 0 5px;
    padding: 5px;
}
.post .title h2 {
    margin: 0;
    padding: 0;
}
.post .title2 h2 {
    margin: 0;
    padding: 0;
}
.post .hr1 {
    border-bottom: 1px dashed #666633;
}
.post .lead {
    color: #828170;
//    font-size: 1.0em;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 5px 4px;
    padding: 0;
}
.post .entry {
    color: #333333;
//    font-size: 1.0em;
    margin: 3px;
    padding: 0 0 5px;
}
.post .bold {
    color: #333333;
//    font-size: 1.1em;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px;
}
.post h3{
	color:#c60;
	margin:5px auto 0px auto;
}
.commercialannounce{
	border-top:1px solid #C9E1F4;
	margin-top:0px;
	margin-bottom:10px;
	padding-top:3px;
	color:#666;
}
div.commercialannounce{
	padding-left:5px;
}

ol.ordernumcommercialannounce{
	list-style-type:decimal;
	color:#666;	
}
ol.ordernumcommercialannounce li{
	color:#666;
}
#wrapper3 {
    background: none repeat-x scroll center bottom #DDDDDD;
}
#footer1 {
    color: #333333;
    height: 5px;
    margin: 0 auto;
    padding-bottom: 5px;
    padding-top: 5px;
    width: 100%;
    display:none;
}
#wrapper2 {
    background: none repeat-x scroll center bottom #ffffff;
    border-top: 1px solid #dbdbdb;
}
#footer {
    color: #333333;
    margin: 0px auto;
    padding-bottom: 5px;
    padding-top: 5px;
//    padding-left:25px;
    width: 100&;
}
#footer a {
    color: #0000cc;
    font-family: "メイリオ","Meiryo UI",Osaka,"Hiragino Kaku Gothic Pro","MS UI Gothic",sans-serif;
//    font-size: 11px;
    text-decoration: none;
}
#footer h2 {
    border-bottom: 1px dashed #333333;
    color: #333333;
    font-family: "メイリオ","Meiryo UI",Osaka,"Hiragino Kaku Gothic Pro","MS UI Gothic",sans-serif;
//    font-size: 1.2em;
    font-weight: bold;
    margin-top: 0;
}
form {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    padding: 0px;
}
fieldset {
    background: none repeat scroll 0 0 #F5F5F5;
    border: medium none;
//    font-size: 0.95em;
    margin: 0 0 5px;
    padding: 5px;
}
legend {
    color: #696969;
    font-family: "メイリオ","Meiryo UI",Osaka,"Hiragino Kaku Gothic Pro","MS UI Gothic",sans-serif;
//    font-size: 1.1em;
    font-weight: bold;
    margin: 5px;
    padding: 0;
}
* html legend {
    margin-left: -6px;
}
:first-child + html legend {
    margin-left: -6px;
}
input.text, textarea {
    border: 1px solid #CCCCCC;
    color: #333333;
//    font-size: 1.0em;
    padding: 0.3em;
    width: 60%;
}
textarea {
    width: 80%;
}
input.text:focus, textarea:focus {
    background: none repeat scroll 0 0 #FFFFCC;
    color: #000000;
}
div.submit {
    padding: 0.8em 0;
    width: 80%;
}
input.submit {
    background: none, scroll 0 0 #FF0000;
    color: #FFFFFF;
    cursor: pointer;
//    font-size: 1.0em;
    letter-spacing: 0.1em;
    padding: 0.3em 1em 0.3em 1.1em;
}
div.boxmain {
    padding: 5px 5px;
}
div.boxmain-menu {
    float: left;
    font-weight: bold;
    width: 30%;
}
div.boxmain-content {
    float: left;
    width: 50%;
}
div.clear {
    clear: both;
    margin: 0;
}
span.hide_area{
//	font-size:0.9em;
	color: #696969;
}
tr.oddorevn0{
	background-color:#fafafa;

}
tr.oddorevn1{
	background-color:#efefef;
}
span.mustFields{
//	font-size:0.9em;
	font-weight:bold;
	color:#FF7A00;
}
span.caution{
	font-weight:bold;
	color:#c00;
}

div.just_info{
	margin:0;
	padding:3px;
	border:1px solid #3383bb;
	text-align:left;
	background-color:white;
	color: #696969;
}
div.ERROR_ANNOUNCE{
	margin:5px;
	padding:3px;
//	font-size:1.2em;
	border:2px solid red;
	color:#c00;
}
input.compo_inputRight{
	text-align:right;
	padding-right:1px;
	color: #696969;
}
.roundbox   {  
    border-radius: 5px;        
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;   
}  

.roundbox5px   {  
    border-radius: 5px;        
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;   
}     
   

.personal_info_form{
	display: block;
//	font-size: 1.0em;
//	font-weight: bold;
	color: #111;
//	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
//	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 3px;
	text-decoration: none;
	padding: 0px 5px 5px 5px;

}
span.error_cell{
//	font-size:0.9em;
	color:#f00;
}


.check_form{
	background: url(../img/patterns_19.png) repeat , -webkit-gradient(radial, 88% 88%, 0, 88% 88%, 213, color-stop(1.00, #dedede), color-stop(0.00, #cccccc));
	background: url(../img/patterns_19.png) repeat , -webkit-radial-gradient(88% 88%, circle, #dedede 0%, #cccccc 100%);
	background: url(../img/patterns_19.png) repeat , -moz-radial-gradient(88% 88%, circle, #dedede 0%, #cccccc 100%);
	background: url(../img/patterns_19.png) repeat , -o-radial-gradient(88% 88%, circle, #dedede 0%, #cccccc 100%);
	background: url(../img/patterns_19.png) repeat , -ms-radial-gradient(88% 88%, circle, #dedede 0%, #cccccc 100%);
	background: radial-gradient(88% 88%, circle, #d5def6 0%, #bcf29b 100%);
	display: block;
//	font-size: 1.0em;
	font-weight: bold;
	color: #111;
//	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border: none;
	box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.4);
	border-radius: 3px;
	text-decoration: none;
	padding: 3px 5px;
}
.checkl{
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
	background-color:none; 
    border-color: -moz-use-text-color #DDDDDD #DDDDDD;
	border-top:none;
	border-right:none;
	border-bottom:none;
	border-left:none;
    margin-left: 5px;
    width: 100%;
}
div.check2Col{
	text-align:center;
	width:95%;
	margin:10px 5px 5px 5px ! important;
	line-height:1.5em ! important;
	background-color:white;
}
span.alert_info{
	color:#f00;
	font-weight:bold;
}


span.sml{
//	font-size:0.95em;
	font-weight:normal;
}

#title_course_selector{
	background: url("../img/downwardArrow.png" ) no-repeat center left;
	height:60px;
	vertical-align:middle;
	line-height:60px;
	width:100%;
	position:relative;
	text-align:right;
}

#dialog-confirm p{
	background-color:white;
	padding: 0 7px 0px 0;	
//	height:90px;
    border-radius: 5px;        
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;   

}
#dialog-confirm span .ui-icon .ui-icon-alert{

}
.redOcean{
	background-color:  #D90832;
	background: none repeat, -webkit-gradient(linear, left top, right top, color-stop(0.00, #D90832), color-stop(1.00, #A7031B));
	background: none repeat, -webkit-linear-gradient(left, #D90832 0%, #A7031B 100%);
	background: none repeat, -moz-linear-gradient(left, #D90832 0%, #A7031B 100%);
	background: none repeat, -o-linear-gradient(left, #D90832 0%, #A7031B 100%);
	background: none repeat, -ms-linear-gradient(left, #D90832 0%, #A7031B 100%);
	background: none repeat, linear-gradient(to right, #D90832 0%, #A7031B 100%);
    border-color: -moz-use-text-color #D90832 #D90832;

}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text{
	font-size:1.3rem;
}

.headline{
	background: none, repeat , #f9f9ff;
//	display: block;
//	font-size: 1.0rem;
	font-weight: normal;
	color: #111;
//	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.4), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 0;
	border:1px solid #ccc;
//	border-top-left-radius: 3px;
//	border-top-right-radius: 3px;
	text-decoration: none;
	padding:12px 2px 10px 10px;
}
.TdHeadline{
	background: none, repeat , #f9f9ff;
	font-weight: normal;
	color: #111;
	letter-spacing: 0;
	border:1px solid #ccc;
	text-decoration: none;
	padding:12px 2px 10px 10px;
}
.contents{
	background-color:white;
	font-weight: normal;
//	font-size: 1.0rem;
	padding:12px 2px 10px 10px;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-bottom:1px solid #ddd;
	border-top:1px solid #ddd;
}
table{
	width:100%;
//	margin-bottom:5px;
}
table.table{
	margin-bottom:0px;
}

table.splineclosure{
	width:100% ! important;
}
.headline h2{
// font-size: 1.0em ! important;
 margin:3px 0px 3px 5px;
 padding:0px;
 
}
table.table_of_q11_sq{
	margin-top:5px;
}

.check_form_left{
	background-color:#f9f9ff;
	font-weight: bold;
//	font-size: 1.1em;
	padding:3px 2px 5px 5px;
	text-align:left;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
//	border-top:1px solid #f9f9ff;
}

.check_form_right{
	background-color:white;
	font-weight: normal;
//	font-size: 1.1em;
	padding:3px 2px 5px 5px;
	text-align:left;
}
.blank_line{
	font-size:1px;
	line-height:9px;
	height:10px;
	background-color:none;
	border:0;
}
li{
  padding-left: 0px;
  margin-left:0px;
}
ul{
  padding-left: 0px;
  margin-left:0px;
}
li.tedq{
	float: left;
    width: 95%;
    margin-left: 20px;
    position: relative;
    height: fit-content;
    vertical-align: top;
}
li.tedq2{
	float: left;
    width: 45%;
    max-width:498px;
    margin-left: 20px;
    position: relative;
    height: fit-content;
    vertical-align: top;
}

li.tedq3{
	float: left;
    width: 31%;
    max-width:330px;
    margin-left: 1%;
    position: relative;
    height: fit-content;
    vertical-align: top;
}
li.tedq4{
	float: left;
    width: 24%;
    max-width:246px;
    margin-left: 1%;
    position: relative;
    height: fit-content;
    vertical-align: top;
}
@media all and (max-width: 785px) {
	li.tedq2{
		float: left;
	    width: 95%;
	    margin-left: 20px;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}
	li.tedq3{
		float: left;
	    width: 48%;
	    max-width:330px;
	    margin-left: 1%;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}
	li.tedq4{
		float: left;
	    width: 32%;
	    max-width:246px;
	    margin-left: 1%;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}	
} 
@media all and (max-width: 580px) {
	li.tedq3{
		float: left;
	    width: 98%;
	    margin-left: 1%;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}
	li.tedq4{
		float: left;
	    width: 48%;
	    max-width:246px;
	    margin-left: 1%;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}	
} 
@media all and (max-width: 580px) {
	li.tedq4{
		float: left;
	    width: 98%;
	    margin-left: 1%;
	    position: relative;
	    height: fit-content;
	    vertical-align: top;
	}	
} 

div#entry_form ul li label{
	max-width: 95% ! important;
	font-weight: 500 ! important;
    text-indent: -17px;
    padding-left: 22px;	
}
div#entry_form ul li.tedq2 label,div#entry_form ul li.tedq3 label{
	max-width: 90% ! important;
	font-weight: 500 ! important;
}
div#entry_form input.ui-button {
    vertical-align: inherit;
}

span.sp_table_hide{
	display:none;
}

.textarebox{
	width: 90%;
    height: 50px;
    margin-left: 2%;
    margin-top: 20px;
    margin-bottom: 20px;
}


.innertableconte td{
 background-color:white;
 padding-top:2px;
}

.hide_on_load{
	display: block;
    width: 100% ! important;
    position: inherit ! important;
    left: 0px ! important;
    top: inherit ! important;
    text-indent: 32px;
//    font-size: 0.8em;
    float:inherit ! important;
}
.hide_on_load input{
	width:40% ! important;
	
}


#content h1{
//    font-size: 1.3rem;
    line-height: 1.9rem;
    color: #e8861d;
    font-weight: bold;	
}
#content h2{
//  font-size: 1.1rem;
//    line-height: 1.3rem;
    color: #333333;
    font-weight: normal;
    width: 97%;
    position: relative;
}
.personal_info_form u{
 font-weight:bold;
}
.indenter_of_headline_typeA{
 text-indent:-42px;
 margin-left:42px;
}
.indenter_of_headline_typeB{
 text-indent:-52px;
 margin-left:52px;
}
.indenter_of_headline_typeC{
 text-indent:-69px;
 margin-left:69px;
}


table.tbl_dl {
    border: 1px solid #f9f9ff;
    margin-left: 20px;
    width: 95%;
}
td.td_dt {
    background: none repeat scroll 0 0 #F5F5F5;
    border-top: 1px solid #f9f9ff;
    color: #696969;
    font-weight: bold;
    line-height: 120%;
    padding: 0.8em;
    width: 34%;
}
td.td_dd {
    background: none repeat scroll 0 0 #FFFFFF;
    border-left: 1px solid #f9f9ff;
    border-top: 1px solid #f9f9ff;
    line-height: 120%;
    padding: 0.8em;
    width:65%;
		word-break:break-all;
}

td#field_of_q01{
	padding-left:9%;
}
span.smallfont{
	font-size:0.70rem;
}
span.midfont{
	font-size:0.85rem;
}
span.bordersquare{
	border:1px solid gray;
}
div.dispInlineBLOCK{
	display:inline-block;
	margin:0;
	padding:0;
}
span.insd_dispInlineB{
	padding:30px;
}

div.leftmoveDiv{
// text-indent:-20px;
 margin-left:20px;
 padding-top: 15px;
 clear: both;
}
div.explanation{
    display: inline-block;
//    font-size: 0.8rem;
    text-indent: -38px;
    padding-left: 40px;
    margin: 3px 28px;
    background-color: white;
    border: 1px solid #dbdbdb;
}
textarea#q02_5,textarea#p_career,textarea#q03_4,textarea#q03_6{
    width:  95%;
    height: 100px;
}
#q02_3_reason_div{
	clear:both;
  margin-left: 11%;
}
#q02_3_reason_div textarea{
	height: 100px;
}
@media all and (min-width: 471px) { 
	#userinfo{
		width:49%;
		display:inline-block;
		border-top: 1px solid gainsboro;	
	}
	#userinfo2{
		width:49%;
		display:inline-block;
		border-top: 1px solid gainsboro;	
	}
	#userinfo dt,#userinfo2 dt{
		float: left;
	    width: 32%;
		background-color:#dee7e8;
		border-bottom: 1px solid gainsboro;	
		height: 35px;
	}
	#userinfo dd,#userinfo2 dd{
		margin-left:30%;
		padding-left:8%;
		border-bottom: 1px solid gainsboro;	
		height: 35px;
	}
}
@media all and (max-width: 470px) { 
	#userinfo{
		width:49%;
		display:inline-block;
		border-top: 1px solid gainsboro;	
	}
	#userinfo2{
		width:49%;
		display:inline-block;
		border-top: 1px solid gainsboro;	
	}
	#userinfo dt,#userinfo2 dt{
		float: left;
	    width: 32%;
		background-color:#dee7e8;
		border-bottom: 1px solid gainsboro;	
	    height: 57px;
	}
	#userinfo dd,#userinfo2 dd{
		margin-left:30%;
		padding-left:8%;
		border-bottom: 1px solid gainsboro;	
	    height: 57px;
	}
}

#field_of_p_scalarship_1 input{
	position: absolute;
 left: 50%;
	
}
span.maru_num{
	position:absolute;
	left:0;
}

#field_of_p_career_start_y_2,
#field_of_p_career_start_y_3,
#field_of_p_career_start_y_4,
#field_of_p_career_start_y_5,
#field_of_p_career_start_y_6,
#field_of_p_career_start_y_7,
#field_of_p_career_start_y_8{
	border-top:1px solid #e4e4e4;
	border-bottom:0;
}
#field_of_p_career_start_y_1{
	border-bottom:0;
}
#field_of_p_career_start_y_9{
	border-top:1px solid #e4e4e4;
}

span.career_str{
	width:138px;
	display:inline-block;
	
}
.career_right_posi{
    width: 60%;
    max-width: 489px;
    min-width: 100px;
}

input#p_ov_flag{
	visibility: hidden;position: absolute;top: 0;
}
td#field_of_p_ov_address{
	position:relative;
}
ol#main_index li{
	list-style-type:upper-roman;
	
	margin:1em 2em;
	
}
.tx_underline {
  text-decoration: underline;
}
.tx_bold {
  font-weight: bold;
}
.tx_center {
  text-align:center;
}