@charset "UTF-8";
/*  
Theme Name: theme_carpit-recruit
Description: Customized by cruller.
Version: 1.0
Author: cruller
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url(layout.css);


/*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,
font,
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	line-height: 100%;
	font-weight: normal;
	background: transparent;
}

button,
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 0;
	font-size: 100%;
	line-height: 100%;
	border: none;
	outline: none;
	background: transparent;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

body {
	line-height: 1;
}

ol,
ul,
li {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption {
	width: 100%;
}

a {
	outline: none;
}

/*clearfix*/
.cf:before,
.cf:after {
	content: "";
	display: block;
	overflow: hidden;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

/*style*/
html {
	background-color: #FFFFFF;
	-webkit-font-smoothing: subpixel-antialiased;
}

body {
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", sans-serif;
	font-weight: normal;
	color: #232323;
}

img {
	border: none;
	height: auto;
	vertical-align: bottom;
}

@media screen and (max-width: 999px) {
	img {
		max-width: 100%;
		height: auto;
	}
}

a {
	color:#3E82B3;
	text-decoration: none;
	transition: .3s;
}
a:hover{
	transition: .3s;
}

a:hover {
	color: rgb(204 0 0 / 50%);
}

a img {
	vertical-align: bottom;
}

.screen-reader-text {
	display: none;
}

.clear {
	clear: both;
}

.clear hr {
	display: none;
}

.hide {
	text-indent: 1000%;
	white-space: nowrap;
	overflow: hidden;
}

hr {
	background-color: #999999;
	border: 0;
	height: 1px;
	clear: both;
	margin: 30px auto;
}

object,
embed {
	width: 100%;
	display: block;
	margin: auto;
}


/*breadcrumb*/
#breadcrumb {
	color: #fff;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	padding: 12px 20px;
	margin: auto;
}

@media screen and (max-width: 767px) {
	#breadcrumb {
		padding: 10px;
	}
}

#breadcrumb a {
	color: #CCCCCC;
	text-decoration: none;
}

/*content*/
.hentry {
	padding: 0;
	overflow: hidden;
}

.hentry .pageTitle,
.hentry .pageTitle a {
	text-decoration: none;
}

.hentry ul {
	margin-left: 25px;
	padding-left: 0px;
}

.hentry ol {
	margin-left: 30px;
	padding-left: 0px;
}

.hentry ul li {
	list-style-type: disc;
}

.hentry ol li {
	list-style-type: decimal;
}

.hentry .postmetadata {
	text-align: right;
	clear: both;
	float: right;
}

.sticky {
	background: #f8f8f8;
	margin: 0 0 30px;
	padding: 20px;
}

.sticky hr {
	display: none;
}

/*image*/
.thumbnail-align img {
	float: left;
	padding: 7px;
	margin: 0 20px 20px 0;
	background-color: #eee;
}

img.alignleft {
	float: left;
	padding: 7px;
	margin: 0 20px 20px 0;
	background-color: #eee;
}

img.alignright {
	float: right;
	padding: 7px;
	margin: 0 0 20px 20px;
	background-color: #eee;
}

.aligncenter {
	clear: both;
	display: block;
	margin: auto;
}

.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	text-align: center;
	padding: 7px 2px;
}

.wp-caption.alignleft {
	float: left;
	margin: 0 15px 15px 0;
}

.wp-caption.alignright {
	float: right;
	margin: 0 0 15px 15px;
}

.wp-caption img {
	margin: 0;
}

.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 0;
}

@media screen and (max-width: 767px) {
	.hentry img {
		float: none;
		display: block;
		margin: auto auto 15px;
		padding: 0;
		max-width: 100%;
	}
}

/*comment*/
#comments {
	max-width: 900px;
	margin: auto;
}

.commentlist {
	margin: 15px 0 0;
	border-top: 1px solid #eee;
}

.commentlist p {
	margin: 10px 0;
	clear: both;
}

.commentlist li {
	clear: both;
}

.commentlist .comment-body {
	border-bottom: 1px solid #ccc;
	margin: 0 0 15px;
	clear: both;
	font-size: 12px;
	line-height: 20px;
	padding: 15px 10px;
}

.commentlist .reply {
	text-align: right;
}

.commentlist .avatar {
	float: left;
	margin: 0 10px 0 0;
}

.comment-author.vcard {}

#respond {
	padding: 0;
}

#reply-title {
	margin: 0;
	padding: 0;
}

#commentform {
	padding: 10px 0;
}

#commentform p {
	margin: 0 0 5px;
}

#commentform textarea#comment {
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #666;
	padding: 3px;
	width: 98%;
}

#commentform input {
	font-size: 13px;
	line-height: 20px;
	border: 1px solid #666;
	padding: 3px;
	clear: both;
	width: 98%;
}

#commentform .required {
	color: #c00;
}

#commentform label {}

.commentlist .bypostauthor {
	background-color: #eee;
}

.form-allowed-tags {
	font-size: 11px;
	line-height: 15px;
	color: #999;
}

.form-submit #submit {
	margin: 10px auto;
	width: 218px;
	display: block;
	cursor: pointer;
	padding: 0;
	border: 1px solid #aaa;
	font-size: 13px;
	line-height: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #fff9d3;
}

/*sideFix*/
#sideFix {
	width: 200px;
}

@media screen and (max-width: 767px) {
	#sideFix {
		width: auto;
		display: none;
	}
}

/*
.fixed {
	position: fixed;
	top: 20px;
	
}
@media screen and (max-width: 767px) {
.fixed {
	position: static;
}
}
*/

/*side*/
#side {
	overflow: hidden;
	padding: 0 0 20px;
	width: 200px;
}

.side-widget {
	padding: 20px 0 0;
	width: 200px;
	overflow: hidden;
}

.side-widget .widget-title {
	margin: 0;
	font-weight: bold;
}

.side-widget ul {
	margin: 0;
}

.side-widget ul ul {
	margin: 0;
	padding: 0 0 0 10px;
}

.side-widget p {
	margin: 0;
}

.side-widget th,
.side-widget td {
	padding: 0;
	text-align: center;
}