@charset "UTF-8";
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}

img, fieldset {
	border: 0;
}

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}

/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
html, body {
	background-color:#FFF;
	height:100%;
	width:100%;
	padding:0;
	margin:0;
}
a {
	color: #026acb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
p {
	margin: 0 0 1.2em;
	padding: 0;
}

/* list */
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	margin: 0 0 .5em 0;
	padding: 0;
}

/* headings */
h1, h2, h3, h4, h5, h6 {
	
}
h1 {
	margin-right: auto;
	padding: 20px 0px;
	margin-left: auto;
}

h2 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}

/* reset webkit search input styles */
input[type=search] {
	-webkit-appearance: none;
	outline: none;
}
input[type="search"]::-webkit-search-decoration, 
input[type="search"]::-webkit-search-cancel-button {
	display: none;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#container {
	width: 100%;
	margin: 0;
	padding: 0;
}


.pagewrap {
	width: 940px;
	margin: 0 auto;
	padding: 0;
}

/************************************************************************************
INTRO IMG
*************************************************************************************/
section{text-align:center;
    margin-top:50px;
    margin-bottom:50px;
}

section div{
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	background-position: center 20px;
	min-height:450px;
	width:100%;
    background-size: contain;
}


section p{
 color:#000;
    font-size: 1.2em;
    line-height: 2em;
    margin-top:50px;
    margin-bottom:50px;
}

@media screen and (max-width: 600px) {
  section p {
    font-size: 1.5em;
    line-height: 2em;
  }
}
/************************************************************************************
HEADER
*************************************************************************************/
#header2 {
	margin: auto;    /* 左右中央（IE以外のブラウザ） */
     text-align: center;    /* 左右中央（IEのみ） */
	height: 90px;
	
	z-index: 999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	width: 100%;
	background-color:#FFF;
	position: fixed !important;
	
}


#header2 #nav {
	width: 100%;    /* ボックスの幅 */
	height: 90px;    /* 左右中央（IE以外のブラウザ） */
	background-color: #fff;    /* 背景色の指定 */
	padding: 0;    /* パディング */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color:#FFF;
}


#header2 #nav ul {
	padding: 0px;
		list-style-type: none; /* リストマークの削除 */  
}

#header2 #nav ul li {
	margin: 0px;
	padding: 0px;
	display: inline-block;
	width: 20%;
}


#header2 a {
	display: block;
	height: 80px; /* リンク領域を広げる */
	margin: 0px;
}

#header2 a:hover, header a:focus { 
  text-decoration: none;  
  background-repeat: no-repeat;   }

.l1{background-image:url(goldenweek_banner_top_01.jpg);background-size: contain;background-repeat: no-repeat; }
.l2{background-image:url(goldenweek_banner_top_02.jpg);background-size: contain;background-repeat: no-repeat; }
.l3{background-image:url(goldenweek_banner_top_03.jpg);background-size: contain;background-repeat: no-repeat; }


 
#menu1 a { width:0px; height:0px; background-position: 0 0;  } /* 表示画像の位置を指定 */    
#menu2 a { background-position: 0 0; } /* 表示画像の位置を指定 */  
#menu3 a { background-position: 0 -40px; }  
#menu4 a { background-position: 0 -80px; }  
#menu5 a { background-position: 0 -120px; }  
#menu6 a { background-position: 0 -160px; }   

#menu1 a:hover {  } /* 入れ替え画像の位置を指定 */    
#menu2 a:hover { background-position: -235px 0; } /* 入れ替え画像の位置を指定 */  
#menu3 a:hover { background-position: -235px -40px; }  
#menu4 a:hover { background-position: -235px -80px; }  
#menu5 a:hover{ background-position: -235px -120px; }  
#menu6 a:hover{ background-position: -235px -160px; }  

#menu1 a.link-active { background-position: 0 0;  } /* 入れ替え画像の位置を指定 */ 
#menu2 a.link-active { background-position: -235px 0; } /* 入れ替え画像の位置を指定 */  
#menu3 a.link-active { background-position: -235px -40px; }  
#menu4 a.link-active { background-position: -235px -80px; }  
#menu5 a.link-active { background-position: -235px -120px; }  
#menu6 a.link-active { background-position: -235px -160px; } 


/************************************************************************************
CONCEPT
*************************************************************************************/
#concept {
	background-image: url(../images/gc_concept_bg_02.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
	background-position: center top;
	height: 805px;
	width: 100%;
	padding-top: 90px;
}

#concept_top {
	background-image: url(../images/gc_concept_bg_01.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	background-position: center top;
	height:210px;
	width:100%;
}
 
#conceptwrap {
	padding:0;
	width:940px;
	margin-right: auto;
	margin-bottom: 100px;
	margin-left: auto;
	text-align:center;
}



#conceptwrap p { font-size:14px; line-height:1.8em;}




/************************************************************************************
MENU
*************************************************************************************/
#menu {
	margin: 0;
	padding:0;
	background-position: center top;
	height:1800px;
	width:100%;
	padding-top:90px;
}

#menuwrap {
	padding:0;
	width:940px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top:0px;
	text-align:center;
}

#tab {
	width: 880px;    /* ボックスの幅 */
	height: 40px;    /* 左右中央（IE以外のブラウザ） */
	background-color: #fff;    /* 背景色の指定 */
	padding: 0;    /* パディング */
	margin-top: 60px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	list-style-type: none; /* リストマークの削除 */ 
}
#tab ul {
	padding: 0px;
	margin: 0px;
	width:880px;
	
}

#tab li {
	float: left;
	margin: 0px;
	padding: 0px;
}


#tab li.present1 a {
	background-image: url(../images/item_menu02_on.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
}
#tab li.presentnon01 {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
	background-image: url(../images/item_menu02_off.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

#tab li.presentnon01  a {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
	
}

#tab li.presentnon01  a:hover {
	padding: 0px;
	width: 220px;
	height: 45px;
	background-image: url(../images/item_menu02_on.gif);
	background-repeat: no-repeat;
	margin: 0px;
}




#tab li.present2 a {
	background-image: url(../images/item_menu04_on.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
}
#tab li.presentnon11 {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
	background-image: url(../images/item_menu04_off.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#tab li.presentnon11 a {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
	
}

#tab li.presentnon11  a:hover {
	padding: 0px;
	width: 220px;
	height: 45px;
	background-image: url(../images/item_menu04_on.gif);
	background-repeat: no-repeat;
	margin: 0px;
}


#tab li.present3 a {
	background-image: url(../images/item_menu01_on.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
}
#tab li.presentnon21 a {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
	background-image: url(../images/item_menu01_off.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#tab li.presentnon21 a {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
	
}

#tab li.presentnon21  a:hover {
	padding: 0px;
	width: 220px;
	height: 45px;
	background-image: url(../images/item_menu01_on.gif);
	background-repeat: no-repeat;
	margin: 0px;
}


#tab li.present4 a {
	background-image: url(../images/item_menu03_on.gif);
	background-repeat: no-repeat;
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
}
#tab li.presentnon31 a {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
	background-image: url(../images/item_menu03_off.gif);
	background-repeat: no-repeat;
	margin: 0px;
}
#tab li.presentnon31 a {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; 
	text-decoration: none;
	width: 220px;
	height: 45px;
	
}

#tab li.presentnon31  a:hover {
	padding: 0px;
	width: 220px;
	height: 45px;
	background-image: url(../images/item_menu03_on.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

.menucontainer1 {
	margin: 0;
	padding: 0;
}

.menucontainer2 {
	margin: 0;
	padding: 0;
}

.menucontainer3 {
	margin: 0;
	padding: 0;
}

.menucontainer4 {
	margin: 0;
	padding: 0;
}

.menucontainer5 {
	margin: 0;
	padding: 0;
}

.menuitemcontainer {
	margin: 0;
	padding: 0;
}

div.item {
	overflow: auto;
	width: 940px;
	height:650px;
	position: relative;
	z-index:500px;
}


div a.slider_prev {
	position: absolute;
	z-index:5;
	top:200px;
	left:0px;
}

div a.slider_next {
	position: absolute;
	z-index:6;
	top:200px;
	left:890px;
}

.second_menu_container {
	padding-top:150px;	
	}
	
.party_wrapper {
	width:668px;
	margin-left:auto;
	margin-right:auto;
	}
.party_wrapper .l {
	width:668px;
	text-align:left;
	}
.party_wrapper .r {
	width:668px;
	text-align:left;
	}
.party_wrapper p {
	font-size:12px;
	}

/************************************************************************************
ABOUT
*************************************************************************************/
#about {
	background-image: url(../images/gc_about_bg_02.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	background-position: center top;
	height:1065px;
	width:100%;
	padding-top:80px;
}
#about_top {
	background-image: url(../images/gc_about_bg_01.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	background-position: center top;
	height:412px;
	width:100%;
}
 
#aboutwrap {
	padding:0;
	width:940px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top:0px;
	margin-left: auto;
	text-align:center;
}
#aboutwrap .cont {
	width:630px;
	margin-right:0px;
	margin-bottom: 0px;
	margin-top:70px;
	margin-left:0px;
	text-align:center;
	background-image: url(../images/about_img.png);
	background-repeat: no-repeat;
	height:310px;
	font-size:12px;
	text-align:left;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 310px;
}

#aboutwrap .cont p {
	line-height:22px;
	font-size:12px;
}

/************************************************************************************
SHOP INFORMATION
*************************************************************************************/
#shop {
	background-image: url(../images/gc_shop_bg.jpg);
	background-repeat: no-repeat;
	margin: 0;
	padding:0;
	background-position: center 680px;
	height:980px;
	width:100%;
	padding-top:80px;
	text-align:center;
	
}
 
#shopwrap {
	padding:0;
	width: 940px;
	/*width: 610px;*/
	margin-right: auto;
	margin-bottom: 0px;
	margin-top:0px;
	margin-left: auto;
	
}

#shopwrap h2{ margin-bottom:35px;}
#shopwrap div {
	margin-top:55px;
	float:left;
	width:290px;
	margin-left: 35px;
	text-align:left;
}
#shopwrap div.first {
	margin-left: 0;
}

#shopwrap div dl {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#shopwrap div dl dt {
	float: left;
	width: 5em;
	line-height: 120%;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	text-align: left;
}
#shopwrap div dl dd {
	line-height: 120%;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0em;
	text-align: left;
}


#shopwrap ul {
	padding: 0px;
	list-style-type: none; /* リストマークの削除 */
	margin: 5px 0 0 0;
}

#shopwrap ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#shopwrap a {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	width: 110px;
	height: 26px; /* リンク領域を広げる */
	background-image: url(../images/btn_shopinfo.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

#shopwrap a:hover, header a:focus { 
  text-decoration: none;  
  background-image: url(../images/btn_shopinfo.gif); 
  background-repeat: no-repeat;   }



 
.pdfwrapper {
	margin-left:610px;
	margin-top:20px;
	}

.pdfwrapper a {
	display: block;
	font-size: 10px;
	padding: 0px;
	text-indent: -9999px; /* テキストを隠す */
	text-decoration: none;
	width: 215px;
	height: 50px; /* リンク領域を広げる */
	background-image: url(../images/pdf_btn.gif);
	background-repeat: no-repeat;
	margin: 0px;
}

.pdfwrapper a:hover, header a:focus { 
  text-decoration: none;  
  background-image: url(../images/pdf_btn.gif); 
  background-repeat: no-repeat;   }

 
  
#shopbtn1 a { background-position: 0 0; } /* 表示画像の位置を指定 */  
#shopbtn2 a { background-position: 0 -50px; }  

  
#shopbtn1 a:hover { background-position: -110px 0; } /* 入れ替え画像の位置を指定 */

.pdf_btn a { background-position: 0 0; } /* 表示画像の位置を指定 */ 
.pdf_btn a:hover { background-position: -215px 0; } /* 入れ替え画像の位置を指定 */ 

 
/************************************************************************************
MAIN NAVIGATION
*************************************************************************************/
#main-nav {
	width: 100%;
	background: #ccc;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: #6a6a6a url(images/nav-bar-bg.png) repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, from(#b9b9b9), to(#6a6a6a));
	background: -moz-linear-gradient(top,  #b9b9b9,  #6a6a6a);
	background: linear-gradient(-90deg, #b9b9b9, #6a6a6a);
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.3), 0 1px 1px rgba(0,0,0,.4);
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: bold;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 0 -1px 0 rgba(0,0,0,.5);
}
#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#282828), to(#4f4f4f));
	background: -moz-linear-gradient(top,  #282828,  #4f4f4f);
	background: linear-gradient(-90deg, #282828, #4f4f4f);
}

/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background: #fff;
	margin: 30px 0 30px;
	padding: 20px 35px;
	width: 600px;
	float: left;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}

/* post */
.post {
	margin-bottom: 40px;
}
.post-title {
	margin: 0 0 5px;
	padding: 0;
	font: bold 26px/120% Arial, Helvetica, sans-serif;
}
.post-title a {
	text-decoration: none;
	color: #000;
}
.post-meta {
	margin: 0 0 10px;
	font-size: 90%;
}

/* post image */
.post-image {
	margin: 0 0 15px;
}

/************************************************************************************
SIDEBAR
*************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin: 30px 0 30px;
}
.widget {
	background: #fff;
	margin: 0 0 30px;
	padding: 10px 20px;
	/* rounded corner */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	/* box shadow */
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.4);
	box-shadow: 0 1px 3px rgba(0,0,0,.4);
}
.widgettitle {
	margin: 0 0 5px;
	padding: 0;	
}
.widget ul {
	margin: 0;
	padding: 0;
}
.widget li {
	margin: 0;
	padding: 6px 0;
	list-style: none;
	clear: both;
	border-top: solid 1px #eee;
}

/* flickr widget */
.widget .flickr_badge_image {
	margin-top: 10px;
}
.widget .flickr_badge_image img {
	width: 48px;
	height: 48px;
	margin-right: 12px;
	margin-bottom: 12px;
	float: left;
}

/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	color: #333;
	background-color:#f0f0f0;
	padding-top:30px;
	padding-bottom:20px;
	height:30px;
	font-size:12px;
	position:relative;
	z-index:9999
}

*+html #footer {
	color: #333;
	background-color:#f0f0f0;
	padding-top:30px;
	padding-bottom:20px;
	font-size:12px;
	 position: absolute;
    z-index: 10;
	width:100%;
	clear:both;
}


#footer a {
	color: #333;
}
#footerwrap {
	padding:0;
	width:940px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-top:0px;
	margin-left: auto;
	position: relative;
	
}



#btntop{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left:840px;
	bottom:22px;
	
}

*+html #btntop{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left:840px;
	bottom:40px;
	
}


#footerwrap .l {
	float:left;
	width:560px;
	
}

#footerwrap .r {
	float: right;
	width:380px;
	text-align:right;
	
}

#footerwrap ul {
	float: right;
	padding: 0px;
	width:560px;
	list-style-type: none; /* リストマークの削除 */
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#footerwrap ul li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#footerwrap a {
	padding: 0px;
	margin: 0px;
}

#footerwrap a:hover, header a:focus { 

  text-decoration: none;  
  
}
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }



/* ::::: http://www.skuare.net/test/css/jquery.slider.css ::::: */

.jquery-slider { overflow: hidden; position: relative; }
.jquery-slider-element { overflow: hidden; display: none; position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; text-align:center; font-size:12px; }
.jquery-slider-control { overflow: hidden; position: absolute; text-align: center; width: 24px; height: 24px; line-height: 24px; font-size: 16px; font-weight: bold; padding: 0px; margin: 0px; cursor: pointer; }
.jquery-slider-control:hover { opacity: 1; }
.jquery-slider-control-prev {
	left: 5px;
	top: 200px;
	height: 50px;
	width: 28px;
	background-image: url(../images/arw_l.png);
	background-repeat: no-repeat;
}
.jquery-slider-control-next { right: 5px; top: 200px;height: 50px;
	width: 28px;
	background-image: url(../images/arw_r.png);
	background-repeat: no-repeat; }
.jquery-slider-pages { overflow: hidden; position: absolute; left: 5px; bottom: 5px; height: 20px; right: 5px; }
.jquery-slider-page { overflow: hidden; position: relative; display: block; float: right; width: 12px; height: 12px; padding: 0px; background: none repeat scroll 0% 0% rgb(153, 153, 153); opacity: 0.33; margin: 3px; border-radius: 6px 6px 6px 6px; box-shadow: 0px 0px 2px rgb(51, 51, 51); }
.jquery-slider-page-current { opacity: 1; }


/************************************************************************************
banner
*************************************************************************************/
.2012xmas {
	width:940px;
	padding-top:0px;
	
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
.bnrarea {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align:center;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 50px;
	padding-left: 0;
}


.sendaiLimited{ width:835px; margin:0 auto; position:relative;}
.sendaiLimited .txt{
	text-align: left;
	position: absolute;
	width: 299px;
	left: 32px;
	top: 109px;
}

.sendaiLimited .txt p{ margin:0; padding:0;}
.sendaiLimited .txt p.name{ font-size:1.4em; padding-bottom:15px;}	
.sendaiLimited .txt p.cap{ font-size:1.2em; line-height:1.6em;}




.b1Cap{ line-height:1.5em; padding-top:10px; padding-bottom:15px;}





/************************************************************************************
FB誘導
*************************************************************************************/


#fbTub{ width:40px; height:140px; position: fixed; right:0; top:40px; z-index:9999;}








/************************************************************************************
404
*************************************************************************************/


#notFound{ width:100%; height:500px; padding:150px 0; text-align:center;}
#notFound h1{ width:100%; font-size:20px; padding-bottom:20px; margin:0;}
#notFound p{ font-size:13px; line-height:1.5em;}








