/*
Theme Name: wako
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 
License: 
License URI: 
Tags: 
Text Domain: 
*/



/*--------------------------------------------------------------------
common
cssの初期化
--------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	font-size: 100%;
	height: 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; }
.SpNo { display: none; }

/*--------------------------------------------------------------------
common
ページ共通部分
--------------------------------------------------------------------*/

/*------------bodyのスタイル---------------------------------------------------------------*/
html { height: 100%; }
body {
	width: 100%;
	height: 100%;
	background: #bfbfbf url(/img/main_bg.gif) repeat-x left top;
	line-height: 1.6;
	font-size: 14px;
	color: #2a2b2b;
}

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 {
	width: 100%;
	height: 45px;
	padding-top: 5px;
	background: #2a2b2b;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
div#SpMenu button {
	display: block;
	width: 110px;
	height: 40px;
	margin: 0 10px;
	padding: 0;
	border: 0 none;
	background: url(/img/sp/sp_menu.png) no-repeat left center;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
	cursor: pointer;
}


/*------------SideMenuのスタイル---------------------------------------------------------------*/
#SideMenu{
	background: #2a2b2b;
	box-shadow: 0px 0 10px rgba(0,0,0,0.9) inset;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.9) inset;
}
#SideMenu h2{
	width: 100%;
	height: 115px;
	margin: 0 auto 10xp;
	padding: 15px 0;
	background: #fff url(/img/header_logo.png) no-repeat center center;
	background-size: 90%;
	line-height: 0;
	text-indent: -99999px;
	overflow: hidden;
	font-size: 0;
}
#SideMenu ul li { border-top: 1px hidden; }
#SideMenu ul {
	width: 100%;
	height: 100%;
	list-style: none;
}
#SideMenu ul li a {
	display: block;
	padding: 1.2em 0.3em 1.2em 1em;
	border-bottom: 1px solid rgba(255,255,255,0.7);
	box-shadow: 0px 1px 1px -1px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 1px 1px -1px rgba(255,255,255,0.5);
	-moz-box-shadow: 0 1px 1px -1px rgba(255,255,255,0.5);
	line-height: 1.2;
	color: #fff;
}
#SideMenu ul li ul li a {
	padding-left: 2.5em;
	text-indent: -1em;
}
#SideMenu ul li ul li ul li a {
	padding-left: 3.5em;
	text-indent: -1em;
}
#SideMenu ul li a:before { content: "■ "; }
#SideMenu ul li ul li a:before { content: "－"; }
#SideMenu ul li a:hover {
	background: rgba(255,255,255,0.4);
	text-decoration: none;
}


/*------------Containerのスタイル---------------------------------------------------------------*/
div#InContainer {
	width: 100%;
	height: 100%;
	background: #bfbfbf url(/img/main_bg.gif) repeat-x left top;
	position: absolute;
	top: 0;
	z-index: 10;
}


/*------------Headerのスタイル---------------------------------------------------------------*/
div#Header {
	margin-top: 50px;
	background: url(/img/title_bg.jpg) no-repeat center top;
}

/*------------InHeader------------------------------------------------------------*/
div#Header h1 { display: none; }

/*------------LogoTitle------------------------------------------------------------*/
div#LogoTitle {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0 9px;
	overflow: hidden;
}

/*------------Logo------------------------------------*/
div#LogoTitle div#Logo {
	width: 306px;
	margin: 0 auto;
}
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: 10px auto 0;
	padding: 32px 0 8px;
	background: url(/img/header_tel.png) no-repeat left top;
}
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: 39px;
	background: url(/img/pc/global_bg.png) repeat-x center bottom;
}
div#Global ul { display: none; }

/*------------Contentsのスタイル---------------------------------------------------------------*/
div#Contents {
	width: 100%;
	overflow: hidden;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

/*------------Wrap------------------------------------------------------------*/
div#Wrap {
	width: 96%;
	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: 32px;
	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: 100%;
	margin: 0 auto -10px;
	list-style: none;
	overflow: hidden;
}
div#TopNav ul li {
	margin-bottom: 10px;
	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 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 { display: none; }
/*------------FooterTxtのスタイル------------------------*/
div#FooterTxt {
	width: 100%;
	margin: 20px 0 0;
	padding: 5px 0;
	background: #2a2b2b;
	text-align: center;
	color: #fff;
}
div#FooterTxt dl dd { margin-right: 1em; }
div#FooterTxt dl dd:nth-last-of-type(1) { margin-right: 0; }
div#FooterTxt dl * { display: inline; }
div#FooterTxt br { display: none; }


/*------------製品紹介のスタイル---------------------------------------------------------------*/
div#Title h2#WorksT { background-image: url(/img/sp/title/works.png); }
div#Product ul {
	width: 100%;
	list-style: none;
	overflow: hidden;
}
div#Product ul li {
	width: 100%;
	margin: 0 auto 30px;
	float: left;
}
div#Product ul li p + p {
	margin-top: 5px;
	text-align: center;
}
div#Other p.Tap {
	margin-bottom: 10px;
	font-weight: bold;
	color: #f00;
}
div#Other div.Scroll {
	width: 100%;
	padding-bottom: 10px;
	white-space: nowrap;
	overflow: auto;
}
div#Other div.Scroll::-webkit-scrollbar { height: 5px; }
div#Other div.Scroll::-webkit-scrollbar-track { background: #F1F1F1; }
div#Other div.Scroll::-webkit-scrollbar-thumb { background: #BCBCBC; }
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;
}
div#Other table tr th:nth-child(1) {
	width: 100px;
	padding: 10px;
	border-left: 0 none;
}
div#Other table tr th img { width: 100px; }
div#Other table tr td {
	width: auto;
	padding: 10px 20px;
	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; }