@charset "shift_jis";

/* ---------- pagetitle -------------------- */
section.pagetitle{
	background:url(../images/bg_maintitle.jpg) no-repeat center center;
	background-size: 120% auto;
	background-position: top center;
	min-height: 400px;
	margin-bottom: 0;
	padding: 0;
	max-width: inherit;
}
section.pagetitle div.stripe{
	background-size: auto auto;
	background-color: rgba(255, 255, 230, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(218, 243, 233, 1) 10px, rgba(218, 243, 233, 1) 20px );
	height: 20px;
	opacity: 0.8;
}
section.pagetitle h1 img{
	width: 90%;
	max-width: 601px;
	margin: 0 auto 10px;
	display: block;
}
section.pagetitle div.container{
	background-image: url(/common_jp/image/v5/white80.png);
	padding: 10px 0 0;
	max-width: inherit;

}
section.pagetitle div.container p{
	font-size: 13px;
	letter-spacing: 0;
	text-align: left;
	margin: 0 auto 10px ;
	color: #4f2f00;
	width: 90%;
	max-width: 550px;
}
section.pagetitle div.container div{
	background-color: #eee;
	text-align: center;
	margin: 0 auto 10px;
	padding: 10px 0;
	width: 90%;
	max-width: 550px;
}
section.pagetitle div.container div a,
section.pagetitle div.container div a:link,
section.pagetitle div.container div a:visited{
	text-decoration: underline;
	color: #00afe2;

}
section.pagetitle h2{
	padding: 10px 0;
	background-size: auto auto;
	background-color: rgba(255, 255, 230, 1);
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(218, 243, 233, 1) 10px, rgba(218, 243, 233, 1) 20px );
	color: #e55154;
	text-shadow: none;
	font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
	font-weight: bold;
}
/* ---------- home -------------------- */
/* article#contents_area */
div#contents {
	width: 100%;
	margin: 0 auto 10px;
	
}

div#contents h1{
	text-align: center;
	font-weight: normal;
	font-size: 140%;
	margin: 10px 0;
	font-weight: bold;
}
div#contents p.chui{
	font-size: 11px;
	font-size: 1.1rem;
	padding: 0 0 10px 0;
	width: 96%;
	margin: auto;
}
div#contents p.chui strong{
	color: #ff0000;
	display: block;
}
div#contents dl{
	margin: 0px 0 0 0;
	overflow: hidden;
	background-color: #ffffff;
}
div#contents dl.w_komoku dt{
	background-color: #E55154;
	color: #ffffff;
	border-bottom: none;
}
div#contents dt{
	width: 100%;
	text-align: center;
	font-weight: normal;
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	background-color: #ffff9b;
	padding: 5px 0;
	font-size: 120%;
	margin: 0;
}
div#contents dt b{
	background-color: #ff0000;
	color: #ffffff;
	font-weight: normal;
	display: inline-block;
	padding: 0 3px;
}
div#contents dd{
	padding: 15px 0 10px 0;	
	font-size: 120%;
}
div#contents dd p{
	width: 90%;
	margin: auto;
}
div#contents dd select#data_pref{
	width: 50%;
	height: 40px;
	margin: 0 auto 10px auto;
	display: block;
	border-radius: 5px;
	border:1px solid #cccccc;
}
div#contents dd input{
	width: 90%;
	height: 40px;
	margin: 0 auto 10px auto;
	padding: 3px;
	display: block;
	border:1px solid #ccc;
	border-radius: 5px;
}
div#contents dd select {
	width: 90%;
    height: 40px;
	margin: 0 auto 10px auto;
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
}
div#contents dd small{
	display: block;
	width: 90%;
	margin: auto;
	padding:5px ;
	color: #ff50ab;
	clear: both;
}
div#contents dd strong{
	color:#ff0000;
	display: block;
	width: 90%;
	margin: auto;
	font-weight: normal;
	display: none;
}
div#contents dd strong span{
	display: table;
	color: #ffffff;
	background-color: #ff0000;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	float: left;
	text-align: center;
	font-weight: bold;
	margin: 0px 3px 0 0;
	line-height: 1.0;
}
div#contents dd strong span b{
	display: table-cell;
	width: 20px;
	height: 20px;
	border-radius: 30px;
	vertical-align: top;
	line-height: 1.0;
}
div#contents dd ul{
	width: 90%;
	margin: 0 auto 10px auto;
	overflow: hidden;
}
div#contents dd ul li{
	border: none;	
	margin: 4px 0 0 0;
}
div#contents dd ul li label{
	cursor: pointer;
	padding:5px;
	border-radius: 5px;
	border:1px solid #ccc;
	display: table;
	width: 96%;
	padding: 0;
	height: 40px;
	text-align: center;
	font-size: 110%;
	
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
div#contents dd.dd_madori ul li:nth-of-child(3n) label{
	float:right;
}
div#contents dd ul li input{
	display: none;	
}

div#contents dd ul li input.check_box:checked + label,
div#contents dd ul li input.radio_box:checked + label{
	background: #cfb3c7;
	color: #fff;
	
}
div#contents dd ul li label span{
	display: table-cell;
	vertical-align: middle;
}

div#contents dd textarea{
	width: 90%;
	height: 6em;
	margin: 0 auto 10px auto;
	display: block;
	border:1px solid #ccc;
	border-radius: 5px;
	padding: 3px;
}
/*nyukyojiki*/
div#contents dd div.layout_nyukyo{
	width: 90%;
	margin: auto;
	padding-bottom: 5px;
	overflow: hidden;
}
div#contents dd div.layout_nyukyo select{
	float: left;
}
div#contents dd div.layout_nyukyo select#data_nyukyo_y{
	width: 30%;
}
div#contents dd div.layout_nyukyo select#data_nyukyo_m{
	width: 30%;
}
div#contents dd div.layout_nyukyo span{
	display: block;
	float: left;
	margin: 10px;
}

/*madori*/
div#contents dd.dd_madori ul li{
	width: 33%;
	float: left;
}
div#contents dd.dd_renrakuhoho ul li{
	width: 100%;
}
/*yachin*/
div#contents dd select#data_yachinmin,
div#contents dd select#data_yachinmax{
	width: 30%;
	height: 40px;
	margin: 0 auto 20px auto;
	display: block;
	border-radius: 5px;
	float: left;
	border-color: #ccc;
	border:1px solid #ccc;
}
div#contents dd select#data_yachinmin{
	margin-left: 5%;
}
dl.yachin div{
	width: 10%;
	float: left;
	font-size: 100%;
	text-align: center;
	height: 40px;
	display: table;
}
dl.yachin div span{
	display: table-cell;
	vertical-align: middle;
}

div.siteseal{
	width: 90%;
	margin: auto;
	padding: 0 0 20px 0;
	text-align: center;
}
div.siteseal span{
	display: block;
	margin: auto;
	text-align: center;
}


div#contents div.inq_btn input.submit_button{
	width: 40%;
	margin: 10px 30% 40px 30%;
	background-color: #ff7272;
	text-align: center;
	border-radius: 15px;
	border:3px solid #ff7272;
	box-shadow: 1px 1px 2px #757547;
	padding: 15px 0;
	font-size: 120%;
	font-weight: bold;
	cursor: pointer;
	color: #ffffff;
}

div#contents div.inq_btn input.submit_button.soshin{
	margin-bottom: 10px;
}

/**/
div#contents dl.dl_other{
	border-bottom: 1px solid #ccc;
}

@media screen and (min-width:600px){
	section.pagetitle h1 img{
		width: 90%;
		max-width: 500px;
		margin: 20px auto;
	}
	section.pagetitle{
		background:url(../images/bg_maintitle_pc.jpg) no-repeat center center;
		background-size: cover;
		position: relative;
		min-height: inherit;
	}

	section.pagetitle h2{
		background-color: #e55154;
		background-image: none;
		color: #fff;
	}
	section.pagetitle div.container{
		max-width: inherit;
		width: 100% !important;
		display: flex;
		justify-content: center;
		padding: 20px 0;
	}
	section.pagetitle div.container p{
		max-width: 500px;
		margin: 0 10px 0;
		font-size: 14px;
	}
	section.pagetitle div.container div{
		max-width: 300px;
		margin: 0 10px 0;
		padding-top: 15px;
		border: 1px solid #ff1888;
		
		
	}

	/* ---------- pagetitle -------------------- */

	div#contents{
		margin: 0px auto 0 auto;
		padding: 20px 0 20px 0;
		width: 100%;	
		background:url(/student/common/images/bg_dotgray.png);
		background-size: 8px;
	}
	
	div#contents p{
		border-bottom: 1px dotted #cccccc;
		background-color: #ffffff;
		text-align: left;
		padding: 10px 20px 10px 20px;
		font-size: 120%;
		width: 94%;
		max-width: 900px;
		margin: 0 auto;
	}
	div#contents p.chui{
		padding: 10px 5% 10px 5%;
		width: 80%
	}
	div#contents form{
		background-color: #ffffff;
		padding: 20px 2% 0 2%;
		margin: 0 auto;
		width: 94%;
		max-width: 900px;
	}
	div#contents dl{
		border-top:1px solid #ccc;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
		display: table;
		width: 100%;
		margin: 0 auto;
	}
	div#contents dl dt{
		background-color: #eeeeee;
		width:30%;
		margin: 0;
		padding: 0 1%;
		border: 0;
		text-align: left;
		display: table-cell;
		vertical-align: middle;
		font-size: 14px;
		font-size: 1.4rem;
	}
	div#contents dl.w_komoku dt{
		background-color: #fff5a1;
		color: #000000;
		border-bottom: none;
		font-size: 18px;
		font-size: 1.8rem;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	div#contents dl dd{
		width: 100%;
		padding: 0;
		display: table-cell;
		padding: 10px 0;
		vertical-align: middle;
		text-align: left;
	}
	div#contents dl dd p{
		border:none;
		font-size: 90%;
	}
	div#contents dl dd select#data_pref{
		border-radius: 0;
		text-align: left;
		margin: 0 0 10px 25px;
		border-radius: 0;
	}
	div#contents dl dd input{
		border-radius: 0;
	}
	div#contents dd ul li{
		float: left;
		width: 40%;
	}
	/*jokyo*/
	div#contents dd.dd_jokyo ul li{
		width: 48%;
		float: left;
	}
	/*nyukyojiki*/
	div#contents dd div.layout_nyukyo select{
		border-radius: 0;
	}
	/*madori*/
	div#contents dd.dd_madori ul li{
		width: 33%;
		float: left;
	}
	div#contents dd.dd_renrakuhoho ul li{
		width: 40%;
	}
	div#contents div.inq_btn input.submit_button{
		margin-top: 40px;
	}
	div#contents div.inq_btn input.submit_button.modoru{
		margin-top: 10px;
	}
	div#contents dd select#data_yachinmin,
	div#contents dd select#data_yachinmax{
		border-radius: 0;
	}
	div#contents dd textarea{
		border-radius: 0;
	}
	div#contents div.siteseal{
		width: 100%;
		margin: 10px 0 0 0;
		padding: 0 0 20px 0;	
		text-align: center;
	}
	div#contents div.siteseal p{
		background-color: transparent;
		border:none;
		text-align: center;
	}


}








