@charset "utf-8";
/*//////////////////////////////////////////////////////////////////////////////////////
       Site Name  :  CLIP STUDIO
       File Name  :  app_detail.css
       Created     :  2012.09.26
       Up Date     :  2012.09.26
       Copyright © CELSYS,Inc. All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/

/*****************************************************************************************************　layout　*/

/*ベース*/
.mb{
	display:block;
}

.pc{
	display:none;
}

img{
	max-width:100% !important;
}


/*レイアウト*/
body {
	min-width:320px;
}

#container {
	width: 100%;
	margin-top:0;
	border:0;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
	border-radius:0px;
}

#container_bg {
	background-image:url(../img/design/bg_mainvisual_mb.jpg);
	background-size:100% auto;
}

.block{
	padding:0 40px 15px;
}

.block.main_img h1{
	height:25px;
}

.block.main_img h2{
	text-align:center;
	padding:86% 0 50px;
}

.block.main_img h2 img{
	max-width:370px !important;
	width:100%;
	margin:0 auto;
}

.step_set > div{
   	display: block;
}
.step_set > div.step1,
.step_set > div.step2,
.step_set > div.step3{
	width:100%;
}
.step_set > div.step_sp{
	display:none;
}
.step_set_mb{
	display:table;
	width:100%;
}
.step_set_mb > p,
.step_set_mb > div.btn{
   	display: table-cell;
	vertical-align:top;
}
.step_set_mb > p{
	padding:0;
}
.step_set .btn{
	width:205px;
    position: static;
	padding:0 0 0 10px;
}
.step_set .bt_type01{
	margin-bottom:3px !important;
}

.step_set.mail > div{
	text-align:center;
	margin-bottom:15px;
}
	
.step_set.mail > div.arrow{
	display:none;
}

.step_set.mail img{
	width:auto;
	max-width:100%;
}

#footer {
	text-align:center;
	font-size:65%;
	line-height:1.3em;
}


/*テーブル*/
.table_type01 table tbody tr th,
.table_type01 table tbody tr td{
	display:block;	
	width:auto;
	max-width:100%;
	font-size:90%;
	line-height:1.5em;
	padding:12px 15px;
}
.table_type01 table tbody tr th{
	border-bottom:0;
	padding:10px 15px;
}


@media screen and (max-width:550px) { 

	/*レイアウト*/
	body {
		font-size:85%;
	}

	.block{
		padding:0 20px 15px;
		background-image:url(../img/design/separator_cloud_blue.png);
		background-size:100% auto;
	}

	.block.main_img h2{
		padding-bottom:40px;
	}

	.step_set_mb > p,
	.step_set_mb > div.btn{
   		display: block;
	}

	.step_set p{
		margin-bottom:15px;
	}

	.step_set .btn{
		width:100%;
		padding:0;
	}
	
	.step_set > div.step3{
		margin-bottom:0px;
	}
	
	.logoin_note{
		display:block;
		padding-top:10px;
	}

	/*テキスト*/

	
	h2{
		padding-top:50px;
	}
	
	h3 {
		margin:40px 0 15px;
	}

	h3:first-child {
		margin-top:40px;
	}

	p.lead{
		font-size:115%;
		line-height:1.5em;
		font-weight:bold;
	}

	/*ボタン*/
	.bt_type01{
		height:50px;
		max-width:100%;
		font-size:17px;
		padding: 14px 5px 0;
	}

	.bt_type01 span.line_2_la{
		display:inline;
		font-size:16px;
	}

	.bt_type01 span.line_2_sm{
		display:inline;
		font-size:16px;
		line-height:normal;
		letter-spacing:0;
		margin:0;
	}
}