/* CSS Document */

/* CSS Document */
@charset "UTF-8";
/* CSS Document */

/*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
html {
  color: #000;
  background: #FFF;
}	

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, 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;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}
legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/*===============
*　追加作成リセット
*===============*/

section,header,footer{
	display:block;
}
.global-header {
	padding: 5px 0px 3px 0px;
	text-align:center;
}

::-webkit-input-placeholder { color:#FF33FF; }
input:-moz-placeholder { color:#FF33FF; }

body {
	color: #000000;
/*	font-family: 'Hiragino Kaku Gothic Pro', "Helvetica";*/
	font-family: "メイリオ", sans-serif;
	line-height: 1.6;
	font-size: 14px;
	background-color:#FFFFFF;
	width: 100%;
}


.point_red {
    background-color: #FF66FF;
	color: #FFFFFF;
    font-size: 10px;
    font-weight: normal;
    margin-left: 5px;
    padding: 2px 3px;
    vertical-align: text-bottom;
    border: 1px solid #f72237;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	
}
a {
	color: #326fcb;
	font-weight: bold;
	text-decoration: underline;
}


/*===============*/

/* --------------------------
     スマホ用
-------------------------- */
@media only screen and (max-width: 599px) {
.global-header{
		display:block;
}
	
header#pc_header{
	display:none;
}

header#sp_header .logo {
	text-align: center; 
	}
	
footer#pc-footer{
	display:none;
}
#confirmDetail{
	width:90%;
	margin:0px auto;
	border:2px solid #CCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
}
#confirmDetail2{
	width:85%;
	margin:0px auto;
	border:2px solid #CCC;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px 0px;
}

#confirmDetail dl,
#confirmList dl {
	margin-bottom: 10px;
	border-bottom: 2px dotted #CCC;
}
#confirmDetail dl:last-of-type,
#confirmList dl:last-of-type{
	border-bottom:none;
	margin-bottom:0px;
}
#confirmDetail dl dt,
#confirmList dldt {
	font-size: 12px;
}
#confirmDetail dl dd,
#confirmList dd {
	font-size: 14px;
	padding-left: 2em;
	color:#09F
}
.confirmSubmit {
	width: 100%;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 1em;
}

#confirmList h3 {
	font-size: 14px;
	text-align: center;
	background-color: #CCC;
}
#confirmList {
	border: 1px dotted #CCC;
	padding-bottom: 10px;
	width: 98%;
	margin-top: 1em;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
.conCatch {
	width: 90%;
	margin: 0px auto 1em;
}

body h2 {
	/* [disabled]width: 100%; */
	background-color: #999999;
	height:30px;
	line-height:30px;
	padding: 0px 0px 0px 15px;
	border-top: 2px solid #e9e9e9;
	border-bottom: 2px solid #e9e9e9;
	font-size:14px;
	margin:0px 0px 0px 0px;
	color:#FFFFFF;
	text-align: center;
	margin-bottom: 1em;
}
.global-footer .copyright {
	padding: 15px 0px;
}
.global-footer {
	font-size: 14px;
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #999999;
	display:block;
}

	.confirmSubmit input {
	height: 45px;
	width: 90%;
	font-size:20px;
	margin: 0px auto;
	display: block;
}


	.thanksSubmit input{
	height: 45px;
	width: 90%;
	font-size:20px;
	margin: 0px auto;
	display: block;

} 

}

/* /@media */

/* --------------------------
     tablet&PC
-------------------------- */
@media only screen and (min-width: 600px) {
	#wrap{
		width:750px;
		margin:0px auto;
	}
	.global-header{
		display:none;
	}
	.global-footer{
		display:none;
	}
	body h2{
	width: 724px;
	height: 35px;
	line-height: 35px;
	display: block;
	background-color: #999999;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 20px auto;
	color: #FFF;
	border:none;
	}
	
	header#pc_header{
	display:block;
	width:750px;
	/*background-image: url(https://www2.o-hara.ac.jp/includefiles/img/lin_header.gif);*/
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 5px;
	height: 65px;
	padding-top: 5px;

	}
	
	header#sp_header{
	display:none;
}

	header#pc_header .logo {
	float: left;
	}
	header#pc_header .headerCatch {
		float: right;
	}
	footer#pc-footer{
/*	background-image: url(https://www2.o-hara.ac.jp/includefiles/img/lin_header.gif);*/
	background-repeat: repeat-x;
	padding: 10px 0px 10px;
	display:block;
	}
			
	#wrap #pc-footer p {
	text-align: center;
	}
	.conCatch {
	font-size: 16px;
	font-weight: bold;
	border-left: 5px solid #999999;
	display: block;
	padding-left: 8px;
	width: 617px;
	margin: 0px auto 0.5em;
	}
	#confirmDetail{
		width:630px;
		margin:0px auto;
		border:1px solid #CCC;
		border-radius:5px;
		-webkit-border-radius:5px;
		padding:0px;
	}
	#confirmList {
		padding-bottom:0px;
	}
	#confirmDetail dl,
	#confirmList dl{
	width:100%;
	display:table;
	margin-bottom:0px;
	border-bottom:1px solid #CCC;
	}
	#confirmDetail dl:last-of-type,
	#confirmList dl:last-of-type{
	border:none;

	}
	#confirmDetail dl dt,
	#confirmDetail dl dd,
	#confirmList dl dt,
	#confirmList dl dd{
		display:table-cell;
		vertical-align:middle;
		padding:10px;
	}
	#confirmDetail dl dt,
	#confirmList dl dt{
	width:30%;
	background-color:#999999;
	font-size: 14px;
	color: #FFFFFF;
	}
	#confirmDetail dl dd,
	#confirmList dl dd{
	width:80%;
	color: #333;
	}
	
	.confirmSubmit input {
	height: 40px;
	width: 250px;
	margin: 0px auto;
	display: block;
	}	

	.thanksSubmit input{
	height: 40px;
	width: 250px;
	
	margin: 0px auto;
	display: block;
	}	
	
} /* /@media */

