﻿@charset "utf-8";
/* CSS Document */


/* web
--------------------*/

body,p,h1,h2,h3,h4,h5,h6,
ul,li,img{
	margin:0;
	padding:0;
	font-size:100%;
	line-height:140%;
	font-weight:normal;
  
}

.clearfix{
	zoom:1;
}
.clearfix:after{
	content:"";
	clear:both;
	display:block;
}

body{
	font-size:13px;-webkit-text-size-adjust:none;
}

IMG{
	border : medium none;
  margin-top : 0px;
  margin-bottom : 0px;
  margin-left : 2px;
  margin-right : 2px;
}

li{
	list-style:none;
}

P{
  margin-left : 9px;
  margin-right : 7px;
}

h1{
	background: center #fe9f34;
	color:#fff;
	font-size:12px;
	padding:2px 0 2px 10px;
}

H2{
	background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : center center;
	
	font-size : 200%;
	padding:2px 0 2px 10px;
  text-align : center;
  color : red;
}

H3{
	background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : center center;
	
	font-size:12px;
	padding:2px 0 2px 10px;
}

H4{
	background-image : none;background-repeat : repeat;background-attachment : scroll;background-position : center center;
	
	font-size : 140%;
	padding:2px 0 2px 10px;
  text-align : center;
  color : red;
}
/* Tap Menu
--------------------*/

#catebox{
	width:315px;
	margin:0 auto;
}

#catebox UL{
	background : rgb(254, 159, 52) none repeat scroll 0% 0%;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding:10px 0 0 10px;
	margin:15px 10px;
}

#catebox li{
	float:left;
	text-align:center;
	margin:0 10px 10px 0;
}

#catebox li img{
	border-radius: 8px;
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .3);
	-webkit-border-radius: 8px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
}

#catebox a{
	text-decoration:none;
}


#boxes{
	text-decoration:none;
border-width : 1px;border-style : solid;border-color : red;
  margin-top : 10px;
  margin-left : 10px;
  margin-right : 10px;
  margin-bottom : 30px;
}




/* Others
--------------------*/
.ad{
	text-align:center;
	margin:0 10px 15px;
}

.ad2{
	text-align:center;
	margin-top:15px;
	padding-top:15px;
	border-top:1px dotted #8b8b8b;
}

/* Foot
--------------------*/
#footer{
	text-align:center;
	background : #000000 url(../2015.2pc.bak/s_phone/img/line_b.gif) repeat-x scroll center top;
	color:#fff;
	font-size:12px;
	padding:5px 0;
}

#footer a{
	color:#fff; text-decoration:none;
}

/* nav 部分
--------------------*/

nav {
  width: 100%;
  text-decoration: none;
  margin: 0 0 10px 0;
  background : transparent url(nav_bg.gif) repeat-x scroll 0% 0%;
}

nav h2 {
  padding: 5px 0 3px 14px;
  font-size: 11px;
  color: #ffffff;
  border-bottom: solid 1px;
  border-bottom-color: #cccccc;
  background : transparent url(../2015.2pc.bak/s_phone/image/h_bg_gray.gif) repeat-x scroll center center;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
  width: 100%;
  list-style: none;
  text-align: center;
  background : transparent url(../2015.2pc.bak/s_phone/image/arrow_icon.png) no-repeat scroll right center;
}

nav li a {
  padding: 10px;
  display: block;
  color: #69821b;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background : transparent url(nav_bg.gif) repeat-x scroll 0% 0%;

}

nav li a:hover {
  color: #99ab4e;
  display: block;
  font-weight: bold;
  text-decoration: none;
  border-bottom: solid 2px;
  border-bottom-color: #cccccc;
  background : transparent url(nav_bg_hover.gif) repeat-x scroll 0% 0%;
}