/*
Theme Name: Ryusen-Densyo-Kai
*/

body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	color: #000;
}
article{
	margin: 100px 0;
}


.mask {
  -webkit-clip-path: url(#svgPath);
  clip-path: url(#svgPath);
}


.Box{
/*    max-width: 1200px;   */    
    width: 1200px;
    margin: auto;
}
p {
    font-size: 18px;
    line-height: 1.6em;
}
img{
    max-width: 100%;
	height:auto;
}
a:link {
	text-decoration:none;
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; 
	color: #000;
}
a:visited{
	color: #000;
}
input[type="submit"]:hover, button[type="submit"]:hover{
	-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; 
		filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
ol, ul, li  {
	list-style: none;
	padding-left: 0;
}
.clearfix {
    display: inline-table;
}
h1{
	margin: 0;
}
h2{
	font-size: 60px;
	color: #CB0000;
	margin: 10px 0;
	font-family: 'Roboto', sans-serif;
	line-height: 1em;
}
h2 a:link,
h2 a:visited{
	color: #CB0000 ;	
}
.aTitle h2{
	font-size: 45px;
}
.aTitle h3{
  margin-top: -10px;	
}
/**********
HEADER
**********/
#headerWrap{ 
}
#headWrap2{
	padding: 20px;
}
.headTitle{
	text-align: center;
	padding: 10px;
}
.headTitle a{
	display: inline-block;
}
.DenshoLogo{
    float:right;
}
.headSennin{
  display: block;
  text-align: right;
  margin-bottom: -50px;
  margin-right: 15px;
}
.headSennin img{
	width: 240px;
}
/**********
GNAVI MENU
**********/

.gnaviFront{
	padding-top: 20px;
	margin: 0;
}
.gnaviFront li{
	display: inline-block;
	margin-right: 20px;
	font-size: 18px;
}

.gnavi{
	margin:0;
}
.gnavi li{
	display: inline-block;
	margin-right: 10px;
	font-size: 18px;
}
.cloudBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/cloudBG.jpg);
	background-position: 100% 160%;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
	/*! padding-bottom: 50px; */
}
/**********
NAVI MENU
**********/
.naviWrap{
    max-width: 1000px;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
}
.navi{
    display: block;
    float: right;
}
.navi li{
    float: left;
}
.navi a{
    color: #FFF;
    background: #000;
    width: 160px;
    border-radius: 0 0 10px 10px;
    font-size: 20px;
    padding: 5px;
    display: block;
    text-align: center;
}
.navi a:hover{
    background:#005FC9;
}





.inner {
    width: 980px;
    margin: 0 auto;
    display: none;
}
.inner:after {
    content: "";
    clear: both;
    display: block;
}
 
/* header */
#top-head {
    max-width: 1000px;
    margin: auto;
    width: 100%;
    margin-bottom: 10px;
    height: 40px;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    font-size: 36px;
}
#global-nav{
    display: block;
    float: right;
}
#global-nav ul {
    list-style: none;
    right: 0;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
}
#global-nav ul li a {
    color: #FFF;
    width: 100%;
    font-size: 16px;
    padding: 15px 0;
    display: block;
}
#global-nav ul li a:hover{
   background:#CB0000;  
}  
/* Fixed */
#top-head.fixed {
    margin-top: 0;
    top: 0;
    /*! position: fixed; */
    padding-top: 10px;
    height: 55px;
    background: #fff;
    background: rgba(255,255,255,.7);
    transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    -moz-transition: top 0.65s ease-in;
}
#top-head.fixed .logo {
    font-size: 24px;
    color: #333;
}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
}
/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #B39C66;
    left: 0;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
    top: 0;
}
#nav-toggle span:nth-child(2) {
    top: 11px;
}
#nav-toggle span:nth-child(3) {
    top: 22px;
}



/**********
FOOTER
**********/
#footerWrap{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/footerBG.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
.footer{
	padding: 180px 0 20px;
}
.Flogo {
	text-align: right;
}
.Flogo a{
	display: inline-block;
}
.footer li{
	display: inline-block;
	margin-right: 10px;
}
.goTop{
	overflow: hidden;
  height:50px;
	display: block;
	text-align: right;
}

#copyright{
	background: #000;
	color: #fff;
	text-align: center;
	padding: 10px;
	font-size: 14px;
	margin: 0;
}

/**********
MAIN ARTICLE
**********/
.atclWrap{
	overflow: hidden;
}
#main{
	width: 60%;
	display:inline-block;
	background:#fff;
	margin:50px 0;
	padding: 50px 100px;
}
#sub{
	width: 13%;
	display: inline-block;
	vertical-align: top;
	background:#CB0000;
	height: 100%;
	margin-top: 50px;
	padding: 30px;
	margin-left: 4%;
	padding-bottom: 32768px;
	margin-bottom: -32768px;
}
.subCat{
	margin-top: -35px;
}
.subCat ul{
	margin-top: -35px;
}
.subCat li{
font-family: 'Poiret One', cursive;
font-size: 40px;
line-height: 1em;
margin: 10px 0;
}
.subCat li a{
color: #fff;
	line-height: 0em;
}
.subTag li{
	display: inline-block; 
	margin: 1px 2px;
}
.subTag a{
	background: #000;
	color: #fff;
	padding: 0 5px;
	font-size: 14px;
}
.Fdate span{
	font-size: 20px;
	font-weight: bold;
}
.Fclock{
	margin-top: 50px;
	margin-left: 28px;
}
.Fclock canvas{
	width: 118px;
}

.moon { fill:#FFE100; }
.moonback { fill:black;stroke:#fff;stroke-width:1px; }
.Fmoon{
	
}
.Fmoon svg{
	width: 230px;
	height: 190px;
	margin-top: 60px;
}
.Fcompas{
	width: 120px;
	background: #000;
	border-radius: 50%;
	padding: 10px 12px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-\ transform: translateY(-50%) translateX(-50%);
}
.Fcompas text{
	font-size: 15px;
}
.position{
	display: none;
}
.gadgetWrap li{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/hexBlock.png);
  width: 222px;
	height: 255px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0px 6px;
}
.gadgetWrap .gadgetCenter{
	margin: 0px 4px;
}
.gadgetWrap .mindBox{
	background: none;
	width: 696px;
}
.gadgetTime{
	font-size: 30px;
	text-align: center;
	margin-top: 60px;
}
.gadgetTime span:first-child{
	font-size: 50px;
	display: inline-block;
}
.gadgetTime span:nth-of-type(2){
	display: block;
	margin-top: -5px;
}
.timerWrap{
	margin-top: 80px;
}
.timerWrap input[type=text]{
	width: 48px;
	font-size: 30px;
	margin-right: 5px;
	text-align: center;
}
.timerWrap {
	font-size: 20px;
}
.timerWrap form{
	padding: 0 20px ;
}
.timerWrap input[type=button]{
	background: #b60000;
	color: #fff;
	border: none;
	font-size: 18px;
	margin: 10px 0 0;
	width: 87px;

	cursor: pointer;
}
.timerWrap input[type=button]:disabled{
	background: #686868;
	color: #b1b1b1;
	cursor: default;
}
.searchWrap{
	margin-top: 80px;
}
.searchWrap form{
	text-align: center;
}
.searchWrap input[type=text]{
	width: 170px;
	margin-bottom: 10px;
	font-size: 18px;
	line-height: 1.6em;
}
.searchWrap input[type=submit]{	
	background: #b60000;
	color: #fff;
	border: none;
	font-size: 20px;
	text-align: center;
	padding: 0;
	border-radius: 0;
}
.searchWrap input[type=submit]:hover{
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

.thndrBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/thndrBG.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
.healthBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/healthBG.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
.successBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/successBG.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
.cultureBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/cultureBG.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
.religionBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/religionBG.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
.aboutBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/aboutMT.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
	padding: 50px 0;
}

.memberBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/memberBG.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
}

#main h3{
	font-size: 30px;
	margin: 0;
}

.conBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/conBG.jpg);
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
	background-position: center;
	max-width: 1200px;
	margin: auto;
}
.conBG ul{
	max-width: 950px;
	margin: auto;
	padding: 3%;
}
.conBG li{
	display: inline-block;
	width: 49%;
	text-align: center;
	margin: 5% 0;
}/*バナー全体のサイズ*/
.hexFrm{
	position: absolute;
	z-index: 1000;
	width: 302px;
	margin-left: -25px;
	margin-top: -6px;
}
.banner {
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.banner img{
	width: 300px;
	min-width: 100%;
	min-height: 100%;
}


figure {
  position: relative;
  /*! overflow: hidden; */
  width: 260px;
}
figcaption {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 95%;
  height: 98%;
  background: rgba(0,0,0,.6);
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0;
  border-radius: 45%;

  color: #fff;
  margin-left: 2px;
  margin-top: 4px;
}
figure:hover figcaption {
  opacity: 1;
}
figcaption p{
	padding: 0px 50px;	
	padding-top:40px;
	text-align: left;
}
figcaption h3{
	    padding: 0 50px;	

	    line-height: 1.2em;
	    text-align: left;
	    margin-top: -10px;
}
.newBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/newBG.jpg);
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
	padding: 20px;
	padding-bottom: 50px;
} 

	.NewAtcl800{
		display: none;
	}
	
.NewAtcl{
	display: block;
	text-align: center;
}
.NewAtcl li{
	display: inline-block;
	margin: 27px;
}
.NewAtcl li:nth-child(even){
	margin-top: 140px;
	position: absolute;
	margin-left: -171px;
}

.NewAtcl a{
	margin: 0;
	padding: 0;
}
.NewTxt{
		color: #FFF;
	text-align: left;
	line-height: 0;
}
.NewTxt p{
	font-size: 14px;
}
.NewTxt h3{
}
.readmore a{
	text-align: right;
	display: block;
}
.frontTxt{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/aboutBG.jpg);
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
	padding: 60px 0;
	max-width: 1200px;
	margin: auto;
}
.frontTxtP{
	margin:auto;
	max-width:800px;
	background: #FFF;
	padding: 30px;
}
.blogTag p {
	display: inline-block;
	padding: 0em 5px;
	margin-right: 5px; 
	margin: 0;
}
.blogTag li {
	display: inline-block;
	padding: 1px 5px;
	background: #000;
}
.blogTag{
margin: 0px 0 10px;
}
.blogTag p{
	display: inline-block;
	margin: 0;
	border: solid 1px;
}
.blogTag ul{
	display: inline-block;
	margin: 0;
	border: solid 1px;
}
.blogTag a{
	/*! color: red; */
}
.blogTag li a{
	color: #fff;
}

.pageWrap{
	position: relative;
	margin: -30px 0 30px;
}
.pageNext{
	text-align: center;
}
.pageNext a{
    background-color: #CB0000;
    border-radius:5px;
    padding:10px 48px;
    margin:20px 2px;
    color: #fff;
    display: inline-block;
}
.pageNext a{
    position: relative;
}
.pageNext a:nth-child(2) {
	  right: 0;
}

.gadgetWrap .mindWrap{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	/*! margin-right: 80px; */
	text-align: center;
}
.clockWrap{
	width: 155px;	
	display: inline-block;
	position: relative;
	background: url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/clock.svg) no-repeat;
	background-size: 100%;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-\\\ transform: translateY(-50%) translateX(-50%);
}
.phraseTxt p{
	font-size: 34px;
	font-family: Sawarabi Mincho,serif;
	font-weight: bold;
	margin: 50px 0px 0px;
}
.phraseTime{
	/*! text-align: center; */
}
.phraseArc a {
    display: block;
    color: #FFF;
	width: 140px;
  text-align: center;
  background: #EAD578;
    padding: 10px;
	margin: auto;
}
/**********
SOLARSYSTEM
**********/
#x3dabs{
    position: absolute;
    float: left;
    top: 300px;
    left: 20px;
    background-image:  url("https://ryusen.g-art-man.com/wp-content/themes/ryusen/js/solarsystem/mimiback.png");
    border: 2px #000000 solid;
}

/**********
CLOCK
**********/
      #base {
        width: 100px;
        height: 100px;
        position: relative;
      }
      .clock {
        width: 100px;
        height: 100px;
        position: absolute;
        top: 0px;
        left: 0px;
      }


/**********
Weather
**********/
.weatherWrap{
	background:#0CF;
}
@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

#weather {
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
}
.js-geolocation{
	background: #b60000;
	width: 90px;
}
.js-geolocation:hover{
	cursor: pointer;
}
.js-geolocation:active{
	background: ;
}
i {
  color: #000;
  font-family: weather;
  font-size: 140px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.0;
  display: block;
  margin: 10px 0 -20px;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
  margin: 0 0 8px;
  color: #000;
  font-size: 30px;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  display: block;
}

#weather ul {
  margin: 0;

  padding: 0;
}
#weather p{
	font-size: 12px;
	margin: -6px 0 -10px;
}
#weather .currently {
  margin: 0 20px;
}
button {
  display: block;
  margin: 15px auto;
  width: 140px;
  padding: 5px;
  background: transparent;
  color: #fff;
  border: 0;
  border-radius: 5px;
}

/**********
youtube
**********/

.youtube {
position: relative;
width: 100%;
padding-top: 56.25%;
}

.youtube iframe{
position: absolute;
top: 0;
right: 0;
width: 100% !important;
height: 100% !important;
}
/**********
NEWS
**********/
.newsFBG{
    background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/newsFrameL.png),
			url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/newsFrameR.png),
			url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/newsFrameD.png);
    -webkit-background-size:  auto, auto, auto;
    -moz-background-size:  auto, auto, auto;
    -o-background-size:  auto, auto, auto;
    background-size:  auto, auto, auto;
	  background-repeat: no-repeat, no-repeat, no-repeat;
	  background-position: right top, left bottom, left top 90px;
    padding: 70px 0;
    margin-top: -70px;
}

.newsWrap{
	height: 195px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
	max-width: 1020px;
	margin: auto;
	width: calc(100% - 150px);
}
.newsWrap li{
	padding: 7px;
	width: 100%;
}
.newsCat{
	display: table-cell;
	/*! border: solid 1px; */
	width: 160px;
	text-align: center;
	background: #B39C66;
}
.newsCat a{
	display: block;
	color: #FFF;
}
.newsTime{
	display: table-cell;
	text-align: center;
	color: #B39C66;
	padding-left: 10px;
	font-size: 14px;
}
.newsWrap h4{
	display: table-cell;
	padding-left: 30px;
}


/**********
ARCHIVES
**********/
#archiveWrap {
    display: inline-block;
     margin: 110px 0 250px; 
}
#archiveWrapThin{
	display: none;
}
#archiveWrapPhone{
	display: none;
}

.archives li{
	display: inline-block;

	width: 30%;
	margin: 1%;
}
.archives img{
	width: 100%;
}
.atclWrap #sub{
	margin-top: 0px;
}



.achvRow{
	display: block;
	margin: -96px auto;
}
.achvRow li{
	display: inline-block;
	margin: 27px;
}
.achvRow li:nth-child(even){
	margin-top: 140px;
	position: absolute;
	margin-left: -171px;
}
.achvRow a{
	margin: 0;
	padding: 0;
}

/**********
CONTACT FORM
**********/
.inquiry{
	width: 100%;
}
input[type="text"], input[type="search"], input[type="radio"], input[type="tel"], input[type="time"], input[type="url"], input[type="week"], input[type="password"], input[type="checkbox"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], select, textarea{
	font-size: 16px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
box-shadow: inset 0 1px 2px rgba(0,0,0,.07);
	padding: 5px;
	border: 1px solid #ddd;
}
.inquiry{
	width: 100%;
	border-collapse: collapse;
}
.inquiry th,.inquiry td{
	padding: 20px;
}
.inquiry th{
	background: #f6f6f6;
	width: 140px;
}
input[type="submit"],
button[type="submit"]{
	background: #8DB1C8;
	color: #fff;
	font-size: 20px;
	padding: 10px 60px;
	display: block;
	margin: auto;
	width: 40%;
	text-align: center;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border: none;
	cursor:pointer
}
.entry_btn{
	width: 60% ;
	margin: auto;
	margin-bottom: 20px;
	
}
.required {
    background: #f35757;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 10px;
    font-weight: bold;
    line-height: 1.1;
    margin: 0;
    padding: 6px 6px 3px;
    margin-left: 5px;
}	



/**********
MEMBERSHIP
**********/


.swpm-post-not-logged-in-msg a{
	color:#4A00D8;
}
.swpm-registration-widget-form td{
    min-width: 100px;
    padding: 10px 0;
}



/**********
PREMIUM
**********/

.premiumBG{
	background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/premiumBG.jpg);
	background-position: 0px 40% ;
	-webkit-background-size: cover ;
	-moz-background-size: cover ;
	-o-background-size: cover ;
	background-repeat: no-repeat ;
	background-size: cover ;
}
.premiumBG #sub{
	background: url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/red.jpg);
}
.newsWrap img{
	vertical-align: middle;
}
.premiumLogo img{
	vertical-align: -6px;
	margin-right: 10px;
}
.premiumLogo{
    font-family: 'Arizonia', cursive;
    font-size: 110px;
}
.premiumBG .blogTag p{
    background: #EAD578;
	border: none;
}
.premiumBG .blogTag a{
	color: #FFF;
}

/*  RESPONSIV  ***************************************************************************************************************/

@media only screen and (max-width: 1230px) {
	.gnaviFront{
		
	left: 0;
	}
	
	.NewAtcl li:nth-child(4){

		
	margin-left: -765px;
	margin-top: 261px;
	}
	.NewAtcl li:nth-child(5){
	margin-top: -75px;
	margin-left: 432px;
	}	
	
	
	#archiveWrap{
		display: none;
	}
	#archiveWrapThin{
    display: inline-block;
    margin: 110px 0 250px;
    margin-left: calc(50% - 400px);
	}

	
	
	
}


/************************************************************************************************************************/

@media only screen and (max-width: 1200px) {
	
	.Box{
	width: 95%;
	}
	
#main {
    width: 55%;
	}
.subCat li {
	font-size: 30px;
}	
	.gadgetWrap{
		text-align: center;
	}
	.gadgetWrap .Fmoon{
		margin-left: -220px;
	}
	.gadgetWrap:first-child{
		height: 470px;
	}
	.gadgetWrap:last-child{
		height: 400px;
	}
	.gadgetWrap li:first-child{
		position: absolute;
		margin-top:210px;
		left: 50%;
		margin-left: -229px;
	}
	.gadgetWrap li:last-child{
		position: absolute;
		margin-top: 210px;
left: 50%;
margin-left: 8px;
	}
	.phraseTxt p{
		margin-top: 10px;
	}
}

/************************************************************************************************************************/

@media only screen and (max-width: 1000px) {
	
	.frontTxtP{
		width: 80%;
		padding: 5%;
	}
	#main{
		width: 60%;
		padding: 5%;
	}
}
/************************************************************************************************************************/

@media only screen and (max-width: 830px) {
	.phraseTxt p{
		font-size: 20px;
	}
	.headSennin img {
    margin-top: 30px;
}
	.newsCat{
		display: block;
		margin: 0px 0 5px;
	}
	.newsWrap h4{
		padding-left: 0;
	}
	.newsTime{
	display: block;
	text-align: left;
	padding-left: 0;
	margin: 0;
	}	
	.NewAtcl{
		display: none;
	}
	#archiveWrapThin{
		display:none;
	}
    #archiveWrapPhone{
        display:block;
	}
	.timerWrap {
    position: absolute;
    top: 50%;
		margin-top: -40px;
}
	.searchWrap {
    position: absolute;
    top: 50%;
		left: 50%;
		margin-top: -30px;
		margin-left: -90px;
}
	.gadgetWrap .mindWrap{
	margin-bottom: 20px;
	}
	.gadgetWrap:first-child,
	.gadgetWrap:last-child{
		height: auto;
	}	
	.gadgetWrap li,
	.gadgetWrap li:first-child,
	.gadgetWrap li:last-child,
	.gadgetWrap .gadgetCenter{		
	display: block;
	margin: 50px;
	top: auto;
	left: auto;
	position: relative;
	margin: 10px auto;
	}	
	.gadgetWrap .mindBox{
		width: 222px;
		height: auto;
	}
	.gadgetTime{
		
	position: absolute;
	}
	.NewAtcl800{
		display: block;
	}
	.NewAtcl800 li{
		background: #fff;
		margin: 10px 0;
	}
	.NewAtcl800 img{
		width: 20%;
		display: inline-block;
		margin-bottom: -7px;
		min-width: 80px;
	}
	.NewArtcl800Txt{
		display: inline-block;
		vertical-align: top;
		width: 71%;
	}
	.NewArtcl800Txt p{
		margin-bottom: -20px;
	}
	.DenshoLogo {
    display: block;
		float: none;
    text-align: right;
    margin-bottom: -20px;
  }
	.artTop{
		margin-top: 0px;
	}
	.mindWrap{
		width: 100%;
	}
	.clockWrap{
    margin: auto;
    left: 50%;
    /*! margin-left: -167px; */
	}
.pageWrap {
    margin: 0px 0 10px;
}	
	
	#main {
    width: 90%;
}
	#sub {
    width: 90%;
    vertical-align: top;
    padding: 5%;
    margin-left: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
	#sub img{
		width: 130px;
		display: inline-block;
	}
	.subCat {
    margin-top: -10px;
		display: inline-block;
    vertical-align: top;
    margin-left: 5%;
}

/**********
NAVI MENU
**********/
	.gnaviFront,
	.gnavi{
		display: none;
	}    
    .logo{
        display: inline;
        /*! width: 30px; */
    }
    #top-head,
    .inner {
        width: 100%;
        padding: 0;
        display: block;

    }
    #top-head {
        top: 0;
        position: fixed;
        margin-top: 0;
        z-index: 100000;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        /*! background: #B39C66; */
        width: 10%;
        height: 57px;
        z-index: 999;
        position: absolute;

        right: 0;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        top: 10px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
        position: absolute;
        top: -560px;
        background: #333;
        width: 100%;
        text-align: center;
        padding: 10px 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
        margin: 0;
    }
    #global-nav ul li {
        float: none;
        position: static;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #fff;
        padding: 18px 0;
        border-radius: 0;
    }
    #nav-toggle {
        display: block;
    }
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
        z-index: 2;
    }
	
}
/************************************************************************************************************************/

@media only screen and (max-width: 500px) {
	
	.headSennin{
	text-align: center;
	}
  .conBG li {
	  display:block;
	  width: 100%;
  }
  .conBG {
	  background: url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/conBGplane.jpg);
  }
	#sub img{
		width: 130px;
		display: block;
	}
	.subCat {
    margin-top: -30px;
		display: block;
    margin-left: 0;
}
	.NewArtcl800Txt {
    width: calc(82% - 80px);

}
	.newsWrap {
    width: calc(100% - 70px);
    height: 260px;
}
.newsFBG{



    background:url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/newsFrameL.png),
			url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/newsFrameR.png),
			url(https://ryusen.g-art-man.com/wp-content/themes/ryusen/images/newsFrameD.png);
    -webkit-background-size:  auto, auto, auto;
    -moz-background-size:  auto, auto, auto;
    -o-background-size:  auto, auto, auto;
    background-size:  auto, auto, auto;
	  background-repeat: no-repeat, no-repeat, no-repeat;
	  background-position: right top, left bottom, left top;
	  background-size: 80px,80px,60px;
    padding: 20px 0;
    margin-top: 0;
}	
	
}