@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"common"

Cascading Style Sheet Setting File

Ver.20170105

------------------------------------------------------------------------------------------------------------------------

01. Reset
02. Common

********************************************************************************************************** |READ ME| **/

/** |01. Reset | >> ********************************************************************************* >> START **/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td {
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
	border:0;
}

fieldset,img {
	border:0;
}

address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}

em{
	font-style:normal;
	font-weight:bold;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym {
	border:0;
}

a img {
	border: none;
	outline:none;
}

img {
	border:none;
	font-size:0;
	line-height:0;
	vertical-align:bottom;
}

iframe{margin:0px;padding:0px;border:none;}

html{
	width: 100%;
    height: 100%;
}

body{
	width: 100%;
    height: 100%;
	text-align:center;
	letter-spacing:0.05em;
	color:#111;
	font-family:sans-serif,Century Gothic,Helvetica,Arial;
}

a{
	color:#2f2f2f;
	text-decoration:none;
}

a:hover{
	text-decoration:none;
	opacity: 0.7;
	filter: alpha(opacity=70);
	transition: 0.3s ease-in-out;
}

::selection {
	color:#fff;
	background:#005bac;
}

::-moz-selection {
	color:#fff;
	background:#005bac;
}

/** |01. Reset | << ********************************************************************************* << END **/

/** |02. Common | >> ********************************************************************************* >> START **/

.frame{
	position:relative;
	margin:0 auto;
}

.frame:after{
	content: ".";
	display: block;
	height: 0;
	font-size:0;
	clear: both;
	visibility:hidden;
}

.frame.full{
	padding:0 20px;
	/*width:1140px;*/
	width: 100%;
}
.clear{
		content: "";
		display: block;
		clear: both;
	}

.pcBlock{display:block;}
.spBlock{display:none;}
.pcInline{display:inline;}
.spInline{display:none;}

@media  (max-width: 1024px) {
.frame.full {
	width: auto;
}
}
@media  (max-width: 640px) {

.frame{padding:0 15px;width:auto;}
.frame.full{padding:0;width:auto;}
.pcBlock{display:none;}
.spBlock{display:block;}
.pcInline{display:none;}
.spInline{display:inline;}
.winHei{height:auto;}

}

/** |02. Common | << ********************************************************************************* << END **/
