@charset "utf-8";

/* 
 Share Style [ 
----------------------------------------------------------- */  
*{
	margin:0;
	padding:0;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}


body{
	font-family: メイリオ,Meiryo, Osaka,ＭＳ Ｐゴシック, MS PGothic, sans-serif;
	background-color: #F0F8E6;
	height: auto;
	font-size: 80%;
}

html {
	overflow-y:scroll;
}
img{
	display:block;
}

h1,h2,h3,h4,h5,h6 {
}

p,li,dt,dl {
	line-height:1.6;  
}

.clear {
	clear:both;  
}




/*Link Color [ 
----------------------------------------------------------- */  
a:link {
	color:#FF7BAC;
	text-decoration:none;
}
a:visited {
	color:#AAAAAA;
	text-decoration:none;  
}
a:hover {
	text-decoration:none;
}
a:active {
}



/* 
#page-top [ 
----------------------------------------------------------- */
#page-top {
	position: fixed;
	font-size: 77%;
	right: 20px;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
}
#page-top a:hover {
	text-decoration: none;
}

#page-top a {
	outline: none;
	border-radius: 3px;
	border: none;
	-webkit-transition: -webkit-box-shadow .3s;
	-webkit-transition: box-shadow .3s;
	transition: box-shadow .3s;
}

#page-top a:hover,#page-top a:focus {
	-webkit-transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
	-webkit-animation: gelatine 0.5s 1;
	animation: gelatine 0.5s 1;
}

#page-top a:active{
	-webkit-transition-duration: 0;
	transition-duration: 0;
}

/**
 * $keyframes \ gelatine 
 **/
@keyframes gelatine {
from,to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);}
25% {
	-webkit-transform: scale(0.9, 1.1);
	transform: scale(0.9, 1.1);}
50% {
	-webkit-transform: scale(1.1, 0.9);
	transform: scale(1.1, 0.9);}
75% {
	-webkit-transform: scale(0.95, 1.05);
	transform: scale(0.95, 1.05);}
from,to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);}
25% {
	-webkit-transform: scale(0.9, 1.1);
	transform: scale(0.9, 1.1);}
50% {
	-webkit-transform: scale(1.1, 0.9);
	transform: scale(1.1, 0.9);}
75% {
	-webkit-transform: scale(0.95, 1.05);
	transform: scale(0.95, 1.05);}}
@-webkit-keyframes gelatine {
from,to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);}
25% {
	-webkit-transform: scale(0.9, 1.1);
	transform: scale(0.9, 1.1);}
50% {
	-webkit-transform: scale(1.1, 0.9);
	transform: scale(1.1, 0.9);}
75% {
	-webkit-transform: scale(0.95, 1.05);
	transform: scale(0.95, 1.05);}
from,to {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);}
25% {
	-webkit-transform: scale(0.9, 1.1);
	transform: scale(0.9, 1.1);}
50% {
	-webkit-transform: scale(1.1, 0.9);
	transform: scale(1.1, 0.9);}
75% {
	-webkit-transform: scale(0.95, 1.05);
	transform: scale(0.95, 1.05);}}





/* 
 wrapper [ 
----------------------------------------------------------- */  
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
}


/* 
 container [ 
----------------------------------------------------------- */  
#container {
	display: block;
	width: auto;
}





/* 
#search [ 
----------------------------------------------------------- */
#search{
	position: relative;
	padding: 5px 20px;
	background: #fff;
	border-top: #9EC965 solid 3px;
	border-bottom: #9EC965 solid 3px;
	border-top-left-radius: 10px;
	border-top-right-radius:10px;
	background-image: url(../images/bg_sen.gif);
}


#search p{
	color: #FF7BAC;
	text-shadow: 3px 3px #fff;
	font-weight: bold;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 3px;
	border-top-right-radius: 0px;
}

#search:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#9EC965;
}
#search:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#fff;
	z-index:1;
}


#search img{
	float: left;
	display: inline-block;
	margin-right: 12px;
	margin-top: 6px;
	margin-left: 6px;
	
}


#search_box {
	width: auto;
	height: 100px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
	background-image: url(../images/table_bg.png);
	background-repeat : repeat;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	display: block;
	text-align: center;
	padding-top: 15px;
}

input[type=text]{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-o-border-radius: 5px;
	-ms-border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
	width: 165px;
	height: 25px;
	padding: 0 3px;
}
 
input[type=text]:focus {
   border:solid 2px #FF7BAC;
}
 
input[type=text], select { 
   outline: none;
}




.css-button{
	border: none;
	background: none;
	-webkit-appearance: none;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	background-color: #9EC965;
	width: 148px;
	height: 30px;
	text-align: center;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	line-height: 25px;
	border-radius: 5px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}/*ボタン装飾*/

.css-button:hover{
	color: #9EC965;
	border: 2px solid;
	background-color: #ffffff;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	cursor:pointer;
}
/*マウスオーバー時*/




/* 
 side [ 
----------------------------------------------------------- */

#side{
	float: left;
	width: 210px;
	margin-top: 30px;
}

.side,
.side_first,
.side_last{
	display: block;
	width: 210px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
	position: relative;
	z-index: 2;
	background-color: #A3D165;
	color: #fff !important;
	overflow: hidden;
}

.side:hover,
.side_first:hover,
.side_last:hover{
	color: #FF7BAC  !important;
}

.side:before,
.side::after,
.side_last:before,
.side_last::after,
.side_first:before,
.side_first::after{
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


.side::after,
.side_first::after,
.side_last::after{
	top: -100%;
	width: 100%;
	height: 100%;
}

.side:hover::after ,
.side_last:hover::after,
.side_first:hover::after{
	top: 0;
	background-color: #fff;
}

.side p,
.side_last p,
.side_first p{
	display: inline-block;
	float: left;
	font-size: 15px;
	text-align: center;
	margin-left: 30px;
	margin-top: 15px;
	margin-bottom: auto;
	font-weight: bold;
}



.side_icon{
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 20px;
}


.side_line {
	display: block;
	position: absolute;
	padding-top: 33px;
	margin-top: 18px;
	text-align: center;
}



/*----------------------------------------------------------- */
.side_first{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.side_last{
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-bottom: 30px;
}
/*----------------------------------------------------------- */



/* 
#qr_box
----------------------------------------------------------- */  

#qr_box {
	width: 210px;
	background-color: #A3D165;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 210px;
	border-radius: 10px;
}
.qr {
	float: left;
	display: block;
	width: 100px;
	margin-left: 5px;
	height: auto;
	margin-top: 5px;

}
.qr  img {
	width: 95%;
	height: 100%;
	display: block;
}

.qr a {
	position: relative;
	background-color: #7A9D4C;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	-webkit-transition: none;
	transition: none;
	box-shadow: 0 3px 0 #526933;
	text-shadow: 0 0px;
	display: block;
	width: 95px;
	height: 30px;
	margin-bottom: 13px;
	text-align: center;
}
.qr a:hover {
	top: -4px;
	box-shadow: 0 7px 0 #526933;
}
.qr a:active {
	top: 3px;
	box-shadow: none;
}







/* 
.bnr [ 
----------------------------------------------------------- */
.bnr {
	width: 210px;
	height: 70px;
	margin-top: 20px;
	background-color: #fff;
}






/* 
 foot [ 
----------------------------------------------------------- */  
#foot {
	height: 220px;
	background-color: #A3D165;
	width: auto;
	background-image: url(../images/foot.png);
	background-position: center 0%;
	background-repeat: no-repeat;
	margin-top: 30px;
}
#foot_inner {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 0px;
	padding-top: 60px;
	padding-left: 150px;
}
#foot_inner .link {
	display: inline-block;
	width: 160px;
	margin-left: 25px;
	padding-top: 0px;
}
#foot_inner .link a {
	display: block;
	font-size: 15px;
	background-image: url(images/pankuzu.gif);
	background-repeat: no-repeat;
	text-indent: 15px;
	background-position: 0% 40%;
}

#foot_inner .link a:link {
	color: #fff;
}

#foot_inner .link a:hover {
	color: #7A9D4C;
	transition: 0.5s;
}
#foot_inner .company {
	font-size: 15px;
	text-align: center;
	margin-left: 125px;
	color: #085500;
	display: inline-block;
}










/* 
#space [ 上部スペース
----------------------------------------------------------- */  
#space {
	height: 280px;
}



/* 
#pankuzu [ パンくず
----------------------------------------------------------- */  
#pankuzu {
	margin-right: 0;
	display: block;
	margin-top: 15px;
}

#pankuzu li {
	display: inline;
	line-height: 110%;
	list-style-type: none;
	margin-right: 15px;
	color: #aaa;
}

#pankuzu li a {
	padding-right: 20px;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/pankuzu.gif);
}

#pankuzu li a:visited {
	text-decoration: underline;
	transition: 0.5s;
	color:#FF7BAC;
}


#pankuzu li a:hover {
	text-decoration: underline;
	transition: 0.5s;
}


/* 
 s_midashi [ 二ページ目以降見出し
----------------------------------------------------------- */  
.s_midashi{
	position: relative;
	padding: 5px 20px;
	background-color: #fff;
	border-top: #9EC965 solid 3px;
	border-bottom: #9EC965 solid 3px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	background-image: url(../images/bg_sen.gif);
	margin-top: -10px;
}


.s_midashi p{
	color: #FF7BAC;
	font-weight: bold;
	font-size: 18px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-top: 3px;
}

.s_midashi:before{
	content:" ";
	position:absolute;
	top:100%;
	left:24px;
	width:0;
	height:0;
	border-width:12px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#9EC965;
}
.s_midashi:after{
	content:" ";
	position:absolute;
	top:100%;
	left:28px;
	width:0;
	height:0;
	border-width:8px;
	border-style:solid;
	border-color:transparent;
	border-top-color:#fff;
	z-index:1;
}

.s_midashi img{
	float: left;
	display: inline-block;
	margin-right: 12px;
	margin-top: 4px;
	margin-left: 6px;
	
}



/* 
.pager [ ページおくり
----------------------------------------------------------- */  
.pager {
	overflow: hidden;
	width: 690px;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
}
 
.pager ul {
	list-style: none;
	position: relative;
	left: 50%;
	float: left;
}
 
.pager ul li {
	margin-top: 0;
	margin-right: 1px;
	margin-left: 10px;
	margin-bottom: 0;
	position: relative;
	left: -50%;
	float: left;
}
 
.pager ul li span,
.pager ul li a {
	display: block;
	font-size: 16px;
	padding: 0.6em 1em;
	border-radius: 3px;
}
 
.pager ul li a {
	background: #9EC965;
	color: #fff;
	text-decoration: none;
}
 
.pager ul li a:hover {
	background: #fff;
	color:#FF7BAC;
	transition: all .3s;
}

/*選択中のページ番号色*/
.current {
	color: #FF7BAC;
}
