@charset "utf-8";

* {
	margin:0;
	padding:0;
    list-style:none;
    font-weight:normal;
}
html{
    background:#333;
    padding:0px 0;
}
body{
	font-size: 13px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color:#555;
    text-justify: inter-ideograph;
    text-align: justify;
    padding:0px 0;
    background: url("images/bg5.png") center center;
    background-color:#eee;

}
a {
	color:#382;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
.box{
    width:850px;
    margin:0 auto;
}
h2{
    font-size:18px;
    background:#382;
    color:#fff;
    padding:3px 5px 0 15px;
    margin:0 0 5px 0;
    border-radius:3px;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.1),1px 1px 1px rgba(255,255,255,0.3);
}
h2 a{
    color:#fff;
}



/* ---上の方---------------------------------------------------------------------- */
#top{
    background:#382;
    margin:0 0 0px 0;
    padding:4px 0px;
    position:fixed;
    top:0;
    width:100%;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.1),1px 1px 1px rgba(255,255,255,0.3);
}

#top p{
    float:left;
    font-size:12px;
    color:#fff;
    padding-top:2px;
}

#top p a{
    color:#fff;
}

#top form{
    float:right;
}

#sns{
    text-align:right;
}

#sns ul{
    padding:10px 0px;
    margin:10px 0 0 0;
    border-top:1px solid #bbb;
    height:20px;
}

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

#header{
    background:url("images/main.jpg") no-repeat center bottom;
	width: 850px;
    height:200px;
    margin:29px auto 0 auto;
}

#header h1 {
    font-size:32px;
    padding:25px 20px 0 28px;
}

#header h1 a{
    color:#382;
    font-weight:bold;
	text-shadow:
     -1px -1px 0px #fff,
     -1px 1px 0px #fff,
     1px -1px 0px #fff,
     1px 1px 0px #fff,
     -1px 0px 0px #fff,
     1px 0px 0px #fff,
     0px -1px 0px #fff,
     0px 1px 0px #fff,

     -2px -2px 0px #382,
     -2px 2px 0px #382,
     2px -2px 0px #382,
     2px 2px 0px #382,
     -2px 0px 0px #382,
     2px 0px 0px #382,
     0px -2px 0px #382,
     0px 2px 0px #382,
     2px 2px 3px rgba(0,0,0,0.4);
}

#header h1 a:hover{
	opacity: 0.7;
    text-decoration:none;
}

#header p{
    font-size:11px;
    line-height:1em;
    color:#fff;
    margin:0px 0 0 29px;
    background:#382;
    padding:2px 0 1px 10px;
    width:302px;
    border-radius:3px;
	box-shadow:
     -1px -1px 0px #fff,
     -1px 1px 0px #fff,
     1px -1px 0px #fff,
     1px 1px 0px #fff,
     1px 1px 3px rgba(0,0,0,0.4);
}



/* ---中段---------------------------------------------------------------------- */
#container{
    padding:15px 0;
    background:#fff;
    margin:0 auto 0px auto;
    width:850px;
}

#main{
    width:570px;
    float:left;
}

#main h3{
    text-align:right;
    font-size:14px;
	margin: 0 5px 10px 0;
    font-weight:normal;
}

#main p{
    font-size:13px;
    line-height:1.5em;
	margin: 0 5px 25px 5px;
    padding: 0 0 0 0;
}

.article{
    padding:0px 0 0 15px;
    margin:0 0 50px 0;
	box-shadow: 0px 0px 0px #888; /*CSS3*/
	-moz-box-shadow: 0px 0px 0px #888; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 0px #888; /* Google Chrome, Safari用*/
}



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

th{
    border-right:1px solid #bbb;
    text-align:center;
    background:#ebebeb;
	width: 120px;
}

td{
    background:#fff;
}

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



/* ---サイド---------------------------------------------------------------------- */
#side{
    width:250px;
    float:right;
}
#side h2{
    font-size:14px;
    padding-top:2px;
    padding-bottom:1px;
}
.side-in{
    padding:0 15px 0 0;
    margin:0 0 15px 0;
	box-shadow: 0px 0px 0px #888; /*CSS3*/
	-moz-box-shadow: 0px 0px 0px #888; /* Firefox用*/
	-webkit-box-shadow: 0px 0px 0px #888; /* Google Chrome, Safari用*/
}
#side ul{
    padding:0 10px;
}
#side ul li{
    margin:10px 0 0 0;
}
#side li a{
    font-size:13px;
    padding:3px 0 1px 0;
    display:block;
    border-bottom:1px dashed #bbb;
}
#side ul li.author{
    border-radius:8px;
    background:url("images/author.jpg") no-repeat;
    height:128px;
    width:128px;
    margin:0 15px 0 0;
    float:left;
}
/* ---フッター---------------------------------------------------------------------- */
#footer{
    background:#382 repeat-x bottom;
    color:#fff;
    text-align:center;
    padding:10px 0 10px 0;
    margin:0 auto;
    font-weight:bold;
    font-size:14px;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.1),1px 1px 1px rgba(255,255,255,0.3);
}
#footer a{
    color:#fff;
}
#footer a:hover{
    color:#fff;
}
#totop{
    text-align:right;
}
#totop a{
    background:#382;
    color:#fff;
    padding:3px 10px 2px 10px;
    font-size:12px;
    border-radius:3px;
    display:inline-block;
    box-shadow:0 2px 0px #141;
    margin:0 15px 2px 0;
    text-shadow:-1px -1px 1px rgba(0,0,0,0.1),1px 1px 1px rgba(255,255,255,0.3);
}
#totop a:hover{
    text-decoration:none;
    background-image:url("images/bk.png");
    margin:2px 15px 0 0;
    box-shadow:0 0px 0px #000;
}



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



* {width:initial!important;}



#header {
	width: 100%;
}

#header h1 {
	font-size:10px;
	position: static;
}

#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; /* 縦並び */
}

#pagetop {
	width:100%;
}


#Menu ul li {
	float:none;
}

#mainimg {
	height:100%;
}


#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#mainNav {
		flex-direction: column; /* 縦並び */
}

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




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

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

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

#current {

		clear:none;
		flex-direction: column; /* 縦並び */
}



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

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



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


#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%;
}


}
