/*h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,div {margin:0;padding:0;font-weight: normal;}*/

body,
html{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:auto; /* iOS position:fixed; elements fix (not 100%) */
    min-height:100%;
    overflow-x:hidden;
}

body {
    color: #000;
    font-size: 13px;
    font-family: 'Roboto',"メイリオ", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", Osaka, sans-serif;
    background: #fff;
}

ul,ol,p,div,
h1,h2,h3,h4,h5 {
    margin: 0;
    padding: 0;
}
iframe {
    max-width: 100%;
}

/*
a {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
*/
a:hover {
    text-decoration: underline;
}
main a:hover img {
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.6;
}
/*
::selection {
    color: #fff;
    background: #111;
}
::-moz-selection {
    color: #fff;
    background: #111;
}
*/

.pc-none {
    display: none;
}

.relation ul a:before, .relation ul a:after,
.wrap:before, .wrap:after,
footer:before, footer:after,
#container:before, #container:after,
header:before, header:after,
article:before, article:after,
section:before, section:after,
.cf:before, .cf:after {
    content: " ";
    display: table;
}
.relation ul a:after,
.wrap:after,
footer:after,
#container:after,
header:after,
article:after,
section:after,
.cf:after {
    clear: both;
}
.relation ul a,
.wrap,
footer,
#container,
header,
article,
section,
.cf {
    *zoom: 1;
}


/* =====================================
 *  Blocks
 * ===================================== */
main#page article .blocks-2,
main#page article .blocks-3,
main#page article .blocks-4,
main#page article .blocks-5,
main#page article .blocks-6 {
    padding-left: 0;
    list-style: none;
    margin-left: -3%;
}
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
    content: "";
    display: table;
    clear: both;
}
.blocks-2:after,
.blocks-3:after,
.blocks-4:after,
.blocks-5:after,
.blocks-6:after {
    content: "";
    display: table;
    clear: both;
}
.blocks-2 > li,
.blocks-3 > li,
.blocks-4 > li,
.blocks-5 > li,
.blocks-6 > li {
    height: auto;
    float: left;
    margin-bottom: 1.65em;
    margin-left: 3%;
}
.blocks-2 > li ul,
.blocks-3 > li ul,
.blocks-4 > li ul,
.blocks-5 > li ul,
.blocks-6 > li ul {
    list-style-type: disc;
}
.blocks-2 > li ul ul,
.blocks-3 > li ul ul,
.blocks-4 > li ul ul,
.blocks-5 > li ul ul,
.blocks-6 > li ul ul {
    list-style-type: circle;
}
.blocks-2 > li li,
.blocks-3 > li li,
.blocks-4 > li li,
.blocks-5 > li li,
.blocks-6 > li li {
    float: none;
    margin: 0;
}
.blocks-2 > li {
    width: 47%;
}
.blocks-3 > li {
    width: 30.333333333333332%;
}
.blocks-4 > li {
    width: 22%;
}
.blocks-5 > li {
    width: 17%;
}
.blocks-6 > li {
    width: 13.666666666666666%;
}
.block-first {
    clear: both;
}

/* =====================================
 *  color
 * ===================================== */
/* base text */
footer a,
nav ul li a,
body {
    color: #111;
}

/* link */
/*
main#archive article h2 a,
#pagination a:hover,
main#archive article .more-btn a:hover,
main#archive article h2 a:hover,
*/
a {
    color: #0b6a86;
}
a:hover {
    color: #0fa9d2;
}
footer #copyright,
aside h3,
.sans-serif {
    font-family: 'Roboto',"Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* =====================================
 *  layout
 * ===================================== */
.wrap,
#footer-in,
header #head-top,
#container {
    width: 980px;
    margin: 0 auto;
}
#container {
    padding: 0 0 40px;
}
header {
    margin-bottom: 40px;
}

main {
    float: left;
    width: 650px;
    /*border-right: solid 1px #d4d2d2;*/
}
aside {
    float: right;
    width: 300px;
}

.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}


/* =====================================
 *  header
 * ===================================== */
header #site-title {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.3;
    float: left;
}
header #head-top {
    padding: 18px 0;
}
header #site-title a {
    color: #333;
    text-decoration: none;

}
header #site-title img {
    float: left;
    margin-right: 15px;
}
header #site-title span {
    font-size: 14px;
    display: block;
    float: left;
    padding-top: 4px;
}

header #search-box {
    float: right;
    padding-top: 4px;
}
header #search-box #search-input {
    border: solid 1px #ccc;
    float: left;
    height: 28px;
    padding: 0 10px;
    outline: none;
}
header #search-box #search-input:focus {
    border-color: #666;
    background: #f6f6f6;
}

header #search-box #search-submit {
    background: #000 url("../../img/header/search-icon.png") no-repeat 12px 0.55em;
    color: #fff;
    border: none;
    font-size: 13px;
    height: 30px;
    padding: 0 15px 0 36px;
    letter-spacing: 5px;
    vertical-align: middle;
}
header #search-box #search-submit:hover {
    background-color: #444;
}

header .header-ad {
    background: #f5f5f5;
    padding: 15px;
    text-align: center;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
header .header-ad div.ad-in {
    max-width: 980px;
    margin: 0 auto;
}
/*
header .header-ad div.ad-in {
    width: 728px;
    height: 90px;
    background: #bbb;
    margin: 0 auto;
}
*/
input[type="button"],input[type="text"],input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* =====================================
 *  nav
 * ===================================== */
nav#global-nav {
    color: #fff;
    background: #111;
    font-weight: normal;
}
nav#global-nav ul {
    list-style: none;
    border-left: solid 1px #fff;
    padding: 0;
}
nav#global-nav ul li {
    display: inline;

}
nav#global-nav ul li a {
    color: #fff;
    padding: 7px 23px;
    border-right: solid 1px #fff;
    display: inline-block;
    text-decoration: none;
}
nav#global-nav ul li a:hover {
    color: #cfcfcf;
    text-decoration: none;
}



/* =====================================
 *  aside
 * ===================================== */
aside section,
aside .ad {
    margin-bottom: 20px;
}
aside {
    font-size: 13px;
}
aside section {
    line-height: 1.4;

}
aside h4 {
    font-weight: normal;
    border-bottom: solid 3px #0fa9d2;
    color: #666;
    padding-bottom: 3px;
}
aside h4 span {
    color: #333;
    font-size: 17px;
    margin-right: 10px;

}
aside ol li a:hover,
aside ul li a:hover {
    background-color: #e9f4ff;
    text-decoration: none;
}

aside ul {
    list-style: none;
}
aside section.ranking ol li,
aside section.ranking ul li,
aside section.posts ul li {
    border-bottom: solid 1px #ccc;
}
aside section.ranking ol li a,
aside section.ranking ul li a,
aside section.posts ul li a {
    padding: 10px 0;
    display: block;
    font-weight: bold;
    text-decoration: none;
}

aside section.posts ul li img.wp-post-image,
aside section.posts ul li img.thum {
    float: left;
    margin-right: 10px;
}
aside section.posts ul li img.none {
    border: solid 1px #e5e5e5;
}



aside section.ranking ol {
    counter-reset:number;
    list-style:none;
    margin:0;
    padding:0;
}
aside section.ranking ol li {
    position: relative;
}
aside section.ranking ol li:before {
    counter-increment: number;
    content: counter(number);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #b3b3b3;
    color: #fff;
    display: block;
    width: 24px;
    padding: 3px 0;
    text-align: center;
    float: left;
    margin-right: 8px;
    margin-top: 7px;
    position: absolute;
    left: 0;
}
aside section.ranking ol li:nth-child(1):before {
    background-color: #ff0000;
}
aside section.ranking ol li:nth-child(2):before {
    background-color: #ff7200;
}
aside section.ranking ol li:nth-child(3):before {
    background-color: #ffba00;
}

aside section.ranking ol li a {
    font-weight: normal;
    padding-left: 36px;
}
/*
aside section.ranking ol li span {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #b3b3b3;
    color: #fff;
    display: block;
    width: 24px;
    padding: 3px 0;
    text-align: center;
    float: left;
    margin-right: 8px;
    margin-top: -3px;
    position: absolute;
    left: 0;
}
aside section.ranking ol li:nth-child(1) span,
aside section.ranking ol li.rank1 span {
    background-color: #ff0000;
}
aside section.ranking ol li:nth-child(2) span,
aside section.ranking ol li.rank2 span {
    background-color: #ff7200;
}
aside section.ranking ol li:nth-child(3) span,
aside section.ranking ol li.rank3 span {
    background-color: #ffba00;
}
*/

/* =====================================
 *  footer
 * ===================================== */
footer {
    padding: 30px 0;
    font-size: 13px;
    line-height: 1.7;
    border-bottom: solid 1px #ccc;
}
footer a {
    text-decoration: underline;
}
footer a:hover {
    filter: alpha(opacity=70);
    -moz-opacity:0.7;
    opacity:0.7;
}
footer #footer-left {
    float: left;
}
footer .logo {
    padding-top: 15px;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: normal;
    font-size: 12px;
    float: left;
    width: 315px;
}
footer .logo img {
    float: left;
    margin-right: 10px;
}
footer .logo span {
    display: block;
}
footer #copyright {
    margin: 0;
    font-size: 11px;
}

footer p {
    margin-bottom: 20px;
}
footer ul.sns-btn {
    float: right;
}
footer ul.sns-btn li {
    display: inline;
    margin-right: 5px;
}
footer ul.sns-btn li.under {
    margin-right: 0;
}
/*
footer ul li a {
    background: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 8px;
}
footer ul li a:hover {
    background: #bbb;
}
*/

#footer-nav {
    background: #f5f5f5;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    padding: 30px 0;
}
#footer-nav h5 {
    border-bottom: solid 1px #ccc;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0.7em;
}
#footer-nav h5 span {
    color: #888;
    font-size: 19px;
    margin-right: 10px;
}
#footer-nav ul {
    list-style: none;
}
#footer-nav ul li {
    float: left;
    word-wrap: break-word;
}
#footer-nav ul li a {
    text-decoration: none;
}
#footer-nav ul li a:hover {
    color: #999;
    text-decoration: underline;
}

#footer-nav .category-list {
    width: 48%;
    float: left;
}
#footer-nav .archive-list {
    width: 49%;
    float: right;
}
#footer-nav .category-list ul li {
    margin-bottom: 0.3em;
}
#footer-nav .category-list ul li::after {
    content: "/";
    margin-left: 8px;
    margin-right: 8px;
}
#footer-nav .archive-list .label {
    border: solid 1px #ccc;
    display: inline;
    padding: 3px 8px;
    float: left;
    margin-right: 10px;
}
#footer-nav .archive-list ul {
    padding-top: 5px;
}
#footer-nav .archive-list ul li {
    margin-right: 9px;
}
#footer-nav .archive-list div {
    margin-bottom: 6px;
}

#copyright {
    color: #999;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    padding: 20px;
    font-size: 11px;
}

/* =====================================
 *  main#archive
 * ===================================== */
article a {
    text-decoration: underline;
}
article a:hover {
    text-decoration: none;
}
article .thum {
    margin-bottom: 10px;
}

main .ad-col2 div {
    width: 300px;
    display: inline;
    margin: 0 5px;
}

main#archive .date {
    color: #7f7f7f;
    font-size: 93%;
    text-align: right;
}
main#archive article {
    padding: 20px 0;
    line-height: 1.7;
    border-top: solid 1px #ccc;
}

main#page,
main#archive #articles {
}
main#archive article:hover {
    background-color: #e9f4ff;
    cursor: pointer;
}
main#archive article:hover h2 a {
    color: #0fa9d2;
}

main#archive article h2 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 0.3em;
}
main#archive article h2 a {
    text-decoration: none;
}
main#archive article h2 a:hover {
}

main#archive article .thum {
    float: left;
    margin-bottom: 0;
    width: 130px;
    height: 130px;
}
main#archive article .thum img {
    width: 100%;
    height: auto;
}
main#archive article .thum a img {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
}
main#archive article .thum img.none {
    border: solid 1px #e5e5e5;
}

main#archive article div.txt-box {
    width: 500px;
    float: right;
}
main#archive article div.txt-box p {
    margin-bottom: 0.3em;
    font-size: 14px;
}
main#archive article div.txt-box p.description {
    line-height: 1.5;
}

main p.page-title {
    font-size: 22px;
    border-top: solid 1px #ccc;
    padding: 10px;
}

main .ad {
    text-align: center;
	clear: both;
    padding: 20px 0;
}


#pagination {
    font-family: Arial, sans-serif;
    padding: 28px 0;
    margin-bottom: 1em;
    text-align: center;
    line-height: 1;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#pagination span,
#pagination a {
    margin: 0 5px;
    padding: 8px 11px;
    border: solid 1px #0098c1;
    background: #fff;
    color: #0098c1;
    text-decoration: none;
}

#pagination a:hover {
    color: #0098c1;
    text-decoration: none;
    background-color: #e2efff;
}
#pagination .current {
    background: #0098c1;
    color: #fff;
}

/* =====================================
 *  main#page
 * ===================================== */
main#page {
    font-size: 15px;
    line-height: 1.8;
    word-break: normal;
}
main#page #topic-path {
    font-size: 13px;
    list-style: none;
    margin-left: 0;
    margin-bottom: 2px;
}
main#page #topic-path li {
    display: inline;
    margin-right: 5px;
}
main#page #topic-path li:after {
    content: ">";
    padding-left: 10px;

}
main#page #topic-path li a {
    text-decoration: none;
    color: #333;
}
main#page #topic-path li a:hover {
    color: #ccc;
}
main#page article {
    margin-bottom: 30px;
}

main#page article img {
    vertical-align: bottom;
}

main#page div,
main#page section {
    margin-bottom: 2.5em;
}
main#page article div div,
main#page article section section {
    margin-bottom: 2em;
}

/* head-sns-btns */
main#page div.head-sns-btns {
    margin-bottom: 0;
    /*height: 32px;*/
}
main#page div.head-sns-btns div {
    margin: 0;
    padding: 0;
}
main#page div.head-sns-btns div.s-btn {
    float: left;
    margin: 0 10px 0 0;
}
main#page div.head-sns-btns .twitter-btn {
    width: 90px;
}


main#page div.head-sns-btns .fb-like,
main#page div.head-sns-btns .fb_iframe_widget {
    line-height: 0;
}
main#page div.head-sns-btns .fb-root {
    display: none;
}


main#page .top-section div {
    margin-bottom: 0;
}

main#page .date {
    word-break: normal;
    margin-bottom: 13px;
    float: right;
    color: #999;
    font-size: 13px;
}

main#page .keywords {
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding: 8px 5px;
    font-size: 13px;
    margin-bottom: 25px;
}
main#page .keywords p {
    margin-bottom: 0;
    float: left;
}
main#page .keywords ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 0;
}
main#page .keywords ul li {
    display: inline;
    margin-right: 5px;
}
main#page .keywords a {
    text-decoration: none;
}
main#page .page-title {

}
main#page article h1 {
    line-height: 1.3;
    font-size: 28px;
    margin-bottom: 10px;
}
main#page article h1.under-line {
    border-bottom: solid 1px #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

main#page article h2 {
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 0.8em;
    border-left: solid 6px #0fa9d2;
    padding: 6px 0 6px 12px;
    font-weight: normal;
}


main#page article h3 {
    font-weight: bold;
    border-left: solid 6px #D90000;
    padding-left: 7px;
    margin-bottom: 0.6em;

}
main#page article h4 {


}
main#page p {
    margin-bottom: 1.5em;
}
main#page p.bot0 {
    margin-bottom: 0;
}
.txt-small,
main#page .txt-small {
    font-size: 85%;

}
main#page article ol,
main#page article ul {
    margin-left: 23px;
    margin-bottom: 1.5em;
}
main#page article ol.li-bot li,
main#page article ul.li-bot li {
    margin-bottom: 1em;
}

main#page article dl {
    margin-bottom: 2em;
}
main#page article dl dt,
main#page article dl dd {
    padding: 8px 15px;
}
main#page article dl dt {
    border-left: solid 4px #be2e2c;
    padding-bottom: 0;
}
main#page article dl dt:after {
    content: "";
    border-bottom: solid 1px #d4d2d2;
    display: block;
    padding-bottom: 8px;
    margin-left: -10px;
}
main#page article dl dd {
    border-left: solid 4px #d4d2d2;
    margin-bottom: 5px;
}

/*
main#page article dl dt {
    background: #eeece9;
    display: inline-block;
    padding: 5px 20px;
    margin-bottom: 0.5em;
    border-bottom: solid 2px #d4d2d2;

}
main#page article dl dd {
    margin-bottom: 1em;
    margin-left: 20px;
}
*/

main#page article .thum {
    float: left;
    margin-right: 20px;
}
main#page article .description {
    /*width: 460px;*/
}


main#page article blockquote {
    background: #eeece9;
    border: solid 1px #d4d2d2;
    margin: 25px 0;
    padding: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}


main#page article img.img-bd {
    border: solid 1px #d4d2d2;
    /*padding: 5px;*/
}


/* table01
──────────────────── */
main#page article table {
    margin-bottom: 1.5em;
}
main#page article table.bot0,
main#page article table.bottom0 {
    margin-bottom: 0;
}
main#page article table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 3px solid #d4d2d2;
}
main#page article table td,
main#page article table th {
    padding: 7px 15px;
    border-bottom: 1px solid #d4d2d2;
    border-right: 1px solid #d4d2d2;
}
main#page article table th {
    background: #eeece9;
    font-weight: normal;
    white-space: nowrap;
    text-align: left;
    vertical-align: top;
}

main#page article table th.center,
main#page article table td.center {
    text-align: center;
}

main#page article .log {
    padding: 10px;
    background: #0f192a;
    color: #fff;
    font-family: "Consolas", "Bitstream Vera Sans Mono", "Courier New", Courier, monospace, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    word-break: normal;
}

main#page .btn{
    background: #000;
    border: solid 1px #000;
}


main#page .col2 {
    margin-left: -2%;
}

main#page .col2 img {
    width: 48%;
    float: left;
    margin-left: 2%;
}

main#page .app-info {
    font-size: 13px;
    border: solid 1px #ccc;
    padding: 15px;
    line-height: 1.4;
    width: 450px;
    margin: 0 auto 30px;
}
main#page .app-info strong {
    font-size: 15px;
}
main#page .app-info div {
    padding: 15px 0 0;
    margin: 0;
    text-align: center;
}
main#page .app-info .app-top {
    border-bottom: solid 1px #ccc;
    padding-top: 0;
    padding-bottom: 15px;
    text-align: left;
}
main#page .app-info img.icon {
    float: left;
    width: 20%;
}
main#page .app-info p {
    float: right;
    overflow: hidden;
    width: 76%;
    margin-bottom: 0;
}

/* social-btns */
main#page div.social-btns {
    margin-bottom: 20px;
    margin-top: 130px;
}
main#page div.social-btns div {
    margin-bottom: 0;
}
main#page div.social-btns div.btn-sec {
    float: left;
    margin-left: 15px;
    margin-bottom: 15px;
    padding: 0;
}



.social-btns #fb-root {
    padding: 0;
    margin: 0;
}

.most-page ul li i {
    margin-left: 10px;
    font-style: normal;
}

main#page #page-etc {
    padding: 20px;
}
main#page #page-etc section {
    margin-bottom: 3em;
}
main#page #page-etc section.bot0 {
    margin-bottom: 0;
}
main#page #page-etc h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 4px 10px;
    margin-bottom: 2px;
}


/* sns-btns
 --------------------- */
main#page #post-etc .sns-btns {
    margin-bottom: 18px;
    text-align: center;
}
main#page #post-etc .sns-btns ul {
    list-style: none;
    margin-left: -16px;
}
main#page #post-etc .sns-btns ul li {
    float: left;
    margin-left: 16px;
    margin-bottom: 10px;
}
main#page #post-etc .sns-btns ul li img {
    vertical-align: bottom;
}

/* relation
 --------------------- */
main#page #post-etc h3 {
    font-size: 13px;
    font-weight: normal;
    border-bottom: solid 3px #0fa9d2;
    color: #666;
    margin-bottom: 10px;
}
main#page #post-etc h3 span {
    color: #333;
    font-size: 19px;
    margin-right: 10px;

}
main#page .relation .relation-in {
    border: solid 3px #000;
}
main#page .relation ul {
    list-style: none;
    font-size: 13px;
    line-height: 1.4;
    margin-left: -1%;
}
main#page .relation ul li {
    width: 49%;
    padding-left: 1%;
    float: left;
    font-weight: bold;
    margin-bottom: 10px;
}


main#page .relation ul img {
    float: left;
    margin-right: 10px;

}
main#page .relation ul p {
    padding-top: 2px;
    margin-bottom: 0;
}
main#page .relation ul a {
    color: #0b6a86;
    display: block;
    text-decoration: none;
}
main#page .relation ul a:hover {
    color: #0fa9d2;
}
main#page .relation ul a:hover {
    background-color: #e9f4ff;
}
main#page .relation ul li a span.date {
    float: none;
    font-size: 12px;
    font-weight: normal;
}


main#page .link-box {
    background: #f5f5f5;
    padding: 15px 20px;
}
main#page a.blank {
    background: url("../img/common/blank-icon.png") no-repeat right center;
    padding-right: 23px;
}

main#page .store-link {
    text-align: center;
}
main#page .store-link img {
    width: 200px;
    margin: 0 2px;
}

/* =====================================
 *  contact form
 * ===================================== */
main#page .wpcf7-form p {
    margin-bottom: 8px;
}
.wpcf7-form input,
.wpcf7-form textarea {
    background: #fcfcfc;
    border: solid 1px #ccc;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.wpcf7-form textarea:focus,
.wpcf7-form input:focus {
    border: solid 1px #666;
    background: #f8f8f8;
    outline: none
}
.wpcf7-form input.wpcf7-submit {
    padding: 10px;
    background: #ddd;
    border: solid 1px #ccc;
    color: #333;
    width: 100%;
}
.wpcf7-form input.wpcf7-submit:hover {
    background: #999;
    color: #fff;
}

/* =====================================
 *  AdSense
 * ===================================== */
.my_adslot { width: 468px; height: 60px; }
/*@media print, screen and (max-width:480px){ .my_adslot { width: 320px; height: 50px; } }*/
@media print, screen and (max-width:480px){ .my_adslot { width: 300px; height: 250px; } }



@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {
    header #search-box #search-submit {
        background-image: url("../../img/header/search-icon@x2.png");
        background-size: 17px 16px;
    }
}
