/*****************************************
◆基本機能 Default Style
フォーム規約
*****************************************/

/* ******************************************* */
/*          フォーム規約
/* ******************************************* */
.owlet-rules {
    margin: 40px 0;
}
.owlet-rules-title {
    display: none;
}
.owlet-rules-body {
	margin-bottom: 20px;
}
.owlet-rules-agree {
	text-align: center;
	margin-bottom: 20px;
}
@media only screen and (max-width: 736px) and (min-width: 0px) {
    .owlet-rules-body {
        padding: 0 10px;
	    text-align: left;
    }
}

/*
タブ
**************************************/
/*スタイル解除*/
.owl-tabs {

}
.owl-tabs-container {
	border-radius: 0;
	border:none;
	padding:0;
}
ul.ui-tabs-nav {
	border:none;
	border-radius: 0;
	background: none;
	padding:0!important;
	margin-bottom: 30px!important;
}
.ui-tabs-panel {
	padding:0!important;
}

/*
カスタムパーツ
**************************************/
/*テキスト*/
.textArea {
	margin: 0 auto 20px;
}
/*画像*/
.img_center {
	text-align:center;
	margin-bottom: 30px;
}
.img_left {
	text-align:left;
	margin-bottom: 30px;
}
.img_right {
	text-align:right;
	margin-bottom: 30px;
}

/**画像+テキスト**/
.text_img_left,
.text_img_right {
	margin-bottom: 20px;
}
.text_img_left img {
	float:left;
	margin-right: 20px;
}
.text_img_right img {
	float:right;
	margin-left: 20px;
}