@charset "utf-8";

/* Theme Name: Happy Workder */

/* ===================================================================
 style info : リセット及びフォントサイズ
=================================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
	background: #fff;
	color: #000;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

nav ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000; 
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input, select {
	vertical-align: middle;
}

#site-box {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin:auto;
}
#a-box {
	float: left;
	margin-left:3%;
	width: 30%;
}
#b-box {
	margin-left:3%;
	float: left;
	width: 60%;
}
@media screen and (max-width:640px) {
	#a-box {width: 95%;}
	#b-box {width: 95%;}
}
.none {
	display:none;
}


p.txtleft {
	margin-top:5px;
	text-align: left;
	font-size: 130%;

}


/* ===================================================================
検索フォーム
=================================================================== */
#top #search {
	margin-left:-110px;
	margin-top:0px;
	position:absolute;
	padding-top: 0px;
	padding-bottom: 0px;
}
#searchform {
	width: 250px;
	height: 20px;
	position: relative;
}
#searchform label {
	display: block;
	font-size: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#searchform #s {
	width: 90%;
	height: 20px;
	line-height: 1;
	border: solid 1px #e63450;
	border-radius: 0; 
}
#searchform #searchsubmit {
	position: absolute;
	top: -2px;
	right: 1px;
	order: 0 none;
	cursor: pointer;
	width: 20%;
	height: 26px;
	left: 230px;
	margin: 0;
	background: #e63450;
	color: #FFF;
	border-radius: 0;
	-webkit-appearance: button;
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.4em;
}


/* ===================================================================
ページネーション
=================================================================== */
div.pagination {
	clear:both;
	padding:20px 0;
	position:relative;
	font-size:15px;
	line-height:17px ;
	background:none;
	margin:10px 0 20px;
	vertical-align: middle;
}

div.pagination span, .pagination a {
	display:block;
	float:left ;
	margin: 2px 2px 2px 0 ;
	padding:6px 9px 5px 9px ;
	text-decoration:none;
	width:auto ;
	color:#fff ;
	background: #e63450;
}

div.pagination a:hover{
	color:#fff ;
	background: #666 ;
}

div.pagination .current{
	padding:6px 9px 5px 9px ;
	background: #666 ;
	color:#fff ;
}