﻿@charset "utf-8";
/***********************************************/
/*style.css                                    */
/***********************************************/

* {
	margin: 0;
	padding: 0;
}
    
html{
	height:100%;
}

header, footer {
	display: block;
}



body {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	margin: 0 auto;
}

#wrapper {
	margin: 0 auto;
	max-width: 1024px;
	box-shadow: 2px 0 6px #666666, -2px 0 6px #777777;
	-moz-box-shadow: 2px 0 6px #666666, -2px 0 6px #777777;/* Firefox用 */  
	-webkit-box-shadow: 2px 0 6px #666666, -2px 0 6px #777777;/* Safari,Google Chrome用 */ 
}


/* リンク
/***********************************************/
a {
	text-decoration: none;
}


/* 画像
/***********************************************/
#main img {
	max-width: 100%;
	height: auto;
}

/* ヘッダー
/***********************************************/
header {
	background: #ffffff;
}
#header-logo {
	width: 35%;
	float: left;
	padding: 5px 0 0 5px;
}


/* 右下の注文ボタン
/***********************************************/

.order-button {
 position: fixed;
 bottom: 2px;
 right: 2px;
  
 padding:0pt;
 filter:alpha(opacity=95);
 -moz-opacity:0.85;
 -khtml-opacity: 0.85;
 opacity:0.85;
}


/* メインコンテンツ
/***********************************************/
#wrapper {
}

#main {
	width: 100%;
}

h2 {
	color: ;
	font-size: 2em;
}

h3 {
	color: ;
	font-weight: bolder;
	font-size: 200%;
	font-family: "ＭＳ 明朝", serif;
	text-decoration: underline;
	padding: 1em 0 0 1em;
}

.item-pink, .item-blue {
	width: 100%;
	margin-bottom: 15px;
}
.item-pink {
	background: url("../img/bg-p.png") repeat;
}
.item-blue {
	background: url("../img/bg-b.png") repeat;
}
.pink-left {
	background: url("../img/bg-p2.png") repeat-y;
	float: left;
	width: 50%;
}
.pink-right {
	background: url("../img/bg-p.png") repeat;
	float: right;
	width: 50%;
}

.blue-left {
	background: url("../img/bg-b2.png") no-repeat;
	float: left;
	width: 50%;
}
.blue-right {
	background: url("../img/bg-b.png") repeat;
	float: right;
	width: 50%;
}

.item-text {
	font-weight: bolder;
	font-size: 160%;
	font-family: "ＭＳ 明朝", serif;
	margin: 0.8em 0 1em 1.3em;
	text-align: left;
	line-height: 1.5;
}

.item-button {
 margin-bottom: 1em;
}


#item-order{
}

.order-box {
	width: 31%;
	float: left;
	border: 1px solid #999999;
	margin: 10px;
}

.item-pink p, .item-blue p, .order-box p {
	text-align: center;
}


/* お客様の声
/***********************************************/
#customer {
	margin-top: 3em;
}
.cmtbox {
	margin: 1em 1em 2em 1em;
	padding: 0.5em;
	border: solid 1px #999999;
}
.c-name {
	text-align: right;
}


/* フッター
/***********************************************/
footer {
	margin-top: 30px;
}
footer #copyright {
	background: #333333;
	color: #dcdcdc;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	font-size: 0.8em;
}


/* テキスト
/***********************************************/
.lrg {
	font-size: 120%;
}
.red {
	color: #ff0000;
}




/* float clear
/***********************************************/

header:after, #main:after, .item-pink:after, .item-blue:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}






/***********************************************/
/* 横幅1024px以下の場合
/***********************************************/

/***** ナビゲーションメニュー *****/

@media only screen and (max-width: 1024px) {
	#header-logo {
		float: none;
		width: 100%;
	}
	h2 {
	font-size: 1.7em;
	}

	h3 {
		font-size: 1.6em;
		padding: 1em 0 0 1em;
	}
	.item {
		width: 100%;
	}
	.item-text {
		font-size: 1.2em;
		margin: 0.8em 0 1em 1.3em;
		line-height: 1.3;
	}

	.order-box {
	text-align: center;
	}
	.order-box {
		margin: 5px;
	}
}

/***********************************************/
/* 横幅480px以下の場合
/***********************************************/

@media only screen and (max-width: 480px) {
	#header-logo {
		float: none;
		width: 100%;
	}
		h2 {
	font-size: 1.7em;
	}
	h3 {
		font-size: 1.8em;
		padding: 1em 0 0 1em;
	}
	.item-text {
		font-size: 1.4em;
		margin: 0.8em 0 1em 1em;
		line-height: 1.2em;
	}
	.item {
		width: 100%;
	}
	.pink-left, .pink-right, .blue-left, .blue-right, .order-box {
		float: none;
		width: 100%;
		margin: 0;
	}

	.order-box {
		margin: 5px;
		text-align: center;
		width: 90%;
		margin: 0 0 1em 1em;
	}
}

