/******************************************
Theme Name: WHITE BOX
Theme URI: https://alicex.jp/shikiri/album/1/
Description: アルバム用デザイン
Version: 1.0.0
Author: ARCHETYP
Author URI: https://alicex.jp/shikiri/
          : https://alicex.jp/
License: GNU General Public License
License URI: https://alicex.jp/shikiri/2/
******************************************/
/*全ての要素*/
*{
word-break:break-all;
word-wrap:break-word;
overflow-wrap:break-word;
line-break:strict;
word-wrap:break-word;
-webkit-text-size-adjust:none;
-webkit-box-sizing:border-box;
-moz-box-sizing:border-box;
box-sizing:border-box;
margin:0;
padding:0;
outline:none;
}
/*body要素*/
body{
color:#444;
background:#f7f7f7;
line-height:1.6;
font-size:12px;
font-family:Assistant,'Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo,メイリオ,sans-serif;
word-break:break-all;
text-align:justify;
}
/*リンク*/
a{
color:#8e8b82;
}
article{
margin:20px auto;
max-width:100%;
}
/*ヘッダーとフッター*/
.header,footer{
font-family:Montserrat,sans-serif;
display:block;
font-size:16px;
width:100%;
max-width:100%;
padding:22px 10px 15px 10px;
color:#444;
background:#fff;
text-align:center;
box-shadow:6px 5px 8px rgba(0,0,0,0.1);
}
/*ヘッダー*/
.header{
margin:-20px 0 20px 0;
font-weight:700;
font-size:30px;
}
/*フッター*/
footer{
padding:22px 10px 35px 10px;
margin:0 auto;
border-top:1px solid #efefef;
}
section.section{
display:flex;
flex-wrap:wrap;
width:96%;
max-width:960px;
margin:0 auto;
}
.card{
width:calc(100% / 5 - 10px);
margin:0 5px 10px 5px;
color:#bcbcbc;
background:#fff;
box-shadow:6px 5px 8px rgba(0,0,0,0.1);
}
.card a{
text-decoration:none;
margin:0;
padding:0px 0 8px 0;
display:block;
text-align:right;
font-size:12px;
color:#666;
}
.card .upper{
font-weight:bold;
}
.card .upper .icons{
display:block;
width:100%;
height:120px;
overflow:hidden;
object-fit:cover;
margin:0 auto;
border-radius:4px;
background:#fff;
}
.radius{
border-radius:60px !important;
overflow:hidden;
}
.bgc{
background:#e3f2fd;
}
.card .upper .topics{
font-weight:normal;
display:inline-block;
text-align:left;
width:100%;
padding:6px 6px 6px 12px;
}
.card .upper .cat_link{
font-weight:normal;
font-size:13px;
font-family:Alike,serif;
padding-right:6px;
display:block;
width:100%;
color:#cfcfcf;
}
.card p{
color:#7f7f7f;
text-align:center;
padding:15px 6px 0 6px;
border-top:1px solid #efefef;
}
.breadcrumb {
width:98%;
max-width:960px;
margin-left:auto;
margin-right:auto;
margin-bottom:6px;
padding:0px 15px;
list-style:none;
background-color:#f5f5f5;
border-radius:4px;
}
.breadcrumb > li {
display:inline-block;
}
.breadcrumb > li + li:before {
padding:0 5px;
color:#aaa;
content:"\00bb";
}
.breadcrumb > .active {
color:#777;
}
.backBtn-grid{
display:flex;
width:100%;
max-width:960px;
}
.backBtn-grid .backBtn{
display:block;
width:calc(100% / 2 - 10px);
margin:0 5px 1px 5px;
padding:6px 0;
text-decoration:none;
background:#fff;
}
.backBtn-grid span.backBtn{
display:block;
color:#ccc;
}
.backBtn-grid a.backBtn{
display:block;
color:#444;
}
.album_card{
margin-bottom:16px;
width:100%;
max-width:960px;
background:#fff;

}
.album_title{
width:100%;
max-width:960px;
text-align:center;
padding:12px;
}
.album_body{
}
.album_body a img{
width:calc(100% / 5);
height:120px;
overflow:hidden;
object-fit:cover;
border-left:2px solid #fff;
border-right:2px solid #fff;
}
.album_text{
padding:12px;
}
.wide{
width:calc(100% / 1 - 16px);
}
.wide .upper{
height:auto;
padding:12px 12px 0 0;
color:#2196f3;
font-size:14px;
font-style:normal;
}
.wide .upper .icons{
display:inline-block;
width:100%;
height:auto;
font-size:28px;
text-align:left;
margin:0 auto;
padding-left:12px;
color:#2196f3;
background:#fff;
}
.wide .upper .topics{
display:inline-block;
width:auto;
font-size:14px;
}
.wide .p{
font-size:14px;
font-style:normal;
padding:4px 12px 12px;
color:#666;
}
.wide .p a{
display:inline;
text-decoration:underline;
text-align:left;
font-size:14px;
color:#2196f3;
}

