@charset "utf-8";


/* 共通設定
--------------------------------------------------------------------
1. 初期設定
2. テキスト
3. clearfix
4. 大枠
5. マージン系
6. ページ内容
--------------------------------------------------------------------*/


/* 1. 初期設定
--------------------------------------------------------------------*/
html{color:#333;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,input,button,textarea,select,p,th,td{
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img{border:0}
address,button,em,input,select,strong,textarea,th{font:inherit}
th{text-align:left}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:normal;
}

body{
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
}
select,input,textarea,button{font:99% arial,helvetica,clean,sans-serif;}
table{
	font-size:inherit;
	font:100%;
}


/* 2. テキスト
--------------------------------------------------------------------*/
a:link, a:active, a:visited{
	color:#555; text-decoration:none;
}
a:hover{
	color:#555; text-decoration:underline;
}

strong{
	font-style:normal;
	font-weight:bold;
	font-family:'ＭＳ Ｐゴシック',Hiragino Kaku Gothic Pro,sans-serif;
}

br{letter-spacing:0px;}

p{
	line-height:1.6em;
}

.text_right{
	margin:0;
	padding:0;
	text-align:right;
}

.bold{
	font-weight:bold;	
}

.red{
	color:#ee0000;	
}


/* 3. clearfix
--------------------------------------------------------------------*/
.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.clearfix{
	display:inline-block;
}

/* Hides from IE-mac \*/
* html .clear {height:1%;}
.clear {display:block;}
/* End hide from IE-mac */

.clear{
	clear:both;
}

/* 4. 大枠
--------------------------------------------------------------------*/
body{
	background-:#fff;
	}

#wrapper{
	width:470px;
}

/* 5. マージン系
--------------------------------------------------------------------*/
.mt10{margin-top:10px}
.mt20{margin-top:20px}
.mt30{margin-top:30px}
.mt40{margin-top:40px}
.mt50{margin-top:50px}

.mb5{margin-bottom:10px;}
.mb10{margin-bottom:10px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}


/* 6. ページ内容
--------------------------------------------------------------------*/

.info_date{
	float:left;
	margin:0;
	padding:0 0 0 10px;
	width:80px;
	height:auto;
}

.info_detail{
	float:left;
	margin:0;
	padding:0;
	width:380px;
	height:auto;
}

.border_bottom{
	margin:5px 0;
	padding:0 0 5px;
	width:450px;
	height:auto;
	border-bottom:1px #555 dotted;
}