@import url(https://fonts.googleapis.com/css?family=Macondo+Swash+Caps);
@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

img {
    vertical-align: bottom;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
}

select, textarea, input,button {
    color: #333;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1.5px;
    padding: 2px 10px;
   width: 200px;
}

a {
    text-decoration: none;  
    color: #223a70;
    margin: 0 5px;
    font-family: 'Oxygen' !important;
}

a:hover {
    position: relative;
    top: 0px;
    left: 0px;
}

body {
    line-height: 26px;
    word-break:normal;
    margin: 0;
    padding: 0; 
    font-size: 13px;
    letter-spacing: 1px;
    color: #444;
    background: #fdfdfd;
    font-family: 'Oxygen' !important;
}

.zero, .zero a{
font-family: 'Macondo Swash Caps', cursive !important;
}

.wrapper2 {
    width: 80%;
    margin: 30px auto;
    margin-bottom: 0;
    max-width: 600px;
    text-align: left !important;
    position: relative;
}

.icon {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .3;
}

h1 {
    text-align: center;
    font-size: 30px;
    color: #add8e6;
    font-family: 'Macondo Swash Caps', cursive !important;
}

h1 .title{
 font-size:8px;
}

#menu2{
 background: rgba(255,255,255,0.8);
 padding: 10px 0px;
 text-align: center;
 position: fixed;
 top: 0px;
 left: 0px;
 right:0px;
 z-index: 1;
 display: none;
 font-family: 'Macondo Swash Caps', cursive !important;
}

#menu2 a{
font-family: 'Macondo Swash Caps', cursive !important;
}

.menu {
    margin-top: 8px;
    text-align: center;
    font-size: 14px;
    font-family: 'Macondo Swash Caps', cursive !important;
}

.menu a {
    margin-right: 5px;
    border-bottom: none !important;
    font-family: 'Macondo Swash Caps', cursive !important;
}

.menu a:last-child {
    margin-right: 0;
}

.line {
    text-align: center;
    margin-top: 40px;
}

.menu a:nth-child(2n) {
    color: #7eb0e5;
}

.menu a:nth-child(2n+1) {
    color: #223a70;
}

.head {
    padding: 10px 0 15px 0;
    border-top: 4px double #cfe0fc;
    border-bottom: 4px double #cfe0fc;
    max-width: 300px;
    margin: 0 auto;
    font-family: 'Macondo Swash Caps', cursive !important;
}

.marker {
    padding: 0 2px;
    margin: 0 2px;
    background: #bce2e8;
}

.marker2 {
    background: #ffe4e1;
}

.marker2 a {
    margin: 0px;
}

p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.wrapper2 a {
    border-bottom: 1px solid #ddd;
}

.wrapper2 a:hover {
    color: #008db7;
}

h2 {
    background: url(http://alicex.jp/data/wistaria07/img/wistaria07_upld_1.jpg)repeat-x right;
    background-size: 512px;
    font-size: 18px;
    letter-spacing: 0;
    padding: 2px 10px 0 10px;
    margin-bottom: 20px;
    font-family: 'Macondo Swash Caps', cursive !important;
}

h3{
 font-family: 'Oxygen', serif, cursive !important;
 display: inline-block ;
 position: relative ;
 padding: 0 1em ;
 margin-bottom: 0px;
 background-color: #eee ;
 line-height: 1.6em ;
 font-weight: normal;
 font-size: 13px;
}

h3:before{
 content: '' ;
 position: absolute ;
  left: 3px ;
  top: 0 ;
  display: block ;
  height: 100% ;
 margin-right: 0.3em ;
 border-left: 1px dashed #fdfdfd ;
}

h3:after{
 content: '' ;
 position: absolute ;
 right: 0 ;
 bottom: 0 ;
 display: inline-block ;
 border-width: 0.8em 0.5em ;
 border-style: solid ;
 border-color: transparent #fdfdfd transparent transparent ;
}

#page-top {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#page-top a {
	text-decoration: none;
	display: block;
        font-size: 32px;
}

/* 基本 */
input[type=text],textarea,input[type=submit]{
    /* デフォルト設定をリセット */
    -webkit-appearance: none;
    /* 背景色（全て指定） */
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    background-image: -webkit-linear-gradient(left, #fff, #fff);
    background-color: #fff;
    /* 枠色 */
    border:solid 1px #2a4073;
    /* 角丸設定など */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    vertical-align:middle; 
    position:relative; 
    top:-1px; 
}

/* テキストエリア */
textarea{
    width: 90%; /* 長さ */
    margin-bottom: 5px;
}

/* 入力フォーム、セレクトフォーム */
input[type=text],select{
    width: 140px; /* 長さ */
    height: 27px;  /* 高さ */
    padding:0 2px; /* 文字余白 */
}
/* セレクトフォーム 補足 */
select{
    /* 角丸 */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* 枠色 */
    border:solid 1px #2a4073;
    background-color: #ffffff;
    padding: 0px 0px 0px 8px;
}
/* ボタン */
input[type=submit],input[type="reset"]{ 
    width: auto; /* 長さ */ 
    height:27px; /* 高さ */
    padding:0 2px; /* 文字余白 */
}

input:focus,select:focus,textarea:focus{
 background-color: #fffaf0 !important;
}

footer{
 margin-top: 30px;
 font-family: 'Macondo Swash Caps', cursive !important;
}

footer a{
 text-decoration: none;
 color: #444;
 font-family: 'Macondo Swash Caps', cursive !important;
}

/* マーク ----------------------------------------------------------------------*/
.fa-female{
color: #e73562;
}

.fa-male{
color: #006eb0;
}

hr {
        border:none;
	border-top: 1px dashed #bbb;
}