/*===============================================
●smartphone用.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
#wrapper{
width:100%;
min-width:320px;
font-size:15px;
line-height: 180%;
}

.pc {
	display:none;
}

.sp {
	display:block;
}

.contents-960 {
	width:100%;
}





/***************** top&base *******************/

#header-sp {
	background-color: #EBEBEB;
	border-top:solid 5px #f39800;
}

#header_logo_sp {
	float: left;
	position: relative;
	top: 10px;
	width: 50%;
}

#menu-box {
	width: 42%;
	float: right;
}

#header-inner {
	width:99%;
	margin:0 auto;
}

#header-left {
	display:none;
}

#header-middle {
	width:80%;
	margin:0 auto;
}

#header-right {
	display:none;
}

#menu {
	background-color: #0969A8;
	border-bottom: 1px solid #349ED1;
	display: none;
	width: 100%;
}
#menu.open_menu {
	display:block;
}
#menu ul {
	width:100%;
	overflow:hidden;
}
#menu ul li {
	width:50%;
	height:50px;
	float:left;
	text-align:center;
}
#menu ul li a {
	height:50px;
	line-height:50px;
	color:#fff;
	float:left;
}
#menu ul li.nav01 a, #menu ul li.nav01c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav02 a, #menu ul li.nav02c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav03 a, #menu ul li.nav03c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav04 a, #menu ul li.nav04c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav05 a, #menu ul li.nav05c a {
	width:100%;
	border-right: 1px solid #349ED1;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav06 a, #menu ul li.nav06c a {
	width:100%;
	border-bottom: 1px solid #349ED1;
}
#menu ul li.nav07 a, #menu ul li.nav07c a {
	width:100%;
	border-right: 1px solid #349ED1;
}
#menu ul li.nav01c a, #menu ul li.nav02c a, #menu ul li.nav03c a, #menu ul li.nav04c a, #menu ul li.nav05c a, #menu ul li.nav06c a, #menu ul li.nav07c a {
	background-color:#0186C5;
}

#navigation {
	display:none;
}

#top-01-sp {
	margin-top:30px;
}

#top-01-sp h2 {
	border-top:1px solid #57c1ad;
	border-right:10px solid #57c1ad;
	border-bottom:1px solid #57c1ad;
	border-left:30px double #57c1ad;
	padding: 5px 5px 5px 15px;
	background: #fff;
	background: -moz-linear-gradient(top,  #eee,  #ccc); /* FireFox */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));/* Chrome & Safari */
	border-radius: 7px;
	-moz-border-radius: 7px; /* FireFox */
	-webkit-border-radius: 7px;/* Chrome & Safari */
	font-size:17px;
	color:#57c1ad;
}

.top-service-sp {
	width:95%;
	margin:10px auto 0 auto;
	border-bottom:solid 1px #CCC;
	padding-bottom:10px;
}

.top-service-sp img {
	float: left;
	width:40%;
}

.top-01-sp-in {
	float: right;
	width:58%;
}

.top-service-sp h3 {
	font-size: 16px;
	color: #f39800;
	background-image: url(../images/top&base/arrow-orange.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	line-height:1.2em;
}

.top-service-sp h3 a {
	color: #f39800;
}

.top-service-sp ul {
	margin-top: 10px;
}

.top-service-sp ul li {
	font-size:14px;
	line-height:1.2em;
}

#top-02-sp {
	margin-top:30px;
}

#top-02-sp h2 {
	border-top:1px solid #f39800;
	border-right:10px solid #f39800;
	border-bottom:1px solid #f39800;
	border-left:30px double #f39800;
	padding: 5px 5px 5px 15px;
	background: #fff;
	background: -moz-linear-gradient(top,  #eee,  #ccc); /* FireFox */
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));/* Chrome & Safari */
	border-radius: 7px;
	-moz-border-radius: 7px; /* FireFox */
	-webkit-border-radius: 7px;/* Chrome & Safari */
	font-size:17px;
	color:#f39800;
}

#news-sp {
	height: 300px;
	background-color: #FFF5F0;
}

.contact-wrap-sp {
	background-color:#CCC;
	padding:20px 0;	
}

.go-contact-sp {
	width:96%;
	margin:0 auto;
}

.call-sp {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 46%;
	height:50px;
	text-align:center;
	float:left;
	font-size:14px;
	line-height:1.4em;	
}

.call-sp p {
}

.call-sp a {
	color: #FFF;
	width: 100%;
	height:43px;
	display:block;
	padding-top:7px;
}

.contact-wrap-sp-01 {
	background-color:#fdfbf5;
	padding:20px 0;	
}

.go-contact-sp-01 {
	width:96%;
	margin:0 auto;
}

.call-sp-01 {
	background: -moz-linear-gradient(top,#ffb731 0%,#f39800);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb731), to(#f39800));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 46%;
	height:50px;
	text-align:center;
	float:left;
	font-size:14px;
	line-height:1.4em;	
}

.call-sp-01 p {
}

.call-sp-01 a {
	color: #FFF;
	width: 100%;
	height:43px;
	display:block;
	padding-top:7px;
}

.form-sp-01 {
	background: -moz-linear-gradient(top,#ffb731 0%,#f39800);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffb731), to(#f39800));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 46%;
	height:50px;
	font-size:17px;
	text-align:center;
	float:right;
}

.form-sp-01 p {
}

.form-sp-01 a {
	color: #FFF;
	width: 100%;
	height:37px;
	display:block;
	padding-top:13px;
}

.form-sp {
	background: -moz-linear-gradient(top,#0099CC 0%,#006699);
	background: -webkit-gradient(linear, left top, left bottom, from(#0099CC), to(#006699));
	border: 2px solid #FFF;
	color: #FFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.5);
	width: 46%;
	height:50px;
	font-size:17px;
	text-align:center;
	float:right;
}

.form-sp p {
}

.form-sp a {
	color: #FFF;
	width: 100%;
	height:37px;
	display:block;
	padding-top:13px;
}

#footer-sp {
	font-size:14px;
	background-color: #f39800;
	color:#ffffff;
}

#footer-sp table {
	border-collapse:collapse;
}

#footer-sp table tr td {
	border:solid 1px #ffffff;
	text-align:center;
	padding:8px 0;
	width:50%;
}

#footer-sp table tr td a {
	color:#ffffff;
}

#footer-sp p {
	clear:both;
	text-align:center;
	font-size:12px;
	line-height:1.4em;
	padding:10px 0;
}

#footer-sp p a {
	color:#ffffff;
}

#sp-copyright {
	background-color:#CCC;
	color:#666;
}





/***************** 下層ページレイアウト *********************/

#left-body {
	width:100%;
}

#right-body {
	display:none;
}

#contents-wrap {
	
}




/*************** 各カテゴリー毎アコーディオンメニュー ****************/

#marketing-menu h3 {
	background-color:#6bafec;
	color:#ffffff;
	font-size:17px;
	font-weight:bold;
	padding:10px 0 10px 20px;
}

.category {
	line-height:35px;
	cursor:pointer;
	padding-left: 24px;
	background-color:#ededed;
	color:#333333;
	background-image: url(../images/top&base/icon-side-01.png);
	background-repeat: no-repeat;
	background-position: 12px 11px;
	border-top:solid 1px #FFFFFF !important;
}
	
/*	.category a{
		display: block;
	}*/

ul.fxmn li a{
	height: 35px;
	display:block;	
}

ul.fxmn li{
	border-bottom:solid 1px #ededed;
	line-height:35px;
	background-image: url(../images/top&base/icon-side-02.png);
	background-repeat: no-repeat;
	background-position: 20px 11px;
	padding-left: 31px;
}




/**************************** ニュースフィード ************************/

#whats_new dl {
	width:100%;
}

#whats_new dt {
	padding:10px 0 5px 10px;
	width:8em;
	float:left;
	clear:left;
	color:#6c4926;
	font-weight:bolder;
	/*line-height:4em;
	vertical-align:bottom;*/
	}
	
#whats_new dd {
	padding:10px 0 5px 10em;
	margin:0;
	border-bottom:dotted 1px #6c4926;
	color:#6c4926;
	/*line-height:4em;*/
	}
	
#whats_new dd a {
	color:#6c4926;
	}
	
#whats_new dd a:hover{
	color: #F30;
}

#whats_new {
	overflow: hidden;
	width:97%;
	margin:0 auto;
	height:300px;
}

#whats_new-sp dl {
	width:100%;
}

#whats_new-sp dt {
	padding-top:5px;
	color:#6c4926;
	font-weight:bolder;
	float:none;
	font-size:14px;
	}
	
#whats_new-sp dd {
    padding-left:5px;
    padding-right:5px;
	padding-bottom:5px;
	margin-top:2px;
	border-bottom:dotted 1px #6c4926;
	color:#6c4926;
	float:none;
	font-size:14px;
	line-height:1.5em;
	}
	
#whats_new-sp dd a {
	color:#6c4926;
	}
	
#whats_new-sp dd a:hover{
	color: #F30;
}

#whats_new-sp {
	width:97%;
	margin:0 auto;
}

#ec-021 p{
	width: auto !important;
}

/********************* プライバシーポリシー **************************/

#policy p {
	font-size:13px;
	width:96%;
	margin:15px auto 0 auto;
}


/********************* ぱんくずリスト **************************/
#breadList{
    width:90%;
    margin:0 auto 15px auto;
    font-size:12px;
    line-height:125%;
}

#breadList li{
    float:left;
}

#breadList a{
    text-decoration:underline;
}




/******************* トップページ追加分 *******************/

#top-03 {
	background-image: url(../images/top&base/top-03-back.jpg);
	background-repeat: repeat;
	padding:30px 0;
}

#top-03 h2 {
	margin-bottom:20px;
}

#top-03 h2 img {
	width:92%;
	margin:0 auto;
}

.top-03-box {
	border:solid 1px #e0eef5;
	background:#ffffff;
	padding:20px 0;
	margin:15px auto 0 auto;
	width:96%;
}

.top-03-inner {
	width:98%;
	margin:0 auto;
}

.top-031 img {
	display:none;
}

.top-031 h3 {
	font-size: 17px;
	font-weight: bold;
	color: #0075aa;
	background-image: url(../images/top&base/allow-blue.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 17px;
	display:inline-block;
}

.top-031 p {
	margin-top:8px;
}

.top-032 {
	margin:20px auto 0 auto;
}

#top-lineup {
	margin-top:35px;
}

#top-lineup h3 img {
	margin:0 auto;
}

#lineup-menu {
	margin-top:20px;
}

#lineup-menu img {
	width:49%;
	float:left;
	margin:0 0 10px 1%;
}


.top-go-detail {
	background:#0075aa;
	width:80%;
	margin:20px auto 0 auto;
	text-align:center;
	line-height:1.5em;
}

.top-go-detail a {
	display:block;
	color:#ffffff;
	padding:10px 0;
}




}
