@charset "UTF-8";

/*
Theme Name:CS.llc
Them URI:http://
Description:	
Author:CS.llc	
Author:http://	
Version:1.0	
*/


/* RESET */
html, body, div, span, iframe,
h1, h2, h3, h4, h5, h6, p,
a, address, cite,
dfn, em, img, q, samp, img,
small, strong, b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, details, embed,
figure, figcaption, footer, header,
nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style:normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

html{
	margin: 0;
	padding: 0;
    overflow-y: scroll;
	color: #595757;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}
input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}

a img{
	border: none;
}

h1 a, h2 a{
	color: #595757;
}

/* COMMON */


img {
	max-width: 100%;
	height: auto;
	vertical-align:baseline;
	display: inline;
}

a img:hover {
	opacity: 0.8;
}
a {
	color: #00a0aa;
	text-decoration:none;
}
a:hover {
	color: #ffe500;
}


/* all */
.c_b{
	clear:both;
}


.tl_c {
	text-align: center;
}
.f_80p {
	font-size: 80%;
}
.lh_15 {
	line-height: 1.5;
}
.m_tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.m_rl10 {
	margin-right: 10px;
	margin-left: 10px;
}
.m_b10 {
	margin-bottom: 10px;
}
.m_b20 {
	margin-bottom: 20px;
}
.m_l30 {
	margin-left: 30px;
}

.over_h {
	overflow: hidden;
}

