@charset "UTF-8";
/*
http://fontfree.me
author: Nao Hayashi
----
0.basic
1.main-contents
2.sidebar
4.footer
5.about
6.single
7.cat
8.search-form
9.font-toukou
11.instl
12.404
13.blog
*/

/*=============================================
         0.Basic
===============================================*/

body {
    font-size: 12px;
    font-family:
        "Lucida Grande", Verdana, Arial, "Hiragino Kaku Gothic Pro", Meiryo,
        "メイリオ", sans-serif;
    color: #555;
    background: #f6f8f8;
    border-top: solid #61c1e3 8px;
    /*	border-bottom: solid #61c1e3 15px;
*/
    min-width: 1024px;
}

a {
    color: #506978;
    text-decoration: none;
}

a:hover {
    color: #338fb0;
}

img {
    margin: 0;
    padding: 0;
}

/* Selected Text */
::selection {
    background: #61c1e3; /* Safari */
    color: #fff;
}

::-moz-selection {
    background: #61c1e3; /* Firefox */
    color: #fff;
}

/*main*/

#wrapper {
    text-align: left;
}

#header {
    width: 100%;
    height: 125px;
    background: #fff url(images/nv-bg.png) repeat-x 0 bottom;
    background-size: 1px 49px;
    overflow-x: hidden;
}

#inner {
    margin: 0 auto;
    width: 1024px;
}

.main {
    margin: 0 auto;
    width: 1024px;
}

.logo {
    z-index: 1;
    position: absolute;
    float: left;
    margin: 25px 0 0 0;
    padding: 5px 0 10px 200px;
    background: url(images/logo.jpg) no-repeat;
    background-size: 180px 25px;
    color: #666;
    width: 550px;
}

.logo:hover {
    color: #666;
}

.ie8 h1 {
    z-index: 1;
    position: absolute;
    float: left;
    margin: 20px 0 0 15px;
    padding: 5px 0 10px 200px;
    background: url(images/logo-ie.gif) no-repeat;
    color: #666;
}
#logo {
    float: left;
    margin: 20px 20px 0 0;
}

#social {
    float: right;
}
/*
#nv {
	position: relative;
}

#nv ul {
	background: url(images/nv-bg.jpg) repeat;
	background-size: 2px 48px;
}


#nv ul li {
	float: left;

}

#nv li {
    display: inline;
    font-size: 0;
}

#nv li a {
	display: block;
	text-indent: -9999px;
	height: 49px;
	position: absolute;
	top: 61px;
}

#top a {
	background: url(images/cmn-nv.jpg) no-repeat 0 0px;
	width: 115px;
	left: 0px;
	background-size: 1027px 98px;
}

#top a:hover {
	background: url(images/cmn-nv.jpg) no-repeat 0 -49px;
	background-size: 1027px 98px;
}

#kakugo a {
	background: url(images/cmn-nv.jpg) no-repeat -114px 0px;
	width: 115px;
	left: 114px;
	background-size: 1027px 98px;
}

#kakugo a:hover {
	background: url(images/cmn-nv.jpg) no-repeat -114px -49px;
	width: 114px;
	left: 114px;
	background-size: 1027px 98px;
}

#marugo a {
	background: url(images/cmn-nv.jpg) no-repeat -228px 0px;
	width: 114px;
	left: 228px;
	background-size: 1027px 98px;
}

#marugo a:hover {
	background: url(images/cmn-nv.jpg) no-repeat -228px -49px;
	width: 114px;
	left: 228px;
	background-size: 1027px 98px;
}

#mincho a {
	background: url(images/cmn-nv.jpg) no-repeat -342px 0px;
	width: 114px;
	left: 342px;
	background-size: 1027px 98px;
}

#mincho a:hover {
	background: url(images/cmn-nv.jpg) no-repeat -342px -49px;
	width: 114px;
	left: 342px;
	background-size: 1027px 98px;
}

#tegaki a {
	background: url(images/cmn-nv.jpg) no-repeat -456px 0px;
	width: 114px;
	left: 456px;
	background-size: 1027px 98px;
}

#tegaki a:hover {
	background: url(images/cmn-nv.jpg) no-repeat -456px -49px;
	width: 114px;
	left: 456px;
	background-size: 1027px 98px;
}

#fude a {
	background: url(images/cmn-nv.jpg) no-repeat -570px 0px;
	width: 114px;
	left: 570px;
	background-size: 1027px 98px;
}

#fude a:hover {
	background: url(images/cmn-nv.jpg) no-repeat -570px -49px;
	width: 114px;
	left: 570px;
	background-size: 1027px 98px;
}

#pop a {
	background: url(images/cmn-nv.jpg) no-repeat -684px 0px;
	width: 114px;
	left: 684px;
	background-size: 1027px 98px;
}

#pop a:hover {
	background: url(images/cmn-nv.jpg) no-repeat -684px -49px;
	width: 114px;
	left: 684px;
	background-size: 1027px 98px;
}

#bit a {
	background: url(images/cmn-nv.jpg) no-repeat -798px 0px;
	width: 114px;
	left: 798px;
	background-size: 1027px 98px;
}

#bit a:hover {
	background: url(images/cmn-nv.jpg) no-repeat -798px -49px;
	width: 114px;
	left: 798px;
	background-size: 1027px 98px;
}

#etc a {
	background: url(images/cmn-nv.jpg) no-repeat -912px 0px;
	width: 114px;
	left: 912px;
	background-size: 1027px 98px;
}

#etc a:hover {
	background: url(images/cmn-nv.jpg) no-repeat -912px -49px;
	width: 114px;
	left:912px;
	background-size: 1027px 98px;
}
*/

/*ここからnew!*/

#nv {
    position: relative;
    width: 100%;
}

#nv ul {
    background: url(images/nv-bg.png) repeat-x;
    background-size: 1px 48px;
}

#nv ul li {
    float: left;
}

#nv li {
    display: inline;
    font-size: 0;
}

#nv li a {
    display: block;
    text-indent: -9999px;
    height: 49px;
    position: absolute;
    top: 76px;
}

#nv {
    position: relative;
}

#top a {
    background: url(images/cmn-nv.png) no-repeat 0 0px;
    width: 114px;
    left: 0px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#kakugo a {
    background: url(images/cmn-nv.png) no-repeat -114px 0px;
    width: 114px;
    left: 114px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#marugo a {
    background: url(images/cmn-nv.png) no-repeat -228px 0px;
    width: 114px;
    left: 228px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#mincho a {
    background: url(images/cmn-nv.png) no-repeat -341px 0px;
    width: 114px;
    left: 341px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#tegaki a {
    background: url(images/cmn-nv.png) no-repeat -454px 0px;
    width: 114px;
    left: 454px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#fude a {
    background: url(images/cmn-nv.png) no-repeat -568px 0px;
    width: 114px;
    left: 568px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#pop a {
    background: url(images/cmn-nv.png) no-repeat -682px 0px;
    width: 115px;
    left: 682px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#kawaii a {
    background: url(images/cmn-nv.png) no-repeat -795px 0px;
    width: 114px;
    left: 795px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#etc a {
    background: url(images/cmn-nv.png) no-repeat -909px 0px;
    width: 1026px;
    left: 909px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#top a:hover {
    background: url(images/cmn-nv.png) no-repeat 0 -49px;
    width: 114px;
    left: 0px;
    background-size: 1025px 98px;
    overflow: hidden;
}

#kakugo a:hover {
    background: url(images/cmn-nv.png) no-repeat -114px -49px;
    width: 114px;
    left: 114px;
    background-size: 1025px 98px;
    overflow: hidden;
}

#marugo a:hover {
    background: url(images/cmn-nv.png) no-repeat -228px -49px;
    width: 114px;
    left: 228px;
    background-size: 1025px 98px;
    overflow: hidden;
}

#mincho a:hover {
    background: url(images/cmn-nv.png) no-repeat -341px -49px;
    width: 114px;
    left: 341px;
    background-size: 1025px 98px;
    overflow: hidden;
}

#tegaki a:hover {
    background: url(images/cmn-nv.png) no-repeat -454px -49px;
    width: 114px;
    left: 454px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#fude a:hover {
    background: url(images/cmn-nv.png) no-repeat -568px -49px;
    width: 115px;
    left: 568px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#pop a:hover {
    background: url(images/cmn-nv.png) no-repeat -682px -49px;
    width: 114px;
    left: 682px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#kawaii a:hover {
    background: url(images/cmn-nv.png) no-repeat -795px -49px;
    width: 114px;
    left: 795px;
    background-size: 1024px 98px;
    overflow: hidden;
}

#etc a:hover {
    background: url(images/cmn-nv.png) no-repeat -909px -49px;
    width: 115px;
    left: 909px;
    background-size: 1024px 98px;
    overflow: hidden;
}

/*/new!*/

#breadcrumb {
    margin-top: 132px;
    position: absolute;
    /*z-index:*/
}

#breadcrumb li {
    padding-left: 8px;
    float: left;
    font-size: 11px;
    color: #a1a1a1;
}

#widget {
    width: 100px !important;
}

.social-btn {
    float: right;
    padding-top: 5px;
}

.social-btn li {
    float: right;
    margin-left: 5px;
}

.fb-like,
.icon_box_hatena,
.icon_box_twitter,
.icon_box_fb {
    float: right;
}

.icon_box_hatena {
    z-index: 2;
}

.fb-like {
    position: relative;
    z-index: 10;
}

.icon_box_twitter {
    width: 90px;
    margin-right: 3px;
}

.icon_box_ggl {
    float: right;
    margin: 0 8px 0 0;
    width: 60px !important;
}

.fbpdl {
    position: relative;
    z-index: 4 !important;
}

/*=============================================
         1.main-contents
===============================================*/

div.main-lft {
    width: 724px;
    float: left;
    margin-bottom: 10px;
}

.main-lft-top {
    padding-top: 15px;
    width: 724px;
    float: left;
    margin-bottom: 10px;
}

.main-img {
    width: 668px;
    height: 135px;
    margin: 0 0 15px 0;
    padding: 55px 0 0 35px;
    background-color: #fff;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
}

#slideshow img {
    position: relative;
    z-index: 0;
}

#slideshow {
    text-align: center;
}

.new-fnt {
    margin: 0 0 15px 0;
}

article.top-index {
    float: left;
    color: #a7a7a7;
    width: 224px;
    margin: 0 15px 15px 0;
    border-radius: 1px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
}

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

	#wrapper {
		width: 100% !important;
		background-color: #fff;
	}

    article.top-index {
        width: 224px;
        height: 246px;
    }
    #header {
    	width: 100%;
    	background-color: #fff;
    }
    #inner {
    	width: 100%;
		background: #fff url(images/nv-bg.jpg) repeat-x 0 bottom;
	}
	.social-btn{
		background-color: #fff;
	}



}*/

article.top-index h2 {
    line-height: 1.2;
    margin: 5px 0 0 10px;
    font-size: 17px;
    font-weight: bold;
}

.thumbnail {
    width: 224px !important;
    height: 148px !important;
    border-bottom: 1px dashed #eee;
}

.thumbnail img {
    /*	width: 224px;
	height: 148px;*/
    position: relative;
    transition: opacity 0.3s ease-out;
}

.thumbnail img:hover {
    opacity: 0.7;
}

.fnt-content {
    margin: 8px 10px 10px 10px;
}

.fnt-content span {
    background: #d0cece;
    color: #fff;
    font-size: 10px;
    padding: 2px;
    margin: 0 5px 0 0;
}

.cat {
    font-size: 11px;
    line-height: 1.2;
    margin: 0 0 8px 0;
}

.license {
    font-size: 11px;
    line-height: 1.2;
}

.post-categories ul li {
    float: left;
}

.post-categories li {
    float: left;
}

.tag img {
    margin: 0 5px 0 0;
}

.tag {
    font-size: 11px;
    float: left;
    line-height: 2;
    margin: 5px 0 10px 0;
}

.os img {
    float: right;
    margin: 8px 0 0 5px;
}

/*ページャー*/

.wp-pagenavi {
    clear: both;
    color: #666;
    text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    text-decoration: none;
    border: 1px solid #bfbfbf;
    padding: 3px 5px;
    margin: 2px;
    background-color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
    border-color: #666;
}

.wp-pagenavi span.current {
    font-weight: bold;
}

span .current,
.panges {
    border: 1px solid #bfbfbf;
    background-color: #fff;
}

/*=============================================
         2.sidebar
===============================================*/

.sidebar {
    float: left;
    margin: 15px 0 15px 0;
    width: 300px;
}
.pc-sidebar-ad {
    width: 300px;
    height: auto;
}
.sd-info {
    color: #666;
    font-size: 10px;
    padding: 10px 15px 0 15px;
}

.sd-instl,
.sd-about,
.sd-sbmt,
.sd-fb,
.sd-search,
.sd-twitter,
.sd-facebook {
    margin: 10px 0 0 0;
    background-color: #fff;
    width: 300px;
    border: #eee;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
}

.link {
    margin: 15px 0;
}

.link:hover {
    opacity: 0.8;
}

.sd-instl {
    display: none;
}

.sd-instl p {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #61c1e3;
    padding: 7px 0 0 45px;
    background: url("images/sd-download.png") no-repeat;
    background-size: 33px;
    border-bottom: 1px #eee solid;
}

.sd-sbmt p {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #61c1e3;
    padding: 7px 0 0 45px;
    background: url("images/sd-submit.png") no-repeat;
    background-size: 33px;
    border-bottom: 1px #eee solid;
}

#sd-srch-title {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #61c1e3;
    padding: 7px 0 0 45px;
    background: url("images/sd-search.png") no-repeat;
    background-size: 33px;
    border-bottom: 1px #eee solid;
}

.sd-facebook p {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #61c1e3;
    padding: 7px 0 0 45px;
    background: url("images/sd-facebook.png") no-repeat;
    background-size: 33px;
    border-bottom: 1px #eee solid;
}

#about {
    height: 26px;
    font-size: 14px;
    font-weight: bold;
    color: #61c1e3;
    padding: 7px 0 0 45px;
    background: url("images/sd-about.png") no-repeat;
    background-size: 33px;
    border-bottom: 1px #eee solid;
}

#about-contents {
    padding: 10px;
    font-size: 12px;
}

.sd-about iframe {
    padding: 10px;
}

.sd-fb p {
    height: 28px;
    font-size: 14px;
    font-weight: bold;
    color: #61c1e3;
    padding: 7px 0 0 45px;
    background: url("images/sd-fb.gif") no-repeat;
}

.sd-search div {
    padding: 5px 15px 15px 15px;
}

.mac-instl,
.win-instl {
    float: left;
    width: 127px;
    height: 70px;
    display: block;
    color: white;
    text-shadow: 0 1px 2px #333;
    font-weight: bold;
    text-align: center;
    line-height: 43px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #eee;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.mac-instl:hover,
.win-instl:hover {
    background: #e1dfdf;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.win-instl {
    margin: 0 15px 0 0;
}

#instl-btn {
    padding: 10px 15px;
}

.sd-twitter p {
    background: url("images/sd-twitter.png") no-repeat;
    background-size: 33px 33px;
    color: #61c1e3;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    padding: 7px 0 0 45px;
}

.customisable-border {
    border: 1px solid #fff !important;
}

.sd-sns {
    background-color: #fff;
    margin-top: 15px;
}
.sd-sns p {
    padding: 7px 0 0 45px;
    background: url("images/sd-sns.png") no-repeat;
    background-size: 33px;
    border-bottom: 1px #eee solid;
    color: #61c1e3;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
}

.sd-sns .sd-sns-block {
    padding: 15px;
}

.sd-sns-block > div {
    margin: 6px 0 0 0;
}

/*=============================================
         4.footer
===============================================*/

.footer {
    padding: 0 0 10px 0;
    margin: 20px 0 0 0;
    height: 214px;
    background: url(images/footer-bg.jpg) repeat-x;
}

.footer-contents {
    margin: 0 auto;
    width: 1024px;
}

.footer-contents p {
    text-align: center;
}

.footer-box {
    width: 256px;
    height: 200px;
    padding: 20px 0 0 0;
    float: left;
}
.footer-title {
    font-size: 16px;
    font-weight: bold;
    color: #61c1e3;
    margin: 0 0 5px 0;
}

.footer-contact {
    margin: 15px 0 0 0;
}

.copyright {
    color: #61c1e3;
}

#ad-footer {
    text-align: center;
    height: auto;
    width: 970px;
    margin: 4px auto 0;
}

/*=============================================
         5.about
===============================================*/

#slideshow {
    position: relative;
    /*	width:  570px;
	height: 47px;*/
    padding: 20px 0 20px 15px;
}

#slide-img {
    padding: 15px 0 15px 30px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
}

#slideshow img.active {
    z-index: 10;
    opacity: 1;
}

#slideshow img.last-active {
    z-index: 9;
}

.about-contents {
    width: 664px;
    height: 500px;
    /*	padding: 10px 20px 20px 20px;
*/
    background-color: #fff;
    box-shadow: 0px 1px 2px #eee;
    text-align: center;
}

.about-contents p {
    color: #ccc;
    margin: 20px;
}

/*=============================================
         6.single
===============================================*/

.lft {
    float: left;
}

.single-main {
    width: 664px;
    margin: 15px 20px 20px 0;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 1px 3px #ccc;
    border-top: 2px solid #61c1e3;
}

.single-main h1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 1.2;
    color: #61c1e3;
}

.single-lft {
    width: 396px;
    float: left;
}

.setsumei {
    font-size: 14px;
    color: #666;
    margin: 5px 0 15px 0;
    line-height: 1.5;
}

.setsumei a {
    text-decoration: underline;
}

.font-img {
    width: 384px;
    /*	height: 214px;
*/
    border: 1px solid #bfbdbd;
    padding: 5px;
}

#single-share {
    margin-top: 10px;
}

#single-share > ul {
    display: flex;
}

#single-share > ul > li {
    margin-right: 10px;
}

.font-info {
    border: 1px dashed #bfbdbd;
    width: 354px;
    padding: 20px;
    margin: 10px 0 0 0;
}

.font-info li {
    clear: both;
    line-height: 28px;
}

.font-info p {
    float: left;
}

.font-info a {
    text-decoration: underline;
}

.fontQ {
    width: 120px;
    font-weight: bold;
    color: #61c1e3;
}

.fontA {
    width: 234px;
}

.single-right {
    width: 248px;
    float: left;
    padding: 0 0 0 20px;
}

#download-btn {
    width: 250px;
    height: 45px;
    margin-top: 5px;
}

#download-link {
    width: 246px;
    height: 48px;
    display: block;
    color: white;
    text-shadow: 0 1px 2px #f08818;
    letter-spacing: 0.12em;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    line-height: 48px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fe921d;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

#download-link:hover {
    background: #ed891c;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.single-right p {
    font-size: 12px;
    color: #666;
    margin: 5px 0;
}

#site-img {
    border: 1px solid #bfbdbd;
    padding: 2px;
    width: 239px;
}

.kanren {
    padding: 0 0 15px 0;
    margin: 20px 0 20px 0;
    background-color: #fff;
    width: 704px;
    border: #eee;
    box-shadow: 0 1px 3px #eee;
}

.kanren p {
    background: url("images/kanren.gif") no-repeat;
    height: 36px;
    padding-left: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #61c1e3;
    padding: 7px 0 0 45px;
}

.kanren h2 {
    padding: 5px 0 0 0;
    font-size: 14px;
    font-weight: bold;
}

.kanren li {
    float: left;
    width: 157px;
}

/*.kanren-font h2 {
	margin: 5px 0 0 0;
	font-weight: bold;
	color: #506978;
}*/

.relate-img {
    margin: 20px 0 0 16px;
}
.relate-img img:hover {
    opacity: 0.6;
}

#smallad {
    padding: 10px 10px 0 0;
}

/*=============================================
         7.cat
===============================================*/

.cat-main {
    width: 664px;
    padding: 15px 20px 20px 20px;
    background-color: #fff;
    border-top: solid 2px #61c1e3;
    box-shadow: 0px 1px 2px #eee;
    margin-top: 8px;
}

.cat-main p {
    margin: 8px 0 0 0;
    font-size: 13px;
    color: #666;
}

.cat-main img {
    float: right;
    margin: 0 0 10px;
}

/*tag*/

div.cat-main h1 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2em;
    color: #61c1e3;
}

/*=============================================
         8.search-form
===============================================*/

#s {
    position: relative;
    width: 210px;
    background: #f4f4f4;
    border: solid 1px #cfcfcf;
    padding: 4px;
    font-size: 12px;
    color: #666;
}

#searchsubmit {
    position: relative;
    top: 8px;
}
*:first-child + html #searchsubmit {
    top: 1px;
}

.rslt {
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 14px;
}

.srch-contents {
    margin: 30px 0 0 0;
}

/*=============================================
        9.font-toukou
===============================================*/

.submit-page {
    background: url("images/submit-title.gif") no-repeat;
    width: 664px;
    padding: 7px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 8px;
}

.ie8 .submit-page {
    float: left;
    background: url("images/submit-title.gif") no-repeat;
    padding: 7px 10px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.contact-page {
    background: url("images/contact-title.gif") no-repeat;
    width: 664px;
    padding: 7px 20px 20px 20px;
    background-color: #fff;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.contact-page h2,
.submit-page h2 {
    font-size: 20px;
    font-weight: bold;
    color: #61c1e3;
    padding-left: 40px;
    line-height: 1.1;
}
/*.contact-page,
.submit-button {
	margin: 20px 0 0 0;
}*/

.wpcf7-submit {
    color: #fff;
    background-color: #61c1e3;
    width: 200px;
    height: 45px;
    margin: 15px 0 10px 0;
    border: solid 1px #61c1e3;
    display: block;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 17px;
    outline: none;
    text-shadow: 0 1px 0 #5bb4d4;
}

.wpcf7-submit:hover {
    background-color: #5bb4d4;
    /*	text-shadow: 0 1px 0 #54abc7;
*/
}

.fnt-sbmt {
    padding: 10px 15px;
}

#fnt-button {
    width: 265px;
    height: 50px;
    display: block;
    color: white;
    text-shadow: 0 1px 2px #5ab4d4;
    letter-spacing: 0.12em;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 52px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #61c1e3;
    -webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.07);
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

#fnt-button:hover {
    background: #5ab4d4;
    -webkit-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.submit-contents {
    margin: 20px 0 0 0;
}

.submit-contents p {
    margin: 5px 0 0 0;
}

.wpcf7-textarea,
.wpcf7-text {
    position: relative;
    width: 300px;
    background: #fff;
    border: solid 1px #cfcfcf;
    padding: 4px;
    font-size: 15px;
    color: #666;
    border-radius: 3px;
}

/*=============================================
         11.install
===============================================*/

div.instl {
    background-color: #fff;
    width: 704px;
}

div.instl-contents {
    width: 664px;
    padding: 20px 20px 20px 20px;
    background-color: #fff;
    /*	border-top: solid 2px #61c1e3;
*/
    box-shadow: 0px 1px 2px #eee;
}

div.instl h1 {
    font-weight: bold;
    font-size: 22px;
    border-left: 4px solid #61c1e3;
    border-bottom: 1px dashed #eee;
    line-height: 3;
    color: #666;
    padding-left: 20px;
    margin-top: 10px;
}

div.instl-contents h2 {
    margin: 5px 0 0px 0;
    font-weight: bold;
    font-size: 18px;
    padding: 0 0 0 15px;
    color: #61c1e3;
}
div.instl-contents p {
    font-size: 14px;
    padding: 10px 0 10px 20px;
}

div.instl-contents img {
    margin: 10px 0 10px 20px;
    padding: 3px;
    border: 1px dotted #eee;
}

div.instl-contents p span {
    font-weight: bold;
}

.instl-link {
    font-weight: bold;
    font-size: 18px;
}

.instl-link:hover {
    text-decoration: underline;
}

/*=============================================
         12.404
===============================================*/

#not-found {
    font-size: 16px;
    padding: 40px 0 200px 0;
}

#not-found a {
    text-decoration: underline;
}

#not-found span {
    color: #61c1e3;
    font-size: 20px;
    font-weight: bold;
}

/*=============================================
         13.blog
===============================================*/
article.blog-index {
    float: left;
    color: #a7a7a7;
    width: 345px;
    margin: 0 15px 15px 0;
    border-radius: 1px;
    display: block;
    background-color: #fff;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.04);
}

article.blog-index h2 {
    line-height: 1.2;
    padding: 15px;
    font-size: 17px;
    font-weight: bold;
}

.blog-thumbnail {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-bottom: 1px dashed #eee;
}

.blog-thumbnail img {
    transition: opacity 0.3s ease-out;
    width: 100%;
    height: auto;
}

.blog-thumbnail img:hover {
    opacity: 0.7;
}

.date {
    margin-bottom: 10px;
}

.title {
    font-size: 24px;
    font-weight: bold;
}

.blog {
    font-size: 16px;
    line-height: 24px;
}

.blog h1 {
    padding: 15px 10px;
    margin: 20px 0 20px 0;
    border-left: solid 5px #61c1e3;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    color: #444;
}

.blog h2 {
    margin: 40px 0 20px 0;
    padding: 20px 15px;
    font-size: 24px;
    font-weight: bold;
    color: #444;
    border-left: 6px solid #61c1e3;
    background-color: #f5f8fa;
}

.blog h3 {
    position: relative;
    margin: 5px 0;
    padding: 20px 0 20px 25px;
    font-size: 20px;
    font-weight: bold;
}
.blog h3::before {
    position: absolute;
    top: 24px;
    left: 0px;
    border: 7px solid #61c1e3;
    content: "";
}

.blog img {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: block;
    margin: 15px auto;
}
.blog p {
    font-size: 16px;
    padding: 3px 0;
}

.fb-page-board {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 200px;
    background-color: #444;
    overflow: hidden;
    color: white;
    margin: 20px 0;
}

.fb-page-board ._thumbnail {
    width: 50%;
}

._thumbnail img {
    margin: 0;
}

.fb-page-board ._like-button {
    padding: 30px;
    text-align: center;
    width: 41%;
}

._like-button ._content {
    margin: 0 0 20px 0;
}

p.sub-message {
    font-size: 12px;
}

.social-btn-wrap {
    display: inline-block;
    width: 100%;
    padding: 1.5em 0;
}
/* デスクトップ */
@media screen and (min-width: 480px) {
    ul.social-btn-inner {
        width: 410px;
    }
}

/* PC広告配置 */
.blog-pc-ad-content {
    width: 662px;
    float: left;
    margin: 5px 0;
}
.blog-pc-ad-left {
    float: left;
    margin: 0px 15px;
    width: 300px;
}
.blog-pc-ad-right {
    float: right;
    margin: 0 15px;
    width: 300px;
}

/******************************

[li]要素

******************************/
ul.social-btn-inner li {
    margin: 0 7px;
    padding: 0;
    float: left;
    text-align: center;
    height: 71px;
}
ul.social-btn-inner li:first-child {
    margin: 0 7px;
    padding: 0;
    float: left;
    text-align: center;
    height: 20px;
}

/******************************

各種ボタン

******************************/
/* [Twitter] */
.sc-tw {
    width: 71px;
}

/* [Facebook] */
.sc-fb {
    z-index: 99;
    width: 69px;
}

.sc-li-img {
    border: none;
    margin: 0 auto;
    padding: 0;
    width: 36px;
    height: 60px;
}

/* デスクトップPCではLINEボタンを表示しない */
@media screen and (min-width: 480px) {
    .sc-li {
        display: none;
    }
}

.blog-kiji-sp-ad {
    display: none;
    text-align: center;
}
.blog-kijinaka-pc-ad {
    margin: 0 auto;
    width: 350px;
    text-align: center;
}
.suponsored-link-pc {
    text-align: center;
    color: #d7d7d7;
    font-size: 10px !important;
}
.suponsored-link-sp {
    display: none;
}
.sd-ad-criteo {
    width: 300px;
    height: auto;
    margin: 10px 0 0 0;
}
