@charset "utf-8";

body {
	font-family:Helvetica, Arial,
 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3',
 Meiryo, メイリオ, sans-serif;
}

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/*
html {
    font-family: sans-serif; 
    -ms-text-size-adjust: 100%; 
    -webkit-text-size-adjust: 100%; 
}*/

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0 1em;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

/* ==========================================================================
   header
   ========================================================================== */

@media screen and (min-width: 1180px) {
	header {
		width: 950px;
	}
	#logo {
		float: left;
	}
	#logout a {
		display: block;
		width: 176px;
		height: 34px;
		text-indent: -5000px;
		background: url(../../images/btn_logout.gif) right top no-repeat;
	}
}
header {
	margin: 0 auto 20px;
	padding: 15px 0 10px;
	border-bottom: 2px solid #000;
	overflow: hidden;
}
#logo {
	padding-top: 5px;
}
#logout {
	float: right;
}
br.clear {
	clear: both;
}
/* ==========================================================================
   content
   ========================================================================== */
   
@media screen and (min-width: 1180px) {
	div#content {
		width: 950px;
		margin: 0 auto;
	}
	.box1 {
		width: 465px;
		float: left;
		margin: 0 10px 15px 0;
	}
	
}

div#content { font-size: 0.9em;}
div#content h1 {    border-left: 5px solid #5f5f5f;
    font-size: 1.3em;
    font-weight: 700;
    padding-left: 13px;
}
div#content.second h1 {
	margin-bottom: 10px;
}
.box1 {
	margin-bottom: 15px;
}
.box1 h2 {
	margin: 0 0 10px;
	padding: 5px 10px 5px;
	border-left: 7px solid #000;
	font-size: 1.2em;
	font-weight: normal;
	background: #dbdbdb;
}
.box2 h2 {
	margin: 0 0 10px;
	padding: 5px 10px 5px;
	border-left: 7px solid #000;
	font-size: 1.2em;
	font-weight: normal;
	background: #dbdbdb;
}

.second h2 {
	margin: 0;
	padding: 5px 10px 5px;
	border-left: 7px solid #000;
	font-size: 1.2em;
	font-weight: normal;
	background: #dbdbdb;
}
.second h3 {
	margin-bottom: 15px;
	font-size: 1em;
	padding: 0 5px 5px;
	border-bottom: 2px solid #000;
	background: #fff;
}
.box1 h3{
	margin-bottom: 20px;
	margin-left: 20px;
	font-size: 1em;
	padding: 5px 5px;
	border-bottom: 2px solid #000;
	background: #fff;
}
.box1 ul ,
.box2 ul {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.box1 ul li ,
.box2 ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 0;
}
.box1 ul li a ,
.box2 ul li a {
	display: block;
	margin-left: 20px;
	padding: 10px 40px 10px 40px;
	color: #5f5f5f;
	text-decoration: none;
	border-bottom: 5px solid #bdbdbd;
	background: url("../../images/bg_arrow.gif") 3px 50% no-repeat #ededed;
}
.box1 ul li a:hover ,
.box2 ul li a:hover {
	padding-left: 60px;
	font-weight: bold;
	background-position: 23px 50%;
}

p.title1 {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.information {
	margin-bottom: 15px;
	padding: 5px 10px 10px;
	border: 1px solid #939393;
}
.information h2{
	margin-top: 0;
	padding-bottom: 0;
	color: #121212;
	font-size: 16px;
	border-bottom: 2px solid #121212;
}
.information dl {
	padding-bottom: 3px;
	border-bottom: 1px dotted #121212;
	margin-bottom: 10px;
}
.information dt {
/*	font-weight: bold;*/
	padding: 0;
	margin-bottom: 3px;
}
.information dd {
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
	color: #000;
}
.information dd.red1 {
	color: #ff0000;
}
input[type="text"].small2 {
	width: 60px;
	margin-right: 5px;
}
input[type="text"].small3 {
	width: 20px;
	margin-right: 5px;
}

@media screen and (min-width: 1180px) {
	.box1 ul li a {
		font-size: 0.9em;
	}
}

#breadcrumbs {
	font-size: 0.9em;
	margin-bottom: 10px;
}
input.image-btn {
    border: 0px;
    width: 100px;
    height: 30px;
    background: url(image_btn.png) left top no-repeat;
}
input[type="text"].small1 {
	width: 120px;
}
form dl {
	margin: 5px 0;
	overflow: hidden;
}
form dl dt{
	float: left;
	width: 200px;
	padding: 13px 10px 14px;
	background: #dadada;
}
form dl.attend1 dt {
	font-weight: bold;
	background: #FFF1C1
}
form dl dd {
	float: left;
	width: 700px;
	margin-left: 5px;
	padding: 13px 10px 14px;
	background: #f3f3f3;
}
form dl.attend1 dd {
	font-weight: bold;	
	background: #FFF8EB;
}
form dl dd input.uploadfile {
	width: auto;
	height: auto;
}
form dl dd input[type="text"] { height: 17px; width: 210px; }

form dl dd input[type="radio"] { vertical-align: middle; margin-right: 2px;}
form dl dd input.long { height: 17px; width: 300px; }

form dl dt.h_long {
	height: 97px;
}
form dl dd input.small { height: auto; width: 30px; }
.btn-reserved {
	margin-top: 30px;
	text-align: center;
}
.btn-reserved form {
	display: inline;
}
.btn-reserved input {
	 display:inline-block;
position:relative;
overflow:hidden;
border-radius:3px;
background:#000;
color:#fff;
text-align:center;
padding:10px;
line-height:30px;
width:160px;
cursor:pointer;
}
.btn-reserved input.btn-back1 {
	 display:inline-block;
	color: #000;
	background: #d0d0d0;
}
.btn-menu {
	text-align: center;
}
.btn-menu a {
	display:inline-block;
	position:relative;
	overflow:hidden;
	border-radius:3px;
	background: #292929;
	color:#fff;
	text-align:center;
	padding:10px;
	line-height:30px;
	width:160px;
	cursor:pointer;
}
.login {
	margin: 50px 100px;
}
.login form dl dt {
	float: left;
	width: 200px;
	padding: 13px 10px 14px;
	background: #bebebe;
}
.login form dl dd {
	float: left;
	width: 480px;
	margin-left: 5px;
	padding: 10px;
		background: #fff;
}
form dl.long2 dt {
	height: 70px;
}
form dl.long2 dd input[type=radio] {
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
form dl.long3 dt {
	height: 186px;
}
form dl.long3 dd input[type=checkbox] {
	width: auto;
	margin-right: 10px;
	vertical-align: middle;
}
form dl.textArea dt {
	height: 60px;
}
form dl.textArea dd {
	height: 60px;
	padding: 13px 10px 14px;
}
form dl.textArea dd textarea {
	width: 98%;
	height: 53px;
}
.textarea1 {
	padding: 10px;
	line-height:1.2;
	background: #e0f9e5;
}
#breadcrumb {
	margin-top: -10px;
	margin-bottom: 10px;
}
.special1 {
	font-weight: bold;
	margin-bottom: 20px;
}
.m-bottom20 {
	margin-bottom: 20px;
}
.a-right {
	text-align: right;
}
.a-center{
	text-align: center;
}
.copy1 table {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
.copy1 table th {
    background: none repeat scroll 0 0 #eee;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    height: 26px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.copy1 table td {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    height: 26px;
    padding: 5px;
    vertical-align: middle;
}
.copy2 h2 {
	margin-bottom: 20px;
}
.copy2 p {
	margin-top: 0;
	margin-bottom: 20px;
}
.copy2 table {
	margin-right: 20px;
	margin-bottom: 20px;
    border-bottom: 1px solid #999;
    border-right: 1px solid #999;
}
.copy2 table th {
    background: none repeat scroll 0 0 #eee;
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    height: 26px;
    padding: 4px;
    text-align: center;
    vertical-align: middle;
}
.copy2 table td {
    border-left: 1px solid #999;
    border-top: 1px solid #999;
    height: 26px;
    padding: 5px;
    vertical-align: middle;
}
.machinelist2 button {
	display: block;
	width: 100%;
	min-height: 30px;
	margin-bottom: 10px;
	border: 1px solid #f0f0f0;
	border-radius: 5px;
	text-indent: 50px;
	text-align: left;
	background: url(../../images/bg_re.gif) 2px 50% no-repeat #f0f0f0;
}
.machinelist2 button:hover {
	opacity: 0.7;
}
.copy1 {
	overflow: hidden;
}
.st {
	font-weight: bold;
}
.red {
	color: #ff0000;
}
.btn_box2L {
	float: left;
}
.btn_box2R {
	float: left;
	margin-left: 20px;
}
.btn_box3L {
	float: left;
}
.btn_box3R {
	float: left;
	margin-left: 20px;
	margin-bottom: 10px;
}
.machinelist {
	padding: 10px;
	background: #eee;
}
.machinelist input {
	margin-left: 5px;
}
.machinelist2 {
	padding: 10px;
	background: #fff;
}
.machinelist2 input {
	margin-right: 5px;
}
dl.menu_area {
	overflow: hidden;
}
dl.menu_area dt {
	float: left;
	clear: left;
	line-height: 1.7;
}
dl.menu_area dd {
	margin-left: 3px;
	margin-bottom: 10px;
}
.table1 td input.box {
	width: 60px;
}
.bigbox {
	margin: 60px;
}
.bigbox p{
	text-align: center;
}
.reservedArea1 {
	margin-bottom: 30px;
}
.reservedArea1 h2 {	
	margin: 0 0 10px;
	padding: 5px 10px 5px;
	border-left: 7px solid #000;
	font-size: 1.2em;
	font-weight: normal;
	background: #dbdbdb;
}
.reserved1 {
	padding-left: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}
.reserved1 span {
	float: left;
	width: 140px;
}
.reserved1 form {
	display: inline;
}
.reserved1 form input {
	width: 90px;
}
.reservednowArea1 h2{
	margin: 0 0 10px;
	padding: 5px 10px 5px;
	border-left: 7px solid #000;
	font-size: 1.2em;
	font-weight: normal;
	background: #dbdbdb;
}
.reservednowArea1 h3 {
	
	margin-bottom: 15px;
	font-size: 1.2em;
	padding: 0 5px 5px;
	border-bottom: 2px solid #000;
	background: #fff;
}
.reservednowArea1 ul li {
	margin-bottom: 10px;
	line-height: 1.3;
}
.f1 input {
	margin-left: 10px;
}
.f1 {
	float: left;
	width: 280px;
}
.f2 {
	float: left;
	margin-right: 10px;
}
form dl dd input[type="checkbox"] {
	width: auto;
	margin-right: 2px;
	vertical-align: middle;
}
@media screen and (max-width: 1179px) {

.bigbox {
	margin: 40px 0;
}
	.login {
		margin: 0;
	}
	.login form dl dt {
		float: none;
		width: auto;
		padding: 5px;
	}
	
	#logout a {
		display: block;
		width: 128px;
		height: 24px;
		text-indent: -5000px;
		background: url(../../images/btn_logout_small.gif) right top no-repeat;
	}
	
.btn-reserved {
	margin-left: -150px;
}

}
@media screen and (min-width: 970px) {
		.formArea form dl {
			background: url(../../images/bg_dadada.gif) left top repeat-y;
		}
}
@media screen and (max-width: 970px) {
	form dl dt {
		display: block;
		float: none;
		width: 100%;
	}
	
	form dl dd {
		display: block;
		float: none;
		width: auto;
		margin-left: 5px;
		padding: 13px 10px 14px;
		background: #fff;
	}
	form dl.long2 dt {
		height: auto;
	}
	form dl.long3 dt {
		height: auto;
	}
	form dl.textArea dt {
		height: auto;
	}
	
	.btn-reserved {
		margin-left: 0;
	}
	form dl dd input[type="text"] {
		margin-top: 10px;
	}
	.f1{
		margin-bottom: 10px;
	}
}
input.img-btn {
	text-align: center;
}
p.center {
	text-align: center;
}
p {
	margin-right: 20px;
	margin-left: 20px;
}
@media screen and (min-width: 1180px) {
	.login form dl dd {
	background: #ededed;
	}
}

ul.error {
	border: 2px solid #ff0000;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.error li {
	color: #ff0000;
}
/* ==========================================================================
   footer
   ========================================================================== */
@media screen and (min-width: 1180px) {
	footer {
		width: 950px;
	}
	
}
footer {
	border-top: 5px solid #000;
	margin: 30px auto 70px;
	overflow: hidden;
	text-align: center;
}
@media screen and (min-width: 1180px) {
	
}
footer p.meigaku_logo {
	margin: 0;
	text-align: center;
}
footer small {
	text-align: center;
}
footer .contact_box {
	padding: 10px;
	background: #ffff99;
}
footer .contact_box p {
	text-align: center;
	font-size: 0.9em;
}
#verybottom {
    bottom: 0;
    height: auto;
    position: fixed;
	bottom: 0;
    left: 0;
	width: 100%;
}
#verybottom .page-top1 a {
	display: block;
	width: 100%;
	background: #eeeeee;
	opacity: 0.9;
	text-align: right;
	padding: 5px 0;
}
#verybottom .pankuzu {
	width: 100%;
	color: #fff;
	background: #2c2c2c;
	opacity: 0.9;
	text-align: center;
	padding: 5px 0;
}

#verybottom .pankuzu a {
	color: #fff;
}
@media screen and (max-width: 600px) {
	
	#verybottom .page-top1 a {
		text-align: center;
	} 
}
@media screen and (max-width: 480px) {

	#logo img {
		width: 100%;
	}
}
@media screen and (max-width: 380px) {
	.photoarea img {
		width: 100%;
		margin: 0 0 20px;
	}
	.reserved1 span {
		display: block;
		float: none;	
	}
	.btn-reserved input {
		width: 140px;
	}
}