@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_body.png) repeat-y center;
	
}
#header_area {
	height:auto;
	width: 980px;
	margin: 0 auto 0px;
	padding:20px 0 10px;
}
#container {
	width: 980px;
	margin: 0 auto;
	background:#fff;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}
#sidearea {
	width:250px;
	float:left;
	padding:10px;
	border:1px solid #ddd;
	background:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	position:relative;
}
.main_img {
	margin-bottom:20px;
}

.main_img img {
	-moz-border-radius:10px 10px 0 0;
	-webkit-border-radius:10px 10px 0 0;
	border-radius:10px 10px 0 0;
}
#main_container {
	width:auto;
	margin:0 auto;
	height:auto;/*float:right;*/
}
#main_container .module {
	width:auto;
	border:none;
}
.container_head {
	border-radius: 5px 5px 0 0;
	background:#555;
	height:20px;
	width:100%;
}
.module_contents {
	padding:0px 60px 40px;
	margin-bottom:20px;
	-moz-border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	border-radius:0 0 5px 5px;
	position:relative;
	min-height: 768px;
}
.detail .module_contents {
	padding:60px 120px 40px;
}
#footer {
	color:#636363;
}
h1 {
	color: #555;
	padding: 8px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;/*border: 1px solid #DDD;*/
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif
}
.main_img h1 {
	padding:0;
}
.detail h1 {
	height:25px;
	margin-bottom:30px;
	padding:0;
	font-size:30px;
}
.ex h1, h1.csex {
	color:#B7A483 !important;
}
.csp h1, h1.cspex {
	color: #4B90CD;
}
h2.cspex, .csp h2 {
	background-color: #4B90CD;
}
h2.csex {
	background-color:#B7A483;
}
h2.csppro {
	background-color: #5CA3B3;
}
h3 {
	font-size:12px;
	padding:5px 0;
	margin-top:0;
	background-color:rgb(124, 202, 211);
	background-image: url(../img/common/bg_gradation_white_type05_under.png);
	background-repeat: repeat-x;
	padding: 7px 10px 3px 10px;
	border:none;
	border-bottom:1px solid #5CA3B3;
	line-height:1.6;
	color:#555;

}
h5.border {
	color:#666;
	font-size:100%;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ccc;
	padding:3px 5px;
	font-weight:bold;
	margin-bottom: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 {
	margin-bottom:0px;
}
.tab li, .tab li a {/*クリックするタブ部分*/
	float: left;
}
.tab li a {
	color:#555;
	padding:5px 10px;
	margin-right:5px;
	text-align:center;
	width:100px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	text-decoration:none;
	background:#eee;
}
.tab li a#tab1 {
	background:#56c5d0;
}
.tab li a#tab2 {
	background:#56c5d0;
}
.tab li a#tab3 {
	background:#56c5d0;
}
.tab_wrap {/*切り替わる部分を囲うボックス*/
	clear: both;
	overflow: hidden;
	width: auto;
	/*border:1px solid #eee;*/
    height:auto;
}
.area {/*切り替わる部分はまず全部消しておく*/
	display: none;
}
.tab li.active {/*選択中のタブ。色を変える等*/
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.tab li.active a {/*選択中のタブのリンクカラー*/
	color:#fff;
	background:#999;
}
.tejun {
	/*padding-left:15px;*/
}
.tejun p, .tejun ul li {
	color:#5a5a5a;
	/*font-weight:bold;*/
}
.tejun p span {
	color:#5a5a5a;
	/*font-weight:bold;*/
}
.tejun .left_contents{
	float:left;
	width:457px;
	margin-right:15px;	
}
.tejun img {
	float:left;
	max-width:356px;
}
.tejun2 p, .tejun ul li {
	color:#5a5a5a;
	/*font-weight:bold;*/
}
.tejun2 p span {
	color:#5a5a5a;
	/*font-weight:bold;*/
}
.tejun2 .left_contents{
	float:left;
	width:509px;
	margin-right:15px;	
}
.tejun2 img {
	float:left;
	max-width:304px;
}
.notes {
	line-height:1.6;
}
.notes a:link {
	color:#900;
}
.notes a:visited {
	color: #900;
}
.notes a:hover {
	color:#900;/*background:#EEE;*/
}
.notes a:active {
	color:#900;
}
.inputtext {
	padding:5px 5px;
	width:260px;
	background-color:#fff;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.dl_area {
	background-color:#F5F5F5;
	padding:15px 0 23px 65px;
	margin-bottom:20px;
	border-radius:15px;
}
.dl_area .appname {
	color:#797979;
	font-weight:bold;
	font-size:120%;
	width:350px;
	text-align:center;
}
.button {
	width: auto;
	height: auto;
	padding: 5px 15px;
	line-height: 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background-image: url(../img/common/bt_gradation_white.png);
	background-repeat: repeat-x;
	background-position: 0 -5px;
	background-color: #EAAF0A;
	/*display: block;*/
	overflow: hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #D89F21;
	cursor:pointer;
}
input.button:hover {
	filter: alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	opacity:0.8 !important;
}
.bt_type01{
	display:block;
	height:60px;
	width:340px;
	background:url(/clip_site/view/promotion/wacom/img/design/bt_download01.png) no-repeat;
	padding:5px;
	text-decoration:none !important;
	color:#fff !important;
	font-weight:bold;
	font-size:17px;
	text-align:center;
	margin-bottom:10px;
}
a.bt_type01:hover{
	filter: alpha(opacity=80) !important;
	-moz-opacity:0.8 !important;
	opacity:0.8 !important;
}
.bt_type01 span{
	color:#fff !important;
	font-weight:normal;
	font-size:12px;
	text-decoration:none !important;
}
a.bt_type02,
div.bt_type02 a {
	display:block;
	height:20px;
	width:555px;
	background:url(/clip_site/view/promotion/wacom/img/design/bt_download02.png) no-repeat;
	padding:6px 0 4px 0;
	text-decoration:none !important;
	color:#fff !important;
	font-weight:bold;
	font-size:15px;
	/*font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;*/
	text-align:center;
	line-height:20px;
	margin-bottom:15px;
}
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;
}
.blue01, .blue01 a, .blue01 a {
	border:solid 1px #53839B;
	background:#53839B;
}
.blue02, .blue02 a, .blue02 a {
	border:solid 1px #5CA3B3;
	background:#5CA3B3;
}
.blue_txt {
	color:#4B90CD;
}
.brown_txt {
	color:rgb(148, 129, 97);
}
/*TXT*/
.txt_type01 {
	font-size:85%;
	font-weight:bold;
}
.txt_blue02{
	color:#5CA3B3;	
}
.bold{
	font-weight:bold;	
}
.errosbox {
	color:#900;
	font-size:85%;
}
.serial_wrap {
	padding:10px 15px;
	background:#f5f5f5;
	border:1px solid #ddd;
	margin-bottom:30px;
	-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;
}
