/*
Theme Name: WP-ipt-ultimate
Theme URI: http://themehorse.com/themes/ultimate
Author: Theme Horse
Author URI: http://themehorse.com
Description: Ultimate is a Simple, Clean, Flat Design, Responsive Business WordPress Theme. It is easily customizable with numerous theme options. Some of the highlighted options are two site layout (Narrow and Wide), 4 layouts for every post/page, 5 Page Templates, 7 widget areas, 5 custom widgets, featured slider to highlight your post/page, 10 social icons, bottom info bar to hightlight your contact/email/location and skype. Also has custom background, header, menu, favicon, CSS, webclip icon, and logo. Supports popular plugins like Breadcrumb NavXT, WP-PageNavi and Contact Form 7. It is also translation ready. Get free support at http://themehorse.com/support-forum/ and View beautiful demo site at http://themehorse.com/preview/ultimate
Version: 2.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light, blue, two-columns, left-sidebar, right-sidebar, fluid-layout, custom-menu, custom-background, custom-header, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, sticky-post
Text Domain: ultimate

/* =Reset
-------------------------------------------------------------- */
/* 色の設定　濃いグレー:#1a1a1a 水色:#3ab0db 薄い水色:#b1d0dc */

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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	-webkit-text-size-adjust: none;
}
:focus {
	outline: 0;
}
::selection {
	background: #3ab0db;
	color: #fff;
}
::-moz-selection {
	background: #3ab0db;
	color: #fff;
}
ol,
ul {
	list-style: none;
	margin: 0;
}
table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}
table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 20px;
	width: 100%;
}
caption,
th {
	font-weight: normal;
	text-align: left;
}
th {
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	line-height: 23px;
}
td,
th {
	padding: 8px;
	border-width: 0 1px 1px 0;
}
a img {
	border: 0 none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
embed,
iframe,
object {
	max-width: 100%;
}

/* Genericons */
@font-face {
	font-family: 'Genericons';
	font-weight: normal;
	font-style: normal;
	src: url('bAK/font/genericons-regular-webfont.eot');
	src: url('bAK/font/genericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
url('bAK/font/genericons-regular-webfont.woff') format('woff'),
url('bAK/font/genericons-regular-webfont.ttf') format('truetype'),
url('bAK/font/genericons-regular-webfont.svg#genericonsregular') format('svg');
}

/* =Global
----------------------------------------------- */
body,
input,
textarea {
	/*color: #666;*/
	color: #000;
	/*font: 14px 'Open Sans', sans-serif;*/
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	font-size:14px;
	line-height: 21px;
	font-weight: 300;
	word-wrap: break-word;
}
body {
	background-color: #ececec;
}
.wrapper {
	width: 100%;
	background-color: #fff;
}
.container {
	margin: 0 auto;
	max-width: 978px;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	/*font-family: 'Open Sans', sans-serif;*/
}
h1 {
	font-size: 28px;
	line-height: 35px;
}
h2 {
	font-size: 26px;
	line-height: 33px;
}
h3 {
	font-size: 24px;
	line-height: 31px;
}
h4 {
	font-size: 22px;
	line-height: 29px;
}
h5 {
	font-size: 20px;
	line-height: 27px;
}
h6 {
	font-size: 16px;
	line-height: 23px;
	text-transform: uppercase;
}

/* No Border/Margin/Padding */
.no-margin-top {
	margin-top: 0px !important;
}
.no-margin-bottom {
	margin-bottom: 0px !important;
}
.no-margin-left {
	margin-left: 0px !important;
}
.no-margin-right {
	margin-right: 0px !important;
}
.no-padding-top {
	padding-top: 0px !important;
}
.no-padding-bottom {
	padding-bottom: 0px !important;
}
.no-padding-left {
	padding-left: 0px !important;
}
.no-padding-right {
	padding-right: 0px !important;
}
.no-border-top {
	border-top: 0 none !important;
}
.no-border-bottom {
	border-bottom: 0 none !important;
}
.no-border-left {
	border-left: 0 none !important;
}
.no-border-right {
	border-right: 0 none !important;
}

/* Horizontal Line */
hr {
	border-color: rgba(0, 0, 0, 0.1);
	border-style: solid none none;
	border-width: 1px 0 0;
	height: 0;
	margin: 0 0 40px;
}

/* Text Elements */
p {
	margin-bottom: 15px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
pre {
	background-color: #f1f1f1;
	margin-bottom: 20px;
	overflow: auto;
	padding: 30px;
}
pre,
code,
kbd {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym,
dfn {
	border-bottom: 1px dotted rgba(0, 0, 0, 0.4);
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background-color: #fff9c0;
	text-decoration: none;
	margin-bottom: 20px;
}

/* Superscript and Subscript */
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Blockquote */
blockquote {
	font-style: italic;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	padding: 30px 30px 15px 26px;
	border-left: 4px solid #3ab0db;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote cite {
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Breadcrumb */
.breadcrumb {
	margin-top: 5px;
	font-size: 13px;
}
.breadcrumb,
.breadcrumb a,
.breadcrumb a:hover {
	color: #fff;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:alpha(opacity=70);
}
.breadcrumb,
.breadcrumb a:hover {
	opacity: 10;
	-moz-opacity: 10;
	filter:alpha(opacity=100);
}

/* Forms */
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
input[type="reset"],
input[type="button"],
input[type="submit"] {
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	appearance: none !important;
	-moz-box-sizing: inherit;
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
input[type="text"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	width: 100%;
	margin: 0 0 30px;
	background-color: #f9f9f9;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: rgba(0, 0, 0, 0.15);
}
input[type="reset"],
input[type="button"],
input[type="submit"] {
	border: 0 none;
	cursor: pointer;
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	padding: 0px 20px;
	margin-top: 5px;
	background-color: #3ab0db;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
input[type="reset"]:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	background-color: #666;
}
input.s {
	height: 22px;
	margin: 0;
	width: 125px;
	padding: 6px 8px;
}
select {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	margin: 0 0 30px;
	width: 50%;
	background-color: #f9f9f9;
}
input[type="radio"],
input[type="checkbox"],
input[type="file"] {
	margin-bottom: 30px;
}
input[type="file"] {
	border: 0 none;
	cursor: pointer;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

/* Links */
a {
	color: #3ab0db;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: none;
}

/* Images */
figure {
	margin: 0;
	text-align: center;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%;
}
img.size-full,
img.size-large {
	max-width: 100%;
	height: auto; 
}
.entry-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-top: 20px;
	margin-bottom: 20px;
}
img#wpstats {
	display: none;
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

/* Clearfix Hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* close commented backslash hack */
.clearfix-third,
.clearfix-fourth {
	clear: both;
}

/* Readmore */
a.readmore {
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: underline;
}
a.readmore:hover {
	text-decoration: none;
}
a.more-link {
	color: #666;
	display: inline-block;
	padding: 4px 11px;
	margin-bottom: 7px;
	margin-top: 7px;
	float: right;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid rgba(0, 0, 0, 0.1);
	float: left;
}
a.more-link:hover {
	border-color: #666;
	background-color: #666;
	color: #fff;
}

/* Call To Action Button*/
.call-to-action {
	color: #fff;
	display: inline-block;
	text-align: center;
	padding: 8px 20px 8px;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border: 1px solid #fff;
}
.call-to-action:hover {
	background-color: #fff;
	color: #666;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Back To Top */
.back-to-top {
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.back-to-top a {
	width: 40px;
	height: 40px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 40px;
	font-family: 'Genericons';
	background-color: #555;
	text-align: center;
	color: #fff;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-ms-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.back-to-top a:hover {
	opacity: 10;
	-moz-opacity: 10;
	filter:alpha(opacity=100);
	background-color: #3ab0db;
}
.back-to-top a:before {
	content: '\f432';
}

/* =Header
----------------------------------------------- */

/* Header Info Bar */
.info-bar {
	background-color: #f1f1f1;
	color: #888;
	padding-bottom: 3px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.info-bar .info {
	float: left;
	padding: 5px 0 3px;
	font-size: 12px;
}
.info-bar .info ul li {
	float: left;
	margin-right: 15px;
}
.info-bar .info ul li:before {
	margin-top: 3px;
	margin-right: 5px;
	color: #3ab0db;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	width: 16px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
	font-family: 'Genericons';
	vertical-align: top;
}
.info-bar .info ul li.phone-number:before {
	content: '\f437';
}
.info-bar .info ul li.email:before {
	content: '\f410';
}
.info-bar .info ul li.address:before {
	content: '\f417';
}
.info-bar .info ul li.skype:before {
	content: '\f220';
}
.info-bar .info ul li a {
	color: #888;
}
.info-bar .info ul li a:hover {
	text-decoration: underline;
}

/* Hgroup Wrap */
.hgroup-wrap {
	padding: 5px 0;
}

/* Logo, Title and Description */
#site-logo {
	/*float: left;
	margin-top: 20px;*/
}
#site-title {
	/*font-size: 28px;
	line-height: 35px;*/
	text-transform: uppercase;
}
#site-title a {
	color: #666;
	display: block;
}
#site-title a img {
	vertical-align: inherit;
	max-width: 978px;
	display: block;
}
#site-title a span,
#site-title a:hover,
#site-title a:focus,
#site-title a:active {
	color: #3ab0db;
}
#site-description {
	font-size: 12px;
	line-height: 12px;
	color: #999;
}
.hgroup-right {
	float: right;
	position: relative;
	padding-right: 25px;
}

.en{
	float:right;
}

.en a{
	color:#000;
	font-size:0.9em;
}

@media screen and (max-width: 47.2226em) {
	.en{
		margin:15px 10px 0 0;
	}
	
	.n2-ss-mobile{
		font-size:12px !important;
		position:static;
	}
}

/* Social Profiles */
.social-profiles {
	margin-top: 22px;
}
.social-profiles,
.social-profiles ul {
	float: right;
}
.social-profiles ul li {
	margin: 6px 0 0 5px;
	float: left;
}
.social-profiles ul li a {
	display: block;
	width: 24px;
	height: 24px;
	color: #888;
	font-family: 'Genericons';
	font-size: 16px;
	line-height: 25px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.social-profiles ul li.github a:hover {
	color: #000;
}
.social-profiles ul li.github a:before {
	content: '\f200';
}
.social-profiles ul li.dribbble a:hover {
	color: #ea4c89;
}
.social-profiles ul li.dribbble a:before {
	content: '\f201';
}
.social-profiles ul li.twitter a:hover {
	color: #55acee;
}
.social-profiles ul li.twitter a:before {
	content: '\f202';
}
.social-profiles ul li.facebook a:hover {
	color: #3c5a99;
}
.social-profiles ul li.facebook a:before {
	content: '\f204';
}
.social-profiles ul li.wordpress a:hover {
	color: #21759b;
}
.social-profiles ul li.wordpress a:before {
	content: '\f205';
}
.social-profiles ul li.linkedin a:hover {
	color: #047cb1;
}
.social-profiles ul li.linkedin a:before {
	content: '\f207';
}
.social-profiles ul li.pinterest a:hover {
	color: #cc2026;
}
.social-profiles ul li.pinterest a:before {
	content: '\f209';
}
.social-profiles ul li.flickr a:hover {
	color: #000;
}
.social-profiles ul li.flickr a:before {
	content: '\f211';
}
.social-profiles ul li.vimeo a:hover {
	color: #1ab7ea;
}
.social-profiles ul li.vimeo a:before {
	content: '\f212';
}
.social-profiles ul li.you-tube a:hover {
	color: #cd201f;
}
.social-profiles ul li.you-tube a:before {
	content: '\f213';
}
.social-profiles ul li.tumblr a:hover {
	color: #35465c;
}
.social-profiles ul li.tumblr a:before {
	content: '\f214';
}
.social-profiles ul li.instagram a:hover {
	color: #915646;
}
.social-profiles ul li.instagram a:before {
	content: '\f215';
}
.social-profiles ul li.codepen a:hover {
	color: #000;
}
.social-profiles ul li.codepen a:before {
	content: '\f216';
}
.social-profiles ul li.polldaddy a:hover {
	color: #d45042;
}
.social-profiles ul li.polldaddy a:before {
	content: '\f217';
}
.social-profiles ul li.google-plus a:hover {
	color: #dd4b39;
}
.social-profiles ul li.google-plus a:before {
	content: '\f218';
}
.social-profiles ul li.path a:hover {
	color: #ee3423;
}
.social-profiles ul li.path a:before {
	content: '\f219';
}
.social-profiles ul li.skype a:hover {
	color: #009fe3;
}
.social-profiles ul li.skype a:before {
	content: '\f220';
}
.social-profiles ul li.digg a:hover {
	color: #1b5891;
}
.social-profiles ul li.digg a:before {
	content: '\f221';
}
.social-profiles ul li.reddit a:hover {
	color: #a6c8e9;
}
.social-profiles ul li.reddit a:before {
	content: '\f222';
}
.social-profiles ul li.stumbleupon a:hover {
	color: #ea4b24;
}
.social-profiles ul li.stumbleupon a:before {
	content: '\f223';
}
.social-profiles ul li.pocket a:hover {
	color: #eb1d37;
}
.social-profiles ul li.pocket a:before {
	content: '\f224';
}
.social-profiles ul li.dropbox a:hover {
	color: #007ee5;
}
.social-profiles ul li.dropbox a:before {
	content: '\f225';
}
.social-profiles ul li.rss a:hover {
	color: #ff6600;
}
.social-profiles ul li.rss a:before {
	content: '\f413';
}

/* Header Image */
.header-image {
	width: 100%;
	height: auto;
}

/* Header Main */
.header-main {
	/*background-color: #b1d0dc; スライドショー背景色 */
	background-color: #ccc;	/* スライドショー背景色 */
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
}

/* =Menu
-------------------------------------------------------------- */
#access {
	/*background-color: rgba(58, 176, 219, 0.9);	 ナビゲーション背景色 */

/* ナビゲーション背景色グラデーション  */
background: #c40000; /* Old browsers */
background: -moz-linear-gradient(top,  #c40000 0%, #fc6f5d 6%, #cc0600 28%, #7c0400 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #c40000 0%,#fc6f5d 6%,#cc0600 28%,#7c0400 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #c40000 0%,#fc6f5d 6%,#cc0600 28%,#7c0400 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c40000', endColorstr='#7c0400',GradientType=0 ); /* IE6-9 */


}
#access li {
	float: left;
	position: relative;
}
#access a {
	/*font-family: 'Open Sans', sans-serif;
	color: #dbf0f7;*/
	color: #fff;
	display: block;
	float: left;
	font-size: 14px;
	font-weight:bold;
	/*text-transform: uppercase;*/
	text-transform: none;
	padding: 15px 15px 0;
	height: 35px;
}
#access a:hover,
#access ul li.current-menu-item a,
#access ul li.current_page_ancestor a,
#access ul li.current-menu-ancestor a,
#access ul li.current_page_item a,
#access ul li:hover > a {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.08);
}

/* Dropdown */
#access ul li ul,
#access ul li:hover ul ul,
#access ul ul li:hover ul ul,
#access ul ul ul li:hover ul ul,
#access ul ul ul ul li:hover ul ul {
	display: none;
	z-index: 9999;
}
#access ul li:hover ul,
#access ul ul li:hover ul,
#access ul ul ul li:hover ul,
#access ul ul ul ul li:hover ul,
#access ul ul ul ul ul li:hover ul {
	display: block;
}
#access ul li ul {
	position: absolute;
	/*background-color: rgba(58, 176, 219, 0.9);	 ロールダウンメニュー背景色 */
	background-color: #666;	/* ロールダウンメニュー背景色 */
	top: 50px;
	left: 0;
	width: 190px;
}
#access ul li ul li {
	float: none;
	margin: 0;
}
#access ul li ul li a,
#access ul li.current-menu-item ul li a,
#access ul li ul li.current-menu-item a,
#access ul li.current_page_ancestor ul li a,
#access ul li.current-menu-ancestor ul li a,
#access ul li.current_page_item ul li a {
	float: none;
	line-height: 20px;
	font-size: 13px;
	height: 100%;
	padding: 8px 10px;
	/*text-transform: uppercase;*/
	text-transform: none;
	background-color: inherit;
	/*color: #dbf0f7;*/
	color:#fff;
}
#access ul li ul li a:hover,
#access ul li.current-menu-item ul li a:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.08);
}
#access ul li ul li ul {
	left: 190px;
	top: 0;
}

/* Responsive Navigation */
.menu-toggle {
	display: none;
}

/* Slogan */
.slogan {
/*	font-size: 32px;
	line-height: 39px;*/
	font-size: 1.3em;
	line-height: 1.5em;
	color: #fff;
	text-align: center;
	padding: 20px 0;
}

.slogan span {
	font-size: 16px;
	line-height: 23px;
	display: block;
	padding-top: 5px;
}

/* =Featured Slider
-------------------------------------------------------------- */
.featured-slider {
	padding: 25px 0 45px;
}
.featured-slider,
.featured-slider .slider-cycle {
	position: relative;
}
.featured-slider .displayblock {
	display: block;
}
.featured-slider .displaynone {
	display: none;
}
.featured-text {
	position: absolute;
	top: 84px;
	right: 30px;
	width: 42.94%;
	color: #fff;
	font-size: 16px;
	line-height: 23px;
	background-color: rgba( 0, 0, 0, 0.7 );
	padding:20px;
}
.featured-text .featured-title {
	font-size: 32px;
	line-height: 39px;
	padding-bottom: 10px;
}
.featured-text .featured-title a {
	color: #fff;
}
.featured-text .featured-content {
	padding-bottom: 20px;
}

/* Controllers */
#controllers {
	text-align: center;
	line-height: 0;
	position: absolute;
	width: 100%;
	bottom: 15px;
	z-index: 9999;
}
#controllers a {
	width: 6px;
	height: 6px;
	margin: 0 5px 3px 5px;
	overflow: hidden;
	display: inline-block;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	color: #fff;
	text-indent: -100px;
	border: 1px solid #fff;
}
#controllers a.active {
	width: 13px;
	height: 13px;
	background-color: transparent;
	margin-bottom: 0;
}

/* Search Form */
.search-toggle {
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 18px;
	color: #888;
	font-family: 'Genericons';
	cursor: pointer;
	margin-top: 30px;
	width: 18px;
	height: 18px;
	position: absolute;
	right: 0;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.search-toggle:hover,
.hgroup-right .active {
	color: #3ab0db;
}
.search-toggle:before {
	content: '\f400';
}
#search-box {
	position: absolute;
	padding: 12px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	width: 221px;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	z-index: 10000;
	right: -9px;
	top: 70px;
}
.hide {
	display: none;
}
#search-box .arrow {
	height: 10px;
	width: 10px;
	display: block;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0.1);
	background-color: #fff;
	position: absolute;
	right: 13px;
	top: -6px;
}
#search-box input.s {
	border-right: 0 none;
	float: left;
}
#search-box .search-submit {
	padding: 0 10px;
	height: 36px;
	margin: 0;
}

/* =Content
----------------------------------------------- */
#main {
	/*padding: 60px 0 10px;*/
	padding: 20px 0 40px;
}
#main form input,
#main form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	padding-bottom: 15px;
}
#content ul {
	list-style-type: disc;
}
#content ul,
#content ol {
	margin: 0 0 20px 30px;
}
#content ul a,
#content ol a {
	color: #666;
}
#content ul a:hover,
#content ol a:hover {
	text-decoration: none;
	color: #3ab0db;
}
#content ol {
	list-style-type: decimal;
}
#content ol ol {
	list-style: upper-alpha;
}
#content ol ol ol {
	list-style: lower-roman;
}
#content ol ol ol ol {
	list-style: lower-alpha;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
.service-item {
	/*padding-bottom: 10px;*/
}
#content .service-item .service-title {
	font-size: 1.1em;
	font-weight: bold;
	/*text-transform: uppercase;*/
	text-transform: none;
	display: block;
	overflow: hidden;
	padding-top: 10px;
	line-height:130%;
	padding-bottom: 0;
}
#primary {
	/*float: left;
	margin-left: 3.06%;
	width: 65.64%;*/
	width:95%;
	margin:0 auto;
}
#content .post {
	padding-bottom: 50px;
}
#content .sticky {
	background-color: #f1f1f1;
	padding: 20px 20px 0;
	margin-bottom: 50px;
}
#content .sticky .entry-meta {
	border: 0 none;
}
.page-title-wrap {
	/*padding: 25px 0;*/
	padding: 15px 0;
	text-align: center;
	background-color:#1a1a1a;
}

h1.page-title {
	/*font-size: 32px;
	line-height: 39px;*/
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	letter-spacing:0.1em;
	font-weight:200;
}
.page-title a {
	color: #fff;
}

/* Entry Header */
.entry-header {
	padding-bottom: 10px;
}

/* Entry Title */
#content .entry-title {
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-title {
	font-size: 22px;
	/*text-transform: uppercase;*/
	text-transform: none;
	line-height: 29px;
	padding-top:10px;
}
h2.entry-title {
	font-size: 14px;
	/*text-transform: uppercase;*/
	text-transform: none;
	line-height: 1.1em;
	padding-top:10px;
}
.entry-title .entry-date{
	font-size: 14px;
	margin-right:20px;
}
.entry-title,
.entry-title a {
	color: #333;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
	color: #3ab0db;
}

/* Entry Meta */
.entry-meta,
.entry-meta a {
	color: #999;
}
.entry-meta a:hover,
.entry-meta .cat-links a:hover {
	color: #3ab0db;
}
.entry-meta .cat-links,
.entry-meta .cat-links a,
.tag-links,
.tag-links a {
	/*text-transform: uppercase;*/
	text-transform: none;
	color: #333;
	font-weight: bold;
}
.entry-meta .cat-links a,
.tag-links a {
	padding-bottom: 10px;
	display: inline-block;
}
.entry-meta .by-author,
.entry-meta .date,
.entry-meta .comments {
	float: left;
	margin-right: 15px;
	margin-bottom: 5px;
	/*text-transform: uppercase;*/
	text-transform: none;
}
.entry-meta .by-author a:before,
.entry-meta .date a:before,
.entry-meta .comments a:before {
	line-height: 22px;
	margin-right: 3px;
	display: inline-block;
	width: 16px;
	height: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	font-family: 'Genericons';
	vertical-align: top;
}
.entry-meta .by-author a:before {
	content: '\f304';
}
.entry-meta .date a:before {
	content: '\f303';
}
.entry-meta .comments a:before {
	content: '\f108';
}

/* Tag Links */
footer.entry-meta {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 5px;
}
.tag-links:before {
	content: '\f302';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Genericons';
	vertical-align: top;
	width: 16px;
	height: 16px;
	font-size: 17px;
	color: #999;
}
.tag-links a {
	font-weight: normal;
}

/* Post Featured  Image */
.post-featured-image {
	margin-bottom: 15px;
	max-width: 708px;
	position: relative;
	text-align: left;
}
.post-featured-image a {
	display: block;
}

/* Entry Content */
.entry-content {
	display: block;
	overflow: hidden;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
}
.entry-content dd,
.comment-content dd {
	margin-bottom: 20px;
}
.entry-content td,
.comment-content td {
	padding: 8px;
}
.wp-video {
	margin-bottom: 20px;
}

/* Column */
.column {
	margin-left: -3.06%;
}
.column a {
	margin-bottom: 10px;
	display: block;
}
.one-half,
.one-third,
.one-fourth {
	float: left;
	margin: 0 0 0 2.97%;
	padding-bottom: 10px;
}
.one-half {
	width: 47.03%;
}
.one-third {
	width: 30.36%;
}
.widget widget_recent_work .one-third {
	text-align:center;
}
.one-fourth {
	width: 22.02%;
}

/* Sidebar */
#secondary {
	float: left;
/*	margin-left: 3.06%;
	width: 31.28%;*/
	width:0;
}

/* Left Sidebar Template */
.left-sidebar-template #primary {
	float: right;
}
.left-sidebar-template #secondary {
	float: left;
}

/* No Sidebar Template */
.no-sidebar-template #content {
	width: 708px;
	margin: 0 auto;
}

/* Full Width Template */
.full-width-template .post-featured-image {
	max-width: 100%;
}

/* Custom Gallery Page */
.custom-gallery #main {
	padding-bottom: 20px;
}
#content .gal-filter {
	list-style: none;
	margin-left: 0;
}
#content .gal-filter li {
	display: inline-block;
	padding: 0 8px;
}
#content .gal-filter li.active a {
	color: #3ab0db;
}
.custom-gallery #main .column {
	margin-left: -30px;
}
.custom-gallery #main .one-half,
.custom-gallery #main .one-third,
.custom-gallery #main .one-fourth {
	margin-left: 30px;
}
.custom-gallery #main .one-half {
	width: 474px;
}
.custom-gallery #main .one-third {
	width: 306px;
}
.custom-gallery #main .one-fourth {
	width: 222px;
}
#content .custom-gallery-title,
.custom-gallery-title a {
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	text-align: center;
	color: #333;
	padding-bottom: 0;
	/*text-transform: uppercase;*/
	text-transform: none;
}
.custom-gallery-title a:hover {
	color: #3ab0db;
}

/* Blog Medium Page */
.blog-medium .post-featured-image {
	width: 34.57%;
	float: left;
	margin-right: 4.67%;
}

/* Contact Page */
.contact #primary .form label {
	display: block;
	padding-bottom: 5px;
}
.wpcf7 p {
	margin-bottom: 0;
}

 /***** コンタクトフォーム *****/
.required-contactform7{
 padding: 2px 5px;
 background: #3ab0db;
 color: #fff;
 border-radius: 3px;
 margin-right: 5px;
}
 
.table-contactform7 th{
font-weight:bold;
}
 
.table-contactform7 input,
.table-contactform7 textarea{
 max-width: 100%;
}
 
.address-100 input{
 width: 100%;
}
 
.message-100 textarea{
 width: 100%;
}
 
@media screen and (max-width: 900px){
 .table-contactform7 th{
 width:100%;
 display:block;
 margin: 0 auto;
 border:none;
 }
 .table-contactform7 td{
 display: list-item;
 list-style-type:none;
 margin:0;
 padding:0;
 width: 100%;
 border-top: none !important;
 }
}


/* Narrow Layout */
.narrow-layout .wrapper {
	max-width: 1038px;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.narrow-layout #colophon {
	margin-bottom: 30px;
}

/* Business Layout */
.business-layout #main {
	padding: 0;
}

/* =Attachments
----------------------------------------------- */
.image-attachment div.attachment {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	border-width: 1px 0;
	margin: 0 -8.9% 1.625em;
	overflow: hidden;
	padding: 1.625em 1.625em 0;
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto 1.625em;
	max-width: 100%;
}
.image-attachment div.attachment a img {
	border-color: #f9f9f9;
}
.image-attachment div.attachment a:focus img,
.image-attachment div.attachment a:hover img,
.image-attachment div.attachment a:active img {
	border-color: #ddd;
	background-color: #fff;
}
.image-attachment .entry-caption p {
	font-size: 10px;
	letter-spacing: 0.1em;
	line-height: 2.6em;
	margin: 0 0 2.6em;
	/*text-transform: uppercase;*/
	text-transform: none;
}

/* =Comments
-------------------------------------------------------------- */
.comments-title {
   text-transform: uppercase;
}
#content .comments-area ul,
#content .comments-area ol,
.comments-area article {
	margin: 0 0 30px 20px;
}
.comments-area article header {
	margin-bottom: 20px;
	overflow: hidden;
	position: relative;
}
.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}
.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 70px;
}
.comments-area article header cite {
	font-style: normal;
	line-height: 1.42857143;
}
.comments-area article header time {
	text-decoration: none;
	font-size: 13px;
}
.comments-area article header a {
	text-decoration: none;
}
.comments-area article header cite a:hover {
	text-decoration: underline;
}
#content .comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 5px 20px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #3ab0db;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
}
.comments-area .comment-content p {
	margin-bottom: 10px;
}
a.comment-reply-link {
	font-size: 13px;
}
.commentlist .pingback {
	margin-bottom: 30px;
}
.commentlist .children {
	margin-left: 30px;
}

/* Comment form */
.commentlist #respond {
	margin: 20px 0 30px;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	font-weight: normal;
	font-size: 14px;
}
#respond form label {
	display: block;
	line-height: 1.714285714;
}
#respond form input[type="text"],
#respond form textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	width: 100%;
	margin-bottom: 0;
}
#respond .form-submit,
#respond .form-submit input {
	margin-bottom: 0;
}
.required {
	color: red;
}
label ~ span.required {
	display: block;
	float: left;
	margin: -18px 0 0 -16px;
	margin: -1.285714286rem 0 0 -1.142857143rem;
}

/* Image borders */
.img-border {
	background-color: #fff;
	padding: 5px;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* =Pagination
-------------------------------------------------------------- */
#wp_page_numbers,
.wp-pagenavi,
#content ul.default-wp-page,
.pagination {
	margin-bottom: 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 7px 0;
}
#wp_page_numbers ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	float: right;
}
#wp_page_numbers ul li {
	float: left;
	margin-left: 7px;
}
#wp_page_numbers ul li.page_info,
.wp-pagenavi .pages {
	padding: 6px 8px 0;
	color: #999;
}
#wp_page_numbers ul li a,
.wp-pagenavi .current,
.wp-pagenavi a,
ul.default-wp-page li a,
.pagination span {
	color: #666;
	display: block;
	float: left;
	border: 1px solid rgba(0, 0, 0, 0.1);
	padding: 4px 11px;
}
#wp_page_numbers ul li a:hover,
#wp_page_numbers ul li.active_page a,
.wp-pagenavi .current,
.wp-pagenavi a:hover,
ul.default-wp-page li a:hover,
.pagination a:hover span,
.pagination span {
	color: #fff;
	background-color: #3ab0db;
	border-color: #3ab0db;
}

/* wp-pagenavi */
.wp-pagenavi {
	text-align: center;
}
.wp-pagenavi .current,
.wp-pagenavi a {
	display: inline-block;
	float: none;
	margin-left: 4px;
}

/* Default wp-page */
#content ul.default-wp-page {
	margin-left: 0;
	list-style: none;
	padding-bottom: 0;
}
ul.default-wp-page li {
	padding-bottom: 7px;
}
ul.default-wp-page li.previous {
	float:left;	
}
ul.default-wp-page li.next {
	float:right;
}
ul.default-wp-page li a {
	display: inline-block;
}
ul.default-wp-page li a:hover {
	color: #fff !important;
}

/* Single pagination */
.pagination {
	text-align: center;
	color: #999;
}
.pagination span {
	display: inline-block;
	float: none;
	margin-left: 3px;
}
.pagination a span {
	background-color: inherit;
	color: #666;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

/* =bbPress
----------------------------------------------- */
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
	font-size: 14px;
}
#bbpress-forums div.bbp-search-form {
	float: none;
	text-align: center;
}
#bbpress-forums ul,
#bbpress-forums ol {
	margin: 0;
}
#bbpress-forums #bbp-search-form #bbp_search {
	width: 70%;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0 none;
}
#bbpress-forums #bbp-search-form #bbp_search_submit {
	padding: 0 3%;
	height: 43px;
	margin-left: -4px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border-right: 0 none;
	display: inline-block;
	margin: 0 0 0 -3px;
}
#bbpress-forums div.bbp-topic-author a.bbp-author-name,
#bbpress-forums div.bbp-reply-author a.bbp-author-name {
	display: inline-block;
	line-height: 20px;
	margin-top: 5px;
}
div.bbp-search-form input,
div.bbp-search-form button {
	padding: 10px;
	font-size: 14px;
}
#bbpress-forums button {
	border: 0 none;
	cursor: pointer;
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
/*	font-family: "Open Sans",sans-serif;*/
	font-weight: normal;
	text-transform: uppercase;
	display: block;
	text-align: center;
	height: 40px;
	padding: 0px 20px;
	margin-top: 5px;
	background-color: #3ab0db;
	-ms-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#bbpress-forums button:hover {
	background-color: #666;
}

/* =Widgets
----------------------------------------------- */
.widget {
	margin-bottom: 50px;
}
.widget ul li a {
	color: #666;
}
.widget ul li a:hover {
	color: #3ab0db;
}
.widget-title {
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.widget-title,
.widget-title a {
	color:#333;
}
.widget-title a:hover {
	color: #3ab0db;
}
.business-layout .widget-title,
.our-team-template .widget-title,
.testimonial-template .widget-title,
.service-template .widget-title {
	font-size: 22px;
	line-height: 29px;
}

/* Search Widget */
.widget_search input.s {
	width: 68%;
	height: 40px;
	float: left;
	border-right: 0 none;
}
.widget_search .search-submit {
	margin: 0;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background-color: #f4f4f4;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background-color: #f4f4f4;
}

/* Article Widget */
.widget_article {
	margin-bottom: 30px;
}
.widget_article .article-title a:hover {
	text-decoration: underline;
}
.widget_article .post {
	padding-bottom: 20px;
}
.widget_article .article-content p {
	margin-bottom: 0px;
}

/* Recent Entries/Comments widget */
.widget_recent_entries ul li,
.widget_recent_comments ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 5px 0;
}

/* Testimonial Widget */
.widget_testimonial {
	margin-bottom: 0;
	padding: 60px 0 30px;
	background-color: #f1f1f1;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_testimonial .widget-title,
.our-team-template #content .widget-title,
.testimonial-template #content .widget-title,
.service-template #content .widget-title {
	text-align: center;
}
.widget_testimonial .testimonial-image {
	float: left;
	margin-right: 20px;
	width: 84px;
	height: 84px;
}
.widget_testimonial .testimonial-image img {
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.widget_testimonial .testimonial-content {
	display: block;
	overflow: hidden;
}
.widget_testimonial .testimonial-meta a {
	display: inline;
}
.widget_testimonial .testimonial-meta a:hover {
	text-decoration: underline;
}

/* Tag Cloud Widget */
.widget_tag_cloud a {
	margin-right: 5px;
	color: #666;
	padding: 10px 0; 
}
.widget_tag_cloud a:hover {
	color: #3ab0db;
}

/* Custom Tag Cloud Widget */
.widget_custom-tagcloud {
	margin-bottom: 42px;
}
.widget_custom-tagcloud a {
	margin: 0 4px 8px 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 4px 11px;
	color: #666;
}
.widget_custom-tagcloud a:hover {
	color: #fff;
	background-color: #3ab0db;
}

/* Service Widget */
.widget_service {
	margin-bottom: 0;
	padding: 0 0 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.display-center {
	text-align: center;
}
.display-center a.more-link {
	float: none;
	display: inline-block;
}

/* Recent Work Widget */
.widget_recent_work {
	padding: 20px 0 30px;
	margin-bottom: 0;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.widget_recent_work .call-to-action {
	max-width: 180px;
	margin-bottom: 15px;
	display: inline-block;
}
.widget_recent_work .custom-gallery-title a {
	margin-bottom: 5px;
	font-size:1em;
	font-weight:bold;
}

.widget_recent_work .custom-gallery-title,
.widget_recent_work .custom-gallery-title a{
	text-align:center;
}

.widget_recent_work .one-fourth p {
	text-align: left;
}

.widget_recent_work .one-third h3{
	text-align:center !important;
	margin:0;
	padding:0;
}

/* Our Clients Widget */
.widget_ourclients {
	margin-bottom: 0;
	padding: 20px 0;
	background-color: #f1f1f1;
}
.widget_ourclients ul {
	margin: 0;
	text-align: center;
}
.widget_ourclients ul li {
	margin: 0 10px;
	display: inline-block;
	max-width: 200px;
}
.widget_ourclients ul li a {
	display: block;
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter:alpha(opacity=80);
}
.widget_ourclients ul li a:hover {
	opacity: 10;
	-moz-opacity: 10;
	filter:alpha(opacity=100);
}

/* Our Team Widget */
.widget_our_team {
	margin-bottom: 5px;
}
.widget_our_team .our-team-photo {
	margin-bottom: 10px;
}
#content .widget_our_team .our-team-name {
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
	text-transform: uppercase;
	padding-bottom: 0;
}
.widget_our_team .our-team-designation {
	padding-bottom: 5px;
	font-weight: bold;
}

/* Promotional Bar Widget */
.widget_promotional_bar {
	margin-top: -1px;
	margin-bottom: 0;
}
.widget_promotional_bar .promotional_bar_content {
	background-color: #3ab0db;
	padding: 40px 0;
	text-align: center;
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.widget_promotional_bar .promotional-text {
	font-size: 32px;
	line-height: 39px;
	color: #fff;
}
.widget_promotional_bar .promotional-text span {
	font-size: 16px;
	line-height: 23px;
	display: block;
	padding-top: 10px;
}
.widget_promotional_bar .call-to-action {
	padding-left: 25px;
	padding-right: 25px;
	margin-top: 20px;
}

/* WP Caption */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}
.wp-caption a {
	display: block;
	position: relative;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-style: italic;
}
.wp-caption .wp-caption-text {
	margin-bottom: 0;
	padding: 10px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/* =Footer
----------------------------------------------- */
#colophon {
	margin-top: -1px;
}
#colophon form input,
#colophon form textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#colophon .widget-wrap {
	background-color: #262626;
	color: #888;
}
#colophon .widget-area {
	margin-left: -3.06%;
	padding: 50px 0 10px;
	font-size: 13px;
	line-height: 20px;
}
#colophon .one-third {
	padding-bottom: 0;
}
#colophon .widget {
	margin-bottom: 40px;
}
#colophon .widget ul li a {
	color: #888;
}
#colophon .widget ul li a:hover {
	color: #3ab0db;
}
#colophon .widget_archive ul li a,
#colophon .widget_pages ul li a,
#colophon .widget_nav_menu ul li a,
#colophon .widget_recent_entries ul li a,
#colophon .widget_categories ul li a,
#colophon .widget_recent_comments ul li a,
#colophon .widget_meta ul li a,
#colophon .widget_rss ul li a {
	padding: 4px 0;
	display: block;
}
#colophon .widget_archive ul ul li a,
#colophon .widget_pages ul ul li a,
#colophon .widget_nav_menu ul ul li a,
#colophon .widget_recent_entries ul ul li a,
#colophon .widget_categories ul ul li a,
#colophon .widget_recent_comments ul ul li a,
#colophon .widget_meta ul ul li a,
#colophon .widget_rss ul ul li a {
	padding-left: 20px;
}
#colophon .widget_archive ul ul ul li a,
#colophon .widget_pages ul ul ul li a,
#colophon .widget_nav_menu ul ul ul li a,
#colophon .widget_recent_entries ul ul ul li a,
#colophon .widget_categories ul ul ul li a,
#colophon .widget_recent_comments ul ul ul li a,
#colophon .widget_meta ul ul ul li a,
#colophon .widget_rss ul ul ul li a {
	padding-left: 30px;
}
#colophon .widget-title {
	color: #fff;
	font-size: 16px;
	line-height: 23px;
}
#colophon .widget_article {
	margin-bottom: 20px;
}

/* Footer Info Bar  */
#colophon .info-bar {
	padding: 40px 0 10px;
	border-bottom: 0 none;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-color: #b1d0dc;
}
#colophon .info-bar .info {
	float: none;
	text-align: center;
	padding: 0;
}
#colophon .info-bar .info ul li {
	float: none;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	margin: 0 30px;
	padding-bottom: 30px;
}
#colophon .info-bar .info ul li a {
	color: #fff;
	display: block;
}
#colophon .info-bar .info ul li:before {
	font-size: 32px;
	width: 32px;
	height: 27px;
	color: #fff;
}
#colophon .info-bar .info ul li.skype:before {
	font-size: 27px;
}

/* Site Generator */
#site-generator {
	padding: 20px 0px;
	color: #666;
	background-color: #1a1a1a;
	font-size: 13px;
	line-height: 20px;
}
#site-generator .social-profiles {
	width: 31.28%;
	margin-top: 0;
}
#site-generator .social-profiles ul {
	margin: -10px 0 0;
}
#site-generator .social-profiles ul li {
	margin-top: 10px;
}
#site-generator .copyright {
	float: left;
	padding-top: 2px;
	/*width: 65.64%;*/
	width: 40%;
}
#site-generator .copyright a {
	color: #888;
}
#site-generator .copyright a:hover {
	color: #3ab0db;
}


/*tablepress*/
#tablepress-1 .column-1, #tablepress-2 .column-1{
	background-color:#DCDCDC;
	font-weight:bold;
	border-bottom:1px solid #fff;
}

#tablepress-1 tr.row-6{
	border-bottom:none !important;
}


@media screen and (min-width: 47.2226em) {
	#tablepress-1 .column-1, #tablepress-2 .column-1{
		text-align:center;
	}

	#tablepress-1 .column-1{
		width:7em;
	}

	#tablepress-2 .column-1{
		width:10em;
	}
}

@media screen and (max-width: 47.2226em) {
    #tablepress-1 tr, #tablepress-2 tr{
        display: block;
        margin-bottom: 1.5em;
    }
    #tablepress-1 th, #tablepress-1 td,
	#tablepress-2 th, #tablepress-2 td{
        display: list-item;
		list-style-type:none;
        border: none;
		text-align:left;
    }
}

/*業務案内*/
.business_set {
  border-bottom: 1px dashed #C6B688;
  display: block;
  overflow: hidden;
}

.business_set h4{
  font-size: 1.1em;
  font-weight:bold;
  margin:0;
  padding:0 0 0.5em 0;
}

.business_set .business_set_txt.has_image {
  width: 68%;
  float: left;
}

.business_set .business_set_txt p {
  margin-bottom: 0;
  padding:0 0 0 0.5em;
}

.business_set .business_set_image {
  width: 30%;
  max-width: 250px;
  float: right;
}

.business_set .business_set_image img {
  border-radius: 5px;
}

/* TOP新着情報 */
#recent-posts-2,#category-posts-3,#category-posts-4,#listcategorypostswidget-2{
	max-width: 978px;
	margin:0 auto;
	padding-top:20px;
	border-bottom:1px solid #ccc;
}

#recent-posts-2 ul,#category-posts-3 ul,#category-posts-4 ul,#listcategorypostswidget-2 ul{
	list-style:none;
}

#recent-posts-2 ul li .post-date,#category-posts-3 ul li .post-date,#category-posts-4 ul li .post-date,#listcategorypostswidget-2 ul li .post-date{
	font-size:0.8em;
	padding-left:1em;
}

/* TOP導入実績 */
.one-fourth .attachment-gallery{
	margin-bottom:5px;
}

/* Googlemapのレスポンシブ化 */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* 無線サーベイ */
.photobox{
	margin:0 auto;
	width:95%;
	overflow:hidden;
}

.photobox img{
	float:right;
	margin:0 0 10px 10px;
}

.photobox p{
	padding:0;
	margin:0 0 10px 0;
}


.photobox p.last{
	padding-bottom:30px;
}

h4:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1.2em;
    vertical-align: middle;
    background: #51A2C1;
    margin-right: 0.5em;
}

/* 共通設定 */
.text dl{
	margin:0;
	padding:5px 0 15px 0;
}

.text dt{
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  padding-left:10px;
  color: #000;
}

.text dd{
  margin-bottom: 0.8em;
  margin-left: 7.5em;
}

.text th{
  font-size:0.8rem;
}

.text h3{
	padding:0 0 0 5px !important;
	margin:0 0 15px 0 !important;
	border-left:8px solid #2279C9;
	line-height:1em;
	font-size:1.4em !important;
	font-weight:bold;
}

.text h4{
	padding:0 0 3px 0 !important;
	margin:0 !important;
	font-size:1.2em !important;
}

/*footerナビゲーション設定*/
.secondary-navigation {
  font-size: 0.83333em;
  line-height: 1.8em;
/*  margin: 27px 0;*/
  text-align: center;
}
.secondary-navigation ul {
  list-style: none;
  margin: 0 5px;
  padding: 0;
}
.secondary-navigation li {
  display: inline-block;
  list-style: none;
  margin: 0 6.75px 0 0;
}
.secondary-navigation li:after {
/*  content: "\007E";*/
  content: "|";
  margin: 0 0 0 9px;
}
.secondary-navigation li:last-of-type:after {
  display: none;
}
.secondary-navigation a {
  color: #fff;
}

.secondary-navigation a:hover {
  color: #fff;
}

/* thinkpalm */
.blue01{
	background-color:#DBE8F7;
}

.blue02{
	background-color:#F0FDFF;
}

.blue03{
	background-color:#1564C4;
	color:#FFF;
}
/* company */
p.sign{
text-align:right;
margin-bottom:2em;
}

.partner{
	margin:0;
	padding:0;
}

.partner td.logo{
	max-width:150px;
	width:30%;
	text-align:center;
	margin:0 5px;
}

.partner img{
	border:none;
	max-width:150px;
}

/* download */
.pdf_list {
	width:550px;
	border-bottom:dotted 1px #999;
	margin:0;
	padding:0 0 10px 10px;
}

.pdf_list dl dt {
  clear: left;
  float: left;
  margin: 0;
  padding: 0;
}

.pdf_list dl dd {
  margin: 0;
  line-height:150%;
}

.pdf_list dl dd .title{
	font-size:1.1em;
  color:#333;
  font-weight:bold;
  border-left:#666 solid 3px;
  padding-left:5px;
}

.pdf_list dl dd .date{
  font-size:0.8em;
  color:#333;
  font-weight:bold;
  padding-left:10px;
}

.pdf_list dl dd .explan{
	width:520px;
  padding:5px 0 0 10px;
}

.pdf_list dl dd .detail{
	width:520px;
  font-size:0.8em;
  color:#333;
  margin:0;
  padding:5px 0 0 20px;
}

.pdf_info {
	width:550px;
	margin:0;
	padding:10px 0 0 10px;
	font-size:0.8em;
	color:#666;
}

.pdf_info dl dt {
  clear: left;
  float: left;
  margin: 0 0 0.8em;
  width: 7.5em;
  padding-left: 5px;
}

.pdf_info dl dd {
  margin: 0 0 0.8em 10em;
}

 /* サイネージの利用シーン */
.noborder{
	border:none !important;
}
 
.functionlist{
	font-size:0.8em;
	border-bottom:1px solid #333;
	border-left:1px solid #333;
	margin-bottom:20px;
}

.functionlist th{
	text-align:left;
	font-weight:normal;
	line-height:150% !important;
}

.functionlist td{
	text-align:center;
	padding:3px;
}

.functionlist td.pink{
	background-color:#FDE3EF;
}

.functionlist td.green{
	background-color:#E0F1EA;
}

.functionlist td,.functionlist th{
	border-top:1px solid #333;
	border-right:1px solid #333;
	line-height:120%;
}
.functionlist td a, .functionlist th a{
	color:#2279C9;
}

.functionlist td.circle{
	font-size:1.4em;
	color:#000;
	font-weight:bold;
	vertical-align:middle;
}

.functionlist th a{
	display:block;
	padding:0 3px;
}

.functionlist th a:hover{
	background-color:#3E4051;
	color:#fff;
}

.functionbox{
	border-top:3px dotted #666;
	padding:10px 0;
	margin-top:20px;
}

.functionbox .text{
	overflow:hidden;
	margin:0 0 20px 0;
}

.functionbox .text .photobox{
	float:right;
	margin:0 0 5px 5px; 
	width:300px;
}

.functionbox .text img{
	margin:0 0 5px 5px;
    box-shadow: 1px 1px 3px #000;
    -moz-box-shadow: 1px 1px 3px #000;　/* Firefox用 */  
    -webkit-box-shadow: 1px 1px 3px #000;　/* Safari,Google Chrome用 */  
}

.functionbox .text .locationbox{
	width:180px;
	float:left;
	margin:0 12px 10px 0;
}

.functionbox .text .locationbox h5{
	font-size:0.9em;
	padding:0 0 0 2px;
	margin:0 0 2px 0;
	color:#2279C9;
}

.functionbox .text .locationbox p{
	font-size:0.9em;
	padding:0;
	margin:0;
	width:180px;
}

.functionbox .text .locationbox img{
	width:100%;
	max-width:180px;
	height:auto;
	padding:0;
	margin:0 0 2px 0;
}

.button-box{
	overflow:hidden;
}
.button{
    display: inline-block;
	float:left;
	margin:5px;
}
.functionbox .buttoninner {
    display: table-cell;
	width:100px;
	height:50px;
    text-align: center;
    vertical-align: middle;
    color: #FFFFFF !important;
	text-decoration:none !important;
	line-height:120%;
	border-radius:5px;
	font-size:0.85em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,207cca+51,7db9e8+100;Blue+Gloss+Default */
background: #1e5799; /* Old browsers */
background: -moz-linear-gradient(top,  #1e5799 0%, #2989d8 50%, #207cca 51%, #7db9e8 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #1e5799 0%,#2989d8 50%,#207cca 51%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 ); /* IE6-9 */
}

.button a:hover {
        background: #3E4051;
}

hr{
	border:none;
	border-top: 1px dashed #8c8b8b;
}

 /* IPSSとは */
.ipss-text{
	margin-bottom:30px;
}

 /* IPSSの主な機能 */
.ipss-functionlist{
	margin:10px 0 20px;
}

.detailcontainer{
	margin-top:30px;
}
.detailbox{
	margin:10px auto 5px;
	border-bottom:dotted 3px #333;
	padding:15px 10px;
}

.detailbox h5{
	font-weight:bold;
	font-size:1.4em;
	margin:0 0 5px 0 !important;
	padding:0 !important;
}

.detailbox h5.function-tag1{
}

.detailbox p{
	width:95%;
}

.detailbox p.center, .detailbox p.center-large{
	text-align:center;
}

.detailbox p.center img{
	max-width:300px;
	height:auto;
}

.detailbox p.center-large img{
	max-width:600px;
	height:auto;
}

.detailbox .graybox{
	margin:10px auto 20px;
	width:80%;
	background-color:#ccc;
	padding:10px;
	border:1px solid #333;
	color:#000;
}

.detailbox .graybox .notice{
	font-size:0.8em;
	padding-top:10px;
	line-height:120% !important;
}

 /***** smart slider 3 *****/

p.n2-ow{
	color:#fff;
	background-color: rgba(10,0,0,0.5) !important;
	padding:20px 15px 20px 15px !important;
}

/* InterPlayサイネージ */
.glancebox{
	margin-top:20px;
}

.glancebox h3{
	font-weight:bold;
	border-left:#3ab0db 5px solid;
	border-bottom:1px solid #ccc;
	padding:0 0 2px 5px !important;
	margin:0 0 10px 0 !important;
	font-size:1.4em;
}

.glancebox table th{
	font-weight:bold;
	text-align:center;
	background-color:#b1d0dc;
}

.glancebox table td{
	font-size:1.0em !important;
	text-align:center;
}

.small{
	font-size:0.8em;
}

.glancebox h5{
	font-size:1.2em;
	font-weight:bold;
	padding:0 0 5px 0 !important;
	margin:0 0 10px 0 !important;
	border-bottom:#3ab0db 3px double;
}

.glancebox p{
	padding:0 0 0 10px !important;
}

.backto{
	text-align:right;
	border-bottom:1px dotted #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
}

/* InterPlay CMS */
.cmsphotobox{
	margin-bottom:15px;
	text-align:center;
}

.cmsbox{
	margin-bottom:20px;
}

.cmsbox h5{
	border-bottom:1px solid #333;
	padding:0 0 3px 0 !important;
	margin:30px 0 5px 0 !important;
	font-weight:bold;
}

.cmsbox p{
	margin-bottom:20px;
	margin:0 0 0.5em 0;
	padding:0;
}

.cmsbox .attention{
	font-weight:bold;
	color:#BC1417;
}

h5 .new{
	margin-left:0.5em;
	font-size:0.7em;
	color:#fff;
	background-color:#BC1417;
	padding:0 0.2em;
	line-height:100%;
	
}

.cmsbox p.notice{
	margin-top:20px;
	border-top:1px dotted #ccc;
	padding-top:10px;
	font-size:0.9em;
}

.cmsbox .small03{
	font-size:0.8em;
	background-color:#CD082D;
	color:#fff;
	padding:1px 2px;
	margin-left:5px;
}

.photocontainer{
	margin-bottom:20px;
}

.photocontainer img{
	margin-right:15px;
}

.backtotop{
	text-align:right;
	padding-bottom:10px;
	font-size:0.9em;
}

/* 地図・アクセス */
.mapbox{
	margin:0 auto;
	max-width:509px;
}

.mapbox img{
	margin-bottom:20px;
}
/* 投稿の前後記事へのリンクを非表示 */
ul.default-wp-page{
	display:none;
}

/* 投稿一覧のカテゴリーラベル */
.postcategorylabel{
	font-size:0.7em;
	color:#fff;
	background-color:#666;
	padding:1px 3px;
	margin-right:5px;
}

.postcategorylabel a{
	color:#fff;
}

/* プレスリリース */
h3.press{
	border:none !important;
	text-align:center;
    line-height:150%;
}

h3.press .sub{
	font-size:0.9em;
}

/* トップページ */
.front-news{
	width:90%;
	max-width:1000px;
	margin:0 auto;
}

.front-news h3{
	font-weight:bold;
	margin-top:15px;
	font-size:1.4em;
}

.front-news h3:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 1.2em;
    vertical-align: middle;
    background: #51A2C1;
    margin-right: 0.5em;
}

.front-news .postCategory{
	font-size:0.7em;
	color:#fff;
	background-color:#666;
	padding:1px 3px;
	margin-right:5px;
}

.front-news .postCategory a{
	color:#fff !important;
}

.front-news ul.postList li{
	margin-bottom:0.8em;
	border-bottom:1px dotted #ccc;
	padding-bottom:3px;
	list-style:none;
}

.newicon{
	font-size:0.8em;
	color:#E04622;
}

.newslist{
	font-size:0.9em;
	text-align:right;
}

.newslist a{
	color:#666;
}

.newslist a:hover{
	text-decoration:underline;
}

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

#n2-ss-2-align .n2-ss-desktop,
#n2-ss-2-align n2-ss-mobile,
#n2-ss-2-align n2-ss-tablet{
	color:#fff;
	margin-right:50px;
	margin-top: 20%;
}


/* ipef */
.ipef{
}

.ipef h4{
	font-size:1.2em;
	font-weight:bold;
}

.ipef h5{
	font-size:1em;
	font-weight:bold;
}

.ipef .read{
	width:90%;
	margin:1em auto 2em;
}

.ipef .img_container{
	overflow:hidden;
}

.ipef .img_container .box{
}

.ipef .img_container .imgsp{
}

.ipef .img_container .imgpc{
}

.ipef .container{
	width:90%;
	margin:1em auto 2em;
}

.ipef .container .inner{
	margin-bottom:2em;
}

.ipef .container .inner .text .imgbox .icon .buttoninner {
    display: table-cell;
	width:100px;
	height:50px;
    text-align: center;
    vertical-align: middle;
    color: #000;
	text-decoration:none !important;
	line-height:120%;
	border-radius:5px;
	font-size:0.85em;
    background-color:#ffe699;
	border:1px solid #2e5290;
}

.ipef .container .inner .text .imgbox .icon .button a:hover {
    background: #2e5290;
	color:#fff;
}


@media screen and (max-width: 480px) {
	.ipef .img_container .pc{
		display:none;
	}
	.ipef .img_container .box{
		text-align:center;
		width:80%;
		margin:0 auto;
	}
	.ipef .container .inner{
	}
	.ipef .container .inner .photo, .ipef .container .inner .text{
		width:100%;
	}
	.ipef .container .inner .photo{
		width:100%;
		overflow:hidden;
		text-align:center;
		margin-bottom:10px;
	}
	.ipef .container .inner .photo img{
		width:100%;
		max-width:207px;
		height:auto;
	}
	.ipef .container .inner .text{
		width:100%;
		overflow:hidden;
	}
	.ipef .container .inner .text .imgbox .illust{
		float:left;
		max-width:150px;
	}
	.ipef .container .inner .text .imgbox .illust img{
		height:auto;
		width:100%;
		max-width:150px;
	}
	.ipef .container .inner .text .imgbox .icon{
		float:left;
		margin-left:10px;
		width:120px;
	}
	.ipef .container .inner .text .imgbox .icon .buttoninner {
    display: table-cell;
	width:80px;
	height:50px;
	font-size:0.7em;
	}
	.ipef .container .inner .text .imgbox .icon .button .plus:before{
		content:"+ ";
	}
	.ipef .container .inner .text .imgbox .icon .button .plus{
		font-size:1.2em;
		font-weight:bold;
	}
}

@media screen and (max-width: 799px) {
	.ipef .img_container .pc{
		display:none;
	}
	.ipef .img_container .box{
		text-align:center;
		width:80%;
		margin:0 auto;
	}
	.ipef .container .inner{
	}
	.ipef .container .inner .photo, .ipef .container .inner .text{
		width:100%;
	}
	.ipef .container .inner .photo{
		width:100%;
		overflow:hidden;
		text-align:center;
		margin-bottom:10px;
	}
	.ipef .container .inner .photo img{
		width:100%;
		max-width:207px;
		height:auto;
	}
	.ipef .container .inner .text{
		width:100%;
		overflow:hidden;
	}
	.ipef .container .inner .text .imgbox .illust{
		float:left;
		max-width:335px;
	}
	.ipef .container .inner .text .imgbox .illust img{
		height:auto;
		width:100%;
		max-width:335px;
	}
	.ipef .container .inner .text .imgbox .icon{
		float:left;
		margin-left:10px;
		width:120px;
	}
	.ipef .container .inner .text .imgbox .icon .buttoninner {
    display: table-cell;
	width:80px;
	height:50px;
	font-size:0.7em;
	}
	.ipef .container .inner .text .imgbox .icon .button .plus:before{
		content:"+ ";
	}
	.ipef .container .inner .text .imgbox .icon .button .plus{
		font-size:1.2em;
		font-weight:bold;
	}
}
@media screen and (min-width: 800px) {
	.ipef .img_container .sp{
		display:none;
	}
	.ipef .img_container .pc img{
		width:800px;
		height:auto;
	}
	.ipef .img_container{
		width:90%;
		max-width:1000px;
		margin:1em auto 2em;
	}
	.ipef .img_container .box{
		float:left;
	}
	.ipef .img_container .box img{
		margin-right:10px;
	}
	.ipef .container .inner{
		overflow:hidden;
	}
	.ipef .container .inner .photo, .ipef .container .inner .text{
		float:left;
	}
	.ipef .container .inner .photo{
		width:30%;
		max-width:207px;
	}
	.ipef .container .inner .text{
		width:65%;
		padding-left:10px;
	}
	.ipef .container .inner .text .imgbox{
	}
	.ipef .container .inner .text .imgbox .illust{
		float:left;
		max-width:335px;
	}
	.ipef .container .inner .text .imgbox .illust img{
		height:auto;
		width:100%;
		max-width:335px;
	}
	.ipef .container .inner .text .imgbox .icon{
		float:left;
		margin-left:10px;
		width:150px;
	}
	.ipef .container .inner .text .imgbox .icon .button .plus:before{
		content:"+ ";
	}
	.ipef .container .inner .text .imgbox .icon .button .plus{
		font-size:1.2em;
		font-weight:bold;
	}
}
/*『Disrupt SF 2018』にて『InterPlay Elastic Framework』発表のコンテンツを展示*/
.dsf{
}

.dsf p{
	width:90%;
	margin:0 auto 2em;
}

.dsf .photo{
	width:100%;
	margin:1em 0 2em;
	text-align:center;
}

.dsf .photo p{
	width:90%;
	margin:0.3em auto 0;
	clear:both;
}

.dsf .photo p.left{
	text-align:left;
	margin-top:2em;
}

/* AI&IoTソリューション */
.aiiot{
}

/*
.aiiot h2{
padding: .5em;
position: relative;
text-align:center;
}
h2:after {
content: "";
display: block;
height: 4px;
background-image: linear-gradient(to right, #EB9BBD, #7ED1E6);
}
*/


.aiiot .h2box{
text-align: center;
}

.aiiot h2{
position: relative;
display: inline-block;
padding: 0 4em;
text-align: center;
}

.aiiot h2:before, .aiiot h2:after{
content: '';
position: absolute;
top: 30%;
display: inline-block;
width: 15%;
height: 2px;
background-color: #333;
}

.aiiot h2:before {left:0;}
.aiiot h2:after {right: 0;}

.aiiot .logo{
	text-align:center;
	width:90%;
	margin:1em auto 1em;
}

.aiiot .maintext{
	width:80%;
	margin:0 auto 1em;
}

.aiiot .content_box{
	width:90%;
	margin:0 auto 3em;
}

.aiiot .content_box h3{
    margin:  0;             /* デフォルトCSS打ち消し */
    font-size:  28px;       /* 文字サイズ指定 */
    font-weight:  bold;   /* 文字の太さ調整 */
    background: linear-gradient(to right, rgb(48, 224, 192) 0%,rgba(96,155,208,0.7) 30%,rgba(125,185,232,0) 100%);/* グラデーション指定 */
    padding:  10px;         /* 余白指定 */
    margin-bottom: 15px;    /* 周りの余白指定 */
    border-radius:  2px;    /* 角丸指定 */
    text-align:center;
}

.aiiot .content_box .photocontainer{
	width:90%;
	margin:0 auto 1em;
}

.aiiot .content_box .photocontainer .title{
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  width:16em;
  font-weight:bold;
  font-size:1.3em;
}

.aiiot .content_box .photocontainer .title:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.aiiot .content_box .photocontainer .inner{
	text-align:center;
	margin-top:0.8em;
}

.aiiot .content_box .photocontainer .inner img{
	border-radius:8px;
	width:100%;
	max-width:800px;
	height:auto;
}

.aiiot .content_box .photocontainer .inner2{
	text-align:center;
	margin-top:0.8em;
}

.aiiot .content_box .photocontainer .inner2 img{
	border-radius:8px;
	width:100%;
	max-width:710px;
	height:auto;
}

.aiiot .content_box .box{
	width:90%;
	margin:0 auto 1em;
}

.aiiot .content_box .box .text{
	margin:0 auto 3em;
	width:90%;
}

.aiiot .content_box .box .title{
  color: #505050;/*文字色*/
  padding: 0.5em;/*文字周りの余白*/
  display: inline-block;/*おまじない*/
  line-height: 1.3;/*行高*/
  background: #dbebf8;/*背景色*/
  vertical-align: middle;/*上下中央*/
  border-radius: 25px 0px 0px 25px;/*左側の角を丸く*/
  width:16em;
  font-weight:bold;
  font-size:1.3em;
}

.aiiot .content_box .box .title:before {
  content: '●';
  color: white;
  margin-right: 8px;
}

.aiiot .content_box .box .listbox1{
	margin:1em auto 1em;
	width:90%;
	overflow:hidden;
}

.aiiot .content_box .box .listbox1 .list{
	width:45%;
	float:left;
	border:1px solid #666;
	padding:0.3em;
	margin-bottom:0.7em;
	margin-right:2%;
	font-size:1.3em;
	line-height:80px;
	background-color:#f0f0f0;
}

.aiiot .content_box .box .listbox1 .list img{
	margin-right:10px;
}

.aiiot .content_box .box .listbox2{
	margin:1em auto 1em;
	width:90%;
	overflow:hidden;
}

.aiiot .content_box .box .listbox2 .list{
	width:45%;
	float:left;
	border:1px solid #666;
	padding:0.3em;
	margin-bottom:0.7em;
	margin-right:2%;
	font-size:1.3em;
	line-height:80px;
	background-color:#f3f2ec;
}

.aiiot .content_box .box .listbox2 .list img{
	margin-right:10px;
}
@media screen and (max-width: 799px) {
	.aiiot .content_box .box .listbox1 .list{
	width:90%;
	border:1px solid #666;
	padding:0.3em;
	margin:0 auto 0.8em;
	font-size:1.1em;
	line-height:80px;
	background-color:#f0f0f0;
	}

	.aiiot .content_box .box .listbox2 .list{
	width:90%;
	border:1px solid #666;
	padding:0.3em;
	margin:0 auto 0.8em;
	font-size:1.1em;
	line-height:80px;
	background-color:#f3f2ec;
	}
	.aiiot .content_box .box .listbox .list img, .aiiot .content_box .box .listbox2 .list img{
	width:30%;
	max-width:60px;
	height:auto;
	}
}

.aiiot .content_box .box .listbox3{
	margin:1em auto 2em;
	width:100%;
	overflow:hidden;
}

.aiiot .content_box .box .listbox3 .list{
	width:45%;
	float:left;
	border:1px solid #666;
	padding:1em 0.5em 0  0.5em;
	margin-bottom:0.7em;
	margin-right:2%;
	background-color:#f0f0f0;
}

.aiiot .content_box .box .listbox3 .list .label{
	width:90%;
	margin:0 auto;
	padding:5px;
	margin-bottom:0.5em;
  border-radius: 0px 25px 25px 0px;/*右側の角を丸く*/
  color:#fff;
  font-size:1.4em;
  line-height:50px;
}

.aiiot .content_box .box .listbox3 .list .label img{
margin-right:10px;
}

.aiiot .content_box .box .listbox3 .list .c1{
	background-color:#ffae00;
}

.aiiot .content_box .box .listbox3 .list .c2{
	background-color:#ff8e00;
}

.aiiot .content_box .box .listbox3 .list .c3{
	background-color:#ff4c00;
}

.aiiot .content_box .box .listbox3 .list .c4{
	background-color:#ff0002;
}

.aiiot .content_box .box .listbox3 .list .c5{
	background-color:#d20020;
}

.aiiot .content_box .box .listbox4container{
width:100%;
clear:both;
}

.aiiot .content_box .box .listbox4{
	margin:1em auto 2em;
	width:100%;
	overflow:hidden;
}

.aiiot .content_box .box .listbox4 .list{
	width:45%;
	float:left;
	border:1px solid #666;
	padding:1em 0.5em 0  0.5em;
	margin-bottom:0.7em;
	margin-right:2%;
	background-color:#f0f0f0;
}

.aiiot .content_box .box .listbox4 .list .label{
	width:90%;
	margin:0 auto;
	margin-bottom:0.5em;
	font-size:1.2em;
	line-height:80px;
	font-weight:bold;
}

.aiiot .content_box .box .listbox4 .list .label img{
margin-right:10px;
}

.aiiot .content_box .box .listbox4 .text{
	width:90%;
	margin:0 auto 1em;
}

.aiiot .content_box .box .listbox5{
	margin:1em auto 2em;
	width:100%;
	overflow:hidden;
}

.aiiot .content_box .box .listbox5 .list{
	width:45%;
	float:left;
	border:1px solid #666;
	padding:1em 0.5em 0  0.5em;
	margin-right:2%;
	margin-bottom:10px;
	background-color:#f0f0f0;
}

.aiiot .content_box .box .listbox5 .list .label{
	width:90%;
	margin:0 auto;
	padding:5px;
	margin-bottom:0.5em;
	border-radius: 0px 25px 25px 0px;/*右側の角を丸く*/
	color:#000080 !important;
	font-size:1.1em;
	background-color:#ffae00;
	height:60px;
}

.aiiot .content_box .box .listbox5 .list .label img{
margin-right:10px;
float:left;
}

.aiiot .content_box .box .listbox5 .text{
	width:90%;
	margin:0 auto 1em;
	padding:0;
}

.aiiot .content_box .box .listbox6{
	margin:1em auto 1em;
	width:100%;
	overflow:hidden;
}

.aiiot .content_box .box .listbox6 .list{
	width:45%;
	float:left;
	border:1px solid #666;
	padding:0.3em;
	margin-bottom:0.7em;
	margin-right:2%;
	background-color:#f3f2ec;
}

.aiiot .content_box .box .listbox6 .list .label{
	font-size:1.3em;
	line-height:80px;
}

.aiiot .content_box .box .listbox6 .list .label img{
	margin:0 10px;
}

.aiiot .content_box .box .listbox6 .list .text{
	width:90%;
	margin:0.5em auto;
}

/* スマホ表示 */
	@media screen and (max-width: 499px) {
		.aiiot .content_box .box .listbox4container{
		display:none;
		}
		.aiiot .content_box .box .listbox4 .list{
		width:95%;
		float:left;
		}
		.aiiot .content_box .box .listbox3, .aiiot .content_box .box .listbox4, .aiiot .content_box .box .listbox5, .aiiot .content_box .box .listbox6{
			width:100%;
		}
	}


/* Codima */
.toolbox .text{
	margin-bottom:1.5em;
}

.toolbox ul{
	margin-bottom:2em !important; 
}

.toolbox li{
	margin-bottom:0.8em;
}

.toolbox .midashi{
	font-weight:bold;
}

.photo-center{
	text-align:center;
	margin-bottom:1em;
}

.toolbox h4{
    margin:0;             /* デフォルトCSS打ち消し */
    font-size:  28px;       /* 文字サイズ指定 */
    font-weight:  bold;   /* 文字の太さ調整 */
    background: linear-gradient(to right, rgb(48, 224, 192) 0%,rgba(96,155,208,0.7) 30%,rgba(125,185,232,0) 100%);/* グラデーション指定 */
    padding:  10px;         /* 余白指定 */
    margin-bottom: 15px !important;    /* 周りの余白指定 */
    border-radius:  2px;    /* 角丸指定 */
    text-align:center;
	width:100%;
	overflow:hidden;
}

.toolbox h4:before {
    content:none;
}

.toolbox p.explain{
	font-size:0.8em;
	padding-bottom:1em;
}

/*NCSD*/
.ncsd{
}

.ncsd .text{
	margin:0 auto 2em;
	width:90%;
}

.ncsd .text ol {
  counter-reset: my-counter;
  list-style: none !important;
  padding: 0;
}

.ncsd .text li {
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.ncsd .text li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #51A2C1;
  color: #fff;
  display: block;
  float: left;
  line-height: 22px;
  margin-left: -30px;
  text-align: center;
  height: 22px;
  width: 22px;
  border-radius: 50%;
font-weight:bold;
}

.ncsd .text li .midashi{
	font-weight:bold;
	font-size:1.1em;
}

.ncsd h4{
  font-weight:bold;
  margin-bottom:1em;
}

.ncsd h4:before {
    content:none;
}

.ncsd h4 .number{
  color: #51A2C1;
  font-size:1.4em;
  padding-right:0.5em;
}

.ncsd hr {
	height:3px;
	border:0;
	background:linear-gradient(to right, rgb(48, 224, 192) 0%,rgba(96,155,208,0.7) 30%,rgba(125,185,232,0) 100%);/* グラデーション指定 */
}