@charset "utf-8";

/* reset
=============================================================================*/
html {
	overflow-y:scroll;
}
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;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
caption,th {
	text-align:left;
}
q:before,q:after {
	content:'';
}
object,
embed {
	vertical-align:top;
}
hr,legend {
	display:none;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
}
img,abbr,acronym,fieldset {
	border:0;
}
img {
	vertical-align:bottom;
}
li {
	list-style-type:none;
}



/* default
=============================================================================*/
body {
	color:#333;
	font-size:88%;
	font-family:"メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
}
* html body {	/* for IF6 */
	font-family:"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

a:focus {
	outline:none;
}



/* 汎用class
=============================================================================*/
.imgL {
	float:left;
	margin:0 10px 10px 0;
}
.imgR {
	float:right;
	margin:0 0 10px 10px;
}

.txtB {
	font-weight:bold;
}
.txtC {
	text-align:center;
}
.txtL {
	text-align:left;
}
.txtR {
	text-align:right;
}
.txtRed {
	color:#da2828;
}
.txtBlue {
	color:#3e80af;
}



/* float対策
=============================================================================*/
.float {
    overflow:hidden;
}

.float:after {
    content:"";
    display:block;
    clear:both;
    height:1px;
    overflow:hidden;
}

/*\*/
* html .float {
    height:1em;
    overflow:visible;
}
/**/



/* clearfix
=============================================================================*/
/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */



/* print.css
=============================================================================*/
@media print { 
   body { background: #fff; color: #000; }
}





/*==================================================================================================================*/
/*==================================================================================================================*/

div#popup {
	width:400px;
	margin:0 auto;
}


h4 {
	margin:0 0 5px;
	padding:15px 0 3px;
}
table.corporate {
	width:380px;
	margin:0 auto 15px;
	border-collapse:collapse;
	line-height:1.5;
	font-size:12px;
}
table.corporate th {
	width:6em;
	padding:10px;
	text-align:center;
	white-space:nowrap;
	border-bottom:1px solid #CCC;
}
table.corporate td.info {
	padding:10px;
	border-bottom:1px solid #CCC;
}

p {
	width:365px;
	margin:0 auto 1.2em;
	font-size:12px;
}
p.center {
	text-align:center;
}


div#close {
	width:400px;
	margin:0 auto;
	text-align:center;
	padding:20px 0 20px;
}
