/* reset*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
/*--- default */
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	color: #333;
	font-size: 75%;
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.5;
}
* html body {	/* for IF6 */
	font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}
/*--- clearfix */
/* For modern browsers */
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
	zoom: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
img {
	　　　vertical-align: top;
	　　　font-size: 0;
	　　　line-height: 0;
}
a {
	text-decoration: none;
}

ol li{
	list-style:none;
}
html {
	overflow: auto;
}
* html { /* for IE6 */
	overflow: hidden;
	overflow-x: auto;
	height:100%;
}
body {
	text-align: left;
	background-color: #fff;
}
/* ===================================================================
 ここからcss表記
=================================================================== */
* html body { /* for IE6 */
	overflow-y: auto;
	height: 100%;
}
.wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
/* ===================================================================
 header
=================================================================== */
header {
		background:#FFF;
	border-bottom: #1c94d8 solid 7px;
	
/* box-shadow */
box-shadow:rgba(0, 0, 0, 0.27) 0px 2px 4px 1px;
-webkit-box-shadow:rgba(0, 0, 0, 0.27) 0px 2px 4px 1px;
-moz-box-shadow:rgba(0, 0, 0, 0.27) 0px 2px 4px 1px;
	z-index: 100;
	position: relative;
}
header #logo {
	float: left;
	margin-top: 19px;
}
/*メニュー部分*/
header ul {
	float: right;
}
header ul li {
	float: left;
	width: 138px;
	text-align: center;
	margin-left: 4px;
	font-size:1.2em;
}
header ul li a {
	display: block;
	padding: 39px 0;
	color: #000;
}
header ul li a:hover {
	background: url(../../img/u_arrow.png) bottom no-repeat;
	color: #59b2e4;
}
header ul li:last-child a {
	background: #ededed;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header ul li:last-child a:hover {
	background: #1C94D8;
	color: #FFF;
}

header #header_top{
	padding:7px 0 4px 0;
	background:#333;
}
header #header_top p{
	float:left;
	color:#FFF;
}
#title_top{
	padding-top:7px;
}
header #header_top #tel{
	float:right;
	padding-top:3px;
	 
}


/* ===================================================================
 contents
=================================================================== */
/*内側の背景*/
.bg_b {
	width: 1000px;
	margin: 0 auto;
	padding: 50px 60px 15px;
	background:#fff;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;

}
.bg_b a {
	color: #1C94D8;
}
.bg_b a:hover {
	color: #59b2e4;
}
/*外側の背景*/
.bg_g {
	background:#f1f1f1;
}
.bg_g section {
	margin-bottom: 80px;
	clear: both;
}
.bg_b section h1 {
	font-size: 2.5em;
	font-weight: bold;
	float: left;
}
.title_area {
	border-bottom: 3px solid #ccc;
	margin-bottom: 25px;
	padding-bottom: 5px;
}
.bg_b section h1 span {
	font-size: 0.4em;
	font-weight: 100;
	margin-left: 5px;
}
.title_area a {
	float: right;
	font-size: 1.5em;
	margin-top: 7px;
	background: url(../../img/icons/r_arrow.jpg) left no-repeat;
	padding-left: 25px;
}

/*=================================
ks_mian_img
===================================*/
#ks_title {
	height:250px;
		color:#FFF;
	text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.39);
}

/*=================================
ks_title
===================================*/
#ks_title h1{
	text-align:center;
	font-size:3.2em;
	font-weight:bold;
	padding-bottom:5px;
	padding-top:85px;
}
#ks_title p{
		text-align:center;
		font-size:1.5em;

}

.bg_b h2{
	font-size:1.7em;
	color:#333;
	padding-bottom:15px;
}
/*pankuzu*/

#pankuzu{
	margin-bottom:20px;
	color:#777;
}

/* ===================================================================
 footer
=================================================================== */
#gotop {
	text-align: center;
	padding-top: 60px;
}
footer {
	background: #fff;
	
}

footer #fnav{
	display:block;
	padding: 20px 0;
	border-top: 1px solid #777;
	font-size:1.2em;
}
footer ul li a{
	color:#000;
}

footer #fnav p{
	float:left;
	font-size:1.6em;
	font-weight:bold;
}
footer ul{
	float:right;
}
footer ul li {
	float: left;
	padding-left:35px;
	padding-top:8px;
}

footer ul li a:hover{
	color:#1C94D8;
}
#footer_bg{
	background:#333;
	padding-top:30px;
	color:#FFF;
	
}
#footer_address section h1 {
	float: left;
	height: 55px;
	margin-right: 5px;
	border:1px solid #FFF;
	color:#fff;
	font-size: 1.2em;
}
#footer_address section h1 span{
	float:left;
	padding:19px 30px;
}
#footer_address section img {
	float:left;
	margin-right: 10px;
}
#footer_address section a{
	color:#FFF;
}
#footer_address section p {
	font-size:12px;
}
#footer_address{
	padding-bottom:25px;
}
.fl {
	float: left;
	width:50%;
}
.fr {
	float: right;
	width:50%;
}

@media only screen and (max-width : 1120px) {
	.bg_b {
    padding: 50px 0 15px;
}
.bg_g {
    background: none repeat scroll 0 0 #fff;
}
}