@charset "UTF-8";

.cr {
	clear:      both;
	height:     0px;
	visibility: hidden;
	overflow:   hidden;
	display:    block;
}
.crmb {
	clear:      both;
	height:     30px;
	visibility: hidden;
	overflow:   hidden;
	display:    block;
}
.crmb15 {
	clear:      both;
	height:     15px;
	visibility: hidden;
	overflow:   hidden;
	display:    block;
}

.text_right {
	text-align: right;
}

.line_dot {
	clear: both;
	height: 31px;
	margin: 0 auto;
	background: url(../images/line_dot.gif) repeat-x 0% 0%;
	display: block;
}

p.pagetop {
	clear: both;
	margin:  0 0 10px 0;
	padding: 0;
	text-align: right;
}
p.pagetop a {
	margin:  0;
	padding: 0 12px 0 0;
	background: url(../images/p_arrow_pagetop.gif) no-repeat 100% center;
	color: #555555;
	font-size:   11px;
	line-height: 12px;
}

img.new {
	padding: 2px 0 0 5px;
	vertical-align: top;
	font-size:   10px;
	line-height: 10px;
}

.red {
	color: #c00;
}

.blue {
	color: #06f;
	color: #369;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: " ";
}
.clearfix:after {
	clear: both;
}

.float_left, 
.float_left_noprint {
	float:   left;
	margin:  0;
	padding: 0;
}
.float_right, 
.float_right_noprint {
	float:   right;
	margin:  0;
	padding: 0;
}

.mb3 {
	margin-bottom: 3px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb8 {
	margin-bottom: 8px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}

.pt30 { padding-top:    30px; }
.pt40 { padding-top:    40px; }
.pl15 { padding-left:   15px; }
.pb8  { padding-bottom:  8px; }
.pb30 { padding-bottom: 30px; }

/****************************
  pagination
*****************************/

.pagination {
	clear: both;
	width: 100%;
	margin:  0;
	padding: 0 0 5px 0;
	text-align: center;
}
.pagination a:link, 
.pagination a:visited, 
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	margin:  0px 2px;
	padding: 6px 9px;
	font-size:   12px;
	line-height: 12px;
	text-decoration: none;
	color: #777;
	border: 1px solid #cccccc;
}
.pagination a:link, 
.pagination a:visited {
	background-color: #fff;
}
.pagination a:hover, 
.pagination a:active, 
.pagination span {
	background-color: #f4f4f4;
}
.pagination span {
	font-weight: bold;
	color: #999;
}

/****************************
  button
*****************************/

a.button-blue {
	display: inline-block;
	line-height: 2.1em;
	margin:  0 auto;
	padding: 0 8px;
	vertical-align: top;
	text-align: center;
	cursor: pointer;
	font-weight: bold;
	font-size:   12px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	transition: all 0.1s linear;
	border-radius: 4px;
	opacity: 1;
	border: 1px solid #0091f3;
	background-color: #008cd4;
	background: -webkit-linear-gradient(#65c3f4, #008cd4);
	background:    -moz-linear-gradient(#65c3f4, #008cd4);
	background:         linear-gradient(#65c3f4, #008cd4);
	box-shadow: 0 1px 1px #fff, inset 0 1px 1px rgba(255,255,255,0.4);
}
a.button-blue:hover {
	text-decoration: none;
	box-shadow: 0px 0px 5px #008cd4, inset 0 1px 1px rgba(255,255,255,0.4);
}
