.wrap_katsudou{
	width: 500px;
}

/*clear*/
.wrap_katsudou .wrap_box{
	*zoom: 1;
}
.wrap_katsudou .wrap_box:after
{
    font-size: 0; 
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}
.clear{
	*zoom: 1;
}
.clear:after
{
    font-size: 0; 
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

.kadomaru{
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.ta-r{text-align:right;}

/*タイトル*/
.wrap_katsudou h2{
	margin: 15px 0 10px 0;
	padding: 0 0 3px 0;
	font-size: 20px;
	font-weight: bold;
	color: #31864A;
	border-bottom: 1px solid #31864A;
}
.wrap_katsudou h3{
	margin: 10px 0 5px 0;
	padding: 5px 0 5px 8px;
	font-size: 120%;
	font-weight: bold;
	color: #E94609;
	border-left: 5px solid #E94609;
	border-bottom: 2px solid #E94609;
	}
.wrap_katsudou h4{
	margin: 5px 0;
	padding: 8px;
	width: 484px;
	font-size: 90%;
	background-color: #FF6569;
	color: #fff;
	font-weight: bold;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.wrap_katsudou h4 span{
	font-size: 80%;
	background-color: #fff;
	color: #FF6569;
	padding: 4px 8px;
	margin-left: 20px;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.wrap_katsudou h5{
	font-size: 85%;
	font-weight: bold;
	color: #3366FF;
	margin: 10px 0 0 0;
	padding: 0;
}
.wrap_katsudou h6{
	text-align: center;
	font-size: 85%;
	background-color: #1FA688;
	color: #fff;
	padding: 7px 0;
	margin: 10px 0 0 0;
}

/*ボタン*/
.wrap_katsudou .btn a:link  {
	float: right;
	width: 25%;
	text-align: center;
	line-height: 200%;
	background-color: #31864A;
	background-image: url(../../images/katsudo/allow.gif);
	background-repeat: no-repeat;
	background-position: 10px 50%;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
}
.wrap_katsudou .btn a:visited {
	display: block;
	width: 25%;
	background-color: #31864A;
	color: #fff;
	text-decoration:none;
}
.wrap_katsudou .btn a:hover {
	display: block;
	width: 25%;
	background-color: #C8D442;
	color: #31864A;
	text-decoration:none;
}


/*地の文*/
.wrap_katsudou p,
.wrap_katsudou ul.class_list li,
.wrap_katsudou dl.list_shop{
	font-size: 13px;
	line-height: 140%;
	margin-left: 0.5em;
}
.kouza_table{
	font-size: 13px;
	line-height: 140%;
}
.wrap_katsudou .kouza_box p{
	color: #000;
	padding: 5px;
	margin-left: 0;
}

/*レイアウト*/
.wrap_katsudou .area_photo{
	float: right;
	margin-left: 12px;
}

.wrap_katsudou .kouza_box{
	float: left;
	width: 234px;
	margin-left: 12px;
}

/*リスト*/
.wrap_katsudou dl.list_shop{
	width: 234px;
	margin-top: 0;
}
.wrap_katsudou dl.list_shop dt{
	background-color: #8BD690;
	padding: 5px 0 5px 5px;
	margin: 5px 0;
	text-align: center;
}
.wrap_katsudou dl.list_shop dd{
	margin-left: 10px;
}
.wrap_katsudou ul.class_list{
	margin: 10px 0 10px 10px;
	padding: 0 0 0 20px;
}

/*テーブル*/
.wrap_katsudou .kouza_table{
	width: 100%;
	border-spacing:10px;
}
.wrap_katsudou .kouza_table tr{
	margin: 0;
	padding: 0;
}
.wrap_katsudou .kouza_table tr th,
.wrap_katsudou .kouza_table tr td{
	/*width: 152px;*/
	text-align: center;
}
.wrap_katsudou .kouza_table td{
	padding: 5px;
}

/*吹き出し*/
.arrow_box { position: relative; background: #FFE89C; } 
.arrow_box:after { 
	bottom: 100%; 
	left: 50%; 
	border: solid transparent; content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(139, 217, 200, 0); 
	border-bottom-color: #FFE89C; 
	border-width: 10px; 
	margin-left: -10px; }

.mt15{margin-top: 15px;}
.mr20{margin-right:20px;}
.w234{width:234px; margin-bottom: 5px;}