　 /* ------------------------------
Version 1.02
Copyright (C) LEMON STUDIO
Smartphone template by LEMON STUDIO.
http://template.lemonstudio.net/
------------------------------ */

* {
    margin: 0;
    padding: 0;
}
body {
    background-color: YellowGreen;
    font: 14px arial,helvetica,hirakakupro-w3,osaka,"ms pgothic",sans-serif;
    width: auto;
}
a:link, a:visited {
    text-decoration: none;
}
h2, h3, h4, h5 {
    margin:10px 0;
}
h2, h1 {
    font-size: large;
}
h3 {
    font-size: large;
}
ul, ol {
    list-style: none outside none;
    margin-right: 10px;
}
li {
    display: inline;
}
blockquote {
    margin: 10px;
}
addr {
    border: 0 none;
}

#container {
    text-align: center;
    background-color: #333333;
    color: #FFFFFF;
}
#container:after {
    color: #FFFFFF;
    content: "Smartphone template by cssTouch.";
}

#container-inner, #content {
    background-color: YellowGreen;
}
#container-inner {
    color: #333333;
    text-align: left;
}

#header {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
}
#header-inner, #content-inner, #footer-inner {
    width: auto;
}
#header-content {
    margin: 10px;
    width: auto;
}
#header-name, .siteName {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
}
#header a {
    color: #ffffff;
}
#header-description {
    color: #ffffff;
}
#header-description {
    font-size: 14px;
    margin: 5px 0 0;
}

#footer-inner, #alpha-inner, #beta-inner, #gamma-inner {
    overflow: hidden;
    padding: 10px;
}

#alpha, #main {
    margin: 10px;
    background-color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 5px #666666;
    -moz-box-shadow: 0 0 5px #666666;
    -webkit-box-shadow: 0 0 5px #666666;
}

#alpha .asset-body img, #alpha .asset-body object, #alpha .asset-body embed {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}
#alpha .asset-more img, #alpha .asset-more object, #alpha .asset-more embed {
    display: block;
    max-width: 100% !important;
    height: auto !important;
}

.asset, .comments, .trackbacks, .archive, .search-form {
    border-bottom: 1px solid #666666;
}

.asset-name {
    margin: 0 0 5px 0;
}
.asset-name a {
    border-right: 10px solid #DDDDDD;
    display: block;
    padding: 10px 0 25px;
}
.asset-name a:hover {
    background-color: #efefef;
}

.mt-main-index .asset-content, .mt-main-index .author, .mt-main-index .separator {
    display: none;
}
.mt-archive-listing .author, .mt-archive-listing .separator {
    display: none;
}
#alpha-inner .entry-asset:first-child .asset-content {
    display: block;
}
#alpha-inner .entry-asset:first-child .asset-header {
    border-bottom: 1px solid #666666;
}

.mt-main-index .asset-meta, .mt-archive-listing .asset-meta, .mt-search-results .asset-meta {
    margin-top: -20px;
}
.asset-content {
    padding: 10px 0;
}
.asset-meta, .typelist-thumbnailed {
    font-size: 10px;
}

.asset-footer, .trackbacks, .comments, .archive-content {
    padding-bottom: 10px;
}
.mt-main-index .asset-footer {
    padding-bottom: 0;
}
.asset-more-link {
    margin: 10px;
}
.content-nav {
    margin: 10px;
    color: #FFFFFF;
}
.content-nav a, .asset-more-link a {
    border: 1px solid #666666;
    border-radius: 5px 5px 5px 5px;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}

.content-nav a:hover, .asset-more-link a:hover {
    background-color: #efefef;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 275px !important;
    margin: 5px 0;
}

.layout-wtt #beta {
    width: auto;
}
#beta {
    color: #FFFFFF;
    border-bottom: 10px solid #333333;
}
.widget-header, .widget-header a, .widget-content a {
    color: #FFFFFF;
}
.widget-header {
    font-size: 18px;
}
#beta .widget-content, #gamma .widget-content {
    border-top: 1px solid #FFFFFF;
    display: block;
    margin: 0 0 10px;
    padding: 10px;
    position: static;
}
.archive-content ul, .widget-content ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.widget-content li {
    display: inline;
    margin: 0 5px 0 0;
}
.widget-content .item .asset-img-thumb {
    width: 83px;
    border: 1px solid #FFFFFF;
}
#beta .widget-content a, #gamma .widget-content a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    color: #333333;
    padding: 0 10px;
}
#beta .widget-content .item a, #gamma .widget-content .item a {
    background: none repeat scroll 0 0 transparent;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.layout-wtt #gamma {
    width: auto;
}
#gamma {
    color: #ffffff;
}
#content .widget-powered .widget-content {
    background-color: #F8F8F8;
    border: 1px solid #DDDDDD;
    margin: 10px 0;
}

form {
    zoom:1;
}
form:after{
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

form #search, form select {
    border: 5px solid #666666;
    display: block;
    float: left;
    height: 25px;
}
form input[type="submit"] {
    background-color: #333333;
    border: 0 solid #666666;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: large;
    margin: 0 0 0 5px;
    padding: 5px 0;
}

#footer {
    background-color: #333333;
    color: #FFFFFF;
    text-align: center;
}
#footer a {
    color: #FFFFFF;
}

.hidden {display: inline;}
.hidden_sp {display: none;}

#button_sp_pc {
    font-weight: normal;
    text-decoration: underline;
}
#button_sp_sp {
    font-weight: bold;
    text-decoration: none;
}