Sindbad~EG File Manager
/*----------------------------------------------
共通スタイル設定
----------------------------------------------*/
html {
height:100%;
overflow-x: hidden;
overflow-y: scroll;
font-size: 62.5%;
}
body, div, span, h1, h2, h3, h4, h5, ul, ol, li, dl, dt, dd, table, td, tr, th, p, form {
margin: 0;
padding: 0;
}
body {
color: #462A2C;
font: 1.5rem/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic";
background: url(../images/bg_footer01.jpg) center bottom repeat-x;
min-height: 100%;
height: auto !important;
height: 100%;
}
@media screen and (max-width: 768px) {
html {
width:100%;
}
}
section, aside, nav, footer, small, figure {
display: block;
margin:0;
padding:0;
}
a:link, a:visited {
color:#754346;
text-decoration: none;
}
a:hover {
color:#754346;
text-decoration: underline;
}
a.linkline {
text-decoration: underline;
}
a.linkline:hover {
text-decoration: none;
}
img {
font-size: 1%;
border-style: none;
vertical-align: bottom;
}
li { list-style:none; }
div#contents {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-top: 50px;
padding-bottom:30px;
clear: both;
}
div#contents:after {
content:"";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.flnone {
float: none !important;
}
.cleafix::after {
content:"";
display:block;
height:0;
clear:both;
}
/*小さいリンクボタン*/
.linkstyle a {
display: inline-block;
font-size:14px;
padding-top: 2px;
padding-right: 5px;
padding-bottom: 2px;
padding-left: 5px;
text-decoration: none;
}
.linkstyle a:link,
.linkstyle a:visited {
}
.linkstyle a:hover {
background: #DBD5D5;
}
/*大きいリンクボタン*/
.linkstyle-b a {
display: inline-block;
font-size:16px;
padding-top: 4px;
padding-right: 25px;
padding-bottom: 4px;
padding-left: 25px;
border: 1px solid #744245;
text-decoration: none;
}
.linkstyle-b a:link,
.linkstyle-b a:visited {
color: #744245;
}
.linkstyle-b a:hover {
background: #DBD5D5;
}
.linkstyle-b a.icon-cart {
background: url(../images/ico_arrow01.png) no-repeat;
background-size: 9px 11px;
background-position : right 5px center;
padding: 4px 30px;
}
.linkstyle-b a.icon-cart:hover {
background-color: #DBD5D5;
}
.linkstyle-b a.icon-yajirushi {
background: #FFF url(../images/img-yajirushi.png) no-repeat 8px center;
background-size:8px 9px;
padding-left: 40px;
}
.linkstyle-b a.icon-yajirushi:hover {
background: #DBD5D5 url(../images/img-yajirushi.png) no-repeat 8px center;
background-size:8px 9px;
}
.mg0 { margin:0px !important; }
.mgt0 { margin-top:0px !important; }
.mgt5 { margin-top:5px !important; }
.mgt10 { margin-top:10px !important; }
.mgt15 { margin-top:15px !important; }
.mgt20 { margin-top:20px !important; }
.mgt25 { margin-top: 25px !important; }
.mgt30 { margin-top: 30px !important; }
.mgt35 { margin-top: 35px !important; }
.mgt40 { margin-top: 40px !important; }
.mgt50 { margin-top: 50px !important; }
.mg0 { margin:0px !important; }
.mgb0 { margin-bottom:0px !important; }
.mgb5 { margin-bottom:5px !important; }
.mgb10 { margin-bottom:10px !important; }
.mgb15 { margin-bottom:15px !important; }
.mgb20 { margin-bottom:20px !important; }
.mgb25 { margin-bottom: 25px !important; }
.mgb30 { margin-bottom: 30px !important; }
.mgb35 { margin-bottom: 35px !important; }
.mgb40 { margin-bottom: 40px !important; }
.mgb50 { margin-bottom: 50px !important; }
.mgr0 { margin-right: 0px !important; }
.mgr15 { margin-right: 15px !important; }
.mgr20 { margin-right: 20px !important; }
.mgr50 { margin-right: 50px !important; }
.mgl0 { margin-left: 0px !important; }
.mgl15 { margin-left: 15px !important; }
.mgl20 { margin-left: 20px !important; }
.mgl50 { margin-left: 50px !important; }
.img-c {
text-align: center;
clear: both;
}
p.img-l::after,
p.img-r::after {
content: "";
display: block;
clear: both;
min-height: 1%;
}
p.img-l img {
float: left;
margin-right: 25px;
}
p.img-r img {
float: right;
margin-left: 25px;
}
p.img-r1 img {
float: right;
margin-left: 25px;
}
p.img-r2 img {
float: right;
margin-left: 25px;
}
/*ワンカラム用*/
div#wrapper {
background: #E9E5E6;
padding: 60px;
}
div#wrapper h1 {
color: #4A2B2C;
font-weight: normal;
}
.contents-inner {
background: #FFF;
margin-bottom: 40px;
clear: both;
padding: 40px 50px;
}
.contents-inner:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
div#wrapper h1.contents-title {
color: #DF6679;
text-align: center;
margin-bottom: 30px;
font: 30px "Reimin Medium";
}
/*----------------------------------------------
共通ヘッダー
----------------------------------------------*/
div#saraya-header {
background: #EFEFEF;
}
div#saraya-header:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
div#saraya-header ul {
max-width: 1080px;
width: 100%;
margin:0 auto;
}
div#saraya-header ul li {
float: right;
margin-left: 10px;
list-style: none;
padding-top: 5px;
padding-bottom: 5px;
font-size: 90%;
}
div#saraya-header ul li a:link, div#saraya-header ul li a:visited {
color: #666;
text-decoration: none;
}
div#saraya-header ul li a:hover {
text-decoration: underline;
}
div#saraya-header ul li#saraya-header-logo {
margin-right: 5px;
padding-bottom: 0px;
padding-top: 7px;
}
ul li#saraya-header-logo {
line-height: 0%;
}
div#saraya-header img {
vertical-align: bottom;
border:none;
font-size: 0%;
}
/*----------------------------------------------
ヘッダー
----------------------------------------------*/
header {
clear: both;
max-width: 1080px;
width: 100%;
margin:0 auto;
padding-top: 10px;
}
div#headerlink {
float: right;
}
div#headerlink li {
display: inline;
}
div#headerlink li::after {
content: "/";
display: inline-block;
vertical-align: middle;
color: #744346;
font-size: 2.0em;
font-family: Times New Roman;
font-weight: normal;
margin-left:4px;
}
div#headerlink li:last-child::after {
display: none;
content: "";
}
div#headerlink li a {
color: #744346;
}
p#logo {
text-align: center;
clear: both;
}
/*----------------------------------------------
グローバルナビ
----------------------------------------------*/
header nav {
padding-bottom: 10px;
}
header nav ul {
text-align: center;
}
header nav ul li {
display: inline;
margin-right: 29px;
}
header nav ul li a {
color: #754346;
padding-right: 2px;
padding-bottom: 5px;
padding-left: 2px;
font-size: 18px;
transition: all 0.4s ease;
border-bottom: 1px solid #fff;
}
header nav ul li a:link {
color: #754346;
}
header nav ul li a:hover,
header nav ul li a.active {
color: #754346;
border-bottom: 1px solid #744245;
text-decoration:none;
}
header nav ul li.mgr0 {
margin-right: 0px;
}
body > section {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
/*----------------------------------------------
コーナータイトル
----------------------------------------------*/
div#maintitle {
}
div#maintitle div.maintitle-inner {
width: 100%;
position: relative;
}
div#maintitle div.maintitle-inner h1 {
font-family: "A1明朝",A1 Mincho;
font-size: 40px;
vertical-align: middle;
display: block;
position: absolute;
padding-left: 14%;
margin-top: -1em;
top: 50%;
color: #744346;
letter-spacing: .1em;
-webkit-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
}
div#maintitle div.maintitle-inner h1 span {
font-size: 22px;
display: block;
}
h3.title-pk {
font-size: 24px;
text-align: center;
padding: 10px;
background: #FBE7EA;
border: 1px solid #A59596;
margin-bottom: 20px;
}
h3.title-gr {
font-size: 24px;
text-align: center;
padding: 10px;
background: #565555;
margin-bottom: 20px;
color: #FFF!important;
}
h1.undertitle {
padding: 10px 20px;
margin-bottom: 20px;
clear: both;
font: 2.4rem "Reimin Regular";
color: #724346;
background: #FCE9E8;
}
/*----------------------------------------------
ソーシャルボタン
----------------------------------------------*/
ul#socialbtn {
clear: both;
padding-top: 15px;
}
ul#socialbtn li {
float: right;
margin-left: 5px;
list-style: none;
}
/*----------------------------------------------
フッター
----------------------------------------------*/
footer {
padding-top: 40px;
}
div#footertop {
width: 960px;
margin-right: auto;
margin-left: auto;
}
div#footerlink {
background: #754346;
width: 100%;
}
div#footerlink .inn {
clear: both;
width: 100%;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
}
div#footerlink ul {
float: left;
margin-top: 5px;
}
div#footerlink ul li {
display: inline-block;
}
div#footerlink p {
float: right;
}
div#footerlink ul li {
display: inline;
padding-right: 10px;
padding-left: 10px;
border-right: 1px solid #fff;
}
div#footerlink ul li a {
color: #fff;
}
div#footerlink ul li.mgl0 {
padding-left: 0px;
}
div#footerlink ul li.br0 {
border: none;
}
div#footermaplink {
padding-bottom: 15px;
width: 100%;
max-width: 1040px;
margin: 0 auto;
}
div#pagetop {
text-align: right;
width: 100%;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
padding: 20px 0 10px;
}
div#pagetop p {
line-height: 1;
}
div#pagetop a {
display: inline-block;
}
#footerPr .inn {
width: 100%;
max-width: 1200px;
margin: 0 auto;
}
#footerPr .inn #footerBanners {
float: left;
}
#footerPr .inn #footerBanners ul li {
float: left;
margin-right: 15px;
}
#footerPr .inn #facebookspace {
float: right;
}
div#pagetop img {
vertical-align:top;
}
div#fml-inner {
margin:10px -40px;
text-align: center;
}
div#fml-inner a {
color: #46282B;
}
div.footerleft {
display: inline-block;
margin: 0 20px;
width: 29%;
text-align: left;
vertical-align: top;
}
div#footermaplink p {
font-size: 100%;
font-weight: normal;
border-bottom: 1px solid #46282B;
margin-bottom: 15px;
}
div.footerleft ul {
margin-left: 14px;
}
div.footerleft ul li {
font-size:90%;
margin-top: 5px;
}
div.footerleft section {
margin-top: 40px;
}
small {
text-align: right;
clear: both;
padding-top: 6px;
padding-bottom: 10px;
color: #fff;
}
p.kome {
clear:both;
font: 0.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic";
}
p.komeb {
font: 0.9em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "MS Pゴシック", "MS PGothic";
}
.script {
height: 0;
overflow: hidden;
display: none;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
header {
width: auto;
}
div#maintitle div.title-products,
div#maintitle div.title-beginner,
div#maintitle div.title-kiyaku,
div#maintitle div.title-teiki,
div#maintitle div.maintitle-inner h1 {
}
div.footerleft {
display: inline-block;
margin: 0 10px;
width: 29%;
text-align: left;
vertical-align: top;
}
div#maintitle div.maintitle-inner h1 {
font-family: "A1明朝",A1 Mincho;
font-size: 28px;
vertical-align: middle;
display: block;
position: absolute;
padding-left: 14%;
margin-top: -1em;
top: 50%;
color: #744346;
letter-spacing: .1em;
-webkit-font-feature-settings: 'palt' 1;
font-feature-settings: 'palt' 1;
}
p.img-r1 img {
margin-left: 14%;
margin-right: 14%;
margin-bottom: 5%;
}
p.img-r2 img {
margin-left: 21%;
margin-right: 21%;
margin-bottom: 5%;
}
.img-c1 img {
width: 40%;
height:auto;
}
header nav ul li {
display: inline;
margin-right: 10px;
}
}
@media screen and (max-width: 1199px) {
div#contents {
width: auto;
}
.img-c img {
width: 100%;
height:auto;
}
.timg60 img {
width: 60% !important;
height:auto;
}
.timg80 img {
width: 80% !important;
height:auto;
}
.img-a {
width: auto !important;
height:auto;
}
div#saraya-header ul {
width: 96%;
margin-right: auto;
margin-left: auto;
}
div#maintitle div.maintitle-inner {
height:auto;
width: 100%;
}
div#footertop {
width: auto;
}
div#footerlink {
width: auto;
}
div#footerlink ul {
margin-right: 10px;
margin-left: 10px;
}
div#pagetop {
width: auto;
padding-right:10px;
}
div#fml-inner {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
#footerPr .inn {
text-align: center;
}
#footerPr .inn #footerBanners {
float: none;
margin: 0 auto 20px;
}
#footerPr .inn #footerBanners ul {
text-align: center;
}
#footerPr .inn #footerBanners ul li {
float: none;
margin-right: 15px;
display: inline-block;
}
#footerPr .inn #facebookspace {
float: none;
}
div#footerlink ul {
float: none;
padding-top: 10px;
margin-top: 0;
text-align: center;
}
div#footerlink p {
float: none;
text-align: center;
}
div#footerlink p small {
text-align: center;
}
}
@media screen and (max-width: 767px) {
div#contents {
width: auto;
padding-top: 0px;
padding-bottom:0px;
}
.linkstyle a {
font-size:100%;
}
.linkstyle-b a {
font-size:100%;
display: block;
text-align:center;
margin-bottom:15px;
padding-top: 8px;
padding-bottom: 8px;
}
.img-c img {
width: 100%;
height:auto;
}
.img-c1 img {
width: 80%;
height:auto;
margin-right: 0 !important;
}
p.img-l img {
float: none;
margin-right: auto;
margin-left: auto;
width: 100%;
height:auto;
display:block;
margin-bottom: 10px;
}
p.img-r img {
float: none;
margin-right: auto;
margin-left: auto;
width: 100%;
height:auto;
display:block;
margin-bottom: 10px;
}
p.img-r1 img {
float: none;
margin-right: auto;
margin-left: auto;
width: 100%;
height:auto;
display:block;
margin-bottom: 10px;
}
p.img-r2 img {
float: none;
margin-right: auto;
margin-left: auto;
width: 100%;
height:auto;
display:block;
margin-bottom: 10px;
}
p.img30 img {
width: 30% !important;
height:auto;
}
p.img50 img {
width: 50% !important;
height:auto;
}
p.img60 img {
width: 60% !important;
height:auto;
}
p.img80 img {
width: 80% !important;
height:auto;
}
div#wrapper {
padding-left: 10px;
padding-right: 10px;
}
.contents-inner {
padding-right: 10px;
padding-left: 10px;
}
.contents-inner {
padding-top: 20px;
padding-right: 10px;
padding-bottom: 20px;
padding-left: 10px;
}
div#wrapper h1.contents-title {
font: 140% "Reimin Medium";
}
div#saraya-header {
display:none;
}
header {
width: auto;
}
div#headerlink {
display: none;
}
p#logo img {
width: 40%;
height:auto;
}
p#logo.mgb35 {
margin-bottom: 20px !important;
}
div#maintitle {
}
div#maintitle div.maintitle-inner {
height:auto;
width: 100%;
}
/*div#maintitle div.maintitle-inner h1 {
font-size: 1.3em;
padding-left: 5%;
}*/
div#maintitle div.maintitle-inner h1 {
font-size: 1em;
padding-left: 14%;
}
div#maintitle div.maintitle-inner h1 span {
font-size: 0.9em;
}
h3.title-pk {
font-size: 1.4em;
}
h3.title-gr {
font-size: 1.4em;
}
h1.undertitle {
font: 1.4em "Reimin Medium";
}
ul#socialbtn li {
float: left;
margin-right: 5px;
}
footer {
margin-top:20px;
}
div#footertop {
width: auto;
}
div#footerlink {
width: auto;
}
div#footerlink ul {
margin-right: 10px;
margin-left: 10px;
}
div#pagetop {
width: auto;
padding-right:10px;
}
div#fml-inner {
width: auto;
margin-right: 10px;
margin-left: 10px;
}
div.footerleft {
display: block;
float: none;
margin: 0 auto 15px;
width: 90%;
}
div#footermaplink p {
font-size: 110%;
}
div.footerleft ul li {
font-size:100%;
}
#footerPr .inn #footerBanners ul {
text-align: center;
}
#footerPr .inn #footerBanners ul li {
float: none;
margin-right: 0px;
display: block;
text-align: center;
margin-top: 20px;
}
#footerPr .inn #facebookspace {
display: none;
}
}
.dropbtn {
background-color: transparent;
color: #744346;
font-size: 14px;
border: none;
}
.dropdown {
position: relative;
}
.dropdown-content {
display: none;
position: absolute;
z-index: 1;
width: 100%;
line-height: 1.3;
}
.dropdown-content a {
display: block;
font-size: 14px;
float: right;
}
.dropdown:hover .dropdown-content {
display: block;
text-decoration: underline;
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists