@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	background-color: #fffafa;
	/* background-image: url();
	background-position: top;
	background-repeat: repeat-x; */
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #1a1a1a;
	overflow-x: hidden;
}

img { 
    max-width: 100%; 
    height:auto;
}

a {
	color: #000000;
}

a:hover {
	color: rgba(0,0,0,0.50);
}

a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

a:visited {
	color: #808080;
}

#container {
	width: 1000px;
	height:auto !important; /*IE6対策*/
    height: 100%; /*IE6対策*/
	margin: 0 auto;
	text-align: left;
	position: relative;
	padding: 0;
}

header {
	width: 100%;
	position: absolute;
	top: 0px;
}

#logo {
	width: 200px;
	height: auto;
	z-index: 9999;
	position: absolute;
	top: 50px;
	left: 20px;
}

#blog_banner {
	width: 84px;
	height: auto;
	z-index: 9999;
	position: absolute;
	top: 400px;
	right: 20px;
}

#topinfo {
	width: 200px;
	height: auto;
	z-index: 9999;
	position: absolute;
	top: 50px;
	right: 20px;
	background-color: rgba(251,161,61,0.60);
	color: #fff;
}

#topimg {
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: x-small;
	font-weight: normal;
	margin: 5px;
	position: absolute;
	top: 5px;
	left: 10px;
	z-index: 9999;
	color: #fff;
}

h2 {
	text-shadow: 0 0 1px #e64d00;
	color: #e64d00;
	border-left: solid 10px #e64d00;
	border-bottom: solid 2px #e64d00;
	padding-left: 10px;
}

h3 {
	text-shadow: 0 0 1px #fff;
	margin-top: 60px;
	background-color: #e64d00;
	padding-left: 5px;
}

nav {
	height: 50px;
	width: 1000px;
	background:rgba(255,255,255,0.80);
	position: absolute;
	top: 450px;
	text-shadow: 0 0 1px #E5E5E5;
	z-index: 9999;
}

nav ul#menu li {
display: block;
  float: left;
  width: 14.2%;
  margin: 0;
  padding: 0; 
}

nav ul#menu li.line_2 {
line-height: 100%;
}

#menu li a {
  display: block;
  padding: 12px 0 10px;
  text-align: center;
  text-decoration: none;
}

nav ul#menu li#menu_logo img {
	height: 30px;
	width: auto;
}

/* clearfix */
nav ul#menu:after {
	display: block;
	clear: both;
	height: 0;
	line-height:0;
	visibility: hidden;
	content:".";
}

nav ul#menu {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	padding: 0;
}

.fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
	background-color:#ffffff;
	box-shadow: 0px 9px 3px -3px rgba(165,165,165,0.52);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(165,165,165,0.52);
  -moz-box-shadow: 0px 9px 3px -3px rgba(165,165,165,0.52);
}

#mainbox {
	margin: 0 auto ;
	text-align: center;
	padding: 0 ;
	position: absolute;
	top: 550px;
}

.box_950 {
	width: 950px;
	height: 100%;
	text-align: left;
	margin-left: 25px;
	margin-top: 100px;
	letter-spacing: -1px;
}

.box_950 img {
	margin-bottom: 30px;
}

.box_950 img.b03 {
	position: relative;
	left: 5px;
}

.box_950_e {
	width: 950px;
	height: 100%;
	text-align: left;
	margin-left: 25px;
	margin-top: 100px;
	margin-bottom: 100px;
	padding-bottom: 420px;
}

.text_640 {
	width: 640px;
	margin: 0;
	padding: 0;
}

ul.marker01 {
list-style-type: none;
margin-left:0;
padding-left: 1em;
}
ul.marker01 li:before {
content: '※'; 
margin-left:-14px; 
}

ul.newslist {
	line-height: 200%;
}

ul.newslist li {
	border-bottom: 1px dotted #8B8B8B;
	margin-right: 10px;
}

ul.newslist li img {
	margin: 0 10px;
	height: 20px;
	width: auto;
	vertical-align: middle;
	position: relative;
 	top: -0.1em;
}

.card_waku {
	border: #008b8b double 5px;
	padding: 10px;
	margin: 50px 10px;
	text-align: center;
}

footer {
	width: 950px;
	height: 460px;
	position: absolute;
	bottom: 0px;
	padding-left: 25px;
	padding-right: 25px;
	background-color: #000;
	color: #FFFFFF;
	font-size: 90%;
	text-align: left;
	margin: 0;
	padding-bottom: 0;
	background-image:url(img/checker.gif);
	background-position: top right;
	background-repeat: repeat-x;
}

footer a:link {
	color: #fff;
}

footer .snsicon {
	text-align: right;
	margin-right: 20px;
}

footer .snsicon img {
	margin-left: 10px;
}

.footer_card img {
	vertical-align: middle;
}

.right,.modoru {
	text-align: right;
	font-size: 90%;
}


#copyright {
	text-align: center;
	font-size: xx-small;
}

.underline {
	text-decoration: underline;
	color: #e64d00;
	font-weight: bold;
}

.text_bold {
	display: block;
	margin: 15px 0 5px;
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.small {
	font-size: 80%;
}

.large {
	font-size: 150%;
}

.te_c {
	text-align: center;
}

.border_bottom {
	border-bottom: double #e64d00 5px;
}

@media screen and (min-width:480px){
		/* 表示しない */
	#topimg_s{
		display: none;
	}
}

/* スマホ用CSS */
@media screen and (max-width:479px){
		/* 表示しない */
	#topimg{
		display: none;
	}

	/* ボディ */
	body {
		font-size: 13px ;	/* 文字サイズ */
	}
	
	#container {
	width: auto;
	margin: 0 auto;
}
	/* ヘッダー */
	header {
	height: 240px;
	background-color: #000000;
	position: absolute;
	top: 0;
	left: 0;
}

#blog_banner {
	width: 84px;
	height: auto;
	z-index: 9999;
	position: absolute;
	top: 190px;
	right: 20px;
}

	#topimg_s {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	padding: 0;
}

	h1 {
	font-size: x-small;
	font-weight: normal;
}
	
	/* ロゴ画像 */
	#logo {
		width: 150px ;	
	}

	
	/* メニュー */
	nav {
	height: 153px;
	width: 100%;
	position: absolute;
	top: 240px;
	left: 0;
	text-align: center;
	color: #FFFFFF;
	padding-bottom: 0px;
	box-shadow: 0px 9px 3px -3px rgba(165,165,165,0.52);
  -webkit-box-shadow: 0px 9px 3px -3px rgba(165,165,165,0.52);
  -moz-box-shadow: 0px 9px 3px -3px rgba(165,165,165,0.52);
}

nav ul#menu li:hover {
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
}

	nav ul#menu {	
	width: 100%;
 	text-align: center;
	margin: auto;
}

	nav ul#menu li {
		float:left;
		width:50%;
		height: 51px;
		background-color: #e64d00;
		background-image: url(img/line_x.png);
		background-repeat: repeat-x;
		background-position: left bottom;
	}
	
	nav ul#menu li a{
		color: #FFFFFF;
	}
	
	nav ul#menu li.menu_r {
		background-image: url(img/line_y.png);
		background-repeat: repeat-y;
		background-position: left bottom;
	}
		nav ul#menu li#menu_logo {
	display: none;
	}
	.fixed {
	position: absolute;
	top: 240px;
	z-index: 9999;
}

#mainbox {
	position: absolute;
	top: 390px;
	left: 0px;
	width: auto ;
	padding: 0 ;
	margin: 0;
	word-break:break-all;	
}
	
.box_950 {
	width: 85%;
	height: 100%;
}

.box_950 img {
	margin:0 0 10px;
	width: 100%;
	height: auto;
}

.box_950 img.b03 {
	position: relative;
	left: 0;
}

.box_950_e {
	width: 90%;
	height: 100%;
	padding-bottom: 390px;
}

.box_950_e ul {
	margin: 0 0 10px;
	padding: 0;
}

.box_950_e ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

footer {
	width: 100%;
	height: 405px;
	position: absolute;
	bottom: 0px;
	left: 0;
	margin:  0;
	padding: 0;
	font-size: 90%;
	text-align: center;
}

footer .snsicon {
	text-align: center;
}

footer .snsicon img {
	margin-left: 10px;
}

.modoru {
	text-align: center;
	font-size: 90%;
	width: 100px;
	height: 35px;
	background-color: #e64d00;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding-top: 15px;
}

.modoru:hover {
	opacity:0.5;
	-moz-opacity:0.5;
	filter: alpha(opacity=50);
}

.modoru a {
	color: #FFFFFF;
	text-decoration: none;
}


}


@media screen and (max-width:1000px) and (min-width:768px){
	#container {
	width: auto;
	margin: 0 auto;
}

	header {
	height:500px;
	background-color: #000000;
	position: absolute;
	bottom: 0px;
}

#blog_banner {
	width: 84px;
	height: auto;
	z-index: 9999;
	position: absolute;
	top: 400px;
	right: 20px;
}

nav {
	height: 50px;
	width: 100%;
	font-size: 80%;
	position: absolute;
	top: 450px;
}

.box_950,.box_950_e  {
	width: 85%;
	height: 100%;
}

footer {
	width: 760px;
}

}