/*
Theme Name: logo
Theme URI:
Author: aglim
Author URI:
Description:
Version: 1.0
License:
License URI:
Tags:
Text Domain:
*/

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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

.center{
	text-align: center;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.widget-title,
.entry-content th,
.comment-content th {
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.28571428571rem;
	text-align: left;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	background-color: #F69;
	padding: 6px 10px;
	padding: 0.42857142857rem 0.714285714rem;
	margin: 0;
}

/* Shared Post Format styling */
article.format-quote footer.entry-meta,
article.format-link footer.entry-meta,
article.format-status footer.entry-meta {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 6px;
	padding: 0.428571429rem;
}
button,
input {
    line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* ボタン　Buttons */
.menu-toggle,
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit],
li.bypostauthor cite span {
	padding: 6px 10px;
	padding: 0.42857142857rem 0.714285714rem;
	font-size: 11px;
	font-size: 0.78571428571rem;
	line-height: 1.428571429;
	font-weight: normal;
	color: #666;
	background-color: #eee;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #fff, #ddd);
	background-image: -ms-linear-gradient(top, #fff, #ddd);
	background-image: -webkit-linear-gradient(top, #fff, #ddd);
	background-image: -o-linear-gradient(top, #fff, #ddd);
	background-image: linear-gradient(top, #fff, #ddd);
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgba(64, 64, 64, 0.1);
}
.menu-toggle,
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
    cursor: default;
}
.menu-toggle:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #3399FF;
	background-color: #ebebeb;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -ms-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -webkit-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: -o-linear-gradient(top, #f9f9f9, #ebebeb);
	background-image: linear-gradient(top, #f9f9f9, #ebebeb);
}
.menu-toggle:active,
.menu-toggle.toggled-on,
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #3399FF;
	background-color: #e1e1e1;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -ms-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -webkit-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: -o-linear-gradient(top, #ebebeb, #e1e1e1);
	background-image: linear-gradient(top, #ebebeb, #e1e1e1);
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
	border: none;
}
li.bypostauthor cite span {
	color: #fff;
	background-color: #21759b;
	background-image: none;
	border: 1px solid #1f6f93;
	border-radius: 2px;
	box-shadow: none;
	padding: 0;
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* 画像　Images
================================================== */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.entry-content img,
.comment-content img,
img.header-image,
.author-avatar img,
img.wp-post-image {
	/* Add fancy borders to all WordPress-added images but not things like badges and icons and the like */
	

}
.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #3399FF;
}
img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.entry-content dl.gallery-item {
	margin: 0;
}
.gallery-item a,
.gallery-caption {
	width: 90%;
}
.gallery-item a {
	display: block;
}
.gallery-caption a {
	display: inline;
}
.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}
.gallery .gallery-icon img {
	height: auto;
	max-width: 90%;
	padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
	padding: 3%;
}



/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	overflow: hidden;
}
.author-description p {
	color: #3399FF;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =基本　Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	font-size: 87.5%;
}
body {
	font-size: 14px;
	font-size: 1rem;
	font-family: arial, "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	text-rendering: optimizeLegibility;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #F3DEC3;
	background-image: url(images/bg.jpg);
	color: #333;
}
a:link {
	color: #09F;
}
a:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	text-decoration: none;
}


/* フォントのスタイル */
.normal {font-weight:normal;}
.bold {font-weight:bold;}
.bolder {font-weight:bolder;}

.color01{color:#F69;}
.color02{color:#333;}
.color03{color:#FFF;}
.color04{color:#000;}

.txt12_10 {font-size: 10px; font-size: 0.71428571428rem!important;}
.txt14_12 {font-size: 12px; font-size: 0.85714285714rem!important;}
.txt18_14 {font-size: 14px; font-size: 1rem;;line-height: 1.3!important;}
.txt16_14 {font-size: 14px; font-size: 1rem;;line-height: 1.3!important;}
.txt24_18 {font-size: 18px; font-size: 1.28571428571rem;line-height: 1.3!important;}
.txt32_24 {font-size: 24px; font-size: 1.71428571429rem;line-height: 1.3!important;}
.txt48_32 {font-size: 32px; font-size: 2.28571428571rem;line-height: 1.3!important;}

.txt_left {text-align: left;}
.txt_right {text-align: right;}
.txt_center {text-align: center;}


/* インデント */
.idt12_10 li {
	font-size: 10px;
	font-size: 0.71428571428rem;
	padding: 0 0 0 10px;
	padding: 0 0 0 0.71428571428rem;
	text-indent: -10px;
	text-indent: -0.71428571428rem;
	list-style-type: none;
	line-height: 1.3;
}
.idt14_12 li {
	font-size: 12px;
	font-size: 0.85714285714rem;
	padding: 0 0 0 12px;
	padding: 0 0 0 0.85714285714rem;
	text-indent: -12px;
	text-indent: -0.85714285714rem;
	list-style-type: none;
	line-height: 1.3;
}


/* 投稿ページ・固定ページのサイズ別のエリア設定 */
.sec_p1{padding:0 0 21px 0;padding:0 0 1.5rem 0;}
.sec_p2{padding:0 0 35px 0;padding:0 0 2.5rem 0;}
.sec_p3{padding:0 0 49px 0;padding:0 0 3.5rem 0;}


/* パディング */
.p_al3p{padding:3%;}

.p_al7{padding:7px;padding:0.5rem;}
.p_al14{padding:14px;padding:1rem;}

.p_tp7{padding:7px 0 0 0;padding:0.5rem 0 0 0;}
.p_tp14{padding:14px 0 0 0;padding:1rem 0 0 0;}
.p_tp21{padding:21px 0 0 0;padding:1.5rem 0 0 0;}
.p_tp28{padding:28px 0 0 0;padding:2rem 0 0 0;}

.p_bt7{padding:0 0 7px 0;padding:0 0 0.5rem 0;}
.p_bt14{padding:0 0 14px 0;padding:0 0 1rem 0;}
.p_bt21{padding:0 0 21px 0;padding:0 0 1.5rem 0;}
.p_bt28{padding:0 0 28px 0;padding:0 0 2rem 0;}
.p_bt35{padding:0 0 35px 0;padding:0 0 2.5rem 0;}
.p_bt42{padding:0 0 42px 0;padding:0 0 3rem 0;}
.p_bt49{padding:0 0 49px 0;padding:0 0 3.5rem 0;}
.p_bt56{padding:0 0 56px 0;padding:0 0 4rem 0;}

.p_tpbt7{padding:7px 0;padding:0.5rem 0;}
.p_tpbt14{padding:14px 0;padding:1rem 0;}
.p_tpbt21{padding:21px 0;padding:1.5rem 0;}
.p_tpbt28{padding:28px 0;padding:2rem 0;}

/* マージン */
.m_tp7{margin:7px 0 0 0;margin:0.5rem 0 0 0;}
.m_tp14{margin:14px 0 0 0;margin:1rem 0 0 0;}
.m_tp21{margin:21px 0 0 0;margin:1.5rem 0 0 0;}
.m_tp28{margin:28px 0 0 0;margin:2rem 0 0 0;}

.m_bt7{margin:0 0 7px 0;margin:0 0 0.5rem 0;}
.m_bt14{margin:0 0 14px 0;margin:0 0 1rem 0;}
.m_bt21{margin:0 0 21px 0;margin:0 0 1.5rem 0;}
.m_bt28{margin:0 0 28px 0;margin:0 0 2rem 0;}
.m_bt42{margin:0 0 42px 0;margin:0 0 3rem 0;}
.m_bt49{margin:0 0 49px 0;margin:0 0 3.5rem 0;}

.m_rt7{margin:0 7px 0 0;margin:0 0.5rem 0 0;}
.m_rt14{margin:0 14px 0 0;margin:0 1rem 0 0;}
.m_rt21{margin:0 21px 0 0;margin:0 1.5rem 0 0;}
.m_rt28{margin:0 28px 0 0;margin:0 2rem 0 0;}

.m_lf7{margin:0 0 0 7px;margin:0 0 0 0.5rem;}
.m_lf14{margin:0 0 0 14px;margin:0 0 0 1rem;}
.m_lf21{margin:0 0 0 21px;margin:0 0 0 1.5rem;}
.m_lf28{margin:0 0 0 28px;margin:0 0 0 2rem;}

.m_tpbt7{margin:7px 0;margin:0.5rem 0;}
.m_tpbt14{margin:14px 0;margin:1rem 0;}
.m_tpbt21{margin:21px 0;margin:1.5rem 0;}
.m_tpbt28{margin:28px 0;margin:2rem 0;}

.m_rtlf7{margin:0 7px;margin:0 0.5rem;}
.m_rtlf14{margin:0 14px;margin:0 1rem;}
.m_rtlf21{margin:0 21px;margin:0 1.5rem;}
.m_rtlf28{margin:0 28px;margin:0 2rem;}


/* リスト */
.list01 {
	margin: 0 0 14px 21px;
	margin: 0 0 1rem 1.5rem;
	list-style-type: disc;
	color: #F69;
}
.list01 li {
	margin: 0.7em 0 0 0;
	line-height: 1;
}
.list02 {
	margin: 0 0 14px 21px;
	margin: 0 0 1rem 1.5rem;
}
.list02 li {
	margin: 0.7em 0 0 0;
}


/* 背景色 */
.bg_c_1{background-color: #F69;}
.bg_c_2{background-color: #FFF;}
.bg_c_3{background-color: #D2C9AA;}
.bg_c_4{background-color: #999;}
.bg_c_5{background-color: #06C;}
.bg_c_6{background-color: #F00;}
.bg_c_7{background-color: #000;}
.bg_c_8{background-color: #00ACED;}

/* 角丸 */
.b_radius {	
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
}

/* インラインブロック */
.inbk_1{
	display: inline-block;
	vertical-align: top;
}
.inbk_2{
	display: inline-block;
}

/* 幅設定 */
.mw100{
	max-width: 100%;
}
.mw50{
	max-width: 50%;
}
.mw50_25 img{
	width: 48%;
	padding: 1%;
}
.mw96_4{
	max-width: 96%;
	padding: 2%;
}
.w_10{width: 10%;}
.w_20{width: 20%;}
.w_30{width: 30%;}
.w_40{width: 40%;}
.w_50{width: 50%;}
.w_60{width: 60%;}
.w_70{width: 70%;}
.w_80{width: 80%;}
.w_90{width: 90%;}

/* ボックス */
.box_2 {
	font-size: 0;
	width: 100%;
	padding: 0;
	clear: both;
	margin:7px 0;
	margin:0.5rem 0;
}
.box_2 li {
	width: 	45%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 0.8%;
	display: inline-block;
	text-align: center;
	padding: 2%;
	vertical-align: top;
	background-color: #F69;
	color: #FFF;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	-khtml-border-radius:14px;
	border-radius:1rem;
	-moz-border-radius:1rem;
	-webkit-border-radius:1rem;
	-khtml-border-radius:1rem;
}
.box_2 li p {
	line-height: 1.2;
	padding: 0;
	margin: 0;
}

.box_4-2 , .box_2-2 {
	font-size: 0;
	width: 	42%;
	margin: 1%;
	padding: 3% 3% 0 3%;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	color: #FFF;
	border-radius:14px;
	-moz-border-radius:14px;
	-webkit-border-radius:14px;
	-khtml-border-radius:14px;
	border-radius:1rem;
	-moz-border-radius:1rem;
	-webkit-border-radius:1rem;
	-khtml-border-radius:1rem;
}
.box_4-2 img , .box_2-2 img {
	max-width: 100%;
}
.box_4-2 p  , .box_2-2 p {
	line-height: 1;
	padding: 0;
	margin: 0;
	font-size: 10px;
}

/* 説明画像 */
.logo_ex , .logo_ex2 {
	max-width: 100%;
	margin: 0 0 7px 0;
	margin: 0 0 0.5rem 0;
}
.logo_ex img , .logo_ex2 img {
	width: 100%;
}

/* 注釈（※） */
.exp li {
	font-size: 10px;
	font-size: 0.71428571428rem;
	padding: 0 0 0 10px;
	padding: 0 0 0 0.71428571428rem;
	text-indent: -10px;
	text-indent: -0.71428571428rem;
	margin:7px 0 0 0;
	margin:0.5rem 0 0 0;
	color: #C03;
	list-style-type: none;
}

/* 別ウィンドウ */
.newwindow{
	margin: 0 3.5px;
	margin: 0 0.25rem;
}




/* Assistive text */
.assistive-text,
.site .screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:hover,
.main-navigation .assistive-text:active,
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 7px 14px;
	padding: 0.5rem 1rem;
}
.site-content {
	margin: 7px 0 42px 0;
	margin: 0.5rem 0 3rem 0;
}
.widget-area {
	margin: 21px 0;
	margin: 1.5rem 0;
}

/* ヘッダー　Header
================================================== */

#headtitle , .copyright { /* ヘッダーの説明部分とフッターのコピーライトの共通設定 */
	padding: 5px 10px;
	color: #FFF;
	font-weight: normal;
	font-size: 10px;
	font-size: 0.71428571428rem;
	line-height: 1.2;
	background-color: #F69;
}
.copyright {
	text-align: center;
}
.site-title {
	float: left;
	margin: 3.5px 0;
	margin: 0.25rem 0;
}
.site-title img{
	width: 180px;
	height: 37px;
}
.site-header {
	padding: 10px 0 0 0;
	padding: 0.71428571428rem 0 0 0;
}
.site-header h1,
.site-header h2 {
	text-align: center;
}
.header-image {
	margin-top: 24px;
	margin-top: 1.714285714rem;
}



/* ヘッダー右（スマホ）
================================================== */

.right_box{
	padding: 2px 0 0 0;
	padding: 0.14285714285rem 0 0 0;
	text-align: right;
}


/* 検索フォーム（スマホ）
================================================== */

.search_box {
	margin: 0;
	padding: 0;
	font-size: 0;
}
 
.search_box #s  {
	width: 70px;
	width: 5rem;
	height: 12px;
	height: 0.85714285714rem;
	color: #999;
	background-color: #fff;
	font-size: 10px;
	font-size: 0.71428571428rem;
	border: 0;
	padding: 5px;
	padding: 0.35714285714rem;
	margin: 0 3px 0 0;
	display: inline-block;
	vertical-align: top;
}  
#searchsubmit {
	padding: 5px;
	padding: 0.35714285714rem;
	margin: 0;
	background-color: #F69;
	display: inline-block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	vertical-align: top;
}


/* サブメニュー（スマホ）
================================================== */
.submenu {
	margin: 7px 0 0 0;
	margin: 0.5rem 0 0 0;
	font-size: 12px;
	font-size: 0.85714285714rem;

}
.submenu span {
	padding: 3.5px 0 3.5px 11.2px;
	padding: 0.25rem 0 0.25rem 0.8rem;
	background-image: url(images/guide.png);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	background-size:9px 12px;
}


/* グローバルナビゲーションメニュー（スマホ）
================================================== */

.main-navigation  {
	font-size: 0;
	width: 100%;
	padding: 0;
	clear: both;
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
}
.main-navigation li {
	width: 	19.5%;
	margin: 0.5% 0 0 0.5%;
	display: inline-block;
	font-size: 9.8px;
	font-size: 0.7rem;
	line-height: 1.1;
	font-weight: bold;
	text-align: center;
}
.main-navigation li:first-child {
	margin: 0.5% 0 0 0;
}
.main-navigation li a {
	text-align: center;
	padding: 7px 0;
	padding: 0.5rem 0;
	display: block;
	text-decoration: none;
	color: #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
}
.menu-item-59 a ,
.menu-item-8064 a ,
.menu-item-8069 a {
	background-color: #39f;
	border-color: #2B80D6;
	border-bottom-width: 2px;
	border-style: solid;
}
.menu-item-60 a ,
.menu-item-8065 a ,
.menu-item-8070 a {
	background-color: #f69;
	border-color: #D65680;
	border-bottom-width: 2px;
	border-style: solid;
}
.menu-item-61 a ,
.menu-item-8066 a ,
.menu-item-8071 a {
	background-color: #F90;
	border-color: #D68000;
	border-bottom-width: 2px;
	border-style: solid;
}
.menu-item-9947 a ,
.menu-item-9948 a {
	background-color: #6c0;
	border-color: #56AB00;
	border-bottom-width: 2px;
	border-style: solid;
}

.menu-item-8063 a ,
.menu-item-8068 a{
	background-color: #93f;
	border-color: #802BD6;
	border-bottom-width: 2px;
	border-style: solid;
}



/* SNSボタン（ヘッダー）
================================================== */

.social_box ,
.social_box_2{
	list-style-type:none;
	margin: 0 0 7px 0;
	margin: 0 0 0.5rem 0;
	text-align: center;
}
.social_box li ,
.social_box_2 li{
	display: inline-block;
	margin: 0 2px;
	margin: 0 0.14285714285rem;
	vertical-align: middle;
}

.fb-like iframe {
	max-width: none!important;
	z-index: 100;
}


/*　パンくずリスト
================================================== */

#topicpath{
	font-size: 10px;
	line-height: 1.4;
	margin: 7px 0 0 0;
	margin: 0.5rem 0 0 0;
}


/* バナー　Banner */
section[role="banner"] {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
}



/* トップページ
================================================== */

.top_main {
	font-size: 18px;
	font-size: 1.28571428571rem;
	font-weight: bolder;
	line-height: 1.3;
	margin: 0 0 3% 0;
	text-align: center;
}
.top_main span {
	font-size: 10px;
	font-size: 0.71428571428rem;
	font-weight: normal;
	display: block;
	margin: 0 0 5px 0;
}
.top_g_info {
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:0.5rem;
	-moz-border-radius:0.5rem;
	-webkit-border-radius:0.5rem;
	-khtml-border-radius:0.5rem;
	background-color: #FFF;
	padding: 10px 7px;
	padding: 0.71428571428rem 0.5rem;
	margin: 0 0 21px 0;
	margin: 0 0 1.5rem 0;
	font-size: 12px;
	font-size: 0.85714285714rem;
	line-height: 1.4;
	text-align: center;
}
.top_g_info .main-navigation li {
	width: 	32.5%;
	margin: 0.4%;
	font-size: 12px;
	font-size: 0.85714285714rem;
}
.top_g_info .main-navigation li .navi_info{
	margin-bottom: 5px;
}
.top_g_info .main-navigation li .navi_info ,
.top_g_info .main-navigation li .navi_price{
	font-size: 10px;
}
.top_g_info .main-navigation li a{
	padding: 7px 0;
	padding: 0.5rem 0;
}

.campaign_banner {
	font-size: 0;
	width: 100%;
	padding: 0;
	clear: both;
	text-align: center;
	margin: 0 0 21px 0;
}
.campaign_banner li {
	width: 	49%;
	margin: 0 0.5% ;
	display: inline-block;
}
.campaign_banner li a {
	background-color: #F33;
	font-size: 24px;
	padding: 7px;
	display: block;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:0.5rem;
	-moz-border-radius:0.5rem;
	-webkit-border-radius:0.5rem;
	-khtml-border-radius:0.5rem;
	font-weight: bolder;
	color: #FFF;
	text-decoration: none;
	border-color: #D62B2B;
	border-bottom-width: 2px;
	border-style: solid;
}
.campaign_banner li a p {
	font-size: 10px;
	margin: 5px 0 0 0;
}

.sns_box {
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
}
.ft_facebook ,
.ft_twitter ,
.ft_calendar {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	background-color: #FFF;
	padding: 3%;
	text-align: center;
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
	width: 94%;
}

/* Facebook Like Box */
.fb-like-box.fbcomments,
.fb-like-box.fb_iframe_widget,
.fb-like-box.fb_iframe_widget[style],
.fb-like-box.fb_iframe_widget iframe[style],
.fb-like-box.fbcomments iframe[style],
.fb-like-box.fb_iframe_widget span{
	width: 100% !important;
}
iframe.twitter-timeline {
	width: 100% !important;
}
iframe.twitter-share-button.twitter-count-vertical {
    width: 65px !important;
}
iframe.twitter-share-button.twitter-count-horizontal {
    width: 95px !important;
}

.ft_calendar {
	line-height: 1.5;
}
.ft_calendar iframe {
	margin: 0 0 7px 0;
	margin: 0 0 0.5rem 0;
}
.ft_calendar h4 {
	margin: 0 0 7px 0;
	margin: 0 0 0.5rem 0;
	font-size: 18px;
	font-size: 1.28571428571rem;
}
.ft_calendar .holiday {
	background-color: #FCF;
	margin: 0 3.5px;
	margin: 0 0.25rem;
	padding: 0 10.5px;
	padding: 0 0.75rem;
	border: 1px solid #666;
}


/* カテゴリ情報
================================================== */
.category_info  {
	font-size: 10px;
	background-color: #FFF;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	padding: 7px 10px;
	margin-bottom: 14px;
	line-height: 1.3;
}


/* タグクラウド
================================================== */
#text-9 .textwidget a {
	line-height: 2;
	}
	
.alltag{
	text-align: right;
	}
	


/* SNSボタン（フッター）
================================================== */

.ft_social_box  {
	font-size: 0;
	width: 100%;
	padding: 0;
	clear: both;
	text-align: center;
	margin: 7px 0 42px 0;
	margin: 0.5rem 0 3rem 0;
}
.ft_social_box li {
	width: 	24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	display: inline-block;
}
.ft_social_box li:last-child{
}
.ft_social_box li a {
	font-size: 48px;
	padding: 14px 0;
	padding: 1rem 0;
	display: block;
	color: #FFF;
	text-decoration: none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
}
.ft_social_box .fb a{
	background-color: #3B5998;
	border-color: #324B80;
	border-bottom-width: 2px;
	border-style: solid;
}
.ft_social_box .tw a{
	background-color: #00ACED;
	border-color: #0090C7;
	border-bottom-width: 2px;
	border-style: solid;
}
.ft_social_box .gp a{
	background-color: #D54330;
	border-color: #B33828;
	border-bottom-width: 2px;
	border-style: solid;
}
.ft_social_box .rs a{
	background-color: #F90;
	border-color: #D68000;
	border-bottom-width: 2px;
	border-style: solid;
}

.ft_social_box .fb img{
	height: 44px;
	width: 26px;
}
.ft_social_box .tw img{
	height: 44px;
	width: 55px;
}
.ft_social_box .gp img{
	height: 44px;
	width: 46px;
}
.ft_social_box .rs img{
	height: 44px;
	width: 40px;
}


/* フッター　Footer
================================================== */

/* コピーライトの設定はヘッダーの説明部分と共通 */


.ft_contact {
	padding: 14px;
	padding: 1rem;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	background-color: #FFF;
	text-align: center;
	font-size: 14px;
	margin: 0 0 28px 0;
	line-height: 1.2;
}

.ft_contact .ft_tel {
	font-size: 30px;
	font-weight: bolder;
}

.ft_contact .ft_time {
	font-size: 10px;
}

.ft_link {
	font-size: 0;
}
.ft_link li {
	font-size: 12px;
	display: inline-block;
	margin: 0 4.9px 0 0;
	margin: 0 0.35rem 0 0;
	padding: 0 4.9px 0 0;
	padding: 0 0.35rem 0 0;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;	
}
.ft_link li:last-child{
	border: none;
	margin: 0;
	padding: 0;
}

#page-top {
	position: fixed;
	bottom: 42px;
	bottom: 3rem;
	right: 21px;
	right: 1.5rem;
	font-size: 10px;
	font-size: 0.71428571428rem;
	z-index: 9999;
}
#page-top a {
	background-color:rgba(255,102,153,0.7);
	text-decoration: none;
	color: #fff;
	padding: 14px;
	padding: 1rem;
	text-align: center;
	display: block;
	border-radius: 27px;
	border: 2px solid #F9E2CA;
}


/* ご利用ガイド
================================================== */

/*----- メニュー -----*/
.guide_menu  {
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-size: 1rem;
}
.guide_title .page_item {
	list-style-type: none;
}
.guide_title {
	margin: 21px 0 0 0;
	margin: 1.5rem 0 0 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	background-color: #948552;
	padding: 7px 14px;
	padding: 0.5rem 1rem;
	font-weight: bold;
}
.guide_title a {
	color: #FFF;
	text-decoration: none;
}


/*----- ロゴマーク作成所について -----*/

.guide-content .main-navigation  {
	font-size: 0;
}
.guide-content .main-navigation li {
	width: 	32.3%;
	margin: 0.5%;
	font-size: 12px;
	font-size: 0.85714285714rem;
}

.guide-content .main-navigation li a {
	padding: 7px 0;
	padding: 0.5rem 0;
}

/*----- ポイントサービスについて -----*/

.point_riyou {
	border-radius: 40px;
	padding: 10px 0;
	margin: 10px 14px;
	font-weight: bolder;
	color: #F69;
	background-color: #FFF;
}

.cp_title {
	font-size: 24px!important;
	font-size: 1.71428571429rem!important;
	line-height: 1.3!important;
	border-radius: 14px;
	padding: 10px 20px;
	margin: 7px 0;
	font-weight: bolder;
	color: #F69;
	background-color: #FFF;
}



/*----- お申込みについて -----*/

.order_logo {
	width: 	41%;
	margin: 0 1% 14px 1%;
	margin: 0 1% 1rem 1%;
	padding: 3%;
	background-color: #D2C9AA;
	display: inline-block;
	text-align: center;
	font-size: 0;
	vertical-align: top;
}
.order_logo .b_radius {
	width: 90%;
	padding: 5%;
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
	background-color: #FFF;
}
.order_logo .b_radius img{
	max-width: 100%;
}


/*----- サービス一覧 -----*/

.guide_box  {
	font-size: 0;
	width: 100%;
	clear: both;
	margin:7px 0;
	margin:0.5rem 0;
}
.guide_box li {
	width: 	49%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 0.8%;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	font-size: 0.85714285714rem;
	padding: 0;
	vertical-align: top;
}
.guide_box img {
	margin: 0;
	padding: 0px;
}
.guide_box li p {
	text-align: left;
	line-height: 1.3;
	margin: 7px 0 0 0;
	margin: 0.5rem 0 0 0;
	padding: 0;
}
.guide_box a {
	background-color: #FFF;
	padding: 10.5px 12px;
	padding: 0.75rem 0.85714285714rem;
	display: block;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	color: #333;
	text-decoration: none;
}
.guide_box div {
	text-align: center;
}
.guide_box .odr_txt {
	text-align: left;
	line-height: 1.3;
	margin: 7px 0;
	margin: 0.5rem 0;
	padding: 0;
}


/*----- データ形式について -----*/

.data_img , .data_txt {
	display: inline-block;
	vertical-align: middle;
}
.data_img {
	width: 30%;
}
.data_txt {
	width: 60%;
}


/*----- 納品について -----*/

.deli_img , .deli_txt {
	display: inline-block;
	vertical-align: middle;
}
.deli_img {
	width: 35%;
	margin: 0 3% 0 0;
}
.deli_txt {
	width: 60%;
}

/*----- 購入＆制作の流れ -----*/

.flow_img {
	max-width: 93%;
	margin: 3%;
	border: 2px solid #948552;
	padding: 0;
}

/*----- サイトマップ -----*/

.sitemap {
	margin: 0 0 28px 0;
	margin: 0 0 2rem 0;
	padding: 3.5px 21px;
	padding: 0.25rem 1.5rem;
	color: #F69;
	font-size: 21px;
	font-size: 1.5rem;
	font-weight: bold;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	background-color: #FFF;
}
.sitemap li {
	line-height: 1.3;
	margin: 14px 0;
	margin: 1rem 0;
	list-style-type: none;
}
.sitemap .children {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	font-size: 18px;
	font-weight: bold;
}
.sitemap .children li {
	list-style-type: disc;
}
.sitemap .children .children {
	margin: 0 0 0 21px;
	margin: 0 0 0 1.5rem;
	font-size: 14px;
	font-size: 1rem;
	font-weight: normal;
}
.sitemap .children .children li {
	list-style-type: disc;
}

/*----- お問い合わせ（共通メールフォーム） -----*/

.mail_form div {
	padding: 2% 3%;
	margin: 0 0 7px 0;
	margin: 0 0 0.5rem 0;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	background-color: #E6E6E6;
	text-align: left;
	font-weight: bold;
}
.mail_form div .mf {
	font-weight: bold;
	font-size: 10px;
	font-size: 0.71428571428rem;
	color: #C03;
}
.mail_form .wpcf7-text {
	font-size: 14px;
	font-size: 1rem;
	width: 95%;
	margin: 3.5px 0;
	margin: 0.25rem 0;
}
.mail_form .wpcf7-textarea {
	font-size: 14px;
	font-size: 1rem;
	width: 95%;
	margin: 3.5px 0;
	margin: 0.25rem 0;
	height: 100px;
}
.mail_form .wpcf7-select {
	margin: 3.5px 0 3.5px 7px;
	margin: 0.25rem 0 0.25rem 7px;
}
.mail_form .wpcf7-file {
	border: 1px solid #CCC;
	padding: 2%;
	width: 96%;
	background-color: #FFF;
}
.mail_form .wpcf7-checkbox {
	font-weight: normal;
}


.submitarea {
	text-align: center;
	padding: 14px 0 0 0;
	padding: 1rem 0 0 0;
	line-height: 1.3 !important;
}
.submitarea .wpcf7-submit {
	width: 50%;
	border: 2px solid #F69;
	border: 0.14285714285rem solid #F69;
	font-size: 14px;
	font-size: 1rem;
	font-weight: bold;
	margin: 7px 0 0 0;
	margin: 1rem 0 0 0;
}

.mail_form .count {
	color: #C03;
	font-size: 21px;
	font-size: 1.5rem;
}

/*----- お問い合わせ（共通メールフォーム） Contact Form 7の設定 -----*/

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
	background-color: #FFF;
	text-align: center;
}
span.wpcf7-not-valid-tip {
	font-size: 16px;
	font-size: 1.14285714286rem;
	color: #C03;
}




/* =メインコンテンツ＆コメントコンテンツMain content and comment content
-------------------------------------------------------------- */

.entry {
}
.entry-meta {
	clear: both;
}
.entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-header img.wp-post-image {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.archive-title,.entry-header .entry-title,.page-title {
	font-size: 21px;
	font-size: 1.5rem;
	line-height: 1.2;
	margin-bottom: 14px;
	margin-bottom: 1rem;
	background-color: #f69;
	padding: 7px 11.9px;
	padding: 0.5rem 0.85rem;
	color: #FFF;
}
.entry-header .entry-title a {
	text-decoration: none;
}
.entry-header .entry-format {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-weight: normal;
}
.entry-header .comments-link {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #3399FF;
}
article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #3399FF;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.entry-content,
.entry-summary,
.mu_register {
	font-size: 14px;
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 49px;
	margin-bottom: 3.5rem;
}
.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 7px 0;
	margin: 0.5rem 0;
	line-height: 0.5;
}
.entry-content h1,
.comment-content h1 {
}
.entry-content h2,
.comment-content h2,
.mu_register h2 {
	font-size: 18px;
	font-size: 1.285714286rem;
	line-height: 1.6;
}
.entry-content h3,
.comment-content h3,
#content h3{
	font-size: 18px;
	font-size: 1.28571428571rem;
	line-height: 1.14286;
	margin: 14px 0;
	margin: 1rem 0;
	background-color: #948552;
	padding: 9px 12px;
	padding: 0.64285714285rem 0.85714285714rem;
	color: #FFF;
}
.entry-content h3 a,
#content h3 a{
	color: #FFF;
	text-decoration: none;
}
.entry-content h4,
.comment-content h4 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.14286;
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
	background-color: rgba(0,0,0,0.4);
	padding: 7px 12px;
	padding: 0.5rem 0.85714285714rem;
	color: #FFF;
}
.entry-content h5,
.comment-content h5 {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.4;
}
.entry-content h6,
.comment-content h6 {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.846153846;
}
.entry-content p,
.entry-summary p,
.comment-content p,
.mu_register p {
	margin: 0 0 14px;
	margin: 0 0 1rem;
	line-height: 1.714285714;
	width: 100%;
}
.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {
}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul,
.mu_register ul {
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li,
.comment-content li,
.mu_register li {
}
.entry-content blockquote,
.comment-content blockquote {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	padding: 24px;
	padding: 1.714285714rem;
	font-style: italic;
}
.entry-content blockquote p:last-child,
.comment-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content code,
.comment-content code {
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
}
.entry-content pre,
.comment-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	margin: 24px 0;
	margin: 1.714285714rem 0;
	overflow: auto;
	padding: 24px;
	padding: 1.714285714rem;
}
.entry-content pre code,
.comment-content pre code {
	display: block;
}
.entry-content abbr,
.comment-content abbr,
.entry-content dfn,
.comment-content dfn,
.entry-content acronym,
.comment-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address,
.comment-content address {
	display: block;
	line-height: 1.714285714;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
}
img.alignleft {
	margin: 12px 24px 12px 0;
	margin: 0.857142857rem 1.714285714rem 0.857142857rem 0;
}
img.alignright {
	margin: 12px 0 12px 24px;
	margin: 0.857142857rem 0 0.857142857rem 1.714285714rem;
}
img.aligncenter {
	margin-top: 12px;
	margin-top: 0.857142857rem;
	margin-bottom: 12px;
	margin-bottom: 0.857142857rem;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.714285714rem;
}
.entry-content dt,
.comment-content dt {
	font-weight: bold;
	line-height: 1.714285714;
}
.entry-content dd,
.comment-content dd {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.entry-content table,
.comment-content table {
	border-bottom: 1px solid #ededed;
	color: #3399FF;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.714285714rem;
	width: 100%;
}
.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1.142857143rem;
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.entry-content td,
.comment-content td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}
.site-content article {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.page-links {
	clear: both;
	line-height: 1.714285714;
}
footer.entry-meta {
	margin-top: 24px;
	margin-top: 1.714285714rem;
	font-size: 10px;
	font-size: 0.71428571428rem;
	line-height: 1.846153846;
}
.single-author .entry-meta .by-author {
	display: none;
}
.mu_register h2 {
	font-weight: normal;
}

#gradient87454 {
width: 900px;
height: 150px;
background: #CCC;
background: url(shared/img/back.png) repeat 0 0,
-moz-linear-gradient(top, #eee, #999 20%, #eee);
background: url(shared/img/back.png) repeat 0 0,
-webkit-gradient(
linear,
left top, left bottom,
color-stop(0, #eee),
color-stop(20%, #999),
color-stop(100%, #eee));
} 




/* 記事一覧
================================================== */

.entry .kiji{
	margin-bottom:14px;
	margin-bottom:1rem;
	width: 	23%;
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: top;
}
.entry .kiji_top{
	margin-bottom:14px;
	margin-bottom:1rem;
	width: 	31.3%;
	margin-right: 1%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: top;
}

.entrytitle{padding:5px 0;}
.entrytitle dt{
    float:left;
	margin:0 15px 0 0;
	background-color:#fff;
}

.kiji img ,
.kiji_top img{
	margin-bottom: 5px;
	margin-bottom: 0.35714285714rem;
}
.kiji h2,
.kiji_top h2{
	line-height: 1.3;
	font-weight: normal;
}
.entry .kiji img ,
.entry .kiji_top img {
	width:96%;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	padding: 4% 2%;
	background-color: #FFF;
}
.entry .kiji h2 ,
.entry .kiji_top h2 {
	line-height: 1.1;
	font-size: 9px;
	font-size: 0.64285714285rem;
	font-weight: normal;
	position:relative;
}
.entry .kiji h2 a:after ,
.entry .kiji_top h2 a:after {
	border: 5px solid transparent;
	border: 0.35714285714rem solid transparent;
	border-bottom-color:#F69;
	border-top-width:0;
	top:-5px;
	top:-0.35714285714rem;
	content:"";
	display:block;
	left:45%;
	position:absolute;
	width:0;
}
.entry .kiji h2 a ,
.entry .kiji_top h2 a {
	text-decoration: none;
	color: #FFF;
	height: 100%;
	width: 100%;
	background-color: #F69;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	display:block;
}
.entry .kiji .othertitleresult a:after , 
.entry .kiji_top .othertitleresult a:after {
	border-bottom-color:#93f;
}
.entry .kiji .othertitleresult a ,
.entry .kiji_top .othertitleresult a {
	background-color: #93f;
}



/* カテゴリページナビゲーション（←前12345次→）
================================================== */

.local-navigation {
	line-height:2;
	text-align:center;
	margin:1em auto;
}
.local-navigation .page-numbers {
	border-radius: 3px;
	border-radius: 0.21428571428rem;
	font-size: 12px;
	font-size: 0.85714285714rem;
}
.local-navigation a.page-numbers,.local-navigation .current{
	color:#09F;
	text-decoration:none;
	padding: 1.5% 2%;
	background-color: #fff;
}
.local-navigation a:hover{
	background-color: #F69;
	color:#fff;
}
.local-navigation .current{
	color:#FFFFFF;
	font-weight:bold;
	background-color: #F69;
}


/*----- 関連ページ表示用記事一覧 -----*/

#similar_posts{
	font-size: 0;
}


/* 記事詳細
================================================== */
.logoinfo {
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
	font-size: 14px;
	font-size: 1rem;
}
.sale_area .imagebox {
	width: 	100%;
	background-color: #FFF;
	border-radius:10.5px;
	-moz-border-radius:10.5px;
	-webkit-border-radius:10.5px;
	-khtml-border-radius:10.5px;
	border-radius:0.75rem;
	-moz-border-radius:0.75rem;
	-webkit-border-radius:0.75rem;
	-khtml-border-radius:0.75rem;
	padding: 3% 0;
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
	text-align: center;
}
.sale_area .imagebox img{
	max-width: 95%;
	margin: auto;
}
.logospec {
	font-size: 14px;
	width: 	100%;
	color: #F69;
}
.logospec ul{
	margin: 0;
	padding: 0;
}
.logospec li{
	margin: 0 0 7px 14px;
	margin: 0 0 0.5rem 1rem;
	padding: 0;
	line-height: 1.4;
}
.logospec ul span{
	color: #333;
}
.logospec ul ul {
	padding: 0;
	margin: 7px 0 0 3.5px;
	margin: 0.5rem 0 0 0.25rem;
	list-style-type: circle;
	color: #333;
}
.logospec .price {
	font-size: 35px;
	font-size: 2.5rem;
	font-weight: bold;
	vertical-align: baseline;
	line-height: 1.2;
}
.logospec .order a{
	width: 100%;
	font-size: 24.5px;
	font-size: 1.75rem;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding: 14px 0;
	padding: 1rem 0;
	display: block;
	line-height: 1;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:0.357142857rem;
	-moz-border-radius:0.357142857rem;
	-webkit-border-radius:0.357142857rem;
	-khtml-border-radius:0.357142857rem;
	text-align: center;
	background-color: #f69;
	border-bottom-width: 2px;
	border-style: solid;
	border-color: #D65680;
}

.logospec .order a span{
	font-size: 11.2px;
	font-size: 0.8rem;
	line-height: 1.4;
}


/* 実績詳細
================================================== */

.result_area .imagebox ,
.result_area .imagebox_bk {
	width: 	100%;
	border-radius:10.5px;
	-moz-border-radius:10.5px;
	-webkit-border-radius:10.5px;
	-khtml-border-radius:10.5px;
	border-radius:0.75rem;
	-moz-border-radius:0.75rem;
	-webkit-border-radius:0.75rem;
	-khtml-border-radius:0.75rem;
	padding: 3% 0;
	margin: 0 0 14px 0;
	margin: 0 0 1rem 0;
	text-align: center;
}
.result_area .imagebox {
	background-color: #FFF;
}
.result_area .imagebox_bk {
	background-color: #000;
}
.result_area .imagebox img ,
.result_area .imagebox_bk img {
	max-width: 95%;
	margin: auto;
}

/* 実績感想と一般ユーザーの感想の共通吹き出し */
.logo_impression ,
.result_area .result_info {
	font-size: 14px;
	font-size: 1rem;
	width: 	90%;
	background-color: #FFF;
	border-radius:10.5px;
	-moz-border-radius:10.5px;
	-webkit-border-radius:10.5px;
	-khtml-border-radius:10.5px;
	border-radius:0.75rem;
	-moz-border-radius:0.75rem;
	-webkit-border-radius:0.75rem;
	-khtml-border-radius:0.75rem;
	padding: 3% 5%;
	position:relative;
}
.logo_impression {
	margin: 0 0 42px 0;
	margin: 0 0 3rem 0;
}
.logo_impression:after {
	border-bottom: 15px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-top-width:0;
	top:-15px;
	content:"";
	display:block;
	left:48%;
	position:absolute;
	width:0;
}
.result_area .result_info:after {
	border-top: 15px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	border-bottom-width:0;
	bottom:-15px;
	content:"";
	display:block;
	left:80px;
	position:absolute;
	width:0;
}

.result_area .client {
	margin-top: 14px;
	margin-top: 1rem;
	font-size: 18px;
	font-size: 1.28571428571rem;
	font-weight: bold;
}



/* =Archives
-------------------------------------------------------------- */




.archive-header,
.page-header {
}
.archive-meta {
	color: #3399FF;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	margin-top: 22px;
	margin-top: 1.571428571rem;
}


/* =Single image attachment view
-------------------------------------------------------------- */

.article.attachment {
	overflow: hidden;
}
.image-attachment div.attachment {
	text-align: center;
}
.image-attachment div.attachment p {
	text-align: center;
}
.image-attachment div.attachment img {
	display: block;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
}
.image-attachment .entry-caption {
	margin-top: 8px;
	margin-top: 0.571428571rem;
}


/* =Aside post format
-------------------------------------------------------------- */

article.format-aside h1 {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
article.format-aside .aside {
	padding: 24px 24px 0;
	padding: 1.714285714rem;
	background: #d2e0f9;
	border-left: 22px solid #a8bfe8;
}
article.format-aside p {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #4a5466;
}
article.format-aside blockquote:last-child,
article.format-aside p:last-child {
	margin-bottom: 0;
}


/* =Post formats
-------------------------------------------------------------- */

/* Image posts */
article.format-image footer h1 {
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	font-weight: normal;
}
article.format-image footer h2 {
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
}
article.format-image footer a h2 {
	font-weight: normal;
}

/* Link posts */
article.format-link header {
	padding: 0 10px;
	padding: 0 0.714285714rem;
	float: right;
	font-size: 11px;
	font-size: 0.785714286rem;
	line-height: 2.181818182;
	font-weight: bold;
	font-style: italic;
	text-transform: none;
	color: #848484;
	background-color: #ebebeb;
	border-radius: 3px;
}
article.format-link .entry-content {
	max-width: 80%;
	float: left;
}
article.format-link .entry-content a {
	}

/* Quote posts */
article.format-quote .entry-content p {
	margin: 0;
	padding-bottom: 24px;
	padding-bottom: 1.714285714rem;
}
article.format-quote .entry-content blockquote {
	display: block;
	padding: 24px 24px 0;
	padding: 1.714285714rem 1.714285714rem 0;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.6;
	font-style: normal;
	color: #6a6a6a;
	background: #efefef;
}

/* Status posts */
.format-status .entry-header {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
.format-status .entry-header header {
	display: inline-block;
}
.format-status .entry-header h1 {
	font-size: 15px;
	font-size: 1.071428571rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
}
.format-status .entry-header h2 {
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	line-height: 2;
	margin: 0;
}
.format-status .entry-header img {
	float: left;
	margin-right: 21px;
	margin-right: 1.5rem;
}


/* =コメント　Comments
-------------------------------------------------------------- */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3.428571429rem;
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
	font-weight: normal;
}
.comments-area article {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
.comments-area article header {
	margin: 0 0 48px;
	margin: 0 0 3.428571429rem;
	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: 85px;
	margin-left: 6.071428571rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 15px;
	font-size: 1.071428571rem;
	line-height: 1.42857143;
}
.comments-area article header time {
	line-height: 1.714285714;
	text-decoration: none;
	font-size: 12px;
	font-size: 0.857142857rem;
	color: #3399FF;
}
.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 6px 12px;
	padding: 0.428571429rem 0.857142857rem;
	font-size: 12px;
	font-size: 0.857142857rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}
.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 5px;
	margin-left: 0.357142857rem;
	padding: 2px 5px;
	padding: 0.142857143rem 0.357142857rem;
	font-size: 10px;
	font-size: 0.714285714rem;
}
a.comment-reply-link,
a.comment-edit-link {
	color: #686868;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
a.comment-reply-link:hover,
a.comment-edit-link:hover {
	color: #3399FF;
}
.commentlist .pingback {
	line-height: 1.714285714;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3.428571429rem;
}
#respond h3#reply-title {
	font-size: 16px;
	font-size: 1.142857143rem;
	line-height: 1.5;
}
#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 10px;
	margin-left: 0.714285714rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.857142857rem;
}
#respond form {
	margin: 24px 0;
	margin: 1.714285714rem 0;
}
#respond form p {
	margin: 11px 0;
	margin: 0.785714286rem 0;
}
#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
}
#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;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 1.714285714;
	padding: 10px;
	padding: 0.714285714rem;
	width: 100%;
}
#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #3399FF;
}
.required {
	color: red;
}


/* =フロントページテンプレート　Front page template
-------------------------------------------------------------- */

.entry-page-image {
	margin-bottom: 14px;
	margin-bottom: 1rem;
}
.template-front-page .site-content article {
	border: 0;
	margin-bottom: 0;
}
.template-front-page .widget-area {
	clear: both;
	float: none;
	width: auto;
	padding-top: 24px;
	padding-top: 1.714285714rem;
	border-top: 1px solid #ededed;
}
.template-front-page .widget-area .widget li {
	margin: 8px 0 0;
	margin: 0.571428571rem 0 0;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.714285714;
	list-style-type: square;
	list-style-position: inside;
}
.template-front-page .widget-area .widget_text img {
	float: left;
	margin: 8px 24px 8px 0;
	margin: 0.571428571rem 1.714285714rem 0.571428571rem 0;
}


/* =ウィジェット　Widgets
-------------------------------------------------------------- */

.widget_rss li {
	margin: 12px 0;
	margin: 0.857142857rem 0;
}
.widget_recent_entries .post-date,
.widget_rss .rss-date {
	color: #aaa;
	font-size: 11px;
	font-size: 0.785714286rem;
	margin-left: 12px;
	margin-left: 0.857142857rem;
}
#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
	color: #686868;
}
#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: left;
}
#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.714285714rem;
	text-align: right;
}
.widget_search {
	text-align: center;
}
.widget_search label {
	display: block;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 1.846153846;
}
.widget_twitter li {
	list-style-type: none;
}
.widget_twitter .timesince {
	display: block;
	text-align: right;
}


.widget-area .entry {
	margin-top:21px;
	margin-top:1.5rem;
}
.widget-area .entry .kiji{
	margin-bottom:20px;
	margin-bottom:1.42857142857rem;
	width: 47%;
	margin-right: 2%;
	margin-left: 1%;
	display: inline-block;
	vertical-align: top;
}


/* =プラグインPlugins
----------------------------------------------- */

img#wpstats {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 1.714285714rem;
}


/* =Media queries
-------------------------------------------------------------- */


/* Minimum width of 460 pixels. */
@media screen and (min-width: 460px) {
	
/* =基本　Basic structure
-------------------------------------------------------------- */

.box_4-2 {
	width: 	20%;
	margin: 0.5%;
	padding: 3% 2% 0 2%;
}

.box_2-2 img {
	max-width: 50%;
}


/* 説明画像 */
.logo_ex , .logo_ex2 {
	max-width: 49%;
	margin: 0.2%;
	display: inline-block;
	vertical-align: top;
}


/* 検索フォーム
================================================== */

.search_box #s  {
	width: 190px;
	width: 13.5714285714rem;
	font-size: 12px;
	font-size: 0.85714285714rem;
}


/* グローバルナビゲーションメニュー
================================================== */



/* SNSボタン（ヘッダー）
================================================== */

.social_box_2{
	text-align: right;
}


/* トップページ
================================================== */

.top_main {
	font-size: 21px;
	font-size: 1.5rem;
}
.top_main span {
	font-size: 14px;
	font-size: 1rem;
}
.top_g_info ,
.top_g_info .main-navigation li {
	font-size: 18px;
	font-size: 1.28571428571rem;
}
.top_g_info .main-navigation li .navi_info ,
.top_g_info .main-navigation li .navi_price{
	font-size: 14px;
}

.campaign_banner li a {
	font-size: 35px;
}
.campaign_banner li a p {
	font-size: 14px;
}

.ft_facebook ,
.ft_twitter{
	display: inline-block;
	vertical-align: top;
	padding: 2%;
	width: 45.5%;
}
.ft_facebook{
	margin: 0 1% 0 0;
}


/* フッター　Footer
================================================== */

#page-top {
	bottom: 28px;
	bottom: 2rem;
}

/* ご利用ガイド
================================================== */

/*----- メニュー -----*/
.guide_menu  {
	width: 48.5%;
	margin: 0 0.5%;
	display: inline-block;
	vertical-align: top;
}

/*----- ロゴマーク作成所について -----*/

.guide-content .main-navigation li {
	font-size: 18px;
	font-size: 1.28571428571rem;
}
/*----- サービス一覧 -----*/
.guide_box li {
	width: 	24%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 0.8%;
}
.guide_box div {
	display: inline-block;
	vertical-align: middle;
}
.guide_box .odr_img {
	width: 	35%;
	margin: 0 2% 0 0;
}
.guide_box .odr_txt {
	width: 	63%;
}


/*----- データ形式について -----*/

.data_img {
	width: 20%;
}
.data_txt {
	width: 70%;
}


/*----- 納品について -----*/


.deli_img {
	width: 20%;
}
.deli_txt {
	width: 75%;
}

/*----- 購入＆制作の流れ -----*/

.flow_img {
	max-width: 46%;
	margin: 2% 1%;
	display: inline-block;
	padding: 0;
	font-size: 0;
}

/*----- サイトマップ -----*/

.sitemap .children {
	margin: 0 0 0 35px;
	margin: 0 0 0 2.5rem;
}
.sitemap .children .children {
	margin: 0 0 0 35px;
	margin: 0 0 0 2.5rem;
}


/* 記事詳細
================================================== */

.sale_area .imagebox {
	width: 	49%;
	display: inline-block;
	vertical-align: top;
	margin: 0 2% 0 0;
}
.logospec {
	font-size: 12px;
	font-size: 0.85714285714rem;
	width: 	48%;
	display: inline-block;
}
.logospec .order a{
	font-size: 19.6px;
	font-size: 1.4rem;
}
.logospec .order a span{
	font-size: 9.8px;
	font-size: 0.7rem;
}


/* 実績詳細
================================================== */
.result_area .imagebox ,
.result_area .imagebox_bk {
	padding: 14px 0;
	padding: 1rem 0;
}
.result_area .result_logo {
	font-size: 0;
	width: 	100%;
	margin: 0;
	padding: 0;
}
.result_area .result_logo .imagebox , 
.result_area .result_logo .imagebox_bk {
	width: 	49%;
	display: inline-block;
	margin: 0.5%;
}

}



/* Minimum width of 750 pixels. */
@media screen and (min-width: 750px) {
	
/* =基本　Basic structure
-------------------------------------------------------------- */

/* フォントのスタイル */

.txt12_10 {font-size: 12px;font-size: 0.85714285714rem;}
.txt14_12 {font-size: 14px;font-size: 1rem;}
.txt16_14 {font-size: 16px;font-size: 1.14285714286rem;}
.txt18_14 {font-size: 18px;font-size: 1.28571428571rem;}
.txt24_18 {font-size: 24px;font-size: 1.71428571429rem;}
.txt32_24 {font-size: 32px;font-size: 2.28571428571rem;}
.txt48_32 {font-size: 48px;font-size: 3.42857142857rem;}

/* インデント */
.idt12_10 li {
	font-size: 12px;
	font-size: 0.85714285714rem;
	padding: 0 0 0 12px;
	padding: 0 0 0 0.85714285714rem;
	text-indent: -12px;
	text-indent: -0.85714285714rem;
}
.idt14_12 li {
	font-size: 14px;
	font-size: 1rem;
	padding: 0 0 0 14px;
	padding: 0 0 0 1rem;
	text-indent: -14px;
	text-indent: -1rem;
}


/* 幅設定 */
.mw50_25 img{
	width: 24.5%;
	padding: 0.25%;
}

/* ボックス */
.box_4-2 p  , .box_2-2 p {
	font-size: 14px;
}


/* 説明画像 */
.logo_ex2 {
	max-width: 32%;
	margin: 0.3%;
	display: inline-block;
}

/* 注釈（※） */
.exp li {
	font-size: 12px;
	font-size: 0.85714285714rem;
	padding: 0 0 0 12px;
	padding: 0 0 0 0.85714285714rem;
	text-indent: -12px;
	text-indent: -0.85714285714rem;
}


.author-avatar {
		float: left;
		margin-top: 8px;
		margin-top: 0.571428571rem;
	}
.author-description {
		float: right;
		width: 80%;
	}
.site {
	margin: 0 auto;
	max-width: 960px;
	max-width: 68.571428571rem;
	overflow: visible;
	}
.site-content {
	width: 100%;
    }
#content{
        margin: 0;
    }
.guide-content{ /*固定ページのご利用ガイド*/
	float: left;
	width: 66% !important;
    }
body.template-front-page .site-content,
body.single-attachment .site-content,
body.full-width .site-content {
        width: 100%;
    }
.widget-area {
	float: right;
	margin: 7px 0 42px 0;
	margin: 0.5rem 0 3rem 0;
	width:32%;
     }
	 
/* ヘッダー　Header
================================================== */

#headtitle h1 , .copyright .align1{ /* ヘッダーの説明部分とフッターのコピーライトの共通設定 */
	margin: 0 auto;
	max-width: 960px;
	max-width: 68.571428571rem;
}

.site-title {
	margin: 3.5px 0;
	margin: 0.25rem 0;
}
.site-title img{
	width: 290px;
	height: 60px;
}


.site-header h1,
.site-header h2 {
		text-align: left;
	}


/* ヘッダー右
================================================== */

.right_box{
	padding: 7px 0 0 0;
	padding: 0.5rem 0 0 0;
}


/* サブメニュー
================================================== */
.submenu {
	margin: 14px 0 0 0;
	margin: 1rem 0 0 0;
	font-size: 14px;
	font-size: 1rem;
}
.submenu span {
	padding: 3.5px 0 3.5px 14px;
	padding: 0.25rem 0 0.25rem 1rem;
	background-position: 0px 4px;
	background-size:10px 14px;
}


/* グローバルナビゲーションメニュー
================================================== */

.main-navigation li {
	font-size: 14px;
	font-size: 1rem;
}
.main-navigation li a {
	padding: 14px 0;
	padding: 1rem 0;
	border-radius:7px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	-khtml-border-radius:7px;
	border-radius:0.5rem;
	-moz-border-radius:0.5rem;
	-webkit-border-radius:0.5rem;
	-khtml-border-radius:0.5rem;
}


/* SNSボタン（ヘッダー）
================================================== */

.social_box{
	text-align: right;
}



/* トップページ
================================================== */

.top_main {
	width: 	48%;
	vertical-align: middle;
	display: inline-block;
	font-size: 28px;
	font-size: 2rem;
	font-weight: bolder;
	line-height: 1.5;
	margin: 0 1% 2% 1%;
	text-align: left;
}
.top_main span {
	font-size: 16px;
	font-size: 1.14285714286rem;
}
.top_g_info {
	font-size: 21px;
	font-size: 1.5rem;
}
.top_g_info .main-navigation li {
	font-size: 28px;
	font-size: 2rem;
}
.top_g_info .main-navigation li .navi_info ,
.top_g_info .main-navigation li .navi_price{
	font-size: 22px;
}
.top_g_info .main-navigation li a{
	padding: 14px 0;
	padding: 1rem 0;
}


.campaign_banner li a {
	font-size: 38px;
	padding: 14px 21px;
}
.campaign_banner li a p {
	font-size: 16px;
}

.ft_facebook ,
.ft_twitter ,
.ft_calendar {
	display: inline-block;
	vertical-align: top;
	padding: 1%;
}
.ft_facebook ,
.ft_twitter {
	width: 34%;
	margin: 0 1% 0 0;
}

.ft_calendar {
	width: 24%;
}
.ft_calendar iframe {
	margin: 0 0 7px 0;
	margin: 0 0 0.5rem 0;
}



/* カテゴリ情報
================================================== */
.category_info  {
	font-size: 16px;
	padding: 15px 20px;
}


/* 記事一覧
-------------------------------------------------------------- */

.entry .kiji ,
.entry .kiji_top {
	width: 	16.06%;
	margin-right: 0.3%;
	margin-left: 0.3%;
}

.entry .kiji h2 ,
.entry .kiji_top h2 {
	font-size: 12px;
	font-size: 0.85714285714rem;
}



/*-----
.menu-toggle {
		display: none;
	}
#respond form input[type="text"] {
		width: 46.333333333%;
	}
#respond form textarea.blog-textarea {
		width: 79.666666667%;
	}
.template-front-page .site-content,
.template-front-page article {
		overflow: hidden;
	}
.template-front-page.has-post-thumbnail article {
		float: left;
		width: 47.916666667%;
	}
	

	
.entry-page-image {
		float: right;
		margin-bottom: 0;
		width: 47.916666667%;
	}
.template-front-page .widget-area .widget,
.template-front-page.two-sidebars .widget-area .front-widgets {
		float: left;
		width: 51.875%;
		margin-bottom: 24px;
		margin-bottom: 1.714285714rem;
	}
.template-front-page .widget-area .widget:nth-child(odd) {
		clear: right;
	}
.template-front-page .widget-area .widget:nth-child(even),
.template-front-page.two-sidebars .widget-area .front-widgets + .front-widgets {
		float: right;
		width: 39.0625%;
		margin: 0 0 24px;
		margin: 0 0 1.714285714rem;
	}
.template-front-page.two-sidebars .widget,
.template-front-page.two-sidebars .widget:nth-child(even) {
		float: none;
		width: auto;
	}
.commentlist .children {
		margin-left: 48px;
		margin-left: 3.428571429rem;
	}
----*/


/* カテゴリページナビゲーション（←前12345次→）
================================================== */


.local-navigation .page-numbers {
	font-size: 14px;
	font-size: 1rem;
}
.local-navigation a.page-numbers,.local-navigation .current{
	padding: 0.7% 1%;
}



/* 記事詳細
================================================== */
.logoinfo {
	margin: 0 0 21px 0;
	margin: 0 0 1.5rem 0;
	font-size: 17.5px;
	font-size: 1.25rem;
}
.sale_area .imagebox {
	padding: 42px 0;
	padding: 3rem 0;
}
.logospec {
	font-size: 17.5px;
	font-size: 1.25rem;
}
.logospec .order a{
	font-size: 28px;
}
.logospec .order a span{
	font-size: 12px;
}


/* 実績詳細
================================================== */
.result_area .imagebox ,
.result_area .imagebox_bk {
	padding: 42px 0;
	padding: 3rem 0;
}

/* 実績感想と一般ユーザーの感想の共通吹き出し */
.logo_impression ,
.result_area .result_info {
	font-size: 18px;
	font-size: 1.28571428571rem;
	width: 	94%;
	padding: 2% 3%;
}
.result_area .client {
	font-size: 21px;
	font-size: 1.5rem;
}


/* フッター　Footer
================================================== */

.ft_contact {
	font-size: 18px;
}

.ft_contact .ft_tel {
	font-size: 42px;
}

.ft_contact .ft_time {
	font-size: 14px;
}

.ft_link li {
	font-size: 14px;
}

#page-top {
	font-size: 14px;
	font-size: 1rem;
}
#page-top a {
	padding: 28px;
	padding: 2rem;
	border-radius: 44px;
}


/* ご利用ガイド
================================================== */

/*----- メニュー -----*/
.guide_menu  {
	font-size: 18px;
	font-size: 1.28571428571rem;
}
.site-content .guide_menu {
	width: 32%;
	margin: 0 0.4%;
}
.widget-area .guide_menu {
	width: 100%;
	margin: 0;
}


/*----- ロゴマーク作成所について -----*/

.guide-content .main-navigation li {
	font-size: 21px;
	font-size: 1.5rem;
}
.guide-content .main-navigation li a {
	padding: 14px 0;
	padding: 1rem 0;
}


/*----- ポイントサービスについて -----*/

.cp_title {
	font-size: 32px!important;
	font-size: 2.28571428571rem!important;
}

/*----- サービス一覧 -----*/
.guide_box li {
	font-size: 16px;
	font-size: 1.14285714286rem;
}
.guide_box a {
	padding: 14px 17.5px;
	padding: 1rem 1.25rem;
}

.site-content .page .guide_box li{ /*固定ページのご利用ガイド*/
	width: 	49%;
	margin-right: 0.5%;
	margin-left: 0.5%;
    }


/*----- お問い合わせ（共通メールフォーム） -----*/

.mail_form div {
	font-size: 16px;
	font-size: 1.14285714286rem;
}
.mail_form div .mf {
	font-size: 12px;
	font-size: 0.85714285714rem;
}
.mail_form .wpcf7-text {
	font-size: 16px;
	font-size: 1.14285714286rem;
	width: 98%;
}
.mail_form .wpcf7-textarea {
	font-size: 16px;
	font-size: 1.14285714286rem;
	width: 98%;
}
.mail_form .file-data .wpcf7-file {
	padding: 1%;
	width: 98%;
}
.mail_form .count {
	font-size: 28px;
	font-size: 2rem;
}

/*----- お問い合わせ（共通メールフォーム） Contact Form 7の設定 -----*/

span.wpcf7-not-valid-tip {
	font-size: 21px;
	font-size: 1.5rem;
}


/* =メインコンテンツ＆コメントコンテンツMain content and comment content
-------------------------------------------------------------- */
.archive-title,.entry-header .entry-title,.page-title {
	font-size: 24.5px;
	font-size: 1.75rem;
}
.entry-content,
.entry-summary,
.mu_register {
	font-size: 18px;
	font-size: 1.28571428571rem;
}


.entry-content h3,
.comment-content h3,
#content h3{
	font-size: 21px;
	font-size: 1.5rem;
}


.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5 {
	font-size: 18px;
	font-size: 1.28571428571rem;
}

/* =Print
----------------------------------------------- */

@media print {
	body {
		background: none !important;
		color: #000;
	}
}