@charset "UTF-8";

/* -----------------------------------
■パンクズ非表示
----------------------------------- */

#breadCrumbs {
	display: none;
}

/* -----------------------------------
■カラー設定（コンセプトごとに変更）
----------------------------------- */

/* サブメニュー */
.sideMenu {
	background-color: #7BAA42;
}
.sideMenu a:hover, .sideMenu a:active, .sideMenu a:focus {
	color:#7BAA42;
}

/* スライドショー */
.slideContent {
	background-color: #7BAA42;
}

/* 共通レイアウト*/
h1 {
	-webkit-text-stroke: 1px #307000;
	text-shadow: 1px 1px 2px #307000,
		-1px  1px 2px #307000,
		1px -1px 2px #307000,
		-1px -1px 2px #307000;
	border-bottom: 2px dotted  #307000;
}
h2 {
	color:#7BAA42;
	background:url(./images/bg_h2_move.png) no-repeat left center;
	-webkit-background-size: 1.5em;
	-moz-background-size: 1.5em;
	-o-background-size: 1.5em;
	background-size: 1.5em;
}
h2.moveH2 {
	color:#7BAA42;
	background:url(./images/bg_h2_move.png) no-repeat left center;
	-webkit-background-size: 1.5em;
	-moz-background-size: 1.5em;
	-o-background-size: 1.5em;
	background-size: 1.5em;
}
h3 {
	background: #7BAA42;
}
h3.moveH3 {
	background: #7BAA42;
}
h4.moveH4 {
	color:  #7BAA42;
	border-bottom:   2px solid  #7BAA42;
}
h5.moveH5 {
	color:  #7BAA42;
}
table.moveTb{
	border: 2px #7BAA42 solid;
}
table.moveTb th{
	background-color: #7BAA42;
}
table.moveTb td{
	border: 1px #7BAA42 solid;
}

/* -----------------------------------
■扉ページ（コンテンツ）
----------------------------------- */
h2.moveH2top {
	color:#7BAA42;
	line-height: 1.8em;
	font-size: 225%;
	background:url(./images/bg_h2_move.png) no-repeat left center;
	-webkit-background-size: 1.5em;
	-moz-background-size: 1.5em;
	-o-background-size: 1.5em;
	background-size: 1.5em;
}
.move_btn{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:40px;
}
.move_btn img{
	width:100%;
	height:auto;
}

.move_left{
	float:left;
	width:34.285%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
	padding-right:30px;
}
.move_left img{
	width:100%;
	height:auto;
}
.move_left2{
	float:left;
	width:65.715%;
	font-size:150%;
	color:#333333;
	font-weight:bold;
	line-height:1.8em;
}

.move_line{
	border-top:1px dashed #145558;
	border-bottom:1px dashed #145558;
	padding-top:70px;
	padding-bottom:70px;
	margin-bottom:70px;
}

.move_inrerview{
	float:left;
	width:30%;
	margin-right:3%;
	font-size:110%;
}
.move_inrerview img{
	width:100%;
	height:auto;
}

@media only screen and (max-width: 640px) {
}

/*=====================================================
川上ing　扉
=====================================================*/

/*---------------top #power_up------------------------*/
.kawakaming #power_up {
	background-color: #ffe0c0;
	background-image: url(images/kawakaming_back2.jpg);
	padding: 20px 0 50px 0;
	width: 100%;
	margin: 20px auto;
	text-align: center;
}
.kawakaming #power_up p.people {
	color: #59231e;
	font-size: 14px;
}
.kawakaming #power_up p.people a img {
	width: 13px;
	vertical-align: baseline;
	margin: 0 5px;
}
.kawakaming #power_up p.people a img:hover {
	opacity: .5;
}
.kawakaming #power_up img {
	width: 90%;
	max-width: 780px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.kawakaming #power_up img.dott {
	margin-bottom: 20px;
}
.kawakaming h3.toppage {
	text-align: center;
	color: #400000;
	background-color: #FFF;
}

/*---------------フキダシ------------------------*/

.kawakaming #arrow_out {
	width: 100%;
	margin: 80px auto 0px;
}
.kawakaming .arrow {
	width: 220px;
	margin: 20px 0 0 0;
	float: left;
}
.kawakaming .arrow_box {
	position: relative;
	background: #a5d1f4;
	border: 1px solid #cccccc;
	width: 180px;
	padding: 10px;
	margin: 10px;
}
.kawakaming .arrow_box p {
	font-size: 15px;
	margin: auto auto 0 auto;
}
.kawakaming .arrow_box:after, .kawakaming .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.kawakaming .arrow_box:after {
	border-color: rgba(150, 202, 235, 0);
	border-top-color: #a5d1f4;
	border-width: 20px;
	margin-left: -20px;
}
.kawakaming .arrow_box:before {
	border-color: rgba(204, 204, 204, 0);
	border-top-color: #cccccc;
	border-width: 21px;
	margin-left: -21px;
}
.kawakaming .arrow_boximg {
	width: 70px;
	margin: 20px auto;
}

.kawakaming .arrow_box2 a {
	color: #fff;
	font-size: 18px;
}
.kawakaming .arrow_box2 {
	position: relative;
	background: #400000;
	width: 16em;
/*	margin: 10px 20px 10px 0;*/
	margin: 10px 20px 10px 30px;
	padding: 0.5em;
	float: right;
}
.kawakaming .arrow_box2 a:hover {
	opacity : 0.4;
}
.kawakaming .arrow_box2:after {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(150, 202, 235, 0);
	border-left-color: #400000;
	border-width: 10px;
	margin-top: -10px;
}

/*--------------oneset ---------------------*/

.kawakaming .oneset {
	width: 100%;
	margin: 0px auto;
}
.kawakaming .oneset p {
	width: 100%;
	font-size: 16px;
	display: block;
	padding: 100px;
	line-height: 160%;
	text-align: center;
	background-image: url(images/kawakaming_cloud1.gif);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
	color: #400000;
}
.kawakaming .oneset h2 {
	color: #999;
	text-align: center;
	font-size: 28px;
	display: block;
	padding: 10px;
	margin: 0 auto 30px;
}

/* -----------------------------------
■リストページ
----------------------------------- */
ul.move_list{
	list-style:none;
	margin:0;
	padding:0;
	padding-left:26px;
	width:100%;
}
ul.move_list li{
	list-style:none;
	margin:0;
	margin-right:21px;
	margin-bottom:20px;
	padding:0;
	width:260px;
	display: inline-block;
	vertical-align:top;
}
ul.move_list li img{
	width:100%;
	margin-bottom:15px;
	height:auto;
	box-shadow: 0px 0px 20px -5px rgba(0, 0, 0, 0.8);
}
ul.move_list li h3{
	background:none;
	padding:0;
	margin:0;
	margin-bottom:5px;
	color:#000000;
	font-size:110%;
	font-weight:bold;
}
ul.move_list li h3 a:link{
	color:#000000;
}
ul.move_list li h3 a:visited{
	color:#000000;
}
ul.move_list li h3 a:hover{
	color:#000000;
}