body {
	font: 12px 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #666666;
}
a:link {
	color: #06C;
	text-decoration: none;
}
a:visited {
	color: #06C;
	text-decoration: none;
}
a:hover {
	color: #F36;
}
.memo_gk {
	position: relative;
	padding: 1em;
	background-color: #f6f6f6;
}
.memo_gk::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	width: 0;
	border-width: 0 16px 16px 0;
	border-style: solid;
	border-color: #fff #fff #ddd #ddd;
	box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}
blockquote {
    position: relative;
    padding: 15px 15px 15px 60px;
    background: #fcfcfc;
    color: #555;
    border-left: 4px solid #dddddd;
    width: 100%;
    margin: 20px 0;
    box-sizing:border-box;
}
 
blockquote:before{
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    vertical-align: middle;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #dddddd;
    font-size: 25px;
    line-height: 1;
}

blockquote p {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
}
.radio_btn_none {
  display: none;
}
.radio_btn, .checkbox_btn {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 10px 10px 10px 0;
  padding: 8px 16px 8px 42px;
  border-radius: 1px;
  background-color: #fdfdfd;
  border:thin solid #999999;
  vertical-align: middle;
  cursor: pointer;
}
.radio_btn:hover, .checkbox_btn:hover {
  background-color: #e2edd7;
}
.radio_btn:hover:after, .checkbox_btn:hover:after {
  border-color: #53b300;
}
.radio_btn:after, .checkbox_btn:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 2px solid #bbb;
  border-radius: 6px;
  content: '';
}

.radio_btn:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #66CDAA;
  content: '';
  opacity: 0;
}
input[type=radio]:checked + .radio_btn:before {
  opacity: 1;
}

.subTitle {
border-bottom: solid 4px #f5deb3;
position: relative;
padding-bottom:4px;
font-weight:normal;
margin-top:18px;
}

.subTitle:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 4px #d2b48c;
bottom: -4px;
width: 20%;
}
.square_btn{
	letter-spacing:2px;
	margin-top:8px;
    display: inline-block;
    padding: 0.5em 3em;
    text-decoration: none;
    background: #555555;
    color: #FFF;
    border-radius: 1px;
    box-shadow: 0px 0px 0px 5px #555555;
    border: solid 1px #999999;
    cursor : pointer;
    -webkit-appearance: none;
}

.square_btn:hover{
	opacity: 0.8;
}
.prmsg{
font-size:14px;font-weight:bold;margin-top:4px;
}
.follow-me {
  list-style: none;
  margin: 0 0 -8px;
  overflow: hidden;
  padding: 0;
}
.follow-me li {
  float: left;
  margin: 0 8px 8px 0;
  padding: 0;
  width:80px;
  text-align:center;
  background-color: #3b5998;
  border-radius: 2px;
  color:#ffffff;
  display: inline-block;
  font-size:16px;

}
.follow-me li a {
	display:block;
  color:#ffffff;

}
.follow-me li a::before {
  -webkit-border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 25px; /* Button height */
  line-height: 25px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 44px; /* Button width */
  padding-left:15px;
  padding-right:15px;
}
.follow-me li a:hover::before {
  opacity: 0.7;
}

h2{
	font-size:28px;
	letter-spacing:2px;
	margin-bottom:30px;
}
*{ margin:0; padding:0;}
.lstamp {
	background-repeat: no-repeat;
	background-position:center center;
	height:20px;
	background-image: url('../image/icon/in_stamp.gif');
}
.login_fd {
	width: 966px;
	height: 280px;
	padding: 10px 10px 10px 20px;
}
div#pager ul {
	padding-left: 4px;
	margin-bottom: 0;
	list-style: none;
}
div#pager ul li {
	float: left;
	border: solid 1px #6633ff;
	margin-right: 3px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	background: #FFFFF0;
}
div#pager ul li.now {
	background: #6633ff;
	color:#fff;
}
div#pager ul li a:link {
	color: #6633ff;
	text-decoration: none;
}
div#pager ul li a:visited {
	color: #6633ff;
	text-decoration: none;
}
div#pager ul li a:hover {
}
.err {
	border: double #ff3366;
	padding:14px;
	padding-left: 80px;
	margin-bottom:10px;
	width:100%;
	box-sizing:border-box;
	font-size:14px;
	font-weight:bold;
	margin-top:6px;
	background: url("../image/err.gif") no-repeat 20px; -5px;
	background-size: 40px 40px;
	background-color: #ffffff;
	color:#ff3366;
	clear:both;
}
.login_form {
	border: 1px solid #888888;
	padding:10px;
	font-size:15px;
	font-family:Arial, sans-serif;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:2px;
	width:290px;
	margin-bottom:4px;
}
.login_input_waku {
	background-color:#f8f8f8;
	padding: 70px;
	padding-top:50px;
	padding-bottom:50px;
	border-style: none;
	font-weight: normal;
	border-radius: 4px;
	color: #333333;
	margin-top:20px;
	clear: both;
	line-height: 180%;
	width:310px;
	text-align:center;
}
.login_input_waku input:focus {
    border:solid 1px #fcc800;
}
#login_main{
	margin-top:60px;width:400px;padding-left:114px;
}
#login_cpr{
	margin-right:auto;margin-left:auto;width:640px;text-align:center;color:#999999;margin-top:8px;
}
#login_footer{
	border-bottom:1px solid #eeeeee;
	margin-right:auto;
	margin-left:auto;
	width:640px;
}
#top_logo a {
	display: block;
	width: 212px;
	height: 0;
	padding-top: 50px;
}

.tfm {
	padding:5px;
}

.k_dai {
	margin-top:18px;
	margin-bottom:6px;
	font-size:110%;
	width:100%;
	box-sizing:border-box;
}

#header850c {
	width: 715px;
	min-height: 350px;
	padding-right: 6px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-bottom:10px;
	clear: both;
}
#header850 {
	height: 85px;
	width: 850px;
	padding-bottom: 8px;
}
#header_left850 {
	float: left;
	width: 200px;
	height: 50px;
	padding: 5px 30px 10px;
}
#header_right {
	padding-top:14px;
	margin-right:12px;
}

.anq {
   border-top: 1px dotted #666666;
   padding-top:5px;
   width:250px;
}
.back dl{
	display:table-row;
	font-size:11px;
}
.back dl > dt{
	display:table-cell;
	white-space:nowrap;
	width:auto;
	padding-right:5px;
}
#v_seal {
	width: 760px;
	height:80px;
	padding:5px;
	clear:both;
	font-size:12px;
}
#v_seal_com {
	float:left;
	background: #fefefe;
	margin-top:16px;
	color:#444444;
	padding:8px;
	width:634px;
}
.ilfloat {
         float: left;
         margin-right: 0.5em;
         margin-bottom: 0.5em;
}
.irfloat {
         float: right;
         margin-left: 0.5em;
         margin-bottom: 0.5em;
}
.tahsu {
	color:#888888;
	font-weight:normal;
	font-size:11px;
}

dl.search1{
	position:relative;
	background-color:#fff;
	border: thin solid #aaa;
	border-radius:6px;
	margin-top:10px;
	width:300px;
	float:right;
}
dl.search1 dt{
	margin-right:40px;
	padding:8px 0 8px 8px;
}
dl.search1 dt input{
	width:100%;
	height:18px;
	line-height:18px;
	background:none;
	border:none;
}
dl.search1 dd{
	position:absolute;
	top:0;
	right:0;
}
dl.search1 dd button{
	display:block;
	padding:10px;
	background:none;
	border:none;
}
dl.search1 dd button span{
	display:block;
	width:18px;
	height:18px;
	background:url('../image/search_icon.png') no-repeat scroll -52px 0;
}
    
table.rwaku {
    width: 720px;
    border: 1px #dddddd solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.rwaku th {
    padding: 5px;
    border: #dddddd solid;
    border-width: 0 0 1px 1px;
    background: #f9f9f9;
    line-height: 120%;
    width:150px;
    height:40px;
    text-align:left;
    font-size:13px;
    font-weight:normal;
}
table.rwaku td {
    padding: 5px;
    padding-left:8px;
    padding-right:8px;
    border: 1px #dddddd solid;
    border-width: 0 0 1px 1px;
    width:500px;
    line-height:170%;
}
table.swaku {
    border: 1px #ff3333 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.swaku th {
    padding: 5px;
    border: #ff3333 solid;
    border-width: 0 0 1px 1px;
    background: #ff3333;
    line-height: 120%;
    width:150px;
    height:40px;
    text-align:left;
    font-weight:bold;
    color:#ffffff;
}
table.swaku td {
    padding: 5px;
    border: 1px #ff3333 solid;
    background: #faffff;
    border-width: 0 0 1px 1px;
    width:500px;
}
table.tab {
    width: 525px;
    border: thin #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table.tab th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #fffff5;
    line-height: 120%;
}
table.tab td {
    padding: 5px;
    border: thin #E3E3E3 solid;
    background: #faffff;
    border-width: 0 0 1px 1px;
    padding-top:7px;
    padding-bottom:7px;
}
.whatsNewList{
clear:both;
list-style-type:none;
margin: 7px;
}
.whatsNewList li{
float:left;
padding:8px 0 8px;
color:#666;
border-bottom-width: thin;
border-bottom-style: dashed;
border-bottom-color: #dddddd;
width:100%;
box-sizing:border-box;
}
ul, li {
margin : 0 ;
padding : 0 ;
}
.whatsNewList span{
display:block;
float:left;
}

.slik a:link {
	color: #666666;
}
.slik a:visited {
	color: #666666;
}
.slik a:hover {
	color: #444444;
	text-decoration : underline; 
}

.date{
width:140px;
padding-left:5px;
}
.headline{
	padding-left:11px;
}
.help_title {
	font-size: 16px;
	margin-bottom: 8px;
	padding-bottom: 3px;
	border-bottom: thin solid #999;
	width: 100%;
	box-sizing:border-box;
	font-weight: bold;
	padding-top:3px;
	padding-left:38px;
	padding-bottom:5px;
	background: url("../image/hatena.gif") no-repeat 10px 0px;
}
.help_titlel {
	padding-left:30px;
	padding-top:3px;
	font-size: 16px;
	margin-bottom: 10px;
	padding-bottom: 3px;
	border-bottom: thin solid #999;
	width: 100%;
	box-sizing:border-box;
	font-weight: bold;
	background: url("../image/hatena.gif") no-repeat top left;
}
.all_view {
	margin-left:285px;
	padding-left:15px;
	background: url("../image/sankaku.gif") no-repeat top left;
	background-position: 0 3px;
}
#h-face{ background-position: 0 0;} 
#h-face2{ background-position: 0 -22px;}
.h-rank1{ background-position: 0 -44px !important;}
.h-rank2{ background-position: 0 -65px !important;}
#h-yg_orange{ background-position: 0 -96px;}
.icons {
	clear: both;
	margin:6px;
	margin-left:0;
	padding-left:16px;
	background: url("../image/icon/help_icon.png") no-repeat top left;
	background-position: 0 -81px;
	width: 180px;
	font-size:13px;
}
.login_in {
	font-weight: bold;
	color: #666;
	padding-left: 6px;
}
.login_right {
	height: 300px;
	width: 510px;
	float: right;
}
.wrapp {
	width: 1000px;
	margin: 0 auto;
}
#copyr {
	width: 1000px;
	margin: 0 auto;
	margin-bottom:4px;
	color:#ffffff;
	padding-top:10px;
}
#wrapper900 {
	width: 900px;
	border-width: 1px;
	border-color: #666;
	margin: 0 auto;
}
footer{
	clear:both;
}
.footer_cs {
	width: 1000px;
	height: 65px;
	text-align: left;
	clear: both;
	margin: 0 auto;
	background: url("../image/footer_bar.png") no-repeat;
	background-position:center bottom;
	background-size:1000px 47px;
}
#foot_menu {
	color:#7b5544;
	margin:10px 0;
	font-size:13px;
	line-height:220%;
}
#foot_menu a {
	color:#ffffff;
}
#bar {
	height: 34px;
	width: 847px;
	padding-top: 5px;
	padding-right: 6px;
	padding-left: 160px;
	background: url("../image/myp.png") no-repeat;
}
#bar900 {
	height: 38px;
	width: 950px;
	background: url(../image/bar900.png) no-repeat;
}

.mainleft_right {
	float: right;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 0;
	width: 200px;
	text-align: left;
	background: #FFF;
}
.mainleft_left {
	float: left;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 5px;
	width: 780px;
	text-align: left;
	background: #FFF;
}

.lg_left {
	float: left;
	margin-top: 5px;
	padding-bottom: 10px;
	padding-left: 0;
	width: 200px;
	text-align: left;
	background: #FFF;
}
.lg_left_in {
	width: 188px;
	border-right: 1px solid #096;
	border-left: 1px solid #096;
	border-top: 1px solid #096;
	border-bottom: 1px solid #096;
	text-align: left;
	padding: 8px 5px 5px;
    -webkit-border-bottom-right-radius: 7px;
    -webkit-border-bottom-left-radius: 7px;
    -moz-border-radius-bottomright: 7px;
    -moz-border-radius-bottomleft: 7px;
    border-bottom-right-radius: 7px;
    border-bottom-left-radius: 7px;
    padding-bottom:8px;
    margin-bottom:10px;
}
.lg_left_in2 {
	width: 183px;
	border-right: thin solid #3CB371;
	border-left: thin solid #3CB371;
	border-top: thin solid #3CB371;
	border-bottom: thin solid #3CB371;
	text-align: left;
	padding: 7px 5px 8px 10px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom:2px;
    line-height:160%;
}
.lg_left_in_title {
	width: 183px;
	border-right: thin solid #3CB371;
	border-left: thin solid #3CB371;
	border-top: thin solid #3CB371;
	text-align: left;
	padding: 7px 5px 5px 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    color:#3CB371;
    font-weight:bold;
    font-size:13px;
}
.lg_left_in3 {
	width: 183px;
	text-align: left;
	background: #FFF;
	padding: 7px 5px 3px 10px;
}
.lg_right {
	float: right;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 5px;
	width: 780px;
	text-align: left;
	background: #FFF;
}
.lg_right900 {
	float: right;
	padding-bottom: 10px;
	padding-left: 0;
	padding-top: 5px;
	width: 680px;
	text-align: left;
	background: #FFF;
}
.yellow_box {
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
	color: #333;
	font-size: 14px;
	background: #FFFFE5;
	line-height:160%;
}
.yellow_box ul{
	list-style-type:none;
}
.yellow_box li{
	padding:3px;
}
.pop_btn{
    padding: 5px 12px;;
    text-decoration: none;
    background: #668ad8;
    color: #FFFFFF;
    border-bottom: solid 3px #eeeeee;
    border-radius: 5px;
    font-size:14px;
    font-weight:bold;
    border-style: none;
    cursor: pointer;
}
.fqa_under_box {
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
	color: #333;
	font-size: 13px;
	background: #fff9f4;
}
.m_f {
	margin:10px;
	color:#555555;
	font-size:14px;
	clear:both;
	line-height:180%;
	text-align: justify;
}
.m_f img{
     border:solid 1px #dddddd;
     padding:4px;
}
.in_lefts {
	width: 380px;
	float: left;
}
.in_rights {
	width: 380px;
	margin-left: 12px;
	float: left;
}
.green_box {
	width: 100%;
	box-sizing:border-box;
	padding: 10px;
	padding-top:13px;
	color: #333;
	font-size: 15px;
	background: #fff3b8;
	margin-top:15px;
	margin-bottom:18px;
	clear:both;
	border-bottom:1px solid #f9f9f9;
}

#subject {
	text-align: left;
	float: left;
	font-size: 15px;
}
#date {
	text-align: right;
	padding-right: 16px;
}

#help_video {
	float:right;
	border: 1px solid #eee;
	margin-bottom:8px;
}
#help_video a {
	display: block; 
	overflow: hidden; 
    background-image: url("../image/video.png");
    width:116px;
    height:0px;
    padding-top: 20px;
}
#help_video a:hover {
    background-image: url("../image/video_hover.png");
}
#long_menubar {
	background-color: #66CDAA;
	height:50px;
	margin-bottom:10px;
	width:100%;
}
#long_footbar_under {
	background-image: url("../image/footer_long_under.png");
	height:5px;
}
#long_footbar {
	background-color:#c7b299;
	padding:10px;
	font-size:13px;
}
.open_box {
	width: 100%;
	box-sizing:border-box;
	padding-left: 10px;
	color: #666666;
	font-size: 13px;
	line-height:180%;
}

.breadcrumb {
  margin-left: 0;
  padding-left: 4px;
  font-size:13px;
}

.breadcrumb li{
  display:inline;
  list-style: none;
}

.breadcrumb li:after{
  font-family: "Font Awesome 5 Free";
  content: '\f0da';
  padding: 0 5px;
  color: silver;
  font-weight: bold;
}

.breadcrumb li:last-child:after{
  content: '';
}

.breadcrumb li a {
    text-decoration: none;
}

.breadcrumb li:first-child a:before{
  font-weight: normal;
  font-size: 1.1em;
  color: #f3948f;
}

.breadcrumb li a:hover {
    text-decoration: underline;
}

.lity{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;white-space:nowrap;background:#0b0b0b;background:rgba(0,0,0,0.9);outline:none !important;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity.lity-opened{opacity:1}.lity.lity-closed{opacity:0}.lity *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lity-wrap{z-index:9990;position:fixed;top:0;right:0;bottom:0;left:0;text-align:center;outline:none !important}.lity-wrap:before{content:'';display:inline-block;height:100%;vertical-align:middle;margin-right:-0.25em}.lity-loader{z-index:9991;color:#fff;position:absolute;top:50%;margin-top:-0.8em;width:100%;text-align:center;font-size:14px;font-family:Arial,Helvetica,sans-serif;opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.lity-loading .lity-loader{opacity:1}.lity-container{z-index:9992;position:relative;text-align:left;vertical-align:middle;display:inline-block;white-space:normal;max-width:100%;max-height:100%;outline:none !important}.lity-content{z-index:9993;width:100%;-webkit-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:-webkit-transform .3s ease;-o-transition:-o-transform .3s ease;transition:transform .3s ease}.lity-loading .lity-content,.lity-closed .lity-content{-webkit-transform:scale(.8);-ms-transform:scale(.8);-o-transform:scale(.8);transform:scale(.8)}.lity-content:after{content:'';position:absolute;left:0;top:0;bottom:0;display:block;right:0;width:auto;height:auto;z-index:-1;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}.lity-close{z-index:9994;width:45PX;height:45PX;position:fixed;right:0;top:0;-webkit-appearance:none;cursor:pointer;text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:45PX;font-family:Arial,Baskerville,monospace;line-height:45PX;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close::-moz-focus-inner{border:0;padding:0}.lity-close:hover,.lity-close:focus,.lity-close:active,.lity-close:visited{text-decoration:none;text-align:center;padding:0;color:#fff;font-style:normal;font-size:45PX;font-family:Arial,Baskerville,monospace;line-height:45PX;text-shadow:0 1px 2px rgba(0,0,0,0.6);border:0;background:none;outline:none;-webkit-box-shadow:none;box-shadow:none}.lity-close:active{top:1px}.lity-image img{max-width:100%;display:block;line-height:0;border:0}.lity-iframe .lity-container{width:100%;max-width:964px}.lity-iframe-container{width:100%;height:0;padding-top:56.25%;overflow:auto;pointer-events:auto;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-overflow-scrolling:touch}.lity-iframe-container iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6);background:#000}.lity-hide{display:none}