@charset "utf-8";
/*
Theme Name: ★BizVektor子テーマサンプル★
Theme URI: http://bizvektor.com
Template: biz-vektor
Description: 
Author: ★あなた ｍ９っ・ｗ・）ｂ★
Tags: 
Version: 0.1.0
*/

#right_navi #top_navi ul {
	list-style-type: none;
}
#right_navi #top_navi ul li {
	display: inline-block;
	padding-left: 20px;
	text-align: right;
	background-image: url(images/point1.png);
	background-repeat: no-repeat;
	background-position: 5px;
}


/*===============================================
●smart.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){

#right_img img {width:94%; margin:0 auto 0 auto;}
#r_box {display:none;}
#left_b {display:none;}
/*#top_navi {display:none;}*/
#gMenu .assistive-text {
    display: block;
    overflow: hidden;
    position: relative;
    left: 0px;
    font-weight: lighter;
    text-align: left;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
    background-color: #CA5975;
    border-top: 1px;
    margin-top:35px;
    color:#fff;
}
#gMenu .assistive-text span {
    display: block;
    overflow: hidden;
    padding: 8px 0px;
    width: 100%;
    margin: 0px 3%;
}
#topPrLeft img {width:94%; margin:0 auto 0 auto;}
.box2 {width:90%;margin:0 auto 10px auto; text-align:center;}
.box3 {width:90%;margin:0 auto 10px auto; text-align:center;}
#main #container #sideTower	{ width:80%;clear:none; margin:0 auto 10px auto; text-align:center; }
.widjets {width:266px; margin:0 auto 10px auto; text-align:center;}
.widjets_l {float:left; width:125px;text-align:left;}
.widjets_r {float:right; width:125px;text-align:right;}
.dummy {clear:both;}
#footerSection {background-color:#EEEEEE;}
#footerOutline {text-align:center;}
#top_navi {text-align:right; float:right;}
ul .dpc a {display:none;}
#header #site-title { float:left; width:215px; }
#t_navi {display:none;}
.top_menu {width:120px;}
}

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 969px){
#left_b {display:none;}

.dummy {clear:both;}
#top_navi {margin-top:10px;text-align:right;}
/*#under_navi {display:none;}*/
#t_navi {width:650px; text-align:center;margin:30px auto 30px auto;}

}
/*===============================================
●tablet.css 画面の横幅が640〜768pxまで
===============================================*/
@media screen and (min-width: 640px) and (max-width: 969px)  {
#under_navi {display:none;}
}