@charset "UTF-8";
/*
Theme Name: CURAPO
Author: AliceFactory
Author URI: http://alicellc.jp
Description: AliceFactory WordPress Theme
Version: 0.1.0
*/


/*-------------------------------------------------------
!! WP Style
-------------------------------------------------------*/

p {
    display: block;
    margin: 1em 0;
}

strong { font-weight: bold; }
em { font-style: italic; }
blockquote {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 40px;
    -webkit-margin-end: 40px;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
}

/*-------------------------------------------------------
!! reset
-------------------------------------------------------*/

html,body,h1,h2,h3,h4,h5,p,div,ul,ol,li,
dl,dt,dd,table,th,td,blockquote,pre,
header,footer,article,section,nav,aside,main,figure {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

header,footer,article,section,nav,aside,main,figure {
  display: block;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  outline: 0;
  text-decoration: none;
}

em {
  font-style: normal;
}

ul,ol {
  list-style: none;
}

address {
  font-style: normal;
}


/*---------- clearfix ----------*/
.cf:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}

.cf {
  zoom: 1;
}

input:not([type]),
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="text"] {
  border: solid 1px #aaa;
}



