@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////////////
       Site Name  :  CLIP STUDIO
       File Name  :  default.css
       Created     :  2017.01.12
       Up Date     :  2017.01.12
       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 {
	min-width:980px;
	height:100%;
	color:#000;
	font-size:100%;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:160%;
	background-color:#F7F7F7;
	border:0;
}
html {
	height:100%;
}
a img {
	border:none;
}
img.colorbox {
	border:2px #51bdd2 solid;
}
img.colorbox:hover {
	border:2px #238CA0 solid;
}
textarea {
	resize: none;
}
ul li {list-style:none;}

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




/*****************************************************************************************************　parts　*/

h2 {
	color:#fff;
	font-size:205%;
	font-weight:bold;
	line-height:1.4em;
	padding:70px 0 0px;
	text-align:center;
}
h3 {
	margin:50px 0 15px;
	color:#fff;
	font-size:150%;
	font-weight:bold;
}
h3:first-child {
	margin-top:30px;
}
h4 {
	color:#fff;
	font-size:120%;
	line-height:140%;
	vertical-align:middle;
	padding:6px 13px 4px;
	margin:35px 0 10px;
	background-color:#A0A0A0;
	-moz-border-radius:17px;
	-webkit-border-radius:17px;
	border-radius:17px;
}
h5 {
	color:#666;
	font-size:105%;
	font-weight:bold;
	font-family:"メイリオ","Meiryo","ＭＳ Ｐゴシック","MS P Gothic",sans-serif;
	margin-bottom:0px;
	margin-top:20px;
}

p {
	color:#fff;
	margin-bottom:15px;
}
p.lead{
	font-size:115%;
	line-height:1.5em;
	font-weight:bold;
}

.list_headerimage li {
	background:url(../img/common/list.png) no-repeat left 5px;
	font-weight:400;
	text-indent:14px;
	margin:0 0 3px;
}
.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 {
	margin-left:17px;
	margin-bottom:15px;
}
.list_headerimage_circle li {
	list-style-type:circle;
}
.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;
}
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:#1da1f2;
}
a:visited, a:visited span {
	text-decoration:underline;
	color:#1da1f2;
}
a:hover, a:hover span {
	text-decoration:underline;
	color:#7FC9F7;
}
a:active, a:active span {
	text-decoration:underline;
	color:#1da1f2;
}

.menulist a:link, .menulist a:link span {
	color:#ccc;
}
.menulist a:visited, .menulist a:visited span {
	color:#ccc;
}
.menulist a:hover, .menulist a:hover span {
	color:#999;
}
.menulist a:active, .menulist a:active span {
	color:#ccc;
}

/*****************************************************************************************************　table　*/
.table_type01 table{
	border:none;
}
.table_type01 table tbody tr th{
	width:150px;
	max-width:20%;
	padding:15px 20px;
	text-align:left;
	border-bottom:4px solid #1da1f2;
	background-color:#d5efff;
}
.table_type01 table tbody tr td{
	padding:15px 20px;
	border-bottom:4px solid #1da1f2;
	background-color:#fff;
}
.table_type01 table tbody tr td ul{
	margin-bottom:0px;
}
.table_type02 table{
	border-top:1px solid #ccc;
	border-left:none;
	border-right:none;
}
.table_type02 table tbody tr th{
	color:#555;
	padding-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	background:#eee url(../img/common/bg_gradation_white_type02_under.png) repeat-x;
	font-size:90%;
}
.table_type02 table tbody tr td{
	padding:8px 7px;
	border-bottom:1px solid #ccc;
}
.simple_line table {
	border:solid #ddd 1px;
	border-width:1px 0 0 1px;
	border-collapse:collapse;
	border-spacing:0;
}
.simple_line table th {
	border:solid #ddd 1px;
	text-align:left;
	font-weight:700;
	font-size:85%;
	border-width:0 1px 1px 0;
	background:#eee url(../img/common/bg_gradation_white_type02_under.png) repeat-x;
	padding:3px 5px;
}
.simple_line table td {
	border:solid #ddd 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;
}

/*****************************************************************************************************　separator　*/
.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;
}

/*****************************************************************************************************　box　*/
.caution_box {
	padding: 5px 15px;
	border: 1px dotted #DDD;
	width: auto;
	margin-bottom:20px;
	position:relative;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	background:#F2F6FA;
}
.caution_box {
	padding: 10px 12px;
	border: 1px solid #E50053;
	background-color: #fff;
	position: relative;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.box_type01 {
	/*参加方法青枠*/
	background-color:#fff;
	border:4px solid #1da1f2;
	padding:12px 20px;
	margin-bottom:15px;
	border-radius:15px;
}
.box_type01 h4 {
	font-size:150%;
	color:#1da1f2;
	margin-bottom:0px;
	margin-top:0px;
	padding-left:0;
	padding-right:0;
	background-color:transparent;
}
.box_type02{
	/*賞品紹介*/
	margin-bottom:15px;
	border-radius:15px;
	overflow:hidden;
}
.box_type03{
	/*CLIPPYプレゼント対象の方*/
	padding:12px 20px;
	margin-bottom:20px;
	border-radius:15px;
	background-color:#d5effe;
}
.box_type03 h4{
	background-color:transparent;
	margin:3px 0 3px 0;
	padding:0;
	color:#000;
	font-size:100%;
	font-weight:bold;
}
.box_type03 p:last-child{
	margin-bottom:0;
}


.notes {
	font-size:12px;
	font-size:85%;
	color:#900;
}
.caution_red {
	color: #E50053 !important;
}

/*****************************************************************************************************　margin padding　*/
.mar_btm0 {
	margin-bottom:0 !important;
}
.mar_btm2 {
	margin-bottom:2px !important;
}
.mar_btm4 {
	margin-bottom:4px !important;
}
.mar_btm5 {
	margin-bottom:5px !important;
}
.mar_btm6 {
	margin-bottom:6px !important;
}
.mar_btm8 {
	margin-bottom:8px !important;
}
.mar_btm10 {
	margin-bottom:10px !important;
}
.mar_btm12 {
	margin-bottom:12px !important;
}
.mar_btm14 {
	margin-bottom:14px !important;
}
.mar_btm15 {
	margin-bottom:15px !important;
}
.mar_btm18 {
	margin-bottom:18px;
}
.mar_btm20 {
	margin-bottom:20px !important;
}
.mar_btm24 {
	margin-bottom:24px !important;
}
.mar_btm25 {
	margin-bottom:25px !important;
}
.mar_btm30 {
	margin-bottom:30px !important;
}
.mar_btm40 {
	margin-bottom:40px !important;
}
.mar_btm50 {
	margin-bottom:50px !important;
}
.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_left30 {
	margin-left:30px;
}
.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-right:0!important;
}
.mar_right5 {
	margin-right:5px;
}
.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;
}


