@charset "UTF-8";
@import "./font.css";

/*  
Theme Name: 
Theme URI: http://nagapp.com/
Description:
Version: 0.1
Author URL: si@nagapp.com
*/



/***************************************
基本
****************************************/

* {
    margin:0;
    padding:0;
}
html {
    margin:0;
    padding:0;
}
body {
    background:#FFF url(/wp-content/themes/img/bg.jpg) center top repeat-x;
    color:#000;
	font-family:Helvetica, 'ＭＳ Ｐゴシック', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴシック Pro W3', osaka;
	font-size:77%;
	line-height:130%;
	text-align:center;
    margin:0;
    padding:0;
}
strong {
    font-weight:bold;
}

a:link {
    color:#0073AA;
    text-decoration:none;
}
a:visited {
    color:#4B3F94;
    text-decoration:none;
}
a:active {
    color:#0066CC;
    text-decoration:none;
}
a:hover {
    color:#0066CC;
    text-decoration:underline;
}
a:focus {
    outline:none;
}

table, td, th {
    border-collapse:collapse;
    vertical-align:top;
    font-weight:normal;
    text-align:left;
}

img {
    border:0;
    text-decoration:none;
}

ul, li {
    list-style-type:none;
}

h1, h2, h3{
	font-weight:bold;
}

span {
    font-size:85%;
    font-weight:normal;
}

.left, .alignleft {
    float:left;
}
.right, .alignright {
    float:right;
}
.clear {
    clear:both;
}

/***************************************
文字色
****************************************/

.red {
    color:#CB3A69;
}
.gold {
    color:#D78702;
}

.blue {
    color:#0099CC;
}
.green {
    color:#1D98B3;
}
.glay {
    color:#AEAEA6;
}

/************************************************
基本パーツ
************************************************/

#body1 {
    width:100%;
	text-align:center;
}

/*中央寄せ*/
#body2 {
    width:800px;
	margin-right:auto;
	margin-left:auto;
	text-align:left;
}

#container{
    width:800px;
    overflow:hidden;
}

#header {
    width:800px;
}

#footer {
    width:800px;
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}

/************************************************
カラム
************************************************/

.column-2 {
    width:800px;
    margin-bottom:10px;
}

/************************************************
トップページ
************************************************/

/*メインビジュアル*/
#main {
}

/*イベント部分*/
.top-event {
    padding:3px 0 8px 0;
    background:url(/wp-content/themes/img/line_dot.gif) left top repeat-x;
}
.top-event .list {
    padding:3px 0 1px 10px;
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
.top-event .list-title {
    background:url(/wp-content/themes/img/icon-event.gif) left 5px no-repeat;
    font-size:118%;
    float:left;
    padding:0 0 3px 18px;
}
.top-event .list-title a {
    color:#002EB5;
    font-weight:bold;
}
.top-event .data {
    float:right;
    font-size:85%;
    color:#ccc;
}

/*ニュース部分*/
.top-news {
    padding:5px 0 0 0;
}
.top-news .list {
    padding:3px 0 1px 10px;
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
.top-news .list-title {
    background:url(/wp-content/themes/img/icon_news.gif) left 5px no-repeat;
    font-size:118%;
    float:left;
    padding:0 0 3px 18px;
    color:#666;
}
.top-news .list-title a {
    color:#002EB5;
    font-weight:bold;
}
.top-news .data {
    float:right;
    font-size:85%;
    color:#ccc;
}


/*newアイコン*/
.new {
    position:relative;
    top:3px;
    margin-left:2px;
}
.new2 {
    position:relative;
    top:3px;
    margin-left:2px;
}

/*一覧へ*/
.event-module .nxt {
    border-top:#ACDBF7 1px dotted;
    padding:5px 0 0 0;
    text-align:right;
}

/*全ブログへ*/
.allblog {
    width:800px;
    text-align:right;
    position:relative;
    top:140px;
}
.allblog a {
    color:#CC3366;
}

.top {
    margin-top:15px;
    padding:15px 0;
}
.top .info {
     padding-right:15px;
}

/*説明*/
.top h2 {
    font-size:116%;
    line-height:130%;
    color:#0077B6;
    padding:0 0 5px 0;
    margin-bottom:5px;
    background:url(/img/line1.gif) left bottom repeat-x;
}
.top p.txt strong {
    font-size:128%;
    line-height:150%;
}
.top p.txt {
    font-size:100%;
    line-height:140%;
}
/*住所*/
.sig1 {
    margin-top:5px;
    background:url(/img/line2.gif) left top repeat-x;
}
.sig2 {
    background:url(/img/line2.gif) left bottom repeat-x;
    padding:15px 0 15px 0;
}
.sig3 {
    background:url(/img/footer_logo.gif) 5px top no-repeat;
    padding:0 0 0 130px;
}

/*携帯部分*/
.mob {
    border-left:#333333 2px solid;
    border-right:#333333 2px solid;
    border-bottom:#333333 2px solid;
    margin-bottom:5px;
    background:#F5F5F5;
}
.mob td {
    padding:8px 5px 8px 15px;
}
.mob td.ike-bg {
    width:390px;
    text-align:center;
    vertical-align:middle;
    padding:15px 0;
    background:#56ABC7;
}
.mob h3 {
    font-size:116%;
    line-height:1.3;
    padding:0 0 3px 0;
}
.mob p {
    font-size:100%;
    line-height:1.4;
    padding:0 0 5px 0;
}
.mob .reg {
    padding:5px 0 0 0;
    background:url(/img/line1.gif) left top repeat-x;
}
.mob .reg li {
    margin-bottom:3px;
}
.mob .reg .no1 {
    background:url(/img2/1.gif) left 2px no-repeat;
    padding:0 0 0 18px;
}
.mob .reg .no2 {
    background:url(/img2/2.gif) left 2px no-repeat;
    padding:0 0 0 18px;
}
/*アドレスコピー*/
.mob .ad {
    padding:0 0 0 18px;
}
.mob .ad td {
    padding:1px;
}
.ad img {
    margin-top:3px;
    margin-right:5px;
}
.ad input {
    width:120px;
}

/*イベント部分*/
.event {
    margin:10px 0 0 0;
}


#column2 h2 {
    font-size:128%;
    line-height:130%;
    color:#0077B6;
    margin-top:15px;
    padding:15px 0;
    background:url(/img/line1.gif) left top repeat-x;
}
.home-about {
    padding:15px 0;
    background:url(/img/line1.gif) left top repeat-x;
}
.home-about th {
    padding-right:15px;
}
.home-about td {
    line-height:150%;
}

.home-sig1 {
    width:460px;
    margin-top:10px;
    background:url(/img/line2.gif) left top repeat-x;
}
.home-sig1 table {
    width:460px;
}
.home-sig2 {
    background:url(/img/line2.gif) left bottom repeat-x;
    padding:15px 0 15px 0;
}
.home-sig2 th {
    padding-top:10px;
    padding-right:15px;
}
.home-sig2 td {
    padding-top:10px;
    color:#666666;
}

#banner1 {
    width:800px;
    background:#F7F7F7;
    clear:both;
    text-align:center;
    border-top:#CCCCCC 2px solid;
    border-bottom:#CCCCCC 2px solid;
}
#banner2 {
    padding:10px 0;
}
#banner2 img {
    margin:2px 5px 0 5px;
}

#footer {
    text-align:right;
    padding:10px 0;
}
#footer .left {
    font-size:85%;
    color:#999999;
}

/************************************************
モバイルメンバーズ 3大特典
************************************************/

.point1 {
    padding:55px 10px 10px 22px;
}
.point2 {
    padding:55px 10px 10px 20px;
}
.point3 {
    padding:55px 10px 10px 20px;
}

.des {
    color:#1C8DB9;
    font-weight:bold;
}

.lis {
    padding:10px 0 0 0;
}

.lis .no1 {
    padding:0 0 0 18px;
    margin-bottom:2px;
    background:url(/img3/1.gif) left 3px no-repeat;
}
.lis .no2 {
    padding:0 0 0 18px;
    margin-bottom:2px;
    background:url(/img3/2.gif) left 3px no-repeat;
}
.lis .no3 {
    padding:0 0 0 18px;
    margin-bottom:2px;
    background:url(/img3/3.gif) left 3px no-repeat;
}
.lis .no4 {
    padding:0 0 0 18px;
    margin-bottom:2px;
    background:url(/img3/4.gif) left 3px no-repeat;
}
.lis .no5 {
    padding:0 0 0 18px;
    margin-bottom:2px;
    background:url(/img3/5.gif) left 3px no-repeat;
}
.lis .no6 {
    padding:0 0 0 18px;
    margin-bottom:2px;
    background:url(/img3/6.gif) left 3px no-repeat;
}

.note {
    color:#666666;
    font-size:85%;
}

/************************************************
フロア案内
************************************************/

.shoplist {
    background:url(/wp-content/themes/img/line_tate.gif) right top repeat-y;
}
.shoplist td {
    background:url(/wp-content/themes/img/line_tate.gif) left top repeat-y;
    vertical-align:top;
}

.floor-box {
    width:200px;
    float:left;
    padding-bottom:10px;
}

/*ショップタイトル*/
.floor-box .tit {
    height:55px;
    padding-top:10px;
    padding-left:12px;
}
/*説明*/
.floor-box p {
    font-size:85%;
    color:#67686D;
    padding:6px 10px 4px 10px;
    line-height:130%;
}

/*黒いライン*/
.shop-line {
    height:5px;
    background:url(/wp-content/themes/img/line-black.gif) left top repeat-x;
}

.points {
    padding:0 5px 3px 10px;
}
.points li {
    font-size:85%;
    padding:0 0 0 14px;
    margin-bottom:1px;
    background:url(/img3/allow.gif) left 3px no-repeat;
}

.floor-box .meta1 {
}
.floor-box .meta2 {
    padding:5px 10px 10px 10px;
    font-size:85%;
}
.floor-box .meta2 img {
    margin-top:2px;
    margin-right:5px;
}

/************************************************
メニュー
************************************************/

.menu {
    padding:10px 0 5px 0;
    text-align:center;
}
.menu span {
    color:#ccc;
}


/************************************************
トップ～ショップブログ
************************************************/

/*下部メニュー*/
.blogs-cat {
    clear:both;
    font-size:85%;
    text-align:center;
    padding:15px 0 20px 0;
    color:#999;
}
.blogs-cat li {
    display:inline;
    margin-right:3px;
    padding-right:3px;
}
/*リスト*/
.store-entry {
    font-size:100%;
    padding:5px 5px 10px 12px;
    background:url(/wp-content/themes/img/bg_entry.gif);
    margin:0 0 0 1px;
}
.store-entry li {
    background:url(/wp-content/themes/img/icon_entry.gif) left 5px no-repeat;
    padding:0 3px 0 10px;
    color:#fff;
    margin-bottom:2px;
    line-height:115%;
}
.store-entry li a {
    color:#CC3366;
    font-weight:bold;
}
.store-entry .data {
    color:#666666;
}

/*記事一覧ボタン*/
.forblog {
    background:url(/wp-content/themes/img/bg_ami.gif);
}


/***************************************
イベントページ
****************************************/

/*カラム幅*/
#column3 {
    background:url(/wp-content/themes/img/line_tate.gif) right top repeat-y;
}

td.column200 {
    width:200px;
    background:url(/wp-content/themes/img/line_tate.gif) left top repeat-y;
    vertical-align:top;
}
td.column400 {
    width:400px;
    background:url(/wp-content/themes/img/line_tate.gif) left top repeat-y;
    vertical-align:top;
}
td.column200s {
    width:200px;
    background:#F9F9F9 url(/wp-content/themes/img/line_tate.gif) left top repeat-y;
    vertical-align:top;
}


/*メインビジュアル*/
#main-contents {
    width:800px;
    height:165px;
}
/*サイトタイトル【上書】*/
#main-contents h1 {
    font-size:66%;
    text-indent:-3000px;
}
#main-contents h1 a {
    display:block;
    width:280px;
    height:165px;
    position:relative;
    top:0;
}
/*全ブログへ【上書】*/
#main-contents .allblog {
    width:800px;
    text-align:right;
    position:relative;
    top:-23px;
}
#main-contents .allblog a {
    color:#fff;
}

/*サイドバー*/
.side {
    padding:15px 15px;
}
.side-box {
    padding:8px 0 20px 0;
}
/*サイドバー*/
.side2 {
    padding:20px 15px;
}
.side-box2 {
    padding:8px 0 20px 0;
}

/*サイドバー内　記事リスト（ブログ）*/
.side-box li {
    background:url(/wp-content/themes/img/blogs/side_icon.gif) left 5px no-repeat;
    padding:0 3px 0 12px;
    margin-bottom:4px;
    line-height:120%;
}
.side-box li a {
    color:#CC3366;
}
.side-box li span {
    color:#333;
}

/*サイドバー内　記事リスト（イベント）*/
.side-box2 li {
    background:url(/wp-content/themes/img/event/side_icon.gif) left 5px no-repeat;
    padding:0 3px 0 12px;
    margin-bottom:4px;
    line-height:120%;
}
.side-box2 li a {
    color:#5E9D2F;
}
.side-box2 li span {
    color:#333;
}

/*サイド　バナー*/
.side-banner {
}

/*パンくずリスト*/
.breadCrumbs_event1 {
    background:url(/wp-content/themes/img/bg_entry.gif);
    margin-left:1px;
    border-top:#BCE335 5px solid;
    font-size:85%;
    color:#666;
}
.breadCrumbs_event2 {
    padding:20px 10px 5px 10px;
    line-height:130%;
}
.breadCrumbs_event2 a {
    color:#5E9D2F;
}

/*パンくずリスト*/
.breadCrumbs_blogs1 {
    background:url(/wp-content/themes/img/bg_entry.gif);
    margin-left:1px;
    border-top:#CF109F 5px solid;
    color:#666;
    font-size:85%;
}
.breadCrumbs_blogs2 {
    padding:20px 10px 5px 10px;
    line-height:130%;
}
.breadCrumbs_blogs2 a {
    color:#CF109F;
}

/*記事部分*/

#entry_blog {
    width:360px;
    padding:20px 20px;
}
#entry_blog a {
    color:#CF109F;
}
#entry_blog h2 {
    font-size:126%;
    line-height:140%;
    margin-bottom:5px;
}

#entry_blog img {
    max-width:360px;
    height:auto;
}

#entry_event {
    width:360px;
    padding:20px 20px;
}
#entry_event a {
    color:#5E9D2F;
}
#entry_event h2 {
    font-size:126%;
    line-height:140%;
    margin-bottom:5px;
}


/*共通*/
.read {
    background:url(/wp-content/themes/img/line_dot.gif) left top repeat-x;
    padding-top:15px;
    margin-top:5px;
    line-height:140%;
    font-size:106%;
}
.read p {
    margin:0;
}
.read span {
    font-size:100%;
}
.read img {
    margin:10px 0;
}
.meta {
    margin-top:20px;
    font-size:85%;
    color:#666;
    text-align:right;
}

/*singleの次へ前へ*/
.post-foot {
    color:#ccc;
    background:url(/wp-content/themes/img/line_dot.gif) left top repeat-x;
    padding:8px 8px 15px 8px;
    font-size:85%;
    overflow:hidden;/*FF2.0*/
    zoom:100%;/*IE6*/
}
.post-foot .next {
    float:right;
}
.post-foot .next a {
    color:#CC3366;
    padding:3px 15px 0 0;
    background:url(/wp-content/themes/img/icon_next.gif) right 4px no-repeat;
}
.post-foot .back {
    float:left;
}
.post-foot .back a {
    color:#CC3366;
    padding:3px 0 0 15px;
    background:url(/wp-content/themes/img/icon_back.gif) left 4px no-repeat;
}
/*一覧へ戻る*/
.content-foot {
    text-align:center;
    padding:10px 15px 15px 15px;
    margin-left:1px;
    background:url(/wp-content/themes/img/bg_entry.gif);
}
.content-foot a {
    color:#CC3366;
}

/*
.next {
    padding:10px 5px 10px 10px;
    background:url(/wp-content/themes/img/line_dot.gif) left top repeat-x;
}
.next a {
    padding-left:47px;
    background:url(/wp-content/themes/img/icon_next.gif) left 2px no-repeat;
}
.back {
    padding:10px 5px 10px 10px;
    background:url(/wp-content/themes/img/line_dot.gif) left top repeat-x;
}
.back a {
    padding-left:47px;
    background:url(/wp-content/themes/img/icon_back.gif) left 2px no-repeat;
}
.back img, .next img {
    position:relative;
    top:2px;
    margin:0 2px;
}
*/


/*一覧*/
.entry_list {
    padding-bottom:2px;
    margin-bottom:5px;
    color:#333;
    background:url(/wp-content/themes/img/line_dot.gif) left bottom repeat-x;
}
.entry_list h2 {
    font-size:116%;
    line-height:120%;
}
.entry_list span {
    color:#666;
}



/***************************************
個別ページ（モバイルコンテンツ）
****************************************/

#column1-R {
    background:url(/wp-content/themes/img/line_tate.gif) right top repeat-y;
}
#column1-L {
    background:url(/wp-content/themes/img/line_tate.gif) left top repeat-y;
    padding:20px 20px 30px 20px;
}

/*コンテンツ紹介*/
.forum-info h3 {
    padding:10px 5px 0 0;
    line-height:130%;
}
.forum-info p {
    padding:10px 5px 15px 0;
    line-height:150%;
}



/*注意事項*/
.note {
    padding:15px 10px 0 0;
}

.pasta1 {
    margin-top:15px;
    background:url(/wp-content/themes/img/mobile/pasta_lunch.jpg) left top no-repeat;
    width:760px;
    height:227px;
    position:relative;
    z-index:1;
}
.pasta2 {
    position:relative;
    z-index:5;
    top:145px;
    left:215px;
    line-height:140%;
    font-size:12px;
}




