
@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

* {
	margin: 0px; 
	padding: 0px;	
	appearance:none;
    word-break: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/*
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
*/

html {
	min-height: 100%;
	position: relative;
	font-size: 62.5%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 16px; 
	/*font-family:"Lato", "Yu Gothic Medium", "游ゴシック Medium","游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";*/
	font-family:'Hiragino Kaku Gothic Pro',Meiryo,'MS UI Gothic',sans-serif;
	line-height: 2em;
	margin: 0;
	padding: 0px;
	background-color: #FFF;
	color: #333333;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}

header {margin:0;padding:0;}

#main_wrapp{
	background: url(/images/wrapp_bg.webp);
	background-attachment: fixed;
	background-size: cover;
}



@media screen and (min-width:741px) and (max-width:999px) {
	html,body,header,div.contents { width:1000px; }
	div.wrap { overflow:hidden; }
}



/****************************************************/
strong{
	font-weight: bold;
    /*color: #005243;*/
    background: linear-gradient(transparent 70%, #fdf3c2 70%);
}

.sp{ display: none; }
@media only screen and (max-width: 740px) {
	.sp{ display: block; }
	.pc{ display: none!important; }
}

img {
	max-width:100%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: bottom;
}

th {padding: 10px;}
td {padding: 10px;}
p {
	margin: 0px;
	padding: 0px;
	margin-bottom:18px;
}
ol,ul {
    list-style: none;
    margin: 0;
    line-height:1.7em;
}

li {
	margin: 0;
	list-style: none;
	margin-bottom:0.6em;
}
ul.top-list {
	margin-left:2em;
}
ul.top-list li {
	list-style-image: url('/images/ul.png');
	padding-left:0.5em;
}

hr {margin-bottom:20px;}

.indent {
	padding-left: 1em;
	text-indent: -1em;
}

a:hover .hover_img{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover, a:active {
	color: #666;
	text-decoration: none;
}


.entry a { word-break: break-all;}
.entry a:link {
	color: #333333;
	border-bottom: 1px dashed #999;
}
.entry a:visited {
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dashed #999;
}
.entry a:hover, .entry a:active {
	color: #cd2030;
	text-decoration: none;
	border-bottom: 1px dashed #df0025;
}

.entry a img {
  border-bottom: none !important;
}

.entry a:has(img) {
  border-bottom: none !important;
}


a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
.cf {*zoom:1;}

div#top{
    min-height: 25px;
    height: auto !important;
    height: 25px;
    width:1000px;
    margin:10px auto;
    text-align:center;
    color:#fff;
}

div.content{
    width:100%;
    text-align:center;
    padding-top: 0px;
}

#sb-site {
    padding-top:120px;
}

@media screen and (max-width:740px) {
	div.content p {padding: 0 3%;}
	div.content img {padding: 0 10px; margin-bottom: 10px;max-width:100%;}
	th { word-break: break-all; }
	td { word-break: break-all; }
}
