@charset "utf-8";

/* BASE =============================== */
body {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
	font: 13px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img {
	border: 0;
	vertical-align: bottom;
}
/*h1, h2, #aside li {
	font-family: 'Berkshire Swash', cursive;
	font-weight: normal;
	text-align: center;
}*/

p, li {
	font-family: Arial, Helvetica, sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
a {
	color: #000;
	text-decoration: none;
}

/* LAYOUT =============================== */

#header {
	text-align: center;
	height: 70px;
	width: 100%;
	background: url(images/header_logo_bg.jpg);
}

#main {
	margin-top: 0px;
}
#main2 {
	margin-top: 0px;
}
.main-image {
	width: 100%;
	height: auto;
}
#main ul {
	border-bottom: 1px solid #CCC;
}
#main li {
	height: 95px;
	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 140px;
	font-size: 16px;
}
#main li p {
	margin: 0px 34px 0 140px;
	font-size: 13px;
	line-height: 1.0;
}
#nav {
	background: url(images/bg.png) repeat;
	background-size: 16px;
	margin: 0px;
}
#nav ul {
	overflow: hidden;
}
/*#nav li {
	width: 100%;
	float: left;
	text-align: center;
	list-style: none;
}*/
#nav li a {
	display: block;
	color: #FFFFFF;
	height: 44px;
	line-height: 44px;
	background: #009933;
}
#nav li {
	width: 100%;
	text-align: center;
	list-style: none;
	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: #009933;
}
#footer {
	height: 2.5em;
	background: #5F3E06;
	color: #FFF;
	font-size: 12px;
	line-height: 2.5em;
	text-align: center;
	margin: 0px;
}
/* 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:0px dotted #999999;
  margin-bottom:15px;
}
dl dt {
	font-weight: bold;
	font-size: 13px;
	float: left;
	width: 80px;
	border-top: 0px dotted #CCCCCC;
	padding: 6px 0px;
}
dl dd {
	font-size: 13px;
	margin-left: 80px;
	padding: 6px 10px;
	border-top: 0px 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}

/*---テキスト---*/
.txt_bk {
	color: #000000;
	}
.txt_white {
	color: #FFFFFF;
}
.txt_green {
	color: #109236;
}
.txt_red {
	color: #BF0002;
}
.txt_brown {
	color: #8C3E00;
	font-weight: bold;
	font-size: 15px;
	line-height: 1.5em;
}
/*---コラム枠---*/
.column {
	font-size: 13px;
	line-height: 1.6em;
	width: 80%;
	padding-bottom: 5px;
	margin: 0px auto;
}
.column a {
	text-decoration: underline;
	color: #3366CC;	
}
.column ul {
	overflow: hidden;
}
.column li  {
	font-size: 13px;
	line-height: 1.6em;
	width: 100%;
	padding-bottom: 5px;
	margin: 0px auto;
}

/*区切り線
-----------------------------------------*/
.normal_line {
	display: block;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-right: 0px;
	border-bottom: 1px solid #E2E2E2;
	font-size: 14px;
	color: #0066CC;
	font-weight: bold;
	line-height: 1.2em;
}
/*テーブル
-----------------------------------------*/
table {
	border-collapse: collapse; /* 枠線の表示方法 */
	border: 1px solid #CCCCCC;
	font-size: 13px;
} 
td { 
border: 1px #CCCCCC solid; /* セルの枠線（太さ・色・スタイル） */ 
} 
