@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: #666666;
	font-size: 16px;
	line-height: 1.5;
}

a{
	color: #0493d3;
	text-decoration: none;
}

a:hover{
	color: #0493d3;
	text-decoration: underline;
}

.marker{
	color: #0493d3;
}

.str{
	color: #ff0000;
}

.big{
	font-size: 18px;
	line-height: 2;
}

/*==================================================
header
====================================================*/

header h1, header .logo{
	margin: 0;
	padding: 15px 15px 5px 15px;
	text-align: center;
}

header h1 img, header .logo img{
	width: 100%;
	max-width: 301px;
}

header p#hd-tel, header p#hd-fax{
	display: none;
}

header div#hd-info{
	background-color: #eeeeee;
	padding: 5px;
}

header div#hd-info p{
	padding: 5px;
}

header div#hd-info p#kyoka-num{
	background-color: #ffffff;
	font-size: 14px;
}

/*==================================================
nav
====================================================*/

nav#nav div#pcmenu01{
	display: none;
}

nav#nav ul#mbmenu01{
	display: none;
}

nav#nav ul#mbmenu01 li{
	background-color: #0493d3;
	border-bottom: solid 1px #ffffff;
	color: #ffffff;
	padding: 7px 0 3px 3%;
}

nav#nav ul#mbmenu01 li a{
	display: block;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
}

nav#nav ul#mbmenu01 li ul li{
	background-color: #51c1f3;
}

nav#nav ul#mbmenu01 li ul li.last{
	border-bottom: none;
}

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

nav#nav div#toggle a{
	display: block;
	position: relative;
	padding: 10px 0 10px;
	border-bottom: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
	text-align: center;
	text-decoration: none;
	background: url(../img/menu_icon.png) center left no-repeat;
}

/*==================================================
topimg
====================================================*/

div#topimg div#pc_topimg{
	display: none;
}

div#topimg ul#mb_topimg  li{
	list-style-type: none;
}

/* slideshow */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
  
/*==================================================
submenu
====================================================*/

div#submenu{
	display: none;
}

/*==================================================
contents
====================================================*/

div#contents{
	width: 95%;
	margin: 0 auto;
}

/*==================================================
topinfo
====================================================*/
section#top_info_bx{
	width: 100%;
}

section#top_info_bx h2#top_info01{
	display: none;
}

section#top_info_bx h2#top_info02{
	background-color: #cceffc;
	margin-top: 15px;
}

section#top_info_bx h2#top_info02 img{
	width: 100%;
	max-width: 768px;
	vertical-align : middle;
}

section#top_info_bx p{
	padding: 250px 15px 30px 15px;
	background: url(../img/top_info02_bg.jpg) top center no-repeat;
}

section#top_info_bx p br.kaig{
	display: none;
}


/*==================================================
works
====================================================*/

section#works_bx{
	margin-bottom: 60px;
	border-bottom: solid 5px #0493d3;
}

section#works_bx div.title, section#news_bx div.title{
	background: #0a77ba; /* Old browsers */
	background: -moz-linear-gradient(left,  #0a77ba 0%, #83daf8 76%, #0b78bb 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #0a77ba 0%,#83daf8 76%,#0b78bb 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #0a77ba 0%,#83daf8 76%,#0b78bb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a77ba', endColorstr='#0b78bb',GradientType=1 ); /* IE6-9 */
	border-left: solid 1px #7bc7e9;
	border-top: solid 1px #7bc7e9;
	border-right: solid 1px #4b98ba;
	border-bottom: solid 1px #4b98ba;
}

section#works_bx div.title h2{
	width: 152px;
	float: left;
}

section#works_bx div.title p, section#news_bx div.title p{
	width: 115px;
	float: right;
}

section#works_bx div.title img, section#news_bx div.title img{
	vertical-align : middle;
}

section#works_bx article{
	margin-top: 15px;
	border: solid 1px #cccccc;
	padding-top: 15px;
}

section#works_bx article p.works_img{
	text-align: center;
}

section#works_bx article p.works_img img{
	width: 96%;
	max-width: 400px;
	margin: 0 2% 0 2%;
}

div#contents section#works_bx article div.works_text h3{
	background: #cceffc url(../img/marker01.png) top left no-repeat;
	padding: 5px 5px 3px 15px;
	border-top: solid 1px #0493d3;
	border-bottom: solid 1px #0493d3;
}

div#contents section#works_bx article div.works_text p{
	padding: 15px;
}

div#contents section#works_bx article div.works_text p br.kaig{
	display: none;
}


/*==================================================
news
====================================================*/

div#contents section#news_bx{
	border-bottom: solid 5px #0493d3;
}

section#news_bx div.title h2{
	width: 141px;
	float: left;
}

div#contents section#news_bx article{
	margin-top: 15px;
}

div#contents section#news_bx article h3{
	background: #cceffc url(../img/marker01.png) top left no-repeat;
	padding: 5px 5px 3px 15px;
	border-top: solid 1px #0493d3;
	border-bottom: solid 1px #0493d3;
	margin-top: 5px;
}

div#contents section#news_bx article p{
	margin: 15px 15px 30px 15px;
}

div#contents section#news_bx article p br.kaig{
	display: none;
}

/*==================================================
pagetopBtn
====================================================*/

a#pagetopBtn img{
	position: fixed;
	bottom: 70px;
	right: 0;
	z-index: 9999;
}

/*==================================================
footer
====================================================*/

footer{
	margin-top: 60px;
}

footer nav ul li{
	margin-left: 15px;
}

footer div#addr_bx{
	border-top: solid 2px #0493d3;
	background: #f0f0f0;
	padding: 15px;
}


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

/* PC向けおよび大型タブレット向けのレイアウトの指定：769px～960px */
@media only screen and (min-width: 769px){
	
	/* header */
	
	header{
		margin-top: 25px;
	}
	
	header h1, header .logo{
		text-align: left;
		width: 301px;
		float: left;
	}
	
	header p#hd-tel{
		display: block;
		width: 232px;
		float: right;
		margin-right: 15px;
	}
	
	/* nav */
	
	nav#nav div#pcmenu01{
		display: block;
	}
	
	nav#nav ul#mbmenu01{
		display: none;
	}
	
	nav#nav div#toggle{
		display: none;
	}	
	
	#pcmenu01{
		width: 100%;
	}
	
	#pcmenu01 ul#menu01_list{
		background: url(../img/menu_bg01.png) top left repeat-x;
		height: 40px;
		border-bottom: solid 1px #0493d3;
	}
	
	#pcmenu01 ul li.layer1{
		float: left;
		position: relative;
		text-align: center;
		margin: 0;
		padding: 5px 0 5px 0;
		height: 30px;
		z-index: 999;
	}
	
	#pcmenu01 ul li.layer1 span{
		display: block;
		border-right: solid 1px #91cae3;
		height: 30px;
		width: 100%;
		margin: 0 15px;
	}
	
	#pcmenu01 ul li ul {
		display: none;
		position: absolute;
		width: 100%;
		top: 40px;
		left: 15px;
	}
	#pcmenu01 ul li ul li {
		float: none;
		line-height: 0;
		font-size: 14px;
	}
	#pcmenu01 ul li ul li a {
		display: block;
		color: #ffffff;
		padding: 10px 5px;
		background-color: #0493d3;
		line-height: normal;
		border-top: 1px solid #ffffff;
		text-decoration: none;
	}
	#pcmenu01 ul li ul li a:hover {
		color: #0493d3;
		background: #ffffff;
	}
	
	/* topimg */
	
	div#topimg ul#mb_topimg{
		display: none;
	}
	
	div#topimg div#pc_topimg{
		display: block;
	}
	
	div#topimg div.slideShow {
		margin: 0 auto 80px auto;
		width: 100%;
		text-align: left;
		position: relative;
	}

	div#topimg div.slideShow ul {
		width: 100%;
	}

	div#topimg div.slideShow ul li {
		top: 0;
		left: 0;
		width: 100%;
		display: none;
		position: absolute;
	}

	div#topimg div.slideShow ul li img {
		width: 100%;
	}

	.pagiNation {
		bottom: -66spx;
		left: 0;
		width: 100%;
		height: 66px;
		text-align: center;
		position: absolute;
		z-index: 110;
	}

	.pagiNation a {
		margin: 5px 2px;
		width: 40px;
		height: 40px;
		display: inline-block;
		overflow: hidden;
		background: #aaa;
		transition: all 0.2s ease-in-out;
		opacity: 0.6;
	}

	.pagiNation a.pn1 {
		background: url(../img/top_jq/sumb06.png) no-repeat left top;
		background-size: cover;
	}

	.pagiNation a.pn2 {
		background: url(../img/top_jq/sumb06.png) no-repeat left top;
		background-size: cover;
	}

	.pagiNation a.pn3 {
		background: url(../img/top_jq/sumb06.png) no-repeat left top;
		background-size: cover;
	}

	.pagiNation a.pn4 {
		background: url(../img/top_jq/sumb06.png) no-repeat left top;
		background-size: cover;
	}

	.pagiNation a.pn5 {
		background: url(../img/top_jq/sumb06.png) no-repeat left top;
		background-size: cover;
	}

	.pagiNation a:hover {
		opacity: 1;
	}

	.pagiNation a.pnActive {
		opacity: 1;
	}
	
	.slideShow .btnPrev,
	.slideShow .btnNext {
		margin-top: -25px;
		top: 50%;
		width: 50px;
		height: 50px;
		position: absolute;
		z-index: 105;
	}

	.slideShow .btnPrev {
		left: 15px;
		background: transparent url(../img/btnPrev.png) no-repeat center center;
	}

	.slideShow .btnNext {
		right: 15px;
		background: transparent url(../img/btnNext.png) no-repeat center center;
	}

	/* subnav */
	
	div#cont-submenu{
		padding: 0 15px 0 15px;
	}
	
	div#submenu{
		display: block;
		width: 20%;
		float: left;
	}
	
	div#contents{
		width: 79%;
		float: left;
		margin: 0;
	}
	
	
	div#submenu ul#menu02 li.forcus{
		width: 90%;
		height: 30px;
		text-align: center;
		background: url(../img/submenu01_bg1.jpg) top center no-repeat;
		list-style-type: none;
		padding-top: 15px;
		margin: 0 0 5px 0;
		border: solid 1px #0493d3;
	}
	
	div#submenu ul#menu02 li.forrec{
		width: 90%;
		height: 30px;
		text-align: center;
		background: url(../img/submenu01_bg2.jpg) top center no-repeat;
		list-style-type: none;
		padding-top: 15px;
		margin: 0;
		border: solid 1px #0493d3;
	}
	
	div#submenu ul#menu02 li a{
		display: block;
		width: 100%;
	}
	
	/* topinfo */
	section#top_info_bx h2#top_info02{
		margin-top: 0;
	}
	
	/* works_bx */
	
	section#works_bx article{
		border: none;
		margin-top: 0;
		border-bottom: dotted 1px #cccccc;
	}
	
	section#works_bx article.last{
		border-bottom: none;
	}
	
	section#works_bx article p.works_img{
		width: 40%;
		float: left;
	}
	
	div#contents section#works_bx article div.works_text{
		width: 59%;
		float: right;
	}
	
	/* footer */
	
	footer nav ul li{
		float: left;
	}

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

/* PC向けレイアウトの指定：1281px以上では固定レイアウト */
@media only screen and (min-width: 1281px){
	
	body{
		font-size: 14px;
	}
	
	#stage{
		width: 1280px;
		margin: 0 auto;
	}
	
	.big{
		font-size: 16px;
		line-height: 2;
	}
	
	/* header */
	
	header h1, header .logo{
		margin: 13px 0 0 5px;
		padding: 0;
	}
	
	header p#hd-fax{
		display: block;
		width: 182px;
		float: right;
		margin-right: 5px;
	}
	
	header p#hd-tel{
		margin-right: 5px;
	}
	
	header div#hd-info{
		font-size: 12px;
		margin: 0;
		padding: 5px 5px 2px 5px;
		border-bottom: double 3px #0493d3;
	}
	
	header div#hd-info p#intro{
		width: 400px;
		float: left;
		margin: 0;
		padding: 0;
	}
	
	header div#hd-info p#kyoka-num{
		width: 300px;
		float: right;
		background-color: #eeeeee;
		font-size: 12px;
		margin: 0;
		padding: 0;
		text-align: right;
	}

	/* nav */
	
	#pcmenu01 ul li.layer1 span{
		width: 212px;
		margin: 0;
	}
	
	#pcmenu01 ul li.last span{
		border-right: none;
	}
	
	#pcmenu01 ul li ul{
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
	}
	
	nav p{
		border-bottom: solid 1px #0493d3;
		height: 40px;
	}
	
	/* topimg */
	
	div#topimg div.slideShow {
		width: 1280px;
	}
	
	.pagiNation {
		background: url(../img/top_jq/pc_topimg_bg.jpg) top left no-repeat;
	}

	.pagiNation a {
		margin: 10px 2px;
		width: 232px;
		height: 45px;
	}

	.pagiNation a.pn1 {
		background: url(../img/top_jq/sumb01.jpg) no-repeat left top;
	}

	.pagiNation a.pn2 {
		background: url(../img/top_jq/sumb02.jpg) no-repeat left top;
	}

	.pagiNation a.pn3 {
		background: url(../img/top_jq/sumb03.jpg) no-repeat left top;
	}

	.pagiNation a.pn4 {
		background: url(../img/top_jq/sumb04.jpg) no-repeat left top;
	}

	.pagiNation a.pn5 {
		background: url(../img/top_jq/sumb05.jpg) no-repeat left top;
	}
	
	/* subnav */
	
	div#cont-submenu{
		padding: 0;
	}
	
	div#submenu ul#menu02 li.forcus, div#submenu ul#menu02 li.forrec{
		width: 300px;
	}
	
	div#submenu{
		width: 300px;
		margin-right: 15px;
	}
	
	div#contents{
		width: 965px;
	}
	
	/* topinfo */
	section#top_info_bx h2#top_info01{
		display: block;
	}
	
	section#top_info_bx h2#top_info02{
		display: none;
	}
	
	section#top_info_bx h2#top_info01 img{
		width: 100%;
		vertical-align : middle;
	}
	
	section#top_info_bx p{
		background: url(../img/top_info01_bg.jpg) top left no-repeat;
		background-size: 100% auto;
		padding: 30px 30% 30px 30px;
		line-height: 1.7;
	}
	
	section#top_info_bx p br.kaig{
		display: inline;
	}
	
	
	/* works_bx */
		
	div#contents section#works_bx article p.works_img{
		width: 400px;
		margin-right: 15px;
	}
	
	div#contents section#works_bx article div.works_text{
		width: 550px;
	}
	
	div#contents section#works_bx article div.works_text h3{
		padding: 5px 5px 5px 15px;
	}
	
	div#contents section#works_bx article div.works_text p br.kaig{
		display: inline;
	}
	
	/* news_bx */
	
	div#contents section#news_bx{
		margin-top: 30px;
		margin-bottom: 30px;
	}
	
	div#contents section#news_bx article h3{
		padding: 5px 5px 5px 15px;
	}
	
	div#contents section#news_bx article p br.kaig{
		display: inline;
	}
	
	/* footer */
	

	

	

	

	

	
}
