@charset "UTF-8";
/*
	Theme Name: AtomWP
	Description: 2014/02/22

*/

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/**
 * Remove default margin.
 */

body {
	margin: 0;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0
}
ol, ul {
	list-style: none
}
/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio, canvas, progress, video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden], template {
	display: none;
}
/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active, a:hover {
	outline: 0;
}
a img:hover {
	opacity: 0.6;
}
/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b, strong {
	font-weight: bold;
}
/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
	font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
	border: 0;
}
/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
	overflow: hidden;
}
/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
	margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button, input, optgroup, select, textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
	overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button, select {
	text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */

button[disabled], html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
	width: 97%;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
	overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}
/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
/* ==========================================================================
   Wordpress
   ========================================================================== */

.center {
	text-align: center;
	margin: 0 auto;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	margin: 10px;
	padding-top: 4px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f3f3f3;
	text-align: center;
}
.wp-caption-text, .gallery-caption {
	font-size: 80%;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	margin: 0;
	padding: 0 4px 5px;
	font-size: 11px;
	line-height: 17px;
}
img.alignright {
	display: inline-block;
	margin: 0 0 1em 1.5em;
}
img.alignleft {
	display: inline-block;
	margin: 0 1.5em 1em 0;
}
.clearfix {
	zoom: 1;
}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
/* ==========================================================================
   独自レイアウト
   ========================================================================== */

body {
	-webkit-text-size-adjust: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #333;
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
}
a:link {
	color: #3399cc;
	text-decoration: underline;
}
a:visited {
	color: #006699;
	text-decoration: underline;
}
a:hover, a:active {
	color: #0099ff;
	text-decoration: none;
}
#page-wrap {
	background: #fff;
}
#container {
	max-width: 960px;
	position: relative;
	margin: 0 auto;
	zoom: 1;
}
#container:after {
	content: "";
	display: block;
	clear: both;
}
/* 非表示 */
.pc-hidden, .sp, #head-menubar #back, #bottommenu, #slidemenu, #newslist, #youtube, .line_add {
	display: none;
}
/* 表示 */
{
 display: block;
}
#main {
	margin-left: 220px;
	background: #fff;
	padding: 15px;
}
#side {
	position: absolute;
	left: 0;
	top: 0;
	width: 200px;
}
#pc-grad {
	background: url(images/pc-grad.png) repeat-x;
	padding: 20px 0 0;
}
#head-menubar {
	background: url(images/pcHeaderImg.jpg) no-repeat top left;
	height: 300px;
	max-width: 960px;
	position: relative;
	margin: 0 auto;
}
#slidemenu-navi, #head-menubar-phone, #logo {
	display: none;
}
#head-menubar-title {
	font-size: 16px;
	letter-spacing: -0.1em;
	line-height: 30px;
	font-weight: normal;
	font-family : "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HGP明朝B", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #C0C0C0;
	padding: 5px 0 0 5px;
	margin: 0;
}
#head-menubar-title a {
	color: #444;
	text-decoration: none;
}
#head-menubar-title strong {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #000;
	text-shadow: 0 0 1px #333;
}
#head-banner {
	display: block;
	width: 182px;
	height: 0;
	padding-top: 35px;
	overflow: hidden;
	position: absolute;
	top: 209px;
	right: 35px;
	background: url(images/headerImgBanner.png) no-repeat 0 -35px;
}
#head-banner:hover {
	background: url(images/headerImgBanner.png) no-repeat 0 0;
}
#headNaviArea {
	background: #e49287; /* Old browsers */
	background: -ms-linear-gradient(top, #e49287 0%, #d14140 50%, #b22e2c 51%, #c54b4a 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e49287 0%, #d14140 50%, #b22e2c 51%, #c54b4a 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e49287', endColorstr='#c54b4a', GradientType=0 ); /* IE6-9 */
	border-bottom: 1px solid #7c2224;
	border-top: 1px solid #DF7873;
	color: #fff;
}
#headNaviArea #headNavi {
	max-width: 960px;
	margin: 0 auto;
}
#headNavi ul {
	padding: 0;
	margin: 0;
	border-left: 1px solid #772623;
}
#headNavi ul li {
	display: block;
	float: left;
}
#headNavi ul li:last-child {
	border-right: 1px solid #eca59f;
}
#headNavi ul li a {
	display: block;
	padding: 18px 10px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	min-width: 80px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
	border-left: 1px solid #eca59f;
	border-right: 1px solid #772623;
}
#headNavi ul li a:hover {
	background: #dd1404; /* Old browsers */
	background: -ms-linear-gradient(top, #dd1404 0%, #dd1404 50%, #c30101 51%, #c30101 52%, #b60001 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dd1404 0%, #dd1404 50%, #c30101 51%, #c30101 52%, #b60001 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd1404', endColorstr='#b60001', GradientType=0 ); /* IE6-9 */
	border-left: 1px solid #e13e03;
}
#breadcrumb {
}
#breadcrumb ul {
	font-size: 10px;
	padding: 0;
	margin: 0 0 5px;
	color: #444;
}
#breadcrumb li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
}
#breadcrumb li a {
	text-decoration: none;
	color: #666;
}
#description {
	margin: 0 0 10px;
}
#header {
	width: 960px;
	margin: 0 auto;
}
.widget {
	margin: 0 0 20px;
	box-shadow: 0 0 5px #ddd;
	border: 1px solid #ddd;
}
.widget.widget_search {
	border: none;
	box-shadow: none;
}
.widgettitle {
	border: 1px solid #c7c7c7;
	background: #f8f8f8; /* Old browsers */
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #c9c9c9 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #f8f8f8 0%, #c9c9c9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f8f8f8 0%, #c9c9c9 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#c9c9c9', GradientType=0 ); /* IE6-9 */
	font-size: 12px;
	padding: 8px 10px 5px;
	position: relative;
	text-shadow: 1px 1px 1px #fff;
	margin: 0;
	color: #666;
}
.widgettitle:before {
	content: "";
	display: block;
	height: 2px;
	background: #cf4834;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.widget ul {
	padding: 0;
	margin: 0;
}
.widget ul li {
	display: block;
	padding: 10px 10px 10px 25px;
	position: relative;
	border-bottom: 1px solid #eee;
}
.widget ul li:last-child {
	border-bottom: none;
}
.widget ul li:before {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border: 4px solid #BA4647;
	position: absolute;
	left: 10px;
	top: 15px;
}
.widget ul li a {
	display: block;
	color: #222;
	text-decoration: none;
	margin: -10px -10px -10px -25px;
	padding: 10px 10px 10px 25px;
}
.widget ul li a:hover {
	background: #eee;
}
#footer-pagetop {
}
#footer-pagetop a {
	display: block;
	float: right;
	background: #ba4647;
	font-size: 12px;
	line-height: 12px;
	width: 100px;
	height: 18px;
	padding: 7px 0 0;
	margin: 0 10px 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
#footer-pagetop a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background: url(images/footer-pagetop-icon.png) no-repeat 0 0;
	background-size: 12px 12px;
	vertical-align: top;
	margin: 0 5px 0 0;
}
#footer {
	clear: both;
	text-align: center;
	margin: 0px !important;
	background: #ba4647;
	padding: 10px;
	color: #fff;
}
#footer-logo {
	text-align: right;
}
#footer-logo img {
	width: 216px;
	height: auto;
}
#footer-address {
	font-style: normal;
}
#footer-address dl {
	padding: 0;
	margin: 10px 0;
	line-height: 13px;
	text-align: left;
}
#footer-address dl dt {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 2px;
}
#footer-address dl dd {
	font-size: 10px;
	margin: 0 0 10px;
}
#footer-address dl dd a {
	color: #fff;
}
#footer p {
	margin: 0;
}
.post {
	margin: 0 0 40px;
}
.post .post-meta {
	font-size: 10px;
	text-align: left;
	background: #eee;
	border-radius: 2px;
	padding: 5px 10px;
	color: #666;
	margin: 10px 10px 50px 10px;
}
.post .post-meta a {
	text-decoration: none;
	color: #444;
}
.post .post-meta .category {
	font-weight: bold;
}
.article-pagetop {
	text-align: right;
	margin: 10px 10px 20px;
}
.article-pagetop a {
}
.post .title, .category-title {
	background: #eeeeee; /* Old browsers */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(50%, #eeeeee), color-stop(51%, #dcdcdc), color-stop(100%, #eaeaea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #dcdcdc 51%, #eaeaea 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top, #eeeeee 0%, #eeeeee 50%, #dcdcdc 51%, #eaeaea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #eeeeee 0%, #eeeeee 50%, #dcdcdc 51%, #eaeaea 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eaeaea', GradientType=0 ); /* IE6-9 */
	text-shadow: 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
	color: #333333;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	margin: 2px;
	padding: 8px 10px;
	border: #bcbcbc solid;
	border-width: 1px 1px 1px 0;
	outline: 2px solid #dcdcdc;
	position: relative;
}
.post .title:before, .category-title:before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	background: #BA4647;
	position: absolute;
	left: 0;
	top: 0;
}
.post .title a {
	color: #333;
	text-decoration: none;
}
.post h2, .post .title-h2 {
	border-left: 5px solid #ba4647;
	margin: 15px 0;
	font-size: 18px;
	line-height: 28px;
	padding: 0 0 0 5px;
	color: #000;
}
.post h2 a, .post .title-h2 a {
	color: #000;
	text-decoration: none;
}
.post h2.top-h2 {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: -0.05em;
}
.post h2.count {
	border-left: none;
	margin: 10px;
	font-size: 20px;
	line-height: 30px;
	padding: 0 0 0 5px;
	color: #ba4647;
}
.post h2.count {
	font-size: 22px;
	line-height: 30px;
}
.post h2.count span {
	display: inline-block;
	padding: 5px 0 3px;
	width: 23px;
	height: 15px;
	font-size: 15px;
	line-height: 15px;
	border-radius: 14px;
	color: #fff;
	text-align: center;
	background: #ba4647;
	vertical-align: middle;
	margin: 0 5px 0 0;
	position: relative;
	top: -2px;
}
.post h3, .post .title-h3 {
	color: #ba4647;
	text-align: center;
	margin: 15px 10px;
	font-size: 18px;
	line-height: 28px;
	padding: 0;
	font-weight: bold;
	border-bottom: solid 2px #ba4647;
}
.post p {
	margin: 20px 0;
}
.post ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.post ul.list-bold {
	font-weight: bold;
}
.post ul li {
	margin: 10px;
}
.post ul li:before {
	content: "";
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(images/article-list-arrow.png) no-repeat center center #ba4647;
	margin: 0 5px 0 0;
	position: relative;
	top: -1px;
}
.post ul.list-bold li strong {
	color: #ba4647;
}
.flow-item ul.list-bold {
	font-size: 14px;
	line-height: 16px;
	font-weight: normal;
	padding: 0;
}
.flow-item ul.list-bold li {
	box-sizing: border-box;
	width: 50%;
	float: left;
	margin: 0;
	padding: 5px;
}
.post .more-link {
	/*	display: block; */
	display: none;
	background: #46ba54; /* Old browsers */
	background: -ms-linear-gradient(top, #46ba54 0%, #209428 100%); /* IE10+ */
	background: linear-gradient(to bottom, #46ba54 0%, #209428 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46ba54', endColorstr='#209428', GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	padding: 12px 0;
	width: 200px;
	margin: 20px auto;
	text-decoration: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.post .more-link-2 {
	display: block;
	font-size: 20px;
	line-height: 20px;
	height: 34px;
	padding: 16px 0 0 20px;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 1px 7px #1a6a20;
	text-decoration: none;
	background: #46ba54; /* Old browsers */
	background: -ms-linear-gradient(-45deg, #46ba54 0%, #209428 100%); /* IE10+ */
	background: linear-gradient(135deg, #46ba54 0%, #209428 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46ba54', endColorstr='#209428', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	position: relative;
}
.post .more-link-2:after {
	content: "";
	display: block;
	position: absolute;
	right: 10px;
	top: 0;
	background: url(images/post-more-arrow.png) no-repeat 0 0;
	background-size: 30px 50px;
	height: 50px;
	width: 30px;
}
.post .article-phone {
	display: none;
}
#footer-flow {
	padding-top: 20px;
}
.sharedaddy ul li:before {
	background: none !important;
}
.flow-outer {
	border: 1px solid #eee;
	background: #fafafa;
	margin: 20px 0 0;
}
.flow-outer p {
	margin: 20px 0 0;
}
.flow-outer .title-bottom-img {
	margin: 0;
}
.flow-item {
	padding-left: 55px;
	position: relative;
	margin: 10px 0 20px;
}
.flow-item-arrow {
	position: absolute;
	left: 4px;
	top: 0;
	height: 100%;
	box-sizing: border-box;
	padding-bottom: 20px;
	width: 40px;
}
.flow-item-arrow span {
	display: block;
	height: 100%;
	position: relative;
}
.flow-item-arrow span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	background: #46BA54;
	width: 20px;
	height: 100%;
}
.flow-item-arrow:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: #46ba54 transparent transparent transparent;
}
.flow-item.flow-item-last {
	padding: 0;
	margin: 10px;
}
.title-bottom-img {
	margin: 10px 0;
}
.title-bottom-img img {
	width: 100%;
}
.line, .form {
	display: none;
}
.footer-phone {
	height: 200px;
	background: url(images/footer-phone-pc.png) no-repeat bottom center;
	margin: 20px 0;
}
.footer-phone a {
	display: none;
}
.footer-phone h2 {
	margin: 0;
	padding: 25px 0 10px 20px;
	font-size: 24px;
	color: #ab0f11;
}
.footer-phone p {
	margin: 0;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 25px;
	color: #000;
}
ul.footer-phone-local {
	margin: 10px 10px 10px;
	padding: 0;
}
ul.footer-phone-local li {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1.2em;
	margin: 0 2% 0 0;
	position: relative;
	width: 18.4%;
}
ul.footer-phone-local li:last-child {
	margin: 0;
}
ul.footer-phone-local li a {
	display: block;
	color: #333;
	border: solid 2px #ccc;
	padding: 5px 2px 4px 3px;
	text-decoration: none;
	border-radius: 2px;
	background: -moz-linear-gradient(top, #fff 0%, #fbfbfb 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top, #fff 0%, #fbfbfb 100%); /* Chrome10+,Safari5.1+ */
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fbfbfb)); /* Chrome10+,Safari5.1+ */
}
ul.footer-phone-local li a b {
	color: #CF121C;
	font-size: 85%;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
ul.footer-phone-local li a span.small2 {
	font-size: 60%;
}
ul.footer-phone-local li a>span {
	color: #CCC;
	font-size: 0.8em;
	position: absolute;
	right: 2px;
	top: 12px;
}
.content-hidden {
	max-height: 220px;
	overflow: hidden;
}
.content-hidden img {
	display: none;
}
.content-hidden.active {
	max-height: none;
}
.content-hidden.active img {
	display: inline;
}
.btn-readmore {
	display: block;
	text-align: right;
	margin: 20px 0;
}
.btn-readmore.hidden {
	display: none;
}
.navigation {
	margin: 0 0 40px;
}
.post .post-meta .tag, .post .post-meta a {
	height: 24px;
	line-height: 24px;
	position: relative;
	font-size: 11px;
	display:inline-table;
	float:left;
	width: auto;
}
.post .post-meta .tag a {
	margin:0 0 10px 20px;
	padding: 0 10px 0 12px;
	background: #0089e0;
	color: #fff;
	text-decoration: none;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-right-radius: 4px;
}
.post .post-meta .category a {
	background: #F00E2A;
}
.post .post-meta .tag a:before {
	content: "";
	float: left;
	position: absolute;
	top: 0;
	left: -12px;
	width: 0;
	height: 0;
	border-color: transparent #0089e0 transparent transparent;
	border-style: solid;
	border-width: 12px 12px 12px 0;
}
.post .post-meta .category a:before {
	border-color: transparent #F00E2A transparent transparent;
}

.post .post-meta .tag a:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	float: left;
	width: 4px;
	height: 4px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	-moz-box-shadow: -1px -1px 2px #004977;
	-webkit-box-shadow: -1px -1px 2px #004977;
	box-shadow: -1px -1px 2px #004977;
}
.post .post-meta .category a:after {
	-moz-box-shadow: -1px -1px 2px #9F0933 ;
	-webkit-box-shadow: -1px -1px px #9F0933;
	box-shadow: -1px -1px 2px #9F0933;
}

.post .post-meta .tag a:hover {
	background: #555;
}
.post .post-meta .tag a:hover:before {
	border-color: transparent #555 transparent transparent;
}

.linepage h4 {
	border-left: 4px solid #CF121C;
	font-weight: bold;
	padding: 2px 0 2px 6px;
	background: rgb(237,237,237); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(238,238,238,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(237,237,237,1)), color-stop(100%, rgba(238,238,238,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(238,238,238,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(238,238,238,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(237,237,237,1) 0%, rgba(238,238,238,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(237,237,237,1) 0%, rgba(238,238,238,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
}
.lineqr {
	display: none;
}
.lineqaa {
	position: relative;
	margin-left: 26px;
	margin-bottom: 30px;
}
.lineqaq {
	position: relative;
	margin-left: 26px;
	margin-bottom: 5px;
	font-weight: bolder;
	color: #353535;
}
.lineqaq:before {
	content: "Q.";
	display: inline-block;
	width: 0;
	height: 0;
	left: -26px;
	position: absolute;
	color: #353535;
	font-weight: bold;
	vertical-align: top;
}
.lineqaa:before {
	content: "A.";
	display: inline-block;
	width: 0;
	height: 0;
	left: -26px;
	position: absolute;
	color: #ba4647;
	font-weight: bold;
}
/*add*/
.linetext {
	font-size: 120%;
}
img.linead {
	width: 100%;
}
.linebtn {
	padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
.linebtn {
	display: none;
}
}

@media screen and (max-width: 768px) {
body {
	font-size: 14px;
	line-height: 22px;
}
img {
	max-width: 100%;
	height: auto;
}
.line_add {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	margin: 5px 0 15px 0;
	text-align: center;
}
.line_add strong {
	color: #cb0101;
	font-weight: bold;
}
.close {
	background: #e4e4e4 none repeat scroll 0 0;
	color: #2d2d2d;
	padding: 12px 0;
	text-align: center;
}
#head-menubar #back {
	background: url("http://www.xn--zqs94lz8fmmnv7gl65ac9a.jp/wp/wp-content/themes/main/images/sp/icon_arrowback.png") no-repeat scroll left center / 19% auto rgba(0, 0, 0, 0);
	color: #fff;
	float: left;
	font-size: 13px;
	font-weight: bold;
	margin: 10px 10px 0px 5px;
	padding: 0 0 0 13px;
	text-decoration: none;
}
#container {
	width: auto;
}
.line, .form {
	display: block;
	text-align: center;
}
/* 表示 */
.line, .form, .sp, #head-menubar #back, #bottommenu, #slidemenu, #newslist, #youtube, .line_add {
	display: block;
}
/* 非表示 */
#side, #head-banner, #headNaviArea, .pc {
	display: none;
}
#main, #side {
	float: none;
	width: auto;
	margin: 0;
	padding: 0;
}
#pc-grad {
	padding: 0;
	background: transparent;
}
#header {
	width: auto;
	margin: 50px 0 0 0;
}
#head-menubar {
	background: #333;
	padding: 5px;
	height: auto;
	width: 98%;
	position: fixed;
	top: 0;
	z-index: 10;
}
#slidemenu-navi {
	display: block;
	float: left;
	width: 40px;
	height: 0;
	padding-top: 40px;
	overflow: hidden;
	background: url(images/slidemenu-navi-icon.png) no-repeat center center #222222;
	background-size: 30px 22px;
	box-shadow: inset -1px -1px 2px #000;
	margin: -5px 0 -5px -5px;
}
#head-menubar-phone {
	display: block;
	float: right;
	background: #46ba54; /* Old browsers */
	background: -ms-linear-gradient(top, #46ba54 0%, #209428 100%); /* IE10+ */
	background: linear-gradient(to bottom, #46ba54 0%, #209428 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46ba54', endColorstr='#209428', GradientType=0 ); /* IE6-9 */
	color: #fff;
	font-size: 11px;
	line-height: 12px;
	font-weight: bold;
	width: 80px;
	height: 20px;
	text-align: center;
	padding: 10px 0 0;
	text-decoration: none;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#head-menubar-title {
	line-height: 13px;
	font-size: 10px;
	font-weight: normal;
	color: #fff;
	margin: 0;
	float: left;
	padding: 2px 0 0 0px;
	letter-spacing: 0;
	font-family: sans-serif;
	width: 52%;
}
#head-menubar-title a {
	display: block;
	color: #fff;
	text-decoration: none;
}
#head-menubar-title strong {
	font-size: 12px;
	font-weight: bold;
	display: block;
	color: #fff;
	text-shadow: none;
}
#logo {
	display: block;
	margin: 0;
}
#description {
	margin: 5px;
}
.header-img {
	display: block;
	width: 100%;
}
.post {
	margin: 0 0 10px;
}
.post p {
	margin: 10px;
}
.post .article-phone {
	display: block;
	padding: 0 0 10px;
}
.post .article-phone a {
	display: block;
	padding: 10px 0;
	margin: 0 10px;
	text-align: center;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	background: #f5f5f5; /* Old browsers */
	background: -ms-linear-gradient(top, #f5f5f5 0%, #d8d8d8 70%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%, #d8d8d8 70%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #fff;
	box-shadow: inset 0 0 20px #f8f8f8, 0 1px 5px #aaa;
}
.title-bottom-img {
	margin: 0;
}
.post .title, .category-title {
	background: #ba4647;
	color: #fff;
	font-weight: bold;
	margin: 0;
	padding: 8px 10px;
	border: none;
	outline: none;
	text-shadow: none;
}
.post h2, .post .title-h2 {
	margin: 10px;
}
.post h2.top-h2 {
}
.post .title:before, .category-title:before {
	content: none;
	display: none;
}
.post .title a {
	color: #fff;
}
.post h2.count {
	font-size: 16px;
	line-height: 20px;
}
.post h2.count span {
	width: 18px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
	border-radius: 9px;
	top: -1px;
}
.flow-item ul.list-bold {
	font-size: 14px;
	line-height: 22px;
	padding: 0;
	font-weight: bold;
}
.flow-item ul.list-bold li {
	width: auto;
	float: none;
	margin: 10px;
	padding: 0;
}
#footer-flow {
	padding: 0;
}
.flow-outer {
	border: none;
	background: none;
	margin: 0;
}
.footer-phone {
	margin: 20px 10px 10px;
	height: auto;
	padding: 10px 0;
	text-align: center;
	background: #46ba54; /* Old browsers */
	background: -ms-linear-gradient(-45deg, #46ba54 0%, #209428 100%); /* IE10+ */
	background: linear-gradient(135deg, #46ba54 0%, #209428 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46ba54', endColorstr='#209428', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.footer-phone h2 {
	font-size: 16px;
	line-height: 20px;
	letter-spacing: -0.05em;
	padding: 6px 0 4px;
	font-weight: bold;
	color: #000;
	background: #ffff00;
	margin: 0 -5px;
	position: relative;
	text-shadow: 1px 1px 1px #fff;
}
.footer-phone h2:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent #dbdb0f transparent transparent;
}
.footer-phone h2:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	bottom: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 5px 5px;
	border-color: transparent transparent transparent #dbdb0f;
}
.footer-phone p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-shadow: 1px 1px 2px #105f15;
	margin: 9px 0 10px;
}
.footer-phone p strong {
	color: #ffff00;
}
.footer-phone a {
	display: block;
	padding: 10px 0;
	margin: 0 10px;
	background: #f5f5f5; /* Old browsers */
	background: -ms-linear-gradient(top, #f5f5f5 0%, #d8d8d8 70%, #eeeeee 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f5f5 0%, #d8d8d8 70%, #eeeeee 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0 ); /* IE6-9 */
	-webkit-border-radius: 10px;
	border-radius: 10px;
	box-shadow: inset 0 0 20px #f8f8f8, 0 4px 10px #1f7925;
}
.footer-phone a img {
	display: block;
	width: 250px;
	height: 75px;
	margin: 0 auto;
}
ul.footer-phone-local li {
	font-size: 10.4px;
	line-height: 1.2em;
}
#breadcrumb ul {
	margin: 5px;
}
#slidemenu_list {
	padding: 0;
	margin: 0;
}
#slidemenu_list li {
	font-size: 14px;
	line-height: 14px;
	border-bottom: 1px solid #222;
	border-top: 1px solid #444;
}
#slidemenu_list li a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 14px 10px 12px;
}
#slidemenu_list li.slidemenu-search {
	padding: 10px;
}
#slidemenu_list li.slidemenu-search input {
	background: #444;
	border: 1px solid #222;
	color: #fff;
	width: 100%;
	padding: 7px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	box-sizing: border-box;
}
.content-hidden {
	max-height: 160px;
	overflow: hidden;
}
.content-hidden.active {
	max-height: none;
}
.btn-readmore {
	display: block;
	text-align: right;
	margin: 20px 10px;
}
.btn-readmore.hidden {
	display: none;
}
.navigation {
	margin: 20px 10px;
}
.linepage h4 {
	margin: 10px;
}
.lineqaa, .lineqaq {
	padding: 0 10px;
}
.lineqaa:before {
	left: -16px;
}
.lineqaq:before {
	left: -16px;
}
#bottommenu {
	background: #333333;
	bottom: 0;
	position: fixed;
	width: 100%;
	z-index: 10;
}
#bottommenu ul li {
	float: left;
	margin: 0;
	text-align: center;
	width: 25%;
}
#bottommenu ul li a {
	border-right: 1px solid #5F5F5F;
	display: block;
	text-decoration: none;
}
#bottommenu ul li span {
	color: #CBE7EF;
	display: block;
	font-size: 12px;
	padding: 35px 0 0;
}
#bottommenu ul li#home {
	background: url("http://www.xn--r9jv02gkncrujt7h1p1bh82aefb.com/soudan/wp/wp-content/uploads/2015/05/i_home.png") no-repeat scroll center top 7px / 25px auto rgba(0, 0, 0, 0);
}
#bottommenu ul li#menu {
	background: url("http://www.xn--r9jv02gkncrujt7h1p1bh82aefb.com/soudan/wp/wp-content/uploads/2015/05/i_menu.png") no-repeat scroll center top 10px / 30px auto rgba(0, 0, 0, 0);
}
#bottommenu ul li#news {
	background: url("http://www.xn--r9jv02gkncrujt7h1p1bh82aefb.com/soudan/wp/wp-content/uploads/2015/05/i_news.png") no-repeat scroll center top 7px / 25px auto rgba(0, 0, 0, 0);
}
#bottommenu ul li#tel {
	background: url("http://www.xn--r9jv02gkncrujt7h1p1bh82aefb.com/soudan/wp/wp-content/uploads/2015/05/i_tel.png") no-repeat scroll center top 7px / 25px auto rgba(0, 0, 0, 0);
}
.home #bottommenu ul li#home {
	background: url("http://www.xn--r9jv02gkncrujt7h1p1bh82aefb.com/soudan/wp/wp-content/uploads/2015/05/i_home.png") no-repeat scroll center top 7px / 25px auto rgba(0, 0, 0, 0);
}
.page-id-227 #bottommenu ul li#menu {
	background: url("http://www.xn--r9jv02gkncrujt7h1p1bh82aefb.com/soudan/wp/wp-content/uploads/2015/05/i_menu.png") no-repeat scroll center top 10px / 30px auto rgba(0, 0, 0, 0);
}
.page-id-49 #bottommenu ul li#news {
	background: url("http://www.xn--r9jv02gkncrujt7h1p1bh82aefb.com/soudan/wp/wp-content/uploads/2015/05/i_news.png") no-repeat scroll center top 7px / 25px auto rgba(0, 0, 0, 0);
}
.page-id-56 #bottommenu ul li#tel {
	background: url("http://www.xn--r9jv02gkncrujt7h1p1bh82aefb.com/soudan/wp/wp-content/uploads/2015/05/i_tel.png") no-repeat scroll center top 7px / 25px auto rgba(0, 0, 0, 0);
}
.home #bottommenu ul li#home span, .page-id-227 #bottommenu ul li#menu span, .page-id-49 #bottommenu ul li#faq span, .page-id-56 #bottommenu ul li#tel span {
	font-weight: bold;
}
#bottommenu ul li:last-child a {
	border-right: medium none;
}
#bottommenu ul li span {
	color: #a1a7b2;
	display: block;
	font-size: 12px;
	padding: 35px 0 0;
}
.hide, .hide2 {
	width: 100%;
	height: 0;
	background: #999;
	-webkit-transition-duration: 0.3s;
	　　　-moz-transition-duration: 0.3s;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
}
.show {
	width: 100%;
	height: 90%;
	background: #999;
	-webkit-transition-duration: 0.5s;
	　　　-moz-transition-duration: 0.3s;
	position: fixed;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.9);
	margin: 20px 0 0 0;
	webkit-overflow-scrolling: touch;
}
#newslist ul li {
	color: #fff;
	border-bottom: solid 1px #646464;
}
#newslist ul li a {
	color: #C9C8C8;
	font-weight: bold;
	display: block;
	padding: 15px 35px 15px 15px;
	position: relative;
	text-decoration: none;
}
#newslist ul li a:after {
	border-right: 4px solid #fff;
	border-top: 4px solid #fff;
	border-radius: 2px;
	content: "";
	margin: 0 0 0 10px;
	height: 10px;
	right: 20px;
	position: absolute;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top: 37%;
	width: 10px;
}
#newslist ul li a:hover {
	background: #bbb;
	color: #fff;
}
#site-footer {
	margin: 0 0 50px 0 !important;
}
#footer {
	margin: 0 0 50px 0 !important;
}
}

@media screen and (max-width: 480px) {
}
