@charset "UTF-8";
/*
 * common.css
 *
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	line-height: 1.7;
	background-image:url(../img/bg_img.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
img {
	vertical-align:bottom;
}
.bold {
    font-weight: bold;
}
a:hover {
	opacity:0.6;
}
#dialog_menu,
#sp-menu,
#contents .only_sp,
#main .scroll {
	display:none;
}
/*==================================
             header
==================================*/

#headerIn {
	width:960px;
	margin:0 auto;
}
#head-top {
	background-color:#18A715;
	font-size:14px;
	padding:3px 0;
}
#head-h1 {
	width : 950px;
	margin : 0px auto;
}
#head-h1 h1{
	float:left;
	margin:2px 0px;
	font-size:14px;
	color:#fff;
}
#head-h1 ul li{
	padding : 0px 10px;
	font-size:12px;
	margin:2px 0px;
	float:left;
	border-left:#fff 1px solid;
}
#head-h1 ul li:last-child{
	border-right:#fff 1px solid;
}
#head-h1 a{
	color:#fff;
	text-decoration:none;
}
#head-h1 ul li a:hover{
	opacity:0.5;
}
#head-h1 nav {
	float:right;
}
#headerLogo_left {
	width:300px;
	margin:15px auto 5px;
	float:left;
}
#headerLogo_right {
	float:right;
	margin:25px auto 0;
}
#navi1 ul{
	text-align:center;
	width:960px;
	margin:0 auto;
	padding:20px 0;
	display:table;
	table-layout:fixed;
}
#navi1 li{
	display:table-cell;
}
#navi1 li{
	border-right:1px solid #18A715;
	font-size:15px;	
}
#navi1 li:last-of-type{
	border-right:none;
}
#navi1 a{
	text-decoration:none;
	display:block;
	color:#000;
}
#navi1 a:hover{
	color:#18A715;
}
.fadein {
	opacity : 0;
	transform: translateY(80px);
	transition: all 1s;
}
.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	background-color:#FFFFFF;
    opacity: 0.9;
	z-index: 2;
	width: 100%;
}

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

#contents {
	background:#FFFFFF;
	margin:0px auto;
	text-align:center;
	width:960px;	
}
.contact_tel {
	margin:30px auto 60px;
}
.contact_tel  img {
	border:#FED749 solid 2px;
}
.contact_tel a:hover {
	opacity:0.5;
}

/*==================================
             pagetop
==================================*/
#pageTop {
	position: fixed;
	z-index: 9999;
	bottom: 20px;
	right: 15px;
	font-size: 12px;
}
#pageTop a {
	background: #43B133;
	text-decoration: none;
	color: #fff;
	font-size:14px;
	padding: 10px 15px;
	text-align: center;
	display: block;
	-moz-opacity: 0.3;
	opacity: 0.3;
	border-radius: 5px; 
}
#pageTop a:hover {
	text-decoration: none;
	background: #999;
	color: #fff;
}
#pageTop a:before {
    content: "▲";
}

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

#footer_box {
	width:960px;
	margin:20px auto;
	border-top:#207F12 solid 1px;
}
#footer_left , #footer_right {
	display:inline-block;
}
#footer_left {
	margin:20px auto;
}
#footer_left img {
	vertical-align:middle;
}
#footer_left p{
	margin:10px 0 0 10px;
}
#footer_right {
	float:right;
	margin:20px 50px 20px 0;
}
#footer_right ul{
	display:inline-block;
	vertical-align:top;
	margin:0 5px 0 0;
}
#footer_right ul li {
	background-image:url(/img/common/arrow_foot.jpg);
	background-position:0% 50%;
	background-repeat:no-repeat;
	padding:0 0 0 20px;
	line-height:2em;
	margin:0 20px 0 0;
}
#copyright {
	text-align:center;
	color:#FFFFFF;
	background-color:#18A715;
	margin:0;
	padding:10px;
	font-size:12px;
  	font-family: Verdana, "Droid Sans" !important;	
}
/*==================================
          トップ以外共通
==================================*/
h2 img {
	margin:0 auto 20px;
}
.chushaku {
	color:#FF0000;
}
