/*
Theme Name: Shotoku
Author URI: http://wp-shotoku.com/
Description: "Shotoku" is a minimal gallery theme. A responsive layouts using CSS Media Queries. Optimizes the gallery theme for mobile devices, tablet and smartphones. 
Author: shiro
Author URI: http://wp-shotoku.com/
Version: 1.3
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl.html
*/



@import "css/base.css";
@import "css/layout.css";
@import "css/skeleton.css";
@import "css/ie.css";


/*Google font api*/
@import url(http://fonts.googleapis.com/css?family=Gentium+Basic);
/*/Google font api*/

h2.widgettitle {font-size: 90%;}
.footer li {font-size: 90%;margin: 0;}

/*contactform7*/
body .wpcf7-not-valid{
    background: #FDD;
}
 
body div.wpcf7-response-output{
    position: relative;
    margin-right: 0;
    margin-left: 3em;
    opacity: 0;
}
 
body div.wpcf7-response-output[role=alert]{
    border: none;
    margin-right: 0.5em;
    margin-left: 0.5em;
    opacity: 1;
    transition: all .5s ease-in-out;
}
 
body div.wpcf7-response-output[role=alert]:before{
    content: "\002716";
    margin-right: 0.5em;
    color: #F99;
    vertical-align: middle;
}
 
body div.wpcf7-mail-sent-ok[role=alert]:before{
    content: "\002714";
    color: #3F7;
}
 
body div.wpcf7-response-output:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: all .5s ease-in-out;
}
 
body div.wpcf7-mail-sent-ok[role=alert]:after{
    width: 100%;
    border-bottom: solid 1px #3F7;
}
/*/*contactform7*/
