@charset 'utf-8';
/* CSS Document */
<!-- ページ上部商品ストーリーFV -->

#textarea{  
    width:600px;  
    margin-left:auto;  
    margin-right:auto;  
    }  
          
.textarea{  
    width:600px;  
    margin-left:auto;  
    margin-right:auto;  
    }  
  
.photo-show {   
 height: 550px; /*表示したい大きさ*/  
    /*margin: 30px auto; /*縦余白は任意*/  
    position: relative;  
    width: 600px; /*表示したい大きさ、height と合わせる*/  
}  
  
/*各画像のアニメーションの合計秒数*/  
.photo-show img {   
    animation: show 26s infinite;  
    -webkit-animation: show 26s infinite;  
    height: auto;  
    max-width: 100%;  
    opacity: 0;  
    position: absolute; /*画像を全て重ねる*/  
}  
  
/*アニメーション*/  
  
@keyframes show {  
    0% {opacity:0}  
    10% {opacity:1}  
    20% {opacity:1}  
    40% {opacity:0}  
 }  
  
@-webkit-keyframes show {  
    0% {opacity:0}  
    10% {opacity:1}  
    20% {opacity:1}  
    40% {opacity:0}  
}  
  
/*各画像のアニメーションの開始時間をずらす*/  
  
/*1枚目*/  
.photo-show img:nth-of-type(1) {  
    animation-delay: 0s;  
    -webkit-animation-delay: 0s;  
}  
/*2枚目*/  
.photo-show img:nth-of-type(2) {  
    animation-delay: 6s;  
    -webkit-animation-delay: 6s;  
}  
/*3枚目*/  
.photo-show img:nth-of-type(3) {  
    animation-delay: 12s;  
    -webkit-animation-delay: 12s;
}  
/*4枚目*/  
.photo-show img:nth-of-type(4) {  
    animation-delay: 18s;  
    -webkit-animation-delay: 18s;
}  

<!-- ページ上部商品ストーリーFV -->

<!-- タグクラウド風 -->
#tag ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#tag ul li {
	display: inline-block;
	margin: 0 .3em .3em 0;
	padding: 0;
	float:left;
	font-size:12px;
}
#tag ul li a {
	display: inline-block;
	/*max-width: 100px;*/
	height: 28px;
	line-height: 28px;
	padding: 0 1em;
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 3px;
	white-space: nowrap;
	/*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
	color: #333;
	font-size: 13px;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
	font-size:12px;
}
#tag ul li a:hover {
	background-color: #3498db;
	border: 1px solid #3498db;
	color: #fff;
	font-size:12px;
}

<!-- タグクラウド風 -->

#comic_viewer #comic {
    height: 480px;
    margin: 2.5px auto;
    position: relative;
    width: 480px;
}
.view_btns img {
    margin: 5px 7px;
    float: left;
}
.view_check_btn {
    float: left;
    margin: 20px 0 0 6px;
    width: 290px;
}
.mrg_btm_15 {
    margin-bottom: 15px;
}
.back_btn_01 {
    float: left;
    margin: 200px 15px 0 10px;
}
.back_btn_01 img:hover {
    cursor: pointer;
    opacity: 0.5;
}
.fwd_btn_01 {
    float: left;
    margin: 200px 10px 0 15px;
}
.fwd_btn_01 img:hover {
    cursor: pointer;
    opacity: 0.5;
}
/*↓↓↓↓↓190911追加分↓↓↓↓↓*/ 
#textarea{  
	width:100%;
    max-width:630px;
    }  
.textarea{  
	width:100%;
    max-width:630px;  
    }  
.photo-show{
	width:630px;
	margin:0;
}
.photo-show img{
	margin:0 auto;
}
#contents .text_box{
	margin:2em 0 0;
}
#mainTtl{
	width:100%;
}
.text_box h2.h2{
	width:100%;
}
#contents .text_ttl{
	width:100%;
	padding:.5em 0 .5em 0;
	display:block;
	position:relative;
}
#contents h3.text_ttl span{
	position:relative;
	left:1em;
}
.lowsegment00{
	width:100%;
}
.lowsegment00 p{
	width:85%;
	margin:0 auto;
}
.lowsegment00 .introarea{
	width:100%;
	margin:0;
}
.lowsegment00 .introarea h3.ttl1{
	width:100%;
	margin:0;
}
.lowsegment00 .introarea table{
	margin: 1em auto 0;
}
.cat_ph_list_w{
	width:100%;
}
.cat_ph_list_more{
	width:100%;
}
/*↑↑↑↑↑190911追加分↑↑↑↑↑*/
