﻿@charset "utf-8";

/*****************************************************/
/** 全体設定 **/
/*****************************************************/
html,body { 
margin: 0px;
padding: 0px;
height: 100%;
min-height: 100%;
}

body {
  background: #faf5ef;
  font-family:"メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","Osaka", Verdana, "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size:14px;
  line-height:160%;
  color:#333;

}

h1,h2,h3,h4,h5,div,p,ul,li {
  margin:0px;
  padding:0px;
}

img {
  border: 0px;
}

a img {
  border: 0px;
}

/*リンク設定*/
a:link  { color:#ff6600; text-decoration: underline; }
a:visited  { color:#ff6600; text-decoration: underline; }
a:active  { color:#ff9900; text-decoration: none; }
a:hover  { color:#ff9900; text-decoration: none; }


/*ヘッダー***************/

.head_line {
  width: 100%;
  background: url(../img/smobi/header_back.jpg) repeat-x;
  margin-bottom: 10px;
  height: 37px;
}

h1.head {
  margin: 0px auto;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  font-weight: normal;
}

.header_btn {
  width: 98%;
  max-width: 640px;
  margin: 0px auto;
}
  
h2.main_img {
  margin: 0px auto 0px auto !important;
  text-align: cente !important;
  border: none !important;
  padding: 0px !important;
 background: none !important;
}

.shoujou {
  margin: 20px auto;
}

.shoujou_txt {
  text-align: center;
  margin: 10px 15px;
}

.databox {
  text-align: center;
  margin-top: 30px;
}


hr {
  border-top: 1px dashed #cc9966;
}


/*フッター**************/

.pagetop {
  float: right;
  margin: 15px 10px 0px 0px;
}

.copyright {
  text-align: center;
  width: 100%;
  background: url(../img/smobi/footer_back.jpg) repeat-x;
  color: #333;
  font-size: 12px;
  line-height: 30px;
}

.pc_link {
  text-align: center;
  width: 100%;
  height: 30px;
  background: url(../img/smobi/copyright_back.jpg) repeat-x;
  padding-top: 10px;
  color: #fff;
  font-size: 12px;
}

.pc_link a {
  color: #fff;
  text-decoration: none;
}

/** フッタ―メニュー用 **/


ul.mini_menu {
  list-style-type: none;
  margin: 15px 0px 10px 0px !important;
  padding: 0px;
  border-top:solid 1px #d0d793;
}

ul.mini_menu li {
  margin: 0px !important;
  padding: 0px !important;
  overflow: hidden;
  border-top:solid 1px #fff;
  border-bottom:solid 1px #d0d793;
  background-color: #fdf8e6 !important;
}

.mini_menu li:nth-child(odd) {
  float:left;
  width:50%;
  border-right:solid 1px #d0d793;
}
.mini_menu li:nth-child(even) {
  border-left:solid 1px #fff;
}

.mini_menu li a{
  margin: 0px !important;
/*  padding-left: 5px;  */
  overflow: hidden;
  display:block;
  height: 34px;
  line-height:34px;
  text-decoration: none;
  text-align: center;
  color: #796900;
}

  

/*右上メニュー（グローバルナビ）用****************/

.wrapper {
  position: relative;
}

#overlay{
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    min-height: 100%;
    display:none;
}

 .close_menu {
  display: block;
  background: url(../img/smobi/footer_back.jpg);
  padding: 10px 0px 10px 0px;
  margin: 0px;
  text-align: center;
}

ul.gnavi {
  margin:0px 0px 0px 0px;
  list-style-type: none;
}
ul.gnavi li {
  border-bottom: 2px dashed #ff8400;
}
ul.gnavi li a {
  display: block;
  padding: 10px 20px 10px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  text-decoration: none;
  text-align: center;
  background: #fff;
}

li.bg_y a{
 background: #fdffdf !important;
}

/*記事内リンクのボタン化****************/

ul.cont_menu {
  margin: 10px 0px !important;
  padding: 0px;
  border-top:solid 1px #d0d793;
}

ul.cont_menu li {
  margin: 0px !important;
  overflow: hidden;
  border-top:solid 1px #ffffff;
  border-bottom:solid 1px #d0d793;
  background-color: #fdf8e6 !important;
}

.cont_menu li a{
  margin: 0px !important;
  overflow: hidden;
  display:block;
  padding-left: 5px;
  height: 34px;
  line-height:34px;
  text-decoration: none;
  color: #796900;
}

.cont_menu2 {
  margin: 0px !important;
  width: 100% !important;
  overflow: hidden;
  border-top:solid 1px #ffffff;
  border-bottom:solid 1px #d0d793;
  background-color: #fdf8e6;
}

.cont_menu2 a{
  width: 100% !important;
  overflow: hidden;
  display:block;
  padding-left: 10px;
  height: 34px;
  line-height:34px;
  text-decoration: none;
  color: #796900;
}
  

/*****************************************************/
/** コンテンツ用 **/
/*****************************************************/

h2 {
  font-size: 18px;
  color: #663300;
  background: #ecddc8;
  text-align: center;
  margin: 0px 0px 10px 0px;
  padding: 10px 0px;
  border-top: 1px dashed #85532e;
  border-bottom: 1px dashed #85532e;
}

h3{
  line-height: 140%;
  font-size:16px;
  color: #333;
  background: #fff;
  padding: 8px 10px 5px 10px;
  margin-top:20px;
  margin-bottom: 10px;
  border-top: 1px solid #e69300;
  border-bottom: 1px solid #e69300;
}

h4 {
  border-left: 8px solid #ff9933;
  margin: 15px 5px 10px 5px;
  color: #663300;
  font-size: 16px;
  line-height: 40px;
  padding-left: 5px;
}

h5 {
 color: #ff6600;
 font-size: 14px;
 margin-top:20px;
 border-bottom:  1px dotted #ff9933;
 margin-bottom: 5px;
}

/* 1階層の日付 */
.date {
 font-weight: normal;
 font-size: 12px;
 color: #a88d26;
}

.sub {
 font-weight: normal;
 font-size: 12px;
}

/* 画像の設定 */
.ImageMain1 {
 margin: 10px auto;
 float: none !important;
 display:block;
 clear:both;
 border: 2px solid #ebe3d9;
}

.ImageMain2 {
 margin: 10px auto;
 float: none !important;
 display:block;
 clear:both;
 border: 2px solid #ebe3d9;
}

.ImageMain3 {
 margin: 10px auto;
 float: none !important;
 display:block;
 clear:both;
 border: 2px solid #ebe3d9;
}

.ImageMain4 {
 margin: 10px auto;
 float: none !important;
 display:block;
 clear:both;
 border: 2px solid #ebe3d9;
}

.sp_img{
 width: 98%;
 margin: 10px auto;
 float: none !important;
 display:block;
 clear:both;
}

.sp_img2 {
 margin: 10px auto 10px auto !important;
 float: none !important;
 display:block;
 clear:both;
}

.smobiimg  img{
 margin: 10px auto 10px auto !important;
 float: none !important;
 display:block;
 clear:both;
 max-width: 95%;
}
.KijiArea,.IncludeArea {
  margin: 0px auto 10px auto;
  padding: 0px 10px;
}


/*****************************************************/
/** リストデザイン用 **/
/*****************************************************/

/** リンクリスト **/
ul.linklist {
  list-style-type: none;
}

ul.linklist li {
  margin: 0px 0px 0px 0px;
  background: url(../img/share/icon_link.png) no-repeat 0px 5px;
  padding-left: 15px;
}

/** 通常リスト **/
ul.iconlist {
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.iconlist li {
  margin: 2px 0px 2px 0px;
  background: url(../img/share/icon_list.jpg) no-repeat 0px 2px;
  padding-left: 20px;
}



/*****************************************************/
/** テーブルデザイン用 **/
/*****************************************************/


/** フォーム **/
table.form {
    width: 98%;
    letter-spacing: 0em;
    margin: 20px auto 30px auto;
    border-top: 1px #c7b299 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.form th {
    padding: 10px;
    border: #c7b299 solid;
    border-width: 0 0 1px 0;
    background: #f0dfc2;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table.form td {
    font-size: 13px;
    padding: 10px;
    background: #fffbf7;
    border: 1px #c7b299 solid;
    border-width: 0 0 1px 0;
}

/** 料理教室詳細用 **/

table.event_detail {
    width: 98%;
    margin: 10px auto;
    letter-spacing: 0em;
    border: 1px #c7b299 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.event_detail th {
    width: 20%;
    padding: 5px;
    border: #c7b299 solid;
    border-width: 0 0 1px 1px;
    background: #f0dfc2;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table.event_detail td {
    padding: 10px;
    border: 1px #c7b299 solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

.event_ph img {
 margin: 10px auto;
 float: none !important;
 border: 2px solid #ebe3d9;
}

/** カレンダー **/

.AePopupBox  {
  display:none;
}

table.AeCalTable {
    width: 95%;
    margin: 0px auto 10px auto;
    border-bottom: 1px #927451 solid;
    border-right: 1px #927451 solid;
    border-left: 1px #927451 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.AeCalTable th {
    font-size: 12px;
    padding: 10px 0px;
    border:  #927451 solid;
    border-width: 1px 1px 0px 1px;
    background: #ecddc8;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}

table.AeCalTable td {
    padding: 10px;
    line-height: 140%;
    border:  #927451 solid;
    border-width: 1px 0px 1px 1px;
    text-align: center !important;
    font-size: 12px;
}


/** 料理教室一覧用 ****/

div.eventlist {
  margin: 0px auto 10px auto;
  padding: 0px 10px;
}

.eventlist a:link { color:#ff6600; text-decoration: none; }
.eventlist a:visited { color:#ff6600; text-decoration: none; }
.eventlist a:active { color:#ff9900; text-decoration: underline; }
.eventlist a:hover { color:#ff9900; text-decoration: underline; }

.eventlist ul {
  list-style-type: none;
  margin: 10px;
}

.eventlist ul li {
  margin: 5px 0px 5px 0px;
  background: url(../img/share/icon_list.jpg) no-repeat 0px 2px;
  padding-left: 20px;
}



/*****************************************************/
/** ナビゲーションタグの設定
/*****************************************************/

/* ページ遷移ナビ(Next/Back)配置 */
.PageNavi {
  text-align:center;
  font-size: 14px;
  margin: 30px 0px 10px 0px; /*上右下左*/
}

/* トップSSI遷移ナビ(詳細>>)の配置 */
.SSIdetail {
  text-align:right;
  margin: 0px 5px 10px 0px; /*上右下左*/
}

/* 2階層トップの遷移ナビ(詳細>>)の配置 */
.ToDetail {
  text-align:right;
  margin: 0px 5px 10px 0px; /*上右下左*/
}


/*****************************************************/
/** テキスト・レイアウト調整用 **/
/*****************************************************/

/**配置設定**/
.center {
 text-align:center;
}

.t_r {
 text-align :right;
}

.t_l {
 text-align :left;
}

.f_r {
  float:right;
}

.f_l {
  float:left;
}

.cl {
  clear:both;
}

.cl_r {
  clear:right;
}

.cl_l {
  clear:left;
}

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac */

* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* End hide from IE-mac */



/**テキスト設定**/

/*色*/
.red {
 color:#ff0000;
}

.pink {
 color:#FF0099;
}

.green {
 color:#669933;
}

.orange {
 color:#ff6600;
}

.blue {
 color:#0066cc;
}

.black {
 color:#000000;
}

/*太さとサイズ*/
.bld {
  font-weight:bold;
}

.font10 {
  font-size:10px;
}

.font12 {
  font-size:12px;
}

.font13 {
  font-size:13px !important;
}

.font14 {
  font-size:14px;
}

.font10 {
  font-size:10px;
}

.font12 {
  font-size:12px;
}

.font16 {
  font-size:16px;
}

/**マージン設定**/

/*上マージン*/
.mt05 {
  margin-top:5px;
}

.mt10 {
  margin-top:10px;
}

.mt15 {
  margin-top:15px;
}

.mt20 {
  margin-top:20px;
}

.mt25 {
  margin-top:25px;
}

.mt30 {
  margin-top:30px;
}

.mt40 {
  margin-top:40px;
}

/*下マージン*/
.mb05 {
  margin-bottom:5px;
}

.mb10 {
  margin-bottom:10px;
}

.mb15 {
  margin-bottom:15px;
}

.mb20 {
  margin-bottom:20px;
}

.mb25 {
  margin-bottom:25px;
}

.mb30 {
  margin-bottom:30px;
}

/*左マージン*/
.ml05 {
  margin-left:5px;
}

.ml10 {
  margin-left:10px;
}

.ml15 {
  margin-left:15px;
}

.ml20 {
  margin-left:20px;
}

.ml25 {
  margin-left:25px;
}

.ml30 {
  margin-left:30px;
}

/*右マージン*/
.mr05 {
  margin-right:05px;
}

.mr10 {
  margin-right:10px;
}

.mr15 {
  margin-right:15px;
}

.mr20 {
  margin-right:20px;
}

.mr25 {
  margin-right:25px;
}

.mr30 {
  margin-right:30px;
}

/*****************************************************/
/** 漢方相談ページ
/*****************************************************/

.kanpou_menu ul{
	list-style:none;
}
.kanpou_menu li a{
	float:left;
	-moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border-radius: 5px;
	background-color: #ff6600;
	color: #ffffff;
	padding:5px 20px;
	margin:5px 5px ;
	text-decoration:none;
}
.kanpou_menu li a:hover{
  	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;

}