@charset "UTF-8";
/*===========================================
html
===========================================*/

* {
	margin:0;
	padding:0;
}
#top-page {
	line-height: 1.8;
	font-size: 20px;
	margin: 0;
	padding: 0;
	color: #333333;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
	text-align:center;
}
h1, h2, h3, h4, h5, h6, address {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	white-space:normal;
	font-size: 100%;
}
img, ul, li {
	margin:0px;
	padding:0px;
	border:0px;
	font-style: normal;
	font-weight: normal;
	display:block;
	list-style-type: none;
}
img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
hr {
	height: 1px;
	border: none;
	clear:both;
	margin:20px 0 20px 0;
	background-image: url(../images/common/dot_x.gif);
	background-repeat: repeat-x;
	color: #d9e7d1;
	background-color: #d9e7d1;
}
table {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
dl, dt, dd, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
}
a {
	color: #333333;
}
a:link {
	color: #333333;
}
a:visited {
	color: #333333;
}
a:hover {
	color: #333333;
}
sub {font-size:12px;}
/*===========================================
ページ全体
===========================================*/
#top-page #wrapper {
	text-align:left;
	overflow:hidden;
}
/*===========================================
main
===========================================*/
#main_visual {
	text-align:center;
	margin:0px auto;
	clear:both;
	overflow:hidden;
}
#main_visual p {
	padding:10px;
}
/*===========================================
contents
===========================================*/
.section01 {
	padding:0;
}
#top-page #container {
	text-align:left;
	padding:0;/*background-attachment: scroll;
	background-image: url(../images/common/c_bg.gif);
	background-repeat: no-repeat;
	background-position: center top;*/	
}
#top-page #container h2 {
}
#top-page .contents {
	clear:both;
	margin-bottom:20px;
	padding:0 10px;
}
/*===========================================
float
===========================================*/
.left {
	float:left;
	margin:0 15px 5px 0;
}
/*===========================================
box
===========================================*/
.c-box {
	margin-bottom:30px;
	padding:10px 0;
}
.c-box p {
	padding:10px;
}
.c-box ul {
	padding:10px;
}

.c-box ul.disc {
	padding:0;
	padding-left:1.5em;
	list-style-type:disc;
	list-style-position: outside;
}
.c-box ul.disc li {
	display:list-item;
	line-height:1.4;
	margin:10px 0;
}

.chekc ul {
	padding:10px 10px;
}
.chekc ul li {
	font-size:18px;
	line-height:1.4;
	font-weight:bold;
	padding:4px 0 15px 30px;
	background: url(../images/common/check.gif) no-repeat left top;
}
.c-box-02 {
	background-color:#ffffff;
	margin-bottom:30px;
	padding:0px;
}
.c-box-02 li{
	font-size:14px;
	margin:0;
	border-bottom:1px dotted #666;
	margin-bottom:1em;
}
.c-box-02 li p {
	padding:1em 5px;
}
.c-box-02 li h4 {
	padding:0 5px;
}
.c-box-02 hr {
	display:none;
}
.dot-y{
}
.mm-box {
	text-align:center;
	font-weight:bold;
	padding:10px;
	background-color: #fdfdfd;
	border: 1px solid #ffdff8;
}
.mm-box table {
}
.notes-box {
	padding:10px;
	background-color: #fdfdfd;
	border: 1px solid #ffdff8;
}
.copyright {
	text-align:center;
	font-size:12px;
	padding:0 10px 20px;
}
.point{
	margin:0;
	background-image:url(../images/bg_attention_side.gif);
	background-repeat:repeat-y;
	background-size:contain;
}

.point p{
	padding:0 20px 20px;
}

.gmap,
.movie{
	text-align:center;
	margin-bottom:10px;
	width:100%;
	height:0;
	padding-bottom:56.25%;
	position:relative;
	overflow:hidden;
}
.gmap iframe,
.movie iframe {
	width:100%;
	height:100%;
	position:absolute;
	top:0; left:0;
}
.melit{
	font-weight:bold;
	padding:10px;
	background-color: #fdfdfd;
	border: 1px solid #ffdff8;
}
.melit ul{
	padding:0;
}	
/*===========================================
news
===========================================*/
.c-box dl {
	padding:5px 0;
	clear:both;
}
.c-box dt {
	font-weight:bold;
	clear:both;
	display:block;
	padding:0 0 5px 40px;
	background-image: url(../images/common/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.c-box dd {
	padding:0 0 0 40px;
	background-image: url(../images/common/a.gif);
	background-repeat: no-repeat;
	background-position: left top;	
}
/*===========================================
table
===========================================*/

.t1 {
	width:100%;
	margin:10px 0;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.t1 th,
.t1 td {
	font-size:16.5px;
	padding:5px;
	line-height:1.4;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.t1 td p {
	padding-left:0;
	padding-right:0;
}
.t1 td p:first-of-type {
	padding-top:0;
}
.t1 td p:last-of-type {
	padding-bottom:0;
}
.t1 .t_taisyo th,
.t1 .t_taisyo td,
.t1 .t_sponsor th,
.t1 .t_sponsor td,
.t1 .t_schedule th,
.t1 .t_schedule td {
	font-size:13px;
	display:block;
}
.t1 .t_taisyo th,
.t1 .t_sponsor th,
.t1 .t_schedule th {
	font-weight:bold;
	background-color:#eee;
}
.t2 {
	width:100%;
}
.t2 th,
.t2 td {
	font-size:12px;
	padding:5px;
	vertical-align: top;
	line-height:1.4;
}
.t2 .t_amazon th,
.t2 .t_amazon td {
	display:block;
}
.t2 .t_magazine td {
	width:16.6%;
	font-size:10px;
	line-height:1.1;
}
.t2 .t_magazine td img {
	margin-bottom:3px;
}
.ts-01 {
	font-weight:bold;
	background-color:#ffecf4;
}
.ts-01-01 {
	font-weight:bold;
	background-color:#fab4dc;
	color:#9C4377;
	font-size:16px !important;
	line-height:1.4;
}
/*===========================================
font
===========================================*/
.style1 {
	color:#e9497d;
	background-color: #fdeef3;
	text-decoration: underline;
	font-weight:bold;
}
.style1-2 {
	color:#e9497d;
	background-color: #fdeef3;
	font-weight:bold;
}
.b {
	font-weight:bold;
}
/*===========================================
submit
===========================================*/
.btn-02 {
	width:300px;
	margin:10px auto;
}

/* add wisdomdesign { ************************************** */

.hidden {
	display:none;
}

ul.decimal {
	margin:10px;
}
ul.decimal li {
	display: list-item;
	list-style-position: outside;
	list-style-type: decimal;
	margin-left:1em;
	margin-bottom:0.5em;
}
.c-box ul.col2 {
	padding:0;
	margin:10px;
	zoom:0;
}
ul.col2 li {
	padding-bottom:0.5em;
	border-bottom:1px solid #ccc;
	margin-bottom:1em;
}
ul.col2 li p {
	padding:0;
	margin-bottom:0.5em;
}
a.btn_more {
	display:inline-block;
	padding:5px 5px;
	background-color:#ec7d9f;
	color:#fff;
	line-height:1;
	text-decoration:none;
	font-size:11px;
}
a.btn_more:hover {
	background-color:#ED9CB4;
}
.chekc ul.decimal li {
	line-height:1.8;
	padding:4px 0 15px;
	background:none;
}
.btn_apply_osaka {
}
.btn_apply_yokohama {

}

.btn_apply {
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	line-height:1.4;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #337fed;
	padding:15px 76px;
	padding:15px 10px;
	margin:0 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(31%, #3d94f6), color-stop(74%, #1e62d0) );
	background:-moz-linear-gradient( center top, #3d94f6 31%, #1e62d0 74% );
	background:-ms-linear-gradient( top, #3d94f6 31%, #1e62d0 74% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
	background-color:#3d94f6;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #1570cd;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	-moz-box-shadow:inset 1px 1px 0px 0px #97c4fe;
 	box-shadow:inset 1px 1px 0px 0px #97c4fe;
}
.btn_apply:link {
	color:#ffffff;
}
.btn_apply:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(31%, #1e62d0), color-stop(74%, #3d94f6) );
	background:-moz-linear-gradient( center top, #1e62d0 31%, #3d94f6 74% );
	background:-ms-linear-gradient( top, #1e62d0 31%, #3d94f6 74% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
	background-color:#1e62d0;
	color:#ffffff;
}
.btn_apply:active {
	position:relative;
	top:1px;
	color:#ffffff;
}
.btn_apply_fin {
	font-size:20px;
	font-family:Arial;
	font-weight:bold;
	line-height:1.4;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
	border:1px solid #909090;
	padding:15px 22px;
	padding:15px 10px;
	margin:0 10px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(31%, #999999), color-stop(74%, #777777) );
	background:-moz-linear-gradient( center top, #999999 31%, #777777 74% );
	background:-ms-linear-gradient( top, #999999 31%, #777777 74% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#777777');
	background-color:#909090;
	color:#ffffff !important;
	display:inline-block;
	text-shadow:1px 1px 0px #777777;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #cacaca;
 	-moz-box-shadow:inset 1px 1px 0px 0px #cacaca;
 	box-shadow:inset 1px 1px 0px 0px #cacaca;
	cursor:default;
}
.btn_apply .f18,
.btn_apply_fin .f18 {
	font-size:13.5px;
}

h3 {
	font-size:26px;
	font-weight:bold;
	color:#000;
	margin:1em 7px 1em 0;;
	padding:0 0 0 10px;
	line-height:1.2;
	border-left:5px solid #f8b5d1;
}
h4 {
	font-size:18px;
	font-weight:bold;
}
.notes {
	color:#999;
	font-size:15px;
}
.box_bg_pink {
	background-color:#fdeef3;
	color:#e9497d;
	margin:10px;
}
.pink {
	color:#e9497d;
}
.fig_me_no_tarumi {
	position:relative;
	margin:10px;
}

.box-founder {
	background:#faf7f8 url(../images/t2_side.gif) repeat-y;
	background-size:contain;
}
.box-founder h3 {
	color:#e9497d;
	font-size:24px;
	border:0;
	text-align:center;
	margin:30px 20px 10px;
	padding:0;
}
.blockquote-box {
	padding:10px;
	background-color: #fdfdfd;
	border: 1px solid #999;
	position: relative;
	font-size:16px;
}
.blockquote-box:before,
.blockquote-box:after {
	font-family: 'FontAwesome';position:absolute;width:1em;height:1em;display:block;padding: .2em;text-align:center;font-size: 1.3em;line-height:1;background: #fff;
}
.blockquote-box:before{content:'\f10d';left: -.2em;top: -.3em;}
.blockquote-box:after{content:'\f10e';right: -.2em;bottom: -.4em;}

/* wrapper lib.css {*/
.f16 {font-size:16px;}
/* pc default font-size:16px; */
/*.f18 {font-size:13.5px;}
.f20 {font-size:15px;}
.f22 {font-size:16.5px;}
.f24 {font-size:18px;}*/
/* sp default font-size:20px; */
.f18 {font-size:21px;}
.f20 {font-size:21px;}
.f22 {font-size:22px;}
.f24 {font-size:22px;}
.f26 {font-size:22px;}
.f28 {font-size:23px;}
.f30 {font-size:24px;}
/* x0.75*/
.f32 {font-size:24px;}
.f36 {font-size:27px;}
.f42 {font-size:31.5px;}
.f48 {font-size:36px;}
.f54 {font-size:40.5px;}
.f60 {font-size:45px;}
.f72 {font-size:54px;}
/* } wrapper lib.css*/

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
.pc { display: none !important; }
.sp { display: block !important; }
/* } add wisdomdesign ************************************** */
