/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/

/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/
html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 100%;
}
h1, h2, h3, h4, h5, h6, address, div, blockquote, p, pre, ul, ol, li, dl, dt, dd, hr {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
table, caption, th, td {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
span, em, strong, dfn, code, samp, kbd, var, cite, abbr, acronym, sub,
sup, q, br, ins, del, a, img, object, iframe {
	font-family: Arial, Roboto, Verdana, "Droid Sans", "メイリオ", Meiryo, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: inherit;
	font-size: 100%;
	background-image: url(/img/space.gif);
}
a {
	outline: none;
	text-decoration: none;
	color: #2a2b2b;
}
a:hover {
	text-decoration: underline;
	color: #666;
}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img , iframe { vertical-align: bottom; }
* table tr td:after {
	display: block;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: "";
	overflow: hidden;
}
.Clear { clear: both; }
.PcNo { display: none; }


/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
html { height: 100%; }
body {
	height: 100%;
	background: #bfbfbf url(/img/main_bg.gif) repeat-x left top;
	overflow-y: scroll;
	line-height: 1.6;
	font-size: 14px;
	color: #2a2b2b;
}

/*IE6・7用*/
*body { overflow: auto; }

div#PageTop a {
	display: block;
	width: 30px;
	height: 30px;
	background: url(/img/pagetop.png) no-repeat left top;
	position: fixed;
	bottom: 1%;
	right: 1%;
	overflow: hidden;
	line-height: 0;
	font-size: 0;
	z-index: 200;
}


/*------------SpMenuのスタイル---------------------------------------------------------------*/
div#SpMenu { display: none; }


/*------------SideMenuのスタイル---------------------------------------------------------------*/
div#SideMenu { display: none; }


/*------------Containerのスタイル---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
	background: #bfbfbf url(/img/main_bg.gif) repeat-x left top;
	top: 0;
	z-index: 10;
}


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header { background: url(/img/title_bg.jpg) no-repeat center top; }
/*------------InHeader------------------------------------------------------------*/
div#Header h1 {
	width: 960px;
	margin: 0 auto;
	padding: 0.3em 0;
	overflow: hidden;
	font-size: 85.71%;
	text-shadow: 0 1px 0 rgba(38, 37, 37, 0.3);
	color: #fff;
}

/*------------LogoTitle------------------------------------------------------------*/
div#LogoTitle {
	width: 960px;
	margin: 0 auto;
	padding: 40px 0 50px;
	overflow: hidden;
}

/*------------Logo------------------------------------*/
div#LogoTitle div#Logo {
	width: 306px;
	float: left;
}
div#LogoTitle div#Logo a {
	display: block;
	height: 108px;
	margin-left: auto;
	background: url(/img/header_logo.png) no-repeat left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------OneStop------------------------------------*/
div#LogoTitle div#OneStop { display: none; }

/*------------HeaderTel------------------------------------*/
div#LogoTitle div#HeaderTel {
	width: 220px;
	margin-top: 10px;
	padding: 32px 0 8px;
	background: url(/img/header_tel.png) no-repeat left top;
	float: right;
}
div#LogoTitle div#HeaderTel p,
div#LogoTitle div#HeaderTel dl dt { display: none; }
div#LogoTitle div#HeaderTel dl dd span,
div#LogoTitle div#HeaderTel dl dd a {
	display: block;
	height: 24px;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#LogoTitle div#HeaderTel div#HeaderInq {
	width: 198px;
	margin: 4px auto 0;
}
div#LogoTitle div#HeaderTel div#HeaderInq a {
	display: block;
	width: 188px;
	height: 25px;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#LogoTitle div#HeaderTel div#HeaderInq a:hover {
	display: block;
	width: 188px;
	height: 25px;
	background: rgba(255,255,255,0.3);
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Global------------------------------------------------------------*/
div#Global {
	width: 100%;
	height: 119px;
	background: url(/img/pc/global_bg.png) repeat-x center top;
}
div#Global ul {
	width: 980px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#Global ul li {
	width: 196px;
	float: left;
}
div#Global ul li a {
	display: block;
	height: 85px;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}
div#Global ul li a:hover { background-position: left bottom; }
div#Global ul li#GMBtn01 a { background-image: url(/img/pc/gmbtn01.png); }
div#Global ul li#GMBtn02 a { background-image: url(/img/pc/gmbtn02.png); }
div#Global ul li#GMBtn03 a { background-image: url(/img/pc/gmbtn03.png); }
div#Global ul li#GMBtn04 a { background-image: url(/img/pc/gmbtn04.png); }
div#Global ul li#GMBtn05 a { background-image: url(/img/pc/gmbtn05.png); }

/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	overflow: hidden;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

/*------------Wrap------------------------------------------------------------*/
div#Wrap {
	width: 980px;
	margin: 0 auto;
	padding-bottom: 100px;
	overflow: hidden;
}

/*------------Pan------------------------------------------------------------*/
div#Pan {
	width: 100%;
	background: #2a2b2b;
}
div#Pan ul {
	overflow: hidden;
	list-style: none;
	text-align: left;
	padding: 0.4em 0.6em;
	font-size: 85.71%;
	color: #fff;
}
div#Pan ul li { display: inline; }
div#Pan ul li:nth-child(1) a {
	padding-left: 20px;
	background: url(/img/home.png) no-repeat left center;
}
div#Pan ul li:after { content: " > "; }
div#Pan ul li:nth-last-of-type(1):after { content: ""; }
div#Pan ul li a { color: #ff0; }
div#Pan ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
}

/*------------Title------------------------------------*/
div#Title {
	width: 100%;
	margin: 50px 0;
}
div#Title h2 {
	height: 39px;
	background-repeat: no-repeat;
	background-position: center center;
	overflow: hidden;
	line-height: 0;
	text-indent: -99999px;
	font-size: 0;
}

/*------------Main------------------------------------*/
div#Main { width: 100%; }
div#Main div.InBox {
	width: 100%;
	margin: 0 auto 70px;
	overflow: hidden;
}
div#Main section:nth-last-of-type(1) div.InBox { margin-bottom: 0; }
div.InBox h3 {
	margin-bottom: 30px;
	padding: 0 10px 15px;
	background: url(/img/line01.png) no-repeat left bottom;
	line-height: 1.1;
	font-size: 200%;
}
div.InBox h4 {
	margin-bottom: 20px;
	padding: 0 10px 13px;
	background: url(/img/line02.png) no-repeat left bottom;
	line-height: 1.1;
	font-size: 164.2857142857143%;
}
div.Inner {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}

/*------------TopNav------------------------------------*/
div#TopNav { margin-bottom: 50px; }
div#TopNav ul {
	width: 880px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li {
	width: 280px;
	float: left;
	margin-right: 20px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #b5b5b6), color-stop(0.50, #f9f9f9), color-stop(0.00, #eae7e3));
	background: -webkit-linear-gradient(top, #eae7e3 0%, #f9f9f9 50%, #b5b5b6 100%);
	background: -moz-linear-gradient(top, #eae7e3 0%, #f9f9f9 50%, #b5b5b6 100%);
	background: -o-linear-gradient(top, #eae7e3 0%, #f9f9f9 50%, #b5b5b6 100%);
	background: -ms-linear-gradient(top, #eae7e3 0%, #f9f9f9 50%, #b5b5b6 100%);
	background: linear-gradient(to bottom, #eae7e3 0%, #f9f9f9 50%, #b5b5b6 100%);
	transition: opacity .3s;
}
div#TopNav ul li:nth-last-of-type(1) { margin-right: 0; }
div#TopNav ul li a {
	display: block;
	padding: 0.55em 1em 0.5em;
	border: 1px solid #bfbfbf;
	background-image: url(/img/top_nav_icon.png) , url(/img/top_nav_arrow.png);
	background-position: left center, right center;
	background-repeat: no-repeat;
	text-align: center;
	line-height: 1.1;
	font-size: 128.5714285714286%;
	transition: opacity .3s;
}
div#TopNav ul li:hover,
div#TopNav ul li a:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	opacity: 0.85;
	text-decoration: none;
}

/*------------Footerのスタイル---------------------------------------------------------------*/
div#Footer {
	padding: 0 0 60px;
	font-size: 85.71%;
}
div#Footer address {
	width: 100%;
	padding: 5px 0;
	text-align: center;
}
div#Footer table {
	width: auto;
	margin: 0 auto;
	border-collapse: collapse;
	white-space: nowrap;
}
div#Footer table tr td {
	width: auto;
	padding: 0 35px;
	text-align: left;
	vertical-align: top;
	line-height: 1.3;
}
div#Footer table tr td .FTopSp { margin-top: 1.3em; }
div#Footer table tr td ul { list-style: none; }
div#Footer table tr td ul li:before { content: "■ "; }
div#Footer table tr td ul li ul li:before { content: " ｜"; }
/*------------FooterTxtのスタイル------------------------*/
div#FooterTxt {
	width: 100%;
	margin: 20px 0 0;
	padding: 5px 0;
	background: #2a2b2b;
	text-align: center;
	color: #fff;
}
div#FooterTxt h2,
div#FooterTxt p,
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt * { display: inline; }
div#FooterTxt br { display: none; }


/*------------製品紹介のスタイル---------------------------------------------------------------*/
div#Title h2#WorksT { background-image: url(/img/pc/title/works.png); }
div#Product ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#Product ul li {
	width: 310px;
	margin: 0 25px 30px 0;
	float: left;
}
div#Product ul li:nth-child(3n) { margin-right: 0; }
div#Product ul li p + p {
	margin-top: 5px;
	text-align: center;
}
div#Other table {
	width: 100%;
	border-collapse: collapse;
	border-top: 1px solid #bfbfbf;
}
div#Other table tr th {
	width: auto;
	padding: 10px;
	background: #6a6a6a;
	border-bottom: 1px solid #bfbfbf;
	text-shadow: 0 1px 0 rgba(38, 37, 37, 0.3);
	text-align: left;
	vertical-align: middle;
	color: #fff;
}
div#Other table tr th {
	text-align: center;
	border-left: 1px solid #bfbfbf;
	white-space: nowrap;
}
div#Other table tr th:nth-child(1) {
	width: 20%;
	padding: 10px;
	border-left: 0 none;
}
div#Other table tr td {
	width: auto;
	padding: 10px;
	background: rgba(255, 255, 255, 0.4);
	border-left: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
	vertical-align: middle;
}
div#Other table + p { margin-top: 0.3em; }
div#Other ul {
	width: 100%;
	margin-top: 20px;
	list-style: none;
	overflow: hidden;
}
div#Other ul li { width: 49%; }
div#Other ul li:nth-child(odd) { float: left; }
div#Other ul li:nth-child(even) { float: right; }


/*------------ページリンク共通のスタイル(一覧)---------------------------------------------------------------*/
div.pagination {
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
div.pagination ul {
	width: 100%;
	list-style: none;
	text-align: center;
}
div.pagination ul li { display: inline; }
div.pagination .page-numbers {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	background: #fff;
	border: 1px solid #2a2b2b;
	line-height: 1.2;
	color: #2a2b2b;
}
div.pagination .page-numbers:hover {
	display: inline-block;
	margin: 0 0.5em;
	padding: 0.3em 0.5em;
	border: 1px solid #2a2b2b;
	background: #2a2b2b;
	text-decoration: none;
	line-height: 1.2;
	color: #fff;
}
div.pagination  span.page-numbers {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #2a2b2b;
}
div.pagination  span.page-numbers:hover {
	display: inline-block;
	padding: 0.3em 0.5em;
	border: 0 none;
	background: inherit !important;
	line-height: 1.2;
	font-weight: bold;
	color: #2a2b2b;
}


/*------------ページリンク共通のスタイル(詳細)---------------------------------------------------------------*/
div.PageSend01 {
	width: 90%;
	margin: 30px auto 0;
}
div.PageSend01 ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div.PageSend01 .PSBtn01 { float: left; }
div.PageSend01 .PSBtn02 { float: right; text-align: right; }
div.PageSend01 .PSBtn01 a,
div.PageSend01 .PSBtn02 a { color: #2a2b2b; }


/*------------404のスタイル---------------------------------------------------------------*/
div#NoPage {
	padding: 40px 0;
	text-align: center;
	font-size: 150%;
}


/*------------記事内画像位置処理のスタイル---------------------------------------------------------------*/
.alignleft {
	margin-right: 15px;
	margin-bottom: 10px;
	float: left;
}
.alignright {
	margin-left: 15px;
	margin-bottom: 10px;
	float: right;
}
.aligncenter {
	display: block;
	text-align: center;
	margin: 0 auto 10px;
}
.alignnone { clear: both; }