/* ::::: reset.css ::::: */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote, table, th, td { margin: 0px; padding: 0px; }
html, body { background: rgb(255, 255, 255) none repeat scroll 0% 0%; color: rgb(0, 0, 0); }
body { font-family: "ＭＳ Ｐゴシック","MS PGothic",sans-serif; }
:first-child + html body { font-size: small; }
img { border: 0px none; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { clear: both; font-size: 100%; font-weight: normal; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: bold; }
input, textarea, select { font-family: inherit; font-size: inherit; font-weight: inherit; }
:first-child + html + input, :first-child html + textarea, :first-child + html select { font-size: 100%; }
table { border-collapse: collapse; border-spacing: 0px; font-size: inherit; }
th, td { text-align: left; vertical-align: top; }
:first-child + html pre, :first-child html + code, :first-child html + kbd, :first-child + html + samp, :first-child + html tt { font-size: 108%; line-height: 100%; }
input, select, textarea { font-size: 100%; font-family: Verdana,Helvetica,sans-serif; }



/* ::::: css ::::: */

* {
	margin: 0;
}

/*スマホ余白対策*/
.wrap {
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
	position: relative;/*←相対位置*/
    box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

html, body, wrapper0,{
	margin: 0;
	padding: 0;
	height: 100% !important;
}
.wrapper2 {
	margin: 0;
	padding: 0;
	height: 100% !important;
}

body {
	color:#222;
	margin: 0;
	padding: 0;
}

.wrapper0 {
	background: url('../img/bg_02.gif') repeat-y center top ;
	margin: 0 auto !important;
}
.wrapper2 {
	background: url('../img/bg_02.gif') repeat-y center top ;
	margin: 0 auto !important;
}

.wrapper {
	width:900px;
	background-color: #fff;
	margin: 0 auto;
	height: 100%;
}

/*申し込みフォーム部分
******************************************/

.mousikomi {
	background:  url(../img/form_atari2.jpg) center top no-repeat;
	height:400px;
	padding-top: 120px;
	vertical-align: top;
}

.timer_obi{
	color: #c30101;
	text-align: center;
	padding: 15px 40px;
}

.timer_obi .timetext{
	font-size: 34px;
	font-weight: bold;
}

.f08{
	padding:20px;	
}

.f08 p {
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px !important;
	line-height: 1.4em;
	color: #222;
	text-align: justify;
	text-justify:distribute;
  	padding-left: 12px;
  	text-indent: -12px;
	margin-bottom: 0px !important;
}

.f08 a {
	color: #222;
}

.f09{
	margin: 0 20px 0 25px;
}

div.f09-text p {
	font-family:"メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka, sans-serif;
	font-size: 12px !important;
	line-height: 1.3em;
	color: #222;
  padding-left: 12px;
  text-indent: -12px;
	margin-bottom: 15px !important;
}

div.f09-text a {
	text-decoration: underline;
	font-size: 12px !important;
	color: #222;
}

div.f09-text a:hover{
color: rgb(56, 106, 209)
}

.form_waku {
	padding-top: 30px;
	margin: 0 auto;
	margin-bottom: 30px;
	padding-left: 80px;	
}

.title_teaser {
	font-size: 40px !important;
	font-weight: bold;
}

.title_obi {
	font-size: 34px;
	color: #c30101;
	font-weight: bold;
	padding: 20px 0;
	text-align: center;
	line-height: 1.5;
}

.form_obi{
	width:820px;
	background-color: #002060;
	color: #fff;
	padding: 30px 40px;
}

.form_obi div.form-space {
	background-color: #fff;
	padding: 30px;
	width:650px;
}

.form_obi table {
	width: 100%;
	margin-bottom: 20px;
}

.form_obi table th {
	width: 28%;
	color: #222;
	font-size: 24px;
	padding: 5px;
}

.form_obi table td {
	color: #222;
	padding: 5px;
}

.form_obi table td .waku {
	width:400px;
	height: 30px;
	font-size: 18px;
}

.form_obi .form-title {
	width: 700px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.form_obi p {
	font-size: 12px;
	line-height: 1.5;
}

.content {
	width: 820px;
	padding: 0px 40px;
	margin: 0px auto;
}

.content p {
	margin: 0px 15px 30px 15px;
	font-size: 18px;
	font-family: " メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	line-height:170%;
}

.top {
	width: 900px;
	margin: 0 auto;
}

.top2 {
	display: none;
}

strong {
	font-weight: bold;
	font-size: 18px;
}

b {
	font-weight: bold;
	color: rgb(255, 69, 0);
}

a:link, a:visited {
	text-decoration: underline;
	color: rgb(56, 106, 209);
}

a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#footer {
	background-color: #0d2943;
	color: #88bbea;
	padding-bottom: 1px;
 }

#footer p {
	line-height: 150%;
	margin-bottom: 30px;
	padding-top: 31px;
}

#footer a {
	color: #88bbea;
	text-decoration: none;
}

#footer a:hover{
	color: #FFF;
}

table {
	border-collapse: collapse;
}

table td {
	border-collapse: collapse;
}

table {
	width: 100%;
	border-spacing: 0px;
}
#sample tr:nth-child(2n+1) {
	background: rgb(241, 246, 252) none repeat scroll 0% 0%;
}

/*声部分
*****************************************************/
.kanso {
	border: 2px solid rgb(204, 204, 204);
	margin: 0px 0px 50px;
}

.kanso p {
	margin: 0px 50px 30px 50px;
	font-size: 18px;
	line-height: 150%;
}

.kanso img {
	margin: 0 auto;
	text-align: center;
}

/*マージン・パディング
******************************************/
.mb0 { margin-bottom: 0px ! important; }
.mb10 { margin-bottom: 10px ! important; }
.mb20 { margin-bottom: 20px ! important; }
.mb30 { margin-bottom: 30px ! important; }
.mb40 { margin-bottom: 40px ! important; }
.mb50 { margin-bottom: 50px ! important; }
.mb70 { margin-bottom: 70px ! important; }
.pt0 { padding-top: 0px ! important; }
.pt20 { padding-top: 20px ! important; }
.pt30 { padding-top: 30px ! important; }
.pt40 { padding-top: 40px ! important; }
.pt50 { padding-top: 50px ! important; }
.pb10 { padding-bottom: 10px ! important; }
.mt0 {margin-top: 0px ! important;}
.mt20 {margin-top: 20px ! important;}
.pb20 { padding-bottom: 20px ! important; }
.pb30 { padding-bottom: 30px ! important; }
.pb40 { padding-bottom: 40px ! important; }
.pb50 { padding-bottom: 50px ! important; }

/*リンク画像透過
************************************/
a:hover img {
	opacity:0.6;
}

/*センタリング
******************************************/
.Centering {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/*講師プロフィール
******************************************/
.pfofile_box4 {
}

.pfofile_box4 p {
}

.pfofile_box4 .title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	background-color: #f2f2f2;
	border-left: 7px solid #666;
	padding: 2px 2px 2px 8px;
}

.pfofile_box4-photo {
	margin: 0px 25px 25px 0;
	width: 180px;
	float:left;
}

.pfofile_box4 .name {
	font-size: 50px;
	color: #111;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 100%;
}

.pfofile_box4 .name-mini {
	font-size: 24px;
	color: #888;
	font-weight: bold;
	margin-bottom: 20px;
}

/*講座
******************************************/
.kouza {
	border: 2px solid #0d2943;
	border-top: none;
	padding: 25px;
	background-color: #fbfbfb;
}

.kouza-title {
	background-color: #222;
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	line-height: 1.5;
	padding: 10px;
}

/*タイトル
******************************************/
.title {
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	font-size: 30px;
	font-weight: bold;
	color: #111;
	line-height: 150%;
	margin: 0 auto;
	text-align:left;
	margin-bottom: 30px;
	padding-top: 70px;
}
.title .mini {
	font-size: 24px;
	line-height: 100%;
}
.title .red {
	color: #cc0000;
}
.title .big {
	font-size: 50px;
}
.title .md {
	font-size: 30px;
}
.high-line {
	background-color: #efea5c;
	padding:2px;
	font-weight: bold;
}
.mc01 {
	font-size: 30px;
	font-weight: bold;
	padding: 3px 5px 3px 5px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	border-left:10px solid #ccc;
	padding-left: 20px;
	color: #111;
	margin-bottom: 30px;
}
.title34{
	font-size: 45px !important;
	line-height: 1.5 !important;
	font-weight: bold;
	text-align: center;
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif !important;
	color: #222;
}
.title34-bg {
	background: url(../img/gentei.png) no-repeat;
	margin: 30px 0 0 0;
}
.title-check{
	font-size: 24px !important;
	line-height: 1.5;
	font-weight: bold;
	text-align:left;
	color: #222;
	background: url(../img/ck24.gif) left 3px no-repeat;
	padding-left: 28px;
	margin-bottom: 10px !important;

}
/*フォントサイズ・装飾
******************************************/
.f-size12 {
	font-size: 12px !important;
}
.f-size24 {
	font-size: 24px !important;
}
.f-size20_b {
	font-size: 20px !important;
	font-weight: bold;
}
.f-size18_b {
	font-size: 18px !important;
	font-weight: bold;
}
.f-size30_b {
	font-size: 30px !important;
	font-weight: bold;
}
.f-size30_bu {
	font-size: 30px !important;
	font-weight: bold;
	text-decoration: underline;
}
.f-size40_b {
	font-size: 40px !important;
	font-weight: bold;
}
.black {
	color: #111;
}
.f-bold {
	font-weight: bold;
}
.red {
	color:#de0000;
}
.red_u {
	color:#de0000;
	text-decoration: underline;
}
.red_b {
	color:#de0000;
	font-weight: bold;
}
.red_b_u {
	color:#de0000;
	font-weight: bold;
	text-decoration: underline;
}
.under {
	text-decoration: underline;
}
.tume3 {
	padding-top: 0px !important;
	margin-top: 0px !important;
	}
.high {
	background-color: #fff771;
}
.bold {
	font-weight: bold;
}
/*写真フロート
******************************************/
.f-r {
	float: right;
	margin: 0 0 30px 30px;
}
/*リスト
******************************************/
ul {
	margin-bottom: 30px;
}
li {
	background: url(../img/ck28.gif) left -3px no-repeat;
	padding-left: 33px;
	list-style: none;
	font-size: 24px;
	font-weight: bold;
	color: #111;
	line-height:120%;
	margin-bottom: 30px;
}
/*見出し☆☆☆
******************************************/
p.title2 {
	font-size: 33px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	line-height: 150%;
	margin-bottom: 0px !important;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 60px 0;
	color: #111;
}
p.title3 {
	font-size: 55px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	line-height: 150%;
	margin-bottom: 0px !important;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 10px 0;
	color: #111;
}
p.title4 {
	font-size: 28px;
	font-family: "ＭＳ Ｐ明朝", MS PMincho,"ヒラギノ明朝 Pro W3", Hiragino Mincho Pro, serif;
	line-height: 150%;
	margin-bottom: 0px !important;
	font-weight: bold;
	text-align: center;
	padding: 30px 0 60px 0;
	color: #111;
}
p.text2 {
	display: none;
}

/*プライバシーポリシー
******************************************/
.tyuui2 {
	margin: 20px auto;
	overflow:auto;
	width: 90%;
	height: 120px;
	background-color: #f2f2f2;
}
p.tyuui2-text {
	font-size: 1.2em;
	line-height: 130%;
	margin: 20px auto;
	width: 90%;
	/*margin-left: 2.2em;*/
}
.tyuui2 p {
	line-height: 130%;
	font-size: 1em;
	margin-bottom: 0.5em;
}
.tyuui2-right {
	text-align: right;
}

/* --------------------------------------------------------------- 
￠￡ facebook
-----------------------------------------------------------------*/

#social_box{
	background:#f4f4f4;
	width:75px;
	padding:15px;
	margin-left:-170px;
	text-align:center;
	position:fixed;
	bottom:150px;
	list-style-type:none;
	border-width: 1px; border-style: solid; border-color:#CCC; border-radius:0.5rem;

}

.ma-15-15 {
    margin: 15px auto 15px;
}
