@charset "utf-8";

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

body {
	margin: 0 auto;
	font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	-webkit-text-size-adjust: none;
}

p.futoi {
font-weight: 800; 
color: #004400;
}

p.yuushi {
font-weight: 800; 
color: #777777;
}

header h1 {
	margin: 0 0 1px;
	padding: 12px 20px;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.06, rgb(104,189,121)),
    color-stop(0.61, rgb(234,248,252))
);
	border-bottom: 1px solid #339;
	font-size: 22px;
	text-shadow: 0 -1px 0 #fff;
	text-align: center;
}

footer {
	padding: 15px 0;
	background: #3cb371;
	color: #fff;
	text-align: center;
}

section h1 {
	margin: 0 0 10px;
	padding: 4px 20px;
	border-top: solid 1px #9cbbe1;
	border-bottom: solid 1px #628297;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(84,140,209,.9)), color-stop(1, rgba(166,205,235,.9)));
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}

section h2 {
	margin: 0px 0 2px;
	padding: 6px 20px 0;
	border-top: solid 1px #808080;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	color: #333;
	text-shadow: 0 -1px 0 #fff;
	font-size: 14px;
}

section h1 + h2 {
	margin-top: -9px;
}

section code {
	font-family: Arial, sans-serif;
}

section pre code {
	margin: 0;
	padding: 0;
	background: none;
	border: 0;
}

section pre {
	margin: 20px;
	line-height: 1.1;
	word-wrap: break-word;
}

.zebraList li {
	margin: 0;
	padding: 0;
	border-top: 1px solid #f6f6f6;
	border-bottom: 1px solid #c1c1c1;
}

.zebraList li:last-child {
	border-bottom: 0;
}

.zebraList li:nth-child(even) {
	background: #eaeaea;
}

.zebraList li a {
	display: block;
	padding: 18px 20px;
	color: #333;
	background: url(../img/arrow_01.png) no-repeat right center;
	text-decoration:none;
	text-shadow: 0px 1px 0 #fff;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.backLink {
	margin: 20px;
}

.backLink a:before {
	content: "← ";
}

.btn {
	line-height: 1.2;
	font-weight: bold;
}

.btn a {
	display: block;
	width: 50%;
	padding: 10px 30px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f3f8ff), color-stop(0.5, #d6e5fc), color-stop(0.5, #c0d8ff), color-stop(1, #97b6e9));
	border: 1px solid #fff;
	border-radius: 6px;
	text-align: center;
	text-decoration: none;
	color: #333;
	-webkit-box-shadow: 0 0 5px #999;
	text-shadow: 1px 1px #fff;
}



/* サンプルはこっから
----------------------------------------------------*/
dl[class^="formSample"] {
	margin: 20px 10px 50px;
	padding: 10px;
	background: rgba(100, 100, 100, .1);
	border: 1px solid #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px #ccc;
	font-size: 16px;
}

dl[class^="formSample"] dt {
	font-weight: bold;
	padding: 15px 15px 5px;
	background: #fff;
}

dl[class^="formSample"] dt:first-of-type {
	border-radius: 10px 10px 0 0;
}

dl[class^="formSample"] dd {
	margin: 0;
	padding: 0 15px 20px;
	background: #fff;
}

dl[class^="formSample"] dd:last-of-type {
	padding-bottom: 15px;
	border-radius: 0 0 10px 10px;
}

dl[class^="formSample"] ul {
	margin: 0;
	padding: 0;
}

dl[class^="formSample"] li {
	list-style: none;
	margin: 0 0 5px;
	padding: 0;
}

dl.formSample02 dd:after { content: ''; display: block; clear: both; }

dl.formSample02 dd li {
	position: relative;
	list-style: none;
	float: left;
	width: 50%;
}

dl.formSample02 dd label {
	display: block;
	padding: 10px 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0.5, #ddd), color-stop(0.5, #ccc), color-stop(1, #bbb));
	border: 1px solid #fff;
	border-radius: 10px 0 0 10px;
	-webkit-box-shadow: 0 0 5px #aaa;
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px #fff;
	text-align: center;
	color: #555;
}

dl.formSample02 dd li:last-child label {
	border-left: 0;
	border-radius: 0 10px 10px 0;
}

dl.formSample02 dd input[type="radio"]:checked + label {
	text-shadow: 0 -1px #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(100,100,100,.3)), color-stop(1, rgba(255,255,255,0)));
	color: #111;
}

dl.formSample02 dd input[type="radio"] {
	opacity : 0;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 100%;
	height: 100%;
	padding: 0;
}
