/*------------------------------------------------------------  
  読みこみ 
------------------------------------------------------------*/  
@import "reset.css";/*html5リセット*/
@import "home.css";/*home*/
@import "menu.css";/*menu*/



/*------------------------------------------------------------  
  共通
------------------------------------------------------------*/ 
 
body {  
	-webkit-text-size-adjust:none; 
	line-height:130%;
}     
img {
	border:0;
	vertical-align:bottom;
}
ol, ul {   
	list-style: none;   
}     
table{
	boder-spacing:0;
	empty-cells:show;
}
.star{
    color:#fd8cdc;

}
h2 {
	margin-bottom:10px;
	margin-left:10px;
	color: #ffffff;
	padding-left: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8A6900;
	text-shadow: 1px 1px 0px #cccccc;
	font-size:20px;
	padding-top:7px;padding-bottom:7px;
	background: -webkit-gradient(linear, left top, left bottom,from(#516723),to(#94ab65));
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #898a88;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #898a88;
	
}
h3 {
	margin-bottom:10px;
	margin-left:10px;
	color: #ffffff;
	padding-left: 4px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #8A6900;
	font-size:15px;
	height:27px;
	padding-top:16px;
	padding-bottom:5px;
	
	background: -webkit-gradient(linear, left top, left bottom,from(#516723),to(#94ab65));
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc17d;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ccc17d;
}
#p_word{
    margin-left:10px;
	margin-right:10px;


}

form dt {
	font-weight: bold;
	margin-bottom: 5px;
}

form dd {
	margin-bottom: 20px;
}

table.t {border:1px solid #8b7c40; border-collapse:collapse;text-align:center;width:100%;}
table.t td{border:1px solid #8b7c40;padding:2px;}
table.t th{border:1px solid #8b7c40;}
table.t th{background-color:#fdfdd9;color:#ffffff;}
table.t tr:nth-child(odd)  td{background-color:#fdfdd9;color:#000000;}
table.t tr:nth-child(even) td{background-color:#fdfdd9;color:#000000;}

input,
textarea {
	padding: 5px;
}

.require {
	font-size: 80%;
	background-color: #ff5d25;
	color: #fff;
	padding: 2px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-left: 10px;
}

.choice li {
	margin-bottom: 1em;
}


#sentacku {
    position: relative;
}
#sentacku::after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "";
    display: block;
    margin-top: -9px;
    border-top: 3px solid #999999;
    border-right: 3px solid #999999;
	width: 10px;
    height: 10px;
    -webkit-transform: rotate(135deg);
}
select {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-top: 2px solid #000000;
    border-right: none;
    border-bottom: 2px solid #000000;
    border-left: none;
    width: 100%;
    padding: 20px;
    text-align: center;
	background-color:#FFFFFF;
	font-size:16px;
}



/*------------------------------------------------------------  
  共通 
------------------------------------------------------------*/ 



/*------------------------------------------------------------  
  共通 
------------------------------------------------------------*/ 
body{
	background:#FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	position: relative;	
	color: #333;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color:#f1f1f1;
}

a {
	color: #333;
}

/*html,body {
	height:100%;
}
div#wrap {
	position:relative;
	min-height:100%;
}*/

.left {
	float:left;
	margin-right:10px;
}
.right {
	float:right;
	margin-left:10px;
}


/*ヘッダ*/
#globalheader {
	overflow:hidden;
	padding:9px 10px 6px 10px;
}
#globalheader h1{
	font-size:10px;
}
#globalheader .right {
	text-align:right;
}

#globalheader:after {
	display:block;
	clear:both;
	content: '';
}

/*パンくず*/

#nav-topicpath {
	padding:7px 10px;
	font-size: 12px;
	background-color: #fefdca;
	margin-bottom:5px;
}

#nav-topicpath ul:after {
	display:block;
	clear:both;
	content:'';
}
#nav-topicpath li {
	float:left;
}
#nav-topicpath li + li:before {
	margin:0 3px;
	content:'>';
}
#nav-topicpath li a {
	padding: 8px 0;
}




/*グローバルナビ*/

#gnav {
	background: -webkit-gradient(linear, left top, left bottom,from(#845c39),to(#e2bd9c));
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dfc88f;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dfc88f;
}
#gnav:after {
	display:block;
	clear:both;
	content: '';
}
#gnav ul {
	width:285px;
	margin-right: auto;
	margin-left: auto;
}
#gnav li {
	float: left;
	text-align:center;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffffff;	
}
#gnav  li:first-child {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #ffffff;	
}
#gnav a {
	font-size:12px;
	text-decoration: none;
	display: block;
	text-shadow: 1px 1px 3px #000000;	
    color:#fff;
	width:70px;
	padding:12px 0;	
}

/*news*/
#news {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 13px;
}
#news p {
	color:#936D0A;
	margin-bottom: 3px;
	text-shadow: 1px 1px 0px #cccccc;			
}
#news div {
	height: 16px;
	padding: 0 5px;
	overflow: hidden;
}
#news a {
	padding:3px;	
}

/*コンテンツ内ナビ*/

#contents-navi {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#contents-navi ul {
	-webkit-border-radius: 3px;
	borde-radius:3px;
	-webkit-box-shadow:0 0 3px #333333;
	box-shadow: 0 0 3px #333333;	
}
#contents-navi li {
	line-height: 44px;
	background-color: #FFF;
	height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: -webkit-gradient(linear, left top, left bottom,from(#eaddb1),to(#d6c384));
}
#contents-navi li:last-child {
	border:none;
}
#contents-navi li:first-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;	
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;		
}
#contents-navi li:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;	
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;		
}
#contents-navi a {
	text-decoration: none;
	white-space: nowrap;
	display: block;
	overflow: hidden;		
	padding: 0 14px;
	background-repeat: no-repeat;
	background-position: right center;		
  color:#545454;
}






#contents-navi2 {
	margin-right: 10px;
	margin-bottom: 20px;
	margin-left: 10px;
}
#contents-navi2 ul {
	-webkit-border-radius: 3px;
	borde-radius:3px;
	-webkit-box-shadow:0 0 3px #333333;
	box-shadow: 0 0 3px #333333;	
}
#contents-navi2 li {
	line-height: 44px;
	background-color: #FFF;
	height: 44px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background: -webkit-gradient(linear, left top, left bottom,from(#83ce6d),to(#c2e8b9));
}
#contents-navi2 li:last-child {
	border:none;
}
#contents-navi2 li:first-child {
	-webkit-border-top-right-radius: 3px;
	-webkit-border-top-left-radius: 3px;	
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;		
}
#contents-navi2 li:last-child {
	-webkit-border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;	
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;		
}
#contents-navi2 a {
	text-decoration: none;
	white-space: nowrap;
	display: block;
	overflow: hidden;		
	padding: 0 14px;
	background-repeat: no-repeat;
	background-position: right center;	
	text-shadow: 1px 1px 0px #fff;	
  color:#333;
}


/*waku*/

aside{
    background-color:#e5ede3;
	border-radius:8px;
	-webkit-border-radiux:8px;
	padding:10px;
	margin-bottom:20px;
	margin-right:8px;
	margin-left:8px;
}

aside p:last-child{
    margin-bottom:0;
}

/*footer*/
footer{
	margin-bottom:100px;
}
	


footer p#copyright {
	background-color: #5c7523;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 10px;
	font-size: 10px;
	color: #ffffff;
	text-align: center;
	clear: both;
}
footer p#copyright a {
	color: #FFF;
	text-decoration: none;
}

footer .wrap01 #gotoTop {
	float:right;
	background-image: url(../images/arw_gotoTop.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}
footer .wrap01 #gotoTop a {
	display:block;
	padding:7px 0;
	text-decoration: none;
	color: #868686;	
}




.footer_area {
	display:none;
}

@media screen and (max-width: 640px){

	img{
		margin:0;
		padding:0;
	}
	.footer_area {
	margin:0;
	padding:0;
	display:block;
    position: fixed;
    bottom: 0;

    width: 100%;
    
    z-index: 10000;
    }
    
    table{
    border-color:blue !important;
	}
	
}




/*ページ内gotoTop*/
.pageTop {
	float:right;
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 14px;
}
#pageTop a {
	display:block;
	padding:7px 0;
	text-decoration: none;
	color: #8A6900;	
}


