﻿/*
Theme Name: 波崎水産加工業協同組合
Description:波崎水産加工業協同組合向け
Theme URI: http://h-suisan.net/
Author: Masaki Saiga
Author URI: 
Version: 1.00
License: Masaki Saiga
License URI: 
*/


@charset "utf-8";

/**
 * 共通スタイルシート
 */

html {
/*
	background-color:#FAFAFA;
*/
	background-image:url( 'img/lc9.jpg' );
}

body {
	width:100%;
	background-color:#ffffff;
	background-image:url( 'img/bgBody.gif' );
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#000;
	-webkit-text-size-adjust: none;
}

a {
	color:#000;
	text-decoration:none;
}

a:hover {
	color:#333;
	text-decoration:underline;
}

div#header {
	width:100%;
	background-image:url( 'img/bgHeader.png' );
	background-repeat:repeat-x;
}

div#header h1 {
	font-size:12px;
	font-weight:normal;
	letter-spacing:1px;
	text-align:center;
	line-height:35px;
	color:#ffffff;
}

header {
	width:100%;
	max-width:960px;
	margin:30px auto 0px auto;
/*
	background-image:url( '../img/seagulls.gif' );
	background-repeat:no-repeat;
	background-position:top right;
*/
}

div.logo {
	float:left;
}

div.logo img {
	width:100%;
	max-width:480px;
}

ul.headerAddr {
	float:right;
	margin-top:10px;
}

ul.headerAddr li {
	font-size:12px;
	letter-spacing:1px;
	line-height:120%;
}

/*
nav {
	width:100%;
	height:35px;
	background-color:#80BFD3;
}
*/

nav {
	margin:10px 0px 0px 0px;
	width:100%;
	background-color:#4169E1;
}

ul#globalnav {
	display:table;
	table-layout:fixed;
	width:100%;
	max-width:958px;
	height:35px;
	margin:0px auto;
	border:solid 1px #cccccc;
}

ul#globalnav li {
	display:table-cell;
	text-align:center;
	line-height:35px;
	border-right:solid 1px #cccccc;
}

ul#globalnav li:last-child {
	border-right:none;
}

ul#globalnav li a {
	display:block;
	background: #dcdcdc;
	background: -moz-linear-gradient(top,  #dcdcdc 0%, #dcdcdc 50%, #f4f3f3 52%, #f4f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dcdcdc), color-stop(50%,#dcdcdc), color-stop(52%,#f4f3f3), color-stop(100%,#f4f3f3));
	background: -webkit-linear-gradient(top,  #dcdcdc 0%,#dcdcdc 50%,#f4f3f3 52%,#f4f3f3 100%);
	background: -o-linear-gradient(top,  #dcdcdc 0%,#dcdcdc 50%,#f4f3f3 52%,#f4f3f3 100%);
	background: -ms-linear-gradient(top,  #dcdcdc 0%,#dcdcdc 50%,#f4f3f3 52%,#f4f3f3 100%);
	background: linear-gradient(to bottom,  #dcdcdc 0%,#dcdcdc 50%,#f4f3f3 52%,#f4f3f3 100%);
}

div#topImg {
	width:100%;
	height:300px;
/*
	background-color:#3399ff;
*/
	background-image:url( 'img/aaaaa.png' );
}

ul.rslides {
	width:100%;
	max-width:960px;
	margin:0px auto;
}

ul.rslides img {
	width:100%;
}

div#wrap {
	width:100%;
	max-width:960px;
	margin:0px auto 0px auto;
	padding-bottom:20px;
/*
	z-index:1;
*/
	background-color:#ffffff;
}

div#left {
	float:left;
	width:80%;
	max-width:755px;
	margin-top:10px;
}

div.line {
	margin:10px 0px;
	height:26px;
	background-image:url( 'img/sea29.gif' );
}


div#right {
	float:right;
	width:19%;
	max-width:200px;
	margin-top:10px;
}

div#right img {
	width:100%;
}

section#link {
	margin:0 0 30px 0;
	padding:12px 10px;
	background: #1d8ade; /* Old browsers */
	background: -moz-linear-gradient(left, #1d8ade 0%, #53a2e2 50%, #1d8ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d8ade), color-stop(50%,#53a2e2), color-stop(100%,#1d8ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* IE10+ */
	background: linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
	}
 
section#link:before,
section#link:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:7px;
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	background-color: #F00;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
section#link:after{
	  -webkit-transform: rotate(3deg);
	  -moz-transform: rotate(3deg);
	  -o-transform: rotate(3deg);
	  -ms-transform: rotate(3deg);
	  transform: rotate(3deg);
	  right: 10px;
	  left: auto;
}

section#rightCompany {
	margin-top:20px;
}

section#rightCompany h2 {
	background-color:blue;
	font-size:13px;
	font-weight:normal;
	color:#ffffff;
	line-height:200%;
	letter-spacing:1px;
	text-align:center;
}

section#rightCompany ul {
	background-color:#ffffff;
}

section#rightCompany ul li {
	margin-left:10px;
	font-size:13px;
	line-height:150%;
}


div#footer {
	width:100%;
	padding-top:20px;
	border-top:solid 1px #cccccc;
	background-image:url( 'img/lc9.jpg' );
}

footer {
	width:100%;
	max-width:960px;
	margin:0px auto;
}

footer section {
	float:left;
}

section#footerCompany ul li {
	line-height:150%;
	letter-spacing;1px;
}

section#footerMenu {
	margin-left:20px;
}

section#footerMenu h3 {
	font-size:13px;
	font-weight:normal;
}

section#footerMenu ul li {
	list-style-image:url( 'img/009.gif' );
	margin-left:20px;
	letter-spacing:1px;
	line-height:150%;
	font-size:12px;
	white-space: nowrap;
}

div#copyright {
	padding-bottom:50px;
	font-size:12px;
	text-align:center;
	letter-spacing:1px;
}

.h2Title {
	width:95%;
	margin:0 auto 30px auto;
	padding:12px 10px;
	background: #1d8ade; /* Old browsers */
	background: -moz-linear-gradient(left, #1d8ade 0%, #53a2e2 50%, #1d8ade 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#1d8ade), color-stop(50%,#53a2e2), color-stop(100%,#1d8ade)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* IE10+ */
	background: linear-gradient(left, #1d8ade 0%,#53a2e2 50%,#1d8ade 100%); /* W3C */
	color:#FFF;
	text-shadow:1px 1px 2px #333;
	box-shadow:0 2px 3px rgba(0, 0, 0, 0.4) , inset 0 0 50px rgba(0, 0, 0, 0.1) ;
	position:relative;
}
 
.h2Title:before,
.h2Title:after{
	content: ' ';
	position: absolute;
	z-index: -1;
	width: 40%;
	height: 20px;
	left: 4px;
	bottom:7px;
	-webkit-box-shadow: 0 8px 15px rgba(0,0,0, 0.7);
	-moz-box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
	background-color: #F00;
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.h2Title:after{
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

h3.h3Title{
	position: relative;
	max-width:90%;
	color: #111;
	font-size: 1.143em;
	font-weight: bold;
	margin: 20px auto 5px auto;
	padding: 0.5em 0.5em 0.5em 1.7em;
	border-bottom: 3px solid #6666ff;
}
 
h3.h3Title:before{
	content: "";
	position: absolute;
	background: #80BFD3;
	top: 0;
	left: 0.4em;
	height: 12px;
	width: 12px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
}
 
h3.h3Title:after{
	content: "";
	position: absolute;
	background:#66ccff;
	top: 1.0em;
	left: 0;
	height: 8px;
	width: 8px;
	transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	-ms-transform: rotate(15deg);
}

table#list {
	width:95%;
	margin:10px auto 5px auto;
	border-collapse: separate;
	border-spacing: 1px;
	background-color:#cccccc;
}

table#list th {
	padding:5px;
	background-color:#000080;
	color:#ffffff;
}

table#list td {
	padding:5px;
	background-color:#ffffff;
	letter-spacing:1px;
}

table#list tr:nth-child( odd ) td {
	background-color:#F0F8FF;
}


#menuList {
	width: 100%;
	height: 45px;
	border-top: #aaa 1px solid;
	border-bottom: #aaa 1px solid;
	position: relative;
	z-index: 10;
	background: #ebebeb;
	display:none;
}

#menuList ul {
	margin: 0 auto;
	width: 800px;
	height: 45px;
	text-align: left;
}

#menuList ul li {
	width: 160px;
	height: 45px;
	float: left;
	border-left: #aaa 1px solid;
	box-sizing: border-box;
}

#menuList ul li:last-child {
	border-right: #aaa 1px solid;
}

#menuList ul li a {
	height: 45px;
	font-weight: bold;
	line-height: 45px;
	display: block;
	text-align: center;
	transition: all 0.2s linear;
}

#menuList ul li:hover > a {
	background: #fff;
}





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

/* 769px～959px以下 */
@media only screen and ( max-width:959px ) {
	ul#globalnav {
		height:auto;
	}

	div#topImg {
		height:auto;
		background:none;
	}
}

/* 641px～768px以下（主にタブレット） */
@media only screen and ( max-width:768px ) {
	#menuList ul {
		width: 100%;
	}

	#menuList ul li {
		width: 20%;
	}
}

/* 640px以下（主にスマホ横） */
@media only screen and ( max-width:640px ) {
	div#header h1 {
		font-size:8px;
		line-height:100%;
		text-align:left;
		color:#333333;
	}

	nav {
		display:none;
	}

	div#left {
		float:none;
		width:98%;
		margin:10px auto;
	}

	div#right {
		display:none;
		float:none;
		clear:both;
	}

/*
	#menuList {
		display: none;
	}
*/

	#rwdMenuWrap {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap #switchBtnArea {
		width: 100%;
		height: 60px;
		background: #3c3c3c;
		position: relative;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn {
		top: 10px;
		right: 10px;
		width: 40px;
		height: 40px;
		display: block;
		background: #a7a7a7;
		position: absolute;
		border-radius: 5px;
	}

	#rwdMenuWrap #switchBtnArea #switchBtn span {
		left: 20%;
		width: 60%;
		height: 4px;
		display: block;
		position: absolute;
		background-color: #fff;
		border-radius: 5px;
		transition: all 0.2s linear;
	}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {top:10px;transform: rotate(0);}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {top:18px;transform: scale(1);}
	#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {bottom:10px;transform: rotate(0);}

	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {top:18px;transform: rotate(-45deg);}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {transform: scale(0);}
	#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {bottom:18px;transform: rotate(45deg);}

	#rwdMenuWrap ul {
		width: 100%;
		display: none;
	}

	#rwdMenuWrap ul li {
		width: 100%;
		border-bottom: #aaa 1px solid;
	}

	#rwdMenuWrap ul li a {
		padding: 15px 20px;
		text-align: left;
		display: block;
		background: #ebebeb;
		position: relative;
	}

	#rwdMenuWrap ul li a:after {
		content: '';
		margin-top: -4px;
		top: 50%;
		right: 15px;
		width: 8px;
		height: 8px;
		color: #888;
		font-size: 1em;
		font-weight: bold;
		line-height: 1.2em;
		display: block;
		position: absolute;
		border-top: 2px solid #b0b0b0;
		border-right: 2px solid #b0b0b0;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	table#list {
		font-size:12px;
	}

	section#footerCompany ul li {
		font-size:12px;
	}

	.fax {
		display:none;
	}
}

/* 480px以下（主にスマホ縦） */
@media only screen and ( max-width:480px ) {
}

#menuList > ul:before,
#menuList > ul:after {
	content: " ";
	display: table;
}
#menuList > ul:after {clear: both;}
#menuList > ul {*zoom: 1;}
