  @CHARSET "UTF-8";


/* ***
 *	page guide
 * ***/
div.pageGuide{
	width:710px;
	margin-bottom:20px;
}


/*
index.html
**/

/* side(left) */
div.serviceList{
	position:relative;
    display: table;
	width:710px;
	margin-bottom:80px;
}

div.serviceList table{
	float:left;
	border-bottom:1px #5e76ff solid;
}

div.serviceList table th{
	padding:2px 0 0 25px;
	border-top:1px #5e76ff solid;
	color:#5e76ff;
	font-weight:bold;
	font-size: 20px;
	font-size: 2.0rem;
	line-height:40px;
	text-align:left;
}

div.serviceList table.detailList *:first-child + *{
	color:#5e76ff;
}

div.serviceList table td{
	position: relative;
	padding:2px 0 0;
	border-top:1px #5e76ff solid;
	color:#909090;
	font-size: 16px;
	font-size: 1.6rem;
	line-height:40px;
}

div.serviceList table td em{
	font-size: 20px;
	font-size: 2.0rem;
	font-style:normal;
}

div.serviceList table td a{
	padding-right:18px;
	background:url(/~himi/common/images/link_arrow.png) right 5px no-repeat;
	z-index: 1;
}

div.serviceList table td a:link,
div.serviceList table td a:visited,
div.serviceList table td a:hover{
	color:#909090;
}

p.norecruit{
	padding:50px 0 100px;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:center;
}

/* side(right) */
div.contentsright{
	float:right;
}
div.contentsright > ul > li{
	margin-bottom:20px;
	list-style-type:none;
	line-height: 0;
}

/**
rec01.html ～ rec11.html
***/
div.serviceGuide > h3{
	width: 100%;
	height: 60px;
    margin-bottom: 40px;
	padding: 2px 21px 0 30px !important;
	background: #5e75ff;
	color: #FFF !important;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 58px !important;
}

div.serviceGuide > h3 > span{
    display: inline-block;
	margin-left:20px;
	padding: 7px 15px 5px;
	border: 1px solid #ffffff;
	font-size: 20px;
	font-size: 2.0rem;
	line-height: 1.0;
}
div.serviceGuide > table{
	margin: 0 auto 40px;
}
table.recruit {
    width: 660px;
    margin-bottom: 30px;
}
table.recruit td {
	padding: 4px 8px 3px;
    border: 1px #CECECE solid;
    text-align: left;
    line-height: 1.5;
}
div.serviceGuide > table th {
    padding: 4px 8px 3px;
    background: url(/~himi/services/images/bg_th.gif) left bottom repeat-x;
    border: 1px #CECECE solid;
    font-weight: bold;
    text-align: left;
    line-height: 1.5;
}
table.recruit td > a:link{
	color:#0D662C;
}
div.contents{
    width: 660px;
    margin: 0 auto;
}
div.contents > ul > li{
	margin-bottom:15px;
	list-style-type:none;
    line-height: 0;
}
ul.sub_left{
	float:left;
}
ol.sub_right{
	float:right;
}
div.serviceGuide ol {
    margin-bottom: 40px;
    list-style-type: none;
}
div.serviceGuide ol > li {
    display: table-cell;
    vertical-align: top;
}

div.serviceList{
	width:710px;
	margin-bottom: 50px;
}

div#container > div.serviceGuide > div.volunteer > h3 {
	width:100%;
	margin-bottom:30px;
	padding:0;
	color: #909090;
	font-size: 22px;
	font-size: 2.2rem;
	font-weight:bold;
	line-height: 1.0;
}

div#container > div.serviceGuide > div.volunteer > h4 {
	margin-bottom: 20px;
	padding: 0px 15px;
	border: 1px solid #5E76FF;
	color: #5E76FF;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 48px;
}

div.volunteer > p {
	padding:15px 0;
	font-size:16px;
	font-size: 1.6rem;
	line-height:2.0;
}

div.serviceGuide > p.banner{
	margin-bottom:50px;
}

span.blue{
	color:#5e76ff;
}

div.serviceList table th a{
	color:#5e76ff;
}