@charset "UTF-8";

/*=====================================================
*
*	jyuittyan.css
*	Since 2016.10.01
*
*	1= jyuittyan structure module
*	2= jyuittyanNav module
*	3= jyuittyanFooter module
*	4= contents module
*
========================================================*/

html:not(:target) body {
	font-family: 'Roboto', 'Noto Sans JP', "游ゴシック Medium", 'Yu Gothic Medium', 'YuGothic Medium', "メイリオ", 'Meiryo', sans-serif;
    font-weight: 300;
	font-size: 12px;
} /* for modern browser */


/*	1= jyuittyan structure module
-----------------------------------------------------*/
body#jyuittyan div#container {
	width: 100%;
	margin: 0 auto;
	background: #F1EDE9;
	overflow-x: hidden;
}
body.top div#container {
	background: #F1EDE9 url(../images/jyuittyan.png) no-repeat center 320px !important;
	-webkit-background-size: 1040px 605px !important;
	-moz-background-size: 1040px 605px !important;
	-ms-background-size: 1040px 605px !important;
	-o-background-size: 1040px 605px !important;
	background-size: 1040px 605px !important;
}
body#jyuittyan div#main {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 960px;
    min-width: 960px;
	text-align: left;
	text-justify: inter-ideograph;
	background: none;

}
#jyuittyan #main,
#jyuittyan #containerInner #main {
    border: none;
}

body#jyuittyan div#container div#main h1 {
    width: 960px;
    padding: 0;
    text-align: center;
    border: none;
}
@media screen and ( max-width : 1299px ){
                
    body#jyuittyan div#container div#main h1 {
        margin-left: 0;
        margin-right: 0;

    }

}/*==== // end @media */

body#jyuittyan.top div#container div#main h1 { margin-bottom: 50px; }

#main ul#pathNav { width: 100%; padding-left:0px; background: none; }
#main ul#pathNav li {
    color: #333;
}
#main ul#pathNav li::after {
    color: #333;
}
#main ul#pathNav li a { color: #E7342C; }

/*	2= jyuittyanNav module
-----------------------------------------------------*/

ul.jyuittyanNav {
	width: 960px;
	height: 69px;
	margin-top: 15px;
}
ul.jyuittyanNav li {
	position: relative;
	display: inline-block;
}
ul.jyuittyanNav li a {
	display: block;
	height: 0px;
	padding-top: 69px;
	line-height: 69px;
	overflow: hidden;
	background: url(../images/jyuittyanNav.png) no-repeat;
	-webkit-background-size: 960px 138px;
	-moz-background-size: 960px 138px;
	-ms-background-size: 960px 138px;
	-o-background-size: 960px 138px;
	background-size: 960px 138px;
}
ul.jyuittyanNav li:hover:after, 
ul.jyuittyanNav li.current:after {
	content: " ";
	position: absolute;
	right: 50px;
	top: -25px;
	width: 40px;
	height: 20px;
	background: url(../images/current.png) no-repeat left top;
	-webkit-background-size: 40px 20px;
	-moz-background-size:40px 20px;
	-ms-background-size:40px 20px;
	-o-background-size:40px 20px;
	background-size:40px 20px;
}
ul.jyuittyanNav li a,
ul.jyuittyanNav li a:hover {
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
ul.jyuittyanNav li.btn-top a {
	width: 288px;
	background-position: 0px 0px;
}
ul.jyuittyanNav li.btn-top a:hover {
	background-position: 0px -69px;
}

ul.jyuittyanNav li.btn-dc a {
	width: 248px;
	background-position: -288px 0px;
}
ul.jyuittyanNav li.btn-dc a:hover,
ul.jyuittyanNav li.btn-dc a.current {
	background-position: -288px -69px;
}
ul.jyuittyanNav li.btn-video a {
	width: 189px;
	background-position: -536px 0px;
}
ul.jyuittyanNav li.btn-video a:hover,
ul.jyuittyanNav li.btn-video a.current {
	background-position: -536px -69px;
}
ul.jyuittyanNav li.btn-stamp a {
	width: 235px;
	background-position: -725px 0px;
}
ul.jyuittyanNav li.btn-stamp a:hover,
ul.jyuittyanNav li.btn-stamp a.current {
	background-position: -725px -69px;
}

/*	3= jyuittyanFooter module
-----------------------------------------------------*/
.jyuittyanFooter {
	position: relative;
	width: 5000px;
	margin: 50px -2020px 0;
	background: #FCE4E5;
	text-align: center;
	vertical-align: top; 
}
.jyuittyanFooter .inner { width: 1045px; margin: 0 auto; padding: 25px 0 25px 13px; }
.jyuittyanFooter a { display: inline-block; margin: 0 13px 15px 0; vertical-align: top; }

.jyuittyanFooter a img:hover {
    animation: flash2 0.25s;
}
/*	4= contents module
-----------------------------------------------------*/
/* top */
h1 { margin-bottom:8px; text-align: center; }
body.top h1 { margin-bottom:30px; }
#jyuittyan .intro {
	margin-bottom: 45px;
	padding: 0 0 0 449px;
	min-height: 530px;
	height: auto !important;
	height: 530px;
}
#jyuittyan .intro2 {
	padding: 0 0 0 0;

}
#main .intro p.intro-text {
	width: 511px;
	height: 0px;
    margin: 80px 0 60px 437px;
	padding: 290px 0 0;
	line-height: 600px;
	overflow: hidden;
	background: url(../images/text_intro.png) no-repeat left top;
	-webkit-background-size: 511px 290px;
	-moz-background-size: 511px 290px;
	-ms-background-size: 511px 290px;
	-o-background-size: 511px 290px;
	background-size: 511px 290px;
}
#jyuittyan #main .infoWrapper {
    position: relative;
    -js-display: flex;
    display : -webkit-box;
    display : -ms-flexbox;
    display : -webkit-flex;
    display : flex;
    flex-flow: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap; 
    align-items: flex-end;
    flex-direction: row-reverse;
}
#jyuittyan #main .guideDW {
    position: relative;
    box-sizing: border-box;
    width: 332px;
    height: 250px;
    margin-right: 30px;
    padding: 70px 0 0;
    border: solid 2px #000;
	border-radius: 4px;
    text-align: center;
	-webkit-box-shadow: 2px 2px 2px 0 #ccc;
	-moz-box-shadow: 2px 2px 2px 0 #ccc;
	box-shadow: 2px 2px 2px 0 #ccc;
	background: #ffefdf url(../images/ban_back_dw.png) no-repeat right top;
	-webkit-background-size: 270px 245px;
	-moz-background-size: 270px 245px;
	-ms-background-size: 5270px 245px;
	-o-background-size: 270px 245px;
	background-size: 270px 245px;
    -moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
#jyuittyan #main .guideDW:hover {
    background-color: rgba(255,221,187,1.00);
}
#jyuittyan #main .guideDW h2 {
    position: absolute;
    left: -10px;
    top: -24px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    line-height: 1;
}
#jyuittyan #main .guideDW h3 {
    position: absolute;
    left: 1px;
    top: 100px;
    width: 80px;
    font-size: 20px;
    font-weight: 500;
}
#jyuittyan #main .guideDW p.guide {
    text-align: center;
    padding-left: 8px;
}
#jyuittyan #main .guideDW p.latestNum {
    position: absolute;
    left: 3px;
    top: 140px;
    width: 72px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;    
}
#jyuittyan #main .guideDW p.latestNum span {
    position: relative;
    display: inline-block;
    margin-left: -0.3em;
    padding: 3px 5px;
    white-space: nowrap;
    font-size: 15px;
    transform: scaleX(0.9);
    letter-spacing: -0.08em;
    /*background: rgba(255,239,223,0.7);*/
}
#jyuittyan #main .guideDW p.guide img {
    width: 156px;
    height: auto;
    border: solid 2px #fff;
    border-radius: 3px;
}
#jyuittyan #main .guideDW a {
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width:100%;
    height: 0px;
    padding-top: 246px;
    overflow: hidden;
    background: #fff;
    opacity: 0;   
}
#jyuittyan #main .guideDW a:hover {
    animation: hover2 0.6s ease 0s 1 normal;
}

@keyframes hover2 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.1;
  }
  90% {
    opacity: 0.5;
  }
  99% {
    opacity: 0;
  }
}
#jyuittyan #main .information {
	position: relative;
    box-sizing: border-box;
    width: 552px !important;
	/*min-height: 115px;*/
    min-height: 380px;
	height: auto !important;
	height: 115px;
	margin: 60px 0 0 0;
	padding: 20px 15px 15px 173px; 
	border: solid 2px #000;
	border-radius: 4px;
	-webkit-box-shadow: 2px 2px 2px 0 #ccc;
	-moz-box-shadow: 2px 2px 2px 0 #ccc;
	box-shadow: 2px 2px 2px 0 #ccc;
	background: #fff;
}

.information h2 { margin-bottom: 16px; }
.information .comado {
	position: absolute;
	left: 0px;
	top: -25px;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.information .comado:hover {
	left: -5px;
	top:-30px;
	width: 165px;
	height: 165px;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.information dl dt { font-size: 125%; color: #666666; font-weight: 500; line-height: 1.4; }
.information dl dd { margin-bottom: 0.3em; font-size: 141.67%; font-weight: 400; line-height: 1.4; vertical-align: middle; }
.information dl dd img { vertical-align: top; padding-top: 3px; }
.information dl dd a { color: #000; text-decoration: underline; }
.information dl dd a:hover { text-decoration: none; }
.index {
	position: relative;
	width: 976px;
	margin-right: -16px;
}
.holder {
	position: relative;
	padding-bottom: 39px;
	border: solid 1px #dedede;
	-webkit-box-shadow: 2px 2px 2px 0 #ddd;
	-moz-box-shadow: 2px 2px 2px 0 #ddd;
	box-shadow: 2px 2px 2px 0 #ddd;
	background: #fff;
}
.index .holder {
	float: left;
	width: 308px;
	margin-right: 15px;
}
.index .holder p { padding: 5px 10px 8px; font-size: 116.67%; line-height: 1.5; font-weight: bold; font-weight: 500; }
.holder p.indexLink {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 39px;
	margin: 0; padding: 0;
	text-align: right;
}
.holder p.indexLink a {
	display: block;
	height: 39px;
	padding-right: 5px;
	background: #000;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}
.holder p.indexLink a:hover {
	background: #B90000;
	padding-right: 0px;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-ms-transition: .3s;
	transition: .3s;
}

.sns { width: 960px; margin-top: 40px; }
.sns { width: 960px; margin-top: 40px; }
.sns h2 { position: relative; margin-top: -28px; }
.sns a { color: #008DDE; }
.sns .LeftPos,
.sns .RightPos,
.sns .CenterPos {
	position: relative;
    display: inline-block;
	width: 470px;
	background: #fff;
	border: solid 1px #dedede;
	-webkit-box-shadow: 2px 2px 2px 0 #ddd;
	-moz-box-shadow: 2px 2px 2px 0 #ddd;
	box-shadow: 2px 2px 2px 0 #ddd;
}
.sns .CenterPos {
    width: 760px;
    height: 764px;
    margin-left: 95px;
}
.sns .RightPos { height: 764px; }
.sns .LeftPos .follow,
.sns .CenterPos .follow { position: absolute; right: 10px; top: 165px; }
.sns .LeftPos .twitterTimeline {  }
.sns .LeftPos .inner {
	width: 470px;
	height: 612px;
}
.sns .CenterPos .inner {
	width: 760px;
	height: 612px;
}

/* digital-contents */
p.catch { padding: 0 5px 25px 25px; font-size: 166.67%; line-height: 1.5; font-weight: 400; }

.dc {
	position: relative;
	width: 979px;
	margin-right: -19px;
}
.dc .holder {
	float: left;
	width: 468px;
	min-height: 331px;
	height: auto !important;
	height: 331px;
	margin-right: 18px;
}
.dc .holder .inner { padding: 25px 20px 30px 25px; }
.dc .holder .inner p.text { margin-bottom: 0.9em; margin-top: 0.2em; font-size: 133.34%; line-height: 1.5; }
.dc .holder .inner p.image { margin-right: 20px; border: solid 3px #ddd; }

h1.wid610 { width: 610px !important;}
p.label { position: absolute; right: 0px; padding-top: 8px; }
p.kabegami {
	position: absolute;
	width: 935px;
	margin-top: -1.8em;
	font-size: 133.34%;
	text-align: right;
}
p.sp { display: none; }
@media (max-device-width: 768px)and (orientation:portrait)  {
p.pc { display: none; }
p.sp { display: block; }
}


p.kabegami a { position: relative; border-bottom: solid 1px #000; color: #000; }
p.kabegami a:before {
	content: " ";
	display: inline-block;
	position: absolute;
	left: -2em;
	top: -2px;
	width: 22px;
	height: 22px;
	background: url(../images/icon_info.png) no-repeat left top;
	-webkit-background-size: 22px 22px;
	-moz-background-size: 22px 22px;
	-ms-background-size: 22px 22px;
	-o-background-size: 22px 22px;
	background-size: 22px 22px;
}
p.kabegami a:hover { text-decoration: none; border-bottom: solid 1px #F1EDE9; }

.download .holder { padding: 22px 25px 20px; }
.download .holder.guide { padding: 25px 25px 20px; }
.download .holder h2 {
	margin-bottom: 24px;
	padding-bottom: 16px;
	padding-left: 0.5em;
	font-size: 22px;
	font-weight: bold;
	background: url(../images/line-dot.png) repeat-x left bottom;
	-webkit-background-size: 104px 2px;
	-moz-background-size: 104px 2px;
	-ms-background-size: 104px 2px;
	-o-background-size: 104px 2px;
	background-size: 104px 2px;
	text-align: center;
}
.download .holder.guide h2 { position: relative; margin-top: -5px; font-size: 24px; letter-spacing: 0.05em; font-weight: 700; }
.download p.backNumber {
	position: absolute;
	right: 30px;
	top: 25px;
	font-size: 158.34%;
	vertical-align: middle;
	text-align: right;
	line-height: 1.1;
}
.download p.backNumberLeft {
	position: absolute;
	left: 30px;
	top: 25px;
	font-size: 158.34%;
	vertical-align: middle;
	text-align: right;
	line-height: 1.1;
}
.download .holder.guide p.backNumberLeft,
.download .holder.guide p.backNumber {
    top: 27px;
}
.download p.backNumber a,
.download p.backNumberLeft a { color: #000; }
.download p.backNumber img { vertical-align: middle; margin-right: 15px; padding-bottom: 5px; }
.download p.backNumberLeft img { vertical-align: middle; margin-left: 13px; padding-bottom: 5px; }
.download .holder .inner { position: relative; width: 902px; margin-right: -12px; padding-left: 19px; }
.download .holder.guide .inner {
    padding-top: 10px;
    padding-bottom: 40px;
}

.detail .holder .inner  { padding-left: 28px; text-align: center; }
.wid306 { width: 306px !important; }
.wid326 { width: 326px !important; }
.wid406 { width: 406px !important; }
.wid456 { width: 456px !important; }
.wid506 { width: 506px !important; margin-right: 320px !important; }

.download .holder .inner ul { vertical-align: top; }
.download .holder .inner ul li {
	display: inline-block;
	width: 206px;
	margin-right: 17px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 133.34%;
	vertical-align:top;
    font-weight: 400;
}
.download .holder .wid415 .inner ul li { width: 386px; }
.detail .holder .inner ul li { width: auto; margin-right: 40px; }
.download .holder.guide .inner ul li a { color: #555; }
.detail .holder .inner ul li.wid406 { width: auto; margin-right: 30px; }

.download .holder .inner ul li img { margin-bottom: 10px; border: solid 3px #ddd;  }
.download .holder.guide .inner ul li img { margin-bottom: 10px; border: solid 1px #eee;  }

.download .holder .inner ul li a {
	display: inline-block;
	color: #000;
	text-decoration: underline;
}
.detail .holder .inner ul li a { text-decoration: none; font-weight: 400; }
.holder.guide .inner ul li a { text-decoration: none; }
.holder.guide .inner ul li a img { margin-top: 6px; }
.download .holder .inner ul li a:hover { text-decoration: none; }
.detail .holder .inner ul li a:hover { text-decoration: underline; }

.boxer-content {
	width: 800px !important;
	height: 800px !important;
	overflow-y: auto !important;
	max-height: 100% !important;
}

/* stamp */
.pb10 { padding-bottom: 10px !important; }
.ftB { font-weight: bold !important; }
.ft22 { font-size: 183.3334% !important; }

p.stampBan { position: absolute; right: 20px; top: 440px; }

.stamp .holder {
	position: relative;
	padding: 0;
	border: solid 5px #00C400;
}
.stamp .holder h2 {
	margin-bottom: 0px;
	padding: 0 0 2px !important;
	padding-left: 0.5em;
	font-size:166.67%;
	font-weight: bold;
	line-height: 1.1;
	background: url(../images/line-dot.png) repeat-x left bottom;
	-webkit-background-size: 104px 2px;
	-moz-background-size: 104px 2px;
	-ms-background-size: 104px 2px;
	-o-background-size: 104px 2px;
	background-size: 104px 2px;
}
.stamp .holder h2 img.type40 {
	position: absolute;
	right: -50px;
	top: 65px;
}
.stamp .holder .m60 { margin: 60px; }

/* movie */
#video{
	width: 960px;
	margin: 0 auto 25px;
}
#youtube #movie{
	width: 789px;
	padding: 15px 84px 68px 85px;
	display: inline-block;
	line-height: 0;
	border: solid 1px #dedede;
	-webkit-box-shadow: 2px 2px 2px 0 #ddd;
	-moz-box-shadow: 2px 2px 2px 0 #ddd;
	box-shadow: 2px 2px 2px 0 #ddd;
	background: #fff;
}
#youtube #links{
	position: relative;
	width: 976px;
	margin: 15px -11px 15px -5px;
}
#youtube #links:after{
  content:".";
  display:block;
  clear:both;
  height:0;
  visibility:hidden;
}
#youtube #links{
  display: inline-block;
}
* html #youtube #links{
  height: 1%;
}
#youtube #links{
	display:block;
	padding: 0;
	vertical-align: top;
}
#youtube #links li{
	position: relative;
	display: inline-block;
	width: 209px;
	margin: 0 15px 12px;
	padding:0 ;
	border: solid 1px #dedede;
	-webkit-box-shadow: 2px 2px 2px 0 #ddd;
	-moz-box-shadow: 2px 2px 2px 0 #ddd;
	box-shadow: 2px 2px 2px 0 #ddd;
	background: #fff;
	vertical-align: top;
}
#youtube #links li a{
	display: inline-block;
	width: 199px;
	padding: 2px;
	height: auto;
	border: solid 3px #fff;
	background: #fff;
	color: #000;
	text-decoration: none;
}
#youtube #links li a img{
	width: 189px;
	height: auto;
}
#youtube #links li a:hover{
	border: solid 3px #C80108;
	background: #fff;
}
#youtube #links li a.ac{
	border: solid 3px #C80108;
	background: #fff;
}
#youtube #links li a span{
	padding: 3px 5px 3px 5px;
	display: block;
	line-height: 1.4em;
	min-height: 4.5em;
	height: auto !important;
	height: 4.5em;
}
#youtube #movie iframe{
	width: 769px;
}
#youtube #links li p{
	display: none;
}
#VideoTitle p{
	position: relative;
	left: 86px;
	margin-top: -69px;
	width: 749px;
	color: #ffffff;
	font-size: 150%;
	background: #000;
	padding: 10px 10px 10px 10px;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis; /* Opera9,10対応 */
}
#VideoComment p{
	color: #ffffff;
	background: #000;
	padding: 0 10px 10px 10px;
}

h2.linksTitle{
	color: #000;
	font-size: 190%;
	font-weight: bold;
	margin: 0 0 22px 0;
	padding: 0;
	background: url(../images/line-dot.png) repeat-x left bottom;
	-webkit-background-size: 104px 2px;
	-moz-background-size: 104px 2px;
	-ms-background-size: 104px 2px;
	-o-background-size: 104px 2px;
	background-size: 104px 2px;
}
h2.mt50 { margin-top: 50px !important; }
.cl{
	clear: both;
}
/* guide */
.mt-15 { position: relative; margin-top: -15px; }
p.mt-15 { letter-spacing: 0.05em; }

.download .holder.guide p.label_new-guide {
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 0;
    background: none;
    width: 370px;
    height: auto;
}
.download .holder.guide p.label_new-guide img { width: 100%; height: auto;}

.download .holder.guide h2.new-guide {
    position: absolute;
    right: 20px;
    top: 110px;
    display: inline-block;
    width: 320px;
    padding: 0 0 0.15em;
    font-size: 22px;
    text-align: center;
}
.download .holder.guide p.btn-dw {
   position: absolute;
    right: 20px;
    top: 200px;
    display: inline-block;
    width: 320px;
    font-size: 22px;
    text-align: center; 
}
.download .holder.guide p.btn-dw a {
    display: inline-block;
    width: 215px;
    height: auto;
    vertical-align: top;
    border: solid 3px #222;
    border-radius: 6px;
    -moz-transition: .25s;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-ms-transition: .25s;
	transition: .25s;
}
.download .holder.guide p.btn-dw a:hover { background: #FFE5CC; }
.download .holder.guide p.new-guide {
    box-sizing: border-box;
    width: 585px;
    height: auto;
    padding: 20px 45px 0;
}
.download .holder.guide p.new-guide  img { width: 100%; height: auto;}

p.new-guide a:hover img {
    animation: hover1 0.5s ease 0s 1 normal;
}
.download .holder.guide .inner ul li a {
    display: inline-block;
}
.download .holder.guide .inner ul li a:hover img {
     animation: hover1 0.5s ease 0s 1 normal;
}

@keyframes hover1 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  70% {
    opacity: 0.9;
  }
  80% {
    opacity: 0.5;
  }
  90% {
    opacity: 1;
  }
}

.download .holder.guide .inner ul.textLink { margin-top: 30px; }
.download .holder.guide .inner ul.textLink li { width: 10.2em; margin-bottom: 20px;  }
.download .holder.guide .inner ul.textLink li a {
    padding-bottom: 3px;
    border-bottom: solid 1px #333;
}
.download .holder.guide .inner ul.textLink li a:hover {
    padding-top: 2px;
    padding-bottom: 1px;
    border-bottom: solid 1px #333;
}
