@charset "UTF-8";

div#header {
		max-width: 1000px;
		width: 90%;
}

/*============================
#slogan
============================*/

div#slogan {
	width: 100%;
	background-color: #00A2E6;
	margin-top: 15px;
}
ul#slider {
	width:1000px;
	margin: 0 auto 0 auto;
}

/*============================
#specialLinks
============================*/

div#specialLinks_ttl {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 35px;
	margin-bottom: 35px;
	text-align: center;
}


div#specialLinks {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 25px;
	margin-bottom: 25px;
}


div#specialLinks div {
	float: left;
	/*margin-right: 20px;*/
}

div#specialLinks div.lastChild {
	margin-right: 0px;
}

/*div#specialLinks a:hover {
	 Firefox 
    -moz-opacity: 80;
     IE 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
     Standard 
    opacity: 0.5;
}*/

div#specialLinks h2 {
		margin-bottom: 5px;
		padding-top: 5px;
}
div#specialLinks h2#s1 {
	background-image: url(../images/s_bg01.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#specialLinks h2#s2 {
	background-image: url(../images/s_bg02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#specialLinks h2#s3 {
	background-image: url(../images/s_bg03.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#specialLinks h2 a {
	font-size: 116%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
}
div#specialLinks p {
	font-size: 100%;
	text-align: justify;
	line-height: 1.6em;;
}

/*============================
#specialLinks2
============================*/

div#specialLinks2 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-bottom: 50px;
}
div#specialLinks2 div {
	float: left;
	/*margin-right: 20px;*/
}
div#specialLinks2 div.lastChild {
	margin-right: 0px;
}

/*div#specialLinks2 a:hover {
	 Firefox 
    -moz-opacity: 50;
     IE 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
     Standard 
    opacity: 0.5;
}*/

div#specialLinks2 h2 {
		margin-bottom: 5px;
		padding-top: 5px;
}
div#specialLinks2 h2#s1 {
	background-image: url(../images/s_bg01.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#specialLinks2 h2#s2 {
	background-image: url(../images/s_bg02.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#specialLinks2 h2#s3 {
	background-image: url(../images/s_bg03.png);
	background-repeat: no-repeat;
	background-position: left top;
}
div#specialLinks2 h2 a {
	font-size: 116%;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	padding-left: 5px;
}
div#specialLinks2 p {
	font-size: 100%;
	text-align: justify;
	line-height: 1.6em;;
}

/*============================
#sp-banner
============================*/

div#sp-banner {
	display:none;
}

/*============================
#contents
============================*/

div#leftArea {
	float: left;
	width: 745px;
}
div#leftArea p {
	margin-bottom: 15px;	
}
/*============================
#news
============================*/

h3 {
	font-family: 'Droid Sans', sans-serif;
	font-size: 153.9%;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 6px;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
}
div#leftArea dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	overflow: hidden;
	font-size: 100%;
	padding-top: 18px;
	padding-bottom: 18px;
	line-height: 1.8em;
}
div#leftArea dt {
	float: left;
	background-image: url(../images/bg_list.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 10px;
	font-weight: bold;
}
div#leftArea dd {
	float: left;
	width: 500px;
}
p#newLink {
	margin-top: 10px;
}

/*@media screen and (max-width: 999px) {
div#slogan {
    background-color: none;
}
div#specialLinks {
  padding: 0 4.9% 0 4.9%;
	width:auto;
	height:auto;
}
div#specialLinks div {
	width: 30.2%;
	margin-right: 4.7%;
}
div#specialLinks img {
	max-width: 100%;
	width: auto;
	height:auto;
}
div#leftArea dt , div#leftArea dd {
    float: none;
		width:auto;
}

/*============================
common
============================*/
/*div#contents {
		width:auto;
		margin:0 4.9% 0 4.9%;
}
div#rightArea {
	width:26.5%;
}
div#leftArea {
	width:71.5%;
}
div#leftArea img , div#rightArea img {
	max-width: 100%;
	width:auto;
	height:auto;
}
p#pageTop {
		width:auto;
		margin:0 4.9% 0 4.9%;
}
div#footer > div {
		width:auto;
		margin:0 4.9% 0 4.9%;
}
ul#fNav {
		width:auto;
}
}

@media screen and (max-width: 768px) {*/
/*============================
common
============================*/
/*div#header {
	min-height: 70px;
	height:auto;
}
h1 {
    float: none;
		position: absolute;
		top:15px;
		left:0;
		width: 165px;
    margin-bottom: 0px;
    padding-top: 0px;
}
h1 img {
	max-width:100%;
	width:auto;
	height:auto;
}
div#header p {
	display: none;
}
ul#sNav , ul#gNav {
	display: none;
}
.slicknav_menu {
	display:block;
}

p.tbnr {
	display:none;
}*/

/*============================
#sp-banner
============================*/

/*div#sp-banner {
	display:block;
	margin:0 4.9% 25px 4.9%;
}
div#sp-banner p {
	margin-bottom: 15px;
	text-align:center;
}
div#sp-banner img {
	max-width: 100%;
	width:auto;
	height:auto;
}
}

@media screen and (max-width: 480px) {
div#specialLinks {
  padding: 0 4.5% 0 4.5%;
}
div#specialLinks div {
	width: auto;
	margin-right: 0;
	margin-bottom: 15px;
	float:none;
	position:relative;
	padding: 0 0 15px 145px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
div#specialLinks p.spimage {
	position: absolute;
	top:0;
	left:0;
	width:130px;
}
div#specialLinks img {
	max-width: 100%;
	width: auto;
	height:auto;
}*/
/*============================
common
============================*/
/*div#contents {
		width:auto;
		margin:0 4.5% 0 4.5%;
}
div#leftArea {
	width:100%;
	float: none;
}
div#rightArea {
	width:235px;
	float: none;
	margin:0 auto 0 auto;
}
div#rightArea p.r-contact {
	display:none;
}
p#pageTop {
    text-align: center;
}
}.small_hyoudai {
	font-size: 80%;
	display: inline;
}
*/*/