@charset "utf-8";

/* BASE =============================== */
body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
img {
	border: 0;
	vertical-align: bottom;
}
h1, h2, #aside li {
	font-family: 'Berkshire Swash', cursive;
	font-weight: normal;
	text-align: center;
}
h1 {
	width: 100%;
	font-size: 1px;
	background-image: url(images/top/header_logo_bg.jpg);
}
h2 {
	line-height: 1.8em;
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
h3.red {
	color: #BF0002;
}
h3.blue {
	color: #0051BF;
}
p, li {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}

/* LAYOUT =============================== */
#header p {
	margin-top: 2px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
}

#main {
	margin-top: 0px;
}
.main-image {
	width: 100%;
	height: auto;
}
#main h2 {
	background-repeat: repeat;
	background-image: url(images/bg.png);
	background-size: 16px 80px;
	color: #004AAE;
	padding-top: 5px;
	padding-bottom: 5px;
}
#main ul {
	border-bottom: 1px solid #CCC;
}
#main li {
	height: 100px;
	background: url(images/arrow.png) no-repeat right center;
	background-size: 30px;
	border: 1px solid #CCC;
	border-bottom: none;
	list-style: none;
	overflow: hidden;
}
#main li a {
	display: block;
	overflow: hidden;
}
#main li img {
	float: left;
}
#main li h3 {
	margin: 10px 0 0 110px;
	font-size: 16px;
}
#main li p {
	margin: 5px 34px 0 110px;
	font-size: 12px;
	line-height: 1.5;
}
#nav {
	padding-bottom: 2em;
	background: url(images/bg.png) repeat;
	background-size: 16px;
}
#nav ul {
	overflow: hidden;
}
#nav li {
	width: 100%;
	float: left;
	text-align: center;
	list-style: none;
}
#nav li a {
	display: block;
	margin: 0 auto 10px;
	width: 80%;
	height: 44px;
	line-height: 44px;
	background: #FFF;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
	color: #957255;
}
#footer {
	height: 2.5em;
	background: #000;
	color: #FFF;
	font-size: 12px;
	line-height: 2.5em;
	text-align: center;
}
/* TABS */
#aside {
	padding: 0;
	background: url(images/bg.png) repeat;
	background-size: 16px;
	-webkit-border-radius: 0;
	border-radius: 0;
	font-size: 14px;
	overflow: hidden;
}
#aside p {
/*	display: inline;*/
/*	line-height: 1.5;*/
}
.ui-widget-content {
	border: 0;
}
.ui-widget-header {
	border: 0;
	border-bottom: 1px solid #CCC;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: none;
}
.ui-tabs .ui-tabs-panel {
	background: #FFF;
}
/*---会社概要の表組---*/
dl {
  border-bottom:1px dotted #999999;
  margin-bottom:15px;
}
dl dt {
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 80px;
	border-top: 1px dotted #CCCCCC;
	padding: 6px 0px;
}
dl dd {
	font-size: 13px;
	margin-left: 80px;
	padding: 6px 10px;
	border-top: 1px dotted #CCCCCC;
}
/*---フォーム---*/
input, textarea {
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
form {
	/*max-width: 500px;*/
	width: 100%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px
}
input[type="submit"] {width: 200px}

