/* CSS Document */


/*基本部品
------------------------------------------------------------*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/*---本文---*/
p {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 1.6em;
	margin-left: 0;
}
p:last-child {
	margin-bottom: 0em;
}
/*---リンク文字設定---*/
a {
	text-decoration: none;
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #009dd3;
}
a:active {
	color: #009dd3;
}
/*---画像---*/

img.crisp-edges {/*画像がレティーナでモヤっとするのを防ぐ*/
	image-rendering: optimizeSpeed;
// Legal fallback image-rendering:-moz-crisp-edges;
// Firefox image-rendering:-o-crisp-edges;
// Opera image-rendering:-webkit-optimize-contrast;
// Chrome, Safari image-rendering:crisp-edges;
// CSS3 Proposed -ms-interpolation-mode:bicubic;
// IE8+
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;/*画像の下のすきま防止*/
}
a img {
	max-width: 100%;
	height: auto;
	background: none!important;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	-moz-opacity: 0.70;
	background: none!important;/**/
}
.img-boader {
	border: 1px solid #eeeeee;
}


/*youtube*/
.youtube {
	position: relative;
	padding-bottom: 52%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*---区切り線---*/
hr {
	height: 1px;
	margin: 0;
	padding: 0;
	background-color: #eeeeee;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;	/*--*/
}
@media only screen and (min-width: 569px) {/*569px以上*/
hr {
	margin-top: 50px;
	margin-bottom: 50px;
}
}
/*---アンダーライン付き文字　ポイント---*/
.point_1 {
	color: #000;
	font-weight: bolder;
	background: linear-gradient(transparent 60%, #ffff99 60%);
}
/*---文字の大きさ設定---*/
.txt_b {
	font-weight: bolder;
	font-size: 2em;
	line-height: 2em;
}
.txt_s {
	font-size: 0.8em;
}
.txt_s_gray {
	font-size: 0.8em;
	color: #999;
	line-height: 1.2!important;/*単位を入れない*/
	margin-bottom: 10px;
}
.panel-c.txt_s, .panel-d.txt_s, .panel-e.txt_s {
	line-height: 1.4;/*単位を入れない*/
	color: #999;
}
.txt_bold {
	font-weight: bolder;
}
.txt_blue {
	color: #009dd3!important;
	font-weight: bolder;
}



.txt_caption {
	color: #009dd3!important;
	font-size: 0.8em;
	line-height: 1.4;/*単位を入れない*/
	margin-top: 5px;
	
}


/*---テーブル---*/
table {
	line-height: 1.5em!important;
	padding: 0;
	margin-top: 0;
	margin-bottom: 30px;
	margin-right: 0;
	margin-left: 0;
	border-collapse: collapse;
	background-color: #FFF;
	/**/	
	box-shadow: rgba(205, 205, 205, 0.25) 0px 1px 5px 0;
}
th {
	color: #009dd3;
	vertical-align: top;
	text-align: left;
	padding: 10px;
	background-color: #f8f9fa;
	border: 1px solid #e0e0e0;
	font-weight: bolder;
}
td {
	vertical-align: top;
	padding: 10px;
	border: 1px solid #e0e0e0;
	background-color: #FFF;
}

/*テーブルのスマホ版　<table width="100%" class="tblol">をつけたものだけ反映*/

@media only screen and (max-width:1024px) {/*1024px以下*/
.tblol th, .tblol td {
	width: auto;
	display: block;
	border-top: none;
}
.tblol tr:first-child th {
	border-top: 1px solid #e0e0e0;
}
}
/*--- 数字つきリスト---*/

.list1 ol {
	counter-reset: li;    /* li のカウンタを 0 にセット */
	list-style: none;
	padding: 0;
	font-weight: bolder;
}
.list1 ol li:before {
	color: #009DD2;
	font-weight: bold;
	counter-increment: li;   /* li の数を一つずつ増加 */
	content: counter(li) ".　";          /* 数を表示 */
}
.list1 ol li { /*2行目の頭をそろえるもの*/
	text-indent: -2em;
	padding-left: 2em;
}
/*---ポチつきリスト---*/
.list2 ul {
	list-style: none;
	padding: 0;
	font-weight: bolder;
}
.list2 ul li:before {
	color: #009DD2;
	font-weight: bold;
	content: "・　";
}
.list2 ul li {  /*2行目の頭をそろえるもの*/
	text-indent: -2em;
	padding-left: 2em;
}
/*------*/
.moving a {
	padding-left: 30px;
	line-height: 22px;
	padding-top: 0;
	padding-bottom: 5px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
	background-image: url(../img/arrow.svg);
	background-repeat: no-repeat;
	display: block;
	clear: both;
	overflow: hidden;
	color: #EA613B!important;
}
.moving a:hover {
	color: #EFB836!important;
}
/*--左側--*/

article .btn_more a {
	max-width: 250px;
	color: #fff!important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	display: block;
	clear: both;
	border: 1px solid #EA613B;
	background-color: #EA613B;
	transition: 0.3s;/*ふわっとなる*/
	overflow: hidden;
	/* box-shadow */
	box-shadow: rgba(205, 205, 205, 1) 0px 1px 5px 0;
	border-radius: 5px;
	margin-bottom: 20px;
}
article .btn_more a:hover {
	color: #EA613B!important;
	border: 1px solid #EA613B;
	background-color: #FCEEDC
}
/*--右側--*/
aside .btn_more {
	width: 100%;
}
aside .btn_more a {
	font-size: 24px;
	line-height: 1.4;/*単位を入れない*/
	width: 100%;
	color: #fff!important;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
	clear: both;
	border: 1px solid #009DD2;
	background-color: #009DD2;
	transition: 0.3s;/*ふわっとなる*/
	overflow: hidden;
	border-radius: 5px;
	margin-bottom: 20px;
	/* box-shadow */
	box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 5px 0;
}
aside .btn_more a:hover {
	color: #009DD2!important;
	border: 1px solid #009DD2;
	background-color: #D5F4FF
}
/*細かな調整用
------------------------------------------------------------*/
/*---スマホ（タブレット）とPCで表示切替---*/
.pc {
	display: none;
}
.sp {
	display: block;
}
@media only screen and (min-width: 569px) {/*569px以上*/
.pc {
	display: block;
}
.sp {
	display: none;
}
}
/*---左寄せ・右寄せ・中央---*/
.fl {
	float: left;
	margin-right: 4%;
}
.fr {
	float: right;
	margin-left: 4%;
}
.center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}
.both {
	clear: both;
}
/*---上の余白---*/

.top_0-37 {
	margin-top: 0;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.top_0-37 {
	margin-top: 37px;
}
}
.top_10 {
	margin-top: 10px;
}
.top_15 {
	margin-top: 15px;
}
.top_20 {
	margin-top: 20px;
}
.top_25 {
	margin-top: 25px;
}
.top_30 {
	margin-top: 30px;
}
.top_20-37 {
	margin-top: 20px;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.top_20-37 {
	margin-top: 37px;
}
}
.top_40 {
	margin-top: 40px;
}
.top_50 {
	margin-top: 50px;
}
.top_60 {
	margin-top: 60px;
}
.top_70 {
	margin-top: 70px;
}
/*---下の余白---*/
.und_10 {
	margin-bottom: 10px;
}
.und_15 {
	margin-bottom: 15px;
}
.und_20 {
	margin-bottom: 20px;
}
.und_25 {
	margin-bottom: 25px;
}
.und_20-37 {
	margin-bottom: 20px;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.und_20-37 {
	margin-bottom: 37px;
}
}
.und_30 {
	margin-bottom: 30px;
}
.und_37 {
	margin-bottom: 37px;
}
.und_40 {
	margin-bottom: 40px;
}
.und_50 {
	margin-bottom: 50px;
}
.und_60 {
	margin-bottom: 60px;
}
.und_70 {
	margin-bottom: 70px;
}
.pct_80 {
	width: 80%;
}
/*==========================================================*/


/*body
------------------------------------------------------------*/

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	line-height: 1.6;/*単位を入れない*/
	background-color: #131313;
	/*スマホで横向きにしても文字がいい感じになる*/
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-o-text-size-adjust: 100%;
	text-size-adjust: 100%;
	background-image: url(../img/bg1.png);

}
@media only screen and (min-width: 569px) {/*569px以上*/
body {
	font-size: 16px;/*16px＝100%=1em,14px=88%　サイト全体の基準となる文字の大きさ*//*line-height: 2.0;単位を入れない*/
	line-height: 1.8;/*単位を入れない*/
}
}
/*ナビレイアウト
------------------------------------------------------------
nav.css*/


/*コンテンツレイアウト
------------------------------------------------------------*/


/*---左<article>右<aside>を包むもの---*/
main {
	max-width: 1000px;
	height: auto;
	width: 96%;
	/*padding-right: 2%;
	padding-left: 2%;*/
	
	margin-right: auto;
	margin-left: auto;
	clear: both;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*--左側--*/

article {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
article {
	max-width: 660px;
	width: 66%;
	float: left;
	margin-bottom: 0;
}
}
#contents article {
	border-radius: 2px;
	background-color: #FFF;
}
/*---リンク文字設定---*/
#contents article a {
	text-decoration: none;
	color: #EA613B;
}
#contents article a:visited {
	color: #EA613B;
}
#contents article a:hover {
	color: #EFB836;
}
#contents article a:active {
	color: #EFB836;
}
/*--右側--*/

aside {
	width: 100%;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
aside {
	max-width: 300px;
	width: 30%;
	float: left;
	margin-left: 4%;
}
}
/*---段落ごと囲むもの---*/
section {
	width: auto;
	height: auto;
	padding-right: 2%;
	padding-left: 2%;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0;
	clear: both;
	overflow: hidden;
}
section:first-child {
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
section {
	max-width: 1040px;
	padding-bottom: 37px;
}
section:first-child {
}
}
/*---見出し---*/
/*h1はsite-idにはふらない*/
#top h1, #contents .naka_main {/*タイトル画像*/
	width: 100%;
	padding: 0;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-color: #000;
	top: 0;
	text-align: center;
}
#top h1 img, #contents .naka_main img {
	max-width: 1920px;/*max-width: 1400px;*/
	width: 100%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#contents h1 {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 20px;
	clear: both;
	display: block;
	background-color: #F2F5F7;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-radius: 5px 5px 0px 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #5BB2D1;
	overflow: hidden;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f2f5f7+2,ffffff+100 */
	background: #f2f5f7; /* Old browsers */
	background: -moz-linear-gradient(top, #f2f5f7 2%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f2f5f7 2%, #ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f2f5f7 2%, #ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f7', endColorstr='#ffffff', GradientType=0 ); /* IE6-9 */
}
#contents h1 .mark {
	width: 15%;
	float: left;
}
#contents h1 .mark img {
	width: 100%;
	height: auto;
}
#contents h1 .txt {
	width: 73%;
	float: left;
	margin-left: 2%;
}
h2 {
	font-family: "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro W6", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	margin-bottom: 15px;
	clear: both;
}
/**/
#top article h2, #top aside h2, #contents aside h2 {
	color: #fff;
	border-left-width: 6px;
	border-left-style: solid;
	border-left-color: #009dd3;
}
#contents article h2 {
	color: #fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#009dd3+0,5cb3d1+100 */
	background-color: #009dd3;
	background: #009dd3; /* Old browsers */
	background: -moz-linear-gradient(left, #009dd3 0%, #5cb3d1 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #009dd3 0%, #5cb3d1 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #009dd3 0%, #5cb3d1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dd3', endColorstr='#5cb3d1', GradientType=1 ); /* IE6-9 */
}
h3 {
	font-size: 18px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #97cbf1;
	clear: both;
	background-color: #E9F3FC;
	font-weight: bolder;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-bottom: 15px;
}
h4 {
	font-size: 18px;/*padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 15px;*/
}
h5 {
	font-size: 16px;
	font-weight: bolder;
	color: #009DD2;
}
 @media only screen and (min-width: 569px) {/*569px以上*/
#contents h1 {
	font-size: 38px;
	line-height: 1.4;/*単位を入れない*//*margin-bottom: 37px;*/
}
h2 {
	font-size: 24px;
	line-height: 1.4;/*単位を入れない*/
	margin-bottom: 25px;
}
#top article h2, #top aside h2, #contents aside h2 {
	text-align: center;
	border-left-width: 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #009dd3;/**/
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
}
/*---詳細ページのリード---*/
.lead {
	color: #009DD2;
	margin-bottom: 20px;
	font-weight: bold;
}
/*---詳細ページのキャッチコピー---*/
.catch {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
	font-weight: bold;
}
@media only screen and (min-width: 569px) {/*569px以上*/
.catch {
	font-size: 20px;
}
}
/*---カラム---*/

/*カラムスマホ1列　PC1列　*/
.col_s1 {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 20px;
}
.col_s1 img {
	width: 100%;
	height: auto;
}
/*カラムスマホ1列　PC2列　（ギャラリー動画や2カラム用）*/
.col_s1-l2 {
	margin-left: auto;
	margin-right: auto;/*clear: both;*/
}
.col_s1-l2 ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.col_s1-l2 ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s1-l2 ul li {
	width: 100%;
	margin-bottom: 20px;
	list-style-type: none;
	margin-top: 0;
}
.col_s1-l2 img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 769px) {/*769px以上*/
.col_s1-l2 ul {
}
/*.col_s1-l2 ul:last-child {
	margin-bottom: 0;
}*/
.col_s1-l2 ul li {
	width: 49%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
}
.col_s1-l2 ul li:first-child {
	margin-left: 0;
}
}
/*カラムスマホ2列　PC2列　（関連バナー2カラム用）*/
.col_s2-l2 {
	margin-left: auto;
	margin-right: auto;/*clear: both;*/
}
.col_s2-l2 ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 20px;
}
.col_s2-l2 ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s2-l2 ul:last-child {
	margin-bottom: 0;
}
.col_s2-l2 ul li {
	width: 49%;
	margin-left: 0;
	margin-right: 2%;
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	list-style-type: none;
}
.col_s2-l2 ul li:nth-child(even) {
	margin-right: 0;/*★*/
}
.col_s2-l2 img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 769px) {/*769px以上*/
.col_s2-l2 ul {
	margin-bottom: 37px;
}
}
/*カラムスマホ2列　PC4列 （PICK UPや関連リンク用）*/
.col_s2-l4 {
	font-size: 10px;
	line-height: 13px;
	margin-left: auto;
	margin-right: auto;
}
.col_s2-l4 ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.col_s2-l4 ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s2-l4 ul:last-child {
	margin-bottom: 0;
}
.col_s2-l4 ul li {
	width: 49%;
	margin-left: 0;
	margin-right: 2%;/*★*/
	margin-top: 0;
	margin-bottom: 20px;
	float: left;
	list-style-type: none;
}
.col_s2-l4 ul li:nth-child(even) {
	margin-right: 0;/*★*/
}
.col_s2-l4 img {
	width: 100%;
	height: auto;
	margin-bottom: 3px;/*写真と文字が近いので*/
}
@media only screen and (min-width: 569px) {/*569px以上*/
.col_s2-l4 {
	font-size: 16px;
	line-height: 22px;
}
}
@media only screen and (min-width: 769px) {/*769px以上*/
.col_s2-l4 ul {
	margin-bottom: 37px;
}
.col_s2-l4 ul li {
	width: 23.5%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.col_s2-l4 ul li:first-child {
	margin-left: 0;/*★*/
}
.col_s2-l4 img {
	margin-bottom: 7px;/*写真と文字が近いので*/
}
}
/*カラムスマホ2列　PC6列　（ギャラリーの細かい写真用）*/
.col_s2-l6 {
	margin-left: auto;
	margin-right: auto;
}
.col_s2-l6 ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.col_s2-l6 ul:after {/*overflow: hidden;の代わりに.clearfix:after*/
	content: "";
	clear: both;
	display: block;
}
.col_s2-l6 ul li {
	width: 49%;
	margin-left: 0;
	margin-right: 2%;
	margin-top: 0;
	margin-bottom: 20px;
	float: left;
	list-style-type: none;
}
.col_s2-l6 ul li:nth-child(even) {
	margin-right: 0;/*★*/
}
.col_s2-l6 img {
	width: 100%;
	height: auto;
}
@media only screen and (min-width: 769px) {/*769px以上*/
.col_s2-l6 ul {
	margin-bottom: 37px;
}
.col_s2-l6 ul:last-child {
	margin-bottom: 0;
}
.col_s2-l6 ul li {
	width: 15%;
	margin-left: 2%;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}
.col_s2-l6 ul li:first-child {
	margin-left: 0;
}
}
/*--2ワクのセット--*/
.set2 {
	margin-bottom: 20px;
	clear: both;
	overflow: hidden;
}
.set2 .con {
	float: left;
	width: 49%;
	margin-left: 2%;
}
.set2 .con:first-child {
	margin-left: 0;
}
@media only screen and (min-width: 769px) {/*769px以上*/
.set2 {
	margin-bottom: 37px;
}
}
/*---パネル---*/
/*pickupや関連リンク用*/
.panel-a {
	width: auto;
	overflow: hidden;
	padding: 0;
	height: auto;
	background-color: #1f1f1f;
	/* box-shadow */
	box-shadow: 1px 1px 2px 1px #000;
	-moz-box-shadow: 1px 1px 2px 1px #000;
	-webkit-box-shadow: 1px 1px 2px 1px #000;
}
a>.panel-a {
}
a>.panel-a:hover {
	transition: 0.3s;/*ふわっとなる*/
	background-color: #373737;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.panel-a {
}
}
/*お知らせ一覧用*/
.panel-b {
	width: auto;
	margin: 0;
	overflow: hidden;
	padding: 3%;
	/* box-shadow */
	box-shadow: 1px 1px 2px 1px #000;
	-moz-box-shadow: 1px 1px 2px 1px #000;
	-webkit-box-shadow: 1px 1px 2px 1px #000;
}
a>.panel-b {
	background-color: #1f1f1f;
}
a>.panel-b:hover {
	background-color: #373737;
	transition: 0.3s;/*ふわっとなる*/
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.panel-b {
	padding: 20px;
}
}
/*コンテンツのスペックなど*/
.panel-c {
	width: auto;
	overflow: hidden;
	padding: 3%;
	background-color: #fff;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;	/* box-shadow 
	box-shadow: 1px 1px 2px 1px #000;
	-moz-box-shadow: 1px 1px 2px 1px #000;
	-webkit-box-shadow: 1px 1px 2px 1px #000;*/
	border: 1px solid #E9F3FC;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.panel-c {
	padding: 20px;
}
}
/*コンテンツのおすすめ内容など*/
.panel-d {
	width: auto;
	overflow: hidden;
	padding: 3%;
	background-color: #E9F3FC;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;	/* box-shadow 
	box-shadow: 1px 1px 2px 1px #000;
	-moz-box-shadow: 1px 1px 2px 1px #000;
	-webkit-box-shadow: 1px 1px 2px 1px #000;*/
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.panel-d {
	padding: 20px;
}
}
/*コンテンツの説明など*/
.panel-e {
	width: auto;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	overflow: hidden;
	padding: 3%;
	background-color: #F2F2F2;/* box-shadow 
	box-shadow: 1px 1px 2px 1px #000;
	-moz-box-shadow: 1px 1px 2px 1px #000;
	-webkit-box-shadow: 1px 1px 2px 1px #000;*/
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.panel-e {
	padding: 20px;
}
}
/*お知らせ*/
.info1, .info2 {
	padding: 0;
	line-height: 1.4em;
	width: 100%;
	display: block;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
}
.info1 .img1, .info2 .img1 {
	float: left;
	width: 30%;
	margin: 0;
}
.info1 .img2, .info2 .img2 {
	float: left;
	width: 12%;
	margin-left: 3%;
	overflow: hidden;
}
.info1 .txt1, .info2 .txt1 {
	width: 67%;
	float: left;
	margin-left: 3%;
	overflow: hidden;
}
.info1 .txt2, .info2 .txt2 {
	width: 52%;
	float: left;
	margin-left: 3%;
	overflow: hidden;
}
.info1 ul, .info2 ul {
	padding: 0;
}
.info1 ul li, .info2 ul li {
	width: 100%;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
.info1 {
	font-size: 24px;
}/**/
.info1 .img1, .info2 .img1 {
	width: 38%;
}
.info1 .img2, .info2 .img2 {
}
.info1 .txt1, .info2 .txt1 {
	width: 59%;
}
.info1 .txt2, .info2 .txt2 {
	width: 44%;
}
.info2 .txt1, .info2 .txt2 {
	font-size: 0.8em;
}
}
/*---ページの先頭へ---*/
#page-top {
	z-index: 1000;
	position: fixed;
	bottom: 0;
	right: 10px;
	display: none;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: block;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	box-shadow: 0px 1px 5px rgba(000,000,000,0.1);
	background-color: #fff;
}
#page-top a:after {
	display: block;
	content: "";
	position: absolute;
	top: 20px;
	right: 15px;
	width: 15px;
	height: 15px;
	border-top: solid 5px #000;
	border-left: solid 5px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*---footer---*/


	
footer {
	font-size: 10px;
	color: #fff;
	background-color: #000;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 20px;
}
@media only screen and (min-width: 1025px) {/*1025px以上*/
footer {
	font-size: 12px;
	padding-top: 37px;
	padding-bottom: 37px;
}
}
}
 @media only screen and (min-width: 1921px) {/*1921px以上*/
footer {
	font-size: 14px;
}
}
footer .f-container {
	max-width: 1920px;/*max-width: 1400px;*/
	margin-right: auto;
	margin-left: auto;
	width: auto;
	height: auto;
	padding-right: 2%;
	padding-left: 2%;
}
.copyr {
	text-align: center;
	margin-bottom: 20px;
}
.copyr a {
	color: #fff!important;
	width: auto;
}
.copyr a:hover {
	color: #93DEFF!important;
}
