@charset "UTF-8";
/* CSS Document */
html {
	height: 100%;
}

body {
	background-color:#FFFFFF;
	color:#595757;
	font-family:Futura, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 0px;
	line-height:0;
	height: 100%;
}

div {
	font-size: 13px;
	line-height:25px;
}

img {
	vertical-align: top;
}

#container_top {
	position:absolute;
    overflow: hidden;
    position: relative;
	height:100%;
    min-width: 768px;
	font-size: 13px;
	line-height:25px;
}

#container {
    overflow: hidden;
    position: relative;
    min-height: 750px;
    min-width: 768px;
}

#main_footer {
    position: fixed;
    z-index: 30;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 180px;
	background-image:url(../images/bg_nav.png);
	background-repeat:repeat-x;
}

#global {
    width: 710px;
	height:60px;
	overflow:hidden;
    margin: 0 auto;
}

#global li {
	float:left;
}	

/*global mennu for ipad*/

#nav_02 {
	width:105px;
	overflow:hidden;
	text-indent:-10px;
}

#nav_03 {
	width:120px;
	overflow:hidden;
	text-indent:-10px;
}

#nav_04 {
	width:105px;
	overflow:hidden;
	text-indent:-10px;
}

#nav_05 {
	width:105px;
	overflow:hidden;
	text-indent:-10px;
}

#nav_06 {
	width:105px;
	overflow:hidden;
	text-indent:-10px;
}

#nav_07 {
	width:105px;
	overflow:hidden;
	text-indent:-10px;
}

#banner {
	height:120px;
	background:url(../images/bg_banner.png) repeat-x;
}

#banner ul {
	width:98%;
	max-width:960px;
	margin:0 auto;
	padding:10px 0;
}

#banner ul li.first {
	padding-left:3%;
}

#banner ul li {
	width:30%;
	max-width:300px;
	float:left;
	padding-right:2%;
}

p#copyright {
	font-size:11px;
	width:100%;
	text-align:center;
}



/*----------------------------*/
/*----------home--------------*/
/*----------------------------*/
body#bg_home {
	background:url(../images/back_daiwa.jpg) no-repeat 50%;
	background-size:cover;
	z-index:5000px;
}

div#nikko_house {
	position:absolute;
	top:5%;
	right:5%;
	width:100%;
	height:100%;
	max-width:380px;
	max-height:400px;
	background:url(../images/nikko_house.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
}

div#home_inner {
	position:absolute;
	height:150px;
	bottom:180px;
	width:100%;
	overflow:hidden;
}

#information {
	height:150px;
	background:url(../images/bg_info.png) repeat-x center;
	z-index:0;
}

#information_inner {
	width:100%;
	max-width:960px;
	margin:0 auto;
	position:relative;
	top:20px;
}

#btn_event {
	position:absolute;
	top:5px;
	left:30px;
	width:150px;
	height:40px;
	background:url(../images/event_title.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
	z-index:10;
	cursor:pointer;
}

#btn_event_close {
	position:absolute;
	top:5px;
	left:30px;
	width:150px;
	height:40px;
	background:url(../images/event_title.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
	z-index:0;
	cursor:pointer;
}

#btn_facebook {
	position:absolute;
	top:60px;
	left:30px;
	width:150px;
	height:40px;
	background:url(../images/facebook_title.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
	z-index:10;
	cursor:pointer;
}

#btn_facebook_close {
	position:absolute;
	top:60px;
	left:30px;
	width:150px;
	height:40px;
	background:url(../images/facebook_title.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
	z-index:0;
	cursor:pointer;
}
/*
#btn_news {
	position:absolute;
	top:5px;
	left:30px;
	width:120px;
	height:60px;
	background:url(../images/news_title.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
	z-index:10;
	cursor:pointer;
}

#btn_news_close {
	position:absolute;
	top:5px;
	left:30px;
	width:120px;
	height:60px;
	background:url(../images/news_title.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
	z-index:0;
	cursor:pointer;
}


#btn_topic {
	position:absolute;
	top:60px;
	left:80px;
	width:120px;
	height:60px;
	background:url(../images/topics_title.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
	z-index:10;
	cursor:pointer;
}

#btn_topic_close {
	position:absolute;
	top:60px;
	left:80px;
	width:120px;
	height:60px;
	background:url(../images/topics_title.png) no-repeat;
	background-size:100%;
	text-indent:-99999px;
	overflow:hidden;
	z-index:0;
	cursor:pointer;
}
*/
#news_contents {
	height:0;
	overflow:hidden;
	position:relative;
	z-index:20;
	background:url(../images/bg_section.png) repeat;
}

#news_contents_inner {
	max-width:1000px;
	margin:0 auto;
}

#news_contents_inner h2 {
	width:25%;
	float:left;
	margin-left:5%;
	margin-top:40px;
}

#news_contents_inner>div {
	width:70%;
	float:right;
}

#blognav_for_iphone {
	display:none;
}

#news_contents_inner dt,#news_contents_inner dd {
	float:left;
}

#news_contents dl {
	width:90%;
	max-width:900px;
	margin:5px auto 0 auto;
	border-bottom:1px #cccccc dotted;
}

#news_contents dt {
	margin-right:20px;
}

#info_company {
	width:380px;
	height:120px;
	position:absolute;
	top:0;
	right:20px;
}

#info_mail {
	position:absolute;
	top:60px;
	right:50px;/*20140320 add*/
	z-index:10;
}

#info_mail:hover {
	opacity:0.8;
}

/*20140320 add*/
#info_fb {
	position:absolute;
	top:60px;
	right:0px;
	z-index:10;
}

#info_fb:hover {
	opacity:0.8;
}
/***************/

#banner_iphone {
	display:none;
}

#adv {
	width:100%;
}

#adv h2 {
	border-bottom:3px #648C0B solid;
	margin-bottom:10px;
}

#adv h4 {
	color:#648C0B;
}

#adv li {
	margin-bottom:10px;
	border-bottom:1px #999 dotted;
	padding-bottom:15px;
}

.top_event_left {
	width:100%;
}

.top_event_right {
	width:300px;
}

#adv li:hover {
	opacity:0.8;
}






/*sub contents*/
body#sub {
	background:url(../images/bg_section.png) repeat;
}

header.sub {
	height:100px;
	width:100%;
	margin:0 auto;
	border-bottom:1px #CCC solid;
}

div.sub_inner {
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

div.sub_inner h1 a {
	width:320px;
	height:99px;
	overflow:hidden;
	text-indent:-99999px;
	background:url(../images/header_sub_h1.png) no-repeat;
	background-size:100%;
	display:block;
	float:left;
}

div.sub_inner div {
	width:350px;/*20140320 add*/
	height:100%;
	float:right;
}

#info_mail_sub {
	padding-top:30px;
	display:block;
	float:left;/*20140320 add*/
}

#info_mail_sub:hover {
	opacity:0.8;
}	

/*20140320 add*/
#info_tel_sub {
	display:block;
	float:left;
}

#info_fb_sub {
	padding-top:30px;
	display:block;
	float:left;
}

#info_fb_sub:hover {
	opacity:0.8;
}	
/***************/

article.page_inner {
	width:90%;
	max-width:1000px;
	margin:0 auto;
	background:url(../images/article_back.png) repeat;
}

#title {
	width:90%;
	max-width:1000px;
	margin:30px auto;
	background:url(../images/title_back.png) repeat-x bottom;
}

.title_2 {
	width:100%;
	max-width:1000px;
	margin:30px auto 0 auto;
}

.title_3 {
	width:100%;
	max-width:1000px;
	margin:30px auto;
}

section>h1 {
	margin:30px auto 20px auto;
	max-width:1000px;
	width:100%;
}

#footer_nav {
	background-color:#ffffff;
	border:1px dotted #cccccc;
	width:500px;
	margin:30px auto;
}

#footer_nav ul {
	width:500px;
	height:72px;
}

#footer_nav ul li {
	float:left;
}

#footer_nav ul li a:hover img {
	opacity:0.8;
}

.spacer {
	height:200px;
}

/*----------------------------*/
/*---------achievement--------*/
/*----------------------------*/

#achievement {
	border-top:4px #533B2F solid;
}

#achievement #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/achievement_h1.png) no-repeat;
	background-size:100%;
	float:left;
}

#achievement_left {
	width:30%;
	float:left;
	max-width:150px;
}

#achievement_right {
	width:65%;
	float:right;
	margin-right:5%;
}

#achievement_ul {
	margin-top:20px;
}

#achievement_ul li {
	float:left;
	width:45%;
	background-color:#FFF;
	padding:1%;
}

#achievement_ul li:hover {
	background-color:#F5F4F3;
}

#achievement_ul li.last {
	float:right;
	width:45%;
	background-color:#FFF;
	padding:1%;
}

#achievement_ul li.last:hover {
	background-color:#F5F4F3;
}

.achievement_box_left {
	width:100%;
}

.achievement_box_right {
	width:100%;
}

.achievement_box_right h3 {
	width:100%;
	border-bottom:1px #cccccc dotted;
	margin:10px 0;
	padding:10px 0;
}

/*----------------------------*/
/*---------customer--------*/
/*----------------------------*/

#customer {
	border-top:4px #533B2F solid;
}

#customer #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/customer_h1.png) no-repeat;
	background-size:100%;
}

#customer_left {
	width:30%;
	float:left;
	max-width:150px;
}

#customer_right {
	width:65%;
	float:right;
	margin-right:5%;
}


/*----------------------------*/
/*---------philosophy---------*/
/*----------------------------*/

#philosophy {
	border-top:4px #533B2F solid;
}

#philosophy #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/philosophy_h1.png) no-repeat;
	background-size:100%;
}

#philosophy_left {
	width:30%;
	float:left;
	max-width:150px;
}

#philosophy_right {
	width:65%;
	float:right;
	margin-right:5%;
}

#philosophy_right li {
	margin-bottom:10px;
}

#philosophy_right li:hover {
	opacity:0.6;
	
}

#philosophy_right li img,#philosophy_right li h3 {
	float:left;
}

#philosophy_right li h3 {
	height:55px;
	border-bottom:1px #cccccc dotted;
	width:80%;
	margin:0 0 0 10px;
	max-width:425px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


.philosophy_box {
	padding:20px;
	line-height:30px;
}

.philosophy_box h2 {
	margin-bottom:20px;
}

#philosophy_01,#philosophy_02,#philosophy_03,#philosophy_04,#philosophy_05 {
	display:none;
}

/*----------------------------*/
/*---------staff--------------*/
/*----------------------------*/

#staff {
	border-top:4px #533B2F solid;
}

#staff #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/staff_h1.png) no-repeat;
	background-size:100%;
}

#staff_left {
	width:30%;
	float:left;
	max-width:145px;
}

#staff_right {
	width:70%;
	float:right;
}


.staff_box {
	width:220px;
	height:400px;
	padding:5px;
	background:#FFF;
	float:left;
	margin:0 3px 20px 0;
}

.staff_box h2 {
	border-bottom: 1px dotted #cccccc;
}

/*----------------------------*/
/*---------factory--------------*/
/*----------------------------*/

#factory {
	border-top:4px #533B2F solid;
}

#factory #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/factory_h1.png) no-repeat;
	background-size:100%;
}

#factory_left {
	width:30%;
	float:left;
	max-width:145px;
}

#factory_right {
	width:70%;
	float:right;
}

#factory_img {
	margin-top:30px;
}

#factory_img img {
	margin-bottom:25px;
}

/*----------------------------*/
/*-----------company----------*/
/*----------------------------*/

#company {
	border-top:4px #533B2F solid;
}

#company #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/company_h1.png) no-repeat;
	background-size:100%;
}

.company_img {
	width:100%;
	height:320px;
	background:url(../images/company_01.jpg) no-repeat;
}

.company_map {
	width:100%;
}

.company_left_table {
	width:100%;
}

.company_right_table {
	width:100%;
}

#company_head {
	margin-bottom:10px;
}

section#company table {
	border-top:1px #cccccc dotted;
}

section#company tr {
	border-bottom:1px #cccccc dotted;
}

section#company th {
	width:24%;
	padding:8px 5px;
	background-color:#F5F4F3;
}

section#company td {
	padding:8px 2%;
	vertical-align:top;
}

section#company #company_03 th {
	width:12%;
	padding:10px 5px;
	background-color:#F5F4F3;
}

#company_left {
	width:30%;
	float:left;
	max-width:150px;
}

#company_right {
	width:70%;
	float:right;
}
/*----------------------------*/
/*-----------nikko------------*/
/*----------------------------*/

#nikko {
	border-top:4px #533B2F solid;
	height:100%;
}

#nikko_h2_01 {
	width:180px;
	height:40px;
	text-indent:-99999px;
	overflow:hidden;
	background:url(../images/nikko_h2_01.png) no-repeat;
	background-size:100%;
}

#nikko_h2_02 {
	width:420px;
	height:40px;
	text-indent:-99999px;
	overflow:hidden;
	background:url(../images/nikko_h2_02.png) no-repeat;
	background-size:100%;
}

.nikko_box_left {
	width:60%;
	float:left;
	margin-bottom:30px;
}

.nikko_box_right {
	width:35%;
	float:right;
	margin-top:45px;
	margin-bottom:30px;
}

.nikko_box_left_2 {
	width:35%;
	float:right;
	margin-top:45px;
	margin-bottom:30px;
}

.nikko_box_right_2 {
	width:60%;
	float:left;
	margin-bottom:30px;
}



/*----------------------------*/
/*---------iyashinokaori------*/
/*----------------------------*/

#iyashinokaori {
	border-top:4px #533B2F solid;
	height:100%;
}

#iyashi_h2_01 {
	width:380px;
	height:40px;
	text-indent:-99999px;
	overflow:hidden;
	background:url(../images/iyashi_h2_01.png) no-repeat;
	background-size:100%;
}

#iyashi_h2_02 {
	width:280px;
	height:40px;
	text-indent:-99999px;
	overflow:hidden;
	background:url(../images/iyashi_h2_02.png) no-repeat;
	background-size:100%;
}



/*----------------------------*/
/*-------------dmf------------*/
/*----------------------------*/

#dmf {
	border-top:4px #533B2F solid;
	height:100%;
}

#dmf_h2_01 {
	width:320px;
	height:40px;
	text-indent:-99999px;
	overflow:hidden;
	background:url(../images/dmf_h2_01.png) no-repeat;
	background-size:100%;
}



/*----------------------------*/
/*---------inquiry--------*/
/*----------------------------*/

#inquiry {
	border-top:4px #533B2F solid;
	height:100%;
}

#inquiry #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/inquiry_h1.png) no-repeat;
	background-size:100%;
}

#inquiry_left {
	width:30%;
	float:left;
	max-width:150px;
}

#inquiry_right {
	width:70%;
	float:right;
}

.inquiry_right_dl {
	width:100%;
}

.inquiry_left_dl {
	width:100%;
}

.inquiry_right_dl_c {
	width:100%;
}

.inquiry_left_dl_c {
	width:100%;
}

#confirm_btn {
	width:100%;
	text-align:center;
	float:left;
	margin:30px 0;
}

.inquiry_left_dl dl {
	border-bottom:1px #cccccc dotted;
	padding-top:20px;
}

.inquiry_left_dl dt {
	width:30%;
	font-weight:bold;
	float:left;
}

.inquiry_left_dl dd {
	float:left;
	margin-left:10px;
}

.inquiry_right_dl dl {
	border-bottom:1px #cccccc dotted;
	padding-top:20px;
}

.inquiry_right_dl dt {
	width:30%;
	font-weight:bold;
	float:left;
}

.inquiry_right_dl dd {
	float:left;
	margin-left:10px;
}



.inquiry_left_dl_c dl {
	border-bottom:1px #cccccc dotted;
	padding-top:20px;
}

.inquiry_left_dl_c dt {
	float:left;
	font-weight:bold;
}

.inquiry_left_dl_c dd {
	float:left;
	margin-left:10px;
}

.inquiry_right_dl_c dl {
	border-bottom:1px #cccccc dotted;
	padding-top:20px;
}

.inquiry_right_dl_c dt {
	float:left;
	font-weight:bold;
}

.inquiry_right_dl_c dd {
	float:left;
	margin-left:10px;
}

/*----------------------------*/
/*---------event--------*/
/*----------------------------*/

#event {
	border-top:4px #533B2F solid;
	height:100%;
}

#event #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/event_h1.png) no-repeat;
	background-size:100%;
}

#event_left {
	width:30%;
	float:left;
	max-width:150px;
}

#event_right {
	width:70%;
	float:right;
}

#event h3 {
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
}

#event p {
	margin-bottom:20px;
}

#event_nav {
	width:100%;
	margin-top:50px;
	border-top:1px #cccccc dotted;
	border-bottom:1px #cccccc dotted;
}

#event_prev {
	float:left;
	width:100px;
}

#event_prev a {
	color: #648c0b;
}

#event_next {
	float:right;
	width:100px;
	text-align:right;
}

#event_next a {
	color: #648c0b;
}

#event_archive_ul li{
	border-bottom:1px dotted #cccccc;
	margin-bottom:20px;
}

.day {
	color:#648C0B;
}

#single_contents {
	width:100%;
}

#single_contents p {
	margin-bottom:30px;
}

#single_contents a {
	color:#648C0B;
}

#bread_clumb {
	font-size:12px;
	border-bottom:1px #cccccc solid;
	margin-bottom:50px;
}

/*20140325 */
/*----------------------------*/
/*---------achievement_new--------*/
/*----------------------------*/

.achievement_new_box {
	background-color:#ffffff;
	width:96%;
	margin-bottom:5px;
	padding:2%;
}

.achievement_new_box>img {
	width:30%;
	float:left;
}

.achievement_new_box:hover {
	background-color:#F5F4F3;
}

.achievement_new_box h3 {
	border-bottom:1px #cccccc solid;
	width:69%;
	float:right;
}

.achievement_new_box h3 img {
	max-width:190px;
}

.achievement_new_box p {
	width:69%;
	float:right;
}


#achievement_new_01,#achievement_new_02,#achievement_new_03 {
	width:100%;
	border-right:1px #cccccc dotted;
	padding-right:1%;
	padding-left:1%;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}

#achievement_new_01 {
	border-left:1px #cccccc dotted;
}

#achievement_new_right {
	width:65%;
	float:right;
	margin-right:5%;
	overflow:hidden;
}

/*20150227*/
/*----------------------------*/
/*---------customer--------*/
/*----------------------------*/
#single_detail {
	background-color:#ffffff;
	padding:0 20px 20px 20px;
}

#single_detail h3 {
	height:55px;
}

#single_detail h4 {
	border-top:1px #cccccc dotted;
	border-bottom:1px #cccccc dotted;
	font-size:18px;
	font-weight:normal;
	padding:10px 0;
}

#single_detail p {
	margin-top:20px;
}

#single_detail p>img {
	margin:10px 0 10px 10px;
}

/*20171011*/
/*----------------------------*/
/*---------works--------*/
/*----------------------------*/

#works {
	border-top:4px #533B2F solid;
	height:100%;
}

#works #title>h1 {
	width:250px;
	height:40px;
	text-indent:-999999px;
	overflow:hidden;
	background:url(../images/works_h1.png) no-repeat;
	background-size:100%;
}

#works_left {
	width:25%;
	float:left;
	max-width:150px;
	margin-left:5%;
}

#works_right {
	width:70%;
	float:right;
}

article.block>a {
	display:block;
	width:31%;
	margin:10px 1%;
	float:left;
}