@charset "UTF-8";
/*----------------
 トップ、サブで共通で使うパーツ
----------------*/

#headerTab{
	width:100%;
	padding-bottom:7px;
	background-image: url(../img_pc_common/header_tab_bg_home.png);
	background-position: left bottom;
	background-repeat: repeat-x;
}

#headerTab .box{
	width:930px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}

#headerTab .list{
	width:621px;
}

#headerTab .list li{
	float: left;
}




#pagetop {
	height: 163px;
	width: 950px;
	background-image: url(../img_sub/pagetop_bg.gif);
	background-repeat: no-repeat;
	background-position: left 47px;
	overflow: hidden;
	margin-right: auto;
	margin-left: auto;
	position:relative;
	margin-top: 30px;
}
#pagetop a {
	position:absolute;
	right:15px;
	top: 0px;
}






#footer {
	margin-right: auto;
	margin-left: auto;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A0C843;
	width: 950px;
	margin-top:3px;
}
#footer .col {
	width: 950px;
	margin-top: 20px;
	background-image: url(../img_sub/footer_bg.gif);
	background-repeat: repeat-y;
	background-position: 166px top;
}
#footer .L {
	float:left;
	display: inline;
	width: 132px;
	margin-left: 20px;
}
#footer .L2 {
	float:left;
	margin-left: 25px;
	width: 280px;
	font-style: normal;
}

#footer .R {
	float:right;
	display: inline;
	margin-right: 20px;
	width: 438px;
}
#footer .copyright {
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #888888;
	border-right-color: #888888;
	border-bottom-color: #888888;
	border-left-color: #888888;
	clear: both;
	padding-top: 10px;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	padding-bottom: 5px;
}
#footer .list li {
	display:inline;
	
}





#headerSearch input.gsc-input {
    font-size: 140%;
    width: 240px;
}
/*
#headerSearch input.gsc-search-button {
	background-image: url(../img_common/headersearch_submit.gif);
	background-repeat: no-repeat;
	height: 22px;
	overflow: hidden;
	text-indent: -9999px;
	width: 50px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/

#smartphone {
    margin-left: 0 !important;
    margin-right: 0  !important;
    padding-bottom: 0  !important;
}

#smartphone{
	width:100%  !important;
	position: fixed;
	z-index: 9999;
	left:0;
	bottom:0;
	/*margin-left:480px;*/
}

#smartphone img{
	width:100%;
	height: auto;
}
.caution{
	font-size: 80%;
}