/*
Theme Name: quester_inc
Theme URI: http://questar.ac/
Author: s-umehara
Author URI: http://ouse.co.jp
Description: クエスタ株式会社 ホームページテンプレート
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, 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: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 14px;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #000;
	line-height:1.5em;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

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

body {
	background:#fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ul ,
li {
	list-style: none;
}

table {
	border-collapse: collapse;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

img {
	height: auto;
	max-width: 100%;
}
strong {
	font-weight:bold;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color:#1a91bb;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

a:hover img {
	filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8;
}

/*--------------------------------------------------------------
 Clearings
--------------------------------------------------------------*/
.clearfix:after,
.clearfix li:after,
.horizon:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
* html .clearfix,
* html .clearfix li,
* html .horizon {
	zoom: 1;
}
*+html .clearfix,
*+html .clearfix li,
*+html .horizon {
	zoom: 1;
}
/*--------------------------------------------------------------
 form
--------------------------------------------------------------*/
input,
select,
textarea {
	font-size: 100%; 
	margin: 0;
	vertical-align: baseline;
}
input[type="submit"] {
	border: 1px solid;
	border-color:transparent;
	color: #fff;
	font-weight: bold;
	cursor: pointer;
	-webkit-appearance: button;
	font-size:18px;
	line-height: 1;
	padding: .6em 1.2em .5em;
	background: #000;
}

input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	border-radius: 3px;
}

input[type="submit"]:focus,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
textarea {
	color: #666;
	border: 1px solid #777;
	width:80%;
}
input[type="text"]:focus,
input[type="email"]:focus
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"] {
	padding: 5px;
}
textarea {
	overflow: auto; 
	padding-left: 3px;
	vertical-align: top;
}
.contact-form {
	border:5px solid #eee;
	padding:0 20px 50px;
}
.contact-form tr > * {
	padding:20px 0;
}
.contact-form {
	width:90%;
	margin:0 auto;
}
.contact-form th {
	text-align: left;
	width:30%;
	padding-right:5%;
}
.contact-form .submit {
	text-align: center;
	margin-top: 30px;
}
.contact-form th span {
	font-size:12px;
	color:#f00;
	float:right;
}
.contact-form .cap input {
	width:60%;
}
.wpcf7-validation-errors {
	border:none !important;
	text-align: center;
	color:#f00;
}
.wpcf7-mail-sent-ok {
	border:none !important;
	text-align: center;
	color:#1a91bb;
}
/*--------------------------------------------------------------
 common
--------------------------------------------------------------*/
.wrapper {
	overflow:hidden;
}
.inner, .p-inner {
	max-width: 1024px;
	margin:0 auto;
}
.clear {
	clear:both;
}
.low h2 {
	max-width: 1024px;
	background:#000;
	margin:0 auto;
}
.low h2 img {
	display: block;
}
.low h3 {
	border-bottom: solid 1px #000;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.low .content {
	padding:40px 30px;
}

.blog-main .head {
	position: relative;
}
.blog-main h3 {
	padding-left:10px;
	border-bottom: none;
	padding-top:4px;
	margin-right:120px;
}
.blog-main .date {
	position: absolute;
	right:0;
	top:7px;
	text-align: right;
}
.blog-content h2 span{
	color:#fff;
	display:inline-block;
	float:right;
	margin:20px 30px 0 0
}
.blog-content h2 span a{
	color:#fff;
	text-decoration:underline
}
@media screen and (max-width: 780px) {
	.blog-content h2 span{
		float:none;
		display:block;
		width:70%;
		margin:0 auto;
		text-align:center	}
}
.blog-content h2 img{
	display:inline-block
}
.blog-content h3.news {
	border-left:12px solid #e96153;
}
.blog-content h3.works {
	border-left:12px solid #fed83f;
}
.blog-main > div p {
	margin-bottom: 1.5em;
	word-break: break-word
}

.blog-content h3.topics {
	border-left:12px solid #47de87;
}
.blog-main {
	width:73%;
	float:left;
}
.blog-sidebar {
	float:right;
	width:27%;
	margin-right:-30px;
}
.back-number {
	border:solid 3px #000;
	margin-bottom: 15px;
}
.back-number h3 {
	background:url(images/arrow.png) #000 no-repeat right  center;
	color:#fff;
	font-size:16px;
	padding-top:8px;
	padding-left: 15px;
	margin-bottom: 15px;
}
.back-number ul {
	margin: 0 20px 12px;
}
.back-number li {
}
.back-number li + li {
	margin-top: 5px;
	padding-top: 5px;
	border-top:1px dashed #000;
}
.back-number li span {
	display: block;;
}

.blog-main .col2 {
	margin:20px 0;
}
.blog-main .col2 > img:first-child {
	width:50%;
	float:left;
	padding-right:3%;
} 
.blog-main .col2 > img + img {
	width:50%;
	float:right;
	padding-left:3%;
} 

/*--------------------------------------------------------------
 contents
--------------------------------------------------------------*/
.contents-info p {
	margin-left:30px;
	margin-bottom: 30px;
}
.contents-info .service {
	background: #999;
	margin:100px -30px 20px;
	padding:0;
}
.contents-info .service img {
	display:block;
}
/*--------------------------------------------------------------
 works
--------------------------------------------------------------*/
.work-list ul, .products-list ul {
	margin-left:-4%;
	margin-top:3%;
}
.work-list li, .products-list li {
	width:20%;
	padding-left:4%;
	float:left;
	margin-bottom: 5%;
	position: relative;
}
.work-list li *, .products-list li * {
	font-size:12px;
}
.work-list li h3, .products-list li h3 {
	border:none;
	padding:0;
	margin:0;
	margin-bottom: 5px;
}
.work-list li h3 span, .products-list li h3 span {
	color:#3498db;
	font-weight: bold;
	display: block;
}
.work-list li > a, .products-list li > a {
	position: absolute;
	bottom: 0;
	width:86%;
}
.work-list p, .products-list p {
	margin-bottom: 4px;
}
.work-list .num, .products-list .num {
	margin-left:2em;
	text-indent:-2em;
}
.work-list li .title, .products-list li .title {
	background:#41ccff;
	color:#fff;
	text-align: center;
	padding:4px 0;
}
.work-list li  .note, .products-list li  .note {
	color:#999999;
}
.work-list li .indent, .products-list li .indent {
	margin-left:1em;
}
/*--------------------------------------------------------------
 about
--------------------------------------------------------------*/
div.about_contents section h3{
	clear:both;
	margin-top: 45px;
}
.about-top .head {
	position: relative;
	margin-bottom: 20px;
}
.about-top .head img {
	width: 25%;
}
.about-top .head p:first-child {
	position: absolute;
	top:0;
	right:0;
	width: 73%;
	font-size:18px;
	margin-right:-10px;
	height: 3.5em;
	overflow: hidden;
}
.about-top .head p:first-child strong {
	font-size:22px;
}
.about-top .head p + img + p {
	position: absolute;
	bottom: 0;
	right:0;
	width: 73%;
}
.about-top > p {
	margin-bottom: 50px;
}
.about-company h3 {
}
.about-company table {
	width: 100%;
	border-top:solid 1px #666666;
	border-left:solid 1px #666666;
	border-right:solid 1px #666666;
}
.about-company tr > * {
	padding: 10px 20px;
	border-bottom:solid 1px #666666;
}
.about-company th {
	text-align: left;
	background: #eeeeee;
	width: 200px;
	border-right:solid 1px #666666;
}
.about-history table {
	margin-top: 30px;
	border-top:dashed 1px #9b9b9b;
}
.about-history tr > * {
	padding-top: 25px;
}
.about-history th {
	text-align: left;
	width: 80px;
}
.about-history td strong {
	font-weight: normal;
}
.about-history td {
	font-size: 12px;
	color:#333;
}
.about-history h4{
	margin:15px 10px
}
.about-history div{
	border:solid 1px gainsboro;
	box-shadow:2px 2px 2px rgba(0,0,0,.3);
	margin:30px;
	padding:20px
}
.about-history h5{
	margin:10px;
	font-size:16px;
	font-weight:500;
	color:#0aa0aa
}
.about-history cite{
	display:block;
	font-size:12px;
	text-align:right;
	color:#b7b7b7
}
.about-history h6{
	margin:5px;
	font-size:14px;
	font-weight:400;
	color:#0aa0aa
}
.about-history h6 span{
	display:inline-block;
	width:170px;
	background:#0aa0aa;
	color:#fff;
	padding:2px;
	text-align:center;
	margin-right: 5px;
	height:23px;
	border-radius:2px
}
about-history .hover_zoom{
	margin:0 auto
}

.about-staff ul {
	margin-left:-1%;
}
.about-staff li {
	float:left;
	width:50%;
	padding-left: 1%;
	position: relative;
	min-height:120px;
	margin-bottom: 40px;
}
.about-staff li > div {
	margin-left:140px;
}
.about-staff li > img {
	position: absolute;
	width:130px;
}
.about-staff li p:first-child {
	line-height: 1.8em;
	margin-bottom: .3em;
}
.about-staff li p + p {
	font-size:12px;
}
.about-staff li p + p + p {
	text-align: right;
}
/*--------------------------------------------------------------
 header
--------------------------------------------------------------*/
.header01 {
	border-top:4px solid #000;
	height:100px;
}
.header01 > div {
	border-top:1px solid #666;
}
.header01 .inner {
	position: relative;
	margin-top: 18px;
}
.header01 h1 {
}
.header01 .search {
	position: absolute;
	top:0;
	right:0;
}
.header01 .search p {
	margin-bottom: 5px;
}
.header01 .search input[type="text"] {
	width:240px;
	height:26px;
	vertical-align: middle;
}
.header01 .search input[type="image"] {
	vertical-align: middle;
}
.main-navigation ul {
	margin-bottom: 20px;
}
.main-navigation li {
	float:left;
	width:20%;
	text-align: center;
}
.main-img img {
	margin:0 -16px;
}

.top {
	margin-top:6.4%;
}
.top h2 {
	border-bottom: solid 1px #000;
	font-size: 20px;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.top .left {
	float:left;
	padding-right:5%;
	width:50%;
}
.top .right {
	float:right;
	width:50%;
}
.top-info li:first-child {
	float: left;
	width:50%;
	padding-right: 1%;
}
.top-info li + li {
	float: right;
	padding-left: 1%;
	width:50%;
	text-align: right;
}
.top-news li {
	position: relative;
	padding-left: 90px;
	margin-bottom: 1em;
}
.top-news li img:first-child {
	position: absolute;
	left:0;
}
.top-news li span {
	display: block;
}
.top-news li a {
	font-size:16px;
}
.footer01 {
	background:#cccccc;
	height:230px;
	padding-top:52px;
	margin-top:12%;
}
.footer01 img {
	margin-left:5%;
	display: block;
	margin-bottom: 40px;
}
.footer01 .copyright {
	margin-top: 10px;
	float:left;
}
.footer01 ul {
	margin-top: 10px;
	float:right;
	width:600px;
	text-align: right;
}
.footer01 li {
	display: inline-block;
}
.footer01 li + li {
	display: inline-block;
	margin-left:2%;
}
.footer01 a {
	color: #000;
}
/*--------------------------------------------------------------
 pc
--------------------------------------------------------------*/
@media all and (max-width: 1024px) {
	.inner {
		margin-left:20px;
		margin-right:20px;
	}
	.p-inner {
		margin-left:20px;
		margin-right:20px;		
	}
	.contents-info .service {
		margin:100px -50px 20px;
		border:none;
	}
}

@media all and (max-width: 800px) {
	.contact-form {
		width:100%;
	}
}



@media screen and (min-width: 641px) {
	.visible-pc {
	}
	.visible-sp {
			display: none;
	}
	.main-navigation {
		display: block !important;
	}
}
@media screen and (max-width: 640px) {
	.visible-pc {
			display: none;
	}
	.visible-sp {
	}
	.inner {
		margin-left:10px;
		margin-right:10px;
	}
	.p-inner {
		margin-left:0;
		margin-right:0;
	}
	.low h2 {
		margin:0 10px;
	}
	.main-navigation li {
		float:none;
		width:100%;
		background:#666;
		margin-bottom:2px;
	}
	.main-navigation {
		display: none;
	}
	#menu-toggle {
		position: absolute;
		top: 5%;
		right: 0;
		cursor: pointer;
		width: 19.6%;
	}
	.header01 h1 {
		width: 65%;
	}
	.main-img img {
		margin:0;
	}
	.top {
		margin-top:3%;
	}
	.top .left {
		float:none;
		padding-right:0;
		width:100%;
		margin-bottom: 5%;
	}
	.top .right {
		float:none;
		width:100%;
	}
	.footer01 img {
		margin-left:0;
		margin:0 auto;
		margin-bottom: 3%;
		width:77%;
	}
	.footer01 .copyright {
		margin-top: 0;
		float:none;
		text-align: center;
		font-weight: bold;
		font-size:10px;
	}
	.low .content {
		padding:20px 0;
	}

	.work-list ul, .products-list ul {
		margin-left:0%;
		margin-top:3%;
	}
	.work-list li, .products-list li {
		width:100%;
		padding-left:0;
		float:none;
		margin-bottom: 5%;
		height:auto !important;
	}
	.work-list li > div, .products-list li > div {
		float:left;
		width:38%;
	}
	.work-list li > div img, .products-list li > div img {
		margin-bottom: 5px;
	}
	.work-list li > div + div, .products-list li > div + div {
		float:right;
		width:56%;
	}
	.work-list li h3, .products-list li h3 {
		margin-bottom: 5px;
		height:auto !important;
	}
	.work-list li h3 span, .products-list li h3 span {
		font-size:14px;
	}
	.work-list li .title, .products-list li .title {
		background:#fff;
		color:#41ccff;
		text-align: left;
		padding:0;
		margin:0;
	}

	.about-staff ul {
		margin-left:0;
	}
	.about-staff li {
		float:none;
		width:100%;
		margin-bottom: 30px;
		padding-left: 0;
	}
	.about-staff li > div {
		float:right;
		width:58%;
		margin-bottom:10px;
		margin-left:0;
	}
	.about-staff li > img {
		float:left;
		width:40%;
		position: relative;
	}
	
	.about-top .head p:first-child {
		position: relative;;
		top:0;
		width:100%;
		margin-right:0;
	}
	.about-top .head p:first-child strong {
		display: block;
	}
	.about-top .head img {
		width: 50%;
	}
	.about-top .head p + img + p {
		width: 47%;
	}
	.about-company tr > * {
		float:left;
		width:100%;
		border-right:0;
	}
	.contents-info .service {
		margin:60px 0px 20px;
	}
	.contents-info p:last-child {
		margin:0;
	}
	input[type="text"],
	input[type="email"],
	textarea {
		width:100%;
	}
	.contact-form th {
	}
	.blog-main {
		width:100%;
		float:none;
		margin-bottom: 20px;
	}
	.blog-sidebar {
		float:none;
		width:100%;
		margin-right:0;
	}
	.back-number {
		margin-bottom: 0;
	}
	.blog-main h3 span {
		display: block;
		width:100%;
		left:-30px;
		text-align: right;
		margin-bottom: 20px;
	}
	.blog-main .col2 {
		margin:10px 0 0;
	}
	.blog-main .col2 > img {
		width:100% !important;
		float:none !important;
		padding:0 !important;;
		margin-bottom:10px;
	} 
	.blog-main h3 {
		margin-right:0;
		margin-bottom: 0;
	}
	.blog-main .date {
		position: relative;;
		top:0;
		text-align: right;
		margin-bottom: 10px;
	}
	.gototop {
		background:#000;
		text-align: right;
		margin-top:30px;
		padding:10px 15px;
	}
	.gototop a {
		color:#fff;
	}
	.footer01 {
		height:200px;
		padding-top:52px;
		margin-top:0;
	}
}


/*content-square*/
body.page-id-304 main#main div.content.inner{
	padding:0
}
section#square_section1{
	position:relative;
	height:auto
}
section#square_section1 nav{
	position:absolute;
	bottom:0;
	left:1.5%;
	width:97%
}
section#square_section1 nav a{
	display:inline-block
}
section#square_section1 nav a#square_point1{
	width:24%;
	margin-right:1.5%
}
section#square_section1 nav a#square_point2{
	width:31.5%;
	margin-right:1.5%
}
section#square_section1 nav a#square_point3{
	width:41.5%
}

section#square_section2{
	width:90%;
	position:relative;
	text-align:center;
	margin:0 auto 40px
}
section#square_section2 div#ic_chizai img{
	margin-right:30px
}
section#square_section2 p{
	width:46%;
	display:inline-block;
	margin-top:30px
}
section#square_section2 p.sqmg-l{
	margin-right:4%;
}


section#square_slider .slide_selector{
	border:solid 2px gainsboro;
	width:100%;
	height:200px;
	overflow:hidden
}
section#square_slider .slide_selector div.slick-slide div{
	width:99%;
	height:200px
}
section#square_slider button{
	display:block;
	width:50px;
	height:50px;
	border-radius:25px;
	background:#000;
	color:#fff;
	position:absolute;
	top:75px;
	z-index:2;
	border:none;
	outline:none;
	cursor:pointer;
	opacity:0.6
}
section#square_slider button.slick-prev{
	left:0
}
section#square_slider button.slick-next{
	right:0
}
section#square_slider .slide_selector div img{
	background:#f1f1f1;
	margin:0 auto;
	height:200px
}

@media screen and (max-width: 640px) {
	section#square_slider .slide_selector{
		width:300px;
		margin:0 auto
	}
}


section#square_section1~hr{
	height:3px;
	background:silver;
	border:outset 1px #bfbfbf;
	margin:80px 0 
}

section#square_section3{
	position:relative
}
section#square_section3 p{
	text-align:center;
	margin:20px auto
}
section#square_section3 h1+p{
	width:70%;
	text-align:left
}
section#square_section3 p#webban_service{
	width:25%;
	position:absolute;
	top:14%;
	left:6%
}
section#square_section3 p#smahoh_wifi{
	width:20%;
	position:absolute;
	top:43%;
	left:48%
}
@media screen and (max-width: 700px) {
	section#square_section3 p#webban_service{
		background:#1a91bb;
		border:none;
		border-radius:6px;
		padding:3px;
		top:16%;
		left:5%;
		opacity:0.4
	}
	section#square_section3 p#smahoh_wifi{
		background:#1a91bb;
		border:none;
		border-radius:6px;
		padding:3px;
		top:41%;
		left:48%;
		opacity:0.4
	}
	section#square_section3 p#webban_service a,
	section#square_section3 p#smahoh_wifi a{
		color:#fff
	}
}
p#no_Wi-Fi_construction_site{
	width:15%;
	position:absolute;
	right:2%;
	bottom:22%
}

section#square_section4 p{
	text-align:center;
	margin:20px auto
}
section#square_section4 h1+p{
	width:70%;
	text-align:left
}


section#square_section5 p{
	text-align:center;
	margin:20px auto
}
section#square_section5 h1+p{
	width:70%;
	text-align:left
}
section#square_section5 #square_video{
	position:relative
}
section#square_section5 #square_video iframe{
	position:absolute;
	top:30%;
	right:0
}
@media screen and (max-width: 500px) {
	section#square_section5 #square_video iframe{
		width:300px;
		height:auto
	}
}


section#square_section6 p{
	text-align:center;
	margin:20px auto
}

section#square_section6 p#signageSize{
	color:#fff;
	background:#f25f5f;
	font-size:16px;
	width:60%;
	padding:20px
}

section#square_section7 table,
section#square_section7 th,
section#square_section7 td{
	border:solid 2px gainsboro
}
section#square_section7 table{
	width:90%;
	margin:10px auto
}
section#square_section7 th{
	padding:5px;
	text-align:left;
	font-weight:bold;
	background:#eee;
	width:30%
}
section#square_section7 th.sq_th1{
	padding-left:30px;
	font-weight:normal;
	background:#fff;
}
section#square_section7 th.sq_th2{
	padding-left:60px;
	font-weight:normal;
	background:#fff;
}
section#square_section7 td{
	padding:5px;
	color:#555
}


section#square_section8{
	background:#b5f4df;
	margin-top:60px;
	padding:30px
}
section#square_section8 p{
	color:#038b2e;
	text-align:center;
	font-size:110%;
	margin-bottom:40px
}
section#square_section8 div#square_left{
	display:inline-block;
	margin:0 8% 0 10%;
	vertical-align:top
}
section#square_section8 div.wpcf7{
	display:inline-block;
	width:50%
}
section#square_section8 div.wpcf7 p{
	text-align:left;
	margin-bottom:10px
}
@media screen and (max-width: 700px) {
	section#square_section8 div.wpcf7{
		display:block;
		width:90%;
		margin:0 auto
	}
	section#square_section8 div#square_left{
		display:block;
		width:60%;
		margin:0 auto
	}
}

/*プレスリリース「スクエア」*/
#square_press_section{
	width:80%;
	margin:0 auto
}
#square_press_section p{
	color:#484848;
	font-size:16px;
	line-height:1.9em;
	margin:15px
}
#square_press_section h1{
	color:#000;
	font-size:140%;
	text-align:center
}
#square_press_section h1+p{
	text-align:right
}
#square_press_section hgroup{
	background:#e0f7ff;
	height:auto;
	width:70%;
	margin:0 auto;
	padding:10px
}
#square_press_section h2{
	background:#e0f7ff;
	text-align:center;
	font-size:130%;
	color:#000;
	text-decoration:underline;
	height:40px
}
#square_press_section h3{
	border:solid 1px #79deff;
	text-align:center;
	font-size:110%;
	border:none;
	margin:0;
	height:40px
}
#square_press_section p#square_image{
	float:left;
	width:226px;
	font-size:12px;
	margin-right:30px
}
#square_press_section p#fix_para{
	clear:left
}
#square_press_section div{
	background:#e6e6e6;
	width:80%;
	margin:0 auto;
	padding:10px
}
#square_press_section dl{
	width:49%;
	display:inline-block;
	vertical-align:top
}
section#square_press_information{
	clear: left;
	border:solid 1px gainsboro;
	margin:40px auto;
	width:80%;
	text-align:center
}
@media screen and (max-width: 750px) {
	#square_press_section,
	#square_press_section hgroup{
		width:98%
	}
	#square_press_section h2{
	font-size:110%
}
}

/*導入事例*/
section#introduction h2{
	background:#fff;
	color:green;
	margin:30px 0 0;
	font-size:20px
}
section#introduction h3{
	font-size:20px;
	border:none;
	margin:0
}
section#introduction p{
	margin:0 0 30px 30px
}

/*マニュアル*/
section#manual_cont{
	border:solid 1px gainsboro;
	border-radius:5px;
	padding:40px
}
section#manual_cont p{
	margin-left:40px
}
body.page-id-466 section#manual_cont h1{
	color:gray;
	font-size:18px;
	text-align:center;
	margin-bottom:40px
}
body.page-id-466 section#manual_cont h2{
	background:#fff;
	border-bottom:solid 2px gray;
	margin:30px 0;
	color:gray;
	font-size:16px
}

/*mochi*/
.mochi-blog-content div.blog-main div.head h3{
	color:#b6439c
}
.mochi-blog-content div.blog-main div.head~ div.head h3{
	margin-top:60px
}