@charset "UTF-8";

* {
	margin: 0px;
	padding: 0px;
}

body{
	text-align: left;
}

img {
	vertical-align: text-top;
}

address{
font-style:normal;
}

/* clearFix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	zoom: 1;
}
/* clear Both */
.clearBoth {
	clear: both;
}




/* 共通｜表示・非表示 */
.displayed {
	display: block;
}
.hidden {
	display: none;
}





/* 共通｜リスト */
ul,
ul li {
	list-style-type: none;
	padding: 0px;
}

.listArrow li {
	margin: 0 0 3px;
}
.listArrow li:before {
	content: "\00BB \0020";
}

.list{
background:url(../images/bullet_list.gif) no-repeat 0 50%;
padding-left:20px;
font-size:11px;
}



/* 共通｜リスト解除 */
.last {
	margin-right: 0 !important;
}





/* 共通｜DL */
.dlTop dt {
	clear: both;
	width: 100%;
	text-align: left;
}
.dlTop dd {
	width: 100%;
	margin: 0 0 10px;
}
.dlSide dt {
	clear: both;
	float: left;
	text-align: right;
	line-height: 200%;
}
.dlSide dd {
	float: left;
	margin: 0 0 10px 10px;
	text-align: left;
}





/* 共通｜TABLE */
.tableList {
	width: 100%;
	table-layout: fixed;
	border-spacing: 0;
	margin: 10px 0;
}
.tableList caption {
	line-height: 180%;
	text-align: left;
}
.tableList thead th,
.tableList tfoot th{
	background-color: #e0e0e0;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
	padding: 2px 5px;
}
.tableList tbody th,
.tableList tbody td {
	vertical-align: top;
	padding: 5px;
	border-color: #E3E3E3;
	border-bottom: 1px solid #E3E3E3;
}



/* 共通｜画像 */
img {
	border: none;
	vertical-align: middle;
}

.left{
float:left;
margin-right:15px;
}


/* 共通｜配置 */
.floatL {
	float: left;
}
.floatR {
	float: right;
}




/* 共通｜フォント */
.alignC {
	text-align: center;
}
.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}
.valignC {
	vertical-align: middle;
}
.fontChu {
	font-size: 11px;
	text-align: right;
}
.fontLarge {
	font-size: 200%;
}

.fontMiddle {
	font-size: 150%;
}

.fontSmall {
	font-size: 87%;
	color: #666666;
}
.fontStrg {
	font-size: 120%;
	font-weight: bold;
}
.fontRed {
	font-weight: bold;
	color: #D83E24 !important;
}
.fontGreen {
	font-weight: bold;
	color: #00994D;
}
.fontExample {
	font-size: 10px;
	color: #666666;
	padding-left: 15px;
	line-height: 180%;
}
.fontMust {
	font-weight: bold;
	color: #D83E24;
	padding-left: 10px;
}
.fontChk {
	font-weight: bold;
}



/* 共通｜透明 */
.op{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.op-h:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}





/* 共通｜ボーダー */
.borderL {
	border-left: 1px solid #DCDCDC;
}
.borderR {
	border-right: 1px solid #DCDCDC;
}
.borderT {
	border-top: 1px solid #DCDCDC;
}
.borderB {
	border-bottom: 1px solid #DCDCDC;
}
.borderL-d {
	border-left: 1px dotted #DCDCDC;
}
.borderR-d {
	border-right: 1px dotted #DCDCDC;
}
.borderT-d {
	border-top: 1px dotted #DCDCDC;
}
.borderB-d {
	border-bottom: 1px dotted #DCDCDC;
}
.borderL-last {
	border-left: none !important;
}
.borderR-last {
	border-right: none !important;
}
.borderT-last {
	border-top: none !important;
}
.borderB-last {
	border-bottom: none !important;
}
.border {
	border: 1px dotted #444;
	padding:10px;
}

.border-blue {
    background:#EBEEF5;
    border: 1px solid #214195;
    color: #214195;
    font-size: 0.9em;
    font-weight: bold;
    margin: 10px 5px;
    padding: 3px 25px;
    text-align: center;
}

.border-Ygreen {
    background: #fcfff2;
    border: 1px solid #7fc704;
    color: #7fc704;
    font-size: 0.9em;
    font-weight: bold;
    margin: 10px 5px;
    padding: 3px 25px;
    text-align: center;
}
.border-green {
    background: none repeat scroll 0 0 #f0faf4;
    border: 1px solid #4BB683;
    color: #4BB683;
    display: block;
    font-size: 0.8em;
    line-height: 1.3em;
    margin: 10px 0px;
    padding: 5px 10px;
}


/* ボタン  */
 .inputSubmit {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor:pointer;
	color: #2e2d2e;
	padding: 3px 4px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f0f0f0 50%,
		#e3e3e3 50%,
		#e3e3e3);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #f0f0f0),
		color-stop(0.50, #e3e3e3),
		to(#e3e3e3));
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #ababab;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.2),
		inset 0px 0px 2px rgba(255,255,255,1);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.2),
		0px 1px 0px rgba(255,255,255,0.4);
}


/* 共通｜角丸 */
.roundF {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius: 4px 4px;
	-webkit-border-top-right-radius: 4px 4px;
}
.roundL {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius: 4px 4px;
	-webkit-border-bottom-right-radius: 4px 4px;
}
.round {
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	-webkit-border-top-left-radius: 4px 4px;
	-webkit-border-top-right-radius: 4px 4px;
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-left-radius: 4px 4px;
	-webkit-border-bottom-right-radius: 4px 4px;
}






/* 共通｜マージン */
.marginL5 {
	margin-left: 5px !important;
}
.marginR5 {
	margin-right: 5px !important;
}
.marginT5 {
	margin-top: 5px !important;
}
.marginB5 {
	margin-bottom: 5px !important;
}
.marginL10 {
	margin-left: 10px !important;
}
.marginR10 {
	margin-right: 10px !important;
}
.marginT10 {
	margin-top: 10px !important;
}
.marginB10 {
	margin-bottom: 10px !important;
}
.margin-none {
	margin: 0 !important;
}


/* 共通｜パディング */
.paddingL5 {
	padding-left: 5px !important;
}
.paddingR5 {
	padding-right: 5px !important;
}
.paddingT5 {
	padding-top: 5px !important;
}
.paddingB5 {
	padding-bottom: 5px !important;
}
.paddingL10 {
	padding-left: 10px !important;
}
.paddingR10 {
	padding-right: 10px !important;
}
.paddingT10 {
	padding-top: 10px !important;
}

.paddingA10 {
	padding: 10px !important;
}

.paddingB10 {
	padding-bottom: 10px !important;
}
.padding-none {
	padding: 0 !important;
}






/* 共通｜フォーム */
.inputText {
	padding: 3px 4px;
	font-size: 13px;
}
.inputCheck {
	position: relative;
	top: 3px;
	margin-right: 3px !important;
}
.inputSubmit {
	font-size: 14px;
	font-weight: bold;
}
.inputSearch{
/*	background-image: url(../images/search_icon.gif); */
	background-position: 3px 1px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.zip {
	width: 80px !important;
	background-image: url(../images/zip.png);
	background-position: 3px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.price {
	text-align:right;
	background-image: url(../images/price.png);
	background-position: 3px 4px;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.email {
	font-size: 18px;
}
.inputError {
	background-color: #eeb8cb !important;
}
.err {
	color: #D83E24;
	font-size: 12px;
	padding: 0 5px;
}



