*{
	box-sizing:border-box;
}

p{
	margin: 0 0 30px 0;
}

img,
input[type="image"]{
max-width: 100%;
height: auto;
width:auto;
}

.img-center{
	text-align:center;
	margin:40px auto;
}

h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
}

ul,li ,figure{
	margin:0;
	padding:0;
}


hr{
	height: 1px;
	border: none;
	border-top: 1px dashed #cca027;
	margin:60px 40px;
}

ol,
ul{
	list-style-position: inside;
	padding-left:10px;
}
ol li,
ul li{
	text-align:left;
}

/*-----------------------------------------------------
	フォーム
-----------------------------------------------------*/
p.required{margin:20px 0 10px;}

input[type="text"],
input[type="email"],
input[type="checkbox"],
input[type="radio"],
input[type="password"],
input[type="url"],
input[type="tel"],
textarea,
select{
     font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"ＭＳ Ｐゴシック",sans-serif;
     }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="tel"],
textarea,
select{
    margin:3px 5px 3px 0;
    padding:2px;
    background:#fff;
     background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
     background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,238,238,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0 );    background: -moz-linear-gradient(top, #fff, #eee);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));

    border:1px solid #aaa;
    box-shadow:2px 2px  0 #efefef,/*右下*/
                   2px -2px 0 #efefef,/*右上*/
                   -2px -2px 0 #efefef,/*左上*/
                   -2px 2px 0 #efefef,/*左下*/
                   1px 1px 1px #ccc inset;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus{
     background:#fff6cd;
     background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,246,205,1)));
     background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,246,205,1) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fff6cd', GradientType=0 );    background: -moz-linear-gradient(top, #fff, #fff6cd);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff6cd));

    border:1px solid #ca924a;
    box-shadow:2px 2px  0 #fcdf91,/*右下*/
                   2px -2px 0 #fcdf91,/*右上*/
                   -2px -2px 0 #fcdf91f,/*左上*/
                   -2px 2px 0 #fcdf91,/*左下*/
                   1px 1px 1px #ccc inset;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}



input[type="checkbox"],
input[type="radio"]{
     margin:3px 5px 3px 0;
     padding:2px;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
}

.entry-content select{padding:2px;margin:3px 5px 3px 0;}
#loginform label{margin-right:0;}

input[type="checkbox"]{margin-right:5px;}

input[type="submit"]{
     box-shadow:none;
     box-shadow:1px 1px 3px #666,
                    1px 1px 0 #6bd356 inset;
     background:#17940e;
    background: -moz-linear-gradient(top, #2db712, #17940e);
    background: -webkit-gradient(linear, left top, left bottom, from(#2db712), to(#17940e));
    border:1px solid #0f7e07;
    color:#fff;
    font-weight:bold;
    padding:8px 30px;
     font-size:18px;
    text-shadow:1px 1px 0 #0f7e07;
     cursor:pointer;
     -moz-border-radius: 3px;
     -webkit-border-radius: 3px;
     border-radius: 3px;
     margin:20px;
     font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro W3,"ＭＳ Ｐゴシック",sans-serif;
     }
input[type="submit"]:hover{
     background:#2db712;
    background: -moz-linear-gradient(top, #17940e, #2db712);
    background: -webkit-gradient(linear, left top, left bottom, from(#17940e), to(#2db712));
     box-shadow:1px 1px 3px #666,
                    -1px -1px 0 #6bd356 inset;
     position:relative;
    text-shadow:-1px -1px 0 #0f7e07;
     }

input,textarea{
     line-height:1.6;
}
input[type="checkbox"]{
     margin:0;
     padding: 0;
     }
span.wpcf7-list-item{margin:0}



/* ---------------------------------------------------------
floatクリア
--------------------------------------------------------- */

span.clear {
     height: 1px;
     margin: 0;
     padding: 0;
     font-size: 1px;
     line-height: 1px;
     display: block;
     clear: both;
}
.clear {
     height: 1px;
     margin: 0;
     padding: 0;
     font-size: 1px;
     line-height: 1px;
     display: block;
     clear: both;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

.clr{
	clear:both;
}

/*---------------------------------
               font
---------------------------------*/
.fnt50{ font-size:50%; }
.fnt60{ font-size:60%; }
.fnt70{ font-size:70%; }
.fnt80{ font-size:80%; }
.fnt90{ font-size:90%; }
.fnt100{ font-size:100%; }
.fnt110{ font-size:110%; }
.fnt120{ font-size:120%; }
.fnt130{ font-size:130%; }
.fnt140{ font-size:140%; }
.fnt150{ font-size:150%; }
.fnt160{ font-size:160%; }
.fnt170{ font-size:170%; }
.fnt180{ font-size:180%; }
.fnt190{ font-size:190%; }
.fnt200{ font-size:200%; }
.fnt210{ font-size:210%; }
.fnt220{ font-size:220%; }
.fnt230{ font-size:230%; }
.fnt240{ font-size:240%; }
.fnt250{ font-size:250%; }


.bold{font-weight:bold;}
.under{text-decoration:underline;}
.italic{font-style:italic;}
.mark{background:#ffff00}

.sukima{line-height:0}
.hissu{font-size:10px;font-weight:normal;color:#ff0000}

.int{text-indent:-1em; margin-left:1em; margin-bottom:10px;}

a.btn:hover{position:relative;top:1px;left:1px;}


/*画像マウスオーバー*/

a img { transition: 0.5s;}
a img:hover {opacity: 0.6;transition: 0.5s;}

a{color:#06C;}
a:link{color:#06C;}
a:visited{color:#06C;}



/*---------------------------------
               color
---------------------------------*/
.red{color:#e32a17;}
.red2{color:#cc0000;}
.orange{color:#ff9900;}
.orange2{color:#ff3300;}
.white{color:#fff;}
.gray{color:#999;}
.green{color:#009966;}
.blue{color:#102c75;}
.pink{color:#ff5b9d;}

.redL{color:#e32a17;font-size:130%;}
.redUL{color:#e32a17;font-size:130%;border-bottom:1px solid #e32a17;}

.bg_gray{background:#eee;}
.bg_baige{background:#f7f4ef;}
.bg_pink{background:#ffdfdf}
.bg_white{background:#fff}

/*---------------------------------
               align
---------------------------------*/
.text_right{text-align:right;}
.text_left{text-align:left;}
.text_center{text-align:center;}

.img_center{display: block; margin:0 auto;}
.img_left{ float: left; margin: 0 1em 1em 0;}
.img_right{float: right; margin: 0 0 1em 1em; max-width:43%;}

/*---------------------------------
               float
---------------------------------*/
.flt_r, .alignright {float:right;margin-left:24px;margin-bottom:10px;}
.flt_l,.alignleft {float:left;margin-right:24px;margin-bottom:10px;}


/*----------------------------------
               width
----------------------------------*/
.w50 { width: 50%; }
.w60 { width: 60%; }
.w80 { width: 80%; }
.w90 { width: 90%; }
.w100 { width: 100%; }

/*----------------------------------
               margin
----------------------------------*/
.mt0{margin-top:0;}
.mt1{margin-top:1px;}
.mt2{margin-top:2px;}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt15{margin-top:15px;}
.mt20{margin-top:20px;}
.mt30{margin-top:30px;}

.mb0{margin-bottom:0;}
.mb1{margin-bottom:1px;}

.mb5{margin-bottom:5px;}
.mb10{margin-bottom:10px;}
.mb15{margin-bottom:15px;}
.mb20{margin-bottom:20px;}
.mb30{margin-bottom:30px;}
.mb40{margin-bottom:40px;}
.mb50{margin-bottom:50px;}

.mr0{margin-right:0}
.mr1{margin-right:1px;}
.mr2{margin-right:2px;}
.mr3{margin-right:3px;}
.mr5{margin-right:5px;}
.mr10{margin-right:10px;}
.mr15{margin-right:15px;}
.mr20{margin-right:20px;}
.mr30{margin-right:30px;}
.mr40{margin-right:40px;}
.mr50{margin-right:50px;}

.ml0{margin-left:0px;}
.ml5{margin-left:5px;}
.ml10{margin-left:10px;}
.ml15{margin-left:15px;}
.ml20{margin-left:20px;}
.ml30{margin-left:30px;}
.ml40{margin-left:40px;}
.ml50{margin-left:50px;}


.pd10{padding:10px;}
.pd20{padding:20px;}
.pd30{padding:30px;}
.pd40{padding:40px;}

.pt1{padding-top:1px;}
.pt5{padding-top:5px;}
.pt10{padding-top:10px;}
.pt20{padding-top:20px;}
.pt30{padding-top:30px;}
.pt40{padding-top:40px;}
.pt50{padding-top:50px;}

.pb1{padding-bottom:1px;}
.pb5{padding-bottom:5px;}
.pb10{padding-bottom:10px;}
.pb20{padding-bottom:20px;}
.pb30{padding-bottom:30px;}
.pb40{padding-bottom:40px;}
.pb50{padding-bottom:50px;}




/*----------------------------------
              movie
----------------------------------*/
.movie {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
	margin-bottom:5%;
}
.movie iframe,  
.movie object,  
.movie embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

