@charset "utf-8";
/*
Theme Name: responsive_035
Theme URI: http://c-tpl.com/
Description: responsive_035
Version: 1.0
Author: Cloud template
Author URI: http://c-tpl.com/
Tags: simple

	Cloud template v1.0
	 http://c-tpl.com/

	This theme was designed and built by Cloud template,
	whose blog you will find at http://c-tpl.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

h2.title {
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
background: none;
    background-color: #a93c36;
    padding: 21px 18px 20px;
    font-size: 28px;
    margin-bottom: 1em;
    clear: both;
    border-bottom: initial;
}
.post h3 {
color: #8F4657;
    margin-bottom: 20px;
    padding: 14px;
    border: none;
    border-left: 6px solid #a93c36;
    font-size: 150%;
    font-weight: bold;
}
.post h4 {
padding: 0.25em 0.5em;
    color: #494949;
    background: transparent;
    font-size: 150%;
    margin: 10px 0;
 font-weight: 800;
 border-bottom: double 5px #a93c36!important;
}
.post h5 {
color: #8F4657;
font-size: 130%;
    font-weight: 800;
    margin: 2em 0 1em;
}

.box27 {
    position: relative;
    margin: 2.5em 0;
    padding: 1em 1em;
    border: solid 3px #a93c36;
	background: #fff;
	color: #8F4657;
	font-weight: bold;
	font-size: 115%;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -27px;
    left: -3px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #a93c36;
    color: #ffffff;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}
table.mamakata {
border: 1px #145C30 solid;
}
table.mamakata th {
background: #3EA8A3;
border: 1px #145C30 solid;
}

.btn-square2 {
	width: 250px;
 display: inline-block;
  padding: 1em 1em;
  text-decoration: none;
  background: #DE3C71;/*ボタン色*/
  color: #FFF;
  border-bottom: solid 4px #911941;
  border-radius: 3px;
	font-weight: bold;
	font-size: 110%
}
.btn-square2 a{
	color: #fff;
	padding: 1em 1em;
	font-size: 115%;
    font-weight: bold;
}
.btn-square2:hover {
  color: #FFF;
}
.btn-square2:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(4px);
  transform: translateY(4px);/*下に動く*/
  border-bottom: none;/*線を消す*/
}
.ribbon8 {
  display: inline-block;
  position: relative;
	line-height: 1.4;
	margin: 25px 0px;
  font-size: 125%;/*フォントサイズ*/
	font-weight: bold;
  color: #FFF;/*フォントカラー*/
  background: #DB8196;/*背景色*/
	width: 100%;
}