@charset "UTF-8";

@media print {
	body {
		/*\*/
		/*_zoom: 75%;*/
		/**/
	}
}

html {
	overflow-y: scroll;
	width: 100%;
	height: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
}

html>/**/body {
}

/*
-----------------------------------------------------------------------
base tags setting
-----------------------------------------------------------------------
*/

* {
	margin:0;
	padding:0;
	outline:none;
	font-style:normal;
	text-decoration: none;
	line-height:normal;
}

body {
	width:100%;
	text-align:left;	
	font-size:62.5%;
	color:#555;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

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

iframe {
	border:none;
}

ul,
ol {
	list-style:none;
}

br {
	letter-spacing:0;
}

map {
	display: none;
	visibility: hidden;
}

em {
	font-style:italic;
	font-weight:bolder;
}

a {
	outline:none;
	color:#333333;	
	text-decoration:underline;
}

a:hover {
	color:#333333;
	text-decoration:none;
}

a:hover img,
input.alfa:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.alfall a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.no-alfall a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

object,
embed {
	vertical-align:middle;
}

input {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.radio{
	position:relative;
	top:2px;
	margin-right: 5px;
}

textarea {
	padding: 5px;
}

.textarea01 {
	height: 200px;
	width: 500px;
}

pre {
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	white-space: pre-wrap;
	word-wrap: break-word;
	font-size:1.2em;		
	line-height:1.6em;
}

/*
-----------------------------------------------------------------------
テキスト
-----------------------------------------------------------------------
*/

.t-red { 
	color: #ff0000;
}

.t-blue {
	color: #003399;
}

.price {
	font-size: 14px;
	text-align: right;
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}

.no-border {
}

.check {
	line-height: 10px;
	margin-top: 1px;
	position: relative;
}

select,
input,
textarea,
button { 
     vertical-align:middle;
     position:relative;
     margin: 0 4px 2px 0;
     *margin-right:3px;
     top:-1px; 
}

input { 
     /*height: 16px;*/
     line-height: 16px;
}

input[type="text"] {
	background:#C5C5C5;
	padding:5px 10px;
	font-size:16px;
	border-top:solid 1px #666;
	border-left:none;
	border-right:none;
	border-bottom:none;
	line-height:1.6;
border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
}


input[type="text"]::-webkit-input-placeholder {
    color: #fff;
    font-weight: normal;
	opacity:1;
}
input[type="text"]:-ms-input-placeholder {
    color: #fff;
    font-weight: normal;
	opacity:1;
}
input[type="text"]::-moz-placeholder {
    color: #fff;
    font-weight: normal;
	opacity:1;
}

button,
input[type="button"] {
     overflow:visible;
     height:22px;
     padding:0 3px;
}

select {
     height: 30px;
     line-height: 20px;
	 padding:0 10px;
	 font-size:16px;
}

input[type="checkbox"],
input[type="radio"] { 
     border:none;
     top:-2px;
     top:0\9;
     margin-right:2px;
     margin-right: 0\9;
}

select option {
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
}