@charset "Shift_JIS";

@media screen and (max-width: 768px){

/*初期化
--------------------------------*/

*{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6,p,input,form,dl,dt,dd,hr,ol,li,ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

img{
	border: none;
}

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

a:link  {
	text-decoration:underline; 
	color:#CC0001;
	}

a:visited  {
	text-decoration:underline; 
	color:#FF3300;
	}

a:hover{
	color:#FF3300;
	}



/*基本レイアウト
--------------------------------*/

body {
	font: 14px Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #333;
	background-color: #98A479;
	font-family:
	'メイリオ',
	Lucida Grande,
	"ヒラギノ丸ゴ Pro W4",
	"Hiragino Maru Gothic Pro",
	Arial,
	 'Meiryo',
	Hiragino Maru Gothic Pro,
	verdana,
	'Trebuchet MS',
	Helvetica, sans-serif;
	background-image: url(../img/STbackground.jpg);
	background-attachment: fixed;
	background-repeat: repeat-x;
}

p {
	margin-bottom: 15px;
}

#Container {
	margin: 0 auto;
	text-align: left;
	width: 100%;
}

#Header {
	padding: 0 10px;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	margin: 10px 0 0 0;
}

#Header h1 {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 10px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}

#MainLayout {
	background-image: url(../img/BackgroundSubMiddle.png);
	background-repeat: repeat-y;
	padding: 20px 20px;
}

#MainLayoutTop {
	background-image: url(../img/BackgroundSubTop.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	height: 10px;
}

#MainLayoutBottom {
	background-image: url(../img/BackgroundSubBottom.png);
	background-repeat: no-repeat;
	height: 10px;
}

#Footer {
	padding: 0 10px;
	font-family: 'Trebuchet MS',Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	margin: 10px 0;
}

#Footer a {
	color: #FFFFFF;
	text-decoration:none;
}

#Footer p {
	margin: 0; /* フッターの最初のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間のスペース）が回避されます */
	padding: 10px 0; /* このエレメントの余白により、マージンの相殺を発生させることなく、マージンの効果とまったく同じように、スペースが設定されます */
}

#GlobalMenu {
	margin-top: -10px;
	clear: both;
}

#GlobalMenu li {
	float: left;
	list-style-type: none;
}

#GlobalMenu2 {
	margin-top: 10px;
	margin-left: 10px;
	clear: both;
}

#GlobalMenu2 li {
	float: left;
	list-style-type: none;
}


#GlobalMenu.Top {
	margin-left: 20px;
}

#GlobalMenu.Sub {
	margin-left: 0px;
}

#HeaderMenu li {
	float: left;
	list-style-type: none;
}

#HeaderMenu li {
	float: left;
	list-style-type: none;
}

.FloatLeft {
	float: left;
}

.FloatRight {
	float: none;
	text-align: none;
}

.FloatRightMargin {
	float: none;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 15px;
	width: 100%;
}

.FloatRightFooter {
	float: right;
	text-align: right;
}

.FloatRightSNS {
	float: none;
	width: auto;
}

.FloatRightFooter a:link  {
	text-decoration:none; 
	color:#FFF;
	}

.FloatRightFooter a:visited  {
	text-decoration:none; 
	color:#FFF;
	}

.FloatRightInv {
	float: right;
	text-align: right;
	background-image: url(../img/IconInv.png);
	padding-left: 65px;
	color: #333333;
	background-repeat: no-repeat;
	margin-top: 2px;
}

#TopSlider {
	background-image: url(../img/BackgroundSlider.png);
	background-repeat: no-repeat;
	height: auto;
	margin-bottom: 10px;
}

#portfolio {
	list-style-type: none;
	margin-left: 16px;
	padding-top: 16px;
	padding-bottom: 0px;
	height: auto;
	overflow:hidden;
}

a:hover img.hoverImg{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#ContentsRight {
	width: 100%;
	border: none;
	text-align: center;
	margin-right: 10px;
	margin-top: 20px;
}

#ContentsRight_none {
	display: none;
}

#ContentsRightTT {
	float: none;
	width: 260px;
	border: none;
	height: auto;
	text-align: left;
	margin-right: 10px;
	margin-top: 0px;
}

#ContentsLeft {
	width: 100%;
	margin-left: 10px;
	font-size: 14px;
	line-height: 180%;
	color: #333;
	font-family: 'メイリオ',
	Lucida Grande,
	"ヒラギノ丸ゴ Pro W4",
	"Hiragino Maru Gothic Pro",
	Arial,
	 'Meiryo',
	Hiragino Maru Gothic Pro,
	verdana,
	'Trebuchet MS',
	Helvetica, sans-serif;
	min-height: 700px;
}

.FontSmaller {
	font-size: 80%;
}

.dot {
	border-top: dotted #CCC 2px;
}

#notice {
	border: solid #EFA489 4px;
	padding: 25px;
	margin-bottom: 10px;
	text-align: center;
	color: #C00;
	font-weight: bold;
	font-size: 1.2em;
}


/*見出し
--------------------------------*/

h2.Heading01 {
	background-image: url(../img/Heading01.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 15px;
	padding: 6px 8px;
	height: 30px;
}

h2.Heading02 {
	margin: 10px 0;
	clear: both;
}

p.Heading02P {
	margin: 15px 0 30px;
}

h2.Heading03 {
	background-image: url(../img/Heading03.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 15px;
	padding: 6px 8px;
	height: 30px;
}

h2.Heading04 {
	margin: 10px 0 5px;
	clear: both;
	font-family: Verdana, Geneva, sans-serif;
	width: 260px;
	text-align: center;
	font-size: 14px;
	color: #6B9384;
}

h2.Heading05 {
	color: #0099CC;
	font-size: 16px;
	padding: 2px 0 2px 4px;
	margin: 10px 0;
	font-weight: bold;
	text-decoration:none; 
}

h2.Heading06 {
	color: #0099CC;
	font-size: 16px;
	padding: 0 0 2px 0;
	margin: 0 0;
	font-weight: bold;
	text-decoration:none;
}

h3,dt.ProductName {
	color: #0099CC;
	font-size: 14px;
	padding: 2px 0 2px 4px;
	border-left: solid #99CC00 5px;
	margin: 10px 0;
	font-weight: bold;
}

h3,dt.ProductName a:link  {
	text-decoration:none; 
	color:#0099CC;
	}

h3,dt.ProductName a:visited  {
	text-decoration:none; 
	color:#0099CC;
	}

h3,dt.ProductName a:hover {
	color:#FF3300;
	text-decoration:underline;
	}

h3.ProductCategory {
	color: #0099CC;
	font-size: 16px;
	padding: 2px 0 2px 4px;
	margin: 10px 0;
	font-weight: bold;
	text-decoration:none; 
}

h2.HeadingTxt {
	clear: both;
	margin: 10px 0;
	background-image: url(../img/HeadingEmpty.png);
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-size: 22px;
	padding: 10px 10px;
	font-family: hobo;
	font-family: 'Salsa', cursive;
	}


/*
p,dd.ProductText {
	margin-bottom: 0;
	font-size: 14px;
	line-height: 180%;
	color: #333;
	font-family:
	'メイリオ',
	Lucida Grande,
	"ヒラギノ丸ゴ Pro W4",
	"Hiragino Maru Gothic Pro",
	Arial,
	 'Meiryo',
	Hiragino Maru Gothic Pro,
	verdana,
	'Trebuchet MS',
	Helvetica, sans-serif;
}
*/


/*商品説明
--------------------------------*/

.ProductDescription{
	margin: 15px 0;
	font-size: 12px;
	line-height: 130%;
}


/*トップボックス
--------------------------------*/

li.TopBox {
	float: left;
	width: 185px;
	min-height: 500px;
}

ul.Thumbnail {
	width: auto;
}

ul.Thumbnail li {
	float: left;
	margin: 0 0 10px;
	padding: 0 10px 0;
	background: #FFF;
}

ul.Thumbnail li .ImgBox { 
	cursor:pointer; 
	width: 225px; 
	margin-bottom: 0; 
	position: relative; 
	padding-top: 9px; }

ul.Thumbnail li.TopBox .ImgBox {
	border-top: none;
}

ul.Thumbnail li dl { 
	height: auto;
}

ul.Thumbnail li dt { 
	font-size: 12px; 
	font-weight: bold; 
	line-height: 120%; 
	padding-bottom: 0; 
	cursor: pointer; }

ul.Thumbnail li dd {
	font-size: 12px;
	line-height: 150%;
	overflow: hidden;
	cursor: pointer;
}


/*表組み・ライン
--------------------------------*/

table.ProductTable
	{
	height: auto;
	border: solid #A0AA85 1px;
	border-collapse: collapse;
	border-left: none;
	border-right: none;
	margin: 4px 0;
	position: relative;
	width: 100%;
	}

.ProductTable th
	{
	border:solid #A0AA85 1px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	background-color: #ACB88F;
	font-size: 12px;
	width: 12%;
	}

.ProductTable tr
	{
	border:solid #A0AA85 1px;
	}

.ProductTable td
	{
	padding: 2px 4px 2px 4px;
	border: solid #A0AA85 1px;
	font-size: 12px;
	width: 38%;
	}

.Price {
	font-size: 14px;
	font-weight: bold;
	color: #7A8D4B;
	}

.DividerLine1 {
	border: dashed #CCC 1px;
	margin: 25px 0;
	clear: both;
	}

table.ContentsTable1
	{
	height:auto;
	border:solid #A0AA85 1px;
	border-collapse:collapse;
	border-left:none;
	border-right:none;
	margin: 4px 0;
	font-size: 14px;
	line-height: 150%;
	}

.ContentsTable1 th
	{
	border:solid #A0AA85 1px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	padding: 4px;
	background-color: #ACB88F;
	}

.ContentsTable1 tr
	{
	border:solid #A0AA85 1px;
	}

.ContentsTable1 td
	{
	padding: 4px;
	border: solid #A0AA85 1px;
	}

table.ProductTableRight
	{
	height:auto;
	border:solid #A0AA85 1px;
	border-collapse:collapse;
	border-left:none;
	border-right:none;
	margin: 25px 0;
	float: right;
	width: 100%;
	}

.ProductTableRight th
	{
	border:solid #A0AA85 1px;
	font-weight: normal;
	text-align: left;
	color: #FFFFFF;
	padding: 2px 4px 2px 4px;
	background-color: #ACB88F;
	font-size: 12px;
	width: 12%;
	}

.ProductTableRight tr
	{
	border:solid #A0AA85 1px;
	}

.ProductTableRight td
	{
	padding: 2px 4px 2px 4px;
	border: solid #A0AA85 1px;
	font-size: 12px;
	width: 38%;
	}

.Required
	{
	font-size: 80%;
	}

.ClearBoth
	{
	clear: both;
	}

.ProductFont1
	{
	font-size: 12px;
	line-height:150%;
	}

.FacebookShare
	{
	width:100%;
	font-size:90%;
	text-align:right;
	margin-top: -5px;
	margin-bottom: 10px;
	}

.FacebookShareSide
	{
	width:100%;
	font-size:90%;
	text-align:right;
	margin-top: 0px;
	margin-bottom: -5px;
	}

.cart_btn
	{
	font-size:1.5em;
	margin-top: 10px;
	}

.old_prod_table
	{
	float: left;
	width: 280px;
	height:400px;
	margin-right: 15px;
	margin-bottom: 15px;
	}

.old_prod_table_in
	{
	height:400px;
	}

.img100
	{
	width:100%;
	}

.table100
	{
	width:100%;
	}

.FloatLeftRes
	{
	float:none;
	margin: 15px 15px 10px 0;
	}

.mb20
	{
	margin-bottom:20px;
	}

.mb40
	{
	margin-bottom:40px;
	}

.friendflash
	{
	display:none;
	}

.displaynone
	{
	display: none;
	}

.TTW
	{
	width:100%;
	}
	
/*フォント
--------------------------------*/

.LargeFont01
	{
	font-size: 36px;
	color: #7B8C4E;
	margin-right: 6px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-weight: bolder;
	}

.FontLarger115
	{
	font-size: 115%;
	}

.FontRed
	{
	color: red;
	}

/*レスポンシブPage Top
--------------------------------*/

#pageTop {
	background:#666;
	border-radius:5px;
	color:#FFF;
	padding:20px;
	position:fixed;
	bottom:20px;
	right:20px;
}

#pageTop:hover {
	background:#999;
}

#pageTop:link {
	text-decoration:none;
}
}
