@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";


	background-color: #FFF;	/*背景色*/
	border-top: 4px solid #660099;	/*ページ上部の線の幅、線種、色*/
}


h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}


/*
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

*/





table {
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 750px;
	border-spacing: 0px;
	margin: 0;
}
th, td {
	border-bottom: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	text-align: center;
	padding: 5px;
}
th { background-color: #f0f0f0; color: #333333;}


th { width:90px;}

td { text-align:left;}


.demo01{
	margin-bottom:20px;
}

.demo02{
	margin-bottom:20px;
}


.b1{
	font-size:20px;
	color:#0066cc;
	font-weight:bold;
}

.r1{
	font-size:12px;
	color:#ff0000;

}






/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #3300ff;	/*リンクテキストの色*/
}
a:hover {
	color: #9999ff;			/*マウスオン時の文字色（全体）*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a:hover img {
	filter: Alpha(opacity=70);
	opacity: 0.8; /*firefox safari*/
}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background-color: #FFF;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ededed));
	background-image: -webkit-linear-gradient(#FFF 80%, #ededed);
	background-image: linear-gradient(#FFF 80%, #ededed);

}
/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	/*ブロック幅*/
	height: 140px;	/*ブロックの高さ*/
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
/*h1ロゴの設定*/
header .inner h2 {
	position: absolute;
	left: 10px;	/*innerに対して左から20pxの場所に配置*/
	top: 32px;	/*innerに対して上から20pxの場所に配置*/
}

/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 15px;	/*innerに対して左から20pxの場所に配置*/
	top: 3px;	/*innerに対して上から20pxの場所に配置*/
	font-weight:normal;
	color:#333333;
	font-size:12px;

}

header .inner h3 {
	display:none;
	position: absolute;
	left: 10px;	/*innerに対して左から20pxの場所に配置*/
	top: 32px;	/*innerに対して上から20pxの場所に配置*/
	font-weight:normal;
	color:#16be71;
	font-size:12px;
}



header .qr {
	position: absolute;
	top: 25px;		/*innerに対して上から15pxの位置に配置*/
	right:400px;	/*innerに対して右から20pxの位置に配置*/
}

header .facebook {
	position: absolute;
	top: 50px;		/*innerに対して上から15pxの位置に配置*/
	right:200px;	/*innerに対して右から20pxの位置に配置*/
}


/*電話番号ボックスの設定*/
header .inner address {
	position: absolute;
	top: 10px;		/*innerに対して上から15pxの位置に配置*/
	right:0px;	/*innerに対して右から20pxの位置に配置*/
	font-size: 11px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	line-height: 1.6;	/*行間*/
	letter-spacing: 0.2em;	/*文字間隔を少し広めにとる設定*/
}
/*電話番号の文字設定*/
header .inner address .tel {
	font-size: 18px;	/*文字サイズ*/
	color: #1ec17a;		/*文字色*/
	font-weight: bold;	/*太字に*/
	display: block;
}

header .mail_bt{
	position: absolute;
	top:9px;		/*innerに対して上から15pxの位置に配置*/
	right: 20px;	/*innerに対して右から20pxの位置に配置*/
	text-align: center;	/*文字をセンタリング*/
	z-index:1000;
}


/*上部のメインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック設定*/
nav#menu {
	height: 60px;	/*ブロックの高さ*/
	background-color: #660099;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7102a8), to(#660099));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#7102a8, #69019d 49%, #660099 50%);	/*同上*/
	background-image: linear-gradient(#7102a8, #69019d 49%, #660099 50%);			/*同上*/
	margin-bottom: 0px;
}
nav#menu ul {
	width: 997px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
}
/*メニュー１個ごとの設定*/
nav#menu ul li {
	float: left;
	width: 141px;	/*メニュー幅*/
	border-right: 1px solid #660099;	/*メニューの右側の線の幅、線種、色*/
	text-align: center;	/*文字を中央に揃える*/
	font-weight: bold;	/*文字を太字にする設定*/
	font-size:16px;
}
nav#menu ul li a {
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	line-height: 30px;
	padding-top: 5px;
	color: #FFF;	/*文字色*/
}
/*最初のメニューの設定*/
nav#menu ul li:first-child {
	border-left: 1px solid #660099;	/*左側に線を入れる*/
}
/*マウスオン時の設定*/
nav#menu ul li a:hover {
	background-color: #7102a8;	/*背景色*/
}
/*英語表記の設定*/
nav#menu ul li a span {
	font-size: 9px;	/*文字サイズ*/
	display: block;
	font-weight: normal;	/*文字を太字でなく標準に戻す設定*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	line-height: 20px;
	padding-bottom: 5px;
	opacity: 0.5;	/*透明度50％*/
}






nav#menu2 {
	height:50px;
	margin-bottom:20px;
}
nav#menu2 ul {
	width: 997px;	/*メニュー部分のブロック幅*/
	margin-right: auto;
	margin-left: auto;
	
}
/*メニュー１個ごとの設定*/
nav#menu2 ul li {
	float:left;
	text-indent:-9999px;
	text-align: center;	/*文字を中央に揃える*/
	margin-bottom:2px;
}

.navi1 a{
	text-decoration: none;
	width: 165px;	/*メニュー幅*/
	display: block;
	height:50px;
	background-image:url(./images/navi1.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.navi1 a:hover{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi1_h.png);
	background-repeat:no-repeat;
	background-position:right top;
}


.navi2 a{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi2.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi2 a:hover{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi2_h.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi3 a{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi3.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi3 a:hover{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi3_h.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi4 a{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi4.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi4 a:hover{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi4_h.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi5 a{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi5.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi5 a:hover{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi5_h.png);
	background-repeat:no-repeat;
	background-position:left top;
}

.navi6 a{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi6.png);
	background-repeat:no-repeat;
	background-position:right top;
}

.navi6 a:hover{
	text-decoration: none;
	display: block;
	width: 165px;	/*メニュー幅*/
	height:50px;
	background-image:url(./images/navi6_h.png);
	background-repeat:no-repeat;
	background-position:right top;
}









/*パンくず
----------------------------------*/
#pankuzu{
	font-size:12px;
	margin-bottom:10px;
}


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

/*コンテンツin（main,subを囲むブロック）
---------------------------------------------------------------------------*/
#contents-in {
	float: left;
	width: 785px;
}
/*2カラム時*/
body.c2 #contents-in {
	float: none;
	width: 100%;
}

/*メインコンテンツ（中央ブロック）
---------------------------------------------------------------------------*/
#main {
	float: right;	/*右側に回り込み*/
	width: 570px;	/*メインコンテンツ幅*/
	padding-bottom: 10px;
}
/*2カラム時*/
body.c2 #main {
	width: 100%;	/*メインコンテンツ幅*/
}
/*mainコンテンツのh2タグ設定*/


#main h2 {
	background-color: #660099;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#7102a8), to(#660099));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#7102a8, #69019d 49%, #660099 50%);	/*同上*/
	background-image: linear-gradient(#7102a8, #69019d 49%, #660099 50%);			/*同上*/
	border: 1px solid #660099;		/*枠線の幅、線種、色*/
	border-radius: 6px 6px 0px 0px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	color: #FFF;	/*文字色*/
	padding: 5px 15px;	/*左から、上下、左右への余白*/
	clear: both;
	font-size:20px;
}
/*mainコンテンツのh3タグ設定*/
#main h3 {
	background-color: #f0f0f0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);	/*同上*/
	background-image: linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	font-size: 18px;
	color: #006600;		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	clear: both;
	border-top: 1px solid #FFF;		/*上の線の幅、線種、色*/
	border-right: 1px solid #FFF;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #FFF;	/*下の線の幅、線種、色*/
	border-left: 3px solid #006600;	/*左の線の幅、線種、色*/
}


/*mainコンテンツのh4タグ設定*/
#main h4 {
	background-color: #f0f0f0;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);	/*同上*/
	background-image: linear-gradient(#fcfcfc, #f1f1f1 49%, #e3e3e3 50%);			/*同上*/
	-webkit-box-shadow: 1px 2px 7px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 7px #999;			/*同上*/
	font-size: 18px;
	color: #ff3300;		/*文字色*/
	padding: 2px 15px;	/*左から、上下、左右への余白*/
	clear: both;
	border-top: 1px solid #FFF;		/*上の線の幅、線種、色*/
	border-right: 1px solid #FFF;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #FFF;	/*下の線の幅、線種、色*/
	border-left: 3px solid #ff3300;	/*左の線の幅、線種、色*/
}


/*mainコンテンツの段落タグ設定*/
#main p {
	padding: 2px 10px 2px;	/*左から、上、左右、下への余白*/
}

/*サブコンテンツ、サイドコンテンツ
---------------------------------------------------------------------------*/
/*サブコンテンツ（左側ブロック）*/
#sub {
	float: left;	/*左側に回り込み*/
	width: 230px;	/*サブコンテンツ幅*/
	padding-bottom: 30px;
}


body.c2 #sub{
	float:right;
}


/*サイドコンテンツ（右側ブロック）*/
#side {
	float: right;
	width: 230px;
	padding-bottom: 30px;
}
/*2カラム時にサイドコンテンツを非表示にする設定*/
body.c2 #side {
	display: none;
}
/*sub,sideコンテンツ内のh2タグ設定*/
#sub h2,
#side h2 {
	font-size: 100%;
	text-align: center;	/*文字をセンタリング*/
	background-color: #aec829;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#bbd536), to(#aec829));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#bbd536, #aec829);	/*同上*/
	background-image: linear-gradient(#bbd536, #aec829);			/*同上*/
	padding: 3px 0px;	/*上下、左右への余白*/
	color: #ffffff;	/*文字色*/
	border-radius: 6px 6px 0px 0px;	/*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
}
/*box1の中にあるh2タグの設定*/
#sub .box1 h2,
#side .box1 h2 {
	border-radius: 0;	/*角丸をなくす設定*/
}
/*sub,sideコンテンツ内のbox1設定*/
#sub .box1,
#side .box1 {
	background-color: #eee;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}


#sub .box2,
#side .box2 {
	background-color: #f0f0f0;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
}

#sub .box3,
#side .box3 {
	background-color: #ffffff;		/*背景色*/
	border: 1px solid #cfcfcf;	/*枠線の幅、線種、色*/
	padding: 5px;				/*ボックス内の余白*/
	margin-bottom: 15px;		/*ボックスの下にあけるスペース*/
	background-image:url(./images/side_company_bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;

}

/*見出しにbox1やメニューが繋がった場合に枠線が重複しない為の設定*/
#sub h2 + ul,
#side h2 + ul,
#sub h2 + .box1,
#side h2 + .box1 {
	border-top: none;
}
/*box1の中にメニューが入った場合に下に余分な余白が出るのをなくす設定*/
#sub .box1 > ul,
#side .box1 > ul {
	margin-bottom: 0;
}

/*sub,sideコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#sub ul,
#side ul {
	border-top: 1px solid #cfcfcf;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #cfcfcf;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #cfcfcf;		/*左側の線の幅、線種、色*/
	margin-bottom: 15px;	/*メニューブロックの下にあけるスペース*/
}
/*メニュー１個ごとの設定*/
#sub ul li a,
#side ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	background: #FFF;	/*背景色*/
}

#sub ul li a:hover,
#side ul li a:hover {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #cfcfcf;	/*下側の線の幅、線種、色*/
	padding-left: 10px;
	background: #fee3b3;	/*背景色*/
}



/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*文字色*/
	background: #660099;	/*背景色*/
	background-image:url(./images/koke.jpg);
	background-repeat:repeat-x;
	background-position:right bottom;

}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	padding-bottom:10px;
	padding-top:10px;
	background-color: #cc99ff;
	margin-bottom: 10px;


}
#mainimg aside {
	width: 997px;
	height: 400px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	border:1px solid #f0f0f0;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*service.html内の製品紹介の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;		/*ボックス間のスペース*/
	background-color:#edfeff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f0f0f0));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f0f0f0);	/*同上*/
	background-image: linear-gradient(#FFF, #f0f0f0);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}

#main section.list article span {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#main section.list article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list article a:hover {
	background-color: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list article p {
	padding: 0px;
	margin-left: 5px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #006600;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #006600;	/*文字色*/
}



(#65c4ca, #09acb5 49%, #06aab3 50%);




/*各ボックスの設定*/
#main section.list2 article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;		/*ボックス間のスペース*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*同上*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}

#main section.list2 article span {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#main section.list2 article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list2 article a:hover {
	background-color: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list2 article p {
	padding: 0px;
	margin-left: 10px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list2 article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list2 article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #1ec17a;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #1ec17a;	/*文字色*/
}





/*各ボックスの設定*/
#main section.list3 article {
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
	border-radius: 6px;		/*角丸のサイズ*/
	margin-bottom: 15px;		/*ボックス間のスペース*/
	background-color:#f0e7c1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f0e7c1));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #f0e7c1);	/*同上*/
	background-image: linear-gradient(#FFF, #f0e7c1);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;	/*影の設定。右・下・ぼかし幅・色の設定, ＋内側への影を右・下・ぼかし幅・距離・色を設定*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 0px 1px #FFF inset;			/*同上*/
}

#main section.list3 article span {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
}

#main section.list3 article a {
	padding: 10px;	/*ボックス内の余白*/
	text-decoration: none;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
}
/*マウスオン時*/
#main section.list3 article a:hover {
	background-color: #FFF;	/*背景色*/
}
/*ボックス内の段落タグ設定*/
#main section.list3 article p {
	padding: 0px;
	margin-left: 10px;	/*左の写真とのバランスをとって設定*/
}
/*ボックス内の写真設定*/
#main section.list3 article figure img {
	float: left;			/*画像を左へ回り込み*/
	background-color: #FFF;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;			/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #CCC;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main section.list3 article h4 {
	padding: 2px 0px 2px 10px;	/*上、右、下、左側への余白*/
	font-size: 100%;
	border-bottom: 1px solid #CCC;	/*下側の線の幅、線種、色*/
	border-left: 3px solid #a08b63;	/*左側の線の幅、線種、色*/
	margin-bottom: 0.5em;
	color: #a08b63;	/*文字色*/
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl{
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 150px;
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*下線の幅、線種、色*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*テーブル１
---------------------------------------------------------------------------*/
.t_design {
	width: 100%;
}
.t_design, .t_design td, .t_design th{
	border: 1px solid #CCC;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.t_design td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.t_design th{
	width: 140px;
	padding: 10px;
	text-align: center;
	background-color: #f1f1f1;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.t_design th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;	/*背景色*/
}
/*テーブルのキャプション設定*/
.t_design caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}




/*テーブル１
---------------------------------------------------------------------------*/
.t_design2 {
	width: 100%;
}
.t_design2, .t_design2 td, .t_design2 th{
	border: 1px solid #006600;	/*テーブルの枠線の幅、線種、色*/
	line-height: 2;
}
/*テーブル内の右側*/
.t_design2 td{
	padding: 10px;
}
/*テーブル内の左側の見出し部分*/
.t_design2 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #a6dba6;	/*背景色*/
}
/*テーブル１行目に入った見出し部分*/
.t_design2 th.tkoumoku{
	width: auto;
	border-top: 1px solid #e0d18a;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #e0d18a;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #e0d18a;	/*左側の線の幅、線種、色*/
	text-align: center;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}

.t_design2 td.tkoumoku{
	width: auto;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: center;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}
/*テーブルのキャプション設定*/
.t_design2 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*上側の線の幅、線種、色*/
	border-right: 1px solid #CCC;	/*右側の線の幅、線種、色*/
	border-left: 1px solid #CCC;	/*左側の線の幅、線種、色*/
	text-align: left;
	background-color: #e9ddae;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*同上*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*同上*/
	font-weight: bold;	/*文字を太字にする設定*/
}





/*submitボタンの設定*/
input[type="submit"],
input[type="button"] {
	width: 250px;	/*ボタン幅*/
	padding: 10px;	/*ボタン内の余白*/
	margin-bottom: 20px;
	border-radius: 30px;	/*角丸のサイズ*/
	background-color: #1ec17a;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#30c684), to(#1ec17a));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#30c684, #1ec17a);	/*同上*/
	background-image: linear-gradient(#30c684, #1ec17a);			/*同上*/
	-webkit-box-shadow: 0px 2px 5px #bebebe;	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px #bebebe;			/*同上*/
	font-size: 14px;	/*文字サイズ*/
	color: #FFF;		/*文字色*/
	border: none;
}
/*submitボタンのマウスオン時の設定*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #30c684;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#1ec17a), to(#30c684));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#1ec17a, #30c684);	/*同上*/
	background-image: linear-gradient(#1ec17a, #30c684);			/*同上*/
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 27px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*その他
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.margin_b {
	margin-bottom: 15px;
}

.margin_t {
	margin-top: 15px;
}

.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 15px;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
.mini1 {
	font-size: 12px;
	line-height: 1.5;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}

.bt2 a{
	padding:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#ffffff;
	border:1px solid #29c27f;
	text-decoration:none;
	background-color: #3ed794;
        background: -moz-linear-gradient(top, #65e6ad, #3ed794); /* mozilla */
        background: -webkit-gradient(linear, center top, center bottom, from(#65e6ad), to(#3ed794)); /* Webkit */
}


.bt2 a:hover{
	padding:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#ffffff;
	border:1px solid #29c27f;
	text-decoration:none;
	background-color: #65e6ad;
        background: -moz-linear-gradient(top, #3ed794, #65e6ad); /* mozilla */
        background: -webkit-gradient(linear, center top, center bottom, from(#3ed794), to(#65e6ad)); /* Webkit */
}


.bt3 a{
	padding:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#ffffff;
	text-shadow: 1px 1px 2px #999999;
	font-weight:bold;
	border:3px double #ffa012;
	text-decoration:none;
	background-color: #fdc504;
        background: -moz-linear-gradient(top, #ffd648, #fdc504); /* mozilla */
        background: -webkit-gradient(linear, center top, center bottom, from(#ffd648), to(#fdc504)); /* Webkit */
}


.bt3 a:hover{
	padding:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#ffffff;
	text-shadow: 1px 1px 2px #999999;
	font-weight:bold;
	border:3px double #ffa012;
	text-decoration:none;
	background-color: #ffd648;
        background: -moz-linear-gradient(top, #fdc504, #ffd648); /* mozilla */
        background: -webkit-gradient(linear, center top, center bottom, from(#fdc504), to(#ffd648)); /* Webkit */
}


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




#contact_left{
	width:300px;
	float:left;
}


#contact_right{
	width:100px;
	float:right;


}

.mail{
	padding:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	border:1px solid #29c27f;

}


#next{
	text-align:center;
	border-top:1px dotted #cccccc;
	margin-top:30px;
	padding-top:10px;
}


.side_pr a{
	color:#ffffff;
	background-color:#ff0000 !important;
}

.side_pr a:hover{
	color:#ffffff;
	background-color:#ff3333 !important;
}




.effect6
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.effect6:before, .effect6:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:50%;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.effect6:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}

.red{
	color:#cc3366;
}

.box_left{
	width:184px;
	float:left;
	margin-left:3px;
	text-align:center;
	margin-top:10px;
}

.last{
clear:both;
}

.text_s { letter-spacing:-0.05em; }


.voice{
	margin-top:10px;
	margin-bottom:20px;
}

.voice_left{
	width:90px;
	float:left;
}

.voice_left img{
	padding:2px;
	border:1px solid #cccccc;
}

.voice_right{
	width:650px;
	float:right;
	background-image:url(./images/voice_bg.jpg);
	background-repeat: no-repeat;
	background-position:bottom right;
}

.voice_right p{
	line-height:110%;
}

.line{
	border-bottom:1px dotted #16be71;
	clear:both;
	margin-bottom:5px;
}

.shikaku{
	margin-top:10px;
	margin-bottom:20px;
}

.sekounaiyou{
	margin-top:10px;
	margin-bottom:20px;
	text-align:center;
}


.dl_list{
}


.dl_list dl {
	width:750px;
 }


.dl_list dt {
	float:left;
	clear:left;
	width:100px;	
	border-right:2px solid #16be71;
	padding:6px;
	border-bottom:1px dotted #cccccc;
	margin-bottom:5px;

 }
.dl_list dd {
		margin-bottom:5px;

	float:left;
	width:620px;
	padding:6px;
	border-bottom:1px dotted #cccccc;

　}

.btn_c {
	padding-top:5px;
	margin-bottom:20px;
}

.btn_c a{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#333333;
	border:1px solid #999999;
	text-decoration:none;
	background-color: #f0f0f0;
        background: -moz-linear-gradient(top, #f0f0f0, #cccccc); /* mozilla */
        background: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#cccccc)); /* Webkit */

}

.btn_c a:hover{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#333333;
	border:1px solid #999999;
	text-decoration:none;
	background-color: #cccccc;
        background: -moz-linear-gradient(top, #cccccc, #f0f0f0); /* mozilla */
        background: -webkit-gradient(linear, center top, center bottom, from(#cccccc), to(#f0f0f0)); /* Webkit */

}

.btn_c2 {
	padding-top:5px;
	margin-bottom:20px;
}

.btn_c2 a{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#333333;
	border:1px solid #999999;
	text-decoration:none;
	background-color: #f0f0f0;
        background: -moz-linear-gradient(top, #f0f0f0, #cccccc); /* mozilla */
        background: -webkit-gradient(linear, center top, center bottom, from(#f0f0f0), to(#cccccc)); /* Webkit */

}

.btn_c2 a:hover{
	padding-top:2px;
	padding-bottom:2px;
	padding-left:10px;
	padding-right:10px;
	-moz-border-radius: 10px;    /* 古いFirefox */
	-webkit-border-radius: 10px; /* 古いSafari,Chrome */
	border-radius: 10px;         /* CSS3 */
	color:#333333;
	border:1px solid #999999;
	text-decoration:none;
	background-color: #cccccc;
        background: -moz-linear-gradient(top, #cccccc, #f0f0f0); /* mozilla */
        background: -webkit-gradient(linear, center top, center bottom, from(#cccccc), to(#f0f0f0)); /* Webkit */

}



.sekou_img_area1{
	margin-bottom:10px;
}

.sekou_img_area2{
	margin-bottom:20px;
	clear:both;
}

.sekou_img_area2_left{
	float:left;
	width:370px;
}

.sekou_img_area2_right{
	float:right;
	width:370px;
}

.sekou_img_area3{
	text-align:center;
	margin-bottom:20px;
	clear:both;
}

.sub_bg{
	background-image:url(./images/sub_bg.jpg);
	background-position: right bottom;
	background-repeat:no-repeat;

}

.img_left{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}

.sekou p{
	margin-left:210px;
}





.youto ul li {
	margin-left:20px;
	position: relative;
}
.youto ul li::after,
ul li::before {
	display: block;
	content: '';
	position: absolute;
}
.youto ul li::after {
	top: .35em;
	left: -1.2em;
	width: 14px;
	height: 14px;
	background-color: #3498db;
	border-radius: 100%;
}
.youto ul li::before {
	z-index: 2;
	top: .625em;
	left: -.975em;
	width: 4px;
	height: 4px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}







/* .slideShow
------------------------- */
.slideShow {
	margin: 0 auto;
	text-align: left;
	display: none;
}

/* .mainView
------------------------- */
.slideShow .mainView {
	width: 100%;
	position: relative;
	overflow: hidden;
}
.slideShow .mainView ul {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slideShow .mainView ul li {
	top: 0;
	left: 0;
	width: 100%;
	position: absolute;
}
.slideShow .mainView ul li img {
	width: 100%;
}

/* .thumbNail
------------------------- */
.slideShow .thumbNail {
	width: 100%;
	overflow: hidden;
}

.slideShow .thumbNail ul {
	width: 110%;
}

.slideShow .thumbNail ul li {
	float: left;
	display: inline;
	overflow: hidden;
	cursor: pointer;
}

.slideShow .thumbNail ul li img {
	width: 100%;
}

.slideShow .thumbNail ul li.active {
	filter: alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}

/* sideNavi
------------------------- */
.slideShow .mainView .btnPrev,
.slideShow .mainView .btnNext {
	top: 0;
	width: 5%;
	height: 100%;
	position: absolute;
	z-index: 100;
}
.slideShow .mainView .btnPrev {
	left: 0;
	background: #ccc url(./images/btnPrev.png) no-repeat center center;
}
.slideShow .mainView .btnNext {
	right: 0;
	background: #ccc url(./images/btnNext.png) no-repeat center center;
}


/* =======================================
	ClearFixElements
======================================= */
.slideShow ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.slideShow ul {
	display: inline-block;
	overflow: hidden;
}

.setsumei{
	display:none;
}



.top_box_left1{
	width:370px;
	height:130px;

	float:left;
	margin-top:5px;
	border:1px solid #cccccc;
	background-color:#ffffdf;
}

.top_box_right1{
	width:370px;
	height:130px;
	float:left;
	margin-left:5px;
	margin-top:5px;

	border:1px solid #cccccc;
	background-color:#ffffdf;

}


.top_box_left2{
	width:370px;
	height:130px;

	float:left;
	margin-top:5px;
	border:1px solid #cccccc;
	background-color:#ffffdf;
}

.top_box_right2{
	width:370px;
	height:130px;
	float:left;
	margin-left:5px;
	margin-top:5px;

	border:1px solid #cccccc;
	background-color:#ffffdf;

}


.top_box_left3{
	width:370px;
	height:130px;

	float:left;
	margin-top:5px;
	border:1px solid #cccccc;
	background-color:#ffffdf;
}

.top_box_right3{
	width:370px;
	height:130px;
	float:left;
	margin-left:5px;
	margin-top:5px;

	border:1px solid #cccccc;
	background-color:#ffffdf;

}


.top_box_left4{
	width:370px;
	height:60px;

	float:left;
	margin-top:5px;
	border:1px solid #cccccc;
	background-color:#ffffdf;
}

.top_box_right4{
	width:370px;
	height:60px;
	float:left;
	margin-left:5px;
	margin-top:5px;

	border:1px solid #cccccc;
	background-color:#ffffdf;

}

.top_text {
padding-left:1em;
text-indent:-1em;
margin-left:10px;
}


.m_text{
	margin-left:10px;
	margin-top:5px;
	background-image: url(./images/komari.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	height:26px;
	font-size:16px;
	line-height:26px;
	color:#009900;
}

.m_text2{
	margin-left:10px;
	margin-top:5px;
	background-image: url(./images/komari.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	height:26px;
	font-size:16px;
	line-height:26px;
	color:#ef5eb3;
}

.m_text3{
	margin-left:10px;
	margin-top:5px;
	background-image: url(./images/komari.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 30px;
	height:26px;
	font-size:16px;
	line-height:26px;
	color:#000066;
}

/*
.button_d {
	display: inline-block;
	width: 100%;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;


	position: relative;
	z-index: 2;
	background-color: #ffffff;
	border-top: 1px solid #0066ff;
	border-right: 1px solid #0066ff;
	border-bottom: 1px solid #0066ff;
	border-left: 6px solid #0066ff;

	color: #333333;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
}


.button_d:hover {
	background-color: #fff;
	border-color: #0066ff;
	color: #0066ff;
}



.button_d::before,
.button_d::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';


	top: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
	background-image:url(./images/side_navi_bg.png);
	background-position:left top;

}

.button_d::before {
	right: 0;
}
.button_d::after {
	left: 0;
}


.button_d,
.button_d::before,
.button_d::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button_d:hover::before,
.button_d:hover::after {
	width: 0;
	background-color: #ebf8ff;
}
*/



.button_d {
	display: inline-block;
	width: 100%;
	height: 70px;
	text-align: center;
	text-decoration: none;
	line-height: 70px;
	outline: none;


	position: relative;
	z-index: 2;
	background-color: #ffffff;
	border-top: 1px solid #663300;
	border-right: 1px solid #663300;
	border-bottom: 1px solid #663300;
	border-left: 6px solid #663300;

	color: #ffffff;
	margin-bottom:5px;
	font-weight:bold;
	font-size:16px;
}


.button_d:hover {
	background-color: #fff;
	border-color: #663300;
	color: #663300;
}



.button_d::before,
.button_d::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';


	top: 0;
	width: 50%;
	height: 100%;
	background-color: #ffffff;
	background-image:url(./images/side_navi_bg2.png);
	background-position:left top;

}

.button_d::before {
	right: 0;
}
.button_d::after {
	left: 0;
}


.button_d,
.button_d::before,
.button_d::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.button_d:hover::before,
.button_d:hover::after {
	width: 0;
	background-color: #ebf8ff;
}





.red3{
	color:#ff0000;
}

#fnavi {
text-align:center;
margin-bottom:20px;
font-size:80%;
}
#fnavi li {
display:inline;
padding-left:10px;
padding-right:5px;
border-left:1px solid #cccccc;
}
#fnavi li:first-child {
border-left:none;
}


.fixed{
    position:fixed;
   top: 0px; 
}



.m_side{
	display:none;
}

.area_text{
	display:none;
}

.post-date{
	text-align:right;
}


.photo_g_left{
	float:left;
	width:350px;
	text-align:center;
	margin-bottom:20px;
}

.photo_g_right{
	float:right;
	width:350px;
	text-align:center;
	margin-bottom:20px;


}

.floor_guide{
	margin-bottom:20px;
}


/*　You Tubeからの読み込み　ここから（汎用的に使用可）　*/
.video{
	position:relative;
	height:0;
	padding:30px 0 56.25%;
	overflow:hidden;
}

.video iframe{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/*　You Tubeからの読み込み　ここまで（汎用的に使用可）　*/

.video_margin{
	height:20px;
}



#movie_navi{
	width:100%;
}
#movie_navi ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}
#movie_navi ul li{
	font-weight:bold;
	margin-top:6px;
	font-size:18px;
}
#movie_navi ul li a{
	text-decoration:none;
	display:block;
	-webkit-transition:0.5s;
	transition:0.5s;
	line-height:34px;
	text-indent:45px;
}


.movieicon a{
	background-image:url(./images/movie-icon.png);
	background-position:left top;
	background-repeat:no-repeat;
}



.imageicon a{
	background-image:url(./images/image-icon.png);
	background-position:left top;
	background-repeat:no-repeat;
}



.dataicon a{
	background-image:url(./images/data-icon.png);
	background-position:left top;
	background-repeat:no-repeat;
}



.musicicon a{
	background-image:url(./images/music-icon.png);
	background-position:left top;
	background-repeat:no-repeat;
}



.temporaryicon a{
	background-image:url(./images/temporary-icon.png);
	background-position:left top;
	background-repeat:no-repeat;
}


#music-menu1{
	width:100%;
}
#music-menu1 ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}
#music-menu1 ul li{
	width:30%;
	font-weight:bold;
	/*display:inline;:*/
	float:left;
}
#music-menu1 ul li a{
	text-decoration:none;
	display:block;
	-webkit-transition:0.5s;
	transition:0.5s;
	line-height:30px;
	text-indent:35px;
}

#music-menu2{
	width:100%;
	margin-top:10px;
}

#music-menu2 ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}

#music-menu2 ul li{
	width:30%;
	font-weight:bold;
	/*display:inline;:*/
	float:left;
}

#music-menu2 ul li a{
	text-decoration:none;
	display:block;
	-webkit-transition:0.5s;
	transition:0.5s;
	line-height:30px;
	text-indent:35px;
}

#music-menu3{
	width:100%;
	margin-top:10px;
}

#music-menu3 ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}

#music-menu3 ul li{
	width:30%;
	font-weight:bold;
	/*display:inline;:*/
	float:left;
}

#music-menu3 ul li a{
	text-decoration:none;
	display:block;
	-webkit-transition:0.5s;
	transition:0.5s;
	line-height:30px;
	text-indent:35px;
}

#music-menu4{
	width:100%;
	margin-top:10px;
}

#music-menu4 ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}

#music-menu4 ul li{
	width:30%;
	font-weight:bold;
	/*display:inline;:*/
	float:left;
}

#music-menu4 ul li a{
	text-decoration:none;
	display:block;
	-webkit-transition:0.5s;
	transition:0.5s;
	line-height:30px;
	text-indent:35px;
}

#music-menu5{
	width:100%;
	margin-top:10px;
}

#music-menu5 ul{
	list-style-type:none;
	width:100%;
	margin:0;
	padding:0;
}

#music-menu5 ul li{
	width:30%;
	font-weight:bold;
	/*display:inline;:*/
	float:left;
}

#music-menu5 ul li a{
	text-decoration:none;
	display:block;
	-webkit-transition:0.5s;
	transition:0.5s;
	line-height:30px;
	text-indent:35px;
}

.nongenre a{
	background-image:url(./images/30nongenre.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.song a{
	background-image:url(./images/30song.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.popular a{
	background-image:url(./images/30popular.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

/*　ミュージックの部屋　ジャンル選択のメニュー設定　ここまで　*/

/*　ミュージックの部屋　ジャンル選択のメニュー設定　個別のアイコン　ここから　*/
.kayoukyoku a{
	background-image:url(./images/30kayoukyoku.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.lovesong a{
	background-image:url(./images/30lovesong.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.moodkayou a{
	background-image:url(./images/30moodkayou.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.pops a{
	background-image:url(./images/30pops.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.filmmusic a{
	background-image:url(./images/30filmmusic.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.heartsong a{
	background-image:url(./images/30heartsong.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.enka a{
	background-image:url(./images/30enka.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.classic a{
	background-image:url(./images/30classic.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.gotouti a{
	background-image:url(./images/30gotouti.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.animation a{
	background-image:url(./images/30animation.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.xmas a{
	background-image:url(./images/30xmas.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

.birthday a{
	background-image:url(./images/30birthday.gif);
	background-position:left top;
	background-repeat:no-repeat;
}




