@charset "UTF-8";

@media only screen and (min-width: 640px) , print {

/* CSS Document */

/*----------------------------------------------------
  リセット
----------------------------------------------------*/
body, div, p, table, th, td,
h1, h2, h3, h4, h5, h6, blockquote, pre, address,
ul, ol, li, dl, dt, dd, form, fieldset
{
	margin: 0;
	padding:	0;
	color:#000;
	line-height: 180%;	
	font-family:'Hiragino Kaku Gothic ProN',Meiryo,'Lucida Grande', sans-serif;
	-webkit-appearance:none;
	-webkit-margin-before:0;
	-webkit-margin-after:0;
}

table {
	border-collapse: collapse; /* セル間のボーダーを重ねて表示 */
	border-spacing: 0; /* セル間のボーダーの間隔 */
	}

body,
html {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

body {
	font-size: 62.5%;
	background-color:#fff;
}

a img {border:none;}


a:link {
	color:#33C;
	text-decoration:none;
	border:none;
}

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

a:hover { 
	color:#33C;
	text-decoration:underline;
	border:none;
}

.clear {
	clear:both;
}

/*----------------------------------------------------
  clearfix
----------------------------------------------------*/

.clearfix {width:100%;}
.clearfix:after{
    content: ""; 
    display: block; 
    clear: both;}
	
.clearfix{ overflow:hidden;}


/*----------------------------------------------------
  MOBILE
----------------------------------------------------*/

.sp {
	display:none;
}

.close {display:none;}
.open {display:block;}





/*----------------------------------------------------
  HEADER
----------------------------------------------------*/

#header_wrap {
	width:100%;
	background-color:#fff;
}

#header {
	width:960px;
	height:50px;
	padding:0 10px;
	margin:0 auto;
}

#header img {
	width:152px;
}

/*----------------------------------------------------
  TOP WRAPPER
----------------------------------------------------*/
#background {
	width:100%;
	min-width:980px;
	background:url(../img/background.jpg) bottom center no-repeat;
	background-size:cover;
}

#wrapper {
	position: relative;
	width: 960px;
	min-height:200px;
	margin: 10px auto 0;
	color: #f5f5f5;
	padding:20px 0;
}

#top {
	width:490px;
	padding:15px;
	/*margin-left:440px;*/

	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#cc7b91b9,EndColorStr=#cc7b91b9); /* IE 8以上用 */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#cc7b91b9,EndColorStr=#cc7b91b9); /* IE 7以下用 */

	background: rgba(123, 145, 185, 0.75);
	position:absolute;
	left:0;
}

#top img {
	width:485px;
}

.top_icon {
	display:block;
}

#currently_wrap {
	width:930px;
	margin:400px auto 0;
	
	-ms-filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#cc3a4861,EndColorStr=#cc3a4861); /* IE 8以上用 */
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#cc3a4861,EndColorStr=#cc3a4861); /* IE 7以下用 */

	background: rgba(58, 72, 97, 0.75);
	padding:15px;
}

#top:not(:target),
#currently_wrap:not(:target) {
    filter: none;
    -ms-filter: none;
}

#currently {
	background-color:#fff;
	padding:15px 20px 50px;
}

#currently h2 img {
	width:425px;
}

#currently li {
	list-style:none;
	font-size:1.5em;
	margin-left:25px;
}

/*----------------------------------------------------
  ABOUT WRAPPER
----------------------------------------------------*/

#about_wrap {
	width:100%;
	min-width:980px;
	background-color:#e0f8fa;
	padding:25px 0 35px;
	border-top:#34495e 5px solid;
	border-bottom:#34495e 5px solid;
}

#about {
	width:960px;
	margin:0 auto;
}

#about h2 {
	text-align:center;
	margin-top:10px;
	margin-bottom:15px;
}

#about h2 img {
	width:560px;
}

#about p.catch {
	font-size:1.5em;
	text-align:center;
	margin-bottom:35px;
}

.about_box {
	width:300px;
	padding-top:10px;
	float:left;
}

.box01 {
	padding-right:20px;
}

.box02 {
	padding-right:10px;
	padding-left:10px;
}

.box03 {
		padding-left:20px;
}

.about_box img {
	width:192px;
	display:block;
	margin:0 auto;
}

.about_box h3 {
	font-size:2.0em;
	margin-top:20px;
	text-align:center;
}

.about_box p {
	width:280px;
	margin:8px auto;
	text-align:left;
	font-size:1.3em;
	text-align: justify;
	text-justify:auto;
}

/*----------------------------------------------------
  SEMINAR LIST
----------------------------------------------------*/

#seminar_list {
	width:100%;
	min-width:980px;
	margin:0 auto;
}

#seminar_list h2 {
	width:800px;
	margin:30px auto;
}

#seminar_list h2 img {
	width:345px;
}

table.seminar {
	width:800px;
	margin:0 auto 60px;
}

table.seminar th {
	width:88px;
	background-color:#92c8e7;
	font-size:1.4em;
	text-align:left;
	padding:10px 15px;
	border:#666 1px solid;
}

table.seminar td {
	border:#666 1px solid;
	padding:10px 15px;
	font-size:1.4em;
}

table.seminar td.date {
	font-size:1.5em;
	background-color:#f1feff;
}

table.seminar td.title {
	font-size:1.5em;
	font-weight:bold;
	background-color:#f1feff;
}
table.seminar td.target {
	font-size:1.5em;
	font-weight:bold;
	background-color:#f5deb3;
}
table.seminar th.target {
	font-size:1.5em;
	font-weight:bold;
	background-color:#ff8c00;
}


/*----------------------------------------------------
  FOOTER
----------------------------------------------------*/

#footer {
	width:100%;
	min-width:980px;
	clear:both;
	padding-top:30px;
	padding-bottom:15px;
	color:#000;
	border-top:#CCC solid 1px;
	background-color:#ecf0f1;
}

#footer_inner {
	width:980px;
	margin:20px auto;
	position:relative;
}

#footer_logo {
	position:absolute;
	top:0;
	left:35px;
}

#footer_logo img {
	width:150px;
}

#footer img {
	margin-left:10px;
}

#footer_service {
	padding-top:10px;
	padding-left:250px;
}

#footer_service ul {
	width:700px;
	padding-bottom:5px;
	border-bottom:#999 solid 1px;
}

#footer_service li {
	background:url(../../img/index/ico_arrow_b.gif) left 3px no-repeat;
	padding-left:15px;
	margin-left:20px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color:#333;
	font-size:1.3em;
	height:1.4em;
	line-height:1.5em;
	font-weight:bold;
}

#footer_service li a {
	color:#333;
}

#footer_service li a:visited {
	color:#333;
}

#footer_service li a:hover {
	color:#666;
	text-decoration:underline;
}

#footer_service li:first-child{
	margin-left:0;
}


#footer_link {
	padding-top:10px;
	padding-left:250px;
}

#footer_link li {
	background:url(../../img/index/ico_arrow_s.gif) left 5px no-repeat;
	padding-left:12px;
	margin-left:20px;
	display: -moz-inline-box;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	color:#000;
	font-size:1.2em;
	height:1.4em;
	line-height:1.5em;
}

#footer_link li a {
	color:#000;
}

#footer_link li a:hover {
	color:#666;
	text-decoration:underline;
}

#footer_link li a:visited {
	color:#000;
}

#footer_link li:first-child{
	margin-left:0;
}

#copyright {
	color:#000;
	padding-left:250px;
	font-size:1.2em;
}


/*----------------------------------------------------
  FORM
----------------------------------------------------*/

/*----------------------------------------------------
  FORM TOP
----------------------------------------------------*/

#form_top_wrap {
	width:100%;
	min-width:980px;
	background-color:#7b91b9;
}

#form_top {
	width:960px;
	margin:0 auto;
	padding:20px 0;
}

#form_top h1 {
	width:490px;
	margin-left:20px;
	display:block;
	float:left;
}
#form_top h1 img {
	width:485px;
	margin-left:20px;
	display:block;
	float:left;
}

#top_catch {
	width:380px;
	margin-top:75px;
	margin-left:30px;
}

/*----------------------------------------------------
  FORM MAIN
----------------------------------------------------*/

#main {
	width:920px;
	margin:0 auto;
	padding:20px;
}

#main h2 {
	font-size:2.2em;
	margin-top:20px;
	margin-bottom:15px;
}

#main p.message{
	font-size:1.5em;
	margin-bottom:30px;
}

#register{
	width:500px;
	font-size:1.5em;
	margin-bottom:20px;
	background-color:#ecf0f1;
	padding:20px;
	font-weight:bold;
}

#main div#rule {
	width:900px;
	height:150px;
	overflow:auto;
	overflow-y:scroll;
	font-size:1.3em;
	margin-top:20px;
	margin-bottom:60px;
	border:#999 1px solid;
	padding:10px;
}

#main div#rule p {
	margin-bottom:15px;
}

#main div#rule p.first {
	font-size:1.1em;
	font-weight:bold;
}

/*----------------------------------------------------
  予約フォームテーブル
----------------------------------------------------*/

#main table {
	width:900px;
	margin-top:5px;
}

#main table th {
	width:190px;
	background:#F5F7F8;
	font-size:1.4em;
	font-weight:normal;
	text-align:left;
	border:#bdc3c7 1px solid;
    padding:12px 10px 10px 15px;
	vertical-align:middle;
}

#main table td {
	width:640px;
	padding:20px;
	font-size:1.4em;
	border:#bdc3c7 1px solid;
	vertical-align:middle;
}

#main table th.thName {
	height:65px;
}

.stepButton {
	width:1000px;
	margin:20px auto;
	text-align:center;
}

.stepButton img.stepButtonLeft {
	margin-right:30px;
}

/****************************************************/

.subtitle {
	margin-top:15px;
}

input[type="text"],
input[type="password"] {
	height:1.6em;
    border:#ccc 1px solid;
    padding:6px;
	margin-left:8px;
	margin-right:15px;
    color:#333;
    background: #fff;

	/* border-radius */
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
	/* box-shadow */
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.age {
	width:3.0em;
}

.name,
.mail_address,
.city,
.town,
.building {
	width:45.0em;
}

.post_code,
.phone,
.educ_school_name,
.educ_faculty_1,
.job_name {
	width:20.0em;
}

select {
	font-size:1.1em;
    border:#ccc 1px solid;
    padding:6px;
	margin-left:8px;
	margin-right:15px;
    color:#333;
    background: #fff;
}

input[type="radio"] {
	margin-right:3px;
}

label {
	margin-right:10px;
}


/****************************************************/

input[type="text"]:focus,textarea:focus,select:focus {
	border-color:#fe9c5b;
	/* box-shadow */
	box-shadow:rgba(254, 102, 0, 0.65098) 0px 0px 6px 0px;
	-webkit-box-shadow:rgba(254, 102, 0, 0.65098) 0px 0px 6px 0px;
	-moz-box-shadow:rgba(254, 102, 0, 0.65098) 0px 0px 6px 0px;
	outline:none;
}

input[type="password"]:focus,textarea:focus,select:focus {
	border-color:#fe9c5b;
	/* box-shadow */
	box-shadow:rgba(254, 102, 0, 0.65098) 0px 0px 6px 0px;
	-webkit-box-shadow:rgba(254, 102, 0, 0.65098) 0px 0px 6px 0px;
	-moz-box-shadow:rgba(254, 102, 0, 0.65098) 0px 0px 6px 0px;
	outline:none;
}


.confirmPlace {
	margin-top:5px;
	font-size:1.3em;
	line-height:20px;
	line-height:2.0em;
	background:#ecf0f1;
	padding:10px;
	padding-left:60px;
	padding-left:6.0em;
	text-indent:-50px;
	text-indent:-5.0em;
}

img#reserve {
	width:400px;
	display:block;
	margin:30px auto;
}

#reserve_btn {
	text-align:center;
	margin-top:30px;
}

#reserve_btn img, #reserve_btn input {
	width:400px;
	margin-bottom:15px;
}

div#maintenance_information {
    box-sizing: border-box;
    width: 1005px;
    margin: 20px auto;
    padding: 15px 20px;
    border: solid 5px #ccc;
    text-align: center;
    font-size: 1.4em;
}

div#maintenance_information h1 {
    font-size: 1.2em;
}

div#maintenance_information p {
    margin-top: 15px;
    text-align: left;
}

}

