@charset "UTF-8";
/* CSS Document */

body {
	background-color:#ececec;
	background-image:url("../image/wall02.jpg");
	margin:0;
	color:#333;	
 	font-family: "メイリオ","Meiryo","ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3",sans-serif;
	line-height:1.7;
	-webkit-text-size-adjust: 100%;
}

a {
	outline:none;
}

a img {
	border:none;
}

/* --- header --- */

#header {
	width:788px;
	height:80px;
	margin:0 auto;
}

.header-line {
	position:absolute;
	width:100%;
	height:76px;
	border-bottom:#000000 solid 40px;
	min-width:788px;
}

.banner {
	position:relative;
	width:788px;
	height:60px;
	margin:0 auto;
	padding:0;
}

.banner p{
	text-align:center;
}

.container {
	position:relative;
	width:788px;
	height:40px;
	margin:0 auto;
}

nav ul {
	list-style-type:none;
}

nav ul li a {
 	display:block;
 	width:130px;
 	height:40px;
 	margin:0 18px 0 0;
 	list-style-type:none;
 	overflow:hidden;
}

nav ul li a:hover,
#b-home nav ul li.b-home a,
#b-profile nav ul li.b-profile a,
#b-works nav ul li.b-works a,
#b-company nav ul li.b-company a,
#b-contact nav ul li.b-contact a {
 	height:40px;
}

nav ul li a:hover img {
 	margin-top:-40px;
}


/* --- MAIN [CONTENTS] --- */

#contents {
	width:738px;
	height:100%;
	margin:0 auto;
	margin-top:30px;
	margin-bottom:30px;
	padding:25px 25px 25px 25px;
	letter-spacing:1px;
	background-color:#ececec;
	border-radius:25px;
}

#contents a {
	color:#000000;
	text-decoration:underline;
}

#contents a:hover {
	color:#2fb4ff;
	text-decoration:none;
}

/* --- EVENT --- */

.event h1 {
	font-size:1em;
	color:#003399;
	margin:0 0 10px 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003399;
}

.event h2 {
	font-size:0.9em;
	color:#000000;
	margin:0 0 10px 0;
}

.event p {
	font-size:0.8em;
	color:#000000;
	margin:0 0 30px 0;
}

.event table {
	width:738px;
	margin-bottom:0px;
}

.event th {
	width:100px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

.event td.r1 {
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

.event td.r2 {
	width:20px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

.event td.r3 {
	width:300px;
	text-align:left;
	vertical-align:top;
	font-weight:normal;
}

/* --- EVENTFORM --- */

.eventform h1 {
	font-size:1em;
	color:#003399;
	margin:0 0 10px 0;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #003399
}

.eventform h2 {
	font-size:0.9em;
	color:#000000;
	margin:0 0 10px 0;
}

.eventform p {
	font-size:0.8em;
	color:#000000;
	margin:0 0 30px 0;
}

.mail {
	height:100%;
	width:738px;
	float:left;
	text-align:left;
	font-size:0.8em;
}

.mail2 {
	height:100%;
	width:738px;
	display:inline-block;
	text-align:left;
	font-size:0.8em;
	margin:10px 0 30px 0;
}

.mail3 {
	height:50px;
	width:100%;
	position:relative;
	font-size:0.8em;
	margin-bottom:10px;
}

.mailitem1 {
	display:inline-block;
	text-align:left;
	margin:10px 0 10px 0;
}

.mailitem2 {
	display:inline-block;
	text-align:left;
	margin:10px 0 0 0;
}

.mf1 {
	height:25px;
	width:738px;
	border:#bfbfbf solid 1px;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.mf2 {
	height:150px;
	width:738px;
	border:#bfbfbf solid 1px;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.mf3 {
	height:25px;
	width:120px;
	margin-left:10px;
	border:#bfbfbf solid 1px;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

#sendbt {
    display:block;
	color:#fff;
	position:absolute;
	right:48%;
    width:50px;
    height:50px;
	border-radius:25px;
    -webkit-border-radius:25px;
    -moz-border-radius:25px;
    border:0;
	background-color:#003399;
    line-height: 0px;
    cursor:pointer;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#sendbt:hover {
	color:#003399;
	background-color:#fff;
	border:#003399 1px solid;
}

.thanks {
	width:100%;
	height:100%;
	margin:0 auto;
	padding:130px 0 180px 0;
	text-align:center;
}

.thanks h3 {
	font-size:1.25em;
	font-weight:normal;
}

.thanks p {
	display:inline-block;
	margin:20px 0 0 0;
}

.errortxt {
	display:block;
	margin:40px 0 20px 0;
}

/* --- footer --- */

#footer {
	width:788px;
	margin:0 auto;
	text-align:center;
}

#footer p {
	display:inline-block;
	color:#ffffff;
	letter-spacing:1px;
	margin-top:10px;
	margin-bottom:400px;
	font-size:0.8em;
}