@charset "utf-8";


#responsive_outpupt {
	background-color: rgba(0,0,0,0.90);
	color: #fff;
	position: fixed;
	bottom: 15px;
	left: 25px;
	right: 25pt;
	padding: 25px;
	font-size: 85%;
	line-height: 1.35em;
	z-index: 1111;
}


/* トップページ関係のフレーム組 */

@media screen and (min-width: 961px) {
}

@media screen and (min-width: 811px) and (max-width: 960px) {

#column-set {
	float: none;
	width: 100%;
}

#column-alpha {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: -220px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
}

#alpha-contents {
	position: relative;
	margin-right: 220px;/* 隣のカラム 200px マージン 20px */
	margin-left: auto;
	min-width: 530px;
}

}

@media screen and (min-width: 1px) and (max-width: 810px) {

#column-set {
	float: none;
	width: 100%;
}

#column-alpha {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#alpha-contents {
}

#column-charlie {
	width: 100%;
	margin-top: 15px;
}


/* トップページのバナー軍が横幅狭いので横方向に並べてみる */

.top-page-bottom-banner-list,
.banners {
	margin-top: 15px;
	width: 50%;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
}

/* 幅が狭くなったら画像は画面いっぱいに広げる */

#alpha-contents img,
.top-page-bottom-banner-list img,
.banners img {
	width: 100%;
	height: auto;
}

}



/* サブページ関係のフレーム組 */

@media screen and (min-width: 1px) and (max-width: 960px) {

#header .apple-merchant {
/*	height: 56px;
	width: 224px;*/
	height: 40px;
	width: 160px;
}

#header .contact {
/*	height: 56px;
	width: 276px;*/
	height: 40px;
	width: 197px;
}

.post-image,
#column-alpha-sub {
	width: 100%;
}

.post-image img {
	width: 100%;
	height: auto;
	display: none;
}

h1.post-title {
	position: static;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180%;
	line-height: 1em;
	font-weight: normal;
	color: #222;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
	letter-spacing: 0.1em;
	background-color: #eee;
}

/* 960px未満はレスポンシブとするので投稿内部の画像を幅調整しなければならない */
/* 以下のclassを付けた要素だけレスポンシブ環境で常に幅をFullにする */
/* 幅の広い画像に有効 */

.post .img-always-full {
	width: 100%;
	height: auto;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* フォーム関係は幅いっぱいに広げる */

.post input[type="text"],
.post input[type="email"],
.post textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

}


/* 960px 以上はPCレイアウトとする */

@media screen and (min-width: 961px) {

/* header */

#header {
	margin-top: 0px;
}

.header-data {
	width: 960px;
	height: 90px;
	margin-right: auto;
	margin-left: auto;
}

#header .apple-merchant {
	display: block;
	float: right;
}

#header .contact {
	display: block;
	float: right;
	margin-left: 10px;
	margin-right: 5px;
}

/*  page frame */

#main-page-frame {
	width: 920px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.15);
	-webkit-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.15);
	box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#main-page-frame-sub {
	width: 920px;
	margin-top: 15px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.15);
	-webkit-box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.15);
	box-shadow: 0px 0px 5px rgba(000, 000, 000, 0.15);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
}

/* footer-contact-index */

.footer-contact-index {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}

/* mobile-guide */

#mobile-guide,
#mobile-menu-wrapper {
	display: none;
}

}

@media screen and (max-width: 960px) {

/* header */

#header {
	margin-top: 43px;
}

.header-data {
	width: 100%;
	/*height: 90px;*/
	min-height: 90px;
	overflow: hidden;
	text-align: center;
}

#header .description {
	padding-top: 12px;
}

#header .site-logo,
#header .ueda-contact {
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#header .apple-merchant,
#header .contact {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

/* flash */

#movie-area {
	width: 100%;
	/*height: 320px;
	margin-left: auto;
	margin-right: auto;*/
}

/* page frame */

#column-bravo {
	display: none;
}

/* mobile-guide border-top-color: #cc0000 5px */

#mobile-menu-wrapper {/* 初期は非表示 */
	background-color: rgba(0,0,0,0.90);
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 998;
	display: none;
}

.mobile-menu {
	list-style-type: none;
	margin-top: 100px;
	width: 100%;
	text-align: center;
}

.mobile-menu ul {
	padding-left: 0px;
}

.mobile-menu li {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	margin-bottom: 12px;
}

.mobile-menu li a {
	color: #fff;
}

#mobile-guide {
	display: block;
	width: 100%;
	height: 48px;
	background-color: #CC0000;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 999;
	text-align: right;
}

#mobile-menu-icon {
	cursor: pointer;
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(image/menu_icon.png);
	background-repeat: no-repeat;
	background-position: right 15px center;
	color: #fff;
	font-size: 83%;
	height: 48px;
	line-height: 48px;
	padding-left: 25px;
	padding-right: 48px;
}

}


@media screen and (min-width: 501px) and (max-width: 960px) {

/*  page frame */

.footer-contact-index {
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}

}

@media screen and (max-width: 500px) {

/*  page frame */

.footer-contact-index {
	margin-left: 15px;
	margin-right: 15px;
}

/*  page frame */

#footer .contact-apple,
#footer .contact-ueda {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#main-page-frame,
#main-page-frame-sub {
	padding-top: 15px;
	padding-bottom: 35px;
	padding-left: 10px;
	padding-right: 10px;
}

/* column-alpha-sub 幅が狭くなったら投稿内の画像を幅をいっぱいに揃える */

#column-alpha-sub img:not(.img-always-width-original) {
	width: 100%;
	height: auto;
	margin-left: 0px !important;
	margin-right: 0px !important;
}

/* 画像の幅をいっぱいにするときは画像に設定されたフロートを解除 */

.post .alignleft,
.post .alignright {
	float: none !important;
}

}

/* レスポンシブ時のテーブル用 */

.post_table_wrap {
	overflow-x: scroll;
	overflow-y: hidden;
}

