@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;
	line-height: 24.3px;
}

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

html>/**/body {
	font-size: 0.8em;
}

/*
-----------------------------------------------------------------------
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:#333333;
	font-family:"ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"\30e1\30a4\30ea\30aa","Meiryo", 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:none;
}

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


a:hover img.alfa {
	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 {
	line-height: 18px;
	border-radius: 3px 3px 3px 3px / 3px 3px 3px 3px;

	box-shadow: 0px 1px 2px rgba(0,0,0,0.1) inset;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1) inset;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1) inset;
-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.1) inset;
-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.1) inset;

	border: 1px solid #CCC;
}
.radio{
	position:relative;
	top:2px;
	margin-right: 5px;
}
textarea {
	border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-ms-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
	-o-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;

	box-shadow: 0px 1px 2px rgba(0,0,0,0.2) inset;
-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.2) inset;
-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.2) inset;
-o-box-shadow: 0px 1px 2px rgba(0,0,0,0.2) inset;
-ms-box-shadow: 0px 1px 2px rgba(0,0,0,0.2) inset;

	border: 1px solid #CCC;
}
.textarea01 {
	height: 90px;
	width: 100%;
	margin-right: 10px;
}
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: #C00;
}

.t-blue {
	color: #003399;
}
.price {
	color: #E10915;
}
.no_border {
}
.form_btn {
	text-align: center;
	margin-bottom: 0px !important;
	padding-bottom: 0px;
}

.form_btn input {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 146px;
	height: auto;
}
