@charset "utf-8";

/* clearfix */
.cf{
	zoom: 1;
}
.cf:before, .cf:after{
	content: "";
	display: table;
}
.cf:after{
	clear: both;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
全デバイス共通のスタイルとスマートフォンおよび小型タブレット向けレイアウトの指定
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/*==================================================
body
====================================================*/

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

a{
	color: #6595c7;
	text-decoration: none;
}

a:hover{
	color: #6595c7;
	text-decoration: underline;
}

.marker{
	color: #ff3333;
  padding-right: 8px;
}

/*==================================================
header
====================================================*/
header{
  width: 100%;
}

header h1, header p{
	text-align: center;
	margin-top: 15px;
}

header h1 img, header p img{
	width: 40%;
	max-width: 250px;
}

header div.phonenumber_img{
	display: none;
}

/*==================================================
nav
====================================================*/
nav#mb_nav{
	margin-top: 15px;
}

nav#tb_nav{
	display: none;
}

nav#pc_nav{
	display: none;
}

nav#mb_nav ul#menu{
	display: none;
}

nav#mb_nav ul#menu li{
	background-color: #666666;
	text-align: center;
	border-bottom: solid 1px #cccccc;
}

nav#mb_nav ul#menu li a{
	display: block;
	width: 100%;
	padding: 10px 0 6px 0;
	color: #ffffff;
	background-color: #666666;
	text-decoration: none;
}

nav#mb_nav ul#menu li a:hover{
	background-color: #3d3d3d;
	text-decoration: none;
}

nav#mb_nav div#toggle{
	display: block;
	position: relative;
	width: 100%;
}

nav#mb_nav div#toggle a{
	display: block;
	position: relative;
	padding: 10px 0 8px 35px;
	text-decoration: none;
	background: url(../img/menu_icon.png) center left no-repeat;
}

/*==================================================
slider
====================================================*/
div.slider01{
  display: block;
}

div.slider02{
  display: none;
}

div.slider03{
  display: none;
}

/*==================================================
bn_space
====================================================*/

#contents #bn_space ul li{
	list-style-type: none;
	text-align: center;
	margin-bottom: 15px;
}

#contents #bn_space ul li img{
	width: 80%;
	max-width: 770px;
}

/*==================================================
top_jyuchu
====================================================*/
section#top_jyuchu{
	width: 80%;
	margin: 30px auto;
}

.top_jyuchu_bg{
  background-color: #ffe6e6;
	margin: 15px 0 0 0;
  padding: 15px 10px 15px 45px ;
}

.top_jyuchu_date{
	font-weight: normal;
  padding: 8px;
}

/*==================================================
top_news
====================================================*/
section#top_news{
	width: 80%;
	margin: 30px auto 60px auto;
}

section#top_news div p.topnews_date{
	font-weight: normal;
	margin: 30px 0 10px 0;
}

section#top_news div p a{
	color: #6595c7;
}

/*==================================================
to pagetop
====================================================*/
p#pagetop{
	position: fixed;
	text-align: center;
	right: 20px;
  z-index: 100;
}

p#pagetop a{
	background: #ff0000;
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 18px;
	width: 60px;
	height: 60px;
	padding: 10px;
	border-radius: 50%;
	opacity: 0.7;
}

/*==================================================
bottom_img
====================================================*/
div div.bottomimg_mb{
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}

div div.bottomimg_mb img{
  width: 100%;
  vertical-align: bottom;
}

div div.bottomimg_tb{
  display: none;
}

div div.bottomimg_pc{
  display: none;
}
/*==================================================
footer
====================================================*/

footer{
  width: 100%;
	background-color: #000000;
	color: #ffffff;
}

footer ul#foot-nav{
	border-bottom: solid 1px #3d3d3d;
  text-align: center;
	margin-bottom: 15px;
}

footer ul#foot-nav li{
	list-style-type: none;
  line-height: 2;
}

footer ul#foot-nav li a{
	display: block;
	padding: 10px 0;
	margin: 0 auto;
	vertical-align: top;
	width: 100%;
	color: #fff;
	background: #000;
  border-top: solid 1px #3d3d3d;
	text-decoration: none;
}

footer ul#foot-nav li a:hover{
	background: #666;
	text-decoration: none;
}

footer p#address{
  text-align: center;
	margin-bottom: 30px;
  line-height: 2;
}

footer p#cor{
  text-align: center;
}

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
メディアクエリによる切り替え
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px){

	#stage{
		width: 100%;
	}

	div.stage01{
		width: 100%;
	}

	/*header*/
header h1, header p{
    float: left;
		text-align: left;
		margin-left: 30px;
		margin-top: 30px;
}

header h1 img, header p img{
	width: 100%;
}

header div.phonenumber_img{
    display: block;
    float: right;
		text-align: left;
		margin-top: 30px;
		margin-right: 30px;
}

	/*nav*/
	nav#mb_nav{
		display: none;
	}

	nav#tb_nav{
		display: block;
    width: 605px;
    margin: 0 auto;
	}

nav#pc_nav{
	display: none;
}

	nav#tb_nav ul#tb_nav_01{
		margin: 30px auto 0 auto;
    height: 42px;
	}

	nav#tb_nav ul#tb_nav_02{
		margin: 20px auto 30px auto;
    height: 42px;
	}

	nav#tb_nav ul li{
		float: left;
    padding-bottom: 10px;
	}

	nav#tb_nav ul li.here{
		border-bottom: solid 2px #ff3333;
	}

.pcnav_indeximg{
    width: 146px;
    height: 30px;
    background: url('../img/menu/menu01_e.png') no-repeat;
}

.pcnav_indeximg a{
    display: inline-block;
    text-align: center;
}

.pcnav_indeximg a img{
    width: 146px;
    height: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.pcnav_indeximg a:hover img{
    opacity: 0;
}

.pcnav_companyimg{
    width: 150px;
    height: 30px;
    background: url('../img/menu/menu02_e.png') no-repeat;
		border-left: dotted 1px #c3c3c3;
}

.pcnav_companyimg a{
    display: inline-block;
}

.pcnav_companyimg a img{
    width: 150px;
    height: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.pcnav_companyimg a:hover img{
    opacity: 0;
}

.pcnav_worksimg{
    width: 138px;
    height: 30px;
    background: url('../img/menu/menu03_e.png') no-repeat;
		border-left: dotted 1px #c3c3c3;
}

.pcnav_worksimg a{
    display: inline-block;
}

.pcnav_worksimg a img{
    width: 138px;
    height: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.pcnav_worksimg a:hover img{
    opacity: 0;
}

.pcnav_recruitimg{
    width: 165px;
    height: 30px;
    background: url('../img/menu/menu04_e.png') no-repeat;
		border-left: dotted 1px #c3c3c3;
}

.pcnav_recruitimg a{
    display: inline-block;
}

.pcnav_recruitimg a img{
    width: 165px;
    height: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.pcnav_recruitimg a:hover img{
    opacity: 0;
}

.pcnav_newsimg{
    width: 146px;
    height: 30px;
    background: url('../img/menu/menu05_e.png') no-repeat;
}

.pcnav_newsimg a{
    display: inline-block;
}

.pcnav_newsimg a img{
    width: 146px;
    height: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.pcnav_newsimg a:hover img{
    opacity: 0;
}

.pcnav_contactimg{
    width: 150px;
    height: 30px;
    background: url('../img/menu/menu06_e.png') no-repeat;
		border-left: dotted 1px #c3c3c3;
}

.pcnav_contactimg a{
    display: inline-block;
}

.pcnav_contactimg a img{
    width: 150px;
    height: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.pcnav_contactimg a:hover img{
    opacity: 0;
}

.pcnav_linkimg{
    width: 138px;
    height: 30px;
    background: url('../img/menu/menu07_e.png') no-repeat;
		border-left: dotted 1px #c3c3c3;
}

.pcnav_linkimg a{
    display: inline-block;
}

.pcnav_linkimg a img{
    width: 138px;
    height: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.pcnav_linkimg a:hover img{
    opacity: 0;
}

.pcnav_mapimg{
    width: 165px;
    height: 30px;
    background: url('../img/menu/menu08_e.png') no-repeat;
		border-left: dotted 1px #c3c3c3;
}

.pcnav_mapimg a{
    display: inline-block;
}

.pcnav_mapimg a img{
    width: 165px;
    height: 30px;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
}

.pcnav_mapimg a:hover img{
    opacity: 0;
}


	/* slider */
div.slider01{
  display: none;
}

div.slider02{
  display: block;
}

div.slider03{
  display: none;
}

	/* bn_space */
	#contents #bn_space ul li{
		width: 50%;
		float: left;
	}

	#contents #bn_space ul li img{
		width: 90%;
	}

	/* top_jyuchu */
	section#top_jyuchu{
		margin-bottom: 30px;
	}

	section#top_jyuchu h2{
		margin-top: 60px;
  	margin-bottom: 15px;
	}

.top_jyuchu_bg{
  padding: 15px 10px 15px 50px ;
  margin-top: 0;
}

	/* top_news */
	section#top_news{
		margin-bottom: 80px;
	}

	section#top_news h2{
		margin-top: 60px;
  	margin-bottom: 30px;
	}

	section#top_news div{
		margin-bottom: 30px;
	}

	section#top_news div p.topnews_date{
		width: 15%;
		float: left;
		margin: 0;
	}

	section#top_news div p.topnews_txt{
		width: 82%;
		float: right;
	}

	/* bottom_img */
div div.bottomimg_mb{
  display: none;
}

div div.bottomimg_tb{
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}

div div.bottomimg_tb img{
  width: 100%;
  vertical-align: bottom;
}

div div.bottomimg_pc{
  display: none;
}

	/* footer */
footer ul#foot-nav{
  width: 90%;
	border-bottom: none;
  font-size: 12px;
  text-align: center;
	margin: 0 auto 36px auto;
}

footer ul#foot-nav li{
		list-style-type: none;
		float: left;
		border-right: none;
		padding-right: 20px;
    margin-top: 24px;
		margin-left: 20px;
	}

footer ul#foot-nav li a{
	display: inline;;
	margin: 0 auto;
	vertical-align: top;
	width: 100%;
	color: #fff;
	background: #000;
  border-top: none;
	text-decoration: none;
}

footer ul#foot-nav li a:hover{
	background: #000;
}

footer p#address{
    width: 95%;
		text-align: right;
    font-size: 11px;
	}

footer p#cor{
		font-size: 11px;
    padding: 11px 0;
	}



}

/* PC向けレイアウトの指定：1100px以上では固定レイアウト */
@media only screen and (min-width: 1100px){

	body{
		font-size: 14px;
	}

	#stage{
		width: 1100px;
		margin: 0 auto;
	}

	div.stage01{
		width: 1100px;
		margin: 0 auto;
	}

nav#mb_nav{
	display: none;
}

nav#tb_nav{
	display: none;
}

nav#pc_nav{
	display: block;
  width: 1040px;
  margin: 30px auto;
}

	nav#pc_nav ul{
		height: 42px;
	}

	nav#pc_nav ul li{
		float: left;
    padding-bottom: 10px;
	}

.pcnav_newsimg{
		border-left: dotted 1px #c3c3c3;
}

	nav#pc_nav ul li.here{
		border-bottom: solid 2px #ff3333;
	}

	/* slider */
div.slider01{
  display: none;
}

div.slider02{
  display: none;
}

div.slider03{
  display: block;
	width: 100%;
	margin: 0 auto;
}

	/* bn_space */
#contents #bn_space ul li{
		width: 25%;
	}

	/* bottom_img */
div div.bottomimg_mb{
  display: none;
}

div div.bottomimg_tb{
  display: none;
}

div div.bottomimg_pc{
  display: block;
  width: 100%;
  margin: 0 auto;
  line-height: 0;
}

div div.bottomimg_pc img{
  width: 100%;
  vertical-align: bottom;
}

	/* footer */
footer ul#foot-nav{
  width: 1100px;
}

footer ul#foot-nav li{
		padding-right: 33px;
		margin-left: 33px;
	}

footer p#address{
  width: 1100px;
margin: 0 auto 30px auto;
	}

}
