@charset "utf-8";

/*
Theme Name: onecaliforniaday
Theme URI: http://www.onecaliforniaday.jp
Description: http://www.onecaliforniaday.jp/
Author: http://www.onecaliforniaday.jp/
*/

/* =Reset
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
html{
/*
	overflow-x: auto;
	overflow-y: scroll;
*/
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 62.5%;
	height: 100%;
}
body{
	background: #fff;
	line-height: 1;
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
	font-size: 16px;
	font-size: 1.6em;
	color: #333;
	height: 100%;
}

ul{
	list-style: none;
}

ol{
	margin: 0 10px;
	padding: 0 0 0 1.5em;
}
ol li span{
}


blockquote,
q{
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td{
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6{
	font-weight: normal;
}

h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.6em;
}
h3{
	font-size: 1.4em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}

a:focus{
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section{
	display: block;
}
audio,
canvas,
video{
	display: inline-block;
}
audio:not([controls]){
	display: none;
}
del{
	color: #333;
}
ins{
	background: #fff9c0;
	text-decoration: none;
}
hr{
	background: #ccc;
	border: 0;
	height: 1px;
	margin: 24px 0;
	margin-bottom: 1.714285714rem;
}
sub,
sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup{
	top: -0.5em;
}
sub{
	bottom: -0.25em;
}
small{
	font-size: smaller;
}
img{
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.clearfix:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix{
	min-height: 1px;
}

.clearfix:after {
	content: "";
	clear: both;
	display: block;
}


/* Form fields, general styles first ----*/
button,
input,
textarea{
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	max-width: 99%;
}
button,
input{
	line-height: normal;
}
textarea{
	font-size: 100%;
	vertical-align: top;
	max-width: 99%;
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	cursor: pointer;
	background-color: #f5f5f7;
}

.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover{
	color: #5e5e5e;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active{
	color: #757575;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}


#contents .widget_search{
	margin: 0 0 20px;
	float: right;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

input#s{
	margin: 10px auto;
	width: 95%;
}
input#searchsubmit{
	margin: 10px auto;
	width: 5em;
}


a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

a:link,
a:visited,
a:active{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #3A55AC;
	text-decoration: underline;
}

a.btn{
	margin: 2em auto;
	padding: 1em 0;
	background: #333;
	color: #fff !important;
	text-align: center;
	display: block;
	letter-spacing: 0.2em;
	font-weight: normal;
}
a:hover.btn{
	background: #cc0000;
}
a.btn2{
	margin: 2em auto;
	padding: 1em 0;
	background: #1C82D6;
	color: #fff !important;
	text-align: center;
	display: block;
	letter-spacing: 0.2em;
	font-weight: normal;
}
a:hover.btn2{
	background: #ccc;
}
a.btn3{
	color: #1C82D6;
	letter-spacing: 0.015em;
}

img.thumL,
img.alignleft{
	float: left;
	margin: 0 20px 20px 0;
	height: auto;
}

img.thumR,
img.alignright{
	float: right;
	margin: 0 0 20px 20px;
	height: auto;
}
img.thumN,
img.aligncenter{
	margin: 20px auto;
	display: block;
	clear: both;
	height: auto;
}
img.alignnone{
	margin: 20px 0;
	display: block;
	clear: both;
	height: auto;
}


.wpcf7-text{
	width: 300px;
}
.wpcf7-textarea{
	width: 500px;
}

.wpcf7 .wpcf7-response-output{
	margin: 10px 0 0;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors{
	color: #B94A48;
	background-color: #F2DEDE;
	border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok{
	color: #3A87AD;
	background-color: #D9EDF7;
	border: 1px solid #BCE8F1;
}