@charset "UTF-8";


/*---------- 共通 ----------*/

html, body, header, nav, article, section, aside, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

header, nav, article, section, aside, footer {
  display: block;
}

ol, ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

a:link {
  color: #583822;
}

a:visited {
  color: #583822;
}

a:hover {
  color: #765c47;
}

p {
  margin: 15px 0 15px 0;
  line-height: 1.7;
  letter-spacing: 0.05em;
}


.ao {
  color: #1e50a2;
}
.aka {
  color: #ff0000;	
}

/*---------- スマホ ----------*/
@media only screen and (max-width: 679px) {


/*---------- ページ全体 ----------*/

body {
  width: 100%;
  font: 87.5% 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  color: #333333;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: 100%;
}


/*---------- メイン ----------*/

#main {
  background-image: url(../img/back.png);
}


/*---------- ヘッダー ----------*/

#header {
	width: 100%;
	height: auto;
	padding: 0 0 4px 0;
	line-height: 1.6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a5967a;
	display: flow-root;
}


/*---------- ヘッダー内 ----------*/

#header #header_inner {
  margin: 0;
  padding: 2px;
  background-image: url(../img/back.png);
}



/*---------- ヘッダーメニュー ----------*/

#header-menu {
	margin: 0 1px 4px 1px;
}

#header-menu ul {
  padding: 0;

}

#header-menu ul li {
	width: 50%;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	text-align: center;
}

#header-menu li a {
	width: 99.6%;
	font-size: 0.80em;
	display: block;
	line-height: 1.2;
	letter-spacing: 0.05em;
	color: #FFFFFF !important;
	text-decoration: none;
	border-left: 1px solid #d7d2c7;
	border-bottom: 1px solid #d7d2c7;
	background-color: #8494f8;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#header-menu li a:hover {
  color: #765c47 !important;
  display: block;
  text-decoration: none;
  background: #f7f4ec
}

#header-menu li.home a {
	border-bottom: 1px solid #d7d2c7;
	background-color: #9aa8ff;
}

#header-menu span.sub {
  display: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; 
  visibility: hidden;

}



/*---------- メイン画像 ----------*/

#header-img {
	width: 100%;
	height: auto;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.main_photo {
  display: block;
  margin: 0 auto 0 auto;
}

/*---------- スライドショー ----------*/
.slide {
	display:none;
	position:relative;
	overflow:hidden;
	margin:20px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	margin:0;/*--margin:0 5pxから変更-*/
	padding:0;
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#8494f8;
}



/*---------- ページタイトル ----------*/
#pageTitle {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
#pageTitle h2 {
	position: absolute;
	top: 15px;
	left: 0px;
	background-color: white;
	padding: 10px 30px;
	width: 92px;
	height: 20px;
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	font-size: 90%;
	top: 22%;
	left: 0%;
	text-align: center;
	padding-top: 3px;
	padding-right: 2%;
	padding-bottom: 3px;
	padding-left: 2%;
}
#pageTitle img {
    width: 100%;
    height: auto;
  }

/*---------- メインコンテンツ ----------*/

#container {
  padding: 0;
}


/*---------- コンテンツ ----------*/

#contents {
  padding: 13px 6px 25px 6px;
  font-size: 1em;
  text-align: justify;

}

.article {
  margin: 0;
  padding: 0;
}

.section {
  margin: 0 0 20px 0;
  padding: 0 0 5px 0;
}

#contents #pannavi {
  margin: 0 0 5px 0;
  padding: 0 0 8px 0;
  font-size: 0.92em;
}

/*---------- h2D----------*/

#contents h2 {
	color: #505050;
	display: inline-block;
	line-height: 1;
	background: #dbebf8;
	vertical-align: middle;
	border-radius: 25px 0px 0px 25px;
	font-size: 90%;
	padding: 0.5em;
	margin-bottom: 10px;
}

#contents h2:before {
	content: '●';
	color: white;
	margin-right: 8px;
}


#contents h3 {
	line-height: 1.6;
	font-size: 1.28em;
	border-top: solid 1px #dddddd;
	border-right: solid 1px #dddddd;
	border-bottom: solid 1px #6477d8;
	border-left: solid 5px #6477d8;
	background: -moz-linear-gradient(top, #fff, #ebebff );
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ebebff));
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 6px;
	padding-left: 15px;
}



#contents h3.beta {
  margin: 12px 3px 10px 3px;
  padding: 10px 10px 8px 13px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #fffffc;
  border-top: solid 1px #c85d15;
  border-right: solid 1px #c85d15;
  border-bottom: solid 1px #c85d15;
  border-left: solid 5px #c85d15;
  background: url(../img/h3_beta.gif) repeat-x;
}

#contents h3.point {
  margin: 10px 0 10px 0;
  padding: 8px 10px 6px 10px;
  line-height: 1.4;
  font-size: 1.28em;
  color: #e85922;
  border-top: solid 1px #888888;
  border-right: none;
  border-bottom: solid 4px #663300;
  border-left: none;
  background-image: url(../img/h3_point.gif) ;
}

#contents h3.gold,
#contents h3.gold02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: none;
  background-image: none;
  background-color: #f1e7d1;
}

#contents h3.gray,
#contents h3.gray02 {
  margin: 12px 3px 10px 3px;
  padding: 13px 10px 9px 16px;
  line-height: 1.6;
  font-size: 1.28em;
  color: #662200;
  border: solid 1px #d9d1d1;
  background-image: none;
  background-color: #f1ecec;
}

#contents p {
  padding-right: 2px;
  padding-left: 2px;
  line-height: 1.6;
}

p.back {
	margin: 0;
	text-align: right;
	width: 30%;
	padding-top: 0;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 0;
}

/*---------- 年号ドロップ ----------*/
.dropmenu{
  *zoom: 1;
	list-style-type: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;

}
.dropmenu li{
	position: relative;
	width: 30%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #8494f8;
	color: #fff;
}
.dropmenu li.home{
	position: relative;
	width: 20%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #9aa8ff;
	color: #fff;
}
.dropmenu li a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	background-color: #8494f8;
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: right;
}
.dropmenu li.home a{
	display: block;
	margin: 0;
	padding: 15px 0 11px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	background-color: #9aa8ff;
	background-image: none;
	background-repeat: no-repeat;
	background-position: right;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #9aa8ff;
  background: #6477d8;
  text-align: center;
}
.dropmenu li:hover > a{
  background:  #8494f8;
}

.dropmenu li a:hover{
  background: #9aa8ff;
}
.dropmenu li.home a:hover{
  background: #9aa8ff;
}
#normal li ul{
  display: none;
}
#normal li:hover ul{
  display: block;
}



/*---------- ３ブロッック用 ----------*/

.box {
  width: 100%;
  text-align: center;
  margin: 0 auto 0 auto;
}

.box:after {
  content: "";
  display: block;
  clear: both;
}

.box1 {
  width: auto;
  padding: 4px;
  margin: 4px;
}

.box2 {
  width: auto;
  padding: 4px;
  margin: 4px;
}

.box3 {
  width: auto;
  padding: 4px;
  margin: 4px;
}




/*---------- スタッフDiv ----------*/

#staff {
  width: 100%;
  text-align: left;
  margin: 0 auto 0 auto;
}

.kakomi {
	width: auto;
	background-color: #e1e5fd;
	padding: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 4px;
}
.kakomi2 {
	width: auto;
	margin: 5px;
	padding: 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
}
.kakomi2 p_bold {
	font-weight: bold;
}


.kakomi_maru {
	width: auto;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 4px;
	border: 1px solid #8494f8;
	border-radius: 5px;
}
.kakomi_maru2 {
	width: auto;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 4px;
	border: 1px solid #8494f8;
	border-radius: 5px;
}

.kakomi_maruend {
	width: auto;
	margin-top: 0;
	margin-right: 4px;
	margin-bottom: 10px;
	margin-left: 4px;
	padding: 4px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 15px;
	margin-left: 4px;
	border: 1px solid #8494f8;
	border-radius: 5px;
}

/*---------- 画像の回り込み ----------*/

img.picture {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}

img.picture_r {
  display: block;
  clear: both;
  margin: 20px auto 20px auto;
}

img.picture_r182 {
	float: right;
	width: 120px;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
/*---------- 表（テーブル） ----------*/

table.t01 {
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
  padding: 4px;
}

td.t01 {
  padding: 4px;
  border: solid 1px #bbbbbb;
  border-collapse: collapse;
}

/*---------- 表D ----------*/

.kakomi_line {
	padding: 9px 6px 6px 15px;
	border-collapse: collapse;
	
}
.kakomi_line_left {
	width: 30%;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.kakomi_line_right {
	padding: 9px 6px 6px 15px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8494f8;
}
/*---------- 研究３列D ----------*/
.kakomi_line_left3 {
 	width: 25%;
	padding-top: 9px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 15px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;;
}
.kakomi_line_center3 {
  padding: 12px 14px 8px 14px;
  width: auto;
  	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;

}
.kakomi_line_right3 {
	padding: 9px 6px 6px 15px;
		border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;


}
/*---------- ----------*/

td.t00 {
  padding: 4px;
}


table.table_line {
	width: 100%;
	border-collapse: collapse;
	padding : 8px 4px 8px 4px;
	border: 1px solid #bbbbbb;
}

td.table_head {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 12px 8px 12px 8px;
  background-color: #fff8e3;
  width: 80px;
}

td.table_left {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #fff8e3;
  width: 30%;
}

td.table_right {
  border-collapse: collapse;
  border: solid 1px #bbbbbb;
  padding : 8px 4px 8px 4px;
  background-color: #ffffff;
  width: 70%;
}

td.table_line {
	width: auto;
	border-collapse: collapse;
	padding: 12px 8px 12px 8px;
	border: 1px solid #bbbbbb;
}

/*---------- フッター ----------*/

#footer {
  width: auto;
  padding: 20px 10px 20px 10px;
  color: #333333;
  line-height: 1.7;
  text-align: center;
  background-color: #e8e4df;
}
td.table_line {
  padding: 10px;
  color: #555555;
}

#footer a {
  color: #555555 !important;
}

#footer a:hover {
  color: #777777 !important;
}

#footer a:visited {
  color: #555555;
}

#footer small {
  padding: 10px;
  font-size: 0.92em;
  color: #555555;
}

#footer small a {
  color: #555555 !important;
  text-decoration: none;
}

#footer small a:hover {
  color: #777777 !important;
  text-decoration: underline;
}

#footer small a:visited {
  color: #555555;
  text-decoration: none;
}

/*---------- フッター内 ----------*/

#footer #footer_inner {
	margin: 0;
	padding: 2px;  /*-- 余白 --*/
}



/*----- 左 問合せ先 -----*/

#h_logo {
  width: 100%;
  padding: 0;
  text-align: center;
  color: #666666;
}

#h_logo h2 {
  padding: 8px 0 4px 0;
  margin: 0;
}

#h_logo img {
  max-width: 100%;
  height: auto;
}

#h_logo a {
  color: #666666 !important;
  text-decoration: none;
  font-size: 1em;
}

#h_logo a:hover {
  color: #888888 !important;
  text-decoration: underline;
  font-size: 1em;
}
/*----- 右 info -----*/

#h_info {
	padding: 6px;
	text-align: center;
	border: 2px solid #f0eadf;
}

#h_info p {
  line-height: 1.0;
}

#h_info a {
  color: #c9171e !important;
  text-decoration: none;
}



/*---------- フッター2 ----------*/
#footer2 {
	width: auto;
	padding: 20px 10px 20px 10px;
	color: #333333;
	line-height: 1.7;
	text-align: center;
	background-color: #e8e4df;
}
#footer2 p {
	padding: 10px;
	color: #555555;
}
#footer2 a {
	color: #555555 !important;
}
#footer2 small {
	padding: 10px;
	font-size: 0.92em;
	color: #555555;
}
#footer2 small a {
	color: #555555 !important;
	text-decoration: none;
}

/*---------- 文字装飾 ----------*/

span.big {
  font-size: 1.12em;
  line-height: 1.9;
}

span.b_big {
  font-weight: bold;

}
	

span.b_big_x {
  font-weight: bold;
  font-size: 1.25em;
  line-height: 1.7;
}
span.big_aka {
  font-size: 130%;
  color: #ff0000;
}
/*---------- 文字装飾D追加2512 ----------*/
span.red_big {
  color: #ff0000;
  font-size: 1.3em;
  line-height: 1.7;
}
	
	
/*---------- 文字装飾D追加 ----------*/

.mini14{
	font-size: 0.50em;
	line-height: normal;
}
/*----sp mini14_gなし----------------*/

/*---------- コンテンツ枠装飾D ----------*/
.info_kakomi_naka {
	width: 95%;
	border: 1px solid #F00;
	border-radius: 5px;
	padding: 10px;
}
.kakomi_aoleft {
	width: 95%;
	border: 1px solid #2404F8;
	border-radius: 5px;
	padding: 10px;
}


/*---------- 実績 ----------*/
dl#zu {
	border: 1px solid #333;
	border-top: none;
	width: 380px;
	margin-left: 15px;
	margin-right: 15px;
}
dl#zu dt{
	border-top: 1px solid #333;
	float: left;
	width: 17em;
	text-indent: 10px;
}

dl#zu dd{
	border-left: 1px solid #333;
	border-top: 1px solid #333;
	_height: 1%; 
	margin-left: 17em;
	text-align: center;
}
.jisseki li{
	margin-bottom: 20px;
	margin-left: 30px;
	list-style-type: disc;

