@charset "utf-8";
/* =Reset default browser CSS.

Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html

-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
figure {
	margin: 0
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/* -------------------------------------------------------------- */



/* フォント

--------------------------------------- */

@font-face {
	font-family: "RyuminR";
	src: url("../fonts/RyuminR.woff") format('woff');
}
/*テキスト装飾

------------------------------------------------------------------*/

.text_red {
	color: #cc0000;
}
.text_red_l {
	color: #cc0000;
	font-size: 150%;
}
.text_brown {
	color: #960;
}
.text_brown_s {
	color: #960;
	font-size: 80%;
}
.text_brown_b {
	color: #960;
	font-weight: bold;
}
.text_brown_l {
	color: #960;
	font-size: 150%;
}
.text_green {
	color: #090;
}
.text_green_b {
	color: #090;
	font-weight: bold;
}
.text_green_l {
	color: #390;
	font-size: 150%;
}
.text_orange {
	color: #ff6600;
}
.text_yellow {
	color: #C90;
}
.text_orange_l {
	color: #ff6600;
	font-size: 150%;
}
.text_blue {
	color: #09b5de;
	font-weight: bold;
	font-size: 110%;
}
.text_blue_l {
	color: #00F;
	font-size: 140%;
}
.text_blue2 {
	color: #09b5de;
	font-size: 80%;
}
.text_blue3 {
	color: #09b5de;
	font-size: 90%;
}
.text_blue4 {
	color: #0000FF;
	font-size: 90%;
}
.text_blue5 {
	color: #0000FF;
}
.text_blue5_b {
	color: #0000FF;
	font-weight: bold;
}
.text_small {
	font-size: 75%;
	line-height: normal
}
.text_large {
	font-size: 130%;
}
.text_navy {
	color: #000066;
	font-weight: bold;
	font-size: 110%;
}
/* ========CLEAR======== */

.clear {
	display: block;
	height: 1px;
	clear: both;
}
.clear_border {
	display: block;
	height: 10px;
	clear: both;
	border-bottom: #AAA dotted 1px;
}
.clear8 {
	display: block;
	height: 8px;
	clear: both;
}
.clear20 {
	display: block;
	height: 20px;
	clear: both;
}
.clear50 {
	display: block;
	height: 50px;
	clear: both;
}
body {
	color: #333;
	/*font:12px "RyuminR","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;*/
	font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
	line-height: 1.6;
	/*border-top:5px solid #CF131B;*/

	background: #fff;
	-webkit-text-size-adjust: none;
}
html {
	background: #FFF;
}
/* リンク設定

------------------------------------------------------------*/

a {
	color: #3F81C8;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
}
a:active, a:focus {
	outline: 0;
}
/* 全体

------------------------------------------------------------*/

#wrapper {
	margin: 0 auto;
	/*padding:0.1%;*/
	padding: 5px 6px 5px 2px;
	width: 100%;
	position: relative;
}
.inner {
	margin: 0 auto;
	width: 100%;
}
/*************

/* ヘッダー

*************/

#header {
	margin-top: -5px;
	overflow: hidden;
	font: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
}
* html #header {
	height: 1%;
}
/*************

/* ロゴ

*************/

#header .logo {
	float: left;
	padding: 20px 0px 0px 0px;
	/*text-align: center;*/
	float:left;
}
#header .logo img {
	position: absolute;
	z-index: 1;
}
.logo a {
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
.logo span {
	font-size: 12px;
	font-weight: normal;
}
#header h1 {
	font-size: 11px;
	color: #fff;
}
#goldline {
	background: url(../images/line_gold.png) repeat-x;
	width: 100%;
	height: 8px;
	margin: 0;
}
#goldline2 {
	background: url(../images/line_gold.png) repeat-x;
	width: 100%;
	height: 8px;
	margin-bottom: 20px;
}
/**************************

/* メイン画像（トップページ+サブページ）

**************************/

#mainBanner {
	margin: 0 auto 5px auto;
	padding: 0;
	width: 100%;
	line-height: 0;
	background: #1C429B;
}
#mainBanner .inner {
	position: relative;
}
#mainBanner img {
	max-width: 100%;
	height: auto;
}
#mainBanner_sub {
	margin: 0 auto 5px auto;
	padding: 0;
	width: 100%;
	line-height: 0;
	background: #1C429B;
}
.slogan {
	position: absolute;
	max-width: 100%;
	height: auto;
	bottom: 0;
	left: 0;
	padding: 5px 10px;
	line-height: 1.4;
	z-index: 100;
}
.slogan h2 {
	padding-bottom: 5px;
	color: #333;
	font-size: 20px;
}
.slogan h3 {
	font-size: 14px;
	color: #666;
}
/* サブページ スローガン*/

.subImg .slogan {
	left: auto;
	right: 0;
}
/**************************

/* グリッド

**************************/

.gridWrapper {
	padding-bottom: 20px;
	overflow: hidden;
}
* html .gridWrapper {
	height: 1%;
}
.grid {
	float: left;
}
.grid h2 {
	padding: 3px 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 110%;
	border-top: 1px solid #C90;
	border-bottom: 1px solid #C90;
}
.grid h3 {
	padding: 3px 0;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 110%;
	border-top: 1px solid #CF131B;
	border-bottom: 1px solid #CF131B;
}
.grid h4 {
	/*background:url(../images/bg_h4.png) left no-repeat;*/
	padding: 3px 0 3px 0px;
	margin-bottom: 5px;
	font-weight: normal;
	font-size: 130%;
	line-height: 2em;
}
.grid p {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
}
.grid p.img {
	float: left;
	margin: 3px 5px 0 0;
}
.readmore {
	clear: both;
	padding: 0px 0px 5px 0px;
}
.readmore2 img {
	clear: both;
	margin: 0px 5px 0px 0px;
}
.readmore a {
/*padding:3px 5px;
border-radius:3px;
background:#CF131B;*/

}
.readmore a:hover {
/*background:#CF131B;*/
}
.shop-map a {
	padding: 3px 5px;
	border-radius: 3px;
	color: #fff;
	background: #960;
}
.shop-menu a {
	padding: 3px 5px;
	border-radius: 3px;
	color: #fff;
	background: #690;
}
/* フッター内のグリッド(3カラム) */

#footer .grid {
	color: #000;
	border: 0;
	background: transparent;
}
#footer .grid p {
	padding: 0;
}
/*************

メイン コンテンツ

*************/

section.content {
	padding: 10px 0;
	margin-bottom: 20px;
	border-radius: 6px;
	overflow: hidden;
	font-size: 14px;
}
* html section.content {
	height: 1%;
}
section.content p {
	margin-bottom: 5px;
}
h3.heading {
	padding: 3px 0;
	margin-bottom: 10px;
	font-size: 18px;
	/*border-bottom: 2px solid #CF131B;*/
}
h4.heading {
	padding: 3px 0;
	margin-top: 15px;
	margin-bottom: 3px;
	font-size: 16px;
	color: #C00;
}
section.content img {
	max-width: 90%;
	height: auto;
}
section.content #gallery .grid img {
	max-width: 212px
}
img.frame, #gallery img {
	background: #EEE;
	padding: 3px;
}
#gallery .grid {
	margin-bottom: 10px;
}
.alignleft {
	float: left;
	clear: left;
	margin: 3px 10px 10px 0;
	width: 250px;
}
.alignright {
	float: right;
	clear: right;
	margin: 3px 0 10px 10px;
	width: 250px;
}
/*************

テーブル

*************/

table.table {
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto;
}
table.table th, table.table td {
	padding: 5px;
	border: 1px solid #DDD;
}
table.table th {
	text-align: right;
	font-weight: 300;
	letter-spacing: 1px;
	white-space: nowrap;
	color: #333;
	background: #DDD;
	border-left: #333 5px solid;
	width: 13%;
}
table.table td {
	border-left: #333 3px double
}
/*************

テーブル1

*************/

table.table1 {
	border-collapse: collapse;
	width: 100%;
	margin: 10px auto;
}
table.table1 th, table.table1 td {
	padding: 5px;
	border: 1px solid #DDD;
}
table.table1 th {
	text-align: left;
	vertical-align: top;
	font-weight: 300;
	letter-spacing: 1px;
	/*white-space: nowrap;*/
	color: #000;
	background: #E3EEF1;
	border-left: #1C429B 5px solid;
	/*width: 13%;*/
	font-weight:bold;
	width:30%;
}

.ws{
	width:50%;
	
	
	}
	.wl{
	width:50%;
	
	
	}

   /*************

リンク

*************/
.linkkoumoku {
	max-width: 100%;
	margin: 0 auto;
}
.link {
	height: 92px;
	float: left;
	margin-bottom: 17px;
}
.link2 {
	height: 92px;
	float: left;
}
.linkmenu {
	float: left;
	margin-right: 17px;
}
.linklast2 {
	float: right;
	margin-right: 0px;
}
/*************

サブ（フッター前）コンテンツ

*************/

#sub ul {
	padding: 10px;
}
#sub li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #ebebeb;
}
#sub li:last-child {
	border: 0;
	margin-bottom: 0;
}
#sub li a {
	display: block;
	color: #630;
}
#sub ul.list {
	padding-bottom: 7px;
}
#sub ul.list li {
	clear: both;
	margin-bottom: 4px;
	padding: 4px 0;
	overflow: hidden;
}
* html #sub ul.list li {
	height: 1%;
}
#sub ul.list li img {
	float: left;
	margin: 0 10px 0 0;
}
#sub ul.list li {
	font-size: 12px;
	line-height: 1.35;
}
#sub .news {
	margin-bottom: 30px;
	width: 100%;
	height: 180px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#sub dl {
	width: 100%;
	clear: both;
	/*border-bottom:dotted 1px #CCC;*/
	font-weight: bold;
}
#sub dl dt {
	float: left;
	width: 75px;
	line-height: 2.5em;
	margin-top: 5px;
}
#sub dl dd {
	float: left;
	width:398px;
	margin-left: 10px;
	margin-top: 5px;
	line-height: 2.5em;
}
/*************

/* フッター

*************/

#footer {
	clear: both;
	padding: 20px 0;
	overflow: hidden;
	background: #fff;
}
* html #footer {
	height: 1%;
}
.tel strong {
	font-size: 20px;
	font-weight: bold;
}
#footer a {/*color:#fff;*/
	color: #000;
	transition: 0.5s;
}
#footer a:hover {
	color: #FF0000;
}
#footer .copyright {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	width: 100%;
}
/**************************

/* バナースペース

**************************/

#banner {
	width: 46%;
	margin: 2%;
	float: left;
}
/* スマホのみ表示バナースペース */

#banner_sp {
	display: none;
}
/* NEW点滅 */

.blinking {
	-webkit-animation: blink 1.5s ease-in-out infinite alternate;
	-moz-animation: blink 1.5s ease-in-out infinite alternate;
	animation: blink 1.5s ease-in-out infinite alternate;
	background: #F00;
	color: #FFF;
	font-size: 10px;
	padding: 0px 5px;
	border-radius: 2px;
	margin-left: 5px;
}
 @-webkit-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-moz-keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @keyframes blink {
 0% {
opacity:0;
}
 100% {
opacity:1;
}
}

/* PC用 */

@media only screen and (min-width:960px) {
#wrapper, .inner {
	width: 1020px;
	padding: 0;
}
#wrapper {
	padding-bottom: 20px;
}
nav div.panel {
	display: block !important;
	float: right;
}
a#menu {
	display: none;
}
nav#mainNav ul {
	float: right;
	overflow: hidden;
}
* html nav#mainNav ul {
	height: 1%;
}
nav#mainNav ul li {
	float: left;
	text-align: center;
}
nav#mainNav ul a {
	display: block;
	padding: 30px 10px;
	line-height: 1.2;
/*	border-top: 5px solid #CF131B;*/
	font-weight: bold;
	font-size: 13px;
}
nav#mainNav ul span {
	font-size: 11px;
	color: #a5a5a5;
}
nav#mainNav ul li.active a, nav#mainNav ul a:hover {
	background: #EEE;
/*	border-color: #3F81C8;*/
	color: #3F81C8;
}
.slogan {
	top: 100px;
}
.subImg .slogan {
	left: auto;
	right: 0;
	top: 70px;
}
/* グリッド全体 */

.gridWrapper {
	width: 1020px;
	margin: 0;
}
/* グリッド共通 ベース:トップページ4カラム */

.grid {
	float: left;
	width: 320px;
	margin-right: 30px;
}
.grid2 {
	float: left;
	width: 240px;
	margin-right: 20px;
}
.grid2 p {
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	font-size: 14px;
}
.last {
	margin-right: 0px;
	float: right;
}
.last3 {
	margin-right: 0px;
	float: right;
}
.last4 {
	margin-right: 0;
	float: right;
}
/* サブコンテンツ + フッター グリッド(3カラム) */

#sub .grid {
	width: 500px;
	height: auto;
	margin-right: 0;
}
#footer .grid {
	border: 0;
	width: 100%;
}
/* スマホのみ表示バナースペース */

#banner_sp {
	display: none;
}
}

/* モニター幅960px以下 */

@media only screen and (max-width:960px) {
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#header {
	padding: 10px 0;
}
#header .logo, #footer .logo {
	float: none;
	text-align: center;
	padding: 10px 5px;
}
#header .logo img {
	position: static;
}
h1 {
	font-size: 11px;
	position: absolute;
	top: -150px;
}
nav#mainNav {
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #CF131B), color-stop(0.00, #900));
	background: -webkit-linear-gradient(top, #900 0%, #CF131B 100%);
	background: -moz-linear-gradient(top, #900 0%, #CF131B 100%);
	background: -o-linear-gradient(top, #900 0%, #CF131B 100%);
	background: -ms-linear-gradient(top, #900 0%, #CF131B 100%);
	background: linear-gradient(top, #900 0%, #CF131B 100%);*/
	
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #3F81C8), color-stop(0.00, #1C429B));
	background: -webkit-linear-gradient(top, #1C429B 0%, #3F81C8 100%);
	background: -moz-linear-gradient(top, #1C429B 0%, #3F81C8 100%);
	background: -o-linear-gradient(top, #1C429B 0%, #3F81C8 100%);
	background: -ms-linear-gradient(top, #1C429B 0%, #3F81C8 100%);
	background: linear-gradient(top, #1C429B 0%, #3F81C8 100%);
}
nav#mainNav a.menu {
	width: 100%;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: left;
	color: #fff;
}
nav#mainNav a#menu span {
	padding-left: 10px;
}
nav#mainNav a.menu span:before {
	content: "→ ";
}
nav#mainNav a.menuOpen span:before {
	content: "↓ ";
}
nav#mainNav a#menu:hover {
	cursor: pointer;
}
nav .panel {
	display: none;
	width: 100%;
	position: relative;
	right: 0;
	top: 0;
	z-index: 1;
}
nav#mainNav ul li {
	float: none;
	clear: both;
	width: 100%;
	height: auto;
	line-height: 1.2;
}
nav#mainNav ul li a, nav#mainNav ul li.current-menu-item li a {
	display: block;
	padding: 15px 10px;
	text-align: left;
	border-bottom: 1px dashed #fff;
	color: #fff;
	background: #0059B2;
}
nav#mainNav ul li a span {
	padding-left: 10px;
}
nav#mainNav ul li:first-child a {
	border-top: 1px dashed #fff;
}
nav#mainNav ul li:last-child a {
	border: 0;
}
nav#mainNav ul li.active a, nav#mainNav ul li a:hover {
	background: #CCC;
}
nav div.panel {
	float: none;
}
.gridWrapper {
	margin: -40px 0px 0px 0px;
}
.tyousei {
	margin: 0;
}
.tyousei2 {
	padding-bottom: 2px;
	width: 50px;
}
.tyousei3 {
	padding-bottom: 3px;
	width: 50px;
}
.grid {
	float: left;
	width: 48%;
	margin: 10px 2% 0 0;
}
.grid2 {
	height: 450px;
	float: left;
	width: 48%;
	margin: 10px 2% 0 0;
}
.grid2 p {
	padding: 5px 0px 5px 5px;
	font-weight: bold;
	font-size: 14px;
}
.grid img {
	margin-right: 0;
}
#gallery {
	padding-left: 1px;
}
#gallery .grid {
	width: 23%;
	margin: 0 2% 0 0;
	padding: 0;
}
#gallery .grid img {
	float: none;
	margin: 0;
}
#sub .grid {
	width: 32%;
	margin: 10px 1%;
}
.grid4 {
	float: right;
}
#wrapper {
	width: 100%;
	margin-top: 20px;
}
#sub.gridWrapper {
	padding-bottom: 0px;
	margin: 0;
}
#sub .grid {
	width: 50%;
	margin: 0px 0px 40px 0px;
	max-width: 737px;
}
h4 {
	width: 360px;
	height: auto;
}
#sub .news {
	width: 98%;
	height: 96px;
}
#sub dl {
	width: 100%;
}
#sub dl dt {
	width: 100%;
}
#sub dl dd {
	width: 100%;
	margin: 0;
}
.toiawse {
	width: 100%;
	float: right;
}
.toiawse img {
	width: 370px;
	height: auto;
	padding: 0;
	margin: 0;
}
#sub .grid:first-child {
	margin-left: 0;
}
#sub .grid:last-child {
	margin-right: 0;
}
#footer .grid, #footer .grid p {
	float: none;
	width: 100%;
	text-align: center;
	border: 0;
}
.last2 {
	margin-right: 0px;
	float: right;
}
.last3 {
	margin-right: 0px;
	float: right;
}
#footer .grid:last-child {
	padding-top: 20px;
}
#footer .copyright {
	font-size: 9px;
}
/*************

リンク

*************/
.linkkoumoku {
	max-width: 737px;
	margin: 0 auto;
}
.link {
	width: 364px;
	height: auto;
	padding: 0;
	margin-right: 9px;
}
.link2 {
	width: 364px;
	height: auto;
}
.linkmenu {
	margin-right: 0px;
	width: 49%;
	height: auto;
}
.linkmenu img {
	width: 100%;
	height: auto;
}
.linklast1 {
	float: right;
	margin-right: 0;
}







/*************

テーブル1

*************/
table.table1 {
	width: 100%;
}
.ws{
	width:80%;
	
	
	}
	.wl{
	width:80%;
	
	
	}

}

/* iPad 縦 */

@media only screen and (max-width:768px) {
#header {
	padding-bottom: 0;
}
#header h1 {
	text-align: center;
}
#header .logo {
	float: none;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
#sub ul.list {
	padding: 10px 10px 11px;
}
#sub ul.list li {
	padding-bottom: 10px;
	margin-bottom: 8px;
}
/* スマホのみ表示バナースペース */

#banner_sp {
	width: 96%;
	margin: 2%;
}
/*************

リンク

*************/
.linkkoumoku {
	width: 100%;
}
.link {
	width: 100%;
	margin-bottom: 3px;
	height: auto;
}
.link2 {
	width: 100%;
	height: auto;
}
.linkmenu {
	margin-right: 0px;
	width: 49%;
}
.linkmenu img {
	width: 100%;
	height: auto;
}
.linklast1 {
	float: right;
	margin-right: 0px;
}
#wrapper {
	width: 100%;
	margin-top: 20px;
	padding: 5px 4px 5px 5px;
}
#sub.gridWrapper {
	padding-bottom: 0px;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
.grid2 {
	height: 400px;
	margin-bottom: 10px;
}
#sub .grid {
	width: 100%;
	margin: 0px;
}
#sub .news {
	width: 100%;
	height: 300px;
}
#sub dl {
	width: 100%;
}
#sub dl dt {
	width: 100%;
}
#sub dl dd {
	width: 100%;
	margin: 0;
}
.grid4 {
	width: 100%;
	padding: 0;
	margin: 0;
}
.toiawse {
	width: 100%;
}
.toiawse img {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
}

/* スマートフォン 横(ランドスケープ)

@media only screen and (max-width:640px){

	#footer .grid p{text-align:center;}

	

	.grid img{

	float:none;

	margin:0 auto;

	}

	

	.grid p,#sub .grid li{text-align:left;}



  .alignleft,.alignright{

	float:none;

	display:block;

	margin:0 auto 10px;

	}

	

	#sub ul.list li img{margin:0 5px 0 0;}



}

 */



/* スマートフォン 縦(ポートレート) */

@media only screen and (max-width:640px) {
#wrapper {
	padding: 5px 4px 5px 5px;
}
#mainBanner {
	margin-left: 1px;
}
#mainBanner h2, #mainBanner h3 {
	font-size: 75%;
}
.subImg .slogan {
	right: -30px;
}
#sub.gridWrapper {
	padding-bottom: 0px;
	margin: 0;
}
.grid {
	float: left;
	width: 100%;
	margin: 10px 2% 0 0;
}
.grid2 {
	height: auto;
	margin-bottom: 10px;
}
.grid2 {
	float: left;
	width: 100%;
	margin: 10px 2% 0 0;
}
.grid img {
	max-width: 100%;
	height: auto;
}
#sub .grid {
	float: none;
	width: 100%;
}
.grid4 {
	width: 100%;
}
#sub .grid h3 {
	padding: 10px 5px;
}
#sub ul.list {
	padding: 10px;
}
#sub ul.list li {
	padding-bottom: 3px;
	margin-bottom: 3px;
}
#sub .news {
/*	margin-bottom:30px;
	width:100%;
	height:150px;
	overflow-x:hidden;
	overflow-y:auto;*/
}
.toiawse {
	width: 100%;
}
.alignright {
	width: 200px;
}
.link {
	margin-bottom: 0px;
}
/* バナースペース */

#banner {
	width: 96%;
	margin: 2%;
}
/* スマホのみ表示バナースペース */

#banner_sp {
	display: block;
	width: 100%;
}
}
.logo h1{
	width:260px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
