﻿/* CSS Document */
body {
	background: url(../img/cloth-a5.png) repeat;
}
body, header, section, h1, h2, nav, ul, li {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
}

img {
    max-width: 100%;
    height: auto;
}

body{
	font: 12px/18px "Lucida Grande", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック",  "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	color:#333;
	margin:0;
	padding:0;
	font-size:13px;
}


h1, h2, h3, h4, h5{
	font-size:14px;
	font-weight:normal;
}

h3 {
	border-bottom: 1px dashed #000000;
	margin-top: 10px;
}

a,img{
	border:0;
	margin:0;
	padding:0;
	display:block;
	color:#333;
}
.clearfix:after{
	content:'.';
	visibility:hidden;
	width:100%;
	clear:both;
	line-height:0px;
}


/*Container*/

#Container {
	width: 100%;
	overflow: hidden;
}




/*Header*/
header {
	line-height: 70px;
	text-align: center;
	color: #666;
}
header img{
	margin:0 auto;
}
#HeaderImg img {

}
#HeaderImg {
	text-align: center;
	margin: 0 auto;
	background: -webkit-gradient(linear, left top, left bottom, from(#12e8b8), to(#015d4f));
	padding-top: 10px;
	padding-bottom: 10px;
	/*
	display: block;
	texxt-align: left;
	margin: 0 auto;
	width: 320px;
	height: 40px;
	-webkit-background-size: 320px 40px;
	padding-bottom: 10px;
	border-bottom: 1px solid #025;
	-webkit-box-shadow: 0 3px 0 #fcfcfc;
	-moz-box-shadow: 0 3px 0 #fcfcfc;
	box-shadow:0 2px ＃fcfcfc;	
	*/
}
/*navi*/
nav {
	display:block;
}

nav h2 {
	/*background-color: #015d4f;*/
	background: -webkit-gradient(linear, left top, left bottom, from(#12e8b8), to(#015d4f));
	color: #ffffff;
	text-align:left;
	vertical-align: middle;
	padding: 8px;
	margin-top: 10px;
}

nav li {
	padding: 3px;
	border-bottom: 1px solid #dcdcdc;	
}

/*enq*/
section#enq {
	margin: 10px;
    background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#cc0000),
				to(#ff0000));
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}
section#tLeft {
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
}
section#imgonly {
	text-align: center;
	margin: 10px;
}

#page {
	margin: 10px;
	line-height: 1.5em;
}
#page h2 {
	height: auto;
	background-color: #ffffff;
	border: 1px solid #000000;
	padding: 10px;
	margin-bottom: 10px;
}


.picup {
	margin-bootom: 10px;
	border: 1px solid #ff0000;
	padding: 10px;
	height: auto;
	background-color: #ffffff;
	color: #ff0000;
}
.understyle {
	border-bottom: 1px dashed #000000;
	margin-top: 10px;
}
.fontred {
	color: #ff0000;
}


section#cnt {
	/*margin: 10px;*/
	height: 55px;
	background-color: #09a283;
	color: #ffffff;
	padding: 10px;
}
section#cnt h1 {
	font-weight: bold;
	font-size: 140%;
}
section#cnt h2 {
	padding-top: 3px;
}
section#cnt .m {
	background-color: #ffffff;
	width: 100%;
	margin-bottom: 5px;
}

/*Fotter*/
footer {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 10px;
}







/*====================TOPメニュー====================*/
#ContMenu{
	clear:both;
}

#ContMenu ul{
	list-style:none;
	padding:10px 10px;
}

#ContMenu li{
	text-align:left;
	border:1px #ccc solid;
	border-bottom:0px;
	text-shadow:0px 1px 0px rgba(255,255,255,1.0);

}


#ContMenu li:first-child{
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
}


#ContMenu li:last-child{
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border-bottom:1px #ccc solid;
}

#ContMenu li > header > h2 {
	text-align:left;
	font-weight:bold;
	font-size:1.4em;
	margin-left:15px;
	color:#FFF;
	text-shadow:0px -1px 0px rgba(0,0,0,1.0);
}

#ContMenu li>a{
	color:#666;
	display:block;
	height:auto;
	padding:10px 0;
	text-align:left;
	font-size:1.3em;
	font-weight:bold;
}


#ContMenu li>a>span{
	display:table-cell;
	clear:none;
	vertical-align:middle;
	padding-left: 10px;
	height: 30px;
}
#ContMenu li>a>span:last-child{
    width:100%;
}
#ContMenu li>a>span>img{
	margin:0 10px;
}
#ContMenu li>a:after{
	content:url(../img/arrowR.png);
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
	color:#FFF;
	display:table-cell;
	vertical-align:middle;
}



/*初めての方へ*/
#TopNavi {
	padding-bottom: 10px;
	margin: 10px;
}
#TopNavi p {
	margin-left: 10px;
	margin-right: 10px;
}
#TopNavi:before {
	/*content:url(img/pbm.png);*/
}
#TopNavi h2 {
	display: bolck;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 100%;



	/*border: 1px solid #ff8c00;
	background-color: #ff8c00;
	background: -moz-linear-gradient(top,#BFD9E5, #63B0CF 50%,#0080B3 50%,#09C);*/  
	background: -moz-linear-gradient(top,#ffcd1c, #ffbc09 50%,#ff9b00 50%,#09C);  
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcd1c), color-stop(0.5,#ffbc09), color-stop(0.5,#ffa900), to(#ff9b00));  
	border: 1px solid #ffcd1c;  
	color: #FFF;  
	padding: 10px 0;  




}
#TopNavi a {/*
	display: bolck;
	color: #ffffff;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
	margin-right: 0px;
	width: 100%;



	/*border: 1px solid #ff8c00;
	background-color: #ff8c00;
	background: -moz-linear-gradient(top,#BFD9E5, #63B0CF 50%,#0080B3 50%,#09C);*/  
	background: -moz-linear-gradient(top,#ffcd1c, #ffbc09 50%,#ff9b00 50%,#09C);  
	background: -webkit-gradient(linear, left top, left bottom, from(#ffcd1c), color-stop(0.5,#ffbc09), color-stop(0.5,#ffa900), to(#ff9b00));  
	border: 1px solid #ffcd1c;  
	color: #FFF;  
	padding: 10px 0;  
	text-align: center;




}


#SubContMenu{
	clear:both;
}

#SubContMenu ul{
	list-style:none;
	padding-top:10px;
}
#SubContMenu li{
	text-align:left;
	border-top:1px #ccc solid;
}

#SubContMenu li:last-child {
	border-bottom:1px #ccc solid;
}

#SubContMenu li>a{
	color:#666;
	display:block;
	height:auto;
	padding:10px 0;
	text-align:left;
	font-size:14px;
	font-weight:bold;
}


#SubContMenu li>a>span{
	display:table-cell;
	clear:none;
	vertical-align:middle;
	height:auto;
}
#SubContMenu li>a>span:last-child{
    width:100%;
}
#SubContMenu li>a>span>img{
	margin:0 10px;
}

#SubContMenu li>a:after{
	content:url(../img/arrowR.png);
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
	color:#FFF;
	display:table-cell;
	vertical-align:middle;
}

.content {
	margin: 10px;
}


/*--------------------TOPに戻るボタン-----------------------*/
#SiteMenu {

}

#SiteMenu a>span {
	margin: 10px;
	width: 100px;
	display: block;
	padding: 5px;
	color: #c0c0c0;
	text-align: center;
	/*background: -moz-linear-gradient(top,#f5f5f5, #e0e0e0 50%,#e0e0e0 50%,#09C);  
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), color-stop(0.5,#e0e0e0), color-stop(0.5,#e0e0e0), to(#9b9b9b)); */ 
	border: 1px solid #111111;  
	color: #111111;  
	
}
/*-----------------------------------------------------------*/

section#shop {
	margin: 10px;
    background: -webkit-gradient(
				linear, left top, left bottom, 
				from(#ffda97),
				to(#ffda97));
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	border: 2px solid #f59e1a;
}


.title {
	clear:none;
	vertical-align:middle;
	padding: 10px;
	background-color: #dcdcdc;
	border-bottom: 2px solid #000000;
	vertical-align: middle;
	margin-bottom: 10px;
}


.hr {
	color: #ff0000;
}


/*Entry*/
.entry {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dbdbdb));
  background-image: -webkit-linear-gradient(#ffffff, #dbdbdb);
  background-image: -moz-linear-gradient(#ffffff, #dbdbdb);
  background-image: -o-linear-gradient(#ffffff, #dbdbdb);
  background-image: linear-gradient(#ffffff, #dbdbdb);
}
.entry a {
  position: relative;
  display: block;
  padding: 5px 25px 5px 10px;
  color: #444444;
}
.entry a::after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  content: "";
  margin-top: -7px;
  width: 9px;
  height: 14px;
  background-image: url(../img/sprite.png);
  background-position: -2px -2px;
  font-size: 0;
}
.entry .etitle {
  margin-bottom: 5px;
}
.entry .series {
  display: block;
  font-size: smaller;
  font-weight: normal;
}
.entry .author-image {
  float: left;
  border: 3px solid #FFFFFF;
  margin: 5px 10px 5px 0;
  width: 58px;
  height: 43px;
  -moz-box-shadow: 0 0 2px #666666;
  -webkit-box-shadow: 0 0 2px #666666;
  -o-box-shadow: 0 0 2px #666666;
  box-shadow: 0 0 2px #666666;
}
.entry .summary {
  font-size: smaller;
}
.entry footer {
  clear: both;
  text-align: right;
}
.entry .author {
  margin-right: 5px;
  font-weight: bold;
  color: #222222;
}

.entry-category {
  margin-bottom: 10px;
}
.entry-category ul {
  overflow: hidden;
}
.entry-category li {
  overflow: visible;
  white-space: nowrap;
  float: left;
  width: 25%;
  text-align: center;
  font-size: smaller;
}
.entry-category li a {
  display: block;
}
.entry-category li img {
  width: 60px;
}


#wText {
	background-color: #ffffff;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 5px;	
	-webkit-border-top-left-radius: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}