/*
Theme Name: テンプレッタＡ０１（１カラム版）
Description:テンプレッタＡ０１（１カラム版）のテンプレートテーマです。
Theme URI: http://templetta.jp/
Author: 株式会社ラップル
Author URI: http://www.rapl.co.jp/
Version: 1.00
Tags: テーマの特徴を表すタグ（カンマ区切り/オプション）
License: 
License URI: 
*/
@charset "utf-8";
/* CSS レイアウト */

/**************************************************
 *  エラーページ
 **************************************************/
#e_page{
	background-color:#F2D998;
	text-align:center;
}
#e_page .container{
	position:absolute;width:420px;height:240px;left: 50%;top: 50%;margin-left: -210px;margin-top: -160px;
}
#e_page .content{
	width:420px;margin:0px auto;
}
#e_page .logo{
	padding:10px 0px 0px 0px;
	margin:0px;
	height:110px;
	text-align:center;
}
#e_page .message{
	padding:10px 0px 0px 0px;
	margin:0px auto;
	height:90px;
	font-size:12px;
	line-height:20px;
}
#e_page .message span{
	font-weight:bold;
	text-decoration:underline;
	font-size:14px;
}
#e_page .link{
	margin:0px;
	padding-top:10px 0px 0px 0px;
	height:50px;
	text-align:center;
}
#e_page a {
	color:#303030;
	text-decoration:underline;
	font-weight:bold;
 }
#e_page a:visited {
	color:#303030;
	text-decoration:underline;
}
#e_page a:link {
	color:#303030;
	text-decoration:underline;
}
#e_page a:hover {
	color:#FF0000;
	text-decoration:underline;
}
#e_page a:active{
	color:#FF0000;
	text-decoration:none;
}

/* ツールバーのボタン等を非表示にするCSS(多分動く) */
.fl-builder-bar-actions .fl-builder-templates-button, /* テンプレートボタン非表示 */
.fl-builder-bar-actions .fl-builder-upgrade-button, /* アップグレードボタン非表示 */
.fl-builder-bar-actions .fl-builder-help-button, /* ヘルプボタン非表示 */
.fl-builder-blocks .fl-builder-modules-cta   /* コンテンツ追加→サイドバーに表示される公式サイトへのリンク非表示 */
{
    display: none; 
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-pagenavi{
	padding:30px 0px;
	text-align:center;
}
.wp-pagenavi span{
	border:none;
	margin:1px;
	background-color:#FEEDF3;
	color:#72665A;
	padding:10px 12px;
}
.wp-pagenavi a{
	border:none;
	margin:1px;
	padding:10px 12px;
	background-color:#FEEDF3;
	color:#72665A;
}
.wp-pagenavi .current{
	background-color:#F69AB3;
	color:#FFF;
}
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* コンタクトフォーム7のエラーメッセージカスタマイズ */
span.wpcf7-not-valid-tip {
	color: #FF0000;
}
.wpcf7-response-output.wpcf7-validation-errors {
	color: #FF0000;
	border:1px solid #FF0000;
}
div.wpcf7-mail-sent-ok {
	background-color: #56b379;
	color:#ffffff;
	font-weight:bold;
	padding:10px;
}
