/* CSS Document */

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

h1 {
	margin-bottom: 20px;
}

nav {
	background: #282e37;
	background: -webkit-gradient(linear, left top, left bottom, from(#6b6e74), to(#282e37));
	margin: 0 auto;
	width: 272px;
	margin-bottom: 10px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}

nav li {
	float: left;
	text-align: center;
	border-left: 1px solid #999;
}

nav li:first-child {
	border: none;
	border-top-left-radius: 3px;
	border-bottom-left-raidus: 3px;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
}

nav li:last-child {
	border-top-right-radius: 3px;
	border-bottom-right-raidus: 3px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
}

nav li.active {
	background: -webkit-gradient(linear, left top, left bottom, from(#282e37), to(#6b6e74));
}

nav a {
	color: #fff;
	text-decoration: none;
	width: 90px;
	padding: 8px 0;
	display: block;
}

article {
	width: 80%;
	border: 1px solid #aaa;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #fff;
	padding: 10px;
	margin: 0 auto;
	min-height: 200px;
	clear: both;
}

article:not(.active) {
	display: none;
}

.footernav {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}

/* clearfix */

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

.photo_sample {
	width: 250px;
	margin: 0px auto;
	padding-top: 4px;
	padding-bottom: 4px;
}

/* エントリーフォーム
============================================================ */

"contents3 {
	max-width: 320px;
	visibility:hidden;
}

form {
	background-color: #fff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 90%;
	margin: 10px;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
}

form dt {
	font-weight: bold;
	margin-bottom: 5px;
}

form dd {
	margin-bottom: 20px;
	width: 200px;
}

form dd input.imgfile {
	width: 200px;
	overflow: hidden;
	display: block;
}

input,
textarea {
	padding: 5px;
}

.choice li {
	margin-bottom: 1em;
}


.require {
	font-size: 80%;
	background-color: #ff5d25;
	color: #fff;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 10px;
}

/* 確認画面など
============================================================ */

.art_form {
	width: 80%;
	border: 1px solid #aaa;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #fff;
	padding: 10px;
	margin: 0 auto;
	min-height: 200px;
	clear: both;
}

table.form {
	border:1px solid #7777bb;
	border-collapse:collapse;
	margin-top:1em;
	margin-left: auto;
	margin-right: auto;
}

table.form th,td {
	text-align:left;
	border:1px solid #7777bb;
	padding:8px;
	font-weight:normal;
}

table.form th { background:#cccce6; width:30%; }

table.form td { background:#f0f0f0; width:50%; }

strong.ttl {
	text-align:left;
	border-left:solid 4px #cc0000;
	display:block;
	padding:2px 5px;
	margin-top:10px;
}

.btn_prev_sub {
	text-align: center;
}

input.button {
	padding: 5px;
}

.copy {
	text-indent: -9999px;
}