@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　*/
body {
	background:#E3EDED url(../img/common/bg_body02.png) repeat-y center;
	-moz-background-size:100% auto;
	background-size:100% auto;
	font-family:"ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	font-size:80%;
	line-height:1.5em;
}

h1{
	padding:15px 0;
}
h3 {
	color:#079EA5;
	font-size:130%;
	line-height:1.4em;
	background:none;
	border:none;
	padding:2px 0;
	margin-bottom:5px;
}
a:link, a:link span {
	text-decoration:underline;
	color:#58D6D1;
}
a:visited, a:visited span {
	text-decoration:underline;
	color:#079EA5;
}
a:hover, a:hover span {
	text-decoration:underline;
	color:#DB567F;
}
a:active, a:active span {
	text-decoration:underline;
	color:#DB567F;
}
/*****************************************************************************************************　parts　*/
.caution_box_red {
	padding: 10px 12px;
	border: 1px solid #CD6F70;
	background-color: #f8f8f8;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.caution_box {
	padding: 10px 12px;
	border: 1px solid #BBD8D1;
	background-color: #F5FFFD;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*COLOR*/
.cspdl{
	background-color:#31B4B9;
}
/*TXT*/
.font90{
	font-size:90% !important;
}