@charset "utf-8";

/*==共通レイアウト==*/

/*==========================================
 body
===========================================*/
body {
  width: 100%;
  background-color: #FFF599;
  background: url("../img/bg_gore.jpg");
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color:#000;
  font-size:0.95em;
}
a {
  color:#000;
  text-decoration:none;
}
a:hover {
  color:#333;
  text-decoration:underline;
}
/*==高さのauto解除==*/
html,body {
    height: 100%;
}
/*=#stageは100%表示してはいけない=*/
#stage {
    height: auto;
}
/*==========================================
 ヘッダーのスタイル
===========================================*/
header {
  text-align:center;
  margin: 20px 0;
}
header h1 {
  margin:0 auto;
  padding:15px 5px 7px 5px;
  width:90%;
}
header h1 img {
  width:100%;
  max-width:265px;
}
header {
  position:relative;
  overflow:hidden;
}

header p {
  width:100%;
}
header p img {
  width:100%;
  height:auto;
  max-width:960px;
}
#pan {
    text-align: right;
    font-size: 0.7em;
    padding: 10px 10px 20px 10px;
}

/*--769以上--*/
@media only screen and (min-width: 769px) {
   header {
    position:static;
    overflow:visible;
  }
  header h1 {
    text-align:left;
    padding:15px 5px 7px 5px;
    width:280px;
    float:left;
  }
  header h1 img {
    width:100%;
  }

}
/*-961以上で固定-*/
@media only screen and (min-width: 961px) {
  header {
    width:960px;
    margin-left:auto;
    margin-right:auto;
  }
}
/*==========================================
 ナビゲーションのスタイル
===========================================*/


/*==========================================
 コンテンツエリア
===========================================*/
#contents {
    width: 100%;
    height: 100%;
    clear:both;
    background-color: #FFF;
    border-radius: 10px;
    font-size: 1em;
    letter-spacing: 0.1em;
    line-height: 1.4em;
}

/*-961以上で固定-*/
@media only screen and (min-width: 961px) {

  /*contentsエリアの設定*/
  #contents {
    max-width: 960px;
    margin: 0 auto;
    background-color: #FFF;

  }
}

/*==========================================
 コンテンツエリア >> メニュー
===========================================*/

/*==========================================
 コンテンツエリア >> メイン
===========================================*/
#main {
    text-align: left;
    margin-left: 5px;
    padding: 5%  10% 10% 10%;
}
#main h2 {
	padding: .5em .75em;
	background: -webkit-linear-gradient(top, #f8e564 0%, #74C3BC 100%);
	background: linear-gradient(to bottom, #f8e564 0%, #74C3BC 100%);
	color: #4a3805;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	border-radius: 5px;
	margin: 15px 0;
}
#main ul {

}
#main ul li {
    list-style: square;
}
#main ul li img {
    height: auto;
    max-width: 470px;
}
#main img{
    max-width: 100%;
}
p .tx {
  width: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}
.t_bg {
    background: #F8E6E0;
    padding: 5%;
    border-radius: 10px;
}
.list_r a{
    color: #ff2828;
    font-weight: bold;
    font-size: 1.2em;
}
.t_00 {
    text-align: center;
}
.t_00 p{
    font-size: 0.8em;
}
.t_00 img{
    border-radius: 10px;
    border: solid 1px;
}
.t_01 {
    float:left;
    width: 49%;
}
.t_02 {
    float:right;
    width: 49%;
}

/*==========================================
 ページトップへボタンのスタイル
===========================================*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top img {
  border-radius: 5px;
}
#page-top a:hover img {
  opacity: 0.5;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/*==========================================
 フッターのスタイル
===========================================*/
footer {
    border-top: double 3px #FFF;
    margin: 20px 0;
    padding: 20px 0;
}
footer div {
    margin: 20px 0 0 20px;
}
footer div p {
    font-size: 0.7em;
    line-height: 2.0em;
}
footer div small {
    font size: 0.6em;
}

@media only screen and (min-width: 961px) {
  /*--footerのスタイル--*/
  footer {
      text-align: center;
  }
  footer.clear {
      clear:both; }  
}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 4px #ffc602;
}
.box1 p {
    margin: 0; 
    padding: 20px 0;
}
.card_s{text-align:center;}
.card_s li a:hover{text-decoration:none;}
.card_s li{display: inline-block; width:160px;}
.card_s li.c_02{width:250px;}
.card_s li.c_02 img{width:250px;}
.t_imagec {}
.t_imagec img{width:160px;}
.t_imagec p{font-size:0.75em;text-align:center;text-decoration: none;}

.t_image img{width:400px; margin:auto;}
.dakimakura {text-align:center;}