/*  
Theme Name: omenya
Theme URI: http://toy-roadworks.com
Description:This is charming omen thema
Author: Minako
Author URI: http://toy-roadworks.com
Tags: omen
*/

@charset "utf-8";

* {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding: 0px;
}
a:link, a:visited{
    color: #0E0E0A;
    font-weight: bold;
    margin-top: 0px;
    text-decoration: none;
}

a:hover, a:active{
    color: #E4E44B;
    font-weight: bold;
    text-decoration: none;
}
body {
    font-family: minmoji;
    color: #333333;
}
@font-face {
   font-family: minmoji;
   src: url('https://minmoji.ucda.jp/fontseot/http%3A__toy-roadworks.com');
   src: local('minmoji'),
       url('https://minmoji.ucda.jp/fontswoff/http%3A__toy-roadworks.com') format('woff'),
       url('https://minmoji.ucda.jp/fonts/http%3A__toy-roadworks.com') format('opentype');
}
#header {
    display: block;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 600px;
    height: 125px;

}
ul{
    padding: 0;
 overflow: hidden;
    width: 599px;
    display: block;
    margin-top: 0px;
	margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}
li{    list-style-type: none;
    float: left;
    margin-right: 10px;
    margin-bottom: 0px;
    list-style-type: none;
    margin-left: 22px;
}
.omens:hover {
    display: inline-block;
    animation: hurueru .1s  infinite;
}
@keyframes hurueru {
    0% {transform: translate(0px, 0px) rotateZ(0deg)}
    25% {transform: translate(2px, 2px) rotateZ(1deg)}
    50% {transform: translate(0px, 2px) rotateZ(0deg)}
    75% {transform: translate(2px, 0px) rotateZ(-1deg)}
    100% {transform: translate(0px, 0px) rotateZ(0deg)}
}
#content{display: block;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    width: 600px;

}
h2{
    color: #171515;
    font-weight: bold;
    font-size: large;
    text-align: center;
    border: thin dotted #BBB841;
    padding: 10px;
}
p {
	margin-bottom: 15px;
	line-height: 1.6em;
}
.module{
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px;
    
}
.module img{max-width: 100%;
	float: right
	}
blockquote{
    clear: both;
    width: 550px;
    margin: auto;
    text-align: left;
    display: block;
    background-color: #FFFFFF;
    line-height: 140%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.centra{
    padding-top: 10px;
    padding-right: 100px;
    padding-left: 100px;
    padding-bottom: 10px;
    width: 400px;
    border: thin dashed #777777;
}

#footter{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
	margin-bottom: 0px;
    padding: 15px;
    clear: both;
    width: 600px;
    text-align: right;
}
.cp_iptxt {
	position: relative;
	width: 27.33%;
	margin: 40px 3%;
}
.cp_iptxt input[type='text'] {
	font: 15px/24px sans-serif;
	box-sizing: border-box;
	width: 100%;
	padding: 0.3em;
	padding-left: 40px;
	letter-spacing: 1px;
	border: 0;
}
.cp_iptxt input[type='text']:focus {
	outline: none;
}
.cp_iptxt input[type='text']:focus::after {
	outline: none;
}
.cp_iptxt i {
	position: absolute;
	top: 0;
	left: 0;
	padding: 9px 5px;
	transition: 0.3s;
	color: #aaaaaa;
}
.cp_iptxt::after {
	display: block;
	width: 100%;
	height: 4px;
	margin-top: -1px;
	content: '';
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #da3c41;
}
#formWrap {
    width: 550px;
    margin: 0 auto;
    color: #555;
    line-height: 200%;
    font-size: 90%;
    text-align: right;
}

/*　簡易版レスポンシブ用CSS（必要最低限のみとしています。ブレークポイントも含め自由に設定下さい）　*/
@media screen and (max-width:572px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
input[type="text"], textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
input[type="submit"], input[type="reset"], input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}
