﻿@charset "utf-8";
body {
	-webkit-user-select: none;
	-webkit-text-size-adjust: none;
	color: #CCC;
	font-size: 14px;
	font-family: helvetica;
	background-position: center top;
	background-repeat: no-repeat;
}
#header {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.05, #666), color-stop(1, #222));
	padding: 0;
}
#header h1 {
	height: 30px;
	line-height: 30px;
	margin: 0;
	font-size: 16px;
	text-align: center;
}
#header h1 span {
	font-weight: normal;
	font-size: 14px;
	color: #EEE;
}
#header a {
	color: #F3F3F3;
	text-decoration: none;
	font-weight: bold;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
#wrapper {
	position: absolute;
	z-index: 1;
	top: 30px;
	bottom: 40px;
	left: 0;
	width: 100%;
	overflow: auto;
}
#footer {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	padding: 0;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(0, #999), color-stop(0.05, #666), color-stop(1, #222));
	border-top: 1px solid #444;
}
#footer p {
	float: left;
	width: 25%;
	padding-top: 5px;
	text-align: center;
}
#footer a.remove {
	border-right: 1px solid #333;
}
#footer a.add {
	border-left: 1px solid #6a6a6a;
}
#footer a {
	display: block;
	color: #EEE;
	font-size: 10px;
	text-decoration: none;
	text-shadow: 0 -1px 0 #000;
}
#footer span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}
/*　配色一覧表　*/

table.tablerecipe {
	width: 100%;
	border: 1px solid #CCC;
	margin: 10px auto;
}
table.tablerecipe td {
	width: 20%;
	height: 16px;
	border: 1px solid #CCC;
	color: #FFF;
	vertical-align: middle;
	font-size: 8px;
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
}
/*　ラジオボタン　*/


.radioEnable, .radioDisable, .radioEnable span, .radioDisable span {
	background: url(../images/radiobutton.png) repeat-x;
	display: block;
	float: left;
}
.radioEnable span, .radioDisable span {
	line-height: 30px;
	display: block;
	background-repeat: no-repeat;
	font-weight: bold;
}
.radioEnable span {
	background-position: left -90px;
	padding: 0 10px;
}
.radioDisable span {
	background-position: right -180px;
	padding: 0 10px;
}
.radioDisable.selected {
	background-position: 0 -60px;
}
.radioDisable.selected span {
	background-position: right -240px;
}
.radioEnable.selected {
	background-position: 0 -60px;
}
.radioEnable.selected span {
	background-position: left -150px;
}
.switch label {
	cursor: pointer;
}
.switch input {
	display: none;
}
.formlabel {
}
/* Z-index of #mask must lower than #boxes .window */
#mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	z-index:9000;
	background-color: rgba(255, 255, 255, 0.1);
	display:none;
	overflow: hidden;
}
#modal .window {
	display: none;
	z-index: 9999;
	width: 60%;
	position: absolute;
	left :0;
	top: 0;
	margin-top: 35px;
	margin-left: -20%;
	padding: 12px;
}
#menu_color, #menu_background, #menu_detail, #menu_other {
	padding: 6px;
	background: -webkit-gradient(linear, right bottom, right top, color-stop(1, rgba(255, 255, 255, 0.9)), color-stop(0.5, rgba(240, 240, 240, 0.8)));
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
	border-radius: 8px;
}
#modal h3 {
	margin: 0 0 8px 0;
	color: #4C6619;
	font-size: 14px;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.5);
}
#modal p {
	clear: both;
	margin: 0 8px 10px 0;
	line-height: 140%;
	text-align: left;
	color: #333;
	font-size: 12px;
}
#modal .formlabel {
	display: block;
	float: left;
	clear: both;
	margin-right: 10px;
	margin-bottom: 15px;
	line-height: 30px;
}
#modal input[type="text"] {
	background-color: #E8F7DD;
}
#modal #menu_detail input[type="text"] {
	width: 100px;
}
#modal #menu_detail .formlabel {
	width: 5em;
}
#modal .yui3-skin-round label {
	display: block;
	float: left;
	width: 3.3em;
	margin: 0;
	line-height: 26px;
}
#modal .yui3-skin-round input[type="text"] {
	width: 2em;
}
#modal .yui3-skin-round span {
	padding-left: 2px;
}
#modal p#illegularColor {
	margin: 15px 20px;
	padding: 5px;
	border: solid 2px #A00;
	background-color: #E0CCD3;
}
 @media screen and (max-width: 320px) {
#modal a[href="#close"] {
 position: absolute;
 left: -10px;
 bottom: -10px;
}
}
 @media screen and (min-width: 321px) and (max-height: 321px) {
#modal a[href="#close"] {
 position: absolute;
 right: -10px;
 top: -10px;
}
}
#modal a[href="#close"] {
	display: block;
	clear: both;
	width: 1.6em;
	margin-top: 10px;
	padding: 4px;
	background: -webkit-gradient(linear, left top, left bottom, from(#EA7FA3), to(#CC709E));
	-webkit-box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.4), inset 0 -1px 1px rgba(0, 0, 0, 0.8);
	border-radius: 8px;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-weight: bold;
	font-size: 14px;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.2), 0 1px 1px rgba(255, 255, 255, 0.8);
}

#modal .button_send {
	text-align: center;	
}

#modal .sendButton {
	width: 8em;
	display: block;
	border: 1px solid #578b7e;
	background: #68b8a1;
	background: -webkit-gradient(linear, left top, left bottom, from(#9de5d1), to(#68b8a1));
	height: 30px;
	-webkit-border-radius: 5px;
	-webkit-text-shadow: rgba(0, 0, 0, .4) 0 1px 0;
	line-height: 30px;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	vertical-align: middle;
}

#modal .addthis_toolbox a {
	margin: 4px;	
}