@import url(https://fonts.googleapis.com/css?family=Pacifico);

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

@charset "utf-8";

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	margin:0;
	padding:0;
	background-color:#f0f0f0;
        background-image: url(../image/backg.gif);
        background-repeat: repeat;
        background-attachment: fixed;
}

a{
	color: #0066ff;
	text-decoration: none;
}

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}


p,pre,li,dt,dd,th,td,label,textarea,h1,h2,h3,h4,h5,h6{
	font:11pt Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	word-break:break-all;
}

input[type="text"]{
	font:11pt Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	color:#333333;
	text-align:left;
}

p,pre,li,dt,dd,th,td,label,h4,h5,h6{ line-height:18pt; }

h1,h2,h3,h4,h5,h6,th,dt{ font-weight:bold; }

h4,h5{ font-size:10pt; }

p,pre,h5,h6{ margin:12px auto; }

form{ margin:0; }

a,label{
	color:#4f5f83;
	cursor:pointer;
	text-decoration:none;
}

a:hover,label:hover{
	color:#86aee9;
}

img{ border:none; }

ul{ margin:10px 0 10px 25px; padding:0; }

ol{ margin:10px 0 10px 30px; padding:0; }

dl{ margin:10px auto; }

dd{ margin:10px auto 10px 20px; }

textarea{ width:95%; }

.clear{ clear:both; }


#wrapper{
	margin:10px auto;
	width:1040px;
	background-color:#ffffff;
}

#head,#headmenu,#body,#foot{
	margin:0 auto;
	width:1000px;
	position:relative;
}

h1{
	margin:0;
	font-size:9pt;
	height:30px;
	line-height:30px;
	font-weight:normal;
}

#logo{
	margin:0;
}

#logo a{
	display:block;
	height:60px;
	width:300px;
	border:dotted 1px #f0f0f0;
	text-align:center;
	line-height:60px;
}

#logo a:hover{
	background-color:#f9f9f9;
}

#logo img{
	vertical-align:middle;
	text-indent: 0px;
	width:auto;
	height:auto;
	max-width:100%;
	max-height:100%;
}

#headmenu{
	margin-top:20px;
}

#headmenu *{
	height:30px;
	line-height:30px;
}

#headmenu ul{
	list-style:none;
	margin:0;
}

#headmenu li{
	float:left;
	background-color:#f9f9f9;
}

#headmenu a,#headmenu span{
	display:block;
	margin:1px;
	width:198px;
	height:28px;
	line-height:28px;
	text-align:center;
	background-color:#ffffff;
}

#headmenu a:hover,#headmenu span{
	background-color:transparent;
}

#body{
	margin:20px auto;
}

#left{
	width:260px;
	height:100%;
	float:right;
	margin: 12px 0 0 0;
}

#right{
	width:720px;
	float:left;
}

#right p{
	text-align: justify;
	text-justify: inter-ideograph;
	color:#333333;
	margin:0 0 0 20px;
}

h2,h3{
	border-bottom:solid 1px #d6dbdf;
	text-indent:10px;
}

h2{
	height:48px;
	line-height:48px;
	font-size:15pt;
	margin:0 auto 20px;
}

h3{
	height:36px;
	line-height:36px;
	font-size:12pt;
	margin:20px auto;
}

#footermenu{
	margin-top:20px;
}

#footermenu *{
	height:auto;
	line-height:30px;
}

#footermenu ul{
	list-style:none;
	margin:0;
}

#footermenu li{
	float:left;
	background-color:#f9f9f9;
}

#footermenu a,#headmenu span{
	display:block;
	margin:1px;
	width:198px;
	height:28px;
	line-height:28px;
	text-align:center;
	background-color:#ffffff;
}

#footermenu a:hover,#headmenu span{
	background-color:transparent;
}

#copy{
	text-align:right;
}

#footer {
	text-align: center;
	padding: 30px;
}

#left li{
	position:relative;
}
#left li:before {
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: -16px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #555;
	border-bottom: 1px solid #555;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#right li {
	background-repeat: no-repeat; 
	background-position: left 2px;
	line-height: 20px;
	margin-bottom: 8px;
	list-style-position: outside;
}

.bimage h1{
	background: rgba(0,0,0,0.8);
	color: white;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 100%;
}

.adsp01 {
	float:right;
	position: -webkit-sticky;
	position: sticky;
	top:80px;
	margin: 0 auto 10px;
	display: block;
	flex-direction: column;
}

div#fc2_bottom_bnr{position:static!important;}





/*------------------- page id tag -------------------*/

#hdleft{
        float: left;
        height: 100px;
}

#hdright{
        float: right;
        height: 100px;
        margin: 0px;
        padding: 14px 0px 0px 5px;
}

#hdright img{
        margin: 0px 3px;
}

#sidebar {
        float: left;
        width: 210px;
        text-align: left;
        line-height:18px;
        margin: 0px;
        padding: 0px;
        display:inline;
}

#hrf {
        clear: both;
        width: 100%;
        text-align: center;
        font-size: 12px;
        color: #222222;
        background-color: #ffffff;
        margin: 0px;
        padding: 3px 0px;
        border-top: #B6B6B6 1px solid;
        border-left: #B6B6B6 1px solid;
        border-right: #B6B6B6 1px solid;
}

#bpocn{
        width: 390px;
        margin: 0px 0px 0px 12px;
        padding: 0px;
}

#bpleft{
        float: left;
}

#bpright{
        float: right;
        margin: 0px 5px;
}

.infocon{
        color: #ffffff;
        width: 670px;
        margin: 0px 0px 0px 8px;
        padding: 4px;
        border: silver 1px solid;
        background-color: #2c2c2c;
}

.contrbs{
        color: #ffffff;
        width:580px;
        margin: 2px 0px 0px 14px;
        padding: 8px 8px;
        border: silver 1px solid;
        background-color: #2c2c2c;
}

.shcon{
        color: #ffffff;
        width: 510px;
        margin: 0px 0px 6px 8px;
        padding: 2px 0px 0px 0px;
        border: silver 1px solid;
        background-color: #2c2c2c;
}

.codjacket {
        float: left;
        margin: 0px 0px 0px 8px;
        padding: 0px;
}

.side p {
        color: #222222;
        margin: 0;
        padding: 0;
        font-weight: normal;
}

.comb p {
        color: #ffffff;
        margin: 0;
        padding: 3px 0px 0px 12px;
        font-weight: normal;
}

.comb ul {
        font-size: 13px;
        padding: 0px;
        margin: 6px 0px 10px 25px;
        list-style-type: disc;
        list-style-position: outside;
}

.comb ol {
        font-size: 13px;
        padding: 0px;
        margin: 6px 0px 10px 30px;
        list-style-position: outside;
}

.ttable {
        color: #ffffff;
        background-color: #000000;
        border: gray 1px solid;
        margin: 0;
        padding:0px 4px;
}

.timg {
        display:block;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
}

.bgc {
        background-color: #ffffff;
}

.hr {
        border-bottom: #B6B6B6 1px solid;
}

.hhr {
        border-style:dashed;
        border-width:1px;
        border-color:#3366FF;
}

.titlefont {
        text-align: left;
        font-size: 28px;
        line-height: 1.5;
        padding: 0;
        margin: 0;
}

.opeta {
        font-size: 12px;
}

.fmaru01 {
        font-size: 12px;
        color: #ff0000;
}

.fmaru02 {
        font-size: 12px;
        color: #0000ff;
}

.entry {
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
}

.goad {
        margin: 18px 0px 0px 0px;
        padding: 0;
        clear:both;
}

.pagebn {
        text-align: left;
        height: 18px;
        margin: 0px 0px 6px 10px;
        padding: 0px;
}

.tspe {
        margin: 0px 0px 0px 8px;
        padding: 0px;
}

/*------------------- table tag -------------------*/

.menu_c {
        color:#cccccc;
        background:#83AAF2;
        border-top: #5555ff 1px solid;
        border-left: #5555ff 1px solid;
        border-right: #5555ff 1px solid;
        border-bottom: #5555ff 1px solid;
}

.menu_c {
        text-align: center;
        font-size:12px;
        color:#cccccc;
        background:#83AAF2;
        border-top: #5555ff 1px solid;
        border-left: #5555ff 1px solid;
        border-right: #5555ff 1px solid;
        border-bottom: #5555ff 1px solid;
}

.menu_c a {
        color:#ffffff;
        text-decoration: none;
}

.com {
        overflow: hidden;
        margin:0px 0px 20px 5px;
        padding:5px 10px 10px 3px;
}

.comb {
        height: 100%;
        font-size: 13px;
        color: #ffffff;
        line-height: 1.7;
        overflow: hidden;
        margin:0px 0px 15px 0px;
        padding:10px 20px 10px 14px;
}

.comb img {
        border: none;
}

.side {
        font-size:13px;
        margin: 0px 0px 5px 0px;
        padding: 7px 8px 8px 8px;
        line-height: 1.7;
}

.sidega {
        font-size:13px;
        margin: 0px 0px 5px 0px;
        padding: 0px 0px 0px 0px;
        line-height: 1.7;
}

.side img {
        border: none;
        margin: 1px 0px 1px 1px;
        vertical-align: middle;
}

.stitle {
	font-size: 14px;
        font-weight:bold;
        color: #222222;
        padding: 4px 0px 4px 21px;
        margin: 0px 0px 10px 0px;
        background-repeat: no-repeat;
        background-image: url(../image/stitle01.gif);
}

.smi01 {
        color: #ffa500;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 0px 3px;
}

.smi02 {
        color: #cd853f;
        font-size: 14px;
        font-weight: bold;
        margin: 0px 0px 0px 3px;
}

table.tms01{
        margin: 0px 0px 0px 8px;
        padding: 0px;
        border:1px solid gray;
        border-collapse:collapse;
        border-spacing:0;
        background-color: #000000;
        empty-cells:show;
}
.tms01 th{
        color: #ffffff;
        padding: 3px 5px;
        border:1px solid gray;
}
.tms01 td{
        color: #ffffff;
        padding: 3px 5px;
        border:1px solid gray;
}

.bimg li{
vertical-align: top;
	list-style-type:none;
	background-image:url(../image/arrow01.gif);
	list-style-position: outside;
	background-repeat: no-repeat; 
	background-position: left 2px bottom 2px;
	line-height: 20px;
	padding-left: 25px;
}
