@charset "UTF-8";

@media only screen and (max-width : 1215px) {

}


/*--------------------------------------------------------
モバイル用レイアウト667px以下
--------------------------------------------------------*/

@media only screen and (max-width : 667px) {
/*--------------------------------------------------------
サイト全体
-------------------------------------------------------*/

html {
	overflow-y: scroll;
	overflow-x: hidden;
}
html, body {
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
textarea, input {
	max-width: 95%;
}
input[type="submit"], input[type="image"], input[type="reset"], input[type="button"], input[type="file"] {
	max-width: none;
}
img {
	height: auto;
	max-width: 100%;
}
a {
	color: #39f;
	-webkit-tap-highlight-color: #fc6;
}

/*--------------------------------------------------------
エリア
--------------------------------------------------------*/

#container {
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

#header {
}

/*--------------------------------------------------------
h1,h2等々
--------------------------------------------------------*/

/*--------------------------------------------------------
コンテンツ
--------------------------------------------------------*/

/*--------------------------------------------------------
お問い合わせ
--------------------------------------------------------*/

textarea {
	margin: 0 0px 0 0px;
	width: 100%;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border: 1px solid #ccc;
}
input[type="text"], input[type="email"] {
	width: 100%;
	height: 20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border: 1px solid #ccc;
}
input[type="tel"] {
	width: 100%;
	height: 20px;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
	border: 1px solid #ccc;
}
/*--------------------------------------------------------
サイドバー
--------------------------------------------------------*/

#sidebar {

}
#sidebar li {

}
/*--------------------------------------------------------
フッター
--------------------------------------------------------*/

/*--------------------------------------------------------
コラム分け
--------------------------------------------------------*/
.one-half {
	float: none;
	width: 96%;
	margin: 5% 2%;
}
.one-third {
	float: none;
	width: 96%;
	margin: 5% 2%;
}
.one-fourth {
	float: left;
	width: 46%;
	margin: 0 2%;
}
/*--------------------------------------------------------
その他
--------------------------------------------------------*/
.mb_clearfix {
	clear: both;
}
.txtinline {
	display: inline;
}
.page-top {
	position: fixed;
	right: 5px;
	bottom: 10px;
	z-index: 1200;
	width: 32px;
}
.page-top a img {
	filter: alpha(opacity=50); /* ie8以下用の透明度を設定 */
	-moz-opacity: 0.5; /* Firefox用の透明度を設定 */
	opacity: 0.5; /* 透明度を設定 */
}
.page-top a:hover img, .page-top a:active img {
	filter: alpha(opacity=100); /* ie8以下用の透明度を設定 */
	-moz-opacity: 1.0; /* Firefox用の透明度を設定 */
	opacity: 1.0; /* 透明度を設定 */
}
.pc_only {
	display: none;
}
.mb_only {
	display: block;
}
.mb_clearfix:after {
	content : '';
	display : block;
	clear : both;
	height: 0;
}
}
