@charset "shift_jis";

/* ----------------------------------------------------------------------------------
	Stylesheet for www.doplay.jp 
	Copyright (C) DOPLAY 財団法人広島市未来都市創造財団.All Rights Reserved.
	Description : ひろしま保育・介護人財サポート事業フォーマット
---------------------------------------------------------------------------------- */


/* 共通設定
----------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	line-height: 1.6;
}

a:link    { color: #1d2088; }
a:visited { color: #800080; }
a:hover   { color: #1d2088; text-decoration: none; }
a:active  { color: #1d2088; }

p{
	margin-top: 0;
}

.center{
	text-align: center;
}

.lst_n{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent: 0;
}

.mb0{
	margin-bottom: 0;
}
.mb20{
	margin-bottom: 20px;
}

#header{
	background-color: #fffde6;
}
#header h1{
	margin: 0;
	padding: 10px;
	line-height: 1;
}
#header #nav{
	padding: 8px;
	background-color: #cce666;
}
#header #nav .nav_list li{
	display: inline-block;
	color: #009944;
	font-size: 18px;
}
#header #nav .nav_list li::before{
	content: "　";
}
#header #nav .nav_list li:first-child::before{
	content: "|　";
}
#header #nav .nav_list li::after{
	content: "　|";
}

.container{
	width: 760px;
	margin: 0 auto;
}

.section{
	margin-bottom: 40px;
}

.inner{
	margin-bottom: 40px;
}

table{
	width: 100%;
	margin: 5px 0 20px;
	font-size: 14px;
	text-indent: 0;
	border: 1px solid #B3B3B3;
	border-collapse: collapse;
}
table tr th,
table tr td{
	padding: 4px;
	font-size: inherit;
	border: 1px solid #B3B3B3;
}
table tr th{
	font-weight: normal;
	background-color: #ddddff;
}
table thead tr td{
	background-color: #f2f2f2;
}

h2{
	color: #1d2088;
	font-size: 20px;
	font-weight: bold;
}
.sectl{
	min-height: 56px;
	padding-left: 80px;
	line-height: 56px;
	border-bottom: 4px solid #cce666;
	background: url(../../support/img/icon.gif) 5px center no-repeat;
}
.subtl{
	color: #009944;
}

.date{
	display: inline-block;
	float: right;
	font-size: 85%;
	font-weight: normal;
}

.indent01{
	margin-left: 1em;
	text-indent: -1em;
}
.indent02{
	margin-left: 2.8em;
}
.indent02 .subtl{
	margin-bottom: 0;
	text-indent: -2.8em;
}
.indent03{
	text-indent: 1.7em;
}
.indent04{
	margin-left: 1.5em;
	text-indent: -1.5em;
}

.cont_shop .inner{
	margin-bottom: 20px;
}
.cont_shop table tr td:first-child{
	width: 30%;
}
.cont_shop table tr td:nth-child(2){
	width: 16%;
	text-align: center;
}
.cont_shop h3{
	margin-bottom: 5px;
}
.shop_nav li{
	display: inline-block;
	margin: 0 1.7em;
}

.corp_list{
	position: relative;
	margin: 30px 0 20px;
	padding: 20px 30px;
	border: 1px solid #1d2088;
	background-color: #fffde6;
}
.corp_list .date{
	position: absolute;
	right: 30px;
}
.corp_list .corp_tl{
	margin-top: 0;
	margin-bottom: 20px;
	color: #1d2088;
}
.corp_list li{
	display: inline-block;
	width: 31%;
	margin-bottom: 10px;
}

.cont_sns{
	border-top: 4px solid #cce666;
}
.cont_sns li{
	display: inline-block;
	margin: 0 2px;
}

.sec_nav li{
	display: inline-block;
	margin: 10px 1em;
}
.sec_nav li::before{
	content: "▼";
	color: #1d2088;
}

.cont_keisan{
	margin: 10px 0 20px;
	padding: 10px;
	border: 1px solid #1d2088;
	background-color: #ddddff;
}

#footer{
	padding-top: 8px;
	font-size: 13px;
	line-height: 1.4;
	background: url(../img/line05.gif) 0 0 repeat-x;
}
#footer .inner{
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	background-color: #FFFFFF;
}
#footer .inner .f_nav{
	float: right;
}
#footer .inner .f_nav li{
	display: inline-block;
	margin-left: 15px;
}
.copyright{
	margin: 0;
	padding: 20px;
	background-color: #F2F2F2;
}