@charset "UTF-8";
/*

    Toppage

*/

/*  Topimage  */
body.toppage #c_main #topimage {
	margin: -10px -10px 10px;
}
body.toppage #c_main #topimage ul {
	width: 100%;
	height: 0;
	margin: 0;
	padding-bottom: 57%;
	overflow: hidden;
}
body.toppage #c_main #topimage ul li {
	margin: 0;
	list-style: none;
}
body.toppage #c_main #topimage ul li a img {
	width: 100%;
}

/*  About  */
body.toppage #c_main #about .content {
	margin: 0 10px 10px;
}

/*  News  */
body.toppage #c_main .articlelist {
	margin: 0 -10px;
}
body.toppage #c_main .articlelist header {
	position: relative;
	padding: 0.5em;
	background: #f2b6d1; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2b6d1 0%, #f9dba0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2b6d1), color-stop(100%,#f9dba0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2b6d1 0%,#f9dba0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2b6d1 0%,#f9dba0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2b6d1 0%,#f9dba0 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2b6d1 0%,#f9dba0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2b6d1', endColorstr='#f9dba0',GradientType=0 ); /* IE6-9 */
}
body.toppage #c_main .articlelist header h2 {
	margin: 0;
	border: none;
	color: #000000;
}
body.toppage #c_main .articlelist header h2:before {
	content: "";
	margin-right: 10px;
	border-left: 5px #000000 solid;
}
body.toppage #c_main .articlelist header a {
	position: absolute;
	right: 15px;
	top: 15px;
	font-weight: bold;
	color: #000000;
}
body.toppage #c_main .articlelist .content ul li a {
	text-decoration: underline;
}
body.toppage #c_main #bloglist {
	margin-top: 30px;
}
body.toppage #c_main #newslist .content ul,
body.toppage #c_main #bloglist .content ul {
	margin: 5px 0 0 20px;
}
body.toppage #c_main #bloglist .content ul li {
	margin: 0;
	list-style: none;
	border-bottom: 1px #cccccc dashed;
}
body.toppage #c_main #bloglist .content ul li a {
	display: block;
	padding: 0.75em 0;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
body.toppage #c_main #bloglist .content ul li a .date {
	display: inline-block;
	width: 10em;
	color: #666666;
}
body.toppage #c_main .articlelist .content ul li {
	display: none;
}
body.toppage #c_main .articlelist .content ul li:nth-child(1),
body.toppage #c_main .articlelist .content ul li:nth-child(2),
body.toppage #c_main .articlelist .content ul li:nth-child(3) {
	display: block;
}


/*  Consultation  */
body.toppage #c_main #consultation {
	margin-top: 20px;
}
body.toppage #c_main #consultation .content {
	margin: 0;
}
body.toppage #c_main #consultation .content .item {
}
body.toppage #c_main #consultation .content .item h3 {
	margin: 0;
}
body.toppage #c_main #consultation .content .item h3 a {
	display: block;
	padding: 10px 10px 5px 50px;
	background-color: #eae7e1;
	background-image: url("images/consultation.lm.png");
	background-position: left center;
	border-bottom: 1px #664024 solid;
	color: #664024;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
}
body.toppage #c_main #consultation .content .item.no1 h3 { border-color: #e95513;}
body.toppage #c_main #consultation .content .item.no2 h3 { border-color: #8dc21f;}
body.toppage #c_main #consultation .content .item.no3 h3 { border-color: #009fe8;}
body.toppage #c_main #consultation .content .item h3 span {
	display: block;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 20px;
	color: #666666;
}
body.toppage #c_main #consultation .content .item p {
	margin: 0;
	padding: 1em 0.5em;
	border-bottom: 1px #cccccc dashed;
}
body.toppage #c_main #consultation .content .item p a {
	color: #000000;
}
body.toppage #c_main #consultation .content .item p a[href] {
	text-decoration: underline;
}
body.toppage #c_main #consultation .content .item p a,
body.toppage #c_main #consultation .content .item p span {
	display: block;
	position: relative;
	padding-left: 1em;
}
body.toppage #c_main #consultation .content .item p a:before,
body.toppage #c_main #consultation .content .item p span:before {
	content: '・';
	position: absolute;
	top: 0;
	left: 0;
}





/*

    News

*/

/*  News list  */
#c_main #newslist .content ul {
	margin: -0.75em 0 0;
}
#c_main #newslist .content ul li {
	margin: 0;
	list-style: none;
	border-bottom: 1px #cccccc dashed;
}
#c_main #newslist .content ul li a {
	display: block;
	padding: 0.75em 0;
	color: #000000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
#c_main #newslist .content ul li a .date {
	display: inline-block;
	width: 10em;
	color: #666666;
}

/*  Pagination  */
#c_main #newslist footer .paging ul {
	margin: 15px 15px 0;
	text-align: center;
}
#c_main #newslist footer .paging ul li {
	display: inline-block;
	margin: 0 3px 10px;
	border: 1px #666666 solid;
}
#c_main #newslist footer .paging ul li a,
#c_main #newslist footer .paging ul li span {
	display: block;
	height: 2em;
	width: 2em;
	line-height: 2;
	color: #000000;
}
#c_main #newslist footer .paging ul li span {
	background-color: #f2f2f2;
}

/*  News detail  */
body.news #c_main #newsdetail header p {
	margin: 0 -25px;
	text-align: right;
	color: #666666;
}
body.news #c_main #newsdetail .content {
	margin-bottom: 25px;
	border-bottom: 1px #cccccc dashed;
}
body.news #c_main #newsdetail footer {
	text-align: center;
}
body.news #c_main #newsdetail footer a {
	display: inilne-block;
	padding: 3px 10px;
	border: 1px #cccccc solid;
	color: #666666;
	border-radius: 3px;
}





/*

    Firsttime

*/
body.firsttime #c_main #flow {
}
body.firsttime #c_main #flow ol {
	margin: 0;
}
body.firsttime #c_main #flow ol li {
	clear: left;
	margin: 20px 0 0;
	min-height: 100px;
	list-style: none;
}
body.firsttime #c_main #flow ol li .icon {
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-size: 30px auto;
	background-position: center center;
}
body.firsttime #c_main #flow ol li .icon.right { background-image: url("images/right.arrow.png");}
body.firsttime #c_main #flow ol li .icon.down  { background-image: url("images/down.arrow.png");}
body.firsttime #c_main #flow ol li strong {
	display: block;
	margin-left: 45px;
	padding: 0px 0;
	line-height: 1.25;
	font-size: 1.8rem;
}
body.firsttime #c_main #flow ol li span {
	display: block;
	margin-left: 45px;
}





/*

    Director

*/
body.director #c_main section.profile img {
	display: block;
	margin-top: 20px;
}
body.director #c_main section.profile .name {
	margin-top: 15px;
}
body.director #c_main section.profile .name strong {
	margin: 0 0.75em;
	font-size: 1.8rem;
	font-weight: normal;
}
body.director #c_main section.profile .name span.en {
	font-size: 1.8rem;
	color: #666666;
}





/*

    About

*/
body.about #c_main section #description {
	font-size: 1.3rem;
}
body.about #c_main section ul {
	margin: 0;
}
body.about #c_main section ul li {
	margin: 0 0 30px;
	list-style: none;
	overflow: hidden;
}
body.about #c_main section ul li.withimage strong {
	display: block;
}
body.about #c_main section ul li.withimage span {
	display: block;
}





/*

    Consultation

*/
body.consultation #c_main section #description {
	font-size: 1.5rem;
}
body.consultation #c_main section.department {
	padding-top: 25px;
	margin-bottom: 0;
}
body.consultation #c_main a[href] {
	text-decoration: underline;
}




/*

    Access

*/
body.access #c_main section h2 {
	border: none;
}
body.access #c_main section #address {
	margin: 1em 0 0.5em;
}
body.access #c_main section #map {
	margin-bottom: 10px;
}
body.access #c_main section #map img {
	max-width: 100%;
}
body.access #c_main section #gmapouter a {
	color: #000000;
	text-decoration: underline;
}
body.access #c_main section #description dl {
	margin: 30px 0 0;
}
body.access #c_main section #description dl dt {
	font-weight: normal;
	border-bottom: 1px #666666 dashed;
	font-size: 1.6rem;
}
body.access #c_main section #description dl dd {
	margin: 10px 0;
}
