@charset "UTF-8";

/**　General Setting　**/

body {
    color: #545454;
	font-size: 15px;
	font-weight:normal;
    font-family:
    	Helvetica,Verdana, Arial,
    	'ヒラギノ角ゴ Pro W3',
    	'Hiragino Kaku Gothic Pro',
    	Osaka,
    	'ＭＳ Ｐゴシック',
    	sans-serif;
   	line-height: 160%;

}

/**     Font　　**/

h1{
	font-weight: normal;
	letter-spacing: 2px;
}

h2{
	font-weight: normal;
	letter-spacing: 2px;
}

/** 　　Link　　**/

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #fe56aa;
}

hr {

    border: 0 none; 
    height: 1px; 
    color: #f5f5f5;
    background-color: #f5f5f5;
    margin: 20px;
}


/**　  Layout　　**/

.inner{
    width: 450px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: ;
    margin: auto;
    padding: 10% 0 3% 0;
    text-align: left;
}
.contact{
    text-align: center;
    padding-bottom: 5%;
}


@media screen and (max-width: 959px) {
	/* 959px以下に適用されるCSS（タブレット用） */

html, body {
	margin-top: 50px;
	padding: 3% 0;

.inner{
    width: 85%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: ;
    margin: auto;
    text-align: left;
}
}

}
@media screen and (max-width: 480px) {
	/* 480px以下に適用されるCSS（スマホ用） */

html, body {
	margin-top: 10px;
	padding: 3% 0;
}

.inner{
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: ;
    margin: auto;
    text-align: left;
}

h1{
	font-weight: normal;
	letter-spacing: 2px;
    	line-height: 180%;
}

}
