@charset "utf-8";

/* =======================================
	SETUP
==========================================*/

html {
	width: 100%;
	height: 100%;}


body,div,
dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;}

body {
    height: 100%;
	text-align: left;
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size: 14px;
	color: #333;}

input, select {padding: 1px;}

img {
	vertical-align: bottom;
	border: none;}

a   {
	color: #767676;
	text-decoration: none;}

a:hover {
	color: #900;
	text-decoration: underline;}

em,address {font-style: normal;}

strong {font-weight: bold;}

p {
	line-height: 1.8em;}

.clear {clear: both;}


/* =======================================
	ALL
==========================================*/


#all {
	width: 800px;
	margin: 0 auto;
	padding: 50px 0 10px 0;
	text-align: left;}


/* =======================================
	HEADER
==========================================*/

#header {
	position: relative;
	margin-bottom: 2em;
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;}

#header span {
	position: absolute;
	right: 0; top: 5px;}

h1 {
	font-size: 42px;
	font-weight: bold;
	font-family: "HelveticaNeue-CondensedBold","HelveticaNeue", Helvetica, Arial, sans-serif !important;
}

	
/* =======================================
	FORM
==========================================*/

.photo {
	margin-bottom: 1em;
}

.photo img {
	margin: 0 auto;
	width: 150px;
	height: 150px;
}

#header {
	text-align: center;
	}

.center {
	text-align: center;
}

/* CAUTION */

div.caution {
	text-align: center;
	margin-bottom: 1.5em;
	padding: 4px 0;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;}


/* TITLE */

h2 {
	font-size: larger;
	margin-top: 1em;
	margin-bottom: 1em;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;}

h2.secttl {
	margin-top: 4em;}

#orderform {
	width: 99%;
	border-collapse: collapse;}
	
#orderform th,
#orderform td {
	text-align: left;
	padding: 10px 12px;
	border: 1px solid #ccc;}
	
#orderform th {
	width: 9em;
	background-color: #ededed;}

#orderform th span,
span.kome {
	color: #f00;
	margin-left: 0.25em;}

span.revisit {
	color: #0083b3 !important;}

#orderform td strong {
	display: block;}

#orderform td a {
	font-weight: bold;
	text-decoration: underline;}

#orderform td select {
	font-size: 14px;}

#orderform td ul li {
	text-indent: -1em;
	margin-left:1em;
	margin-bottom: 0.5em;
}

h2 small {
	margin-left: 1em;
	font-weight: normal;
	font-size: 0.65em;
}

#orderform td input,
#orderform td textarea {
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;}

#orderform td input {
	margin-right: 3px;}

#orderform td select {
	border: 1px solid #ccc;
	background-color: #fff;}

#orderform td .small {
	font-size: smaller;
	margin-left: 10px;}

/* SUBMIT BUTTON */

.form_btn {
	text-align: center;}

.form_btn form {
	display: inline;}

.form_btn input {
	color: #fff;
	padding: 10px 30px;
	margin: 25px 3px 0 3px;
	border: 2px solid #000;
	background-color: #000;}

.form_btn input:hover {
	color: #000;
	cursor: pointer;
	background-color: #fff;}

/* ERROR */

#errormsgbox,
.error {
	color: #f00;
	line-height: 2em;}

#errormsgbox {
	font-weight: bold;
	margin-bottom: 1em;
	padding-left: 20px;
	background: url(../img/attention.png) left center no-repeat;}


/* =======================================
	FOOTER
==========================================*/

/* CLOSE BUTTON */

#close {
	margin: 25px 0;
	padding: 25px 0 0 0;
	border-top: 1px dotted #ccc;}

#close p {
	text-align: center;}

/* COPYRIGHT */

.copyright {
	text-align: center;
	font-size: 8px;
	margin-top: 2em;}


/* =======================================
	CLEARFIX
==========================================*/

.cl:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}

.cl{ display: inline-block; }

/* Hides from IE-mac \*/
* html .cl { height: 1%; }
.cl { display: block; }
/* End hide from IE-mac */