@charset "UTF-8";


.c_m0 {
	margin: 0px;
}
.c_mu10 {
	margin-top: 10px;
}
.c_mu20 {
	margin-top: 20px;
}
.c_mu25 {
	margin-top: 20px;
}
.c_mu30 {
	margin-top: 30px;
}
.c_mu50 {
	margin-top: 50px;
}
.c_md10 {
	margin-bottom: 10px;
}
.c_md20 {
	margin-bottom: 20px;
}
.c_md30 {
	margin-bottom: 30px;
}
.c_md40 {
	margin-bottom: 40px;
}
.c_ml10 {
	margin-left: 10px;
}
.c_ml20 {
	margin-left: 20px;
}
.c_ml70 {
	margin-left: 70px;
}

.c_mr5 {
	margin-right: 5px;
}
.c_mr20 {
	margin-right: 20px;
}
.c_mr50 {
	margin-right: 50px;
}
.c_mr30 {
	margin-right: 30px;
}
.c_pu10 {
	padding-top: 10px;
}
.c_pu20 {
	padding-top: 20px;
}
.c_pu30 {
	padding-top: 30px;
}
.c_pu100 {
	padding-top: 60px;
}
.c_pd10 {
	padding-bottom: 10px;
}
.c_pa15 {
	padding: 15px;
}
.c_bold {
	font-weight: bold;
}

.txt07 {
	font-size: 70%;
	font-weight: normal;
}
.txt08 {
	font-size: 80%;
	font-weight: normal;
}
.txt09 {
	font-size: 90%;
	font-weight: normal;
}
.txt120 {
	font-size: 120%;
	font-weight: normal;
}
.txt130 {
	font-size: 130%;
	font-weight: normal;
}
.txt_col01 {
	color: #9CC9D2;
}
.txtRed00 {
	color: #F00;
}
.txtRed01 {
	font-size: 110%;
	color: #F00;
}
.txtblue01 {
	font-size: 110%;
	color: #F00;
}

/* ボタンデザイン01 */
.square_btn  {
	display: inline-block;
	padding: 0.3em 1em;
	text-decoration: none;
	color: #67c5ff;
	border: 2px solid #8B8B8B;
	border-radius: 3px;
	transition: .4s;
	font-size: 15px;
}
.square_btn:hover  {
	background: #8B8B8B;
    color: white;
}
/* ボタンデザイン01 */
.square_btn2 {
	display: inline-block;
	padding-top: 0.3em;
	padding-right: 1em;
	padding-left: 1em;
	padding-bottom: 0.3em;
	text-decoration: none;
	color: #836239;
	border: solid 2px #836239;
	border-radius: 3px;
	transition: .4s;
	position: relative;
}
a.square_btn2:link, a.square_btn2:visited{
    color: #836239 !important;
}
a.square_btn2:hover{
    background: #836239;
    color: #FFFFFF !important;
}



}
