@charset "utf-8";
/* CSS Document */

/* ----------------------------------------------------------------------

 pc style setting

---------------------------------------------------------------------- */
body { margin:0; padding:0;
       font-family:"Century Gothic",Arial,sans-serif;;
       color:#87531c; background:url(img/ps_back.png) fixed; overflow: scroll; letter-spacing: 1px;}



/* layout */
#header_wrap { width:100%; min-width:960px;}
#header { width:1000px; height:112px; position:relative; margin:0 auto; background:#ffffff;}

#index_top_wrap { width:100%; min-width:960px;}
#index_top { width:960px; positio:relative; margin:auto; padding-top:0; padding-right:20px; padding-bottom:0px; padding-left:20px; background:#fff;}

/*#main_contents_wrap { width:100%; min-width:960px; background:#fff;}*/
#main_contents { width:960px; margin:0 auto; background:#fff; padding-top:0; padding-right:20px; padding-bottom:0px; padding-left:20px; }


#main_col { width:660px; float:left; padding:5px 0;}


#side_col { width:300px; float:right; padding:50px 0; }
.page-template-page-noside-php #main_col { width:100%; float:none; }
.page-template-page-noside-short-php #main_col, .page-template-page-co-noside-php #main_col
 { width:850px; float:none; margin:0 auto; }


/* ★headline */
.headline1 { /*border-bottom:1px solid #ddd;*/ padding:16px 0 15px 35px; margin:0; font-size:14px; font-weight:bold; color:#9b5a16; background:url(http://poms-syrup.com/wp-content/uploads/2015/07/headline1_back.gif) no-repeat; height:30px; width:400px;}
.headline1 span { /*border-bottom:4px solid #ccc;*/ padding:0 0 150px 0; margin:0; display:inline-block; }


.headline2 { /*border-bottom:1px solid #ddd;*/ padding:16px 0 5px 35px; margin:0; font-size:14px; font-weight:bold; color:#9b5a16; background:url(http://poms-syrup.com/wp-content/uploads/2015/07/headline1_back.gif) no-repeat; height:30px; width:400px;}


h2 { font-size:12px; font-weight:normal; color:#ac6d35;}
h4 { font-size:12px; font-weight:normal; color:#777777; margin:-10px 0 10px 0;}







/* ----------------------------------------------------------------------
 company info
---------------------------------------------------------------------- */
#company_info { margin:0 0 50px 0; padding:1px 0 0 0; }
#company_info p { margin:0; }
#company_info dl { border-bottom:1px solid #ddd; margin:0 0 40px 0; }
#company_info dt { float:left; width:150px; display:inline; margin:0 0 0px 0; line-height:200%; font-weight:bold; font-size:11px; border-top:1px solid #ddd; padding:12px 10px 10px 0; }
#company_info dd { margin:0 0 0px 150px; line-height:200%; background:#f9f9f9; padding:12px 10px 10px 10px; border-top:1px solid #ddd; }

#company_map { text-align:right; }
#company_map a { color:#333; }
#company_map iframe { width:100%; }
#company_map_desc { padding:20px 0 0; margin-bottom:-30px; }




/* ----------------------------------------------------------------------
 index
---------------------------------------------------------------------- */
/* slider */
#slider { z-index:1; min-width:960px;}
#slider img { width:960px; height:620px; display:block; margin:10px 0 0 0 ;}

/* top banner(タッチサンプルバナー) */
#index_banner ol { margin:5px 0 10px 0; padding:0; }
#index_banner ol li { list-style-type:none; margin:0; padding:0; float:left; margin:0 22px 0 0; }
#index_banner ol li.num3 { margin:0; }
#index_banner img { display:block; }

/* information(最新情報) */
#index_info { position:relative; }
#index_info ol { margin:0 0 10px 0; padding:0;}
#index_info ol li { list-style-type:none; margin:0 0 2px 0; padding:2px; background:#fffeeb; font-size:12px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
#index_info ol li .date { font-size:12px; margin:0 10px 0 0; line-height:100%; background:#c93811; color:#fff; padding:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:100px; text-align:center; }
#index_info ol li .title { float:left; width:690px; line-height:100%; padding:4px 0; margin:0;}
#index_info ol li .title a { display:block; text-decoration:none; }

/* blog(元々はnewsだった部分) */
#index_news { position:relative; }
#index_news ol { margin:0 0 10px 0; padding:0;}
#index_news ol li { list-style-type:none; margin:0 0 2px 0; padding:2px; background:; font-size:12px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;}
#index_news ol li .date { font-size:12px; margin:0 10px 0 0; line-height:100%; background:#d3b757; color:#fff; padding:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:100px; text-align:center; }
#index_news ol li .title { float:left; width:690px; line-height:100%; padding:4px 0; margin:0;}
#index_news ol li .title a { display:block; text-decoration:none; }

/* archive link */
.index_archive_link a { position:absolute; right:0px; top:30px; font-size:13px; text-decoration:underline; background:#fff;}
.index_archive_link a:hover { text-decoration:underline; }

/* index center banner */
#index_center_banner { display:block; margin:0 0 10px 0; }

/* product */
#index_product { position:relative; margin:0 0 10px 0; }
#index_product ol { margin:0 -28px 0 0; padding:0; }
#index_product ol li { list-style-type:none; margin:0 20px 20px 0; padding:0; vertical-align:top; width:140px; display:inline-block; }
#index_product ol li .image { display:block;}
#index_product ol li .image img {
  display:block; width:140px; height:120px; border:1px solid #ccc;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#index_product ol li .image:hover img { opacity:0.5; }
#index_product ol li .category { /*background:#ffbaa2;*/ color:#b49870; padding:0 10px; height:20px; line-height:20px; overflow:hidden; font-size:10px;}
#index_product ol li .category a { text-decoration:none; color:#b49870;}
#index_product ol li .category a:hover { text-decoration:underline; color:#d7c09f;}
#index_product ol li .title { font-size:12px; margin:15px 0 5px; }
#index_product ol li .title a { text-decoration:none; }
#index_product ol li .desc { font-size:10px; margin:5px 0 10px; line-height:160%; }





/* blog */
#index_blog { position:relative; margin:0 0 40px 0; }
#index_blog ol { margin:0; padding:0; }
#index_blog ol li { list-style-type:none; margin:0 0 10px 0; padding:0 0 10px 0; border-bottom:1px dotted #aaa; }
#index_blog ol li:last-child { border:none; margin:0; padding:0; }
#index_blog ol li .image { float:left; margin:0 15px 0 0; background:#fff; }
#index_blog ol li .image img { display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#index_blog ol li .image:hover img { opacity:0.5; }
#index_blog ol li .date { margin:0; font-size:11px; color:#999; }
#index_blog ol li .title { margin:0; font-size:12px; }

/* footer banner */
#footer_banner li { }
#footer_banner li.num1 { float:left; }
#footer_banner li.num2 { float:right; }
#footer_banner li.num3 { clear:both; padding:30px 0 0 0; }
#footer_banner li img { display:block; }




/* ----------------------------------------------------------------------
 archive
---------------------------------------------------------------------- */
/* product */
#product_list { position:relative; margin:0 0 10px 0; }
#product_list { margin:0 -28px 0 0; padding:0; }
#product_list li { list-style-type:none; margin:0 23px 20px 0; padding:0; vertical-align:top; width:248px; display:inline-block; }
#product_list li .image { display:block; background:#fff; }
#product_list li .image img {
  display:block; width:248px; height:190px; border:1px solid #ccc;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
  -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
}
#product_list li .image:hover img { opacity:0.5; }
#product_list li .title { font-size:14px; margin:0 0 10px 0; }
#product_list li .title a {
  text-decoration:none; display:block; padding:10px; background:#f39800; color:#fff; height:40px; overflow:hidden;
  -webkit-transition-property:background; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:background; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:background; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
#product_list li .title a:hover { background:#fabd59; }

/* news */
#news_list { position:relative; }
#news_list { margin:0 0 40px 0; padding:0; }
#news_list li { list-style-type:none; margin:0 0 2px 0; padding:5px; background:; font-size:13px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }

#news_list li .date { font-size:12px; margin:0 10px 0 0; line-height:100%; background:#d3b757; color:#fff; padding:4px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; float:left; width:100px; text-align:center; }



#news_list li .title { float:left; width:300px; line-height:50%; padding:7px 0; margin:0;}
#news_list li .title a { display:block; text-decoration:none; }

/* blog */
#post_list { margin:0; padding:0; }
#post_list li { border-bottom:1px dotted #57d16e; border-width:2px; margin:0 0 25px 0; padding:0 0 15px 0; }
#post_list .image { float:left; background:#fff; }
#post_list .image img { display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#post_list .image:hover img { opacity:0.5 }
#post_list .info { float:left; width:660px; }
#post_list .no_thumbnail .info { float:none; width:auto; }


#post_list .title { font-size:14px; font-weight:bold; line-height:180%; margin:0 0 5px 0; }
#post_list .title a { text-decoration:underline; }
#post_list .title a:hover { text-decoration:underline; }
#post_list .desc { clear:both; }
#post_list ul { margin:0; }
#post_list li li { border:none; margin:0 25px 5px 0; padding:0; float:left; font-size:12px; }
#post_list li.meta_category { background:url(img/common/icon_category.png) no-repeat left 3px; padding-left:15px; }
#post_list li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 3px;  padding-left:15px; }
#post_list li.meta_author { background:url(img/common/icon_author.png) no-repeat left 3px;  padding-left:15px; }




/* ----------------------------------------------------------------------
 single post page
---------------------------------------------------------------------- */
.post { margin:0 0 10px 0;}

/* title */
#post_title { margin:0 0 0 10px;}
#post_title h2 { margin:0; padding:0; font-size:14px; line-height:300%;  font-weight:bold;}

#post_title .post_date { font-size:12px; width:45px; height:45px; text-align:center; margin:0 15px 5px 0; line-height:100%; float:left; background:#ffc000; position:relative;}
#post_list .date { color:#fff; display:block; position:absolute; top:54px; width:54px; }
#post_list .month { color:#fff; display:block; position:absolute; bottom:54px; width:54px; } 


/* post thumbnail */
.post_image { text-align:left; margin:0 0 10px 0; }
.post_image img { margin:0; width:auto; height:auto; }


/* next page */
#post_pagination { margin:0 0 30px 0; }
#post_pagination h5 { margin:0 10px 0 0; float:left; line-height:30px; font-size:12px; }
#post_pagination a, #post_pagination p { float:left; display:inline-block; background:#eee; margin:0 5px 0 0; width:30px; height:30px; line-height:30px; text-align:center; text-decoration:none; color:#333; -moz-border-radius:3px; -khtml-border-radius:3px; -webkit-border-radius:3px; border-radius:3px; font-size:12px; }
#post_pagination p { background:#999; color:#fff; }
#post_pagination a:hover { /*background:#00a2d9;*/ color:#fff; }


/* meta and bookmark */
#post_meta { border-top:1px dotted #aaa; margin:0 0 20px 0; padding:15px 0; }
#post_meta #meta { float:left; width:60%; margin:0; font-size:12px; }
#post_meta #meta li { padding:0; margin:0 0 6px 0; line-height:160%; }
#post_meta #meta li.meta_author { background:url(img/common/icon_author.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_comment { background:url(img/common/icon_comment.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta #meta li.meta_category { background:url(img/common/icon_category.png) no-repeat 3px 4px; padding:0 0 0 18px; }
#post_meta #meta li.meta_tag { background:url(img/common/icon_tag.png) no-repeat left 5px; padding:0 0 0 18px; }
#post_meta .bookmark { float:right; margin:0; }
#post_meta .bookmark li { float:left; margin:0 0 0 10px; }


/* related post*/
#related_post { margin:0 0 35px 0; }
#related_post .headline { font-size:18px; margin:0 0 12px 0; line-height:100%; }
#related_post ul { margin:0 -10px 0 0; }
#related_post li { display:inline-block; margin:0 5px 10px 0; vertical-align:top; width:373px; border:1px solid #ccc; padding:10px; }
#related_post .image { float:left; margin:0 15px 0 0; background:#fff; }
#related_post .image img { width:72px; height:72px; display:block; -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease; }
#related_post .image:hover img { opacity:0.5; }
#related_post .info { }
#related_post .date { margin:0 0 5px 0; line-height:100%; font-size:12px; color:#999; }
#related_post .title { font-size:14px; margin:0; }
#related_post .title a { text-decoration:none; display:block; }


/* next prev post link */
#previous_next_post { margin:0 0 40px 0; padding:0; border-top:1px solid #ccc; }
#previous_next_post p { margin:0; padding:0; }
#previous_next_post a { -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box;
 }
#previous_post a { margin:0; width:50%; float:left; border-right:1px solid #ccc; line-height:140%; font-size:12px; background:url(img/common/arrow_left.gif) no-repeat left 20px; padding:25px 30px; }
#next_post a { margin:0; left:-1px; position:relative; width:50%; float:right; text-align:right; border-left:1px solid #ccc; line-height:140%; font-size:12px; background:url(img/common/arrow_right.gif) no-repeat right 20px; padding:25px 30px; }




/* ----------------------------------------------------------------------
 product single page
---------------------------------------------------------------------- */
#product_headline a { text-decoration:none; }
#product_headline a:hover { text-decoration:underline; }
.product_title { margin:0 0 20px 0; }

/* slider */
#product_image_slider_wrap { width:770px; background:#f2f2f2; padding:15px; position:relative; margin:0 0 30px 0; }
#product_image_slider_wrap #loader { position:absolute; top:200px; left:350px; }
#product_image_slider { width:575px; height:380px; margin:; overflow:hidden; }
#product_image_slider img { width:575px; height:380px; }

/* thumbnail */
.nivo-controlNav { padding:0; margin:0; position:absolute; right:15px; top:15px; }
.nivo-controlNav a { cursor:pointer; margin:0 0 13px 0; display:block; }
.nivo-controlNav a img { display:block; opacity:0.3; }
.nivo-controlNav a.active img, .nivo-controlNav a:hover img { opacity:1; }

/* no slider */
#product_image {  }
#product_image img { display:block; border:15px solid #f2f2f2; margin:0 auto 30px;}

/* bookmark */
.bookmark { margin:0 0 30px 0; }
.bookmark li { float:left; margin:0 10px 0 0; }




/* ----------------------------------------------------------------------
 header
---------------------------------------------------------------------- */

/* logo */
#logo_text { position:absolute; left:0px; top:35px; margin:0; padding:0; font-size:24px; line-height:100%; font-weight:normal; }
#logo_text a { text-decoration:none; display:block; }
#logo_text a:hover { color:#00a2d9; }
#description { position:absolute; left:0px; top:55px; font-weight:normal; font-size:11px; color:#aaa; }
#logo_image { position:absolute; margin:0; padding:0; line-height:100%; }
#logo_image img { display:block; }







/* ----------------------------------------------------------------------
 footer
---------------------------------------------------------------------- */
#return_top { z-index:999; position:fixed; right:10px; bottom:25px; margin:0; display:block; width:80px; height:80px; text-indent:-9999px; background: url(img/footer/ps_pagetop.png) no-repeat center; }
#return_top:hover {
-webkit-border-top-left-radius: 80px;
-webkit-border-top-right-radius: 80px;
-moz-border-radius-topleft: 80px;
-moz-border-radius-topright: 80px;
-webkit-border-bottom-right-radius: 80px;
-webkit-border-bottom-left-radius: 80px;
-moz-border-radius-bottomright: 80px;
-moz-border-radius-bottomleft: 80px;
}

/* basic setting */
#footer { clear:both; width:100%; min-width:960px; background:#f4f4f4; }
#footer_inner { width:960px; margin:0 auto; position:relative; font-size:11px; padding-top:50px; }
#footer a { }
#footer a:hover { }
#footer li { line-height:170%; margin:0 0 10px 0; padding:0; }

/* widget area */
#footer_widget { position:relative; }
.footer_widget { margin:0 41px 40px 0; width:350px; display:inline-block; vertical-align:top; overflow:hidden; }
.footer_widget.right_widget { margin-right:0; }
.footer_headline { font-size:16px; margin:0 0 15px 0; padding:0 0 8px 0; }
.footer_widget ul { margin:0; }
.footer_widget li ul { margin:10px 0 0 0; }
.footer_widget li { }
.footer_widget img { height:auto; max-width:100%; width:auto; }

/* copyright */
#copyright { width:1000px; clear:both; color:#fff; background:#ac6d35; margin-right: auto; margin-left : auto;}
#copyright_inner { width:960px; height:50px; margin:0 auto; positiion:relative; font-size:12px;}
#copyright a { text-decoration:none; color:#fff; }
#copyright a:hover { text-decoration:underline; }

/* menu */
#footer_menu { margin:23px 0 0 0; float:left; }
#footer_menu li { float:left; margin:0; line-height:100%; }
#footer_menu li a { text-decoration:none; border-right:1px solid #aaa; margin:0 0 0 0; padding:0 10px 0 10px; }
#footer_menu li:last-child a { border:none; }

/* sns link */
#social_link { margin:15px 0 0 15px; float:right; }
#social_link li { float:left; margin:0 0 0 5px; line-height:100%; }
#social_link li a {
  text-indent:100%; white-space:nowrap; overflow:hidden; display:block; width:24px; height:24px;
  -webkit-transition-property:opacity; -webkit-transition-duration:0.4s; -webkit-transition-timing-function:ease; -moz-transition-property:opacity; -moz-transition-duration:0.4s; -moz-transition-timing-function:ease; -o-transition-property:opacity; -o-transition-duration:0.4s; -o-transition-timing-function:ease;
}
#social_link li.rss a { background-image:url(img/footer/rss.png); }
#social_link li.twitter a { background-image:url(img/footer/twitter.png); }
#social_link li.facebook a { background-image:url(img/footer/facebook.png); }
#social_link li a:hover { opacity:0.5; }

/* copyright */
#copyright p { margin:18px 0 0 0; float:right; font-size:12px; }








/* イラスト */

.menu_illust a{display:block;height:43px; /*高さ*/
    width:200px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_illustration.png)no-repeat top center; /*メニュー画像*/}

.menu_illust a:hover{display:block;height:43px; /*高さ*/
    width:200px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_illustration.png)no-repeat bottom center; /*メニュー画像*/}




/* プロフィール */

.menu_profile a{display:block;height:43px; /*高さ*/
    width:130px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_profile.png)no-repeat top center; /*メニュー画像*/}

.menu_profile a:hover{display:block;height:43px; /*高さ*/
    width:130px; /*横幅*/
    text-align:center; /*テキストの位置*
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_profile.png)no-repeat bottom center; /*メニュー画像*/}




/* ダイアリー */

.menu_diary a{display:block;height:63px; /*高さ*/
    width:140px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_diary.png)no-repeat top center; /*メニュー画像*/}

.menu_diary a:hover{display:block;height:63px; /*高さ*/
    width:140px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_diary.png)no-repeat bottom center; /*メニュー画像*/}


/* コンタクト */

.menu_contact a{display:block;height:63px; /*高さ*/
    width:140px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_contact.png)no-repeat top center; /*メニュー画像*/}

.menu_contact a:hover{display:block;height:63px; /*高さ*/
    width:140px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_contact.png)no-repeat bottom center; /*メニュー画像*/}


/* ホーム */

.menu_home a{display:block;height:63px; /*高さ*/
    width:115px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_home.png)no-repeat top center; /*メニュー画像*/}

.menu_home a:hover{display:block;height:63px; /*高さ*/
    width:115px; /*横幅*/
    text-align:center; /*テキストの位置*/
    text-indent:-9898px; /*テキストを横に飛ばして見えなくする*/
    background:url(img/menu_home.png)no-repeat bottom center; /*メニュー画像*/}



li {display:inline-block;}


/* global menu (★グローバルメニューの高さ設定★) */
.menu_button { display:none; }
#global_menu { margin:0 20px; position:absolute; right:0px; bottom:0px; z-index:999; }
#global_menu ul ul { display:none; position:absolute; top:43px; left:0px; margin:0; padding:0; border-top:1px solid #ccc; }
#global_menu ul ul ul { left:100%; top:0; margin:0 0 0 -1px; }
#global_menu li { float:left; font-size:1%; position:relative; }
#global_menu li a { text-align:center; text-decoration:none; display:block; height:43px; padding:0 10px;}



/*
#global_menu ul li a:hover, #global_menu > ul > li.active_menu > a { border-bottom:4px solid #aaa; color:#333; }
#global_menu ul ul li { float:none; height:auto; line-height:26px; padding:0; margin:0; text-align:left; }
#global_menu ul ul a { font-size:12px; position:relative; padding:10px 20px 8px; width:150px; height:auto; line-height:180%; margin:0 0 -1px 0; text-align:left; border:1px solid #ccc; background:#fff; }
#global_menu ul ul a:hover { border:1px solid #ccc; background:#e2e2e2; }
*/



/*固定ページのテーブル*/
.content_table { width:100%; border:none; border-collapse:collapse; margin-left: auto; margin-right: auto;}
.content_table td { text-align:left; background:#fff; margin:30px; font-weight:bold;}


/*イベント一覧のテーブル*/
.event_table { width:100%;  border-collapse:collapse; margin:10px 5px 20px 0;}
.event_table th { text-align:left; font-weight:bold; background:#fff; margin:30px; border:1px solid; color:#996c33;  padding:10px;}
.event_table td { text-align:left; background:#fff; margin:30px; border:1px solid; color:#996c33; padding:10px; font-size:8px;}


/*基本のテーブル*/
.base_table { width:700; border:none; border-collapse:collapse; align:center;}
.base_table td { background:#fff; padding:10px;　color:#9d6c36;}



/*お知らせの白背景*/
.info_table { width:100%; border:none; border-collapse:collapse; align:center;}
.info_table td { background-color:#fff; padding:10px; font-size:12px; color:#9d6c36; line-height:200%;}



/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input{
background:url(img/common/kakunin.gif) no-repeat;
width:60px;
height:30px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}
 
.mw_wp_form_confirm .btn input{
/*送信ボタン用*/
background:url(img/common/send.gif) no-repeat;
width:60px;
height:30px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

 
#submitback input{
/*戻るボタン用*/
background:url(img/common/back.gif) no-repeat;
width:60px;
height:30px;
text-indent:-9999px;
overflow:hidden;
border:none;
cursor:pointer;
}

/*注釈*/
.annotation { font-size:80%; text-align:right; margin:0 0 25px 0; padding:0; }
.annotation_sp { display:none; }

/*PCのときだけ画像左寄せ*/
.align_sp { display:none; }
.align { float:left; }

/*item文字の設定*/
.item { margin:0 0 -35px 0; }

/*強調文字*/
.name { font-weight:bold; font-size:16px;}

/*キャラクター紹介ページ*/
.cha  {  background:url(img/common/cha_back_y.jpg) no-repeat; }