@charset "utf-8";
/* ************************************************
*	Base, reset, normalize
* ************************************************ */

html, body, div, span, object, iframe, 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, 
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-style: normal;
}

/* Structure tags */
article, 
aside, 
details, 
figcaption, 
figure, 
footer, 
header, 
hgroup, 
nav, 
section {
	display: block;
}

/* Responsive images and other embedded objects */
img, 
object, 
embed, 
video, 
iframe {
	max-width: 100%;
	display: block;
}

/* Responsive images aspeсt ratio */
img, 
video /* ,iframe */
{
	height: auto;
}

/* To prevent some browsers from inserting quotes on q and p */
blockquote, 
q {
	quotes: none;
}

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

/* Table reset */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, 
th, 
td {
	text-align: left;
	vertical-align: top;
	font-weight: normal;
}

thead th, 
thead td {
	font-weight: bold;
	vertical-align: bottom;
}

/* Image inside */
a img, 
th img, 
td img {
	vertical-align: top;
}

/* Webkit browsers reset margin */
button, 
input, 
select, 
textarea {
	margin: 0;
}

textarea {
	overflow: auto;
}

/* Normalize buttons in IE */
button {
	width: auto;
	overflow: visible;
}

/* Hand cursor on clickable controls */
input[type=button], 
input[type=submit], 
button {
	cursor: pointer;
}

/* Trick with vertical align for radio and checkbox  */
input[type="radio"], 
input[type="checkbox"] {
	font-size: 110%;
}

/* Horizontal rule reset  */
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ddd;
}

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

.clearFix {
	display: inline-table;
	min-height: 1%;
}

/* Hide from mac IE5 \*/
* html .clearFix {
	height: 1%;
}

.clearFix {
	display: block;
}
/* End Hide from mac IE5 */

/* ************************************************
*	Standard Style
* ************************************************ */

* {
	font-family: '游ゴシック', YuGothic, 'ヒラギノ角ゴ ProN W3', "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, 'MS Pゴシック', 'MS PGothic', sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	word-wrap: break-word;
	font-size: 15px;
	font-weight: normal;
	line-height: 2.0;
	letter-spacing: 1px;
}

h1, 
h2, 
h3, 
h4, 
h5, 
h6 {
	font-weight: bold;
	clear: both;
}

p {
	margin: 0 0 1em 0;
}

hgroup h1, 
hgroup h2, 
hgroup h3, 
hgroup h4 {
	margin-bottom: .1em;
}

.subheader {
	font-size: 1.2em;
	font-weight: normal;
	color: #8f8f8f;
	margin-bottom: 1em;
}

ol, 
ul {
	list-style: none;
}

hr, 
hgroup, 
form, 
fieldset {
	margin: 0;
}

ul, 
ol, 
dl, 
blockquote, 
/*pre, */
table {
	margin: 0 0 1em;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 0;
}

blockquote {
	margin: 1em 0;
	padding: 1.5em;
	border-left: 1px solid #ccc;
	color: #666;
}

blockquote small, 
cite {
	color: #888;
	font-style: italic;
}

blockquote p {
	margin-bottom: 1em;
	font-style: italic;
}

small, 
blockquote cite {
	font-size: 1em;
	line-height: 1.6;
}

blockquote .pull-right, 
.row blockquote .pull-right {
	float: none;
	text-align: right;
	display: block;
}

address {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

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

strong, 
b {
	font-weight: bold;
}

em, 
i {
	font-style: italic;
}

sub, 
sup {
	font-size: 0.7em;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

figcaption {
	font-size: 0.85em;
	font-style: italic;
}

ins, 
mark {
	background-color: transparent;
	color: #333;
	text-decoration: none;
}

pre, 
code, 
kbd, 
samp {
	font-size: 90%;
	font-family: Menlo, Monaco, monospace, sans-serif;
}

/*pre {
	background: #f8f8f8;
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 1.5em;
	white-space: pre-wrap;
	word-wrap: break-word;
	overflow: auto;
}

code {
	padding: 2px 3px;
	display: inline-block;
	line-height: 1;
	background: #f8f8f8;
	border: 1px solid #ddd;
}*/

kbd {
	padding: 0 6px;
	border-radius: 4px;
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px #fff inset;
	background-color: #fafafa;
	border-color: #ccc #ccc white;
	border-style: solid solid none;
	border-width: 1px 1px medium;
	color: #444;
	font-weight: bold;
	white-space: nowrap;
}

input[type="text"], 
input[type="password"], 
input[type="email"], textarea {
	font-size: 13px;
	line-height: 1.5;
	border: 1px #bbb solid;
	padding: 2px 2%;
}

fieldset {
	padding: 2em 1.5em;
	margin-bottom: 1.5em;
	border: 1px solid #dddddd;
}

legend {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 1em;
}

tfoot th, 
tfoot td {
}

th, 
td {
	border-bottom: 1px solid #eeeeee;
	padding: 0.75em 0.5em;
}

/* ************************************************
*	Tables
* ************************************************ */

table {
	width: 100%;
	font-weight: bold;
}

.entry th, 
.entry td {
	padding: 0.5em 0.5em;
}

.entry th {
	text-align: center;
	font-weight: bold;
}

.entry td {
}

/* テーブルの枠線無しスタイル */
table.noborder,
table.noborder tr,
table.noborder th,
table.noborder td {
	border: none;
}

/* ************************************************
*	Form
* ************************************************ */
.entry from .asterisk {
	color: #ff0000;
	font-weight: bold;
}

.entry form table {
	font-size: 90%;
}

.entry form th {
	width: 150px;
}

.entry form td {
	padding: 0.75em 0.5em 0.75em 1.5em;
	width: auto;
}

.entry form input[type="text"] {
	max-width: 300px;
	border: 1px #bbb solid;
}

.entry form input[type="radio"],
.entry form input[type="checkbox"] {
	vertical-align: middle;
	margin: 0 3px;
	width: auto;
}

.entry form .mwform-tel-field input, 
.entry form .mwform-fax-field input {
	max-width: 100px;
	width: 15%;
}

.entry form textarea {
	max-width: 600px;
	width: 100%!important;
}

.entry form input[type="submit"], 
.entry form input[type="reset"] {
	margin: 0 2% 25px;
	padding: 10px 5px;
	width: 45%;
	display: inline-block;
	padding: 10px 20px;
	line-height: 2.0;
	text-decoration: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
	-moz-border-radius: 3px;
	cursor: pointer;
	font-size: 120%;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	font-weight: bold;
}

.entry form input:hover[type="submit"], 
.entry form input:hover[type="reset"] {
	opacity: 0.8;
}

.entry form p {
	margin: 20px 0;
}


/* ************************************************
*	Blocks
* ************************************************ */

.block-2, 
.block-3, 
.block-4, 
.block-5, 
.block-6 {
	list-style-image: none !important;
	list-style: none;
	margin-left: -3.1914893617021276%;
	margin-bottom: 0;
}

.block-2::after, 
.block-3::after, 
.block-4::after, 
.block-5::after, 
.block-6::after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.block-2 > li, 
.block-3 > li, 
.block-4 > li, 
.block-5 > li, 
.block-6 > li {
	height: auto;
	float: left;
	margin-bottom: 1.5em;
	margin-left: 3.1914893617021276%;
}

.block-2 > li {
	width: 46.80851063829787%;
}

.block-3 > li {
	width: 30.141843971631204%;
}

.block-4 > li {
	width: 21.80851063829787%;
}

.block-5 > li {
	width: 16.80851063829787%;
}

.block-6 > li {
	width: 13.47517730496454%;
}

/* sw*/
.entry .block-2 > li, 
.entry .block-3 > li, 
.entry .block-4 > li, 
.entry .block-5 > li, 
.entry .block-6 > li {
	background-image: none;
	padding: 0px 0px 15px 0;
}


/* ************************************************
*	Goodies
* ************************************************ */

/* 画像リンクのマウスオーバーに透かし */
a:hover img {
	opacity: 0.8;
}

.alignleft {
	float: left;
	margin: 0 30px 30px 0;
}

.alignright {
	float: right;
	margin: 0 0 30px 30px;
}

p.wp-caption-text {
	position: relative;
	margin: 10px 0 0;
}

p.wp-caption-text::before {
	content: "\f0da";
	font-family: FontAwesome;
	margin: 0 5px 0 0;
}

.supersmall {
	font-size: 0.7em;
}

.small {
	font-size: 0.85em;
}

.big {
	font-size: 1.2em;
}

input.big {
	padding: 2px 0;
	font-size: 1.2em;
}

.text-centered {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.last {
	margin-right: 0 !important;
}

.end {
	margin-bottom: 0 !important;
}

.handle {
	cursor: move;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

/* Colors */
.black {
	color: #333;
}

.gray-dark {
	color: #555555;
}

.gray {
	color: #777777;
}

.gray-light {
	color: #999999;
}

.white {
	color: #fff;
}

.red, .error {
	color: #da3e5a;
}

.green, .success {
	color: #18a011;
}

/* Link Colors Hover */
a.white:hover {
	color: #d9d9d9;
	color: rgba(255, 255, 255, 0.8);
}

a.green:hover, 
a.red:hover, 
a.error:hover {
	color: #333;
}

/* line-height */
.lh20 {
	line-height: 20px;
}

.lh21 {
	line-height: 21px;
}

.lh22 {
	line-height: 22px;
}

.lh23 {
	line-height: 23px;
}

.lh24 {
	line-height: 24px;
}

.lh25 {
	line-height: 25px;
}

/* margin */
.m0 {
	margin: 0 !important;
}

.mt0 {
	margin-top: 0 !important;
}

.mt5 {
	margin-top: 5px !important;
}

.mt10 {
	margin-top: 10px !important;
}

.mt15 {
	margin-top: 15px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt25 {
	margin-top: 25px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mt35 {
	margin-top: 35px !important;
}

.mt40 {
	margin-top: 40px !important;
}

.mt50 {
	margin-top: 50px !important;
}

.mt60 {
	margin-top: 60px !important;
}

.mt70 {
	margin-top: 70px !important;
}

.mt80 {
	margin-top: 80px !important;
}

.mb0 {
	margin-bottom: 0 !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb25 {
	margin-bottom: 25px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb35 {
	margin-bottom: 35px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

/* padding */
.p0 {
	padding: 0 !important;
}

.pt0 {
	padding-top: 0 !important;
}

.pt5 {
	padding-top: 5px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt15 {
	padding-top: 15px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt25 {
	padding-top: 25px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pt35 {
	padding-top: 35px !important;
}

.pt40 {
	padding-top: 40px !important;
}

.pt50 {
	padding-top: 50px !important;
}

.pt60 {
	padding-top: 60px !important;
}

.pb0 {
	padding-bottom: 0 !important;
}

.pb5 {
	padding-bottom: 5px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb15 {
	padding-bottom: 15px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb25 {
	padding-bottom: 25px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.pb35 {
	padding-bottom: 35px !important;
}

.pb40 {
	padding-bottom: 40px !important;
}

.pb50 {
	padding-bottom: 50px !important;
}

.pb60 {
	padding-bottom: 60px !important;
}

/* スマートフォンやPCで表示しない */
.spnone {
	display: block;
}
@media screen and (max-width: 480px) {
.spnone {
	display: none;
}
}

.pcnone {
	display: none;
}
@media screen and (max-width: 480px) {
.pcnone {
	display: block;
}
}

/* PageTop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 77%;
}

#page-top a {
	text-decoration: none;
	color: #fff;
	text-align: center;
	display: block;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	background: #666 url(img/return_top.png) no-repeat center;
	-moz-border-radius: 50%;
	-khtml-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition-property: background color;
	-webkit-transition-duration: 0.4s;
	-webkit-transition-timing-function: ease;
	-moz-transition-property: background color;
	-moz-transition-duration: 0.4s;
	-moz-transition-timing-function: ease;
	-o-transition-property: background color;
	-o-transition-duration: 0.4s;
	-o-transition-timing-function: ease;
}

#page-top a:hover {
	background-color: #4d90fe;
	text-decoration: none;
}

/* ************************************************
*	Responsive
* ************************************************ */
/* 767px */
@media screen and (max-width: 767px) {

	.block-two, 
	.block-three, 
	.block-four, 
	.block-five, 
	.block-six {
		margin-left: 0;
		margin-bottom: 1.5em;
	}

	.block-two > li, 
	.block-three > li, 
	.block-four > li, 
	.block-five > li, 
	.block-six > li {
		float: none;
		margin: 0;
		width: 100%;
	}
	
}

/* 600px */
@media screen and (max-width: 600px) {

	#wpadminbar {
		margin-top: -50px;
	}
	
}

/* 520px */
@media screen and (max-width: 520px) {

	.alignleft {
		float: none;
		width: auto;
		margin: 0 auto 20px;
	}

	.alignright {
		float: none;
		width: auto;
		margin: 0 auto 20px;
	}
	
}

/* 479px */
@media screen and (max-width: 479px) {

	.entry form th {
		width: 20%;
	}

	.entry form td {
		width: 80%;
	}

	.entry form input[type="text"], 
	.entry form input[type="password"], 
	.entry form input[type="email"], 
	.entry form textarea {
		width: 96%;
		max-width: 96%;
		line-height: 2.0;
	}

	.entry form .mwform-tel-field input, 
	.entry form .mwform-fax-field input {
		width: 24%;
	}

}