@charset "utf-8";
/*
Theme Name: ドコモショップ福崎
Theme URI: http://www.docomoshop-fukusaki/
Description: ドコモショップ福崎様のウェブサイト用テーマ。
Version: 1.0
Author: 株式会社ジャム・デザイン
Author URI: http://www.jam-design.jp/
*/



/* Begin Images */
p img {
padding: 0;
/* max-width: 100%; */
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */



/* Begin Form Elements */
#searchform {
    margin: 10px auto;
    padding: 5px 3px;
    text-align: center;
    }

#sidebar #searchform #s {
    width: 108px;
    padding: 2px;
    }

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

#commentform input {
    width: 170px;
    padding: 2px;
    margin: 5px 5px 1px 0;
    }

#commentform {
    margin: 5px 10px 0 0;
    }
#commentform textarea {
    width: 100%;
    padding: 2px;
    }
#respond:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
#commentform #submit {
    margin: 0 0 5px auto;
    float: right;
    }
/* End Form Elements */



/* Begin Comments*/
.alt {
    margin: 0;
    padding: 10px;
    }

.commentlist {
    padding: 0;
/*  text-align: justify; */
    }

.commentlist li {
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
    list-style: none;

    }
.commentlist li ul li {
    margin-right: -5px;
    margin-left: 10px;
}

.commentlist p {
    margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    }

blockquote cite {
    margin: 5px 0 0;
    display: block;
    }

.center {
    text-align: center;
    }

.hidden {
    display: none;
    }

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 60px;
    }
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    padding: 0 4px 5px;
    margin: 0;
}
/* End captions */




/* ===== Universal Reset ===== */

*{
margin:0;
padding:0;
}

/* ===== Basic Style ===== */

body{
    color:#333333;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
    font-size: 12px;
    line-height: 1.4;
    background-color: #eeeeee;
}
html>/**/body {
  font-size: 12px; /* Except IE */
}
img{
    border:0;
    vertical-align: bottom;
}
ul,dl,ol{
list-style-type:none;
list-style-position:outside;
}
a   {
    text-decoration: none;
}
a:link  {
    text-decoration: none;
}
a:hover {
    color: #FF3300;
    text-decoration: none;
}

h3 a:link{color:#006699 !important;}
h3 a:hover{color:#ff3300 !important;}
h3 a:visited{color:#006699 !important;}


.cboth  {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 1px;
}
h1,h2,h3,h4,h5,h6   {
    font-size: 100%;
}

#all {
    text-align:center;
    width: 850px;
    margin: auto;
    border: 1px solid #dedede;
}
#inner {
    text-align:left;
    margin: 0 14px;
}
#contents {
    border-bottom: 1px solid #e34762;
    background-color: #FFFFFF;
    text-align: left;
    background-image: url(images/sideback.gif);
    background-repeat: repeat-y;
    background-position: left top;
    padding: 10px 10px 10px 4px;
}
/* ===== Header Area ===== */
#header {
    background-color: #dd1c3e;
    text-align: left;
    color: #FFFFFF;
    position: relative;
    width: 100%;
}
#header h1  {
    padding-left: 29px;
    float: left;
    margin-top: 8px;
}
#header h1 a    {
    font-size: 1px;
    line-height: 1px;
    background-image: url(images/logo.gif);
    display: block;
    height: 70px;
    width: 320px;
    text-indent: -9999px;
    overflow: hidden;
}

#header .frd {
float: left;
 margin: 30px 0 10px 5px;
}
#header ul.ul02 {
    font-size: 1px;
    position: absolute;
    right: 25px;
    top: 60px;
    line-height: 1px;
}
#header ul.ul02 li  {
    display: inline;
    padding-left: 10px;
}
/*
-----------------------------------------------
▼TOP文字サイズ
----------------------------------------------- */
.topFont{
    float: right;
    background: url(images/mojiback.gif) no-repeat left bottom;
    width: 200px;
    padding-bottom: 10px;
    margin-right: 20px;
}
* html .topFont{
    margin-right: 10px;
}

.topFont ul{
    list-style-type:none;
    margin: 10px 0 0 20px;
}

.topFont li{
    float:left;
    font-size:1px;
    background: url(images/moji.gif) no-repeat 0 0;
    margin-right: 4px;
}

.moji00{
    display:block;
/*  background:transparent url(../img/top_fontsize.gif) no-repeat 0 0; */
    line-height:1px;
    width:76px;
    height:25px;
}
.topFont li a{
    height:25px;
    width:25px;
    background: url(images/moji.gif) no-repeat 0 0;
    display:block;
    line-height:1px;
    text-indent: -9999px;
    overflow: hidden;
}

.topFont li a.moji01    {
    background-position: -80px 0px;
}
.topFont li a.moji02    {
    background-position: -109px 0px;
}
.topFont li a.moji03    {
    background-position: -138px 0px;
}
.topFont li a.moji01:hover  {
    background-position: -80px -25px;
}
.topFont li a.moji02:hover  {
    background-position: -109px -25px;
}
.topFont li a.moji03:hover  {
    background-position: -138px -25px;
}


/* ===== Navi Area ===== */
#navi   {
    width: 185px;
    float: left;
}
#navi ul    {
    font-size: 1px;
    line-height: 1px;
}
#navi li    {
}
#navi li a  {
    background-image: url(images/navi.gif);
    display: block;
    height: 50px;
    padding-left: 15px;
    margin-top: 1px;
    background-position: 0px 0px;
    text-indent: -9999px;
    overflow: hidden;
}
#navi li a.a01  {
    background-position: 0px 0px;
}
#navi li a.a02  {
    background-position: 0px -51px;
}
#navi li a.a03  {
    background-position: 0px -102px;
}
#navi li a.a04  {
    background-position: 0px -153px;
}
#navi li a.a05  {
    background-position: 0px -204px;
}
#navi li a.a06  {
    background-position: 0px -255px;
}
#navi li a.a07  {
    background-position: 0px -306px;
}
#navi li a.a01:hover    {
    background-position: -185px 0px;
}
#navi li a.a02:hover    {
    background-position: -185px -51px;
}
#navi li a.a03:hover    {
    background-position: -185px -102px;
}
#navi li a.a04:hover    {
    background-position: -185px -153px;
}
#navi li a.a05:hover    {
    background-position: -185px -204px;
}
#navi li a.a06:hover{
    background-position: -185px -255px;
}
#navi li a.a07:hover    {
    background-position: -185px -306px;
}

#navi .myshop   {
    background-color: #FFFFFF;
    margin: 10px 0;
}
#navi .myshop dt    {
    font-weight: bold;
}
#navi .myshop dd    {
    font-size: 80%;
    padding: 5px;
    line-height: 1.5em;
}
#navi .myshop dd img    {
    float: left;
    margin-right: 5px;
}
#navi ul.ul02 li a  {
    background-image: url(images/navi02.gif);
    height: 44px;
    background-position: 0px 0px;
}
#navi ul.ul02 li a.a08  {
    background-position: 0px 0px;
}
#navi ul.ul02 li a.a09  {
    background-position: 0px -44px;
}
#navi ul.ul02 li a.a10  {
    background-position: 0px -88px;
}
#navi ul.ul02 li a.a11  {
    background-position: 0px -132px;
}
#navi ul.ul02 li a.a08:hover    {
    background-position: -185px 0px;
}
#navi ul.ul02 li a.a09:hover    {
    background-position: -185px -44px;
}
#navi ul.ul02 li a.a10:hover    {
    background-position: -185px -88px;
}
#navi ul.ul02 li a.a11:hover    {
    background-position: -185px -132px;
}

#wra    {
    width: 635px;
    float: right;
    margin-bottom: 25px;
}

/* ===== Footer Area ===== */
#footer {
    background-color: #FFFFFF;
    text-align: left;
    border-top: 1px solid #dedede;
    width: 100%;
}
#footer address {
    font-style: normal;
    float: left;
    margin: 15px 0 15px 9px;
}
#footer strong  {
    font-size: 120%;
}
#footer p   {
    float: right;
    margin-top: 15px;
    margin-right: 9px;
}


/* ===== TOP Area ===== */
#top    {
}
#top p.camp {
    margin: 12px 0;
}
#top .news  {
    border: 1px solid #f7ccd3;
    border-bottom: none;
    background: url(images/topic_back.gif) repeat-x left bottom;
}
#top .news h2   {
    float: left;
}
#top .news p    {
    float: right;
    margin-top: 5px;
    margin-right: 10px;
}
#top dl.news    {
    padding: 10px 15px;
    background: #FFFFFF;
    border: 1px solid #f7ccd3;
}
#top dl.news dt {
    float: left;
    background: url(images/list01.gif) no-repeat left center;
    padding-left: 15px;
}
#top dl.news dd {
    border-bottom: 1px solid #dedede;
    margin-bottom: 3px;
    padding-bottom: 3px;
    padding-left: 8em;
}
#top .det01 {
    margin-top: 15px;
    position: relative;
    width: 100%;
    padding-top: 20px;
}
#top .det02 {
    padding: 8px 5px;
    background-color: #eeeeee;
    margin: 0 0 0 20px;
}
#top .det01 p.pic   {
    background-image: url(images/picback.jpg);
    background-repeat: no-repeat;
    height: 152px;
    width: 238px;
    float: left;
}
#top .det01 p.pic img   {
    margin-top: 9px;
    margin-left: 9px;
}
#top .det01 p.dake  {
    position: absolute;
    left: 0px;
    top: -10px;
}
#top .det01 p.txt   {
    float: right;
    width: 350px;
    margin-top:10px;
    margin-right:7px;
}

/* ===== CONTACT Area ===== */
#cont   {
}
#cont p.camp    {
    margin: 12px 0;
}
#cont .cont01   {
    padding: 15px 10px;
    background-image: url(images/contact01.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}
#cont .cont01 h2    {
}
#cont .cont01 p {
    font-weight: bold;
    margin-bottom: 3em;
}
#cont .cont01 dl    {
    font-weight: bold;
    margin-bottom: 5em;
}
#cont .cont01 dl dt {
    color: #dd1c3e;
}
#cont .cont01 dl dd {
    margin-bottom: 1.5em;
}

/* ===== RECRUIT Area ===== */
#rec    {
}
#rec p.pic  {
    background-image: url(images/picback.jpg);
    background-repeat: no-repeat;
    height: 152px;
    width: 238px;
    float: right;
}
#rec p.pic img  {
    margin-top: 9px;
    margin-left: 9px;
}
#rec .rec01 {
    padding: 5px 10px 15px 10px;
}
#rec .rec01 h2  {
}
#rec .rec01 h3  {
    margin-bottom: 1em;
    color: #dd1c3e;
    border-bottom: 2px solid #e34762;
    padding-bottom: 5px;
    background-image: url(images/rec01.gif);
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 140%;
}
#rec .rec01 h3 span {
    font-size: 80%;
    display: block;
    font-weight: normal;
    line-height: 2em;
    padding-top: 15px;
}
#rec .rec01 h4  {
    margin-bottom: 1.5em;
    float: left;
    font-size: 120%;
    width: 350px;
}

#rec h5  {
font-size:150%;
}

#rec h6  {
font-size:130%;
}

#rec .rec01 dl.dl01     {
    margin-bottom: 2em;
    float: left;
    width: 350px;
}
#rec .rec01 dl.dl01 dt  {
    float: left;
}
#rec .rec01 dl.dl01 dd  {
    margin-bottom: 0.5em;
    padding-left: 3.5em;
}
#rec dl.dl02    {
    clear: both;
    background-color: #eeeeee;
    padding: 10px 15px;
}
#rec dl.dl02 dt {
    font-size: 120%;
    font-weight: bold;
    margin-bottom: 5px;
}
#rec dl.dl02 dd {
    margin-bottom: 0.5em;
}

/* ===== topics Area ===== */
#topics    {
}

#topics .topics01 {
    padding: 5px 10px 15px 10px;
}

#topics .topics01 h3  {
    margin-bottom: 1em;
    color: #dd1c3e;
    border-bottom: 2px solid #e34762;
    padding-bottom: 5px;
    background-image: url(images/topics01.gif);
    background-repeat: no-repeat;
    background-position: right top;
    font-size: 140%;
}
#topics .topics01 h3 span {
    font-size: 80%;
    display: block;
    font-weight: normal;
    line-height: 2em;
    padding-top: 15px;
}
#topics .topics01 h4  {
    margin-top:0.5em
    margin-bottom: 1em;
    font-size: 140%;
}

#topics .topics01 h5  {
    margin-top:0.5em
    margin-bottom: 1em;
    font-size: 125%;
}

#topics .topics01 h6  {
    margin-top:0.5em
    margin-bottom: 1em;
    font-size: 110%;
}

#topics .topics01 p {
margin-bottom:10px;
}

#topics .topics01 .wp-caption p{
margin-bottom:0px !important;
margin-top:2px;
}

/* ===== MYSHOP Area ===== */
#myshop {
}
#myshop p.pic   {
    background-image: url(images/picback.jpg);
    background-repeat: no-repeat;
    height: 152px;
    width: 238px;
    float: right;
}
#myshop p.pic img   {
    margin-top: 9px;
    margin-left: 9px;
}
#myshop .myshop01   {
    padding: 5px 10px 15px 10px;
}
#myshop .myshop01 h2    {
}
#myshop .myshop01 h3    {
    margin-bottom: 1em;
    font-size: 120%;
    margin-top: 1em;
}

#myshop .myshop01 h3 strong {
    color: #e40808;
}
#myshop .myshop01 h4    {
    border-bottom: 2px solid #e34762;
    font-size: 140%;
    padding-bottom: 5px;
    margin-left: 8px;
}
#myshop .myshop01 h5    {
}
#myshop .myshop01 h6    {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
#myshop .msp01  {
    padding: 25px 15px 15px 15px;
    background: url(images/msp11.jpg) 0px 10px no-repeat;
    border-top: 1px solid #dedede;
    margin-left: 8px;
}
#myshop .m01a   {
    background-image: url(images/msp03.gif);
    background-repeat: no-repeat;
    background-position: right top;
    width: 100%;
}
#myshop .msp01 .cle {
    clear: both;
    font-size: 80%;
}

#myshop .msp01 .left    {
    float: left;
    margin-right: 10px;
}
#myshop .msp01 .right   {
    font-size: 120%;
}
#myshop .msp01 .p01 {
    float: left;
    width: 220px;
    font-size: 80%;
    text-align: center;
    margin-top: 2em;
}
#myshop .msp01 .p02 {
    float: left;
    width: 220px;
    font-size: 80%;
    text-align: center;
    margin-left: 35px;
    margin-top: 2em;
}
#myshop .m01b   {
    background: url(images/msp10.gif) no-repeat right 5px;
    width: 100%;
    border-top: 2px dotted #993333;
    margin-top: 20px;
    padding-top: 5px;
}
#myshop .m01b p {
    width: 400px;
}
#myshop .m01b strong    {
    color: #ff0000;
    font-weight: normal;
}
#myshop .msp02  {
    background-image: url(images/msp12.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    border: 1px solid #CCCCCC;
    margin-left: 8px;
    margin-top: 20px;
}
#myshop .msp02 h5   {
    border-bottom: 1px solid #e34662;
    padding: 10px;
    font-size: 140%;
    line-height: 1.5em;
}
#myshop .msp02 p    {
    padding: 10px;
    border-top: 1px solid #CCCCCC;
}

/* ===== SHOP Area ===== */
#shop   {
}
#shop .shop01   {
    padding: 5px 10px 15px 10px;
}
#shop .shop01 h2    {
}
#shop .shop01 h3    {
    margin-bottom: 2em;
    font-size: 120%;
    margin-top: 1em;
}
#shop .shop01 h4    {
    border-bottom: 2px solid #e34762;
    font-size: 140%;
}
#shop .shop01 h5    {
}
#shop .shop01 h6    {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
#shop .shop01 dl.dl01   {
    float: left;
    width: 260px;
    margin-bottom: 1em;
}
#shop .shop01 dl.dl01 dt    {
    font-weight: bold;
    color: #dd1c3e;
}
#shop .shop01 dl.dl01 dd    {
    border-bottom: 1px dotted #CCCCCC;
    margin-bottom: 5px;
    padding-bottom: 5px;
}
#shop .shop01 div.p01 {
    float: right;
}
#shop .shop01 p.p02 {
    float: left;
    width: 200px;
    font-size: 80%;
    line-height: 1.3em;
    margin-right: 5px;
    margin-bottom: 1em;
}
#shop .shop01 p.p02 span{
display:block;
margin:2px 2px 0 2px;
}


#shop .sp01     {
    padding: 4px;
    background: url(images/shop05b.gif) no-repeat left top;
    width: 292px;
    float: left;
}
#shop .sp01 dl  {
    border-top: 1px solid #dedede;
    padding: 5px 0;
}
#shop .sp01 dl dt   {
    float: left;
    width: 150px;
}
#shop .sp01 dl dd   {
    float: right;
}
#shop .sp02     {
    padding: 4px;
    background: url(images/shop06b.gif) no-repeat left top;
    width: 292px;
    float: right;
}
#shop .sp02 h4  {
    border-bottom: 2px solid #3f86b8;
}
#shop .sp02 dl  {
    border-top: 1px solid #dedede;
    padding: 5px 0;
}
#shop .sp02 dl dt   {
    float: left;
    width: 150px;
}
#shop .sp02 dl dd   {
    float: right;
}
#shop .map  {
    padding: 5px 10px;
}

/* ===== BIZ Area ===== */
#biz    {
}
#biz .biz01 {
    padding: 5px 10px 15px 10px;
}
#biz .biz01 h2  {
}
#biz .biz01 h3  {
    border-bottom: 2px solid #e34762;
    font-size: 140%;
    margin-top: 0.5em;
    padding-bottom: 5px;
    color: #dd1c3e;
}
#biz .biz01 h4  {
    border-bottom: 2px solid #e34762;
    font-size: 140%;
}
#biz .biz01 h5  {
}
#biz .biz01 h6  {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}
#biz .biz01 ul.ul01 {
    float: left;
    width: 360px;
    margin-bottom: 1em;
}
#biz .biz01 ul.ul01 li  {
    font-weight: bold;
    list-style-type: square;
    margin-left: 2em;
    margin-bottom: 1em;
}
#biz .biz01 p.p01   {
    float: right;
}
#biz .biz01 p.p02   {
    float: left;
    width: 200px;
    font-size: 80%;
    line-height: 1.3em;
    margin-right: 5px;
    margin-bottom: 1em;
}
#biz .sp01  {
    border-top: 1px solid #dedede;
    padding-top: 1em;
}
#biz .sp02  {
    padding: 4px;
    background: url(images/biz02.jpg) no-repeat right top;
}
#biz .sp02 h4   {
}
#biz .sp02 dl   {
    padding: 10px;
    background: url(images/biz06.gif) no-repeat right bottom;
}
#biz .sp02 dl dt    {
    font-size: 160%;
    font-weight: bold;
    margin-bottom: 10px;
}
#biz .sp02 dl dd img    {
    margin-top: 1em;
}
#biz .sp02b     {
    background: url(images/biz05.gif) no-repeat right top;
    width: 308px;
    padding-top: 7px;
    margin-top: 10px;
    margin-bottom: 20px;
}
#biz dl.dl02    {
    margin-top: 2em;
}
#biz dl.dl02 dt a   {
    background-image: url(images/biz08.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 100px;
    padding-top:2px;
    font-size: 140%;
    text-decoration: underline;
    line-height: 2em;
}
#biz dl.dl02 dd {
}
