@charset "utf-8";

/* === CSS Information ===========================
  File Name:   common.css
  Author:      yuta
  Style Info:  基本設定
=============================================== */

/* =============================================================================
   いろいろ
============================================================================= */
a { outline: none; }

.clearfix { width:100%; }
.clearfix:after{
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;
	clear: both;
	visibility:hidden;
}



/* =============================================================================
   yQuery.modalWindow.js
============================================================================= */

/*  JavaScriptで指定された要素  */
#modalWindow_overlay {
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: #000;
	display: none;
}

/*  表示するウィンドウ  */
.modalWindow_view {
	padding: 10px;
/*	height: 300px;
	width: 400px; */
	background-color: #ffffff;
	display: none;
}



