@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////////////
       Site Name  :  CLIP STUDIO
       File Name  :  app_base.css
       Created     :  2012.09.26
       Up Date     :  2012.09.26
       Copyright © CELSYS,Inc. All Rights Reserved.
//////////////////////////////////////////////////////////////////////////////////////*/
 @media print {
.non-print {
	display:none;
}
}
* {
	background-color:transparent;
	font-style:normal;
	text-decoration:none;
	margin:0;
	padding:0;
}
body {
	border:0;
	height:100%;
	line-height:160%;
	background:#fff;
	font-size:85%;
	font-family: "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	color:#333;
	min-width:980px;
}
html {
	height:100%;
}
a img {
	border:none;
}
img.colorbox {
	border:2px #ffcd7b solid;
}
textarea {
	resize: none;
}
ul li {list-style:none;}

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

#footer {
	text-align:center;
	padding:10px 10px;
}


/*****************************************************************************************************　parts　*/
h1 {
	font-size:22px;
	font-weight:bold;
}
h2 {
	color:#fff;
	font-size: 150%;
	padding:10px 10px 8px;
	border-bottom: 1px solid #333;
	border-radius: 0;
	margin-top: 40px;
	margin-bottom:40px;
	background:none;
	background-color:#aaa;
	border-radius:3px;
	position:relative;
	background-image:url(../../../img/common/bg_gradation_type05_under.png);
	background-repeat:repeat-x;
	background-position:left -80px;
}

h3 {
	border:solid #e5e5e5 1px;
	background-color:#ddd;
	font-size:100%;
	font-weight:700;
	line-height:1em;
	margin:30px 0 30px;
	padding: 8px 8px;
	position:relative;
	background-image:url(../img/common/bg_inner_box.png);
	background-repeat:repeat-x;
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/
}

h4 {
	color:#0E59A3;
	font-size:100%;
	font-weight:700;
	line-height:normal;
	margin:10px 0;
}
h5 {
	font-size:90%;
	margin-bottom:5px;
}
p {
	margin-bottom:15px;
}

.list_headerimage li {
	background:url(../img/common/list.png) no-repeat left 5px;
	font-weight:400;
	text-indent:14px;
	margin:0 0 7px;
}
.list_headerimage li p {
	text-indent:0;
	line-height:1.4em;
	margin:0;
	padding:2px 0 0 18px;
}
.list_headerimage_white {
	list-style:none;
	border:1px dotted #ccc;
	border-width:1px 0 0;
	margin:0;
}
.list_headerimage_white li {
	background:url(../img/common/header_arrow_white.png) no-repeat left 3px;
	font-weight:400;
	text-indent:18px;
	border-bottom:1px dotted #ccc;
	margin:0;
}
.list_headerimage_below li {
	background:url(../img/common/header_arrow_below.gif) no-repeat left 4px;
	font-weight:400;
	text-indent:18px;
	margin:0 0 10px;
}
.list_headerimage_circle {
	line-height:1.4em;
	list-style:none;
	margin:0;
}
.list_headerimage_circle li {
	background:url(../img/common/list_dot.gif) no-repeat left 3px;
	font-weight:400;
	text-indent:-1px;
	padding-left:17px;
	margin:0 0 5px;
}
.list_headerimage_circle li.none_headerimage li { /*リストが入れ子になっている時、親のlist_headerimage_circleを子に反映させない*/
	background-image:none;
	text-indent:inherit;
	padding-left:0px;
}
.list_headerimage, .list_headerimage_below {
	line-height:1.5em;
	list-style:none;
	margin:0 0 20px;
}

ol.list_number, ol.list_number li {
	list-style-type:decimal !important;
}
ol.list_number li {
	margin-left:18px;
}
ol.list_number li .none_list_number, ol.list_number li .none_list_number li {
	list-style-type:none !important;
	margin-left:0 !important;
}
ol.list_number li {
	margin-bottom:10px;
}
ol.list_number .list_title {
	display:block;
	margin-bottom:5px;
}
ol.type01 li {
	font-weight:bold;
}
ol.type01 li p {
	font-weight:normal;
}

a:link, a:link span {
	text-decoration:underline;
	/*color:#79A3BF;*/
	color:#0E59A3;
}
a:visited, a:visited span {
	text-decoration:underline;
	/*color:#bbb;*/
	color:#0E59A3;
}
a:hover, a:hover span {
	text-decoration:underline;
	color:#174674;
	/*background:#EEE;*/
}
a:active, a:active span {
	text-decoration:underline;
	color:#C9544E;
}

.menulist a:link, .menulist a:link span {

	/*color:#79A3BF;*/
	color:#aaa;
}
.menulist a:visited, .menulist a:visited span {
	/*text-decoration:underline;*/
	/*color:#bbb;*/
	color:#aaa;
}
.menulist a:hover, .menulist a:hover span {
	color:#eee;
	/*background:#EEE;*/
}
.menulist a:active, .menulist a:active span {
	color:#eee;
}

.pagetop {
	text-align:right;
	font-size:90%;
	margin:0 auto;
	padding:0 0 20px;
	width:auto;
	height:10px;
}
.pagetop ul {
	line-height:1.5em;
	list-style:none;
}
.pagetop ul li {
	background:url(../img/common/pagetop.png) no-repeat right 2px;
	font-weight:400;
}
.pagetop ul li a:hover, .pagetop ul li a:hover span {
	background:none;
}

.pagetop a:link, .pagetop a:visited, .pagetop a:active {
	text-decoration:none;
}
.pagetop a:hover {text-decoration:underline;}
.simple_line table {
	/*color:#666;*/
	border:solid #aaa 1px;
	border-width:1px 0 0 1px;
	border-collapse:collapse;
	border-spacing:0;
}
.simple_line table th {
	border:solid #aaa 1px;
	text-align:center;
	font-weight:700;
	font-size:85%;
	border-width:0 1px 1px 0;
	padding:3px 5px;
}
.simple_line table td {
	border:solid #aaa 1px;
	font-size:85%;
	border-width:0 1px 1px 0;
	padding:5px 7px 3px 7px;
}

td.bg_color {
	background-color:#E8E8E8;
}
.simple_line_fs table td, .simple_line_fs table th {
	font-size:100% !important;
}
.step table th {
	color:#FFF;
	background:#ccc;
	font-size:100%;
}
.step table td {
	vertical-align:top;
}

.separator_dotted {
	border-bottom:dotted #CCC 1px;
	height:1px;
	width:auto;
	margin-bottom:10px;
}
.separator_solid {
	border-bottom:solid #CCC 1px;
	height:10px;
	width:auto;
	margin-bottom:10px;
}
.separator_solid_martop {
	border-bottom:solid #CCC 1px;
	height:5px;
	width:auto;
	margin-top:2px;
}
.caution_box {
	padding: 5px 15px;
	border: 1px dotted #DDD;
	width: auto;
/*	border-width: 1px 0 1px 0;*/
	margin-bottom:20px;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#F2F6FA;
}
.notes {
	font-size:12px;
	font-size:85%;
	color:#900;
}
.caution_red {
	color: #CD6F70 !important;
}

/*****************************************************************************************************　margin padding　*/
.mar_btm0 {
	margin-bottom:0;
}
.mar_btm2 {
	margin-bottom:2px;
}
.mar_btm4 {
	margin-bottom:4px;
}
.mar_btm5 {
	margin-bottom:5px;
}
.mar_btm6 {
	margin-bottom:6px;
}
.mar_btm8 {
	margin-bottom:8px;
}
.mar_btm10 {
	margin-bottom:10px;
}
.mar_btm12 {
	margin-bottom:12px;
}
.mar_btm14 {
	margin-bottom:14px;
}
.mar_btm15 {
	margin-bottom:15px;
}
.mar_btm18 {
	margin-bottom:18px;
}
.mar_btm20 {
	margin-bottom:20px;
}
.mar_btm24 {
	margin-bottom:24px;
}
.mar_btm30 {
	margin-bottom:30px;
}
.mar_btm40 {
	margin-bottom:40px;
}
.mar_btm50 {
	margin-bottom:50px;
}
.mar_left2 {
	margin-left:2px;
}
.mar_left4 {
	margin-left:4px;
}
.mar_left6 {
	margin-left:6px;
}
.mar_left10 {
	margin-left:10px;
}
.mar_left15 {
	margin-left:15px;
}
.mar_left18 {
	margin-left:18px;
}
.mar_left20 {
	margin-left:20px;
}
.mar_left24 {
	margin-left:24px;
}
.mar_left40 {
	margin-left:40px;
}
.mar_left1em {
	margin-left:1em;
}
.mar_top0 {
	margin-top:0 !important;
}
.mar_top2 {
	margin-top:2px;
}
.mar_top3 {
	margin-top:3px;
}
.mar_top4 {
	margin-top:4px;
}
.mar_top6 {
	margin-top:6px;
}
.mar_top7 {
	margin-top:7px;
}
.mar_top8 {
	margin-top:8px;
}
.mar_top10 {
	margin-top:10px;
}
.mar_top15 {
	margin-top:15px;
}
.mar_top20 {
	margin-top:20px;
}
.mar_top30 {
	margin-top:30px;
}
.mar_top40 {
	margin-top:40px;
}
.mar_right5 {
	margin-right:5px;
}
.mar_right8 {
	margin-right:8px;
}
.mar_right0 {
	margin-left: 0;
	margin-right:0;
}
.mar_right10 {
	margin-right:10px;
}
.mar_right15 {
	margin-right:15px;
}
.mar_right20 {
	margin-right:20px;
}
.mar_right30 {
	margin-right:30px;
}
.mar_right40 {
	margin-right:40px;
}
.mar0 {
	margin:0 !important;
}
.padding_sees {
	padding:20px 24px 5px;
}
.padding_0 {
	padding:0 !important;
}
.padding_all {
	padding:15px;
}
.padding_all_2 {
	padding:0 1px 1px;
}
.padding_all_5 {
	height:auto;
	padding:5px 5px 0;
}
.padding_all_side80 {
	padding:15px 77px;
}
.padding_all_side65 {
	padding:25px 65px 0;
}
.padding_onecolumn {
	padding:25px 130px;
}
.padding_all_side45 {
	padding:25px 45px 0;
}
.padd_top0 {
	padding-top:0;
}
.padd_top1 {
	padding-top:1px;
}
.padd_top2 {
	padding-top:2px;
}
.padd_top3 {
	padding-top:3px;
}
.padd_top4 {
	padding-top:4px;
}
.padd_top5 {
	padding-top:5px;
}
.padd_top10 {
	padding-top:10px;
}
.padd_top14 {
	padding-top:14px;
}
.padd_top20 {
	padding-top:20px;
}
.padd_btm0 {
	padding-bottom:0;
}
.padd_btm15 {
	padding-bottom:15px;
}
.padd_btm20 {
	padding-bottom:20px;
}
.padd_btm30 {
	padding-bottom:30px;
}
.padd_right10 {
	padding-right:10px;
}
.padd_right15 {
	padding-right:15px;
}
.padd_20 {
	padding:20px;
}
.left_float {
	float:left !important;
}
.left_align {
	text-align:left !important;
}
.right_float {
	float:right !important;
}
.right_align, .right_align th, .right_align td {
	text-align:right !important;
}
.center_margin {
	margin:0 auto !important;
}
.center_vertical {
	vertical-align:middle !important;
}


.cleaner {
	clear:both;
}
.clear_after {
	zoom:100%;
}
.clear_after:after, .box3col:after, .box2col:after, #container:after, #nav:after{
	content:"";
	clear:both;
	display:block;
	height:0;
	visibility:hidden;
}

/*****************************************************************************************************　common　*/

/*popup*/
.module, .module_popup {
	background-color:#fff;
	border:solid #999;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border-width:1px;
}

.module_title, .module_popup_title {
	background-image:url(../img/common/re_bg_h1.gif);
	background-repeat:repeat-x;
	background-color:#E5ECF0;
	height:16px;
	width:auto;
	border-bottom:#ccc solid 1px;
	position:relative;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	behavior:url(/clip_site/view/htc/PIE.htc);
	padding:9px 10px 5px 10px;
}

.footertext3_contents, .wrapper_popup_auto .module_title {
	width:auto;
}


