@charset "utf-8";

* {
	margin:0;
	padding:0;
    font-weight:normal;
    list-style:none;
}

html{
}

body{
	font-size: 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: url("images/bo_bk.png");
	background-color: #E2E2E2;
	color: #3A3535;
	text-justify: inter-ideograph;
	text-align: justify;
}

.clear {
	clear:both;
}

a {
	color:#0FB637;
	text-decoration: underline;
}

a:hover{
	color: #536357;
	text-decoration: none;
}



/* ---上の方---------------------------------------------------------------------- */
#top{
	width:100%;
	margin:0 auto;
	margin-top:0px;
	line-height:30px;
}

#top-box{
	text-align:left;
	padding-bottom:0px;
    background:url("images/t-img.png")  no-repeat center bottom ;
}

#top-box h4 {
	font-size:13px;
	text-align:center;
}

#ke-top{
	text-align:right;
	padding:4px;
	line-height:25px;
	border-bottom-style:double;
	border-width:4px;
}

#top h1{
    /*float:left;*/
    font-size:14px;
    color:#22970B;
}
#top form{
    /*float:right;*/
	margin-right:15px;
}

#sns{
    text-align:right;
}


#sns ul{
    padding: 10px 0px;
    margin:10px 0 0 0;
    height:20px;
}

#sns ul li{
    float:right;
    width:100px;
}

#header{
    background:url("images/main.jpg");
    width:850px;
	margin-top:25px;
    height:200px;
    margin:0px auto 0px auto;
}

#header h1 {
    font-size:40px;
	text-decoration:none;
	padding-top:15px;
	padding-left: 10px;
}

#header h1 a{
	color: #FFF;
	text-shadow:2px 2px 4px #15CC91;
	text-decoration: none;
}

#header h1 a:hover{
	opacity: 0.7;
}

#hed-img{
	width:850px;
	height:200px;
	margin:0 auto;
	border-radius:4px;
}


/* ---中段---------------------------------------------------------------------- */
#container{
	background-color: #F3F3F3;
	width: 850px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 0 0;
	border-style:solid;
	border-width: 1px;
	border-color: #D1C7C7;
}

#main{
    width:540px;
	float:left;
	margin: 20px 0 0 15px;
}

h2{
	font-size: 22px;
	margin: 0 0 10px 0;
	padding-left: 5px;
	line-height: 28px;
	border-color:#181916;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

#main h3{
    text-align:right;
    font-size:14px;
	margin: 0 0 15px 0;
}

#main p{
    font-size:12px;
    line-height:1.5em;
	margin: 0 0 15px 0;
    padding: 0 0 0 0;
}

.article{
    background:url("images/b-bk.png");
	background-color:#FDFDFD;
    padding:15px;
    margin: 0 0 40px 0;
}



/* ---PR---------------------------------------------------------------------- */
.pr{
    border-style:solid;
	border-width:1px;
    width:100%;
    border-collapse:collapse;
    border-spacing:0px;
    margin: 20px 0 0 0;
}

th{
    border-style:solid;
	border-width:1px;
    text-align:center;
	width: 140px;
}

.pr ul li{
    float:left;
    margin:5px 20px;
	list-style-type: disc;
}



/* ---サイド---------------------------------------------------------------------- */
#side{
    width:260px;
	float:right;
	margin: 20px 15px 0 0;
}

#side h2{
    font-size:18px;
}

.side-in{
    background:url("images/b-bk.png");
	background-color:#FDFDFD;
    padding:15px;
    padding:15px;
    margin:0px 0px 15px 0px;
}

#side li a{
	font-size: 13px;
	padding: 3px 0 1px 0;
	display: block;
	border-bottom-style:dashed;
	border-bottom-color:#475248;
	border-width:1px;
}

.side-in form{
	padding-top:5px;
	padding-left:5px;
}

#side ul li {
	margin-top:5px;
	margin-left:5px;
}

#ke-bottom {
	padding:4px;
	margin:2px 0 0 0;
	background-color:#FCE4E4;
}



/* ---フッター---------------------------------------------------------------------- */
#footer{
    background:url("images/t-img.png")  no-repeat center top ;
	line-height:12px;
    text-align:center;
    padding:10px 0 10px 0;
	margin:0 auto;
}

#footer p{
	text-align:center;
}

#footer a{
    color:#BAC029;
	text-decoration:none;
}

#footer a:hover {
	color:#CEC191;
}

#fot-box {
	padding-top:10px;
	padding-bottom:2px;
}

#totop{
	text-align:left;
	padding:0 0 15px 0px;
}

#totop a{
	color: #1717E4;
	padding: 2px 5px;
	margin-left:3px;
	font-size: 13px;
	text-decoration: underline;
}

#totop a:hover{
	color: #D7ADE4;
}











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


* {width:initial!important;}




#header {
	width: 100%;
}

#header h1 {
	font-size:18px;
}

#base {
	width: 100%;
}

#head {
	width: 100%;
	position: static;
}

#head img#logo {
	position: static;
}

#head #title {
	position: static;
}


#title {
	font-size:20px;
}


#mainimg {
	height:auto;

}



#navi {
	position: static;
}



#wrapper {
	width: 100%;
}

#wrapper,.inner{
	width: 100%;
}


img { 
    max-width: 100%; 
    height:auto;
}

#visual {
	width: 100%;
}



#imgArea {
	width: 100%;
}

#mainImg {
	height:auto;
}


div.section {
	width: 100%;
}

#hdbox1 {
	min-width: 100%;
}

#hdbox2 {
	min-width: 100%;
}

#hdbox3 {
	min-width: 100%;
}


#jsnavi li [
	clear: left;
}



#content {
	width: 100%;
	clear: left;
}

#container {
	width:100%;
}

#main {
	width: 100%;
	clear:both;	
}

#navi {
	width: 100%;
	position: static;
}


#jsnavi li {
	float:none;
}


#nav li {
	display: block;
}


#gnavi {
	width: 100%;
}


#menu1 {
	position:static;
}
#menu2 {
	position:static;
}
#menu3 {
	position:static;
}
#menu4 {
	position:static;
}
#menu5 {
	position:static;
}
#menu6 {
	position:static;
}

#header-menu {
	height:100%;
}

#header #logo {
	position:static;
}

#header-menu li {
	float:none;
}



ul#topmenu {
	width:100%;
	flex-direction: column; /* 縦並び */
}


ul#menu {
	position:static;
}



#pagetop {
	width:100%;
}


#Menu ul li {
	float:none;
}

#mainimg {
	height:100%;
}

ul#menu li a {
	height:100%;
	font-size:11px;
}



#main h1 {
	background-image:url(images/title_bg1.gif);
}



#gnavi li {
	float:none;
}



#header-menu {
	background-repeat:repeat;
}

#menu {
	width:100%;
		flex-direction: column; /* 縦並び */
	background-color:#000;
}



#menu_block {
		flex-direction: column; /* 縦並び */
}

#menu ul {
		flex-direction: column; /* 縦並び */
}



#menu li {
		flex-direction: column; /* 縦並び */
}

#mainpict {
	width:100%;
}


ul {
		flex-direction: column; /* 縦並び */
}

ul#menu {
		flex-direction: column; /* 縦並び */
	padding-left:initial;
}

ul#menu li {
		flex-direction: column; /* 縦並び */
}



#header-menu ul {
		flex-direction: column; /* 縦並び */
	}

#header-menu li {
		flex-direction: column; /* 縦並び */
		display:block;
	}



navi li ,section{
		flex-direction: column; /* 縦並び */
	}

gnavi li ul{
float:none;
}

#naviArea {
	width: 100%;
}


#mainVisual .mainVisualInr {
	width: 100%;
}

#globalNavi ul {
	width: 100%;
}


#sub {
	width: 100%;
}

#side {
	margin-top:10px;
}


#footer {
	width: 100%;
}

#footer .footerInr {
	width: 100%;
}

nav#mainNav ul {
		width: 100%;
}



#footerContents {
	width:100%;
}


	nav ul,section{
		flex-direction: column; /* 縦並び */
	}
	nav ul{
		display:inline;
		padding: 0 0 1.5%;
	}
	nav ul li{
		width: 100%;
		margin-top: 5px;
		float:none;
	}
	nav ul li a{
	}
}


#top-navi {
	width: 100%;
}



#footer {
	width: 100%;
}

#top-navi table {
	width: 100%;
}

div.main-textarea {
	width: 100%;
}




#copyright {
	width:100%;
}



}

