@charset "Shift_JIS";

/*
-----------------------------------------------------------------
    BASE ELEMENTS
-----------------------------------------------------------------
*/

*					{
	font-size : 100%;
	line-height: 1.5;
	font-family: sans-serif;
}

body				{ font-size: 75%; }

html > body			{ font-size: 12px; }

a:link, a:visited	{
	color: #0066cc;
	text-decoration: none;
}

a:hover, a:active	{
	color: #ff6600;
	text-decoration: none;
}

img					{ border: none; }

.copy				{
	padding-right: 10px;
	text-align: right;
}

p					{
	margin-top: 10px;
	margin-bottom: 10px;
}

.m_text				{
	margin-top: 20px;
	margin-bottom: 10px;
	color: #990000;
	font-size: 1.2em;
	font-weight: bold;
}

small				{ font-size: 0.9em; }

.space{
	padding:10px 0;
}

#logo{
	position:relative;
	z-index:1;
}

#bnr_reform{
	position:absolute;
	right:40px;
	top:5px;
	width:100px;
	height:40px;
	z-index:2;
}
.card{
	margin-top: 10px;
	width:150px;
	height:50px;
	background:url(../../../sokkuri/common/images/header_logo_05.gif);
	border:none;
}
.card:hover{
	background:url(../../../sokkuri/common/images/header_logo_05_r.gif);
}
.bubun_ttl{
	padding: 0;
	background: #f4f5ef;
}
.bubun_ttl li{
	display: inline-block;
	vertical-align: middle;
}
.bubun_ttl li:first-child{
	font-size: 1.6rem;
	font-weight: bold;
	padding: 10px;
	border-left: 10px #3b7f00 solid;
}
.bubun_ttl li:last-child{
	font-size:10px;
}