@charset "shift_jis";
/*3カラム*/
/* ================ */
#icatch {
	width: 485px;
	height: 272px;
	position:static;
	vertical-align:top;
}
#slide-container {
	position: relative;
	width: inherit;
	height: inherit;
	background-color: #fff;
	overflow: hidden;
}
.item {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.item a {
	display: block;
}
.item .background img {
	max-width: 485px; /* to avoid max-width: 100% of Twitter Bootstrap */
}
.foreground {
	position: absolute;
}
.foreground .element {
	position: relative;
	left: 10px;
	width: 475px;
	color: #fff;
}
.background {
	position: absolute;
	overflow: hidden;
}
.background .overlay {
	position: absolute;
	height:30px;
	bottom:0px;
	width:100%;
	text-align:right;
	background-color: rgba(0,0,0,0.5); 
	padding-right:20%;
}

.foreground .element.title {
	top: 248px;
	font-size: 16px;
	text-align:left;
}
.ui-loader {
	display: none;
}

/* controller */
#slide-container .controller .pager-demo{ position:absolute; top:125px; z-index:9999; }
#slide-container .controller .prev{ left:3px;}
#slide-container .controller .next{ right:3px;}

/* ================ */

#icatch_oss {
	margin: 20px auto;
	width: 940px;
	height: 520px;
	position: static;
}
.oss_top {
	width: 100%;
	overflow: hidden;
	height: 500px;
	border: 1px #C0C0C0 solid;
}
/* ========ふきだし======== */
/*.hukidasi {
	height: 250px;
	width: 235px;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
	padding: 10px;
	margin-bottom:10px;
}
.class1Mes {
	height: 250px;
	width: 235px;
	clip: rect(0px 220px 250px 0px);
}
#MaMes {
	height: 250px;
	width: 235px;
	line-height: 22px;
	font-size: 14px;
}*/

#sub .grid .subimg {
	float: none;
	width: 235px;
	margin: 5px auto;
	display: block;
}
.telbox {
	border: 1px dotted gray;
	width: 100%;
	margin-top: 10px;
	padding-top: 10px;
}
.telbox img {
	margin-left: 7px;
	margin-right: 4px;
	vertical-align: middle;
	width: 30px;
}
.telbox p {
	margin: 0px 7px;
	font-size: 14px;
}
/* ========タブ======== */
.tabs li {
	font: 12px verdana,"メイリオ","ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}
.tabs li a {
	padding: 8px 14px;
}
@media only screen and (max-width:480px){
.tabs li a {
	padding: 10px 0px;
	font-size: 12px;
	width: 33.3%;
	overflow: hidden;
	white-space: nowrap;
}
}
/* ========おすすめIF======== */
.top_oss_if {
	border: 0px;
	overflow: hidden;
	margin-bottom: 10px;
	vertical-align: top;
	width: 100%;
}
/* ========左======== */
#sub_topleft {
	float: left;
	width: 190px;
	display:inline-block;
	margin-bottom:20px;
}
#sub_topleft .grid_topleft h3 {
	padding: 2px;
	padding-left: 7px;
	font-size: 14px;
	margin-bottom: 8px;
}
.grid_topleft p {
	padding: 5px 0px;
	font-size: 12px;
}
.grid_topleft ul {
	margin: 5px 0px;
}
.grid_topleft li {
	padding: 5px 0;
	list-style: none;
	font-size: 14px;
}
.grid_topleft li a {
	display: block;
	padding: 3px 5px 3px 15px;
}
.grid_topleft li a:hover {
	display: block;
}
/* ========中央======== */
.main_column {
	width: 485px;
	display:inline-block;
	margin-left:10px;
}
.seo_txt {
	background-color: #eee;
	padding: 15px;
}
#sub_topleft .grid_topleft {
}
/******************************************************/
/* モニター幅960px以下 */
@media only screen and (max-width:960px){
.main_column {
	width: 640px;
	width: calc(100vw - 260px);
}
}
/******************************************************/
/* iPad 縦 */
@media only screen and (max-width:768px){
.main_column {
	width: 440px;
	width: calc(100vw - 260px);
}
}
/******************************************************/
/* モニター幅640px以下 */
@media only screen and (max-width:640px){
#sub_topleft {
	width: 100%;
}
.main_column {
	width: 100%;
	margin-left: 0px;
	float: left;
}
}
@media only screen and (max-width:480px){
#sub_topleft .grid {
	width: 100%;
}
}
/******************************************************/
/* モニター幅960px以下 */
@media only screen and (max-width:960px){
#icatch, #btn {
	width: 100%;
	height: 42.5vw;
}
.hukidasi {
	margin-left: 550px;
	margin-left: calc(100vw - 300px);
	margin-top: 4vw;
}
#icatch_oss {
	width: 94%;
	height: 50vw;
}
.oss_top {
	width: 100%;
	height: 45%;
	height: calc(50vw - 20px);
}
}
/******************************************************/
/* iPad 縦 */
@media only screen and (max-width:768px){
#icatch, #btn {
	display: none;
}
.hukidasi {
	display: none;
}
#icatch_oss {
	display: none;
}
.oss_top {
	display: none;
}
}
