@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}



caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */


body {
    margin: 0;
    padding: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    background: #fff;
    font-size: 80%;
	-webkit-text-size-adjust: none;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;

}

/* リンク設定
------------------------------------------------------------*/
/*a{color:#f29e9d;text-decoration:none;}
a:hover{
	opacity:0.7;}
a:active, a:focus {outline:0;}
*/

/* 全体
------------------------------------------------------------*/
*#wrapper{
width:100%;	
margin:0 auto;
height: auto;
position:relative;
}
/**************************
/*メインヴィジュアル*/

#kv{
	width: 1000px;
    margin: 0 auto;}
#mainBanner {
    margin: 17px auto;
    padding: 0;
    width: 100%;
    position: relative;
    line-height: 0;
}#mainBanner img{
	width:100%;}
#course_back{display:none;}



/* ------------------------------------------------------------*/
/*パンくずリスト*/
#breadcrumb{
	height:30px;
	width:1000px;
	margin:0 auto;
	clear:both;
}
#breadcrumb ul li a{
	color:#f29e9d;
	margin-left:20px;
}
#breadcrumb ul li {
	color:#f29e9d;
/*	display:inline;
*/	float:left;
	padding:2px;
	background:url(../images/flow/home_icon.png) no-repeat left center;}

#breadcrumb ul li:last-child{background:none;}	

/*/*---------------------------------------------------------------------------------------------------------------------*/

#contents_wap {
	width:100%;
	margin:0 auto;
	height: auto;
    position: relative;
	clear:both;
	background:none;

}
.privacy{
	margin-top:20px;
}


.privacy {
	height:35px;
	background-image:url(../images/Product/Product_h3.png);
	background-repeat:no-repeat;
	border-bottom: 1px solid #009; 
	border-top: 3px solid #009; 
}
.privacy h3 {
	font-size:18px;
	padding-left:15px;
	line-height:40px;
}
.privacy_text p {
	line-height:250%;
}


*//* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	
	}

/* タブレット用
------------------------------------------------------------*/

@media only screen and (max-width:959px){
	
	/*コンテンツ**********************************/
	#contents{
		width:100%;
	}
	#leftcontents{
		width:100%;
		margin:0 auto;
		margin-bottom:30px;
		}
	
#kv {
    width: 100%;
    margin: 0 auto;
}
  

    
}
@media only screen and (max-width:700px){
#breadcrumb{
		width:100%;
		height:30px;
		padding: 5px;
	}
	}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){


}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){


	
}
