<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
 @media print {
.non-print {
	display:none;
}
}

/* CSS Document */


/*////////////////////////////////////////////////////////////////////////////////// basic */

* {
	margin:0;
	padding:0;
	background-color:transparent;
	font-style:normal;
    text-decoration:none;
	border:none;	
}

html {
	height:100%;
	}
	
body{
	background:#f1f2f4 url(../img/bg_default.jpg) 0px -80px repeat-x;
	font-size:12px;
    font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color:#333333;
	line-height:1.5em;
	text-align:left;
	height:100%;	
	}

img {
	border:none;
	margin:5px 0;
	}

/*////////////////////////////////////////////////////////////////////////////////// */

.wrapper {
    background:#ffffff;
    min-height: 100%;
	height: auto !important;
	width:700px;
	margin: 0 auto -45px auto;
	}

.header {
    height:30px;
    width:auto;
	margin:0 auto;
	background:#cfd0d4 url(../img/bg_header.gif) bottom left;
    text-align:left;
	padding: 3px 0 12px 0;
	position:relative;
	}

.headertext {
	margin-left:10px;
    font-size:10px;
	color:#ffffff;
	}
	
.twitter_btn {
	position:absolute;
	right:9px;
	top:2px;
}
.twitter-share-button, .twitter-tweet-button, .twitter-share-button, .twitter-count-none{ width:70px !important; }
.footer {
	margin:0 auto;
	padding-top:15px;
    width:700px;
	height:30px;
	background:#cfd0d4 url(../img/bg_footer.gif) top left;
	text-align:center;
	}

.footertext {
	margin-top:6px;
    font-size:10px;	
    color:#ffffff;
	}

.contents_width {
	margin:0 auto;
    width:600px;
	}
.contents_width img {
	max-width: 100%;
}
.push {/* footer area setting */
	height: 30px;
	}


/*////////////////////////////////////////////////////////////////////////////////// font style*/

p {
	margin-bottom:10px;
	}


a:link{text-decoration:underline;color: #3366cc;}
a:active{text-decoration:none;color: #FF0033;}
a:visited{text-decoration:none;color: #666666;}
a:hover{text-decoration:none;color: #FF6666;}

h1 {
	font-size:15px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;	
	text-align:center;
    border-bottom:1px solid #ccc;
    margin-bottom:20px;
	padding-top:20px;
	line-height:1.8em;	
	}
 
h2 {
	font-size:17px;
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	height:auto;
	color:#fff;
	line-height:1.3em;
	margin-bottom: 10px;
	padding:11px 10px 9px;
	background-image:none;
	background-color:#578598;
	border-radius:5px;
	-webkit-border-radius: 5px; 
	-moz-border-radius :5px;
	border:none;
}

h3 {
	font-size:13px;
	font-weight:bold;	
	font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
	color:#666666;
	border-top:solid #CCCCCC 3px;
	border-bottom:solid #CCCCCC 1px;
    margin-top:25px;
	margin-bottom:10px;
	padding-top:5px;
	padding-bottom:3px;
	width:auto;
	line-height: 1.3em;
}


h4 {
	font-size:13px;	
	font-weight:bold;
	color:#666666;
	background-color:#E0F2F5;
	border-bottom:dotted #CCCCCC 1px;
    margin-top:25px;
	margin-bottom:10px;
	width:auto;
	line-height: 1.3em;
	text-indent:0.2em
}


h5 {
	font-size:12px;		
	font-weight:bold;
	color:#4FA5B0;	
    margin-top:15px;
	margin-bottom:5px;
}



.red_text{
	color:#f00;
	}


.attention_box {
	border:1px solid #ccc;
	width:auto;
	height:auto;
	margin: 20px 0 0 0;
	padding: 10px 15px 10px 15px;
	background-color: #F7F7F7;
	}

.attention {
	color:#FF0000;
	font-weight:bold;
	}


.wakubox01 {
	width:auto;
	padding:10px;
	border:1px solid #ccc
	}

.date {
	float:left;
	margin-right:10px;
    }
	
.date {
	float:left;
	margin-right:10px;
	margin-left:10px;
    }
	
.news {
	margin-bottom:10px;
	padding-right:10px;
    }

.border {
	border-bottom:1px solid #ccc;
	margin-bottom:30px;
}





.goto_top {
text-align:right;
}
.goto_top span {
font-size:80%;
}


/*////////////////////////////////////////////////////////////////////////////////// table */
.table_simple_line table {
	margin:5px 0;
	}
	
.table_simple_line table {
	font-size:85%;
	color:#666666;
	}
	
th {
	border:solid #CCCCCC 1px;
	border-width:0 1px 1px 0;
	padding:3px 5px;
	background:#eeeeee;
	text-align: center;
	}

.table_simple_line table {
	border:solid #CCCCCC 1px;
	border-width:1px 0 0 1px;
	}
	
.table_simple_line table td {
	border:solid #CCCCCC 1px;
	border-width:0 1px 1px 0;
	padding:3px 5px;
	}
	
.table_simple_line table td.graybox01 {
	background:#E0E0E0;
	}
	
table.simple_line {
	border:solid #999999 0px;
	border-width:1px 0 0 1px
	}

table.simple_line td {
	border:solid #999999 0px;
	border-width:0 1px 1px 0;
	text-align:left;
	padding:5px 10px 5px 10px;
	}
	
table.simple_line tr.table_header td {
	text-align: center;
	background-color:#E8E8E8;
	padding:0px 10px 0px 10px;
	}
	
td.bg_color {
	background-color:#E8E8E8;
	}






/*////////////////////////////////////////////////////////////////////////////////// list */

ol {
	padding:0px;
	margin-left:2.4em;
    margin-top:2px;
	margin-bottom:10px;
}

ul {
	padding:0px;
	margin-left:0.5em;
    margin-top:2px;
	margin-bottom:10px;	
}


.list_headerimage {	
    list-style: none;
	}
.list_headerimage li {
	list-style:none;	
    background: url(../img/listheader.gif) no-repeat 0em -1px;	
	margin-bottom:1px;
	padding-left:2em;
	}

.list_headerdot {
    list-style: none;	
	}	
.list_headerdot li {
	list-style:none;		
    background: url(../img/header_dot.gif) no-repeat;	
	margin-bottom:1px;
	padding-left:2em;
	}

.list_undermark {	/*アンカー下矢印リンクマーク*/	
	list-style:none;
	}
.list_undermark li {
	list-style:none;	
    background: url(../img/down_arr.gif) no-repeat 0.4em 0;	
	margin-bottom:1px;
	padding-left:2em;
	}



/*////////////////////////////////////////////////////////////////////////////////// padd+mar*/
.mar0 {
	margin:0;
}
.mar_btm0 {
	margin-bottom:0;
}
.mar_btm2 {
	margin-bottom:2px;
}
.mar_btm3 {
	margin-bottom:3px;
}
.mar_btm4 {
	margin-bottom:4px;
}
.mar_btm5 {
	margin-bottom:5px;
}
.mar_btm10 {
	margin-bottom:10px;
}
.mar_btm20 {
	margin-bottom:20px;
}
.mar_btm30 {
	margin-bottom:30px;
}
.mar_btm40 {
	margin-bottom:40px;
}
.mar_btm50 {
	margin-bottom:50px;
}
.mar_top0 {
	margin-top:0px;
}
.mar_top5 {
	margin-top:5px;
}
.mar_top10 {
	margin-top:10px;
}
.mar_top20 {
	margin-top:20px;
}
.mar_top30 {
	margin-top:30px;
}
.mar_top40 {
	margin-top:40px;
}
.mar_top50 {
	margin-top:50px;
}


.pad_0 {
	padding:0px;
}
.pad_top2 {
	padding-top:2px;
}
.pad_top3 {
	padding-top:3px;
}
.pad_top4 {
	padding-top:4px;
}
.pad_top5 {
	padding-top:5px;
}
.pad_top10 {
	padding-top:10px;
}
.pad_top20 {
	padding-top:20px;
}
.pad_top30 {
	padding-top:30px;
}
.padrl_10 {
padding-left:10px;
padding-right:10px;
}




/*////////////////////////////////////////////////////////////////////////////////// float */


div.right{ 
	float:right;
	width:645px;
	margin-top:34px;	
	}

div.left{ 
	margin-left:20px;
	float:left;
	width:585px;
	}

.float-clear {
	clear: both;
	}

.clear {
	clear:both;
	}
/*////////////////////////////////////////////////////////////////////////////////// CLIP STUDIO PAINTご案内 */
a:link{color:#277494;}
a:visited{text-decoration:none;color: #666666;}
a:hover{text-decoration:none;color: #FF6666;}
a:active{text-decoration:none;color: #FF3838;}
.cspp_01 {
	display: block;
	position: relative;
	height: 240px;
}
.cspp_01 img {
	padding: 0;
	margin: 0;
}
/*体験版、購入ボタン*/
		a:hover.bt_01b, a:hover.bt_01t{
		filter: alpha(opacity=20);
		-moz-opacity:0.2;
		opacity:0.2;
		}
		a.bt_01b, a.bt_01t{
		display:block;
		position:absolute;
		text-indent:-9999px;
		filter: alpha(opacity=0);
		-moz-opacity:0;
		opacity:0;
		}
		a.bt_01b {
		width:178px;
		height:44px;
		bottom:5px;
		left:0px;
		background-color:#4B90CD;
		border-radius: 8px;
		}
		a.bt_01t {
		width:178px;
		height:44px;
		bottom:5px;
		left:184px;
		background-color:#AFFF00;
		border-radius: 8px;
		}
.bt_treatment{
	text-align:center;
	margin:0 0 10px 0;
}
		.bt_treatment a{
		color:#fff;
		font-size:18px;
		font-weight:bold;
		font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Osaka","ＭＳ Ｐゴシック","MS P Gothic",Verdana,Arial,Helvetica,sans-serif;
		padding:9px 90px 6px;
		line-height:2.5em;
		text-decoration:none;
		background-color:#F7890B;
		background-image:url(../img/bg_bt_treatment.png);
		background-repeat:repeat-x;
		border-radius:20px;
		-webkit-border-radius: 20px; 
		-moz-border-radius :20px;
		border-bottom:1px solid #A57034;
		}
		.bt_treatment a:active{
		background-image:none;
		}
.center_align {
	text-align: center;
}</pre></body></html>