/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{
	margin:0;
	padding:0;
	border:0;
	list-style: none;
}
table{
	border-collapse:separate; border-spacing:0;
}
caption, th, td{
	text-align:left; font-weight:400;
}
a img{
	border:none;
}
em{
	font-style: normal;
	font-weight: bold;
}

/* box-sizingでサイズを統一管理 */
div,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,ol,ul,li,form,input,textarea,button,table,tr,th,td,article,aside,footer,header,hgroup,nav,section,img,a,p{
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   -o-box-sizing: border-box;
   -ms-box-sizing: border-box;
   box-sizing: border-box;
}
img {max-width: 100%;height: auto;vertical-align: bottom;}

/*トップスライダーだけは継承させない*/
#topSlider div,#topSlider img,#topSlider a,#topSlider p{
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   -o-box-sizing: content-box;
   -ms-box-sizing: content-box;
   box-sizing: content-box;
}



/* clearfix ----------- */
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;	
    clear: both; 
	visibility:hidden;
}
.clearfix{
	display: inline-block;
	min-height:1%;  /* for IE 7*/
} 
/* IE Mac */
* html .clearfix{
	height: 1%;
}
.clearfix{
	display:block;
}


/*################################################################################*/

/* 通常
body {
	font: 13px/1.6em "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-image: url(../img/bg.gif);
	background-position: center top;
}
*/

/*クロバラジャック*/
body {
	font: 13px/1.6em "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
	color: #333333;
	background-image:url(../img/bg_jack.jpg);
	background-position: center top;
	background-repeat:no-repeat;
	background-attachment:fixed;
}


/* ヘッダー --------------------------------------------------------------*/
#header {
	background-image: url(../img/ch_top.png);
	background-repeat: no-repeat;
	padding-top: 15px;
	padding-bottom: 8px;
	padding-left: 3px;
   position: relative;
}
/* ロゴ */
#header h1{
   position: absolute;
	margin-left:5px;
}

/* グローバルナビ */
#gNavi{
   width:100%;
	float: right;
	padding-top: 15px;
	text-align: right;
}
/*のーみそこねこね　ロゴ*/
#gNavi .comLog {
   display: inline-block;
   vertical-align: bottom;
   margin-bottom: 5px;
   margin-right: 5px;
}

#gNavi ul{
   display: inline-block;
	margin-right: 10px;
   width: 26%;
}
#gNavi ul li{display: inline-block;width: 48%;margin: 1%;}

#gNavi ul li a{
   text-align: center;
   text-decoration: none;
	display: inline-block;
   font-size: 12px;
   line-height: 1.2;
   font-weight: bold;
   color: #fff;
   width: 100%;
	padding: 4px 0px;
   border: 1px solid #ff8912;
   border-radius: 5px;
   text-shadow: 0px 0px 5px #ff4e00;
   /* グラデ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd498),to(#fe9546));/*Android*/
	background:linear-gradient(to bottom, #ffd498,#fe9546);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFffd498', endColorstr='#FFfe9546');/* IE */
}
#gNavi ul li a:hover{background: #fff;color: #ff803d;text-shadow: 0px 0px 5px #ffbb9c;}

/*********************************************************************************
/////　　【トップ】　レスポンシブ用スマホナビ　　 ///////////////////////////////////
*********************************************************************************/
#smpNavi{
   display: none;
   position: fixed;
   top: 10px;
   right: 10px;
   font-size: 35px;
   line-height: 1;
   padding: 5px 10px 0px 10px;
   border-radius: 5px;
   color: #ffffff;
   background-color: #ff813e;
   z-index: 5;
   cursor: pointer;
}




/* 全ページ共通-------------------------------------------------------------------- */
#all {
	max-width: 920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-right: solid 1px #ffc5ca;
	border-left: solid 1px #ffc5ca;

}
#contents {
	clear: both;
	margin: 10px 40px 70px;
	padding-bottom: 50px;
}
/* ボーダーあり */
#contents.border {
	border:#CCC 1px solid;
	border-radius: 6px;
}

#contents.border h2{
	border-bottom:3px double #CCC;
	margin-bottom:20px;
	font-size: 40px;
	line-height: 1.4em;
	color: #999;
	letter-spacing: 3px;
	padding: 10px 0px 5px 20px;
	font-weight: normal;
}

#contents.border h3{
	border-top:#ffe0e3 3px solid;
	border-bottom:#ffe0e3 3px solid;
	font-size:26px;
	color:#F2727E;
	letter-spacing: 3px;
	line-height: 1.6em;
	font-weight: normal;
	margin-top: 10px;
	margin-bottom:10px;
	padding-left: 12px;
}


/* フッター --------------------------------------------------------------*/
#footer {
	text-align: center;
	padding-bottom: 70px;
	clear: both;
}
#footer #privacy{
	border-bottom: solid 1px #CCC;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#footer .copy{
	background-color: #CCC;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	letter-spacing: 1px;
}
#footer small {
	font-size: 10px;
	line-height: 1.3em;
}




/* トップ専用 ************************************************************ */

#topMain{margin: 10px 10px 30px;}

/* バナー共通クラス　---------------- */
.banner a {
	margin: 0.5%;
	display: inline-block;
}
.banner a img {border: 1px solid #CCC;}

/*左のバナー*/
#bannerBox {
	float: left;
	width: 25%;
}
#bannerBox a {
	margin-bottom: 2%;
	display: inline-block;
}

/*下の（会社とかの）バナー*/
#bnCompany{
	clear: both;
	text-align: center;
	border-top: 1px solid #CCCCCC;
	padding-top: 30px;
	padding-bottom: 25px;
}

/*バナーの大きさ調整*/
#bnCompany a{width:23%;}


/* 新着上メニュー********************** */
#subNavi {
   display: table;
   width: 100%;
   margin-bottom: 20px;
   border-collapse: separate;
   border-spacing: 3px 0px;
}
#subNavi a {
   text-decoration: none;
   text-align: center;
   vertical-align: middle;
   width: 33%;
   padding: 5px 0px 7px;
   margin: 20px;
   display: table-cell;
   font-size: 12px;
   line-height: 1.2;
   color: #7c3500;
   border: 1px solid #d0915b;
   border-radius: 5px;
   text-shadow: 0px 0px 5px #ffca75;
   /* グラデ */
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd498),to(#fe9546));/*Android*/
	background:linear-gradient(to bottom, #ffc05c,#ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#FFffd498', endColorstr='#FFfe9546');/* IE */
}

/*英字部分*/
#subNavi a span {
   font-family: 'Orbitron', "メイリオ", Meiryo, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro","游ゴシック体", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", sans-serif;
   font-size: 24px;
   line-height: 1;
   display: block;
   color: #ffffff;
   text-shadow: 0px 0px 5px #ff7600;
   border-bottom: 1px dotted #d0915b;
   padding-bottom: 3px;
   margin-bottom: 4px;
}

#subNavi a:hover {color: #7c3500;border-color: #ffba00;background: #ffeea9;}


/************************************/


/* 更新履歴----------------- */
#newsBox {
	float: right;
	width: 73.5%;
}

#news {
	border: solid 1px #999;
	margin-bottom: 10px;
}
#news .box {
	overflow: auto;
}

#news p {
	font-size: 16px;
	font-weight: bold;
	text-shadow: 2px 2px #ffdddd;
	padding: 10px 5px 12px 10px;
	border-bottom: solid 2px #999;
	line-height: 1em;
}

#news dl {
	border-bottom: 1px dashed #CCC;
	letter-spacing: 0px;
	clear: both;
	color: #333;
}
#news dt,#news dl a,#news dt,#news dd.non  {
	padding-top: 4px;
	padding-bottom: 4px;
}
#news dt {
	float: left;
	padding-left: 10px;
}
#news dt img {
	padding-right:7px;
   vertical-align: middle;
}
#news dd {
	margin-left: 135px;
	letter-spacing: 0px;
}
#news dl a {
	display: block;
	text-decoration: none;
	color: #333;
}
#news dl:hover {
	background-color: #FFDDF4;
}


/*allの場合*/
#news dl.news,#news dl.news a{
	background-color: #ffdfe2;
	color: #900;
}




/* バックナンバー用**************************** */
.PageNumber{
	padding-bottom: 10px;
	padding-left: 10px;
	padding-top:10px;
	position: relative;
}
.PageNumber ul{
	
}
.PageNumber li{
	cursor: pointer;
	float: left;
	padding: 5px;
	margin: 0px 5px 5px 0px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 1em;
	color: #333;
	background-color: #FFF1F2;
	border-radius: 5px;
}
#backNum {
	margin-left: 5px;
	margin-right: 5px;
}
#backNum #listAll{
	padding: 2px 0px 20px 10px;
	float: left;
}
#backNum #news {
   border: none;
	border-top: 1px dashed #CCC;
	margin-bottom: 10px;
	font-size: 11px;
	line-height: 1.4em;
	clear: both;
}
#backNum #news dd {
	margin-left: 125px;
}





/* メディア情報 ********************************************************* */
#media{text-align: center;	}


/* 会社概要 ************************************************************ */
#company dt,#map dt{
	background-color:#ffebed;
	font-size: 14px;
	line-height: 1.2em;
	padding: 5px 0px 5px 40px;
	font-weight: bold;
	letter-spacing: 2px;
}
#company dd,#map dd{padding: 10px 40px 20px;}



/* アクセスマップ ************************************************************ */
#map{margin-bottom: 30px;}


/* お問い合わせ ************************************************************ */
#support{
	padding: 10px 40px;
}
#support .box{
	border:#CCC 3px double;
	padding:15px 20px 20px;
	margin:30px 0px;
}
#support .box p{
	border-bottom:#CCC 2px solid;
	color:#ff4594;
	font-weight:bold;
	margin-bottom:10px;
	font-size: 14px;
	line-height: 1.4em;
	padding-bottom: 10px;
}

/* サポートボタン------------------------------------------------- */
#support .qa_btm{
	padding-bottom: 10px;
}
#support .qa_btm p {
	border-radius:10px;
	color: #666;
	background-color: #FFF;
	font-size: 12px;
	padding: 3px;
	margin: 12px 10px 0px;
}

#support .qa_btm a {
	/* CSS3非対応用　背景色指定 */
	background-color: #ff9dc4;
	/* グラデ */
	background: -moz-linear-gradient(top, #ffd2c2, #ff9dc4);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffd2c2), to(#ff9dc4));
	/* -------------------- */
	border-radius:10px;
	color: #CA0051;
	font-size: 24px;
	display: block;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #F36;
	margin: 5px 0px 20px;
	padding: 15px 0px 10px;
}
#support .qa_btm a:hover {
	color: #FF1573;
	/* CSS3非対応用　背景色指定 */
	background-color: #ffcce0;
	/* グラデ */
	background: -moz-linear-gradient(top, #ffede7, #ffadd7);
	background: -webkit-gradient(linear, left top, left bottom, from(#ffede7), to(#ffadd7));
}

/* リンクボタン --------- */
#support .linkBox{
	padding-top: 5px;
	padding-bottom: 5px;	
}
#support .linkBox p{
	padding-top: 5px;	
}
#support .linkBox a{
	/* グラデ */
	background: -moz-linear-gradient(top, #666, #333);
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
	background-color: #666;
	
	color: #FFF;
	text-decoration: none;
	text-align: center;
	display: block;
	float: left;
	width: 170px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius:5px;
	margin-right: 20px;
	font-weight: bold;
	border: 1px solid #999;
	font-size: 14px;
	line-height: 1.4em;
}
#support .linkBox a:hover{
	color: #333;
	/* グラデ */
	background: -moz-linear-gradient(top, #CCC, #999);
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999));
	background-color: #CCC;
}




/*################################################################################
  media query
################################################################################*/


/* ***********************************************************
スマホタブレット
*********************************************************** */
@media screen and (max-width: 768px) {
	
   /*----------------------------
	ヘッダー
	-----------------------------*/
   /* ロゴ */
   #header{padding-top: 10px;background-size: 130%;}
   #header h1{width:43%;}
   /*のーみそこねこね　ロゴ*/
   #gNavi .comLog {width:15%;}
   
   
   /*----------------------------
	グローバルメニュー
	-----------------------------*/
   #gNavi ul{width: 40%;}
   
   
   /*----------------------------
	トップ
	-----------------------------*/
   #bannerBox,#newsBox {float:none;}
   
   /*左のバナー*/
   #bannerBox {width: 100%;}
   #bannerBox a{width: 32.3%;}
   
   /* 更新履歴----------------- */
   #newsBox {width: 100%;}
   
   /* 関係会社、ブランドのバナー */
   #bnCompany a{width:auto;}
   
   
   /*----------------------------
	二階層目共通
	-----------------------------*/
   #contents {margin: 10px 10px 40px;padding-bottom: 40px;}
   
}


/* ***********************************************************
スマホ専用
*********************************************************** */
@media screen and (max-width: 480px) {
	
   /*----------------------------
	ヘッダー
	-----------------------------*/
   /* ロゴ */
   #header{padding-top: 10px;background-size: 160%;}
   #header h1{width:48%;}
   
   
   /* スマホメニュー*/
   #smpNavi{display: block;}
   
   /*グローバルメニュー*/
   #gNavi{padding-top: 15px;}
   #gNavi ul {
      width: 100%;
      padding: 10px;
      position: fixed;
      top:0px;
      left: 0px;
      width: 100%;
      padding-right: 70px;
      background-color: #fff;
      display: none;
      border-bottom: 3px solid #ff813e;
      z-index: 4;
   }

   #gNavi ul li{width: 49%;margin: 0.5%;}
   #gNavi ul li a{padding: 6px 0px;}
   
   /*のーみそこねこね　ロゴ*/
   #gNavi .comLog {width:43%;padding-right: 70px;}
   
   
   /*----------------------------
	トップ
	-----------------------------*/
   
   /*新着上メニュー*/
   #subNavi a {font-size: 10px;letter-spacing: 0px;}
   
   /*英字部分*/
   #subNavi a span {font-size: 18px;}
   
   /* 新着 */
   #news dl{font-size: 12px;}
   #news dt,#news dl a,#news dt,#news dd.non {padding-top: 0px;padding-bottom: 0px;}
   #news dt {float: none;padding-top: 5px;}
   #news dd {margin-left: 10px;padding-bottom: 5px;line-height: 1.2;}
   
   
   /*----------------------------
	新着バックナンバー
	-----------------------------*/
   #backNum #news dd,#backNum #news dt{padding-left: 5px;}
   #backNum #news dt {padding-top: 10px;}
   #backNum #news dd {margin-left: 0px;margin-top: 3px;padding-bottom: 10px;}
   
   
   /*----------------------------
	二階層目共通
	-----------------------------*/
   #contents.border h2{font-size: 30px;line-height: 1.4em;}
   
   /* 余白統一 */
   #support,#company dt,#map dt,#company dd,#map dd{padding-right:20px;padding-left:20px;}
   
   
}



