
/********************************************************************************

          General Setting

*********************************************************************************/

html, body {
	margin: 0;
	padding: 0;
	width:100%;
}

body {
    color: #333;
	font-size: 14px;
    font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
    line-height: 160%;
/*	background-image:url(images/headerbg.jpg);*/
/*	background-repeat:repeat-x;*/
/*	background-image:url(images/b051.jpg);*/
/*	background-color:#F8F5F0;*/
	background-color:#FFF;
}


/* Typography */

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	    font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
}

h1 {
	margin-bottom: 10px;
	line-height:1.2;
	font-size: 240%;
    font-family:
    	Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
	clear:both;
}

blockquote{
	margin-bottom: 2em;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}


/* List */

ul,ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul ul{
	margin-left: 1em;
}


/* Link */

a {
	color: #42427B;
	text-decoration: underline;
}

a:hover {
	color: #42427B;
	text-decoration:none;
}

img {   
	vertical-align: top;
	border:none;
	}
a:hover img{
	opacity:0.66;
	filter: alpha(opacity=66);
}


/* フロート */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

/* クリア */
.float_clear {
    clear: both;
    height: 0px;
    width: 0px;
    visibility: hidden;
}



/********************************************************************************

          全体レイアウト

*********************************************************************************/

/* ベージュ背景 */
#beige_wrapper {
	margin: 0 auto;
	background-color:#F9F7F1;
	width:100%;
	margin-bottom:0px;
}

/* クリア */
.float_clear {
    clear: both;
    height: 0px;
    width: 0px;
    visibility: hidden;
}


/********************************************************************************

          ヘッダー

*********************************************************************************/

/* ヘッダー */
#header_wrapper {
	margin: 0 auto;
	width:100%;
	background-color:#fff;
	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	z-index: 100;
}

#header {
	margin: 0 auto;
	width: 980px;
	height:90px;
}
	#header .alignleft{
		width: 400px;
		height:90px;
	}
	#header .alignright{
		top:0px;
		width: 570px;
		height:90px;
	}

/* ロゴ */
#logo{
	display: block;
	margin-top:24px;
	float:left;
}
#logo a{
	border: none;
}

/* グロナビ（お問い合わせ、企業情報、関連リンク） */
#glonav {
	margin-left:auto;
	width: 520px;
	height:40px;
	margin-top:42px;
	text-align:right;
}

#glonav ul	{
	float:left;
	height:46px;
}

#glonav ul li	{
	display:block;
	margin-left:20px;
	float:left;
}


/* メニュー（会社案内、製品紹介、お問い合わせ） */
#productnav {
	margin: 0 auto;
	width: 980px;
	height:46px;
}

#productnav ul	{
	float:left;
	height:30px;
	width: 100%;
	margin-bottom: 16px;
}
#productnav ul li {
	display:block;
	float:left;
	/*width: 12.3%;*/
	height:30px;
	font-size: 14px;
    text-align: center;
	font-family: "Noto Sans CJK JP Bold";
	border-left: solid 1px #ccc;
	padding-top: 0px;
}

#productnav ul li:nth-of-type(1) {	width: 8.0%; }
#productnav ul li:nth-of-type(2) {	width: 10.0%; }
#productnav ul li:nth-of-type(3) {	width: 9.0%; }
#productnav ul li:nth-of-type(4) {	width: 9.0%; }
#productnav ul li:nth-of-type(5) {	width: 8.0%; }
#productnav ul li:nth-of-type(6) {	width: 8.0%; }

#productnav ul li:nth-of-type(7) {	width: 9.0%; }


#productnav ul li:nth-of-type(8) {	width: 11.0%; }
#productnav ul li:nth-of-type(9) {	width: 14.0%; }
#productnav ul li:nth-of-type(10) {	width: 10.0%; }






#productnav ul li:last-child {
	border-right: solid 1px #ccc;
	width: 12.7%;
}

#productnav ul li a	{
	display:block;
	color: #333;
	transition: 0.5s;
    text-decoration: none;
    box-sizing: border-box;
	padding-top: 4px;
}
/*#productnav li a:hover {
	color: #fff;
	background: #0D2553;
}*/






.newsbutton {
	margin-top:-16px;
}




#productnav a	{
	text-decoration: none;
}


*:first-child+html #header > div{ /* IE7 */
	clear: both;
	zoom:1;
}


/********************************************************************************

          トップページ

*********************************************************************************/

/* スライダー */
#slider1 h2#topimg {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	position: absolute;
	font-size: 36px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	top: 35%;
	left: 0%;
	right: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
	text-shadow: 1px 1px 10px #333;
	letter-spacing:0.5em;
}
#slider1 h2#topimg_e {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	position: absolute;
	font-size: 24px;
	line-height: 1.4em;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	top: 35%;
	left: 0%;
	right: auto;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	z-index: 500;
	text-shadow: 1px 1px 10px #333;
	letter-spacing:0.1em;
}

/* 3バナー */
#top_beigewrapper {
	margin: 0 auto;
	background-color:#F9F7F1;
	width:100%;
}
.three_banner {
	width:980px;
	height:260px;
	padding-top:40px;
	margin-bottom:40px;
	margin-left:auto;
	margin-right:auto;
}

.three_banner ul	{
	list-style-type: none;
}

.three_banner ul li	{
	display:block;
	overflow: hidden;
	width: 310px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
	margin-right:24px;
}
.three_banner ul li img	{
	width: 310px;
	height:180px;
	display:block;
	overflow: hidden;
}
.three_banner li.last {
	display:block;
	margin-right:0px;
}

.three_pic {
	margin-bottom:8px;
}
.kanto {
	display:block;
	width:310px;
	height:90px;
	background-image:url(topimg/top_siroari_kanto.jpg);
}
.kanto a{
	display:block;
	width:310px;
	height:90px;
	background-image:url(topimg/top_siroari_kanto.jpg);
}
.kanto a:hover {
	display:block;
	width:310px;
	height:90px;
	background-image:url(topimg/top_siroari_kanto_r.jpg);
}
.kagoshima a{
	display:block;
	width:310px;
	height:90px;
	background-image:url(topimg/top_siroari_kagoshima.jpg);
}
.kagoshima a:hover {
	display:block;
	width:310px;
	height:90px;
	background-image:url(topimg/top_siroari_kagoshima_r.jpg);
}





.three_undertext_l {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:18px;
	font-weight:300;
	text-align:center;
	margin-bottom:0px;
}
.three_undertext_s {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}








/* 4バナー */
.four_banner {
	width:980px;
	height:240px;
	padding-top:40px;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
}

.four_banner ul	{
	list-style-type: none;
}

.four_banner ul li	{
	display:block;
	overflow: hidden;
	width: 235px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	float:left;
	margin-right:13px;
}
.four_banner ul li img	{
	width: 235px;
	height:136px;
	display:block;
	overflow: hidden;
}
.four_banner li.last {
	display:block;
	margin-right:0px;
}

.four_pic {
	margin-bottom:8px;
}
.four_undertext_l {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:18px;
	font-weight:300;
	text-align:center;
	margin-bottom:0px;
}
.four_undertext_s {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:11px;
	text-align:center;
	margin-bottom:10px;
}









/* event */
.event_waku {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.event_buttomwaku {
	margin-top:10px;
	margin-bottom:40px;
}
.event_buttom {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
    background-color:#55A32A;
    color:#FFFFFF;
    font-size:18px;
	font-weight:700;
    width:948px;
    padding:16px;
    text-align:center;
    display:block;
    text-decoration:none;
}
.event_buttom:hover {
    text-decoration:none;
    background-color:#65C532;
    color:#FFFFFF;
    text-decoration:none;
}


/* topics */
.topics_waku {
	width:980px;
	margin-left:auto;
	margin-right:auto;
}
.topicswaku_left {
	width:645px;
	float:left;
	margin-right:35px;
}
.topicswaku_right {
	width:300px;
	float:right;
}
.topics_title {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	font-size:18px;
	font-weight:400;
	text-align:left;
	color:#D70C2A;
	margin-bottom:14px;
}
.topics_iframe {
    font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
	margin-bottom:0px;
}
#newstext {
	padding-top:9px;
	padding-left:5px;
	margin-bottom:20px;
	font-size:14px;
	line-height:30px;
	height:170px;
	width:650px;
	overflow:hidden;
}

.topics_pic {
	margin-bottom:8px;
}





/* バナー */

#top_banner {
	margin-bottom:20px;
	height:250px;
}
#top_bannertext{
	padding:1px;
	font-size:12px;
	text-align:center;
	margin-bottom:10px;
}




/* トップニュース */
div.whatsnew {
	border:none !important;
}




/********************************************************************************

          フッター

*********************************************************************************/

/* フッター */
#footer_wrapper {
	clear: both;
	background: #454239;
	color: #fff;
	margin: 0 auto;
	margin-top:20px;
	width:100%;
	padding-top:20px;
	padding-bottom:40px;
}
#footer {
	overflow:hidden;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}


#footer ul li	{
	display:block;
	overflow: hidden;
	width: 200px;
	float:left;
	margin-right:10px;
	list-style-type: none;
	color:#FFFFFF;
	font-size:14px;
}
#footer ul li a	{
	color:#FFFFFF;
	text-decoration:none;
}
#footer ul li a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer li.last {
	display:block;
	margin-right:0px;
	width: 350px;
	text-align:right;
}

#footer ul li .small {
	display:block;
	overflow: hidden;
	float:left;
	list-style-type: none;
	color:#FFFFFF;
	font-size:10px;
	margin-left:10px;
	margin-top:-10px;
}

#rogounder{
	margin-top:20px;
	margin-bottom:10px;
}
#copyright{
	color:#FFFFFF;
	font-size: 80%;
	line-height:16px;
}



#footer_wrapper_e {
	clear: both;
	background: #454239;
	color: #fff;
	margin: 0 auto;
	margin-top:0;
	width:100%;
	padding-top:20px;
	padding-bottom:40px;
}
#footer_e {
	overflow:hidden;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	display:block;
}


#footer_e ul li	{
	display:block;
	overflow: hidden;
	width: 480px;
	float:left;
	margin-right:10px;
	list-style-type: none;
	color:#FFFFFF;
	font-size:14px;
}
#footer_e ul li a	{
	color:#FFFFFF;
	text-decoration:none;
}
#footer_e ul li a:hover	{
	color:#FFFFFF;
	text-decoration:underline;
}
#footer_e li.last {
	display:block;
	margin-right:0px;
	width: 490px;
	text-align:right;
}

#footer_e ul li .small {
	display:block;
	overflow: hidden;
	float:left;
	list-style-type: none;
	color:#FFFFFF;
	font-size:10px;
	margin-left:10px;
	margin-top:-10px;
}

#rogounder{
	margin-top:20px;
	margin-bottom:10px;
}
#copyright{
	color:#FFFFFF;
	font-size: 80%;
	line-height:16px;
}





/****************************************

          topに戻る

*****************************************/

/*---- topbutton ----*/
.pagetop {
	position: fixed;
	bottom: 25px;
	right: 25px;
}
.pagetop text {
	color: #fff;
}
.pagetop a {
	display: block;
	background-color: #333;
	padding:10px, 20px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
	line-height: 40px;
	width:100px;
    border-radius: 7px;        /* CSS3草案 */
    -webkit-border-radius: 7px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 7px;   /* Firefox用 */
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition:0.5s;
}
.pagetop a:hover {
	background-color: #7e6b5a;
	color: #fff;
}



/****************************************

          Clearfix

*****************************************/

#container:after,
#header .menu > ul:after,
#header ul.menu:after,
.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: " ";
	font-size: 0;
}

/* clearfix for ie7 */
#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: inline-block;
}

#container,
#header .menu > ul,
#header ul.menu,
.clearfix {
	display: block;
}
