@charset "utf-8";
/* CSS Document */

/*-------personal---------------*/

.personal h2{
background-color:#CF121B;
color:#fff;
margin:0px 0px 20px 0px;
padding:0.3em 1em;
font-weight:bold;
border-radius:3px;/* CSS3 角丸 */
-webkit-border-radius:3px; /* Webkit */
-moz-border-radius:3px;    /* Mozilla */
}

.personal .box_01{
display:inline-block;
width:100%;
}
.personal .box_l{
width:400px;
float:right;
margin-top:1em;
}
.personal .box_l p{
margin-bottom:1em;
}
.personal .box_l .reds{
	background-color:lemonchiffon;
    border-radius: 0.3em;
    font-size: 16px;
    line-height: 1.4em;
    margin-top: 2em;
    padding: 1.5em;
}
.personal .box_r{
width:370px;
float:left;
padding:1em;
}

.personal h3{
color: #CF121B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 12px;
}

.personal .box_01 li{
background-color: #EEE;
    box-shadow: 0 1px 3px #333;
    margin: 20px 0;
    padding: 0.5em;
    text-align: center;
	border-radius:3px;
	font-weight:bold;
}
.personal .box_01 li:nth-child(2n-1){
	background-color:#fafafa;
}

/*----price----*/

.price{
}

h4{
color:#CF121B;
font-size: 18px;
font-weight: bold;
margin-bottom:12px;
}

.price ul{
}

.price li{
}

.price a{
text-decoration:underline;
}

.price .telmail{
font-size:20px;
font-weight:bold;
margin-bottom:12px;
}

.price .uketsuke{
margin-bottom:45px;
}

/*----4stance----*/
.personal .stance{
}
.personal .stance p{
margin-bottom:12px;
}
.personal .stance .four_stance{
font-size:20px;
font-weight:bold;
margin-bottom:12px;
}
.personal .article a{
text-decoration:underline;
}
.personal .article a:hover{
text-decoration:none;
}

/*--------to_top---------*/
.personal .to_top{
width:830px;
text-align:right;
font-weight:bold;
}
.personal .to_top2{
font-weight: bold;
text-align: right;
margin-bottom: 1em;
}

/*---side barのｈ5----*/
.personal h5{
background-color:#CF121B;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 2px;
    text-align: center;
}

/*テーブル*/
table {
	border: #111 1px solid;
	border-collapse: collapse;
	font-size: 11px;
	width: 100%;
	color: #F6ECEF;
	margin-bottom:10px;
} 
table th.t_top {
	border:#fff 1px dashed;
	background-color:#666;
	text-align: left;
	padding: 10px;
	font: bold;
} 
table td.t_line01 {
	border:#fff 1px dashed;
	background-color: #222;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}
table td.t_line02 {
	border:#fff 1px dashed;
	background-color: #111;
	vertical-align: top;
	text-align: left;
	padding: 10px;
}

.section{
margin-bottom:30px;
}
.deco{
	background-color: #EEEEEE;
    border-radius: 5px;
    padding: 3em;
}
.section ul li{
list-style:disc inside;
margin-bottom:1em;
}
.telmail{
margin-bottom:1em;
}
.telmail a{
font-size:20px;
text-decoration:underline;
}
.telmail a:hover{
text-decoration:none;
}
#price_p{
margin-bottom: 20px;
}
.uketsuke{
font-size:20px;
margin-bottom:10px;
}
.uketsuke_p a{
text-decoration:underline;
}
.uketsuke_p a:hover{
text-decoration:none;
}
/*選べるコース*/
.choice_4_table{
margin-bottom:3em;
}
#choice_4{
display:inline-block;
}
#choice_4 li{
background-color:#fafafa;
    border-radius: 5px;
    box-shadow: 0 1px 3px #333333;
    float: left;
    height: 145px;
    list-style: none outside none;
    margin-right: 1em;
    padding: 3em;
    width: 325px;
}
#choice_4 li:nth-child(2){
	background-color:#eee;
}
#choice_4 li:nth-child(3){
	background-color:#eee;
}
#choice_4 h6{
border-left: 0.5em solid #CF121B;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4em;
    margin-bottom: 1em;
    padding-left: 0.5em;
}
/*大枠 #article*/
.article{
margin-bottom:100px;
}

#pagetitle_left{
	float:left;
	width:520px;
}
#pagetitle_left img{
	margin-bottom:1em;
}

