@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/





/*メニューのロールオーバーイメージサイズ指定用*/

.navibt {
	margin: 0px;
	padding: 0px;	
}

.navibt img{
	border: 0px;
	width: 120px;
}

/*メニューのロールオーバーイメージ用*/


/*新ナビゲーション*/

.vt_bg {
    height: 20px;
    float: right;
    width: auto;
   
}

.vt {
    font-family: -apple-system,BlinkMacSystemFont,"Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic",Meiryo,sans-serif;
    height: 20px;
    margin-right: 20px;
    margin-left: 5px;
    float: left;
    font-weight: 700;
    font-size: 10pt;
    color: #000000;
}

.vt a {
	
	color: #000000;
	
	
}

.vt :hover{
	color: #5b5b5b;
}



/*新ナビゲーション*/



.navibox{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 45px;
	line-height: 45px;
	color: #000000;
	font-size: 18px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	width: 100px;
	font-weight: normal;
		background-image: url(../images/menu1_off.gif);	
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	

}

.navibox a {
	display: block;
	color: #000000;
	text-decoration: none;
	background-image: url(../images/menu1_off.gif);	
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	
}

.navibox :hover{
	display: block;
	
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	background-image: url(../images/menu1_on.gif);	
}


.tpbox {
	width: 48%;
	margin-bottom: 10px;
	margin-left: 1%;
	float: left;
	margin-right: 1%;
}


.jp_out_box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.jpbox {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	width: 48%;
	margin-bottom: 10px;
	margin-left: 1%;
	float: left;
	margin-right: 1%;
	border: 0px solid #000000;
	font-size: 11px;
}

.jt_out_box {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

.jtbox {
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	width: 31%;
	margin-bottom: 10px;
	margin-left: 1%;
	float: left;
	margin-right: 1%;
	border: 0px solid #000000;
	font-size: 11px;
}



.t_waku
{
	margin-right: 0%;
	margin-left: 0%;
	border: 1px solid #666666;
}


.Path {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
}  


.Path li{
	font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height:10px;
	font-size: 12px;
	display: inline;
	margin: 0px;
	padding: 0px;
}  

.Path a:link {
	color:#1111cc;
	text-decoration: none;
}
.Path a:hover {
	color:#1111cc;
	text-decoration: underline;
}
.Path a:visited {
	color:#1111cc;
	text-decoration: none;
}


   .chiho1{
	width: 98%;
	
	background-color: #1051A3;
	color: #FFFFFF;
	padding-left: 2%;
}

   
.chinobox{
	width: 98%;
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 8pt;
	list-style-type: disc;	
	
}

.chinobox li{
	margin: 0px;
	list-style-type: none;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(http://iphone-shuuri.jp/testlp/images/li1.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

   .footshop1{
	width: 100%;
	
	background-color: #1051A3;
	color: #FFFFFF;

}

/*スマートフォン用css*/

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

.tpbox {

	width: 98%;

}


.jpbox {
width: 98%;
}

 
.jtbox {
width: 48%;
}
   
    
    
.Path {
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 0;
	margin-top: 5px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}  

.chinobox{
	
	font-size: 7pt;
		

}

}
