@charset "utf-8";

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-image: none;
}
header .inner {
	width: auto;
	height: auto;
	text-align: center;
}
/*h1ロゴの設定*/
header .inner h2 {
	position: static;
	padding-top: 20px;
}
header h2 img {
	width: 70%;	/*画面に対してロゴ画像を70％の幅に*/
	height: auto;
}
/*電話番号ボックスの設定*/
header .inner address {
	position: static;
	padding-bottom: 20px;
}

header .facebook {
	position: static;
	padding-bottom: 5px;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
}
nav#menu ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: none;
	width: 100%;
	border: none !important;
	background-color: #1ec17a;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/btn_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#ffe3e3), to(#ffc2c2));	/*グラデーション*/
	background-image: url(../images/btn_arrow.png), -webkit-linear-gradient(#ffe3e3, #ffcdcd 49%, #ffc2c2 50%);	/*同上*/
	background-image: url(../images/btn_arrow.png), linear-gradient(#ffe3e3, #ffcdcd 49%, #ffc2c2 50%);			/*同上*/
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}
nav#menu ul li a {
	line-height: normal;
	padding: 15px 0px 15px 20px;	/*メニュー内の余白。上、右、下、左*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	display: none;	/*表示させない設定*/
}

/*メニューブロック設定*/
nav#menu_sub {
	height: auto;
	margin-right: 6px;
	margin-left: 6px;
}
nav#menu_sub ul {
	width: auto;
}
/*メニュー１個ごとの設定*/
nav#menu_sub ul li {
	float: none;
	width: 100%;
	border: none !important;
	background-color: #1ec17a;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: url(../images/btn_arrow.png), -webkit-gradient(linear, left top, left bottom, from(#ffe3e3), to(#ffc2c2));	/*グラデーション*/
	background-image: url(../images/btn_arrow.png), -webkit-linear-gradient(#ffe3e3, #ffcdcd 49%, #ffc2c2 50%);	/*同上*/
	background-image: url(../images/btn_arrow.png), linear-gradient(#ffe3e3, #ffcdcd 49%, #ffc2c2 50%);			/*同上*/
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
}
nav#menu_sub ul li a {
	line-height: normal;
	padding: 6px 0px 6px 10px;	/*メニュー内の余白。上、右、下、左*/
}
/*英語表記の設定*/
nav#menu_sub ul li a span {
	display: none;	/*表示させない設定*/
}

/*コンテンツ（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	margin-right: 6px;
	margin-left: 6px;
}

/*contents-in,main,subコンテンツ
---------------------------------------------------------------------------*/
#contents-in, #main, body.c2 #main{
	float: none;
	width: auto;
}

#sub {
	float: none;
	width: 100%;
}

/*sideコンテンツ
---------------------------------------------------------------------------*/
#side {
	display: none;	/*表示させない設定*/
}

/*トップページのメイン画像。表示させたいなら、style-m.cssの同じ箇所のタグをコピペする。
---------------------------------------------------------------------------*/


#mainimg {
	margin: 0px 6px 1%;
}
#mainimg aside{
	height: 100px;
	width: 100%;
}
#mainimg aside img {
	vertical-align: bottom;
}


#mainimg2 {
	margin: 0px 6px 1%;
}
#mainimg2 aside{
	height: 100px;
	width: 100%;
}
#mainimg2 aside img {
	vertical-align: bottom;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
section#new h2.open {
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#95e2c0), to(#1ec17a));	/*マイナスアイコンとグラデーション*/
	background: url(../images/btn_minus.png) no-repeat right center, -webkit-linear-gradient(#95e2c0, #30c684 49%, #1ec17a 50%);					/*同上*/
	background: url(../images/btn_minus.png) no-repeat right center, linear-gradient(#95e2c0, #30c684 49%, #1ec17a 50%);							/*同上*/
}
section#new h2.close {
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-gradient(linear, left top, left bottom, from(#95e2c0), to(#1ec17a));	/*プラスアイコンとグラデーション*/
	background: url(../images/btn_plus.png) no-repeat right center, -webkit-linear-gradient(#95e2c0, #30c684 49%, #1ec17a 50%);						/*同上*/
	background: url(../images/btn_plus.png) no-repeat right center, linear-gradient(#95e2c0, #30c684 49%, #1ec17a 50%);								/*同上*/
}
/*ブロック全体の設定*/
#new dl {
	height: auto;
	padding-left: 0;
}
/*日付設定*/
#new dt {
	float: none;
	width: auto;
}
/*記事設定*/
#new dd {
	padding-left: 0;
}

/*テーブル１
---------------------------------------------------------------------------*/
/*テーブル内の右側*/
.t_design td{
	width: auto;
	padding: 2px;
}
/*テーブル内の左側の見出し部分*/
.t_design th{
	width: 60px;
	padding: 2px;
}



.t_design2 input[type="text"],
.t_design2 input[type="email"],
.t_design2 textarea
{
    background-color: #fff;
    color: #000;
    width: 80%;
}

/*service.html内の一覧の各ブロック
---------------------------------------------------------------------------*/
/*ボックス内の段落タグ設定*/
#main section.list article p {
	margin-left: 0;
}
/*ボックス内の写真設定*/
#main .list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

/*その他
---------------------------------------------------------------------------*/
/*<body class="s-n">指定の場合にsubブロックも表示させない設定*/
body.s-n #sub {
	display: none;
}
/*幅一杯に画像を表示させる*/
img.wa {
	height: auto;
	width: 100%;
}
/*メニュー折りたたみ設定*/
#top #menubar_hdr {
	display: none;
}
#menubar_hdr {
	display: inline;
	position: absolute;
	top: 0px;
	right: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#e5e5e5));
	background-image: -webkit-linear-gradient(#fbfbfb, #e5e5e5);
	background-image: linear-gradient(#fbfbfb, #e5e5e5);
	padding: 10px;
	border: 1px solid #cfcfcf;
	border-radius: 0px 0px 6px 6px;
}



.iframe-content {
    position: relative;
    width: 100%;
    padding: 180% 0 0 0;
}
.iframe-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




#group-menu1{
	width:100%;
}
#group-menu1 ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}
#group-menu1 ul li{
	width:100%;
	height:60px;
	margin:3px;
	font-weight:bold;
	/*display:inline;:*/
	padding-left:4px;
	float:left;
	background-color:#ffffff;
	border:1px solid #666666;
}

#group-menu1 ul li{
	width:100%;
	height:60px;
	margin:3px;
	font-weight:bold;
	/*display:inline;:*/
	padding-left:0px;
	float:left;
	background-color:#ffffff;
	border:1px solid #666666;
}

#group-menu2 ul li{
	width:100%;
	height:60px;
	margin:3px;
	font-weight:bold;
	/*display:inline;:*/
	padding-left:0px;
	float:left;
	background-color:#ffffff;
	border:1px solid #666666;
}


.sub_left_01{
	width:100%;
	float:none;
}
.sub_right_01 {
	width:100%
	float:none;

}

.sub_left_02{
	width:100%;
	float:none;
}


.sub_right_02 {
	width:100%
	float:none;

}


.list article p {
	margin-left: 0;
}

.list article figure img {
	width: 40%;
	height: auto;
	margin-right: 5px;
}

.news_box::-webkit-scrollbar{
	width:15px;
}

.news_box::-webkit-scrollbar-thumb{
	background-color:#999999;
	border-radius:10px;
}

.news_box::-webkit-scrollbar-track-piece:start{
	background-color:#01abe6;
}

.news_box::-webkit-scrollbar-track-piece:end{
	background-color:#ffffff;
}

.layout-left{
	width:100%;
	float:none;
}


.layout-right{
	width:100%;
	float:none;
}

.js_movie1{
width:100%;
float:none;
}

.js_movie1 img{
width:100%;
}


.js_movie2{
width:100%;
float:none;
margin-left:0px;
}

.js_movie2 img{
width:100%;
}


.js_movie3{
width:100%;
float:none;
margin-left:0px;
}

.js_movie3 img{
width:100%;
}


