@charset "UTF-8";
/*
Theme Name:Creator Clip
Theme URI:http://creatorclip.info/
Description:Creator Clipの新テーマ
Author:鹿さん
Author URI:http://creatorclip.info/
Version:1.0
*/

/* html5doctor.com Reset Stylesheet v1.6.1 Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background-color:transparent; }

body { line-height:1; }

/* HTML5 */
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }

/* リスト */
ul, ol { list-style:none; }

/* 引用文 */
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

i { font-style:normal; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] {border-bottom:1px dotted; cursor:help;}

/* テーブル */
table {
	width:100%;
	border-spacing:0;
	border-collapse:collapse;
}
table th, table td {
	padding:1em;
	border:1px solid #ccc;
}
table th a, table td a {
	color:#333 !important;
}
table th {
	font-weight:normal;
	text-align:left;
	background:#f5f5f5;
	vertical-align:top;
	text-shadow:1px 1px 0 rgba(255,255,255,0.5)
}

/* 罫線 */
hr { display:block; height:1px; border:0; border-top:1px solid #cccccc; margin:1em 0; padding:0; }

/* フォーム */
input, select { vertical-align:middle; }

/* 画像 */
img, ins { max-width:100%; height:auto; vertical-align:bottom; -ms-interpolation-mode: bicubic; }

/* clearfix */
.clearfix {zoom:1;}
.clearfix:after { content: ""; display: block; clear: both; }

/* アニメーション */
a, :hover, :focus, input, :before, :after {
	-webkit-transition:0.2s ease-in-out;
	-moz-transition:0.2s ease-in-out;
	transition:0.2s ease-in-out;
}