@charset "UTF-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,form,fieldset,input,textarea,p,th,td,em{
	margin:0;
	padding:0;
	text-decoration:none;
	
	font-style:normal;
	line-height:1.8;
}
body{
	font-family:' メイリオ','Meiryo','Hiragino Kaku Gothic Pro',' ヒラギノ角ゴ Pro W3','Osaka','ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	font-size:62.5%;

}


table{
	border-collapse:collapse;
	border-spacing:0;
	font-size:inherit;
	font:100%;
}
table th {
	text-align: left;
}
table td {
	word-wrap: break-word;
}
ul{
	list-style:none;
	margin-bottom:1.2em !important;
}
li{
	margin-bottom:0.4em;
	line-height:1.5;
}


fieldset,img{
	border:0;
}
select option{
	padding:0 5px;
}
form label{
	cursor:pointer;
}

.tb_serviceSearch .submit  { cursor: hand } /* IE用の不正な値 */
.tb_serviceSearch .submit  { cursor: pointer } 

/* basic setting*/
body {
	background-color:#ffffff;
}
@media screen {
	body {background-color: #fff ;}
}

a:link {
	text-decoration:underline;
	color:#454545;
}
a:visited {
	color:#454545;
}
a:hover {
	text-decoration:underline;
	color:#86abb3;
}
a:active {
	text-decoration:underline;
	color:#86abb3;
}

a.white{
	color:#FFFFFF;
}
a.white:visited{
	color:#FFFFFF;
}
a.white:hover{
	color:#cccccc;
}
a.white:active{
	color:#cccccc;
}

.container{
	width: 950px;
	margin: 0 auto;
	color:#454545;
	background-color: #ffffff;
	font-size:1.8em;
}

.footer {
	width: 950px;
	margin: 0 auto;
}

/* title120829 */
li.title_s {
    font-weight: bold;
    margin: 0;
    padding: 10px 0 0 0;
}

html[xmlns*=""] body:last-child li.title_s {
	padding:0;
}