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

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

/*表示分け*/
.mb{
	display:none;
}
.pc{
	display:block;
}

/*レイアウト*/
#container {
	width: 980px;
	margin: 20px auto 0;
	background-color:#1da1f2;
	border:4px solid #e0e0e0;
	overflow:hidden;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
}

#container_bg {
	background-image:url(../img/design/bg_mainvisual.jpg);
	background-repeat:no-repeat;
	background-position:center top;	
	background-size:100% auto;
}

.block{
	padding:0 80px 50px;
	background-color:#1da1f2;
	background-image:url(../img/design/separator_cloud_blue.png);
	background-repeat:no-repeat;
	background-size:100% auto;
}

.block:nth-child(odd){
	background-color:#fff;
	background-image:url(../img/design/separator_cloud_white.png);
}

.block:nth-child(odd) h2{
	color:#1da1f2;
}

.block:nth-child(odd) p,
.block:nth-child(odd) h3{
	color:#000;
}

.block.main_img{
	background-color:transparent;
	background-image:none;
	padding-bottom:0;
}

.block.main_img h1{
	height:335px;
	padding:0;
	margin:0;
	text-indent:-9999px;
}

.block.main_img h2{
	padding:95px 0 50px;
}

.block.main_img h2 img{
	margin:0 auto;
}

.block.gaiyou{
	background-image:none;
}


#main_container {
	width:auto;
	margin:0 auto;
	height:auto;
}
#main_container .module {
	width:auto;
	border:none;
}
.container_head {
	border-radius: 5px 5px 0 0;
	background:#555;
	height:20px;
	width:100%;
}
.module_contents {
	position:relative;
	padding:0px 0px 20px;
}
#footer {
	max-width:980px;
	color:#1da1f2;
	font-size:85%;
	font-weight:bold;
	text-align:center;
	padding:10px 0px 0;
	margin:0 auto;
}








.step_set{
	display: table;
	width:100%;
}
.step_set > div{
   	box-sizing: border-box;
   	display: table-cell;
	position: relative;
}
.step_set > div.box_type01{
	padding:12px 15px;
}
.step_set > div.step1,
.step_set > div.step2{
	width:29%;
}
.step_set > div.step3{
	width:39%;
}
.step_set > div.step_sp{

}
.step_set.mail > div{
	vertical-align:middle;
}
.step_set h4{
	margin-bottom: 10px;
}
.step_set p{
	font-size: 110%;
    font-weight: bold;
    line-height: 1.4;
    padding-bottom: 85px;
	margin-bottom:0;
}
.step_set .step3 p{
    padding-bottom: 10px;
}
.step_set img{
	width:100%;
	height:auto;
}
.step_set .font-small{
	font-size: 80%;
}
.step_set .btn,
.step_set .mail_img{
	bottom: 0;
	left:0;
    position: absolute;
}
.step_set .btn{
	width: 100%;
	box-sizing:border-box;
	padding:0 15px;
}



/*****************************************************************************************************　parts　*/
.menulist_wrap {
	margin-top: -30px;
	margin-right: 15px;
	float:right;
	font-size:12px;
}
.menulist {
	margin-bottom:10px;
	display:block;
	height:20px;
}
.menulist li {
	float:left;
	margin-left:15px;
	list-style:none;
}
.menulist li a {
	text-decoration:none;
}
.box3col {
}
.box3col .column {
	float: left;
	width: 265px;
	margin-left: 40px;
	margin-bottom: 12px;
}
.box3col .first {
	margin-left: 0px !important;
}
.box2col {
}
.box2col .column {
	float: left;
	width: 419px;
	margin-left: 20px;
	margin-bottom: 12px;
}
.box2col .first {
	margin-left: 0px !important;
}
.column .column_inner .img_box {
	height:180px;
	width:auto;
	overflow:hidden;
	border:1px solid #eee;
	float:left;
	margin-bottom:15px;
}
.img_box {
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.column .column_inner img {
	width:190px;
}
.shadow {
	background:url(../img/common/bg_inner_box_shadow.png) repeat-x;
	background-position:bottom;
}
.inner_box .box2col .column {
	width: 388px;
}
.inner_box {
	padding: 20px 30px 30px;
	border: 1px solid #eee;
	border-width:1px 0 0 0;
	background:url(../img/common/bg_inner_box.png) repeat-x;
}
.inner_box h2 {
	margin-top:0;
}
.inner_box ol.list_number li {
	margin-bottom:10px;
	/*color:#84a5b5;*/
	font-weight:bold;
}
.inner_box ol.list_number li a {
	/*color:#84a5b5;*/
	font-weight:normal;
}
.bg_point {
	height: 25px;
	width: 120px;
	position: relative;
	background: white;
	/*float: left;*/
	margin-right: 10px;
	/*background: #CD6F70;*/
	color: white;
	background: #83BDF7;
}
.tab, .tab02 {
	margin-bottom:0px;
}
.tab li, .tab li a,
.tab02 li, .tab02 li a {/*クリックするタブ部分*/
	float: left;
}
.tab li a,
.tab02 li a {
	color:#555;
	font-weight:bold;
	font-size:115%;
	padding:5px 10px;
	margin-right:6px;
	text-align:center;
	width:390px;
	border-width:1px 1px 0 1px;
	border-color:#bbb;
	border-style:solid;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	text-decoration:none;
	background-color:#eee;
	background-image:url(../img/common/bg_gradation_type02_upper.png);
	background-position:left 22px;
	background-repeat:repeat-x;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.tab li a#tab1,
.tab02 li a#tab1{
	background:#56c5d0;
}
.tab li a#tab2,
.tab02 li a#tab2 {
	background:#56c5d0;
}
.tab_wrap {/*切り替わる部分を囲うボックス*/
	border-top:2px solid #6B6B6B;
	clear: both;
	overflow: hidden;
	width: auto;
	/*border:1px solid #eee;*/
    height:auto;
}
.area, .area02 {/*切り替わる部分はまず全部消しておく*/
	display: none;
}
.tab li.active,
.tab02 li.active {/*選択中のタブ。色を変える等*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.tab li.active a,
.tab02 li.active a {/*選択中のタブのリンクカラー*/
	color:#fff;
	background-color:#6B6B6B;
	border-color:#505050;
}

.bt_type01{
	display:block;
	height: 70px;
	max-width:340px;
	padding: 22px 5px 0;
	margin-bottom:20px;
	box-sizing:border-box;
	color:#fff !important;
	font-weight:bold;
	font-size:20px;
	text-decoration:none !important;
	text-align:center;
	border-radius:5px;
	transition:box-shadow 0.5s, border 0.5s, background-color 0.2s, color 0.2s, opacity 0.2s, display 0.2s;
}
.bt_type01 span{
	text-decoration:none !important;
	color:#fff !important;
}
.bt_type01 span.line_2_la{
	display:block;
}
.bt_type01 span.line_2_sm{
	display:block;
	font-size:15px;
	line-height:1.3em;
	letter-spacing:0.05em;
	margin:-9px 0 0 0;
}


a.bt_type01:hover{
	filter: alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	opacity:0.8 !important;
}
a.bt_type02,
div.bt_type02 a {
	display:block;
	height:20px;
	width:555px;
	background:url(../img/design/bt_download02.png) no-repeat;
	padding:7px 5px 3px;
	text-decoration:none !important;
	color:#fff !important;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	line-height:20px;
	margin-bottom:20px;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
a.bt_type02:hover,
div.bt_type02 a:hover {
	filter: alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	opacity:0.8 !important;
}

/*COLOR*/
.green01, .green01 a, a.green01 {
	background-color: #70B437;
	border-color: #70B437;
}
.blue, .blue a, .blue a {
	border:solid 1px #1da1f2;
	background:#1da1f2;
}
.yellow, .yellow a, .yellow a {
	border:solid 1px #ffad1f;
	background:#ffad1f;
}
.blue_txt {
	color:#1da1f2;
}
.white_txt {
	color:#ffffff;
}
.yellow_txt {
	color:#1da1f2;	
}

/*TXT*/
.font_bold {
	font-weight:bold;	
}
.font_small {
	font-size:85%;
	line-height:1.4em;
}
.font_h {
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
}
.font_border{
	text-shadow: white 1px 1px 0px, white -1px 1px 0px,
	white 1px -1px 0px, white -1px -1px 0px;
}
.errosbox {
	color:#900;
	font-size:85%;
}
.serial_wrap {
	padding:10px 15px;
	background:#f5f5f5;
	border:1px solid #ddd;
	margin-bottom:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.serial_wrap p {
	/*margin-bottom:0;*/
}
.serial_wrap h3 {
	font-size:12px;
	margin-top:0px;
	margin-bottom:0;
	background:none;
	padding-left:0;
	padding-right:0;
}
.serial_box {
	padding: 10px 15px;
	border: 1px solid #eee;
	border-bottom: 2px solid #ccc;
	position: relative;
	margin-bottom:15px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}


.logoin_note{
	font-size: 70%;
	color:#666;
	line-height:1.5em;
}



