@charset "utf-8";


/*全体の設定　仕上げ時backgroundを#f7fff7に変更　D7E58C
---------------------------------------------------------------------------*/
body {
	color: #333333;	/*全体の文字色*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";	/*文字サイズ、行間、フォント指定*/
	background: #f7fff7;
}
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;
}

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

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	max-width: 980px;	/*最大幅を980pxまでに設定*/
	margin: 10px auto 50px;
}

/*トップページのスライドショー
---------------------------------------------------------------------------*/
#mainimg {
	max-width: 1400px;	/*最大幅を1200pxまでに設定*/
	height: auto;
	margin: 0px auto;
	position: relative;
}
#mainimg img {
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	height: auto;
	width: 100%;
	position: relative;
}
#slide_image2 {
	z-Index:1;
	height: auto;
	width: 100%;
	position: absolute;
	left:0px;
	top:0px;
}


/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	background: #FFF url(../images/none.png) no-repeat center top;	/*背景画像と背景色（※古いブラウザ用）*/
	background: url(../images/none.png) no-repeat center top, -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#f7fff7));	/*グラデーション*/
	background: url(../images/none.png) no-repeat center top, -webkit-linear-gradient(#FFF 60%, #f7fff7);	/*同上*/
	background: url(../images/none.png) no-repeat center top, linear-gradient(#FFF 60%, #f7fff7);			/*同上*/
}
/*ヘッダーブロックの中*/
header .inner {
	width: 997px;	/*ブロック幅*/
	height: 50px;	/*ブロックの高さ*/
	position: relative;
	margin: 0px auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 20px;	/*innerに対して左から20pxの場所に配置*/
	top: 0px;	/*innerに対して上から24pxの場所に配置*/
	width: 300px;
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#manubar {
	float: right;	/*右側にまわりこませる*/
	margin-top: 5px;
}
/*メニュー１個ごとの設定*/
#manubar ul li {
	float: left;		/*左にまわりこませる*/
	margin-left: 5px;	/*メニュー間の隙間*/
}
#manubar ul li a {
	background: #2E464C;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#5F9199), to(#2E464C));	/*グラデーション*/
	background: -webkit-linear-gradient(#5F9199, #2E464C);	/*同上*/
	background: linear-gradient(#5F9199, #2E464C);			/*同上*/
	text-decoration: none;
	display: block;
	width: 160px;	/*メニュー幅*/
	line-height: 40px;	/*メニューの高さ*/
	text-align: center;
	-webkit-transition: 0.5s;	/*マウスオン時の移り変わるまでの時間設定。0.5秒。*/
	transition: 0.5s;			/*同上*/
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 0px 0px #49737A, 0px 0px 10px #1F2F33 inset;	/*影の設定*/
	box-shadow: 0px 0px 0px 0px #49737A, 0px 0px 10px #1F2F33 inset;			/*同上*/
	text-shadow: 0px -1px #1F2F33;	/*テキストの影。左右への設定、上下への設定、色設定。*/
}
/*マウスオン時の設定*/
#manubar ul li a:hover {
	background: #3E5E66;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#3E5E66), to(#79B8BF));	/*グラデーション*/
	background: -webkit-linear-gradient(#3E5E66, #79B8BF);	/*同上*/
	background: linear-gradient(#3E5E66, #79B8BF);			/*同上*/
	color: #FFF;	/*文字色*/
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
/*めがねの背景画像*/
#main {
	width: 980px;	/*メインコンテンツ幅*/
	background: url(../images/img_megane.png) no-repeat left top;
}
/*mainコンテンツのh2タグ設定*/
#main h2 {
	font-size: 16px;	/*文字サイズ*/
	color: #333333;		/*文字色*/
	border-bottom: 3px solid #40636B;	/*下線の幅、線種、色*/
	padding-left: 15px;
	font-weight: bolder;	/*hタグの太字を標準にする設定。太字がいいならこの１行削除。*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	padding-left: 300px;	/*めがねを表示させる部分を空ける設定*/
    margin: 10px 0px 0px 0px;　/*NEW TOPICS上下の間隔。通常は30px、NEW TOPICSのすぐ下に特記事項を入れる場合は15px*/
}
#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 145px;	/*NEW TOPICSブロックの高さ標準は145px*/
	padding-left: 10px;
}
/*日付設定*/
#new dt {
	font-weight: bold;	/*太字にする設定。標準がいいならこの行削除。*/
    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
             white 1px -1px 0px, white -1px -1px 0px;
	float: left;
	width: 8em;
}
/*記事設定*/
#new dd {
    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
             white 1px -1px 0px, white -1px -1px 0px;
	border-bottom: 1px solid rgba(0,0,0,0.1);	/*下線の幅、線種、色*/
    box-shadow: 0 1px 0 rgba(255,255,255,1);
	padding-left: 8em;
}

/*NEW TOPICS　特記事項*/
#new p {
    text-shadow: white 1px 1px 0px, white -1px 1px 0px,
             white 1px -1px 0px, white -1px -1px 0px;
    box-shadow: 0 1px 0 rgba(255,255,255,1);
	line-height: 150%;
}

/*ボックスを囲うBOX*/
#main section.box {
	height: auto;	/*ボックスの高さ 横4→height190 横3→height190 */
	width: 100%;	/*ボックスの幅   横4→width205  横3→width280 */
	border-radius: 0px;	/*角丸のサイズ*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	padding: 0px;	/*ボックス内の余白*/
	float: left;
	padding-top: 0px ; 
	border:1px solid #40636B;
	margin: 15px 0px 0px 0px;　/*BOX外側の余白　通常は30px NEW TOPICS下に特記事項がある場合は15px*/
	position: relative;
	line-height: 1.5;
}
#main section.box h3 {
	clear: both;
	font-weight: none;	
	background: #2E464C;	/*背景色（古いブラウザ用）*/
	background: -webkit-gradient(linear, left top, left bottom, from(#5F9199), to(#2E464C));	/*グラデーション*/
	background: -webkit-linear-gradient(#5F9199, #2E464C);	/*同上*/
	background: linear-gradient(#5F9199, #2E464C);			/*同上*/
	font-size: 100%;
	font-weight: normal;
	color: #FFF;
	text-shadow: 0px -1px #1F2F33;	/*テキストの影。左右への設定、上下への設定、色設定。*/
	margin: 0px 0px 20px 0px;
	padding: 8px 30px;	/*上下、左右への余白*/
}
/*カラム内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list {
	height: auto;	/*ボックスの高さ 横4→height190 横3→height190 */
	width: 276.6px;	/*ボックスの幅   横4→width205  横3→width280 */
	border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);			/*同上*/
	background-color: #E7E6FF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E7E6FF));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #E7E6FF);	/*同上*/
	background-image: linear-gradient(#FFF, #E7E6FF);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 10px 1em;	/*横4→5px　横3→8px*/
	position: relative;
	line-height: 1.5;
}
/*ボックス内の段落タグ設定*/
#main section.list p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 90%;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main section.list h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 90%;
	padding: 0;
	border-radius: 0px;
	text-align: center;
	color: #006D7F;	/*文字色*/
	border-bottom: 1px solid #006D7F;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ボックス内の写真設定*/
#main section.list figure img {
	width: 100%;
	height: auto;
}
/*ふきだしアイコンの位置*/
#main section.list img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}

/*カラム内のブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list1 {
	height: auto;	/*ボックスの高さ 横4→height190 横3→height190 */
	width: 276.6px;	/*ボックスの幅   横4→width205  横3→width280 */
	border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 10px 1em;	/*横4→5px　横3→8px*/
	position: relative;
	line-height: 1.5;
}
/*ボックス内の段落タグ設定*/
#main section.list1 p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 90%;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main section.list1 h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 90%;
	padding: 0;
	border-radius: 0px;
	text-align: center;
	color: #350034;	/*文字色*/
	border-bottom: 1px solid #350034;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ボックス内の写真設定*/
#main section.list1 figure img {
	width: 100%;
	height: auto;
}
/*ふきだしアイコンの位置*/
#main section.list1 img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}

/*カラム内のブロック　キャンペーン以外の告知
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main section.list2 {
	height: 180px;	/*ボックスの高さ 横4→height190 横3→height190 */
	width: 195px;	/*ボックスの幅   横4→width205  横3→width280 */
	border-radius: 0px;	/*角丸のサイズ*/
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.2);	/*影の設定。それぞれ右へ、下へ、ぼかし幅、色の設定。*/
	box-shadow: 0px 2px 5px rgba(0,0,0,0.2);			/*同上*/
	background-color: #FFF;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e6e6e6));	/*グラデーション*/
	background-image: -webkit-linear-gradient(#FFF, #e6e6e6);	/*同上*/
	background-image: linear-gradient(#FFF, #e6e6e6);			/*同上*/
	padding: 15px;	/*ボックス内の余白*/
	float: left;
	margin: 0px 10px 1em;	/*横4→5px　横3→8px*/
	position: relative;
	line-height: 1.5;
}
/*ボックス内の段落タグ設定*/
#main section.list2 p {
	padding: 0px;
	color: #666;		/*文字色*/
	font-size: 90%;	/*文字サイズ*/
}
/*ボックス内のh1タグ設定*/
#main section.list2 h4 {
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 90%;
	padding: 0;
	border-radius: 0px;
	color: #350034;	/*文字色*/
	border-bottom: 1px solid #350034;	/*下線の幅、線種、色*/
	margin-bottom: 5px;
}
/*ボックス内の写真設定*/
#main section.list2 figure img {
	width: 100%;
	height: auto;
}
/*ふきだしアイコンの位置*/
#main section.list2 img.icon {
	position: absolute;
	top: -10px;	/*ボックスに対して上から-10pxの位置に配置*/
	right: 0px;	/*ボックスに対して右から0pxの位置に配置*/
}

/*フッター設定(copyrightなどが入った最下部ブロック)
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
}

/*その他
---------------------------------------------------------------------------*/

img {
	max-width: 100%;
	height: auto;
}
.newicon {
	background: #F00;
	color: #FFF;
	font-size: 10px;
    text-shadow: none;
	padding: 0px 5px;
	border-radius: 2px;
	margin: 0px 5px;
}

hr.styledown {
    border: 0;
    height: 1px;
	margin-bottom: 10px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}

/*フッターメニュー設定
---------------------------------------------------------------------------*/
ul#footermenu{
	clear: both;
	margin: 0px auto 30px;
	text-align: center;
	font-size: 12px;
}
ul#footermenu li{
	display: inline;
	padding: 0px 5px;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop{
	clear: both;
}
#pagetop a{
	color: #fff;		/*文字色*/
	font-size: 10px;	/*文字サイズ*/
	background: #999;	/*背景色*/
	text-decoration: none;
	text-align: center;
	width: 10em;	/*ボックス幅*/
	display: block;
	float: right;
}
/*マウスオン時*/
#pagetop a:hover{
	background: #fff;
	color: #999;
}

/*ここからタブレット用（481px～800px）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (min-width:481px) and (max-width:800px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 10px;	/*innerに対して左から20pxの場所に配置*/
	top: 0px;	/*innerに対して上から5pxの場所に配置*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#manubar {
	float: none;
	position: absolute;
	left: 5px;
	top: 45px;
	width: 99%;
	margin-left: 0.1%;
}
/*メニュー１個ごとの設定*/
#manubar ul li {
	width: 23.5%;
}
#manubar ul li a {
	width: 100%;
}

/*カラム内のブロック
---------------------------------------------------------------------------*/
ul.navmenu {
	font-size: 13px;
}

/*カラム内のブロック
---------------------------------------------------------------------------*/
/*ボックスを囲うBOX*/
#main section.box {
	width: 100%;
}
/*各ボックスの設定*/
#main section.list {
	height: 160px;	/*ボックスの高さ*/
	width: 46%;	/*ボックスの幅*/
	margin: 0px 2% 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*各ボックスの設定*/
#main section.list1 {
	height: 160px;	/*ボックスの高さ*/
	width: 46%;	/*ボックスの幅*/
	margin: 0px 2% 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*各ボックスの設定*/
#main section.list2 {
	height: 220px;	/*ボックスの高さ*/
	width: 46%;	/*ボックスの幅*/
	margin: 0px 2% 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 50px 10px;	
}

/*メインコンテンツ メガネ画像
---------------------------------------------------------------------------*/
#main {
	width: 100%;
	background: url(../images/img_megane.png) no-repeat right top;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	padding-left: 0px;
}

p.ps {
	font-size: 10px;
	line-height: 1.5;
}

}
/*ここからスマートフォン用（480px以下）環境の設定
---------------------------------------------------------------------------*/
/*表示を切り替えるウィンドウサイズの指定*/
@media (max-width : 480px){

/*ヘッダー（サイト名ロゴが入ったブロック）
---------------------------------------------------------------------------*/
/*ヘッダーブロックの中*/
header .inner {
	width: auto;
	height: 130px;
}
/*h1ロゴの設定*/
header .inner h1 {
	position: absolute;
	left: 10px;	/*innerに対して左から20pxの場所に配置*/
	top: 0px;	/*innerに対して上から5pxの場所に配置*/
}


/*メニュー
---------------------------------------------------------------------------*/
/*メニューブロック全体の設定*/
#manubar {
	float: none;
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
}
/*メニュー１個ごとの設定*/
#manubar ul li {
	width: 48%;
	margin-bottom: 5px;
}
#manubar ul li a {
	width: 100%;
}

/*カラム内のメニュー
---------------------------------------------------------------------------*/
ul.navmenu {
	text-align: left;
	padding: 10px 0px 10px 20px;
}
ul.navmenu li {
	display: block;
}

/*カラム内のブロック
---------------------------------------------------------------------------*/
/*ボックスを囲うBOX*/
#main section.box {
	width: 100%;
}
#main section.box h3 {
	font-size: 90%;
}
/*各ボックスの設定*/
#main section.list {
	height: auto;	/*ボックスの高さ*/
	width: 96%;	/*ボックスの幅*/
	margin: 0px 2% 20px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*各ボックスの設定*/
#main section.list1 {
	height: 120px;	/*ボックスの高さ*/
	width: 48%;	/*ボックスの幅*/
	padding: 8px;	/*ボックス内の余白*/
	margin: 0px 1% 20px;
	font-size: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
/*各ボックスの設定*/
#main section.list2 {
	height: 160px;	/*ボックスの高さ*/
	width: 48%;	/*ボックスの幅*/
	padding: 8px;	/*ボックス内の余白*/
	margin: 0px 1% 20px;
	font-size: 10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.newicon {
	font-size: 8px;
}

/*コンテンツ
---------------------------------------------------------------------------*/
#contents {
	width: auto;
	padding: 20px 10px;
}

/*メインコンテンツ
---------------------------------------------------------------------------*/
#main {
	width: auto;
	background: url(../images/img_megane.png) no-repeat right top;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new {
	padding-left: 0px;
}

#new dl {
	overflow: auto;	/*高さ指定を超えるとiframe風にスクロールが出る設定。全部表示させたいならこの行と下のheightの行を削除。*/
	height: 130px;	/*NEW TOPICSブロックの高さ標準は130px*/
	padding-left: 10px;	
	line-height: 1.5;
}

/*日付設定*/
#new dt {
	float: none;
	width: auto;
	font-size: 12px;
}
/*記事設定*/
#new dd {
	padding-left: 0;
	font-size: 12px;
}
p.ps {
	font-size: 10px;
	line-height: 1.5;
}

}