@charset "utf-8";

/********* HTML再定義 ***********************************************/

article, aside, figure, figcaption, footer, header, hgroup, nav, section {
	display: block;
}

body {
	margin: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 11pt;
	background:url(../img/menu_back.jpg) center 105px repeat-x;
}

h1	{
	margin: 0;
	font-size: 11pt;
	color: #666;
	font-weight: normal;
	text-align: right;
}

h2, h3, h4, h5, h6 {
	font-size: 120%;
}

h2	{
	margin: 10px 20px 5px;
	padding: 10px 10px 10px 25px;
	background: url(../img/icon_big.jpg) left top no-repeat;
}

h3	{
	margin: 10px;
	padding: 5px 10px 5px 10px;
	border-bottom: 3px solid #ccf;
}
footer h3	{
	border-bottom: 0;
}

h4	{
	margin: 0;
	padding: 0 10px;
}

img	{
	border-width: 0;
	vertical-align:bottom;
}

a:link, a:visited	{
	color: #000;
	text-decoration: none;
}

a:hover, a:active	{
	color: #090;
	text-decoration: none;
}

/********* 全体 *****************************************************/

#footer_bg	{
	min-width:1200px;
	background: url(../img/footer_back.jpg) left bottom repeat-x;
}

#container	{
	width: 1200px;
	margin: 0 auto;
	/*border-left: 1px solid #000;
	border-right: 1px solid #000;*/
}

.clearall	{
	clear: both;
}

/********* ヘッダー *************************************************/

header	{
	/*margin-top: 25px;*/
	padding: 0 100px;
	margin-top: 0;
}

header #head_logo	{
	background: url(../img/header_image.jpg) left top no-repeat;
	width: 1000px;
	height: 105px;
}

header #head_logo a	{
	display: block;
	background: url(../img/daichi_logo.jpg) left top no-repeat;
	margin-top: 35px;
	margin-left: 118px;
	width: 452px;
	height: 26px;
}

header #head_logo a span	{
	visibility: hidden;
}

header .menu_button	{
	margin: 5px 0;
	border-left:1px solid #ccc;
	padding-right: 1px;
}

header .menu_button_2	{
	margin: 5px 0;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

header a:hover .menu_button, header a:hover .menu_button_2, .index_block_1 a:hover	{ 
	opacity: 0.6; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha( opacity=60 )"; 
	background: #fff; 
}

/********* フッター *************************************************/

footer	{
	clear: both;
	margin: 0;
	padding: 7px 100px;
}

footer table    {
    width: 90%;
    margin: 10px 5%;
    line-height: 150%;
}

footer table td   {
    padding: 0 1%;
    vertical-align: top;
}

footer table td ul   {
    list-style: none;
    padding-left: 0;
}
footer table td ul li   {
    padding-top: 0.2em;
    padding-bottom: 0.2em;
}
footer table td ul ul  {
    list-style: none;
    padding-left: 1em;
}
footer table td ul ul li:before  {
    content: "・";
}

footer #menu_link	{
	margin: 0;
	padding: 15px;
	text-align: center;
}

footer #menu_link a	{
	margin: 0 1.5em;
	letter-spacing: 2px;
}

footer #copyright	{
	margin: 0;
	font-size: 10pt;
	text-align: right;
	color: #333;
	font-weight: bold;
}

/********* メニュー *************************************************/

div#menu {
	background-color: #666666;
}
div#menu h2 {
	display: none;
}
div#menu a:link, div#menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#menu a:active, div#menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

/********* 内容 *****************************************************/

div#content {
	float: left;
	width: 550px;
}

/********* 内容 *****************************************************/

#main	{
	float: left;
	width: 738px;
	padding: 0 5px;
	margin-left: 100px;
}

#main p {
    margin-left: 45px;
    margin-right: 10px;
}

#main ul    {
    margin-left: 55px;
}

#side	{
	float: right;
	width: 250px;
	/*border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
	margin-right: 100px;
	padding: 20px 0;
}

#side .link_button  {
    display: block;
    height: 42px;
    padding: 10px 1em 10px 2em;
    border: 1px solid #000000;
	background: url(../img/icon.jpg) left center repeat-y;
    font-weight: bold;
}
#side .link_button:hover {
	background: url(../img/icon.jpg) left center repeat-y;
}
#info	{
	width: 250px;
}

#info img	{
	margin: 15px 34px 0;
}

#info #address	{
	margin: 10px 0 5px 2.5em;
}

#info #tel	{
	margin: 5px 0 10px 4em;
}

#info #tel span	{
	padding-left: 1em;
}

#crumbs	{
	padding: 0 10px 30px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#side a:hover, .index_link:hover, .business_link:hover, .main_link:hover	{ 
	opacity: 0.6; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha( opacity=60 )"; 
	background: #fff; 
}

#side .interview    {
    margin-bottom:20px;
}

/* index.html */
.index_link	{
	margin: 20px 3px 3px;
}

/* company.html */

.midashia   {
    color: #38628A;
    font-size: 142%;
    font-weight: bold;
    text-align: center;
    padding: 1em 1em 0;
}
.midashia span   {
    font-style:italic;
}

#company_section	{
	margin: 20px 0 10px 20px;
}

#company_section > dt	{
	font-size: 16pt;
	font-weight: bold;
	background: url(../img/icon_big.jpg) left top no-repeat;
	padding-left: 30px;
}

#company_section > dd	{
	margin-bottom: 40px;
}

.company_1 > dt	{
	font-size: 14pt;
	background: url(../img/icon.jpg) left center no-repeat;
	padding-left: 20px;
}

#company_detail	{
	margin-left: 2.5em;
}

#company_detail	th	{
	padding: 3px 0;
}

#company_detail	th	{
	width: 9em;
	text-align: left;
	font-weight: normal;
}

#company_detail .map1	{
	margin-left: 2em;
	padding: 0 5px;
	border: 1px solid #000;
}

#company_detail .map2	{
	margin-left: 2.6em;
	padding: 0 5px;
	border: 1px solid #000;
}

#company_detail .tel	{
	margin-left: 1em;
}

#company_guideline th	{
	width: 9em;
	font-size: 14pt;
	text-align: left;
	font-style: italic;
}

#company_guideline th span	{
	color: #f00;
}

#manager	{
	text-align: right;
	margin-right: 6em;
}

#manager span	{
	margin-right: 2em;
}
.symbol {
    float: left;
    width: 25%;
    margin: 30px 20px 50px 0px;
}
.appearance {
    width: 80%;
    margin: 10px 10%;
}

/* corporate.html */

#corporate_section	{
	margin: 20px 0 10px 20px;
}

#corporate_section dt	{
	font-size: 16pt;
	font-weight: bold;
	background: url(../img/icon_big.jpg) left top no-repeat;
	padding-left: 30px;
}

#corporate_section dd	{
	margin-bottom: 40px;
}

#corporate_section table	{
	padding: 10px 0;
}

#corporate_section th	{
	font-weight: normal;
	text-align: left;
	/*background: url(../img/icon.jpg) left center no-repeat;*/
	padding: 3px 30px 3px 3px;
}

#corporate_section td	{
	width: 15%;
	padding: 3px;
}

.linkoffice, .linkpdf	{
	display: block;
	width: 90%;
	padding: 0.2em 5%;
	font-weight: bold;
	text-align: center;
}
.linkoffice	{
	background: #9dd155;
}
.linkpdf	{
	background: #c3efa0;
}

.widtha	{
	width: 8em;
}

/* compliance.html */

#compliance_section	{
	margin: 20px 0 10px 20px;
}

#compliance_section dt	{
	font-size: 16pt;
	font-weight: bold;
	background: url(../img/icon_big.jpg) left top no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}

#compliance_section dd	{
	margin-bottom: 40px;
}

#compliance_section img	{
	margin-right: 40px;
}

ul.notes    {
    list-style: none;
    margin-left: 35px !important;
}
ul.notes li:before   {
    content: "※ ";
}
#check_logo {
    text-align: center;
}
#check_logo img {
    margin: 15px 1%;
}
#check_text {
    font-size: 84%;
}
img.iso_ctf {
    width: 40%;
    margin: 15px 4%;
}
/* recruit.html */

#recruit_links  {
    list-style: none;
    padding: 10px;
    border-bottom: 1px dashed #999999;
    width: 80%;
    font-size: 122%;
}
#recruit_links li  {
    display: inline-block;
    margin: 10px 2em;
    padding-left: 1.5em;
    background: url(../img/icon_tri.png) center left no-repeat;
    background-size: 1em;
}

#recruit_section	{
	margin: 20px 20px 20px 20px;
}

#recruit_section > dt	{
	font-size: 16pt;
	font-weight: bold;
	background: url(../img/icon_big.jpg) left top no-repeat;
	padding-left: 30px;
	margin-bottom: 10px;
}

#recruit_section > dd	{
	margin-bottom: 40px;
}

#recruit_section h4 {
    margin-top: 2em;
    padding: 0.5em 1em;
    background: #38628A;
    color: #ffffff;
}
#recruit_section p  {
}
#recruit_section .title  {
    margin: 10px 10%;
}
#recruit_section .okano_image1  {
    width:50%;
    float:left;
    margin-bottom: 30px;
    padding: 0 10px;
}
#recruit_section .okano_image2  {
    width: 40%;
    padding: 10px 20px 0; 
}

.recruit_1 > dt	{
	font-size: 14pt;
	background: url(../img/icon.jpg) left center no-repeat;
	padding-left: 20px;
}

.recruit_1 > dd	{
	margin-bottom: 15px;
}

.recruit_2	{
	border: 1px solid #999;
	border-collapse: collapse;
}

.recruit_2 th, .recruit_2 td	{
	border: 1px solid #999;
	padding: 10px;
}

.recruit_2 th	{
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	width: 6em;
}

.recruit_2 td	{
	width: 33em;
}

.recruit_text	{
	font-size: 14pt;
	line-height: 150%;
	padding: 10px 30px;
}

/* contact.html */

#contact_line	{
	margin-top: 30px;
	border: 0;
	border-bottom: 1px solid #ccc;
}

.contact_text	{
	margin-left: 20px;
}

#without_form	{
	margin: 20px 60px 10px;
	font-size: 14pt;
	line-height: 150%;
}
/* メールフォームのレイアウト修正 */
form#mailformpro dl dd ol   {
    padding-left: 40px !important;
}
form#mailformpro dl dd ol li    {
    margin-bottom: 5px !important;
}
form#mailformpro dl dd ol li:nth-last-of-type(1)    {
    margin-bottom: 0 !important;
}

/* business.html */

#business_text	{
	font-size: 16pt;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 35px 10px;
}

#business_text_list	{
	font-size: 14pt;
	letter-spacing: 1px;
	line-height: 150%;
    margin-left: 0 !important;
}

#business_text_list li	{
	margin: 30px 70px;
}

.business_link	{
	margin: 20px 3px 3px;
}

#business_sidemenu	{
	width: 250px;
	border-collapse: collapse;
	border: 1px solid #036;
	margin-bottom: 10px;
}

#business_sidemenu td	{
	padding: 0;
	border: 1px solid #036;
}

#business_detail_return	{
	padding-right: 50px;
	text-align: right;
}

ul#method   {
    width: 1000px;
    margin: 5px 0 15px;
    padding: 0;
}
ul#method li   {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    text-align: center;
}
ul#method li img    {
}
ul#method a:hover { 
	opacity: 0.6; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha( opacity=60 )"; 
	background: #fff; 
}

/* ワークライフバランスの推進（カエルジャパン） */
#wlb    {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#wlb p  {
    line-height: 200%;
    margin-left: 1em;
}
#wlb dl {
    width: 85%;
    margin: 15px 6%;
    border: 2px dotted #80b944;
    padding: 1em;
    font-size: 122%;
}
#wlb dt {
    font-weight: bold;
    color: #80b944;
}
#wlb dd {
    margin-bottom: 1em;
}
#wlb ul {
    margin-left: 0;
}
#wlb .kaeru {
    float: right;
    width: 35%;
    margin-left: 15px;
}
#wlb .link  {
    vertical-align: middle;
    margin: 10px;
}


/* Fun to Share */
#fts    {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#fts p  {
    line-height: 200%;
    margin-left: 1em;
}
#fts .mark   {
    float: right;
    padding: 1em;
    width:25%;
}
#fts .link  {
    vertical-align: middle;
    margin: 10px;
}

/* COOL CHOICE */
#cc    {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
#cc h3  {
    color: #85d1f1;
    font-size: 134%;
    border-bottom: 0;
}
#cc p  {
    line-height: 200%;
    margin-left: 1em;
}
#cc .ex   {
    margin: 20px 5px;
}
#cc figure  {
    width: 60%;
    margin: 5px 19%;
}
#cc figure img {
    width: 100%;
}

#cc .link  {
    vertical-align: middle;
    margin: 10px;
}


/* common */

.image_line	{
	border-bottom:1px solid #ccc;
	margin-bottom: 10px;
}

.space	{
	padding: 5px;
}

.const_link	{
	margin: 3px;
}

#fts_img    {
    width: 90%;
    margin: 20px 5% !important;
}
#fts_img img    {
    width: 90%;
    padding: 10px 5%;
}

.clearfix   {
    clear: both;
    overflow: hidden;
}

.center {
    text-align: center;
}

.bold   {
    font-weight: bold;
}

/********* IE6用設定 ************************************************/

* html body {
	text-align: center;
}
* html div#container {
	width: 800px;
	text-align: left;
}
* html pre {
	width: 100%;
}
* html table tr th, * html table tr td {
	font-size: 80%;
}
